diff --git a/sdk_container/src/third_party/portage-stable/eclass/ChangeLog-2013 b/sdk_container/src/third_party/portage-stable/eclass/ChangeLog-2013 deleted file mode 100644 index efb2ea50fc..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/ChangeLog-2013 +++ /dev/null @@ -1,3937 +0,0 @@ -# ChangeLog for eclass directory -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog-2013,v 1.1 2014/01/01 15:54:35 dilfridge Exp $ - - 31 Dec 2013; Michał Górny multilib-build.eclass: - Improve documentation on multilib_is_native_abi & multilib_build_binaries to - make it clear which one to use. Requested and reviewed by okias. - - 30 Dec 2013; Ryan Hill wxwidgets.eclass: - Add 3.0 support. - - 30 Dec 2013; Ryan Hill toolchain.eclass: - For 4.8+ C++ is always enabled. We should eventually drop the cxx USE flag, - but who knows what that would break. - - 29 Dec 2013; Andreas K. Huettel perl-app.eclass: - Do not use subslots on dev-lang/perl in perl apps (as opposed to modules) - - 29 Dec 2013; Andreas K. Huettel perl-module.eclass: - Use subslot dependencies on dev-lang/perl if possible, bug 479298 - - 29 Dec 2013; Michał Górny python-r1.eclass: - Update doc link to point to the docs on Wiki. - - 28 Dec 2013; Michał Górny eutils.eclass: - Fix eclassdoc for einstalldocs. - - 28 Dec 2013; Ryan Hill toolchain.eclass: - Missed one. - - 28 Dec 2013; Ryan Hill toolchain.eclass: - Use version ranges instead of case statements in gcc_do_filter_flags(). - - 28 Dec 2013; Ryan Hill toolchain.eclass: - Add tc_version_is_between() helper. - - 28 Dec 2013; Ryan Hill toolchain.eclass: - Reintroduce texinfo patch to unbreak older versions (bug #496224). - - 28 Dec 2013; Robin H. Johnson flag-o-matic.eclass: - Spelling fixes. - - 27 Dec 2013; Julian Ospald multilib-minimal.eclass: - add debug print function wrt #493214 - - 27 Dec 2013; Ryan Hill toolchain.eclass: - Initial EAPI support (bug #474358). - - 27 Dec 2013; Robin H. Johnson flag-o-matic.eclass: - Per discussion with Flameeyes, make -l and -L always valid, and only warn - about other arguments to append-libs. Also document expected arguments to - append-libs. - - 27 Dec 2013; Robin H. Johnson flag-o-matic.eclass: - There are usages in the tree of "append-libs $(pkg-config ...)"; if - pkg-config returns something other than a library, append-libs can end up - inserting -l-L/usr/lib64 or other weirdness. We need to check for these and - warn about them. - - 27 Dec 2013; Michał Górny eutils.eclass: - Document einstalldocs. - - 26 Dec 2013; Hans de Graaff ruby-ng.eclass: - Add support for the ruby21 target. - - 24 Dec 2013; Andreas K. Huettel cmake-utils.eclass: - Add another pathological use flag function, useno (inversion of use) - - 23 Dec 2013; Ryan Hill toolchain.eclass: - Rename gtk USE flag to awt. Remove lto USE flag. Minor cleanup. - - 21 Dec 2013; Davide Pesavento qt4-r2.eclass: - Use eqmake4() from qmake-utils.eclass - - 21 Dec 2013; Ryan Hill toolchain.eclass: - Reorder by phase and group functions together with the phase that uses them. - No functional changes. - - 19 Dec 2013; Ryan Hill toolchain.eclass: - Inline gcc-compiler-configure() into gcc_do_configure(). Clean up, sort and - group options. - - 16 Dec 2013; Sven Vermeulen selinux-policy-2.eclass: - Added HTTPS URL to EGIT_REPO_URI to allow live ebuilds to fetch data if - firewall prohibits git - - 06 Dec 2013; Jonathan Callen multiprocessing.eclass: - Fix multiprocessing.eclass for non-Linux hosts - - 05 Dec 2013; Anthony G. Basile libtool.eclass: - Remove warning for uclibc if patching fails, bug #492640 - - 04 Dec 2013; Pawel Hajdan jr chromium.eclass: - Check SECCOMP_FILTER kernel config option for Chromium sandbox, bug #490550 - by ago. - - 03 Dec 2013; Mike Gilbert distutils-r1.eclass: - Remove pointless distutils-r1_python_test function. - - 02 Dec 2013; Michał Górny distutils-r1.eclass: - Override bdist_egg->build_dir via pydistutils.cfg rather than extra command. - Fixes bug #489842. - - 02 Dec 2013; Sergey Popov +qmake-utils.eclass: - Add qmake-utils eclass from Qt overlay - - 01 Dec 2013; Robin H. Johnson linux-mod.eclass: - Always ensure MODULES_OPTIONAL_USE is in IUSE. - - 01 Dec 2013; Robin H. Johnson linux-mod.eclass: - MODULES_OPTIONAL_USE makes it possible to optionally use linux-mod without - introducing dependencies on virtual/linux-sources or virtual/modutils where - unwanted. - - 30 Nov 2013; Mike Gilbert python-r1.eclass, - python-single-r1.eclass: - Depend on dev-lang/python-exec:0 if _PYTHON_WANT_PYTHON_EXEC2 is 0, bug - 489646. - - 26 Nov 2013; Matti Bickel php-pear-r1.eclass: - export pkg_setup and default PHP_PEAR_CHANNEL to ${FILESDIR}/channel.xml (all - current packages set this value) - - 26 Nov 2013; Matti Bickel php-pear-r1.eclass: - Merge pkg_setup from php-pear-lib-r1.eclass and generify so that php-pear-r1 - can handle everything php-pear-lib-r1 can. - - 25 Nov 2013; Steve Arnold gnatbuild.eclass: - Symlink fix should be good back to 4.4 (see bug #363839). - - 25 Nov 2013; Ryan Hill toolchain.eclass: - Prevent comparison failures due to -frecord-gcc-switches (bug #490738). - - 25 Nov 2013; Steve Arnold gnatbuild.eclass: - Updates for handling texinfo breakage/version stuff (see bug #483192). - - 24 Nov 2013; Michał Górny autotools-multilib.eclass: - Support in-source builds. - - 24 Nov 2013; Michał Górny autotools-utils.eclass: - Respect BUILD_DIR in in-source builds when set earlier. - - 24 Nov 2013; Michał Górny autotools-multilib.eclass: - Reuse multilib-minimal to reduce code duplication and allow easier function - overrides. - - 22 Nov 2013; Michael Haubenwallner libtool.eclass: - elibtoolize(): Besides ltmain.sh, explicitly locate configure to apply - patches rather than guessing based on where ltmain.sh was found. - - 20 Nov 2013; Michał Górny cmake-multilib.eclass: - Run multilib header wrapping only when multiple ABIs are enabled, bug - #491752. Other eclasses do that already. - - 20 Nov 2013; Sergei Trofimovich haskell-cabal.eclass: - Added 'replace-hcflags()'. Filters HCFLAGS. - - 20 Nov 2013; Steve Arnold gnatbuild.eclass: - Updated to strip graphite flags (all arches) and enable the openmp USE - flag (mostly for disabling on arm). Tested on x86 and amd64 (full arm - changes not yet incorporated). - - 18 Nov 2013; Tom Wijsman kernel-2.eclass: - Reimplemented K_EXP_GENPATCHES_LIST patch matching by switching the LHS with - the RHS and doing much more proper matching (50 works, *_BFQ-* works, - etc...); spotted by aCOSwt on the forums, my earlier tests apparently didn't - check this properly. - - 16 Nov 2013; Ryan Hill wxwidgets.eclass: - Cleanup. - - 16 Nov 2013; Ryan Hill wxwidgets.eclass: - Drop wxwidgets_pkg_setup and check_wxuse. - - 16 Nov 2013; Ryan Hill wxwidgets.eclass: - Drop support for 2.6. - - 15 Nov 2013; Michał Górny git-r3.eclass: - Use shallow clones for local repos. Bug #491260. - - 11 Nov 2013; Davide Pesavento qt4-build.eclass: - Sync with qt overlay. Changes should affect only live ebuilds. - - 11 Nov 2013; Michał Górny distutils-r1.eclass: - Read all shebangs before moving files to avoid breaking symlinks that are - going to be scanned. - - 09 Nov 2013; Hans de Graaff ruby-fakegem.eclass: - Add a yard recipe for creating documentation. - - 09 Nov 2013; Ryan Hill toolchain.eclass: - Revert previous and instead include the build log and some other info. Don't - pollute the build dir. - - 09 Nov 2013; Ryan Hill toolchain.eclass: - Rename config.log tarball in the hope that people will stop attaching it to - build failures. - - 07 Nov 2013; Ryan Hill toolchain.eclass: - Temporarily build with -j1 on sparc due to random ICEs encountered by - multiple people (bug #457062). - - 05 Nov 2013; Ryan Hill toolchain.eclass: - Update for libmudflap removal. - - 04 Nov 2013; Mike Gilbert mercurial.eclass: - Initialize cert_opt to an empty array instead of an empty string. Reported by - Kristian Fiskerstrand. - - 04 Nov 2013; Ulrich Müller elisp-common.eclass: - Don't create site-gentoo.el in postrm phase. - - 03 Nov 2013; Michał Górny tests/python-utils-r1.sh: - Fix python-utils-r1 tests to accomodate versions in PYTHON_PKG_DEP. - - 02 Nov 2013; Tom Wijsman kernel-2.eclass: - Trivial change to support patches with pre-defined patch levels. - - 02 Nov 2013; Ryan Hill flag-o-matic.eclass: - Add -fno-builtin* to ALLOWED_FLAGS - requested by Justin Vrooman. - - 02 Nov 2013; Ryan Hill tests/flag-o-matic.sh: - Account for leading whitespace in append-cflags tests. - - 30 Oct 2013; Michał Górny git-r3.eclass: - Fix parallel checkout race conditions, bug #489280. - - 30 Oct 2013; Michał Górny python-r1.eclass, - python-single-r1.eclass, python-utils-r1.eclass: - Switch the eclasses to use dev-lang/python-exec. - - 27 Oct 2013; Michał Górny git-r3.eclass: - Create a fake ".git" directory inside the checkout to satisfy git rev-parse - uses in build systems. Bug #489100. - - 27 Oct 2013; Michał Górny git-r3.eclass: - Strip sub-slot from local repo IDs. - - 27 Oct 2013; Michał Górny python-utils-r1.eclass: - Remove deprecated functions. - - 27 Oct 2013; Michał Górny flag-o-matic.eclass: - Consider -frecord-gcc-switches a safe flag and do not strip it with - strip-flags. - - 26 Oct 2013; Michał Górny distutils-r1.eclass: - Fix distutils-r1_python_install to strip --install-scripts= rather than - passing "install" twice to override it. Fixes compatibility with - dev-python/paver. - - 26 Oct 2013; Michał Górny git-r3.eclass: - Fix handling relative submodule paths. - - 22 Oct 2013; Michał Górny distutils-r1.eclass: - Fix failing to pass default install arguments when user passes an additional - command. Reported by radhermit. - - 22 Oct 2013; Michał Górny python-any-r1.eclass, - python-r1.eclass, python-single-r1.eclass: - Introduce a "common" python_setup function to set up Python for use in outer - scope. - - 22 Oct 2013; Michał Górny distutils-r1.eclass: - Support installing Python scripts with custom --install-scripts argument. Bug - #487788. - - 22 Oct 2013; Michał Górny systemd.eclass: - Add systemd_enable_ntpunit wrt bug #458132. - - 20 Oct 2013; Davide Pesavento qt4-build.eclass: - Updates from qt overlay: drop USE="c++0x" from 4.8.5 and later versions; warn - on downgrade instead of dying. - - 20 Oct 2013; Julian Ospald multilib-minimal.eclass: - make doc installation part of default multilib_src_install_all() wrt #483304 - - 17 Oct 2013; Christoph Junghans subversion.eclass: - added prefix support (bug #485534) - - 15 Oct 2013; Ryan Hill toolchain.eclass: - Remove .la files for libasan and libtsan. They reference non-existent - libstdc++.la when fixlafiles is disabled/unsupported, and -fsanitize doesn't - work with -static anyways. (bug #487550) - - 14 Oct 2013; Michał Górny git-r3.eclass: - Fix over-use of ||die. - - 14 Oct 2013; Davide Pesavento qt4-build.eclass: - Add qtbearer to nolibx11_pkgs - - 14 Oct 2013; Davide Pesavento qt4-build.eclass: - Switch to git-r3.eclass - - 14 Oct 2013; Michał Górny git-r3.eclass: - Add missing "die" calls as reported by Nikoli. - - 13 Oct 2013; Michał Górny git-r3.eclass: - Respect EVCS_OFFLINE in git-r3_fetch. - - 12 Oct 2013; Jeroen Roovers nvidia-driver.eclass: - Use readme.gentoo.eclass (bug #457594). - - 12 Oct 2013; Michał Górny python-any-r1.eclass: - Do not look up Python for binary package install. - - 10 Oct 2013; Michał Górny distutils-r1.eclass: - Do not alter HOME and TMPDIR when single impl is being used. This may - work-around bug #487260. - - 09 Oct 2013; Michał Górny python-utils-r1.eclass: - Fix pypy dependency. - - 09 Oct 2013; Michał Górny python-utils-r1.eclass: - Bump dependencies on Python interpreters to require newest stable versions. - Bug #463532. - - 09 Oct 2013; Michał Górny git-r3.eclass: - Skip submodules that have update=none specified in config. Fixes bug #487262. - - 08 Oct 2013; Michał Górny git-2.eclass, git-r3.eclass: - Fix git-r3 -> git-2 dependency leak, as noted in bug #487026. - - 08 Oct 2013; Michał Górny autotools-utils.eclass: - Remove deprecated autotools-utils_autoreconf. - - 07 Oct 2013; Joerg Bornkessel vdr-plugin-2.eclass: - small modification on output from function dev_check - - 06 Oct 2013; Vlastimil Babka java-utils-2.eclass: - Convert comments for eclass manpages. Heavily based on work from ercpe, bug - #476946. - - 05 Oct 2013; Michał Górny -git.eclass: - Remove lastrited git.eclass. - - 05 Oct 2013; Michał Górny git-r3.eclass: - Add missing git DEPEND wrt bug #487026. - - 05 Oct 2013; Vlastimil Babka java-ant-2.eclass: - Convert comments for eclass manpages. Heavily based on work from ercpe, bug - #476946. - - 05 Oct 2013; Vlastimil Babka ant-tasks.eclass: - Convert comments for eclass manpages. Almost completely based on work from - 'mren ' in bug #210723 and ercpe from bug #476946. - - 04 Oct 2013; Alexandre Rostovtsev vala.eclass: - Prepare for vala-0.22 - - 04 Oct 2013; Chí-Thanh Christopher Nguyễn - enlightenment.eclass: - No stable keywords for mips - - 01 Oct 2013; Michał Górny multilib-build.eclass: - Clean up the splitting code wrt suggestions from Ulrich Mueller. - - 01 Oct 2013; Michał Górny multilib-build.eclass: - Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592. - - 30 Sep 2013; Michał Górny multilib-build.eclass: - Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch - to Ulrich Mueller. - - 30 Sep 2013; Christoph Junghans - toolchain-binutils.eclass: - add prefix support - - 29 Sep 2013; Christoph Junghans intel-sdp.eclass: - EAPI bump, ccache support - - 29 Sep 2013; Gilles Dartiguelongue gst-plugins10.eclass: - Add support for gstreamer 1.2 release series. - - 29 Sep 2013; Michał Górny python-distutils-ng.eclass: - Last rite python-distutils-ng. - - 29 Sep 2013; Pacho Ramos gnome2.eclass: - Use einstalldocs (#484876) - - 28 Sep 2013; Mike Gilbert distutils-r1.eclass: - Truncate .pydistutils.cfg in case we call distutils-r1_python_compile more - than once. - - 28 Sep 2013; Christoph Junghans cvs.eclass: - added prefix support - - 27 Sep 2013; Michał Górny distutils-r1.eclass: - Use pydistutils.cfg to set build-dirs instead of passing commands explicitly. - This should reduce the amount of implicit behavior. - - 27 Sep 2013; Michał Górny distutils-r1.eclass: - Make HOME per-implementation. - - 27 Sep 2013; Michał Górny git-r3.eclass: - Always fetch all branches when doing non-shallow fetch. - - 26 Sep 2013; Michał Górny git-r3.eclass: - Fix parsing EGIT_REPO_URI. Bug #486080. - - 26 Sep 2013; Michał Górny git-r3.eclass: - Update doc on EGIT_NONSHALLOW. - - 26 Sep 2013; Michał Górny distutils-r1.eclass: - Wrap symlinks installed to PYTHON_SCRIPTDIR as well. - - 26 Sep 2013; Michał Górny python-r1.eclass, - python-single-r1.eclass, python-utils-r1.eclass: - Fix EAPI=4 on python-exec:2 since that is what pkgcore will require (the only - EAPI=4 consumer right now). - - 25 Sep 2013; Christoph Junghans texlive-module.eclass: - Require EAPI>=2, add prefix support - - 25 Sep 2013; Michał Górny git-r3.eclass: - Support EGIT_REPO_URI being an array. This is needed for tests. - - 25 Sep 2013; Michał Górny git-r3.eclass: - Update git URI stripping for gnome.org. - - 24 Sep 2013; Michał Górny python-any-r1.eclass: - Introduce python_gen_any_dep to generate any-of dependencies matching - python_check_deps() code. - - 24 Sep 2013; Maxim Koltsov leechcraft.eclass: - Correct official mirror url in SRC_URI. - - 21 Sep 2013; Christoph Junghans alternatives.eclass: - added prefix support - - 19 Sep 2013; Christoph Junghans distutils-r1.eclass: - Fixed prefix qa - - 19 Sep 2013; Michał Górny git-r3.eclass: - Strip trailing slashes from repo URI when determining local copy directory. - - 19 Sep 2013; Michał Górny git-r3.eclass: - Do not even create shallow repository when EGIT_NONSHALLOW is set. Otherwise, - the eclass tries to unshallow it and that breaks broken git servers like - Google Code. - - 18 Sep 2013; Michał Górny distutils-r1.eclass: - Fix accepting arguments in distutils_install_for_testing. - - 18 Sep 2013; Michał Górny python.eclass: - Add a note not to add new Python versions to python.eclass. - - 18 Sep 2013; Sergey Popov leechcraft.eclass: - Add official mirror to LeechCraft SRC_URI, thanks to 0xd34df00d - - 18 Sep 2013; Michał Górny multibuild.eclass: - Fix coreutils dep to be build-time. - - 17 Sep 2013; Michał Górny python-utils-r1.eclass: - Fix missing variable replacement in _python_ln_rel. - - 17 Sep 2013; Michał Górny distutils-r1.eclass: - Use einstalldocs. - - 17 Sep 2013; Michał Górny python-utils-r1.eclass: - Rename variables in _python_ln_rel to make it less confusing. - - 17 Sep 2013; Michał Górny distutils-r1.eclass, - python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: - Support python-exec:2. - - 17 Sep 2013; Thomas Sachau (Tommy[D]) - multilib-build.eclass: - Add eclass doc for multilib_build_binaries - - 17 Sep 2013; Michał Górny python-utils-r1.eclass, - tests/python-utils-r1.sh: - Introduce PYTHON_SCRIPTDIR for python-exec:2 script location. - - 17 Sep 2013; Michał Górny distutils-r1.eclass, - python-r1.eclass, python-utils-r1.eclass: - Clean up Python script install/wrapping functions. - - 17 Sep 2013; Thomas Sachau (Tommy[D]) - multilib-build.eclass: - Add multilib_build_binaries function to multilib-build eclass - - 16 Sep 2013; Michał Górny python-utils-r1.eclass: - Deprecate python_get_PYTHON and python_get_EPYTHON. - - 15 Sep 2013; Pacho Ramos gnome2-utils.eclass: - Support gtk+-2.24.20 query immodules (#476100) - - 14 Sep 2013; Michał Górny eutils.eclass: - Support EAPIs < 4 in einstalldocs properly. - - 13 Sep 2013; Michał Górny git-r3.eclass: - Fail early on unreachable URLs. If ls-remote fails due to server being - unreachable, there is no point in attempting to fetch. - - 13 Sep 2013; Michał Górny git-r3.eclass: - Do not leak EGIT_NONSHALLOW over loop iterations. Failing URL may cause - non-shallow attempt to be made. When attempting next URL in the list, we - should try shallow again. - - 13 Sep 2013; Michał Górny eutils.eclass: - Commit the version of einstalldocs() Council agreed upon. - - 12 Sep 2013; Michał Górny python-r1.eclass, - python-single-r1.eclass: - Depend on SLOT 0 of python-exec, for future compatibility. - - 12 Sep 2013; Michał Górny systemd.eclass: - Introduce systemd_install_serviced() to install foo.service.d/00gentoo.conf - files. - - 11 Sep 2013; Michał Górny systemd.eclass: - Change @USAGE style. - - 11 Sep 2013; Michał Górny systemd.eclass: - Deprecate systemd_to_myeconfargs(). It's redundant and unnecessarily - confusing. - - 11 Sep 2013; Michał Górny systemd.eclass: - Use subshells instead of "local INSDESTTREE" for doins/newins since that - confuses people less. - - 10 Sep 2013; Michał Górny multibuild.eclass: - Add new enough coreutils dep wrt bug #484454. - - 09 Sep 2013; Michał Górny git-r3.eclass: - Introduce smart switching between "git fetch" and "git fetch --depth 1" to - save bandwidth. - - 08 Sep 2013; Michał Górny git-2.eclass: - Inherit git-r3 unconditionally to avoid metadata variancy. The eclass is - properly namespaced, does not touch variables in global scope and exports - only src_unpack() that git-2 overrides anyway. - - 08 Sep 2013; Michał Górny python-utils-r1.eclass: - Fix PYTHON_SITEDIR for Jython. - - 08 Sep 2013; Michał Górny python-utils-r1.eclass: - Do not export PYTHON_INCLUDEDIR on Jython, since it does not install headers. - - 06 Sep 2013; Ian Stakenvicius cmake-multilib.eclass: - added multilib_*_wrappers calls to cmake-multilib.eclass - - 05 Sep 2013; Michał Górny git-r3.eclass: - Do not pass --depth when updating a branch, it trrigers issues in git. - Instead, use it for the first fetch only. - - 05 Sep 2013; Michał Górny git-2.eclass: - Support using git-r3 backend in git-2. - - 05 Sep 2013; Michał Górny +git-r3.eclass: - Introduce the new git eclass. - - 05 Sep 2013; Tom Wijsman kernel-2.eclass: - Added support for experimental genpatches. - - 05 Sep 2013; Michał Górny python-utils-r1.eclass: - Disable Python 2.5, 3.1 and PyPy 1.9 in the eclass. - - 04 Sep 2013; Ulrich Müller elisp-common.eclass: - Add proper @CODE tags in comments. - - 03 Sep 2013; Gilles Dartiguelongue gnome2-utils.eclass, - gnome2.eclass: - Add gdk-pixbuf cache handling functions. - - 31 Aug 2013; Thomas Sachau (Tommy[D]) - enlightenment.eclass: - Add git support for live packages using enlightenment.eclass - - 28 Aug 2013; Michał Górny python-utils-r1.eclass: - Introduce python_is_python3() to replace the common checks. - - 28 Aug 2013; Tom Wijsman ant-tasks.eclass: - Made ant-tasks.eclass support newer versions of the 1.9 branch. - - 28 Aug 2013; Ian Stakenvicius mozconfig-3.eclass: - pegged virtual/jpeg at slot 0 in mozconfig-3.eclass - - 27 Aug 2013; Michał Górny python-r1.eclass: - Enable EAPI=4 on python-r1. - - 27 Aug 2013; Tim Harder java-utils-2.eclass: - Don't add subslots to JAVA_PKG_NAME (bug #482270 by chutzpah). - - 26 Aug 2013; mozcoreconf-2.eclass: - Fix bug #415805, unset MOZCONFIG - - 25 Aug 2013; Michał Górny distutils-r1.eclass: - Mark _copy-egg-info as internal. - - 25 Aug 2013; Michał Górny distutils-r1.eclass: - Copy bundled egg-info files for reuse in python_compile(). This solves issues - that caused some of the files not to be installed in broken packages. - - 25 Aug 2013; Michał Górny distutils-r1.eclass: - Namespace, clean up and describe _disable_ez_setup. - - 25 Aug 2013; Gilles Dartiguelongue gnome-games.eclass: - Fix indentation and trailing whitespaces. - - 21 Aug 2013; Michael Palimaka kde4-meta.eclass: - Improve automagic dependency reduction, fixing bug #481996. - - 16 Aug 2013; Benda Xu wxwidgets.eclass: - Prefix support for wxwidgets, bug #481093 - - 15 Aug 2013; Michael Palimaka kde4-base.eclass, - kde4-meta.eclass: - Fixes for KDE 4.11 and other small improvements. - - 15 Aug 2013; Michael Palimaka kde4-base.eclass, - kde4-meta.eclass: - Remove dependencies and actions that are now handled in individual ebuilds. - - 15 Aug 2013; Michael Palimaka kde4-base.eclass, - kde4-functions.eclass, kde4-meta.eclass: - Remove old, unused code. - - 15 Aug 2013; Michael Palimaka kde4-base.eclass, - kde4-functions.eclass: - Remove EAPI 3 support. - - 15 Aug 2013; Ryan Hill toolchain.eclass: - alpha not only needs -Wl,--norelax for 4.6 to build itself, but also for it - to build other versions. So let's just always enable it (bug #481006). - - 13 Aug 2013; Davide Pesavento qt4-build.eclass: - Filter -fgraphite-identity on gcc 4.7 (bug 417105). - - 13 Aug 2013; Davide Pesavento qt4-build.eclass: - Remove workarounds for very old and unsupported gcc-3 versions. Warn if - trying to use gcc < 4.4 and USE=c++0x. - - 11 Aug 2013; Justin Lecher cuda.eclass: - Add compatibility to latest cuda compiler; respect LDFLAGS - - 11 Aug 2013; Mike Gilbert chromium.eclass: - Don't call EXPORT_FUNCTONS if CHROMIUM_EXPORT_PHASES is set to 'no'. - - 10 Aug 2013; Ryan Hill toolchain.eclass: - Clean up gcc_do_filter_flags a bit more. Drop ppc64 workaround for 3.2/3.3 - as neither is keyworded. Also stop replacing -march=i686 with x86-64 (?!) for - those versions. - - 10 Aug 2013; Ryan Hill toolchain.eclass: - Append -Wl,--no-relax to LDFLAGS on alpha for 4.6 (bug #454426 again). - - 08 Aug 2013; Michał Górny +twisted-r1.eclass: - Introduce a twisted-r1.eclass to join the python-r1 suite and replace - twisted.eclass. - - 08 Aug 2013; Michał Górny multilib-build.eclass: - Allow wrapping headers that are installed only for some of the ABIs. - - 07 Aug 2013; Mike Gilbert python-r1.eclass, - python-single-r1.eclass: - Mention that PYTHON_REQ_USE should be set before calling inherit. - - 04 Aug 2013; Michał Górny python-r1.eclass: - Drop the old PYTHON_COMPAT hack for python-exec. - - 03 Aug 2013; Patrick Lauer distutils.eclass: - Migrate twisted deps in distutils eclass - - 02 Aug 2013; Ulrich Müller elisp-common.eclass: - Sync from Emacs overlay: Make elisp-emacs-version() more robust. - - 02 Aug 2013; Michał Górny git.eclass: - Mark git.eclass @DEAD. - - 01 Aug 2013; Michał Górny distutils-r1.eclass: - Shout QA warnings when _all() phases do not call the default impls. - Bug #478804. - - 01 Aug 2013; Michał Górny python-any-r1.eclass: - python-any-r1: bail out on invalid PYTHON_COMPAT. Bug #478442. - - 31 Jul 2013; Julian Ospald kernel-2.eclass: - reword security-deblob-thing acked by keytoaster - - 31 Jul 2013; Matt Turner perl-module.eclass: - Allow using >=dev-lang/perl-5.16 without 'build' in IUSE. - - 30 Jul 2013; Michał Górny xorg-2.eclass: - Update the emul-linux blocker to support abi_x86_32 flag on emul-linux. - - 30 Jul 2013; Matt Turner multilib-build.eclass: - Add MIPS support to multilib-build.eclass. - - 29 Jul 2013; Sergei Trofimovich haskell-cabal.eclass: - ask user to run haskell-updater for old packages (like in bug - http://bugs.gentoo.org/474840) - - 29 Jul 2013; Justin Lecher fortran-2.eclass: - Fortran-2.eclass: enhance support for binary packages, #477070 - - 29 Jul 2013; Justin Lecher intel-sdp.eclass: - Intel-sdp.eclass: Allow single package downloads, custom suffix, full - specified rpm target location - - 27 Jul 2013; Davide Pesavento qt4-build.eclass: - Rewrite sed expression in qt_nolibx11() to work on both 4.8.4 and 4.8.5. - Fixes bug 478018. - - 27 Jul 2013; Pacho Ramos go-mono.eclass: - Don't block mono-3 - - 27 Jul 2013; Michał Górny python.eclass, - python-distutils-ng.eclass, python-utils-r1.eclass: - Switch eclasses to use virtual/pypy (and therefore support pypy-bin). - - 27 Jul 2013; Michał Górny python-any-r1.eclass: - Use PYTHON_PKG_DEP for generating deps. - - 27 Jul 2013; Michał Górny systemd.eclass: - Introduce systemd_is_booted() to allow ebuilds to warn consistently for - things that require systemd. Bug #478342. - - 27 Jul 2013; Michał Górny subversion.eclass: - Export working copy information after the update rather than in - pkg_preinst(). This makes it possible for ebuild to reference e.g. - ESVN_WC_REVISION properly. Bug #282486. - - 25 Jul 2013; Peter Volkov font.eclass: - Droped media-libs/fontconfig dependency, bug 446012. - - 25 Jul 2013; Michał Górny vcs-snapshot.eclass: - Add some debug. - - 24 Jul 2013; Tomáš Chvátal cmake-utils.eclass: - Fix function desc to match reality. - - 24 Jul 2013; Ryan Hill toolchain.eclass: - Add back LICENSE (bug #477836). - - 23 Jul 2013; Johannes Huber kde4-base.eclass: - Handle dev-qt/desinger split from dev-qt/gui, see bug #477934. - - 23 Jul 2013; Michał Górny bash-completion-r1.eclass: - Fix typo. - - 22 Jul 2013; Fabian Groffen bash-completion-r1.eclass: - Another attempt at fixing bash-completion for Prefix, bug #477692#c9 - - 22 Jul 2013; Samuli Suominen - bash-completion-r1.eclass: - Remove use of EPREFIX wrt #477692 to avoid collision with Portage helpers - - 21 Jul 2013; Michał Górny distutils-r1.eclass: - Replace local+export with "local -x". - - 21 Jul 2013; Pacho Ramos db.eclass, db-use.eclass: - Cleanup due #231248 - - 19 Jul 2013; Justin Lecher intel-sdp.eclass: - Support different tarball extentions - - 18 Jul 2013; Ryan Hill toolchain.eclass: - libffi installation was fixed in 4.8. - - 18 Jul 2013; Justin Lecher fortran-2.eclass: - Wrap lines at 80 char - - 15 Jul 2013; Samuli Suominen - bash-completion-r1.eclass: - Support pkg-config and the new upstream completions directory structure wrt - #472938 and introduce new get_bashhelpersdir function to obtain the - helpersdir="" value. - - 15 Jul 2013; Samuli Suominen kernel-2.eclass: - Deprecate media-sound/alsa-headers by letting sys-kernel/linux-headers - install the required sound/ headers wrt #468712#c6 - - 14 Jul 2013; Julian Ospald cmake-utils.eclass: - add CMAKE_WARN_UNUSED_CLI - - 11 Jul 2013; Ulrich Müller bzr.eclass: - New variable EBZR_UNPACK_DIR. - - 11 Jul 2013; Michał Górny python-utils-r1.eclass: - Add a safety check for using python_optimize() in pkg_*. - - 11 Jul 2013; Michał Górny python-utils-r1.eclass: - Fix typo in compileall call. - - 11 Jul 2013; Michał Górny multilib-build.eclass: - Add multilib_is_native_abi helper. - - 10 Jul 2013; Robin H. Johnson db.eclass: - Additional change to run tests successfully on newer versions of db - - 09 Jul 2013; Mike Gilbert distutils-r1.eclass: - Stub-out ez_setup.py and distribute_setup.py to prevent packages from - downloading their own copy of setuptools. - - 06 Jul 2013; Davide Pesavento qt4-build.eclass: - Update SRC_URI. Drop support for EAPI 3. - - 05 Jul 2013; Tom Wijsman ant-tasks.eclass: - Update ant-tasks for 1.9.1 version bump, needs 1.5 as minimal JDK / JRE version. - - 03 Jul 2013; Michael Palimaka kde4-functions.eclass: - Deprecate EAPI 3. - - 02 Jul 2013; Michael Palimaka cmake-utils.eclass: - Correct src_prepare description. - - 30 Jun 2013; Pacho Ramos +gnome-games.eclass: - Add eclass to be used by all now splitted gnome-games - - 29 Jun 2013; Michał Górny autotools-utils.eclass: - Respect arguments when checking for test targets. This becomes helpful if one - of the arguments is -C. - - 28 Jun 2013; Michał Górny autotools-multilib.eclass, - multilib-minimal.eclass: - Disable trying (and failing) to wrap headers when multilib is disabled, bug - #474920. - - 28 Jun 2013; Michał Górny multilib-build.eclass: - Fix redundant slashes in header-wrapping include paths, bug #475046. Thanks - to Arfrever for the patch. - - 23 Jun 2013; Michael Weber +netsurf.eclass: - Add netsurf.eclass - - 23 Jun 2013; Hans de Graaff ruby-ng.eclass: - Add support for ruby20. - - 22 Jun 2013; Justin Lecher cuda.eclass: - Add debug print - - 21 Jun 2013; Michał Górny multibuild.eclass: - Enable EAPI 4 per bug #474000. - - 18 Jun 2013; Christoph Junghans cvs.eclass: - fixed use of proxy variables - - 17 Jun 2013; Pacho Ramos multilib-minimal.eclass: - Allow eapi4 (#473610) - - 17 Jun 2013; Tim Harder vim-plugin.eclass: - Update default VIM_PLUGIN_VIM_VERSION to 7.3. - - 16 Jun 2013; Pacho Ramos mono-env.eclass: - Set a default SRC_URI - - 13 Jun 2013; Michał Górny bash-completion-r1.eclass: - Introduce get_bashcompdir(), wrt bug #469858. - - 11 Jun 2013; Tim Harder vim.eclass: - Remove old VIMRUNTIME warning. - - 09 Jun 2013; Tim Harder vim.eclass: - Replace backticks with $(...). - - 09 Jun 2013; Tim Harder vim.eclass: - Remove old runtime and netrw snapshot unpacking support. - - 09 Jun 2013; Luca Barbato font.eclass: - Do not require fontconfig at runtime, it isn't necessary for many purposes, - thanks to Nikoli for the original patch - - 07 Jun 2013; Mike Gilbert autotools-utils.eclass: - Convert econfargs from an ECLASS-VARIABLE to a function-specifc VARIABLE for - autotools-utils_src_configure. - - 07 Jun 2013; Mike Gilbert python-utils-r1.eclass: - Improve docs for PYTHON and EPYTHON. - - 03 Jun 2013; Davide Pesavento qt4-r2.eclass: - Add support for EQMAKE4_EXCLUDE. - - 01 Jun 2013; Robin H. Johnson php-ext-source-r2.eclass: - Fix REQUIRED_USE with PHP_EXT_OPTIONAL_USE set. Fixes REQUIRED_USE - unsatisfied constraints triggered by "USE=-php PHP_TARGETS= emerge - media-libs/ming". - - 01 Jun 2013; Hans de Graaff ruby-fakegem.eclass: - Quote DISTDIR. - - 01 Jun 2013; Tim Harder vim-plugin.eclass: - Remove unnecessary blank IUSE. - - 01 Jun 2013; Tim Harder vim-plugin.eclass: - Don't set SRC_URI for live ebuilds. - - 31 May 2013; Michał Górny multilib-build.eclass, - python-utils-r1.eclass: - Remove here-doc write failure handlers due to bug #471926. - - 31 May 2013; Michał Górny python-utils-r1.eclass: - Use cat rather than echo for heredoc output :). - - 30 May 2013; Tim Harder vim.eclass: - Add PYTHON_REQUIRED_USE for python-single-r1. - - 28 May 2013; mozextension.eclass, nsplugins.eclass: - Ensure plugins/extensions are in correct place for >=firefox{-bin}-21.0 - - 26 May 2013; Pacho Ramos gnome2.eclass: - Pass --enable-compile-warnings=minimum as we don't want -Werror* flags, bug - #471336 - - 24 May 2013; Pacho Ramos +mono-env.eclass: - Add mono-env.eclass to start a migration to simpler dotnet related eclasses, - http://www.gossamer-threads.com/lists/gentoo/dev/270881 - - 24 May 2013; Pacho Ramos readme.gentoo.eclass: - Reword sentences a bit - - 24 May 2013; Michał Górny multibuild.eclass: - Fix the race condition in locking code by using $BASHPID instead of $$. - - 23 May 2013; Michał Górny multibuild.eclass: - Use portable locking code from Fabian Groffen. Bug #466554. - - 22 May 2013; Michał Górny eutils.eclass: - Fix the libtool check, bug #470938. - - 21 May 2013; Michał Górny eutils.eclass: - Replace the .la sanity check by one used in libtool itself. Fixes removing - qmake-generated .la files, bug #470206. - - 21 May 2013; Mike Gilbert distutils-r1.eclass, - python-r1.eclass, python-single-r1.eclass: - Set PYTHON_REQUIRED_USE, and add it to REQUIRED_USE in distutils-r1. - - 18 May 2013; Pacho Ramos readme.gentoo.eclass: - Add a note informing people a file is being installed for future reference, - http://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg58207.html - - 17 May 2013; Tomáš Chvátal -php-ext-pecl-r1.eclass, - -php-ext-source-r1.eclass, -tla.eclass: - Remove eclasses marked as dead for quite some time. - - 17 May 2013; Tomáš Chvátal office-ext.eclass: - Mark eclass as dead to be removed in 30 days. - - 17 May 2013; Jeff Horelick nsplugins.eclass: - Support new plugins directory on Firefox >= 21.0 (bug #469932) - - 17 May 2013; Tim Harder vim.eclass: - Remove unused src_unpack function. - - 17 May 2013; Tim Harder vim.eclass: - Migrate from supporting cvs to mercurial for live builds. - - 16 May 2013; Jeroen Roovers nvidia-driver.eclass: - Check for lspci before use. - - 15 May 2013; Michał Górny eutils.eclass: - prune_libtool_files: do not remove .la files which are not libtool files. - Fixes bug #468380. - - 15 May 2013; Ryan Hill toolchain.eclass: - Explicitly disable lto in 4.5 to stop configure from helpfully re-enabling it - when libelf is present. - - 15 May 2013; Ryan Hill toolchain.eclass: - Rename test USE flag to regression-test. - - 15 May 2013; Ryan Hill toolchain.eclass: - Add lto USE flag for all versions that support it. Drop LTO support for 4.5. - - 14 May 2013; Michał Górny autotools-multilib.eclass, - multilib-build.eclass: - Enable EAPI=4 on multilib eclasses. - - 11 May 2013; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Added 'ghc-supports-smp' and 'ghc-supports-dynamic-by-default' helpers. Added - hint for users to run 'haskell-updater' if configure phase failed. - - 11 May 2013; Alexis Ballier libtool.eclass: - use find to get file permissions instead of chmod --reference which is not - portable, bug #468952 - - 10 May 2013; Michał Górny python-any-r1.eclass, - python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: - Consistently create ${EPYTHON} subdir for Python wrappers. Fixes conflict - between Python & vala wrappers, bug #469312. - - 09 May 2013; Ryan Hill toolchain.eclass: - Drop support for graphite in 4.4/4.5 due to incompatibilities with newer ppl - versions. Update graphite dependencies for 4.8 based on upstream - recommendations. Also fixes some (harmless) configure flags getting applied - to incorrect versions. - - 08 May 2013; Sergey Popov leechcraft.eclass: - Restict supported EAPIs(due to pkg_pretend), some logic cleanup - - 08 May 2013; Tim Harder vim.eclass: - Fix dangling gvim manpage symlinks (bug #455480, patch by Arfrever). - - 08 May 2013; Tim Harder vim.eclass: - Fix build with sys-libs/ncurses[tinfo] (bug #457564, patch by Ben Longbons). - - 05 May 2013; Michał Górny autotools-utils.eclass: - Support complete EAPI src_test(). - - 04 May 2013; Julian Ospald multilib-minimal.eclass: - improve handling of DOCS variable wrt #468092 - - 03 May 2013; Michał Górny autotools-utils.eclass: - Support disabling .la pruning completely. - - 01 May 2013; Michał Górny autotools-utils.eclass: - Inline src_test and allow passing arguments. - - 30 Apr 2013; Sergey Popov leechcraft.eclass: - Leechcraft changed license since 0.5.95 - - 30 Apr 2013; Michal Gorny distutils-r1.eclass, - python-utils-r1.eclass: - Use bash built-ins rather than external tools. - - 30 Apr 2013; Michal Gorny python-any-r1.eclass: - Support declaring python_check_deps() in ebuilds, to check Python impl for - proper deps. - - 30 Apr 2013; Michal Gorny python-any-r1.eclass: - Report no matching impl properly. - - 30 Apr 2013; Michal Gorny python-any-r1.eclass: - Improve consistency in Python version checks and wrapper setup. - - 29 Apr 2013; Tom Wijsman kernel-2.eclass: - Corrected UNIPATCH_DOCS functionality, this went unnoticed since - dodoc can be called without arguments in Portage. Thanks to the - Paludis user Alexandros Diamantidis in bug #467916 for reporting. - - 28 Apr 2013; Alexandre Rostovtsev autotools.eclass: - Reverting autotools.eclass commit that broke eautoreconf (bug #467772), acked - by multiple people in #gentoo-dev. - - 28 Apr 2013; Zac Medico apache-2.eclass, - haskell-cabal.eclass, mercurial.eclass, perl-module.eclass, - php-common-r1.eclass, qt4-build.eclass, selinux-policy-2.eclass, - subversion.eclass: - Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf. - - 24 Apr 2013; Tim Harder vim.eclass: - Remove old, conditional src_configure call in src_compile. - - 24 Apr 2013; Tim Harder vim.eclass: - Migrate from python-r1 to python-single-r1. - - 21 Apr 2013; Tim Harder vim.eclass: - Use python-r1 in EAPI 5 (patch by mgorny, bug #458794). - - 21 Apr 2013; Tim Harder vim.eclass: - Remove pre-EAPI 2 code blocks (patch by mgorny, bug #458794). - - 21 Apr 2013; Tim Harder vim.eclass: - Disable python.eclass inherit in vim-core (patch by mgorny, bug #458794). - - 21 Apr 2013; Tim Harder vim.eclass: - Move EAPI check earlier (patch by mgorny, bug #458794). - - 20 Apr 2013; Ralph Sennhauser java-ant-2.eclass: - Raise ant-core dep to version 1.8.2. #466558 - - 18 Apr 2013; Michał Górny distutils-r1.eclass: - Fix python_*_all() phases with DISTUTILS_SINGLE_IMPL. - - 17 Apr 2013; Tom Wijsman kernel-2.eclass: - Reverted .tmp_gas_check patch, see bug #336732. - - 17 Apr 2013; Ralph Sennhauser java-utils-2.eclass: - Request package specific emerge --info in death hook. - - 17 Apr 2013; Tom Wijsman kernel-2.eclass: - Added a warning after the variables that modifying other variables in - the eclass is not supported, there is a chance that we will not fix - resulting bugs. Fixes bug #421721. - Clarify the default DESCRIPTION and make it not use versions, a - directory with ebuilds that inherit this eclass may contain multiple - versions and we also don't want to give the impression that a new - directory needs to made if that's not the case. Fixes bug #445110. - Clarified which patch depths are used in the normal output and error - output when applying patches. Fixes bug #436402. - Made sure .tmp_gas_check is created inside the temp folder, it - accidentally created temp.tmp_gas_check instead. Fixes bug #336732. - Make UNIPATCH_DOCS work again, install 0000_README document when - using genpatches. Fixes bug #301478. - - 14 Apr 2013; Ole Markus With php-ext-source-r2.eclass: - Remove support for EAPI 2 and 3 for php-ext-source-r2. Use REQUIRED_USE for - target depends - - 14 Apr 2013; Mike Gilbert python-utils-r1.eclass: - Remove carriage-return from shebang before validating it, bug 465790 by - ikelos. - - 13 Apr 2013; Mike Gilbert systemd.eclass: - Replace basename usage with a shell parameter replacement. - - 13 Apr 2013; Michał Górny systemd.eclass: - Use pkg-config to query systemd directories. - - 13 Apr 2013; Michael Weber cmake-multilib.eclass: - Pass ${@} in phase functions. Approved by author on dev-ml. - - 13 Apr 2013; Joerg Bornkessel vdr-plugin-2.eclass: - spell fix - - 13 Apr 2013; Michał Górny distutils-r1.eclass: - Unmask the egg_info block for further testing. Feel free to comment it out if - you can reproduce the earlier issues. - - 10 Apr 2013; Michał Górny distutils-r1.eclass: - Move the egg_info code into a more realistic location for future testing. - - 10 Apr 2013; Jeroen Roovers nvidia-driver.eclass: - Update documentation URL. - - 10 Apr 2013; Jeroen Roovers nvidia-driver.eclass: - Remove duplicate PCI ID. - - 10 Apr 2013; Jeroen Roovers unpacker.eclass: - Add support for 1.6.0-nv2 (bug #465340). - - 10 Apr 2013; Jory A. Pratt mozconfig-3.eclass: - Disable debug symbols unless debug is enabled. - - 10 Apr 2013; Magnus Granberg pax-utils.eclass: - Make PT default pax marking and change ewarn to elog - - 08 Apr 2013; Ole Markus With php-ext-source-r2.eclass: - Fix for installing ini files in the tree. Bug 464900 - - 08 Apr 2013; Patrick Lauer toolchain.eclass: - Fix for gcc info page installation #464008 - - 07 Apr 2013; Davide Pesavento qt4-build.eclass: - Remove wrong sed on QT_INSTALL_{LIBS,PLUGINS}. See bug 304971 comments 16-18. - - 07 Apr 2013; Michael Palimaka kde4-meta.eclass: - Guard against multiple inheritance. Make KMCOMPILEONLY sed case-insensitive - to avoid file collisions in the future. - - 07 Apr 2013; Michael Palimaka kde4-functions.eclass, - kde4-meta-pkg.eclass: - Guard against multiple inheritance. - - 07 Apr 2013; Michael Palimaka kde4-base.eclass: - Guard against multiple inheritance. Fix fetching for KDE SC 4.11 - pre-releases. Drop old QT_MINIMAL logic. Add a set of base dependencies for - kde-workspace packages to work around bugs like #444438 and #464614. - - 07 Apr 2013; Michael Palimaka cmake-utils.eclass: - Guard against multiple inheritance. Improve cross-compilation support by - always using the correct pkg-config. - - 07 Apr 2013; Michał Górny python-any-r1.eclass, - python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: - Create temporary symlinks for executables and pkg-config files, and add them - to $PATH and $PKG_CONFIG_PATH respectively. This makes it easier for broken - build systems to find Python, and gives us the possibility of dropping - python-wrapper. - - 07 Apr 2013; Michał Górny autotools-multilib.eclass, - multilib-build.eclass, multilib-minimal.eclass: - Move header wrapping to multilib-build. Use the new code in - autotools-multilib and multilib-minimal. - - 05 Apr 2013; Mike Gilbert mozextension.eclass, - mozlinguas.eclass: - Fix eclass docs. - - 05 Apr 2013; Michał Górny autotools-utils.eclass: - Fix eclassdoc. - - 05 Apr 2013; Ben de Groot font.eclass: - RDEPEND=$DEPEND to fix bug #446012 - - 05 Apr 2013; Ryan Hill toolchain.eclass: - Work around bootstrap comparison failures on ancient systems (bug #411333). - - 01 Apr 2013; Michał Górny autotools-multilib.eclass: - Fix path handling in header wrapping code. - - 01 Apr 2013; Michał Górny autotools-multilib.eclass: - Support wrapping headers for multilib. - - 01 Apr 2013; Michał Górny distutils-r1.eclass, - multibuild.eclass: - Introduce multibuild_merge_root, as an universal interim-install merging - function. - - 01 Apr 2013; Michał Górny autotools-utils.eclass: - Support setting mode of prune_libtool_files through - AUTOTOOLS_PRUNE_LIBTOOL_FILES. - - 30 Mar 2013; Joerg Bornkessel vdr-plugin-2.eclass: - fixed missing VDRVERSION up from >=vdr-1.7.34 - - 30 Mar 2013; Mike Gilbert python-r1.eclass: - Add note about quoting patterns for python_gen_usedep. - - 29 Mar 2013; Pacho Ramos vala.eclass: - Update VALA_MAX_API_VERSION - - 29 Mar 2013; Tomáš Chvátal office-ext-r1.eclass: - Allow specification of directory where the extensions are. Also allow one - package providing multiple oxts correctly. Wrt bug#463536. - - 28 Mar 2013; Michał Górny python-utils-r1.eclass: - Support obtaining CFLAGS and LIBS for the Python implementation (similarly to - pkg-config or python-config). - - 26 Mar 2013; Tomáš Chvátal obs-service.eclass: - Fix hardcoded libexec suse path in scripts. - - 25 Mar 2013; Jory A. Pratt mozcoreconf-2.eclass: - Fix a typo for svg support in older versions, bug #462994 - - 24 Mar 2013; Jory A. Pratt mozconfig-3.eclass mozcoreconf-2.eclass: - Cleanup of obsolete options, address bug #446662,460592 - - 23 Mar 2013; Julian Ospald unpacker.eclass: - add unpack_zip function to unpacker.eclass wrt #462612 - - 23 Mar 2013; Tomáš Chvátal office-ext-r1.eclass: - Do not use-default here as we enable it by profile variable. - - 23 Mar 2013; Tomáš Chvátal office-ext-r1.eclass: - Fix stupid copy&paste. - - 23 Mar 2013; Tomáš Chvátal +office-ext-r1.eclass: - Add next version of office-ext eclass. This time we can directly deploy - libreoffice exts, but ooo crashes so keep backcompat over crashy uno - interface for them (it is oo bug and they should fix it). - - 20 Mar 2013; Michał Górny python-r1.eclass: - Introduce an ability to override PYTHON_COMPAT for testing. - - 20 Mar 2013; Michał Górny python-r1.eclass: - Reuse multibuild.eclass in python_export_best. - - 20 Mar 2013; Tom Wijsman kernel-2.eclass: - Use UID 0 instead of 'root' to assign permissions to super user, bug #315807. - - 20 Mar 2013; Tom Wijsman kernel-2.eclass: - Added sys-devel/bc as a RDEPEND as per bug #461848. - - 19 Mar 2013; Michał Górny distutils-r1.eclass: - Pass --build-platlib and --build-purelib separately to distutils. This allows - to change them to different locations if necessary (bug #455332). - - 18 Mar 2013; Michał Górny systemd.eclass: - Update the maintainer to systemd@. - - 18 Mar 2013; Michal Hrusecky obs-service.eclass: - Change default path for obs services (bug#446074) - - 16 Mar 2013; Robin H. Johnson mysql.eclass, - mysql-autotools.eclass: - Bug #461026: use append-cppflags for preprocessor flags. - - 16 Mar 2013; Ulrich Müller elisp.eclass, - elisp-common.eclass: - Sync eclasses from Emacs overlay. - elisp-common.eclass: Functions elisp-compile, elisp-make-autoload-file, - elisp-install, and elisp-site-file-install now die on failure. - elisp.eclass: Remove die commands that are no longer necessary because the - called functions die themselves. Call readme.gentoo_create_doc and - readme.gentoo_print_elog from readme.gentoo.eclass if these functions exist. - - 16 Mar 2013; Ryan Hill toolchain.eclass: - Add cloog/isl support for gcc 4.8 (bug # 434816, patch by Kacper Kowalik). - - 15 Mar 2013; Christoph Junghans mercurial.eclass: - default to EHG_QUIET="OFF" (bug #461858) - - 13 Mar 2013; Mike Gilbert distutils-r1.eclass: - Reverse order of $add_args and $@ in esetup.py. Remove duplicate build - command from distutils-r1_python_compile. - - 13 Mar 2013; Justin Lecher fortran-2.eclass: - Fix fortran-2.eclass for bash-3.2 compatibility, #461544 - - 10 Mar 2013; Michał Górny multibuild.eclass: - Make the log output redirection much simpler. Fix bash-3.2 compatibility. - - 10 Mar 2013; Michał Górny multibuild.eclass: - Fix compatibility with bash-4.1 -- it does not support negative array - subscripts. - - 10 Mar 2013; Michał Górny multibuild.eclass: - multibuild_copy_sources: fix outputting variant name. - - 10 Mar 2013; Christoph Junghans vim.eclass: - add sys-apps/gawk dep - - 09 Mar 2013; Robin H. Johnson mysql-autotools.eclass: - Bug #401733: nested configure scripts in MySQL generate unrecognized options - false positives when toplevel configure passes downwards. - - 09 Mar 2013; Tom Wijsman kernel-2.eclass: - Kernel sources and (gen)patches now use xz instead of bz2. Bug #421721. - - 09 Mar 2013; Julian Ospald +multilib-minimal.eclass: - add multilib-minimal.eclass - - 09 Mar 2013; Maxim Koltsov leechcraft.eclass: - Fix leechcraft.eclass to support new category, bug #460958. - - 09 Mar 2013; Michał Górny eutils.eclass: - Disable epunt_cxx warning since epunt_cxx is broken nowadays. - - 09 Mar 2013; Michał Górny eutils.eclass: - Fix epunt_cxx not to subshell. - - 09 Mar 2013; Michał Górny python-r1.eclass: - Clean up redundant USE flag check calls, replace them with a single call in - _python_obtain_impls(). - - 09 Mar 2013; Michał Górny multilib-build.eclass: - Introduce multilib_copy_sources. - - 09 Mar 2013; Michał Górny python-r1.eclass: - Use multibuild_copy_sources for python_copy_sources. - - 09 Mar 2013; Michał Górny multibuild.eclass: - Introduce multibuild_copy_sources as a generic source duplicating function. - - 09 Mar 2013; Michał Górny distutils-r1.eclass: - Use doins instead of dodoc to install examples, due to PMS limitations. Bug - #460516. - - 09 Mar 2013; Sven Vermeulen selinux-policy-2.eclass: - Do not load unconfined module with strict policy - - 08 Mar 2013; Hanno Boeck apache-2.eclass: - Remove re-setting of permissions every time apache gets reinstalled. See bug - #398899. - - 07 Mar 2013; Tim Harder python.eclass: - Add 2.7-jython. - - 07 Mar 2013; Tim Harder python-utils-r1.eclass: - Add jython2_7. - - 05 Mar 2013; Michael Pagano kernel-2.eclass: - Force python 2* for USE=deblob as deblob script does not yet support python3. - Thanks to Arfrever. See bug #458032 - - 05 Mar 2013; Davide Pesavento qt4-r2.eclass: - eqmake4: override also QMAKE_LINK_C, used by packages with - "CONFIG+=use_c_linker". Fixes bug #460420. - - 05 Mar 2013; Joerg Bornkessel vdr-plugin-2.eclass: - vdr-plugin-2.eclass, adapted to the new plugin makefile handling; cleanup for - unusede function 'delete_orphan_plugindb_file'; more unneeded source cleanup - - 04 Mar 2013; Michał Górny multilib-build.eclass: - Introduce multilib_for_best_impl(). - - 04 Mar 2013; Michał Górny multilib-build.eclass: - Convert to use multibuild.eclass. - - 04 Mar 2013; Michał Górny distutils-r1.eclass: - Use multilib_for_best_variant() for the *_all() phases. - - 04 Mar 2013; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Introduce python_parallel_foreach_impl() and reuse it in distutils-r1. - - 04 Mar 2013; Michał Górny python-r1.eclass: - Use multibuild.eclass in python-r1. - - 04 Mar 2013; Michał Górny multibuild.eclass: - Add multibuild_for_best_variant. - - 04 Mar 2013; Michał Górny multibuild.eclass: - Print only the "public" part of commands. - - 04 Mar 2013; Michał Górny multibuild.eclass, - python-r1.eclass: - Move run_in_build_dir() to multibuild.eclass. - - 04 Mar 2013; Michał Górny +multibuild.eclass: - Introduce multibuild.eclass to handle building multiple variants of the same - package in a common manner. - - 04 Mar 2013; Robin H. Johnson mysql-cmake.eclass: - MySQL 5.6 needs to NOT have -fno-implicit-templates, also support - epatch_user. - - 03 Mar 2013; Pacho Ramos readme.gentoo.eclass: - Change formatting tool as discussed with Ulrich Müller in bug #460050, - thanks a lot to him for his help. - - 03 Mar 2013; Davide Pesavento autotools-utils.eclass, - kde4-base.eclass, qt4-build.eclass: - Qt category move. - - 02 Mar 2013; Davide Pesavento qt4-build.eclass: - Remove blockers: portage is perfectly capable of handling our deps correctly - by itself nowadays. - - 02 Mar 2013; Michał Górny multilib-build.eclass: - Improve the no-multilib fallback to respect ${ABI} set by multilib-portage. - - 02 Mar 2013; Michał Górny python.eclass: - Remove deprecation warnings wrt bug #452160. The code will not be removed - anymore since the eclass will be deprecated at some point. - - 02 Mar 2013; Michał Górny distutils-r1.eclass: - Run *_all() phases in best-impl sources, in an in-source build. - - 02 Mar 2013; Michał Górny distutils-r1.eclass: - Override build locations and set PYTHONPATH in in-source builds, to increase - compatibility with out-of-source builds. - - 02 Mar 2013; Michał Górny distutils-r1.eclass: - In-source builds: append "build/" subdir to the BUILD_DIR variable. It can be - used alike in out-of-source builds now. - - 27 Feb 2013; Michał Górny multilib-build.eclass: - Enable x32 ABI support. - - 27 Feb 2013; Michał Górny autotools-multilib.eclass: - Export src_prepare() explicitly rather than implicitly through inherits. - - 27 Feb 2013; Michał Górny autotools-multilib.eclass: - Update description. - - 27 Feb 2013; Michał Górny distutils-r1.eclass, - multilib-build.eclass, python-r1.eclass: - Revert the log teeing changes as they cause unexpected kind of breakage. - - 26 Feb 2013; Michał Górny multilib-build.eclass: - Run header checksumming function only if /usr/include exists (IOW: silence - the warning). - - 26 Feb 2013; Michał Górny multilib-build.eclass: - Enable writing split build logs. - - 26 Feb 2013; Michał Górny eutils.eclass: - prune_libtool_files: support running without pkg-config installed, using sed - fallback. - - 26 Feb 2013; Michał Górny python-r1.eclass: - Re-enable split logs, now directly handled by python*_foreach_impl(). - - 26 Feb 2013; Michał Górny distutils-r1.eclass: - Re-use python_parallel_foreach_impl() in distutils-r1. - - 26 Feb 2013; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Introduce the parallel variant of python_foreach_impl(). - - 26 Feb 2013; Michał Górny python-r1.eclass: - Make python_foreach_impl() non-fatal, expect explicit die inside or outside. - - 25 Feb 2013; Michał Górny xorg-2.eclass: - Bump the emul-linux-x86 blocker to match the new release. - - 24 Feb 2013; Pacho Ramos emul-linux-x86.eclass: - Allow headers installation, bug #458784 - - 24 Feb 2013; Michał Górny xorg-2.eclass: - Introduce multilib support for xlibs. - - 24 Feb 2013; Pacho Ramos emul-linux-x86.eclass: - Drop versionator eclass as it's not needed for a long time, also fixes bug - #458728 that was caused by quoting IUSE. Thanks a lot to mgorny for doing the - work. - - 24 Feb 2013; Hans de Graaff ruby-fakegem.eclass: - Also set the RUBY_FAKEGEM_DOCDIR default for the rake recipe. This fixes a - regression manifested by bug 458506. - - 22 Feb 2013; Michał Górny autotools-multilib.eclass: - Fix passing arguments to phases. - - 21 Feb 2013; Michał Górny distutils-r1.eclass: - Support EXAMPLES to install examples in a consistent manner. - - 18 Feb 2013; Joerg Bornkessel vdr-plugin.eclass: - vdr-plugin.eclass, add eerror to get .eclass depricated - - 14 Feb 2013; Justin Lecher intel-sdp.eclass: - Make it possible to bypass license check from ebuilds - - 14 Feb 2013; Justin Lecher intel-sdp.eclass: - Drop KEYWORDS from eclass, #342185 - - 12 Feb 2013; Michael Haubenwallner - ELT-patches/aixrtl/1.5.0-cmds-c: - Fix typo: extra apostrophe being shell syntax error. - - 11 Feb 2013; Michał Górny autotools-utils.eclass, - distutils-r1.eclass: - Support DOCS=() to disable installing documentation. - - 10 Feb 2013; Michał Górny distutils-r1.eclass: - Temporarily disable egg_info since it causes problems with installing - scripts. - - 10 Feb 2013; Michał Górny +cmake-multilib.eclass: - Introduce cmake-utils wrapper eclass for multilib. - - 10 Feb 2013; Michał Górny autotools-multilib.eclass, - multilib-build.eclass: - Move header checking function into multilib-build for wider reuse. - - 10 Feb 2013; Michał Górny eutils.eclass: - QA-warn if epunt_cxx does not find any checks to punt. - - 10 Feb 2013; Michał Górny distutils-r1.eclass: - Introduce a function to install package for running tests, solving all the - issues with PyPy, setuptools and namespaces. - - 10 Feb 2013; Michał Górny distutils-r1.eclass: - Override egg-info write location in out-of-source builds. - - 10 Feb 2013; Michał Górny distutils-r1.eclass: - Error out if "tests" package is installed. This is a common mistake and a - source of file collisions. - - 08 Feb 2013; Michał Górny vcs-snapshot.eclass: - Document the src_unpack() function. Requested in bug #456160. - - 08 Feb 2013; Michael Palimaka cmake-utils.eclass: - Bump CMake minimum version to latest stable. - - 08 Feb 2013; Patrick Lauer distutils.eclass: - Fixing confusing message in distutils.eclass - - 07 Feb 2013; Michael Palimaka cmake-utils.eclass: - Export src_prepare. Improve support for dev-util/ninja wrt bug #439608. Add - support for CMAKE_DISABLE_FIND_PACKAGE wrt bug #453746. - - 07 Feb 2013; Alexey Shvetsov kde4-base.eclass, - kde4-functions.eclass, kde4-meta.eclass, kde4-meta-pkg.eclass: - Version bump KDE SC 4.10.0 - - 04 Feb 2013; Pacho Ramos readme.gentoo.eclass: - Add a variable to stop autoformatting when not desired, use '-e' option for - echo in the autoformatting way to let people control it with sequences - recognized by it (see man echo), fix it to work ok with prebuilt packages - (#455030 by Brian Harring, Zac Medico and Fabio Erculiani) - - 04 Feb 2013; Michał Górny python-utils-r1.eclass: - Introduce python_get_library_path() to obtain the path to the Python library. - Required by dev-python/shiboken. - - 04 Feb 2013; Michał Górny python-utils-r1.eclass: - Introduce python_newscript(), to install scripts with renaming. Requested in - bug #454640. - - 01 Feb 2013; Michał Górny autotools-multilib.eclass, - +multilib-build.eclass: - Introduce a common multilib-build eclass to help building packages for - multilib, and use the new ABI_X86 flags in it. - - 31 Jan 2013; Gilles Dartiguelongue gst-plugins10.eclass: - Allow build of multiple plugins in different directories. Make variables more - easily override-able. - - 31 Jan 2013; Chí-Thanh Christopher Nguyễn - xorg-2.eclass: - Add EAPI 5 sub-slot dependency on x11-base/xorg-server for packages which - require rebuilding when the server is upgraded. - - 31 Jan 2013; Tomáš Chvátal obs-service.eclass: - Additional files also must be versioned as they change between versions. - - 30 Jan 2013; Michał Górny python-r1.eclass, - python-single-r1.eclass: - Use (-) USE-defaults to reduce issues from removing flags. - - 29 Jan 2013; Michał Górny python-utils-r1.eclass: - Disable pypy1.8 globally. - - 27 Jan 2013; Tim Harder vim-plugin.eclass: - Remove all hidden files in the main tarball dir. - - 27 Jan 2013; Michał Górny python-r1.eclass: - Fix output redirections in run_in_build_dir(). - - 27 Jan 2013; Michał Górny distutils-r1.eclass: - Support using distutils-r1 along with python-single-r1. - - 27 Jan 2013; Michał Górny distutils-r1.eclass: - Support making dependency and phase function enforcement optional. - - 27 Jan 2013; Michał Górny python-r1.eclass: - Introduce run_in_build_dir() function as used by GNOME ebuilds. - - 27 Jan 2013; Michał Górny python-utils-r1.eclass: - Introduce python_doheader(), to install headers specific to a Python - implementation. - - 27 Jan 2013; Joerg Bornkessel vdr-plugin-2.eclass: - reverted last changes - - 27 Jan 2013; Tim Harder vim-plugin.eclass: - Remove files before installing docs. - - 27 Jan 2013; Tim Harder vim-plugin.eclass: - Also remove stray makefiles. - - 27 Jan 2013; Tim Harder vim-plugin.eclass: - Remove unwanted files that may exist. - - 27 Jan 2013; Joerg Bornkessel vdr-plugin-2.eclass: - some fixes, install new makefilehandling; thx to zoolock@irc gentoo.vdr - - 26 Jan 2013; Sven Vermeulen selinux-policy-2.eclass: - Supporting removal of SELinux modules - - 26 Jan 2013; Michał Górny autotools-multilib.eclass: - Set USE defaults to make sure IUSE_IMPLICIT does not fool us. - - 26 Jan 2013; Michał Górny autotools-multilib.eclass: - Require EAPI=5 to make sure everything works predictably. - - 26 Jan 2013; Michał Górny autotools-multilib.eclass: - Support running commands in parallel and use it to run configure scripts. - - 26 Jan 2013; Michał Górny autotools-multilib.eclass: - Introduce MULTILIB_USEDEP to enforce correct dependencies. - - 25 Jan 2013; Michael Haubenwallner - +ELT-patches/aixrtl/1.5.0-cmds-c, +ELT-patches/aixrtl/1.5.0-cmds-cxx, - +ELT-patches/aixrtl/1.5.0-expsym-c, +ELT-patches/aixrtl/1.5.0-expsym-cxx, - +ELT-patches/aixrtl/1.5.0-noundef-c, +ELT-patches/aixrtl/1.5.0-noundef-cxx, - +ELT-patches/aixrtl/1.5.0-soname, +ELT-patches/aixrtl/1.5.0-usertl-c, - +ELT-patches/aixrtl/1.5.0-usertl-cxx, +ELT-patches/aixrtl/2.2.0-cmds-c, - +ELT-patches/aixrtl/2.2.0-cmds-cxx, +ELT-patches/aixrtl/2.2.0-expsym-c, - +ELT-patches/aixrtl/2.2.0-expsym-cxx, +ELT-patches/aixrtl/2.2.0-noundef-c, - +ELT-patches/aixrtl/2.2.0-noundef-cxx, +ELT-patches/aixrtl/2.2.0-usertl-cxx, - +ELT-patches/aixrtl/2.4.0-expsym-c, +ELT-patches/aixrtl/2.4.0-expsym-cxx, - -ELT-patches/aixrtl/1.4d-cmds-c, -ELT-patches/aixrtl/1.4d-cmds-cxx, - -ELT-patches/aixrtl/1.4d-sonamespec, -ELT-patches/aixrtl/1.4d-use-rtl-c, - -ELT-patches/aixrtl/1.4d-use-rtl-cxx, -ELT-patches/aixrtl/1.5-sonamespec, - -ELT-patches/aixrtl/2.1b-cmds-c, -ELT-patches/aixrtl/2.1b-cmds-cxx, - -ELT-patches/aixrtl/2.1b-use-rtl-cxx, ELT-patches/aixrtl/1.5.22-cmds-c, - ELT-patches/aixrtl/1.5.22-cmds-cxx, ELT-patches/aixrtl/2.2.8-cmds-c, - ELT-patches/aixrtl/2.2.8-cmds-cxx: - Recreate from scratch: Drop need for ld-wrapper with --soname support, is - unavailable during bootstrap. Ignore libtool before 1.5.0. - - 24 Jan 2013; Pacho Ramos readme.gentoo.eclass: - Include FORCE_PRINT_ELOG variable to for printing of messages when desired. - Thanks to Tomáš Chvátal for his suggestions. - - 24 Jan 2013; Tim Harder vim-plugin.eclass: - Only display vim plugin help elog messages for new installs. - - 23 Jan 2013; Justin Lecher intel-sdp.eclass: - Add dummy dir to avoid sandbox violations when emerging with - FEATURES=-userpriv, #437512 - - 23 Jan 2013; Justin Lecher intel-sdp.eclass: - Add support for license server, #447262 - - 21 Jan 2013; Michał Górny python-any-r1.eclass, - python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: - Check PYTHON_COMPAT for validity, and support disabling implementations in - the eclass. - - 21 Jan 2013; Michał Górny multilib.eclass: - Set PKG_CONFIG_{LIBDIR,PATH} for multilib builds. Approved by vapier in bug - #453206. - - 20 Jan 2013; Michał Górny autotools-multilib.eclass: - Enable EAPI=5. - - 20 Jan 2013; Michał Górny distutils-r1.eclass: - Do not redirect stderr of pushd&popd. Thanks to vapier for catching that. - - 20 Jan 2013; Pacho Ramos +readme.gentoo.eclass: - Finally commit readme.gentoo.eclass to create a README.gentoo doc file - recording tips shown via elog messages first time the package is merged. - - 18 Jan 2013; Justin Lecher intel-sdp.eclass: - No EPREFIX with helper functions - - 16 Jan 2013; Jory A. Pratt mozconfig-3.eclass: - Remove webrtc block as it is supported on all archs now. - - 16 Jan 2013; Gilles Dartiguelongue gnome2.eclass: - Drop deprecated SCROLLKEEPER_UPDATE and switch to in_iuse. - - 16 Jan 2013; Gilles Dartiguelongue gnome2.eclass, - gst-plugins10.eclass: - Update eclass documentation to be correclty parsed, bug #452204. - - 16 Jan 2013; Ralph Sennhauser java-utils-2.eclass: - Be graceful if no system vm is set if trying to determine build vm from - handle. - - 16 Jan 2013; Michał Górny mozcoreconf-2.eclass: - Migrate Mozilla packages to python-any-r1 for build-time Python dep. - - 16 Jan 2013; Jory A. Pratt mozcoreconf-2.eclass: - Fix sqlite dep so pysqlite can go away. - - 16 Jan 2013; Zac Medico linux-info.eclass: - Fix localRESULT typo in linux_chkconfig_builtin. - - 15 Jan 2013; Jeroen Roovers ChangeLog: - DECRIPTION -> DESCRIPTION (bug #451654 by Christopher Schwan). - - 15 Jan 2013; Justin Lecher git.eclass: - @THANKS is no keywords - - 15 Jan 2013; Justin Lecher distutils-r1.eclass: - Fix typo - - 15 Jan 2013; Ryan Hill toolchain.eclass: - Drop go support for 4.6 - broken by newer glibc versions and upstream - recommends it not be used. - - 13 Jan 2013; Gilles Dartiguelongue gnome2.eclass: - Allow ebuild override of eclass generated econf. - - 12 Jan 2013; Michał Górny distutils-r1.eclass: - Provide best implementation's build dir in python_*_all() as BUILD_DIR to - make use of esetup.py easier. - - 12 Jan 2013; Michał Górny distutils-r1.eclass: - Pass arguments to setup.py in an predictable order, especially do not prepend - commands before user options. - - 12 Jan 2013; Michał Górny distutils-r1.eclass: - Support specifying directories in DOCS. - - 12 Jan 2013; Michał Górny distutils-r1.eclass: - Do not call dummy phases unnecessarily. - - 12 Jan 2013; Justin Lecher flag-o-matic.eclass: - Don't check for twice, but check for redirect support, #445244; thanks Andrey - Hippo for the patch - - 11 Jan 2013; Justin Lecher +cuda.eclass: - Add new eclass - - 11 Jan 2013; Mike Gilbert distutils-r1.eclass: - Close the lock file explicitly instead of relying on the subshell created by - the pipe to tee in distutils-r1_run_phase. - - 10 Jan 2013; Michał Górny distutils-r1.eclass: - Use locks to avoid race conditions when merging (bug #449760). Use tar - instead of cp on FreeBSD due to bug when copying broken symlinks (bug - #447370). - - 09 Jan 2013; Ian Stakenvicius git-2.eclass: - added documentation for an undocumented override variable - - 08 Jan 2013; Michał Górny python-single-r1.eclass: - Fix the PYTHON_SINGLE_TARGET validity check. - - 08 Jan 2013; Michał Górny python-r1.eclass, - python-single-r1.eclass: - Manually check PYTHON_TARGETS and PYTHON_SINGLE_TARGET for validity rather - than using REQUIRED_USE. Fixes bug #447808. - - 06 Jan 2013; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Added 'ghc-supports-threaded-runtime' function. Removed implicit RDEPEND on - 'ghc'. - - 05 Jan 2013; Michał Górny distutils-r1.eclass: - Support overriding job-count for parallel build. - - 05 Jan 2013; Michał Górny python-utils-r1.eclass: - Support converting files with python2 and python3 shebangs. - - 05 Jan 2013; Michał Górny distutils-r1.eclass: - Always write split logs, even in non-parallel builds. - - 05 Jan 2013; Zac Medico autotools.eclass: - Avoid unsafe nested multijob_finish_one in eautoreconf for bug #426512. - - 04 Jan 2013; Ulrich Müller elisp.eclass, - elisp-common.eclass: - Sync eclasses from Emacs overlay. - elisp-common.eclass: Remove last remnants of backwards compatibility code - from elisp-site-regen which was introduced at 2007-12-01. Distinguish between - "version too low" and "could not determine version" in elisp_pkg_setup. - elisp.eclass: Return 2 as exit status of elisp-need-emacs if the comparison - could not be done, e.g., if emacs could not be executed. - - 04 Jan 2013; Joerg Bornkessel vdr-plugin-2.eclass: - fixed typo, thx to Martin Dummer on irc #vdr-gentoo - - 04 Jan 2013; Mike Gilbert distutils-r1.eclass: - addpredict /usr/lib/portage/pym in distutils-r1_src_install. - - 04 Jan 2013; Mike Gilbert python-r1.eclass: - Don't tell the user to set USE_PYTHON when a package does not support - python2.7 or python3.2. - - 03 Jan 2013; Joerg Bornkessel vdr-plugin-2.eclass: - fixed mistake for emake:-all emake:-install between old and new plugin - makefile structur, vdr-plugin-2.eclass - - 03 Jan 2013; Alon Bar-Lev ssl-cert.eclass: - Support mandatory enrollment and custom USE flag, bug#319529. - - 03 Jan 2013; Davide Pesavento qt4-build.eclass: - Remove more dead code, spotted by Arfrever. - - 02 Jan 2013; Michał Górny distutils-r1.eclass, - python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass, - python-utils-r1.eclass: - Remove myself from explicit maintainers, it is enough to assign the bugs to - Python team. - - 31 Dec 2012; Joerg Bornkessel vdr-plugin-2.eclass: - Do not use {C,CXX}FLAGS from pkg-config vdr.pc >=media-video/vdr-1.7.34;we do - not have the chance to overwrite it with *.eclass - - 31 Dec 2012; Joerg Bornkessel vdr-plugin-2.eclass: - vdr-plugin-2.eclass, typo - - 31 Dec 2012; Michał Górny python-r1.eclass: - Add a function to generate dep-strings conditional to Python implementations. - - 31 Dec 2012; Michał Górny systemd.eclass: - Add function to get user unit directory, as requested in bug #449304. - - 31 Dec 2012; Michał Górny systemd.eclass: - Add function to update systemd journal catalog database. - - 31 Dec 2012; Joerg Bornkessel vdr-plugin-2.eclass: - vdr-plugin-2.eclass; better detection of new Makefile handling, fixed some - mistakes in inherited append-*flags - - 31 Dec 2012; Davide Pesavento qt4-build.eclass: - Remove dead code. - - 30 Dec 2012; Michał Górny python-utils-r1.eclass: - Fix installing scripts & modules for Prefix, bug #448786. - - 29 Dec 2012; Joerg Bornkessel vdr-plugin-2.eclass: - some adaption for new makefile handling, >=vdr-1.7.34 - - 27 Dec 2012; Michał Górny distutils-r1.eclass: - Pass --build-scripts path to setup.py (when out-of-source builds are used). - - 27 Dec 2012; Michał Górny python-utils-r1.eclass: - Introduce functions to get the includedir for Python. - - 27 Dec 2012; Michał Górny python-r1.eclass: - Introduce python_gen_usedep() and python_gen_flags() to make writing complex - dependencies easier. - - 26 Dec 2012; Christoph Junghans mercurial.eclass: - added EHG_BOOTSTRAP (bug #340153), EHG_REVISION defaults to 'defaults (bug - #380947), set web.cacerts (bug #431220), use auth when pulling (bug #432364) - - 24 Dec 2012; Zac Medico python-any-r1.eclass: - Fix python-any-r1_pkg_setup fallback logic. - - 22 Dec 2012; Davide Pesavento qt4-build.eclass: - Tweak sed expression to match against Qt 4.8.4 too. Thanks to Tomasz - Mloduchowski for spotting the regression. - - 20 Dec 2012; Michał Górny python-single-r1.eclass: - Introduce python_fix_shebang(), to fix shebangs in installed Python scripts - recursively. - - 20 Dec 2012; Michał Górny python-any-r1.eclass, - python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: - Commonize the code for obtaining the Python interpreter dependency string. - - 20 Dec 2012; Justin Lecher flag-o-matic.eclass: - Add fix for nen gnu compiler which use -x as command line arg internally, - #445244 - - 20 Dec 2012; Mike Gilbert python.eclass: - Remove pypy version mapping table from wrapper scripts. We can add it back if - pypy is ever ported to py3k and we are still using this eclass. - - 20 Dec 2012; Mike Gilbert python.eclass: - Add pypy version mapping for 2.0 => 2.7. - - 20 Dec 2012; Mike Gilbert python.eclass: - Add 2.7-pypy-2.0. - - 20 Dec 2012; Mike Gilbert python-utils-r1.eclass: - Add pypy2_0. - - 19 Dec 2012; Michał Górny python-r1.eclass: - Re-enable python-r1 -> python-single-r1 dep prevention. - - 17 Dec 2012; Michał Górny python-r1.eclass, - python-single-r1.eclass: - Require EAPI=5 in both python-r1 eclasses due to bug #447524. - - 16 Dec 2012; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Remove outdated comments and checks. - - 16 Dec 2012; Michał Górny python-r1.eclass: - Temporarily disable PYTHON_SINGLE_TARGET safety check because of issues with - paludis, bug #447524. - - 16 Dec 2012; Gilles Dartiguelongue gnome2.eclass: - Pass --disable-schemas-compile from gsettings.m4 in gnome2_src_configure. - - 15 Dec 2012; Michał Górny python-utils-r1.eclass: - Fix the relative linking algo to handle /// in path. - - 14 Dec 2012; Michał Górny python-r1.eclass: - Prevent python-r1 packages from depending on python-single-r1 packages. - - 14 Dec 2012; Michał Górny autotools-utils.eclass: - Support directories in DOCS, in EAPI 4+. - - 13 Dec 2012; Michał Górny distutils-r1.eclass: - Add (temporary) fix for sandbox failures when compiling Python modules. Bug - #447126. - - 10 Dec 2012; Lars Wendler mozcoreconf-2.eclass: - Added changes to mozcoreconf-2.eclass on request by Anarchy. - - 09 Dec 2012; Michał Górny distutils-r1.eclass: - Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for - help. - - 09 Dec 2012; Ian Stakenvicius mozcoreconf-2.eclass, - mozconfig-3.eclass: - updated mozilla eclasses to match mozilla-overlay - - 08 Dec 2012; Michael Palimaka cmake-utils.eclass: - Respect ASMFLAGS, wrt bug #432480. Permit ebuilds to define 'myctestargs'. - - 07 Dec 2012; Michał Górny distutils-r1.eclass: - Use separate TMPDIR for each Python implementation. - - 07 Dec 2012; Michał Górny distutils-r1.eclass: - Report running implementation-common sub-phases verbosely. - - 07 Dec 2012; Michał Górny python-any-r1.eclass: - Respect user preferences in python-any-r1 (EPYTHON, eselect-python). - - 07 Dec 2012; Michał Górny distutils-r1.eclass: - Write split build logs for easier debugging. - - 07 Dec 2012; Michał Górny distutils-r1.eclass: - Use multiprocessing post-fork wait mode to avoid early output when all jobs - are running. - - 07 Dec 2012; Michał Górny distutils-r1.eclass: - Do not die when sub-phases return non-true value. This is inconsistent with - normal phase behavior and not really useful since phase functions are - supposed to die on their own. - - 07 Dec 2012; Michał Górny distutils-r1.eclass: - Pass the best Python implementation info to the implementation-common phase - functions. - - 06 Dec 2012; Tomáš Chvátal waf-utils.eclass: - Introduce NO_WAF_LIBDIR to allow building packages that fails when libdir is - set. - - 06 Dec 2012; Tomáš Chvátal waf-utils.eclass: - Sort this eapi case stuff. - - 05 Dec 2012; Justin Lecher intel-sdp.eclass: - Add EAPI=5 support; add check for presents of license; handle docs, examples - and man page in a more sane way;sort functions and document eclass for - man-pages; Drop Sebastion as maintainer - - 03 Dec 2012; Michał Górny autotools-utils.eclass, - cmake-utils.eclass: - Improve the compatibility code thanks to Arfrever. - - 03 Dec 2012; Michał Górny autotools-utils.eclass, - cmake-utils.eclass: - Fix respecting AUTOTOOLS_BUILD_DIR and CMAKE_BUILD_DIR. Acked by scarabeus. - - 02 Dec 2012; Gilles Dartiguelongue gst-plugins-bad.eclass, - gst-plugins-base.eclass, gst-plugins-good.eclass, gst-plugins-ugly.eclass, - gst-plugins10.eclass: - Commit new gstreamer eclasses as reviewed on gentoo-dev mailing list with a - few more fixes, most notably EAPI=1 support fixes. For a more detailed - changelog, please see gnome overlay git log. - - 02 Dec 2012; Pacho Ramos vala.eclass: - making vala_src_prepare() into a no-op in the - common situation where vala is in IUSE and USE=-vala as discussed with the - team via mail. Thanks a lot to Alexandre Rostovtsev for the work. - - 02 Dec 2012; Pacho Ramos gnome2.eclass: - Always pass --disable-gtk-doc for eapi >= 5 as we don't want docs to get - rebuilt as discussed with gnome team. Thanks a lot to Gilles for working on - this. - - 01 Dec 2012; Michał Górny autotools-multilib.eclass, - autotools-utils.eclass, cmake-utils.eclass: - Use a common BUILD_DIR variable. Acked by scarabeus. - - 01 Dec 2012; Michał Górny distutils-r1.eclass: - Support parallel builds using multiprocessing eclass. - - 01 Dec 2012; Michał Górny distutils-r1.eclass: - Create the wrapper symlinks directly in _distutils-r1_rename_scripts rather - than postponing it to distutils-r1_install_all. - - 01 Dec 2012; Michał Górny distutils-r1.eclass: - Use intermediate-root install. - - 01 Dec 2012; Michał Górny distutils-r1.eclass: - Make distutils-r1_rename_scripts private. Rename all matching executables - recursively in given path(s) rather than using hardcoded path list. - - 01 Dec 2012; Michał Górny +python-any-r1.eclass, - python-r1.eclass, python-single-r1.eclass: - Introduce python-any-r1, to handle packages satisfied by any Python - implementation installed (e.g. strictly build-time dependent). - - 30 Nov 2012; Michał Górny python-single-r1.eclass: - Add missing REQUIRED_USE constraints to enforce PYTHON_SINGLE_TARGET being in - PYTHON_TARGETS. - - 30 Nov 2012; Michał Górny python-utils-r1.eclass: - Support all EAPIs. - - 30 Nov 2012; Michał Górny python-r1.eclass, - python-single-r1.eclass, python-utils-r1.eclass: - Make python-single-r1 stand-alone, and blocking python-r1. - - 29 Nov 2012; Julian Ospald waf-utils.eclass: - add verbosity to waf-utils.eclass wrt #444562 - - 28 Nov 2012; Justin Lecher fortran-2.eclass: - * Reduce potential clash of function names in global scope - * Use more manpage tags - * resort phase functions to the end - * require at least arguments for _fortran_compile_test() - * log compile tests - - 28 Nov 2012; Justin Lecher fortran-2.eclass: - Use man page tags - - 27 Nov 2012; Jeroen Roovers nvidia-driver.eclass: - Remove ebeep because newer nvidia-drivers have EAPI=4. - - 27 Nov 2012; Ulrich Müller scsh.eclass: - Drop default LICENSE assignment. - - 27 Nov 2012; Alexandre Rostovtsev gnome2.eclass: - Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, - thanks to Arfrever). - - 26 Nov 2012; Alexandre Rostovtsev gnome2.eclass: - Typo, probably caused by strange font in pms.pdf (bug #444740, thanks to - Alphat-PC). - - 26 Nov 2012; Michał Górny python-utils-r1.eclass: - Add python_optimize() to compile Python modules. - - 26 Nov 2012; Michał Górny distutils-r1.eclass, - python-single-r1.eclass: - Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase - overrides. - - 26 Nov 2012; Michał Górny python-r1.eclass, - python-single-r1.eclass: - Override incompatible functions in python-single-r1 directly, instead of - adding checks to python-r1. - - 25 Nov 2012; Pacho Ramos emul-linux-x86.eclass: - Really install only libs, not everything included in .so* (#442910 by SpanKY, - Samuli Suominen and Jim Faulkner). - - 24 Nov 2012; Michał Górny distutils-r1.eclass, - python.eclass, python-r1.eclass, python-single-r1.eclass, - python-utils-r1.eclass: - Fix EAPI checks, add double- and colliding include guards. - - 24 Nov 2012; Michał Górny +python-single-r1.eclass: - Introduce python-single-r1 to handle Python packages not supporting multiple - implementations. - - 24 Nov 2012; Michał Górny python-r1.eclass, - +python-utils-r1.eclass: - Move common Python functions to python-utils-r1. - - 24 Nov 2012; Pacho Ramos gnome2.eclass: - Handle documentation as 'default' for eapi5 and newer (as discussed via - mail), bug #373131 - - 21 Nov 2012; Michał Górny systemd.eclass: - systemd_do*: use local variable scope instead of subshelling. - - 21 Nov 2012; Michał Górny python-r1.eclass: - Introduce python_domodule() to install Python modules. - - 21 Nov 2012; Michał Górny python-r1.eclass: - Introduce python_doscript() to install Python scripts. - - 19 Nov 2012; Michał Górny python-r1.eclass: - Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility. - - 19 Nov 2012; Sergei Trofimovich haskell-cabal.eclass: - Added new helper function 'cabal_chdeps' and and debug variable - 'CABAL_DEBUG_LOOSENING' for it. - - 17 Nov 2012; Mike Gilbert enlightenment.eclass: - Remove the minimum restriction from PYTHON_DEPEND; any version of python from - the last several years will do the job. - - 17 Nov 2012; Pacho Ramos gnome2.eclass: - Rely on prune_libtool_files for eapis >= 5 as discussed with the team via - mail. - - 17 Nov 2012; Thomas Sachau (Tommy[D]) - enlightenment.eclass: - Raise python dependency to at least 2.5, fixes the breakage caused by - silently dropped support for python-2.4 in python eclass - - 16 Nov 2012; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Restore dynamic linking of Cabal's ./setup and add building of shared - libraries for ghc-7.7+. - - 15 Nov 2012; Tomáš Chvátal obs-service.eclass: - Depend on suse-build as most services require it. - - 15 Nov 2012; Tomáš Chvátal obs-service.eclass: - Darn copy pasto overlook. - - 15 Nov 2012; Tomáš Chvátal obs-service.eclass: - Use src_uri arrows to allow versioning sanely. - - 12 Nov 2012; Davide Pesavento qt4-build.eclass: - Update from qt overlay: respect AR (bug #440262); drop support for EAPI=2; - switch to prune_libtool_files(); various cleanups. - - 08 Nov 2012; Davide Pesavento qt4-r2.eclass: - Partial sync with qt overlay. Apart from cosmetic changes, we now explicitly - define QMAKE_{AR,RANLIB,OBJCOPY} in eqmake4(), thus fixing bug 440266. - - 07 Nov 2012; Pacho Ramos gnome2.eclass: - Pass --disable-schemas-install when possible as discussed with the team via - mail. - - 07 Nov 2012; Pacho Ramos gnome2.eclass: - Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308 - - 05 Nov 2012; Michał Górny distutils-r1.eclass: - Fix enabling byte-compiling. - - 04 Nov 2012; Michał Górny python-r1.eclass: - Always require PYTHON_COMPAT. Add an exception for python-exec which is a - special case. - - 01 Nov 2012; Robin H. Johnson mysql-autotools.eclass, - mysql-cmake.eclass, mysql-v2.eclass: - Bring in MySQL overlay eclass changes for tcmalloc, jemalloc, systemtap, - readline gplv3 and pbxt static build. - - 01 Nov 2012; Michał Górny python-r1.eclass: - Minor documentation improvements. - - 01 Nov 2012; Michał Górny python-r1.eclass: - Mark _python_ln_rel as @INTERNAL. - - 01 Nov 2012; Robin H. Johnson mysql.eclass, - mysql-v2.eclass: - Bug #392361: Fix mysql_install_db cases to work between all versions & - variations of MySQL. Also add in checks for tmpdir/log-bin/relay-log - directories that must exist otherwise the install_db will fail. - - 01 Nov 2012; Michał Górny distutils-r1.eclass: - Export PYTHONPATH for phases in out-of-source builds. - - 01 Nov 2012; Michał Górny distutils-r1.eclass: - Explicitly set library build dir in out-of-source builds. - - 01 Nov 2012; Davide Pesavento qt4-build.eclass: - Update homepage. - - 31 Oct 2012; Michał Górny distutils-r1.eclass: - Enable byte-compilation of Python modules only locally for - distutils-r1_python_install(). Thanks to Enlik for reminding me of it. - - 31 Oct 2012; Michał Górny python-r1.eclass: - Fix the shebang correcting function to patch shebang only. Thanks to Enlik - for the patch. - - 31 Oct 2012; Alexandre Rostovtsev - gst-plugins10.eclass: - Use versionator to slot gst-1.0 plugins. - - 30 Oct 2012; Michał Górny systemd.eclass: - Add systemd_with_utildir() as well. - - 30 Oct 2012; Michał Górny systemd.eclass: - Introduce systemd_get_utildir() wrt bug #440320. - - 30 Oct 2012; Michał Górny systemd.eclass: - Replace "echo -n" with "echo", bash removes trailing newline in subshells - anyway. - - 30 Oct 2012; Michał Górny python-distutils-ng.eclass: - Fix Prefix support, wrt bug #423323. - - 29 Oct 2012; Michał Górny distutils-r1.eclass: - Support and use out-of-source builds by default. - - 29 Oct 2012; Michał Górny distutils-r1.eclass: - Introduce an esetup.py wrapper function and mydistutilsargs=() for it. - - 29 Oct 2012; Michał Górny python-r1.eclass: - Enable python3.3 support. - - 29 Oct 2012; Michał Górny distutils-r1.eclass: - Remove redundant "cd ${BUILD_DIR}" calls. - - 29 Oct 2012; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Move python-exec dependency to python-r1. That eclass now provides means to - create versioned scripts as well. - - 29 Oct 2012; Michał Górny distutils-r1.eclass: - Use find instead of hard-coded executable locations list when linking the - wrapper. - - 29 Oct 2012; Michał Górny distutils-r1.eclass: - Use new python-r1 functions. - - 29 Oct 2012; Michał Górny python-r1.eclass: - Introduce python_replicate_script(), to create copies of a Python script for - all installed implementations. - - 29 Oct 2012; Michał Górny python-r1.eclass: - Introduce python_export_best() to obtain variables for the most preferred - Python implementation enabled. - - 29 Oct 2012; Michał Górny python-r1.eclass: - Add getters for common Python variables. - - 29 Oct 2012; Michał Górny python-r1.eclass: - Add support for obtaining Python site-packages directory. - - 28 Oct 2012; Pacho Ramos emul-linux-x86.eclass: - Do not hardcode lib32, bug #429726 by SpanKY. - - 28 Oct 2012; Pacho Ramos emul-linux-x86.eclass: - Set QA_PREBUILT as all installed files are precompiled. - - 27 Oct 2012; Alexandre Rostovtsev gnome2-utils.eclass: - Avoid sedding configure.ac in gnome2_disable_deprecation_warning to prevent - accidental triggering of maintainer mode in some packages (bug #439602). - - 27 Oct 2012; Mike Gilbert python-r1.eclass: - Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This - breaks eclass-manpages. - - 26 Oct 2012; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 - instead. - - 25 Oct 2012; Michał Górny distutils-r1.eclass: - Add games/bin to lookup paths for rename_scripts(). - - 25 Oct 2012; Michał Górny python-r1.eclass: - Add a note about array brace expansion. - - 25 Oct 2012; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Introduce python_export() to set Python-relevant variables, and document them - better. - - 25 Oct 2012; Tomáš Chvátal cmake-utils.eclass: - Include fix for bug#439268. - - 24 Oct 2012; Ulrich Müller vim.eclass: - Update dependency after package move from x11-libs/openmotif to - x11-libs/motif. - - 24 Oct 2012; Tomáš Chvátal myspell-r2.eclass: - Add some boring debug prints and error+die when hunspell folder is symlink. - Should fix bug#438792. - - 23 Oct 2012; Michał Górny eutils.eclass: - prune_libtool_files(): fix variable reuse. Thanks to radhermit for the patch. - - 23 Oct 2012; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Improve documentation and a few minor fixes. - - 23 Oct 2012; Gilles Dartiguelongue gnome2-utils.eclass, - gnome2.eclass: - Add gnome2_disable_deprecation_warning to gnome2-utils.eclass - - 23 Oct 2012; Alexandre Rostovtsev - gst-plugins-base.eclass: - Punt plugin .la files for 0.10.36 and EAPI4 - - 23 Oct 2012; Alexandre Rostovtsev - gst-plugins-good.eclass: - Update for gst-plugins-good-0.10.31: use .xz tarballs, punt .la files. - - 22 Oct 2012; Michael Pagano linux-info.eclass: - Update for new location of version.h. Thanks to Magnus Helmersson. Bug - #438876 - - 22 Oct 2012; Thomas Sachau (Tommy[D]) - enlightenment.eclass: - Enable verbose output - - 21 Oct 2012; Alexandre Rostovtsev - gst-plugins-base.eclass: - Switch to xz tarballs in EAPI4. - - 19 Oct 2012; Michał Górny distutils-r1.eclass: - Call no-op default phases for each implementation (meaningless but more - correct). - - 19 Oct 2012; Patrick Lauer check-reqs.eclass: - Fixing units - - 19 Oct 2012; Patrick Lauer check-reqs.eclass: - Fixing units - - 19 Oct 2012; Patrick Lauer check-reqs.eclass: - Fixing binpkg behaviour - - 17 Oct 2012; Michael Palimaka cmake-utils.eclass: - Respect AR and RANLIB, wrt bug #436070. - - 16 Oct 2012; Justin Lecher fortran-2.eclass: - Unset FC and F77 if no fortran support is wanted - - 16 Oct 2012; Justin Lecher fortran-2.eclass: - Add enhanced DEP support in fortran-2.eclass to easy the usage. Only inherit - fortran-2 is need for general use. For a USE dependency on fortran the new - FORTRAN_NEEDED=USE variable was introduced - - 16 Oct 2012; Ben de Groot -qt4.eclass: - Removing qt4.eclass as announced on Sep 13 - - 15 Oct 2012; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Enable EAPI 5 support. - - 15 Oct 2012; Michał Górny distutils-r1.eclass: - Fix missing wrapper symlinks when first supported Python implementation is - disabled. - - 14 Oct 2012; Alexey Shvetsov openib.eclass: - Add compat-rdma - - 14 Oct 2012; Sergey Popov leechcraft.eclass: - Add compiler version checking for LeechCraft - - 14 Oct 2012; Michał Górny +distutils-r1.eclass: - Introduce distutils-r1, a new (and simpler) eclass for Python packages using - distutils build system. - - 14 Oct 2012; Michał Górny +python-r1.eclass: - Introduce python-r1, a new (and simpler) eclass for Python-related packages. - - 13 Oct 2012; Johannes Huber kde4-meta-pkg.eclass: - Change LICENSE to 'metapackage' for kde meta packages, bug #438278. - - 12 Oct 2012; Alexey Shvetsov openib.eclass: - Fix typo - - 12 Oct 2012; Alexey Shvetsov openib.eclass: - [ofed] finalyze 3.5 - - 12 Oct 2012; Alexey Shvetsov openib.eclass: - [openib] Update ofed versions - - 11 Oct 2012; Michał Górny eutils.eclass: - prune_libtool_files(): add --modules option to remove modules (plugins) as - well. - - 11 Oct 2012; Michał Górny eutils.eclass: - prune_libtool_files(): fix removing symlinked .la files. - - 08 Oct 2012; Michał Górny +autotools-multilib.eclass: - Introduce autotools-multilib, to simplify building multilib packages with - autotools-utils. - - 07 Oct 2012; Justin Lecher fortran-2.eclass: - Revert virtual/fortran depends again, because not only USE=fortran controlls - fortran needs - - 07 Oct 2012; Justin Lecher fortran-2.eclass: - Depend on virtual/fortran eclass wise but in an USE=fortran sensitive way, - #435250 - - 07 Oct 2012; Justin Lecher fortran-2.eclass: - Revert last change to not break packages with optional fortran support - - 07 Oct 2012; Michał Górny boost-utils.eclass: - Fix stupid mistake in boost-utils_get_best_slot(). - - 07 Oct 2012; Justin Lecher fortran-2.eclass: - Depend on virtual/fortran eclass wise, #435250 - - 07 Oct 2012; Justin Lecher fortran-2.eclass: - Give some information on selected fortran compilers - - 03 Oct 2012; Chí-Thanh Christopher Nguyễn - virtualx.eclass: - Unbreak EAPI=2 and 3 users of virtualx.eclass, bug #406353 - - 02 Oct 2012; Tomáš Chvátal obs-download.eclass: - More update the doc - - 02 Oct 2012; Tomáš Chvátal obs-service.eclass: - Always use openSUSE:Tools as project to get updates. Remove obs_package - declaration as it is equal to pn. - - 02 Oct 2012; Tomáš Chvátal obs-download.eclass: - Change the documentation a bit and take OBS_PACKAGE from PN if not set. - - 02 Oct 2012; Michael Palimaka cmake-utils.eclass, - virtualx.eclass: - Make VIRTUALX_COMMAND nonfatal so that Xvfb is always killed. Return status - at the end of CMake test phase. This fixes bug #406353. - - 02 Oct 2012; Mike Gilbert python.eclass: - Add 3.3 as a supported python abi for testing. - - 29 Sep 2012; Chí-Thanh Christopher Nguyễn - virtualx.eclass: - Increase Xfvb resolution to address gimp test failure, bug #414853. - - 29 Sep 2012; Joerg Bornkessel vdr-plugin-2.eclass: - added helper function to remove i18n.h includes, if media-plugins/vdr-* are - still use the obsoleted i18n handling and unsupported to gettext handling - - 28 Sep 2012; Ulrich Müller eutils.eclass: - Test for the EAPI explicitly, because it isn't guaranteed that package - managers implement usex as a shell function. - - 28 Sep 2012; Ian Stakenvicius toolchain-funcs.eclass: - reverted fatal error from unset KV and made it a warning only shown when - checking for 'kern' arch, so that the portage environment call of tc-arch - will not fail anymore, bug 436450 - - 27 Sep 2012; Mike Gilbert python.eclass: - Remove a silly EAPI conditional. - - 27 Sep 2012; Ian Stakenvicius toolchain-funcs.eclass: - Fixed tc-ninja_magic_to_arch() to also use KV_FULL and fail if no kernel - version specified, bug 432390 - - 08 Oct 2012; Robin H. Johnson db.eclass: - Fix typo in src_test runner: makeopts_jobs not makeopts_job. - - 27 Sep 2012; Ian Stakenvicius eutils.eclass: - Made 'usex' declaration conditional on lack of PM or EAPI5+ support - - 27 Sep 2012; Ian Stakenvicius fortran-2.eclass, - selinux-policy-2.eclass, vdr-plugin-2.eclass, xorg-2.eclass, - autotools-utils.eclass, base.eclass, bash-completion-r1.eclass, - boost-utils.eclass, check-reqs.eclass, cmake-utils.eclass, emboss.eclass, - emul-linux-x86.eclass, enlightenment.eclass, fox.eclass, games.eclass, - games-ggz.eclass, git.eclass, gnome2-utils.eclass, gnome2.eclass, - gst-plugins-bad.eclass, gtk-sharp-module.eclass, haskell-cabal.eclass, - kde4-functions.eclass, leechcraft.eclass, mozlinguas.eclass, mysql.eclass, - mysql-v2.eclass, obs-service.eclass, office-ext.eclass, perl-module.eclass, - php-ext-source-r2.eclass, python-distutils-ng.eclass, qt4-build.eclass, - qt4-r2.eclass, ruby-ng.eclass, scons-utils.eclass, systemd.eclass, - vcs-snapshot.eclass, vdr-plugin.eclass, virtuoso.eclass, waf-utils.eclass, - xfconf.eclass: - naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where - EAPI=4 was previously allowed - - 27 Sep 2012; Mike Gilbert python.eclass: - Allow usage of EAPI 5. - - 27 Sep 2012; Alexandre Rostovtsev clutter.eclass: - Default clutter license is LGPL-2.1 or later. - - 26 Sep 2012; Julian Ospald python-distutils-ng.eclass: - add PYTHON_USE wrt #426768 - - 20 Sep 2012; Tomáš Chvátal autotools.eclass: - Be more strict about eautoreconfig on aclocal.m4. Fixes bug#424763 and - bug#420631. - - 20 Sep 2012; Justin Lecher intel-sdp.eclass: - Keyword for *-linux prefix - - 20 Sep 2012; Michael Palimaka cmake-utils.eclass: - Add support for the ninja build system wrt bug #430608. Improve prefix - support wrt bug #434086. - - 20 Sep 2012; Alexandre Rostovtsev vala.eclass: - VALA_{MIN,MAX}_API_VERSION are not unset by default. - - 19 Sep 2012; Joerg Bornkessel vdr-plugin-2.eclass, - vdr-plugin.eclass: - using now append-lfs-flags for large files - - 19 Sep 2012; Michał Górny +boost-utils.eclass: - Introduce boost-utils eclass, to support linking against arbitrary boost - version. - - 18 Sep 2012; Ulrich Müller bzr.eclass: - Use lightweight checkout instead of export if EBZR_WORKDIR_CHECKOUT is set; - bug 434746. Remove old cleanup code. - - 18 Sep 2012; Tim Harder vim.eclass: - Use has_version instead of built_with_use. - - 17 Sep 2012; Joerg Bornkessel vdr-plugin-2.eclass: - better LINGUAS detection, vdr-plugin-2.eclass - - 16 Sep 2012; Ulrich Müller tla.eclass: - Mark as DEAD for removal. - - 16 Sep 2012; Justin Lecher intel-sdp.eclass: - Add old license jingle until we have fixed the license situation generally - - 16 Sep 2012; Justin Lecher intel-sdp.eclass: - Added new intel-sdp.eclass - - 15 Sep 2012; Zac Medico cannadic.eclass, - cmake-utils.eclass, confutils.eclass, embassy.eclass, eutils.eclass, - games.eclass, gnatbuild.eclass, gnuconfig.eclass, libtool.eclass, - linux-mod.eclass, nsplugins.eclass, perl-module.eclass, qmail.eclass, - toolchain-funcs.eclass: - Remove redundant DESCRIPTION variable settings. - - 14 Sep 2012; Mark Wright ghc-package.eclass: - ghc-pkg --global-conf parameter is renamed to --global-package-db in ghc - 7.6.1 - - 12 Sep 2012; Jory A. Pratt mozconfig-3.eclass: - Disable crashreporter on all source builds, bug #433962. - - 12 Sep 2012; Alexandre Rostovtsev vala.eclass: - Small stylistic fix. - - 12 Sep 2012; Alexandre Rostovtsev vala.eclass: - Typo: s/VALA_API_VERSION/version/ - - 12 Sep 2012; Alexandre Rostovtsev +vala.eclass: - New eclass. - - 11 Sep 2012; Tim Harder vim.eclass: - Allow vim to be built against ruby-1.9. - - 11 Sep 2012; Pawel Hajdan jr chromium.eclass: - Remove deprecated chromium_check_kernel_config. - - 10 Sep 2012; Brian Harring mysql.eclass, - mysql-v2.eclass: - Remove usage of strip_duplicate_slashes function. - - It's outside of PMS, and is exposed by misbehaviour on portages part. - - 09 Sep 2012; Ulrich Müller cvs.eclass: - Rename ESCM_OFFLINE to EVCS_OFFLINE. Drop ESCM_VERSION. Fixes bug 410465. - - 08 Sep 2012; selinux-policy-2.eclass: - Support live policy builds - - 06 Sep 2012; Michael Palimaka qt4-build.eclass: - Improve respect for *FLAGS. Fixes part of bug #427782. - - 04 Sep 2012; Johannes Huber kde4-meta.eclass: - Dont try to extract cmake/modules for kdegames > 4.9.0. Its removed from - top-level directory by upstream, fixes bug #431924. - - 01 Sep 2012; Vadim Kuznetsov vadimk@gentoo.org -vmware.eclass, - -vmware-mod.eclass: - removed vmware and vmware-mod elsasses - - 01 Sep 2012; Ulrich Müller elisp-common.eclass: - Suppress warning message in elisp-site-regen for initial installation. - - 30 Aug 2012; Michael Pagano linux-mod.eclass: - Minor typo fix to documentation line. Bug #419469 - - 29 Aug 2012; Michał Górny eutils.eclass: - prune_libtool_files: run pkg-config code only if necessary. - - 28 Aug 2012; Michael Pagano linux-mod.eclass: - Remove deprecated and unrecommended parameter -r from depmod - - 27 Aug 2012; Michał Górny systemd.eclass: - Drop blockers for ancient systemd versions. - - 27 Aug 2012; Michał Górny systemd.eclass: - tmpfiles.d: ensure .conf suffix when installing. - - 27 Aug 2012; Michał Górny systemd.eclass: - Add systemd_newtmpfilesd(). - - 22 Aug 2012; Christoph Junghans unpacker.eclass: - added support for cpio archives - - 19 Aug 2012; Johannes Huber kde4-base.eclass, - kde4-functions.eclass, kde4-meta.eclass: - Remove obsolete koffice handling. Simplify Qt minimal requirement. Remove - duplicated entry for unstable KDE SC releases in SRC_URI calculation. Arrange - docs example for KDE_LINGUAS alphabetically. - - 19 Aug 2012; Johannes Huber -tetex-3.eclass, -tetex.eclass: - Remove obsolete. Announced on 2012/07/18. - - 17 Aug 2012; Ulrich Müller elisp.eclass: - Remove unnecessary assignment of IUSE variable. - - 17 Aug 2012; Tomáš Chvátal obs-download.eclass, - obs-service.eclass: - Suse eclasses are under suse herd. - - 16 Aug 2012; Mike Gilbert python.eclass: - Hide the python.eclass unmerge noise behind PORTAGE_VERBOSE. - - 16 Aug 2012; Patrick Lauer python.eclas: - Fix noisy output on unmerge #423741 - - 15 Aug 2012; Diego E. Pettenò ruby-fakegem.eclass: - Make sure not to test for use doc if it's not there. - - 14 Aug 2012; Diego E. Pettenò ruby-fakegem.eclass: - Add support for documentation recipes as well, and implement an rdoc recipe. - - 14 Aug 2012; Tomáš Chvátal xorg-2.eclass: - Fix disable-dependency-tracking passing. Fixes bug#372239. - - 13 Aug 2012; Diego E. Pettenò ruby-fakegem.eclass, - ruby-ng.eclass: - Add support for cucumber as a test recipe. This allows abstracting some of - the work needed to skip it over on JRuby. - - 13 Aug 2012; Diego E. Pettenò ruby-ng.eclass: - Add a cucumber wrapper similar to the rspec one we have already. - - 13 Aug 2012; Matti Bickel fox.eclass: - Add updated info statement about fox17.pc re bug #426718 - - 05 Aug 2012; Joerg Bornkessel vdr-plugin-2.eclass: - fix for wrong detected *.pot file in po dir - - 03 Aug 2012; Tim Harder vim-plugin.eclass: - Add alternative location for vim plugin tarball archives. - - 02 Aug 2012; Johannes Huber kde4-meta.eclass: - Fix tarball extract for old kdepim, bug #429428. - - 01 Aug 2012; Johannes Huber kde4-base.eclass, - kde4-functions.eclass, kde4-meta.eclass: - Make .xz compression as default for SRC_URI calculation. Add KDE prefix to - BUILD_TYPE. No #DONOTCOMPILE if add_subdirectory has a variable parameter - ("${..."). - - 29 Jul 2012; Akinori Hattori subversion.eclass: - add support for file:// URI scheme wrt bug #416649 - - 29 Jul 2012; Akinori Hattori subversion.eclass: - replace built_with_use by USE deps wrt bug #242100 - - 29 Jul 2012; Akinori Hattori subversion.eclass: - remove obsolete workaround (ESVN_DISABLE_DEPENDENCIES) - - 29 Jul 2012; Akinori Hattori subversion.eclass: - remove DESCRIPTION variable wrt bug #428304 - - 28 Jul 2012; Julian Ospald games.eclass: - omg, we checked the dirs in ${S} instead of ${D} which accidentially - worked for some ebuilds (EAPI-4 related fix) - - 05 Aug 2012; Justin Lecher pam.eclass: - Add magic needed for app-portage/eclass-manpages to pam.eclass, changes - approved by author - - 26 Jul 2012; Fabian Groffen - +ELT-patches/sol2-ltmain/2.4.2, libtool.eclass: - elt-patches: add Solaris no de-deplication patch to fix built C++ objects - from aborting when an exception is thrown - - 26 Jul 2012; selinux-policy-2.eclass: - Use warnings for SELinux failures, not errors, since the failure is not fatal - for a system - - 26 Jul 2012; Ben de Groot l10n.eclass: - Remove ambiguous wording - - 24 Jul 2012; Fabian Groffen autotools.eclass: - _elibtoolize: properly set LIBTOOLIZE in case glibtoolize exists in the - system - - 23 Jul 2012; Ralph Sennhauser java-vm-2.eclass: - Add C to flags pass to pax-mark to ensure a header is created. Thanks to - blueness. #427642 - - 23 Jul 2012; Tomáš Chvátal myspell-r2.eclass: - More licenses removal - - 23 Jul 2012; Ben de Groot qt4-r2.eclass: - Add array variables for DOCS and HTML_DOCS in qt4-r2.eclass - - 23 Jul 2012; Ben de Groot +l10n.eclass: - Initial commit of l10n.eclass - - 23 Jul 2012; Jorge Manuel B. S. Vicetto - mysql.eclass, mysql-v2.eclass: - Sync mysql and mysql-v2 eclasses from the mysql overlay. - Simplify ncurses dependency and update inherit to use git-2 eclass. - - 21 Jul 2012; Ralph Sennhauser java-pkg-2.eclass: - Convert documentation to eclass-manpages. - - 19 Jul 2012; Tomáš Chvátal mozlinguas.eclass: - Fix eclassdoc. - - 18 Jul 2012; Johannes Huber tetex-3.eclass, tetex.eclass: - Marking as DEAD for removal. - - 18 Jul 2012; Ralph Sennhauser java-virtuals-2.eclass: - Convert to eclass-manpages. - - 18 Jul 2012; Ralph Sennhauser java-vm-2.eclass: - Add ROOT support, patch by vapier. #416341 - - 18 Jul 2012; Ulrich Müller bzr.eclass: - Don't assign useless values to DESCRIPTION and HOMEPAGE variables. - - 17 Jul 2012; Mike Gilbert chromium.eclass: - Remove -v option from rm command. - - 10 Jul 2012; Davide Pesavento qt4-build.eclass: - Stop inheriting base.eclass - - 09 Jul 2012; Mike Gilbert base.eclass: - Remove false statement from eclass description. - - 08 Jul 2012; Sergei Trofimovich haskell-cabal.eclass: - Allow wildcards in CABAL_CORE_LIB_GHC_PV. Guard against breakage of - ghc-shipped libraries. - - 08 Jul 2012; Diego E. Pettenò ruby-ng.eclass: - Add a function to wrap around testrb-2 as well. - - 05 Jul 2012; Diego E. Pettenò ruby-fakegem.eclass, - ruby-ng.eclass: - Add support for running rspec while respecting some common variables - (TEST_VERBOSE and NOCOLOR) in ruby-ng; then use this with a new variable in - ruby-fakegem. - - 05 Jul 2012; Ralph Sennhauser java-utils-2.eclass: - Remove java-pkg_ensure-gcj and java-pkg_ensure-test. #261562 #278965 - - 01 Jul 2012; Matti Bickel php-pear-lib-r1.eclass: - Remove requirement for depend.php.eclass. Since our switch to /usr/share/php - only it is no longer needed. - - 01 Jul 2012; Vadim Kuznetsov vadimk@gentoo.org vmware.eclass, - vmware-mod.eclass: - Makred vmware.eclass and vmware-mod.eclass dead. - - 30 Jun 2012; Tomáš Chvátal myspell-r2.eclass: - Remove also lower case licenses. - - 27 Jun 2012; Joerg Bornkessel vdr-plugin-2.eclass: - fixed eapi block; bug 423657 - - 26 Jun 2012; Robin H. Johnson linux-info.eclass: - You must ensure at least one of the version setup functions gets called in - linux-info.eclass before you can use the config functions. - - 24 Jun 2012; Michael Pagano kernel-2.eclass: - Add dev-lang/perl to kernel-2.eclass RDEPEND. Bug #421483 - - 22 Jun 2012; Ian Stakenvicius user.eclass: - esethome: silently exit if home dir already up to date, improve messaging - - 22 Jun 2012; Ian Stakenvicius user.eclass: - esethome: eerror and not die when home dir cannot be updated, due to for - instance user being in use - - 22 Jun 2012; Ian Stakenvicius user.eclass: - fixed esethome, directory must exist befure user record can be updated - - 22 Jun 2012; Bernard Cafarelli gnustep-base.eclass: - Stable gnustep-base does not have USE=libobjc2, thanks ago - - 22 Jun 2012; Michael Palimaka kde4-base.eclass: - Sync from kde overlay: Enable tests for live ebuilds, add support for virtual - dbus during src_test, update tarball extension for unstable releases. - - 21 Jun 2012; Naohiro Aota gnome2-utils.eclass: - Add new function gnome2_query_immodules_gtk{2,3} to update immodules cache. - #413529 - - 20 Jun 2012; Michał Górny eutils.eclass: - prune_libtool_files(): report .a removal only if it exists, and explain the - reasoning for it. - - 20 Jun 2012; Tomáš Chvátal gst-plugins-bad.eclass: - Fix building with newer eapis wrt bug#385841. Noticed by triggered rebuild to - -ocr. - - 19 Jun 2012; Bernard Cafarelli gnustep-base.eclass: - Revert to built_with_use for correct libobjc detection and EAPI 0 ebuilds - support - - 18 Jun 2012; Davide Pesavento qt4-build.eclass: - Update from qt overlay: drop USE=c++0x from qt-webkit, stop adding USE=qpa to - 4.8.3 and later, dead code removal and other minor cleanups. - - 18 Jun 2012; Ian Stakenvicius user.eclass: - added 'esethome' to user.eclass - - 18 Jun 2012; Fabian Groffen flag-o-matic.eclass: - Allow header and library paths flags in setup-allowed-flags(), bug #414641 - - 17 Jun 2012; Tomáš Chvátal myspell-r2.eclass: - Remove licenses prior copying docs. - - 14 Jun 2012; Julian Ospald eutils.eclass: - small enhancement to examples of doicon - - 13 Jun 2012; Tomáš Chvátal myspell-r2.eclass: - Make the oxt unpacking really work. - - 13 Jun 2012; Tomáš Chvátal myspell-r2.eclass: - Handle dodoc correctly to not die if no documents are found. - - 12 Jun 2012; Ralph Sennhauser java-vm-2.eclass: - Convert docs to eclass-manpages. - - 11 Jun 2012; Ralph Sennhauser java-vm-2.eclass: - Add app-admin/eselect-java as preferred provider of eselect java-vm. - - 11 Jun 2012; Michał Górny vcs-snapshot.eclass: - Unpack tarballs in directory matching their name rather than ${P}. This - allows the eclass to handle multiple tarballs in one ebuild, and non-snapshot - tarballs should work fine too. - - 11 Jun 2012; Michał Górny xorg-2.eclass: - Replace remove_libtool_files with prune_libtool_files. - - 11 Jun 2012; Tomáš Chvátal xorg-2.eclass: - Fix not assigned variable. IE bug#416673. - - 10 Jun 2012; Joerg Bornkessel vdr-plugin-2.eclass: - fix for strip-linguas en - - 10 Jun 2012; Mike Gilbert python-distutils-ng.eclass: - Remove pypy1_7 from default PYTHON_COMPAT due to removal from tree. Add - pypy1_9. - - 10 Jun 2012; Joerg Bornkessel vdr-plugin-2.eclass: - fixed missing chost tag; fixed append-cppflags warning; added Variable to - keep the i18n.o object - - 10 Jun 2012; Akinori Hattori subversion.eclass: - reorder public functions - - 10 Jun 2012; Akinori Hattori subversion.eclass: - fixes bug #416743. - - 10 Jun 2012; Akinori Hattori subversion.eclass: - update @MAINTAINER and minor cleanup. - - 09 Jun 2012; Julian Ospald games.eclass: - fix for games.eclass wrt bug #336626 #c21 - - 09 Jun 2012; Marien Zwart python.eclass: - Add pypy-1.9 to the list of supported python ABIs. - - 07 Jun 2012; Zac Medico kde4-base.eclass, - mysql-autotools.eclass, mysql-cmake.eclass: - inherit flag-o-matic for append-flags - - 07 Jun 2012; Michał Górny vcs-snapshot.eclass: - Extract to ${WORKDIR}/${P} rather than ${S}. - - 07 Jun 2012; Davide Pesavento qt4-build.eclass: - Specify SLOT in blocker atoms, to avoid blocking Qt5 packages. - - 06 Jun 2012; Michał Górny autotools-utils.eclass: - Reuse eautoreconf, deprecate autotools-utils_autoreconf. - - 06 Jun 2012; Michał Górny autotools.eclass: - Support other GNOME-related tools in eautoreconf: gtk-doc, gnome-doc & - glib-gettext. - - 06 Jun 2012; Michael Pagano kernel-2.eclass: - Move ppc/powerpc fix to after we apply linux patches - - 06 Jun 2012; Michał Górny autotools-utils.eclass: - Start using prune_libtool_files() from eutils, deprecate - remove_libtool_files(). - - 06 Jun 2012; Michał Górny eutils.eclass: - Introduce prune_libtool_files() for .la file removal. Based on one used - by autotools-utils. - - 05 Jun 2012; Fabian Groffen autotools.eclass: - Avoid type -P output for glibtoolize, bug #419641 - - 05 Jun 2012; Julian Ospald eutils.eclass: - enhanced functionality of doicon/newicon in eutils.eclass - - 05 Jun 2012; Pacho Ramos stardict.eclass: - Allow more providers for stardict, bug #413093 by tot-to and qt team. - - 05 Jun 2012; Ryan Hill flag-o-matic.eclass: - Update Intel/AMD instruction sets for 4.7. - - 05 Jun 2012; Ryan Hill flag-o-matic.eclass: - Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin). - - 04 Jun 2012; Ralph Sennhauser java-pkg-2.eclass: - No longer call java-pkg_ensure-test in java-pkg-2_pkg_setup as this is - handled by all package managers. #278965 - - 02 Jun 2012; Zac Medico common-lisp-common-2.eclass, - java-ant-2.eclass, common-lisp-common-3.eclass, common-lisp-common.eclass, - db.eclass, depend.php.eclass, freedict.eclass, gnat.eclass, - gst-plugins-bad.eclass, gst-plugins-base.eclass, kde4-base.eclass, - mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, nsplugins.eclass, - php-ext-source-r2.eclass, ruby-ng.eclass, scsh.eclass: - inherit multilib for get_libdir - - 01 Jun 2012; Ralph Sennhauser ant-tasks.eclass: - Don't assinging RDEPEND to DEPEND and vise versa. JRE in DEPEND confuses VM - switching code. - - 30 May 2012; Sergei Trofimovich darcs.eclass: - Use 'darcs get --lazy' instead of 'darcs get --partial' (gone in darcs-2.8). - - 30 May 2012; Ralph Sennhauser ant-tasks.eclass: - Set prefix for ant-1.8.4 - - 30 May 2012; Justin Lecher flag-o-matic.eclass: - Sort ldflags handling functions to logic place - - 30 May 2012; Sergei Trofimovich games.eclass: - Allow EAPI=4. - - 30 May 2012; Pawel Hajdan jr chromium.eclass: - Introduce chromium_suid_sandbox_check_kernel_config, deprecate - chromium_check_kernel_config. - - 29 May 2012; Pawel Hajdan jr gnustep-2.eclass, - gnustep-base.eclass: - Apply gnustep eclass changes wrt - http://archives.gentoo.org/gentoo-dev/msg_eee22ea47f4d15e2fa2932583aa92db7.xm - l - - 28 May 2012; Pawel Hajdan jr eutils.eclass: - Simplify preserve_old_lib ewarn messages, wrt - http://archives.gentoo.org/gentoo-dev/msg_bf159af028ffeeb83c679d6a0eaa73e5.xm - l . gentoolkit-0.3.0.5 fixing problems blocking this change is now stable on - all archs (bug #411479). - - 28 May 2012; Michał Górny autotools-utils.eclass: - Remove invalid use check, these should be fixed by now. - - 28 May 2012; Michał Górny autotools-utils.eclass: - Fail whenever unable to change directory, wrt #391927. - - 28 May 2012; Michał Górny autotools-utils.eclass: - autotools.eclass no longer supports re-inheriting so we need to override - AUTOTOOLS_AUTO_DEPEND for good... - - 26 May 2012; selinux-policy-2.eclass: - Introducing support for user-provided policies, fix loading logic to retry - with all modules (bug #414599, #414017) - - 26 May 2012; Michał Górny python-distutils-ng.eclass: - Fix double hashbang in installed scripts. Patch by Krzysztof Pawlik, modified - by me. - - 25 May 2012; Joerg Bornkessel vdr-plugin-2.eclass: - fixed install for locales if only LINGUAS=en - - 25 May 2012; Davide Pesavento qt4-build.eclass: - Re-enable rpath on prefix wrt bug 417169. - - 24 May 2012; Mike Gilbert python-distutils-ng.eclass: - Remove obsolete pkg_pretend function. - - 23 May 2012; Mike Gilbert chromium.eclass: - Don't elog about icons if the user has installed them. Bug 416773 by pacho. - - 23 May 2012; Diego E. Pettenò apache-2.eclass: - Avoid using 'make' for installing; use 'mkdir -p' for creating the - directories to solve parallel install issues (Apache's script is not safe, - but we expect a working mkdir -p). Tested on a 32-way system. - - 22 May 2012; Michał Górny autotools-utils.eclass: - Call eaclocal unconditionally; _elibtoolize no longer does that. - - 22 May 2012; Davide Pesavento qt4-build.eclass: - Update SRC_URI for Qt 4.8.1 and later. - - 21 May 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Add information about automatic run of python-distutils-ng_redoscript. - - 21 May 2012; Michał Górny autotools-utils.eclass: - Fix to match autotools.eclass API changes. - - 21 May 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Document PYTHON_DISABLE_SCRIPT_REDOS. - - 21 May 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Fix #! line for installed scripts and install them for enabled - implementations, see bug #416131. - - 20 May 2012; Joerg Bornkessel vdr-plugin-2.eclass: - strip-linguas check added - - 20 May 2012; Joerg Bornkessel vdr-plugin-2.eclass: - some debug infos for wrong use of vdr-plugin-2.eclass - - 20 May 2012; Davide Pesavento qt4-build.eclass: - Try to avoid sandbox violation when running qhelpgenerator, bug 415517. - - 19 May 2012; Ulrich Müller xemacs-elisp-common.eclass: - Fix name space collision with elisp-common.eclass, bug 406053. - - 19 May 2012; Davide Pesavento qt4.eclass: - qt4.eclass is dead. - - 14 May 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Block older versions of sys-apps/portage that don't have improved - COLLISION_IGNORE handling, see bug #410691. - - 11 May 2012; Tomáš Chvátal nsplugins.eclass: - Actually check if the plugin file exist before creating symlink. Avoids - broken symlinks. - - 10 May 2012; Tomáš Chvátal office-ext.eclass: - Ignore licenses, user accept them by portage. - - 10 May 2012; Alexandre Rostovtsev waf-utils.eclass: - Depend on python and block python[-threads] for bug #409427. - - 09 May 2012; Tomáš Chvátal office-ext.eclass: - Update the default unpack to detect cases when oxt is packed elsewhere. - - 09 May 2012; Matt Turner xorg-2.eclass: - Fix xorg-2's git:// EGIT_REPO_URI. - - 09 May 2012; Tomáš Chvátal office-ext.eclass: - Add the src_unpack phase for office-ext eclass. - - 09 May 2012; Pacho Ramos gnome2.eclass: - Don't call gtk-doc configure option when not available - - 08 May 2012; Andreas K. Huettel kde4-base.eclass, - kde4-functions.eclass, kde4-meta.eclass, kde4-meta-pkg.eclass: - Sync kde4-*.eclass from kde overlay: add x11-libs/qt-dbus to kde - dependencies, eqawarn on ${mycmakeargs} as string, properly treat case of - undefined LINGUAS (bug 372457) - - 08 May 2012; Andreas K. Huettel cmake-utils.eclass: - Update cmake-utils.eclass from kde overlay: make builds verbose by default, - fix usage of PREFIX (bug 358059) - - 07 May 2012; Davide Pesavento qt4-build.eclass: - Stop stripping upstream CFLAGS from g++.conf for Qt 4.8 and later (see bug - 352778 comment #6). - - 06 May 2012; Fabian Groffen - +ELT-patches/sol2-conf/2.4.2, libtool.eclass: - Add ELT patch for Solaris x64 libtool problem where the linker is set to - 'ld_sol2' - - 06 May 2012; Mike Gilbert python-distutils-ng.eclass: - Silence eclass-to-manpage warnings. - - 05 May 2012; Mike Gilbert python-distutils-ng.eclass: - Eliminate another duplicate slash. - - 05 May 2012; Mike Gilbert python-distutils-ng.eclass: - Simplify ${D%/}/ to ${D}; PMS says ${D} always has a trailing slash, and it - works without a trailing slash anyway. - - 04 May 2012; Chí-Thanh Christopher Nguyễn - xorg-2.eclass: - Raise util-macros dependency. - - 04 May 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Let distutils compile python modules, see bug #413957. - - 03 May 2012; Mike Gilbert python-distutils-ng.eclass: - Declare local S in _python-distutils-ng_run_for_impl. - - 02 May 2012; Mike Gilbert python-distutils-ng.eclass: - Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe. - - 02 May 2012; Gilles Dartiguelongue gnome2-utils.eclass, - gnome2.eclass: - Rewrite scrollkeeper support as proposed in bug #301311. - - 02 May 2012; Jeff Horelick clutter.eclass, - gkrellm-plugin.eclass, gnome-python-common.eclass, go-mono.eclass, - gpe.eclass, gst-plugins-bad.eclass, gst-plugins-base.eclass, - gst-plugins-good.eclass, gst-plugins-ugly.eclass, gtk-sharp-module.eclass, - kde4-base.eclass, ruby-ng-gnome2.eclass, mozcoreconf-2.eclass, xorg-2.eclass, - rox.eclass, vim.eclass, x-modular.eclass: - dev-util/pkgconfig -> virtual/pkgconfig - - 02 May 2012; Davide Pesavento qt4-build.eclass: - dev-util/pkgconfig -> virtual/pkgconfig - - 30 Apr 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Remove die from eclass, simply warn if user has collision-protect enabled. - - 30 Apr 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Correctly chdir to ${S}, see bug #411563. - - 29 Apr 2012; Diego E. Pettenò sgml-catalog.eclass: - Fix infinite look if the catalog is corrupted. - - 29 Apr 2012; Joerg Bornkessel vdr-plugin-2.eclass: - typo, added missing [ ] for test - - 29 Apr 2012; Joerg Bornkessel +vdr-plugin-2.eclass: - vdr-plugin-2.eclass added; include major fixes for obselet i18n handling, - Linguas support - - 27 Apr 2012; Ulrich Müller elisp-common.eclass: - Sync from Emacs overlay: Require GNU Emacs in elisp-need-emacs(). - - 25 Apr 2012; Fabian Groffen qt4-build.eclass: - fix_includes: create relative symlinks for header directories, such that - further additions by ebuilds in src_install don't fail - - 24 Apr 2012; Tomáš Chvátal myspell-r2.eclass: - Oops didn't commit the dir supporting version. This replaces plain doins with - proper newins command. - - 24 Apr 2012; Tomáš Chvátal +myspell-r2.eclass: - Add myspell-r2.eclass which is just eclassdoced myspell.eclass with removed - no-longer required stuff. - - 23 Apr 2012; Joerg Bornkessel vdr-plugin.eclass: - reverted last changes in plugin_has_gettext function - - 20 Apr 2012; Patrick Lauer depend.apache.eclass: - Typo - - 20 Apr 2012; Patrick Lauer depend.apache.eclass: - Extending depend.apache.eclass for apache 2.4 - - 19 Apr 2012; Davide Pesavento qt4-r2.eclass: - Overhaul *FLAGS handling in eqmake4() to fix bug 361303. Thanks to Michael - (kensington) for the patch. - - 19 Apr 2012; Andreas K. Huettel kde4-meta.eclass: - No ewarns even if tar misses some files on unpack, as that is so common it's - pretty much useless. - - 19 Apr 2012; Sergei Trofimovich haskell-cabal.eclass: - Added CABAL_FEATURES=test-suite by Alexander Vershilov. It enables building - of test suites introduced in Cabal-1.8 - - 19 Apr 2012; Davide Pesavento qt4-build.eclass: - Add appropriate blockers for qt-bearer. - - 18 Apr 2012; Joerg Bornkessel vdr-plugin.eclass: - removed unneeded path install for /usr/local/share; fix i18n install bug, - start with vdr-1.7.27 bug 411945, thanks to Marc Perrudin for this workaround - - 16 Apr 2012; Tomáš Chvátal cmake-utils.eclass: - Whitespace cmake dep. Add build_rules to CMAKE_BUILD_DIR rather than to T as - they might vary for multiple abi builds. Create the CMAKE_BUILD_DIR right - away when determined. - - 16 Apr 2012; Samuli Suominen waf-utils.eclass: - Unbreak waf-utils.eclass by restoring --jobs= argument wrt #412159 - - 15 Apr 2012; Mike Frysinger db.eclass perl-module.eclass - waf-utils.eclass: - Use new makeopts_jobs helper from eutils.eclass. - - 14 Apr 2012; Sergei Trofimovich haskell-cabal.eclass: - move 'dev-haskell/cabal' santy check out from 'pkg_*' to 'src_*' function to - allow binary installation. Reported by tamiko. - - 14 Apr 2012; Sergei Trofimovich haskell-cabal.eclass: - fix -dynamic './setup configure' failures against newer libffi (bug #411789 - by Leonid Podolny) - - 09 Apr 2012; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Remove outdated bits for gnome2-utils.eclass: - Punt stale icon-theme.cache files and empty icon theme directories after - theme uninstallation (bug #410495, thanks to Maxim Kammerer for reporting). - - 07 Apr 2012; Joerg Bornkessel vdr-plugin.eclass: - vdr-vdrmanager added for gettext handling - - 07 Apr 2012; Joerg Bornkessel vdr-plugin.eclass: - some plugins gives false positive results on gettext handling, add this - plugins here - - 04 Apr 2012; Davide Pesavento qt4-build.eclass: - Update from qt overlay, fixes #407523. - - 04 Apr 2012; Johannes Huber kde4-base.eclass, - kde4-meta.eclass: - Use .xz also for 4.8.x with x>1. - - 03 Apr 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Add function that makes it easier to properly install Python scripts that get - installed automatically by distutils. - - 03 Apr 2012; Krzysztof Pawlik mercurial.eclass: - Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469. - - 03 Apr 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Add detection of collision-protect in FEATURES. - - 03 Apr 2012; Pacho Ramos git-2.eclass: - Reorder git-2.eclass maintainers to get bugs assigned to most active - maintainer. - - 02 Apr 2012; Pacho Ramos eutils.eclass: - Use einfo instead of ewarn as discussed in - http://archives.gentoo.org/gentoo-dev/msg_512b5e4049617666f6637618bd62857a.xm - l - - 02 Apr 2012; Sergei Trofimovich darcs.eclass: - Switch from ESCM_OFFLINE var to EVCS_OFFLINE (bug #410467 by Ulrich Müller). - Don't skip _darcs/ when checkout to $WORKDIR. Add 'rsync' to DEPENDS. - - 01 Apr 2012; Mike Gilbert subversion.eclass: - ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471. - - 30 Mar 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Fix two small issues, spotted by Sławomir Nizio - . - - 29 Mar 2012; Patrick Lauer apache-2.eclass: - Sanitizing directory permissions #398899 - - 29 Mar 2012; Marien Zwart python.eclass: - Add more versions of pypy to the hardcoded mapping in python.eclass. - - 28 Mar 2012; Marien Zwart python-distutils-ng.eclass: - Try to unbreak dependency generation. - - 26 Mar 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - _python-distutils-ng_generate_depend was used only in one place, inline it. - - 26 Mar 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Avoid ${impl::-3} parameter expansion, this is not supported by older bash - and caused issues with cache generation. - - 26 Mar 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Small fixes: use +=, cleanup used variables, white space. - - 26 Mar 2012; Krzysztof Pawlik - python-distutils-ng.eclass: - Include only valid values in REQUIRED_USE. - - 26 Mar 2012; Justin Lecher python-distutils-ng.eclass: - Add missing space to new python.eclass - - 25 Mar 2012; Krzysztof Pawlik - +python-distutils-ng.eclass: - Add python-distutils-ng.eclass: new eclass for installing Python, distutils - based packages. - - 25 Mar 2012; Gilles Dartiguelongue - gnome-python-common.eclass: - Replace old py-compile trick by the one from python eclass. - - 24 Mar 2012; Andreas K. Huettel kde4-meta.eclass: - Make opengl dependency soft in kde-workspace (except kwin) - - 23 Mar 2012; Mike Gilbert chromium.eclass: - Set IUSE=custom-cflags in the eclass so we can reference it in the die hook. - - 23 Mar 2012; Mike Gilbert sgml-catalog.eclass: - Convert SGML_TOINSTALL to a bash array. Add some documentation. - - 23 Mar 2012; Mike Gilbert sgml-catalog.eclass: - PMS says that postrm runs before postinst, so remove workaround in - sgml-catalog_pkg_postrm. Fix order of arguments in einfo message. - - 22 Mar 2012; Alexis Ballier texlive-module.eclass: - Drop support for pre-2010 TeX Live versions - - 22 Mar 2012; Michał Górny xorg-2.eclass: - Use autotools-utils to reconfigure. - - 22 Mar 2012; Ryan Hill toolchain.eclass: - All ebuilds need a version number so drop special case for master. Update - comments. - - 21 Mar 2012; Diego E. Pettenò autotools.eclass: - Go back to use a variable rather than an array for _LATEST_AUTOMAKE, use - versionator eclass to go back to the full version instead, so that it's clear - what's going on and other developers don't misread the code. It's only - perfect for EAPI >= 0 but it's not broken on EAPI=0 anyway. - - 20 Mar 2012; Mike Gilbert python.eclass: - Define _python_implementation() earlier. - Update handling of dependencies. - Patch by Arfrever. Backported from Progress Overlay. - http://code.google.com/p/gentoo-progress/source/detail?r=1705 - - 19 Mar 2012; Michał Górny vcs-snapshot.eclass: - Fix old eclass name in die-message. - - 19 Mar 2012; Michał Górny +vcs-snapshot.eclass: - Introduce vcs-snapshot eclass to simplify working with github, bitbucket - and similar snapshots. - - 18 Mar 2012; Joerg Bornkessel vdr-plugin.eclass: - move eerror to ewarn, make the gettext warning less importend - - 17 Mar 2012; Michael Pagano kernel-2.eclass: - Fix eclass for rc kernels, and fix testing tarball download location. bug - #407869 - - 15 Mar 2012; Patrick Lauer distutils.eclass: - Fixing #407495 - - 14 Mar 2012; Mike Gilbert chromium.eclass: - Improve warning about debug (-g) flags in chromium_pkg_die. - - 14 Mar 2012; Mike Gilbert +chromium.eclass: - New eclass. - - 13 Mar 2012; Ralph Sennhauser java-utils-2.eclass: - Add JAVA_PKG_WANT_BUILD_VM to allow limiting build VM by VM handle. The main - aim is to allow respecting the system VM, if possible, for a subset of VMs - provided by the jdk virtuals. - Thanks to Vlastimil Babka for contributing the variable - name and review. - - 10 Mar 2012; Ryan Hill toolchain.eclass: - Rev. 1.527 fixed 4.7 without me noticing. Add comments about the format of - gcc/BASE-VER to prevent future confusion. - - 10 Mar 2012; Ryan Hill toolchain.eclass: - Revert PRERELEASE setting for live ebuilds. It seems 4.7 treats BASE-VER - differently than earlier versions. This fixes them, but breaks 4.7 again. - - 10 Mar 2012; Ryan Hill toolchain.eclass: - We need micro versions on live ebuilds in order for tc_version_is_at_least() - to work properly. - - 10 Mar 2012; Ryan Hill toolchain.eclass: - Tweak live ebuild bits. - - 10 Mar 2012; Ryan Hill toolchain.eclass: - Fix unpacking of live git ebuilds. - - 09 Mar 2012; Joerg Bornkessel vdr-plugin.eclass: - readded vdr-plugin_pkg_config dummy function - - 09 Mar 2012; Joerg Bornkessel vdr-plugin.eclass: - removed vdr-plugin_pkg_config function, unused, changed on 2008 to eselect - vdrplugin handling - - 09 Mar 2012; Sergei Trofimovich haskell-cabal.eclass: - Drop haddock from DEPENDS when USE=doc haddock. haddock-2.9.2+ can be used - right in the ebuild phase to build it's docs. - - 08 Mar 2012; Davide Pesavento qt4-build.eclass: - Die earlier on unsupported EAPI. - - 07 Mar 2012; Mike Gilbert python.eclass: - Fix default src_test implementation in EAPI 4. Patch by pesa. - - 06 Mar 2012; Andreas K. Huettel kde4-base.eclass, - kde4-meta.eclass: - Update from kde overlay - - 05 Mar 2012; Patrick Lauer apache-2.eclass: - Don't set eapi in eclass, #405911 - - 03 Mar 2012; Vlastimil Babka ant-tasks.eclass: - Add support for ANT_TASK_DISABLE_VM_DEPS variable - when enabled, the jdk/jre - deps are not added by eclass. - - 03 Mar 2012; Ryan Hill toolchain.eclass: - Prevent bundled libffi from being installed with gcj or gccgo (bug #354903 by - Xake). Drop old libffi-related code. - - 01 Mar 2012; Naohiro Aota eutils.eclass: - Consider patch alias, #404447 - - 01 Mar 2012; Davide Pesavento qt4-build.eclass: - Cleanup qt_mkspecs_dir(). - - 01 Mar 2012; Davide Pesavento qt4-build.eclass: - Fold standard_configure_options() into qt4-build_src_configure(). - - 01 Mar 2012; Ulrich Müller eutils.eclass: - Cdrom functions split out to dedicated cdrom.eclass. - - 28 Feb 2012; Davide Pesavento qt4-build.eclass: - Add qt-openvg blocker. - - 27 Feb 2012; Mike Gilbert python.eclass: - Add a safety check to catch issues like bug 405299 earlier. Adapted from - Progress overlay. - - 26 Feb 2012; Pacho Ramos tla.eclass: - Convert to eshopts_{push,pop}, bug 328871 by Spanky. - - 26 Feb 2012; Pacho Ramos eutils.eclass: - Use correct menu categories for app-* as discussed in gentoo-dev. - - 25 Feb 2012; Michal Hrusecky obs-service.eclass: - Improved obs-service eclass to fix paths to suse-build automatically - - 25 Feb 2012; Robin H. Johnson linux-mod.eclass: - Bug #404193: Depend on virtual/modutils instead of - sys-apps/module-init-tools. - - 23 Feb 2012; Alex Legler ruby-ng.eclass: - Improve no-matching-ruby-target-error message wording wrt bug 405373. - - 21 Feb 2012; Justin Lecher subversion.eclass: - Respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update, #401737 - - 20 Feb 2012; Bernard Cafarelli gnustep-base.eclass: - Use WORKDIR instead of T for temporary GNUstep.conf, fixes bug #389859 - - 20 Feb 2012; Ryan Hill toolchain.eclass: - Require dev-libs/ppl-0.11 now that it's stable (bug #396569). Drop cloog-ppl - include path workaround as we've required 0.15.0 for a while now. - - 20 Feb 2012; Robin H. Johnson autotools.eclass: - Remove my WANT_AUTOMAKE=none overloading in eautomake and instead introduce - AT_NOEACLOCAL, AT_NOEAUTOCONF, AT_NOEAUTOMAKE that work the same as - AT_NOELIBTOOLIZE. Should fix bug #404555. - - 15 Feb 2012; Joerg Bornkessel vdr-plugin.eclass: - move media-tv to virtual/linuxtv-dvb-headers, bug #403929 - - 13 Feb 2012; Zac Medico python.eclass: - Enable PyPy 1.8 support. Merged from the progress overlay: - http://code.google.com/p/gentoo-progress/source/detail?r=1785 - - 13 Feb 2012; Davide Pesavento qt4-r2.eclass: - Minor code style cleanup and quoting fixes. - - 13 Feb 2012; Davide Pesavento qt4-r2.eclass: - Finally remove ${S} fallback, it was deprecated 3 months ago. - - 13 Feb 2012; Davide Pesavento qt4-r2.eclass: - eqmake4: make CONFIG manipulation more robust by using gsub in the awk - script. Fixes bug #372719. - - 12 Feb 2012; Matti Bickel php-lib-r1.eclass: - always install stuff into /usr/share/php - - 12 Feb 2012; Matti Bickel fox.eclass: - fix eclass to also support building apps with fox:1.7 - - 12 Feb 2012; Magnus Granberg toolchain.eclass: - PaX mark cc1 and cc1plus for bug 301299 - - 12 Feb 2012; Robin H. Johnson autotools.eclass: - Provide a way to run eautoreconf without automake by using - WANT_AUTOMAKE=none. - - 11 Feb 2012; Christian Ruppert vdr-plugin.eclass: - Remove vdr_add_local_patch() and use epatch_user() from eutils instead. Issue - a error in case the old variable to pass user patches is still used. Also the - example has been removed as it was actually a common ebuild example, nothing - specific. Update descriptions. - - 11 Feb 2012; Ulrich Müller elisp-common.eclass: - Delete declaration of unused variable. - - 10 Feb 2012; Thomas Sachau (Tommy[D]) python.eclass: - Revert previous commit to python eclass, breaks any ebuild using - PYTHON_DEPEND=2.4 without any need or prior warning - - 10 Feb 2012; Patrick Lauer python.eclass: - Removing python 2.4 support from python eclass - - 09 Feb 2012; Davide Pesavento qt4-build.eclass: - Make src_test() a noop for qt-multimedia (bug #332299). - - 09 Feb 2012; Markos Chandras qt4-build.eclass: - Drop buggy code as discussed on qt@gentoo.org on 2012/02/02 - - 09 Feb 2012; Bernard Cafarelli gnustep-base.eclass: - Use check on configuration file instead of has_version for EAPI0 ebuilds - - 08 Feb 2012; Bernard Cafarelli gnustep-base.eclass: - Force clang when using experimental libobjc2 support - - 07 Feb 2012; Lars Wendler mozlinguas.eclass: - Whitespace fix - - 07 Feb 2012; Lars Wendler mozlinguas.eclass: - Fixed eclass for usage with seamonkey (which has langpacks in beta releases). - - 07 Feb 2012; Sergei Trofimovich haskell-cabal.eclass: - Added support for CABAL_EXTRA_BUILD_FLAGS and HCFLAGS magic variables. - - 06 Feb 2012; Nirbheek Chauhan mozconfig-3.eclass: - Depend on an icon theme, fixes bug 341697 - - 05 Feb 2012; Mike Gilbert mercurial.eclass: - Don't die if hg pull exits with status 1. - - 04 Feb 2012; Nirbheek Chauhan +mozlinguas.eclass: - Add mozlinguas.eclass to handle language packs for mozilla products - - 04 Feb 2012; Michał Górny autotools-utils.eclass: - Fix typo in recursive autoreconf. - - 02 Feb 2012; Michał Górny autotools-utils.eclass: - Use checksums to determine whether files need autoreconf. Fixes bug #399641. - - 02 Feb 2012; Mike Gilbert subversion.eclass: - Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever. - - 31 Jan 2012; Markos Chandras qt4-build.eclass: - Initial EAPI4 support in qt4-build eclass - - 31 Jan 2012; Ulrich Müller eutils.eclass: - Use ${P}-${PR} instead of ${PF} in epatch_user. - - 30 Jan 2012; Mike Gilbert python.eclass: - Avoid inheriting eutils from python.eclass. - - 30 Jan 2012; Mike Gilbert python.eclass: - Detect needless usage of python_convert_shebangs(). Patch by Arfrever. - - 30 Jan 2012; Justin Lecher autotools-utils.eclass: - Call glib-gettextize with --force in autotools-utils.eclass - - 21 Jan 2012; Andreas K. Huettel cmake-utils.eclass: - Dont force CMAKE_BUILD_WITH_INSTALL_RPATH in APPLE prefix on request from - prefix guys, bug 398437 - - 21 Jan 2012; Michał Górny autotools-utils.eclass: - Force autoreconf on user patches only. - - 21 Jan 2012; Mike Gilbert python.eclass: - Copy python_clean_py-compile_files from Progress overlay. Thanks Arfrever. - Bug 396586. - - 20 Jan 2012; Sergei Trofimovich haskell-cabal.eclass: - Added stdout echoing of most executed phase commands. Added stub for - CABAL_USE_HSCOLOUR feature to ease ebuild syncing from haskell overlay. - - 19 Jan 2012; Michał Górny autotools-utils.eclass: - Add AM_CONFIG_HEADER check (for pixman autoreconf). - - 19 Jan 2012; Michał Górny git-2.eclass: - Strip .git from storedir; wrt bug #386845. - - 19 Jan 2012; Matti Bickel php-pear-lib-r1.eclass: - Removed superflous call to has_php from php-pear-lib-r1 - - 19 Jan 2012; Matti Bickel php-ext-source-r2.eclass: - Added addpredict to src_configure phase because of bug #385403 - - 18 Jan 2012; Matti Bickel php-pear-r1.eclass: - Remove dependency on long gone dev-php/PEAR-PEAR-1.8.1 - - 17 Jan 2012; Magnus Granberg toolchain.eclass: - Add HARD_CFLAGS to ALL_CXXFLAGS for hardened gcc 4.7 - - 17 Jan 2012; Johannes Huber kde4-base.eclass: - Drop kdeenablefinal build feature. Fix source uri calc for KDE SC 4.7.97 aka - 4.8 RC2 caused by screwed up version number scheme by upstream. - - 16 Jan 2012; Samuli Suominen xfconf.eclass: - Raise xfce4-dev-tools DEPEND to 4.9.1 for LT_INIT and LT_PREREQ support. - - 15 Jan 2012; Michał Górny autotools-utils.eclass: - Quiet grep output. - - 15 Jan 2012; Christian Ruppert vdr-plugin.eclass: - Add maintainer, description tags etc. - - 15 Jan 2012; Christian Ruppert vdr-plugin.eclass: - Add EAPI 4 support - - 15 Jan 2012; Michał Górny autotools-utils.eclass: - Improve the --docdir configure grep. - - 15 Jan 2012; Ulrich Müller cdrom.eclass: - New variable CDROM_DISABLE_PROPERTIES. Set PROPERTIES only if this is unset. - - 15 Jan 2012; Michał Górny autotools-utils.eclass: - Pass --docdir to configure only when supported. - - 14 Jan 2012; Michał Górny autotools-utils.eclass: - Use path_exists() to ensure any file exists in docdir. - - 14 Jan 2012; Michał Górny autotools-utils.eclass: - Replace the docdir-directory error with a warning. - - 14 Jan 2012; Michał Górny autotools-utils.eclass: - Pass --force to eautopoint and few other pre-autoreconf funcs. - - 14 Jan 2012; Michał Górny autotools-utils.eclass: - Autoreconfigure packages when user patches need it. - - 14 Jan 2012; Michał Górny autotools-utils.eclass: - Disallow eautomake from calling eautoreconf unnecessarily. - - 14 Jan 2012; Michał Górny autotools-utils.eclass: - Pass --docdir to configure, and install docs from it; wrt bug #350423. - - 14 Jan 2012; Michał Górny autotools-utils.eclass: - Support installing default docs, similarly to EAPI4; wrt bug #397659. - - 13 Jan 2012; Matti Bickel php-ext-source-r2.eclass: - Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that - breaks pecl ebuilds (bug #398553) - - 13 Jan 2012; Ulrich Müller +cdrom.eclass: - New cdrom.eclass, split out CD-ROM functions from eutils.eclass. - - 13 Jan 2012; Ralph Sennhauser java-virtuals-2.eclass: - Set S="${WORKDIR}" for java-virtuals as EAPI-4 doesn't permit the - S-to-WORKDIR fallback anymore. - - 09 Jan 2012; Justin Lecher autotools-utils.eclass: - Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET - - 07 Jan 2012; Michał Górny systemd.eclass: - Install systemd units to /usr/lib. - - 06 Jan 2012; Jorge Manuel B. S. Vicetto - mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass, - mysql_fx.eclass: - [mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and bug - 388125. - Bumped required EAPI to 3 due to the prefix support. - Fix -userpriv detection - fixes bug 312809. - - 05 Jan 2012; Michał Górny systemd.eclass: - Fix use of dosym with directory destination. - - 05 Jan 2012; Michał Górny autotools-utils.eclass: - Add AUTOTOOLS_AUTORECONF for bug #392073. - - 03 Jan 2012; Nirbheek Chauhan - gnome-python-common.eclass: - New automake uses $(SHELL) py-compile, which fails if py-compile is a symlink - to /bin/true. Make it an executable empty file instead. - - 03 Jan 2012; Justin Lecher eutils.eclass: - Convert make_desktop_entry() comment block to be eclass-manpages conform, - #397451 - - 01 Jan 2012; Davide Pesavento qt4-build.eclass: - Pass -importdir to configure only for qt >= 4.7 (bug #396685). - - 01 Jan 2012; Mike Gilbert distutils.eclass, - python.eclass: - Avoid including python.eclass more than once. - - 31 Dec 2011; Davide Pesavento qt4-build.eclass: - Respect {C,CXX,LD}FLAGS during config.tests (bug #336618). - - 30 Dec 2011; Davide Pesavento qt4-build.eclass: - Make the output of qt4-build_src_unpack() more readable. - - 28 Dec 2011; Stratos Psomadakis kernel-2.eclass: - Fix URIs for longterm kernels - - 28 Dec 2011; Ryan Hill flag-o-matic.eclass: - Clean up setup-allowed-flags(). - - 28 Dec 2011; Ryan Hill flag-o-matic.eclass: - Remove UNSTABLE_FLAGS. Keyword status should not determine what flags are - used. Move -Os to allowed flags as it's been stable since 4.0ish and drop -O0 - because it breaks things a lot. - - 27 Dec 2011; Jesus Rivero subversion.eclass: - Handle UUID mismatch by deleting working copy and checking out it again. - Patch by Arfrever. - - 27 Dec 2011; Christian Faulhammer rox-0install.eclass, - apache-2.eclass, common-lisp-common-2.eclass, gnustep-2.eclass, - java-ant-2.eclass, java-pkg-2.eclass, java-pkg-opt-2.eclass, - java-utils-2.eclass, java-virtuals-2.eclass, common-lisp-common-3.eclass, - tetex-3.eclass, ant-tasks.eclass, apache-module.eclass, bsdmk.eclass, - common-lisp.eclass, common-lisp-common.eclass, darcs.eclass, db.eclass, - db-use.eclass, embassy.eclass, emul-linux-x86.eclass, enlightenment.eclass, - font-ebdftopcf.eclass, fox.eclass, freebsd.eclass, games.eclass, - games-mods.eclass, gnat.eclass, gnatbuild.eclass, gnome-python-common.eclass, - gst-plugins-bad.eclass, gst-plugins-base.eclass, gst-plugins-good.eclass, - gst-plugins10.eclass, horde.eclass, java-mvn-src.eclass, java-osgi.eclass, - java-pkg-simple.eclass, mercurial.eclass, mozextension.eclass, - myspell.eclass, mysql_fx.eclass, nsplugins.eclass, pam.eclass, - perl-app.eclass, php-common-r1.eclass, php-ezc.eclass, portability.eclass, - rox.eclass, rpm.eclass, savedconfig.eclass, scsh.eclass, sgml-catalog.eclass, - stardict.eclass, sword-module.eclass, tetex.eclass, tla.eclass, - vdr-plugin.eclass, versionator.eclass, vim-doc.eclass, vim-plugin.eclass, - vim-spell.eclass, vmware.eclass, vmware-mod.eclass, webapp.eclass, - wxwidgets.eclass, x-modular.eclass, xemacs-elisp.eclass, - xemacs-elisp-common.eclass, xemacs-packages.eclass, xfconf.eclass, - zproduct.eclass: - Update copyright years in headers - - 27 Dec 2011; Robin H. Johnson mysql-cmake.eclass, - mysql-v2.eclass: - Bug #396089: Avoid automagic systemtap/dtrace in MySQL 5.5. - - 27 Dec 2011; Mike Gilbert twisted.eclass: - Only call doman on manpages in twisted_src_install. Credit to Arfrever. - - 27 Dec 2011; Mike Gilbert twisted.eclass: - Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have - tarballs past 10.2. - - 26 Dec 2011; Davide Pesavento qt4-build.eclass: - Misc cleanups, add a few missing "|| die", fix description of some functions. - - 25 Dec 2011; Davide Pesavento qt4-build.eclass: - Delete obsolete sed on fvisibility.test, it's no longer needed in all - versions of Qt currently available in the tree. - - 22 Dec 2011; Michał Górny autotools-utils.eclass: - Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649. - - 21 Dec 2011; Davide Pesavento qt4-build.eclass: - Disable rpath for Qt 4.8 and later (bug #380415). Thanks to dilfridge for - testing. - - 21 Dec 2011; Davide Pesavento qt4-build.eclass: - Remove obsolete workaround. - - 18 Dec 2011; Robin H. Johnson python.eclass: - Bug #390691: Be careful about cp call to coreutils with --no-preserve option - that might not be available until later in an upgrade. - - 18 Dec 2011; Diego E. Pettenò ruby-ng.eclass: - Reorder setting of REQUIRED_USE to stay near IUSE setting; also use - ruby_get_use_targets to set IUSE. - - 18 Dec 2011; Andreas K. Huettel kde4-base.eclass, - kde4-functions.eclass, kde4-meta.eclass: - Re-sync kde4 eclasses with kde overlay: remove libkworkspace target hacks - (requires libkworkspace rebuild), force qt-4.7.4 for kde-4.8, properly treat - kde-4.[789] version numbers, warn if the handbook useflag is added manually - - 17 Dec 2011; Maciej Mrozowski eutils.eclass: - Revert old eshopts_{pop,push} implementations until new ones pass unit tests. - Bug 395025. - - 16 Dec 2011; Jonathan Callen qt4-build.eclass: - Set importdir to be /usr/$(get_libdir)/qt4/imports instead of the - non-FHS-compliant /usr/imports - - 16 Dec 2011; Maxim Koltsov leechcraft.eclass: - Add app-arch/xz-utils dependency to leechcraft.eclass - - 15 Dec 2011; Maxim Koltsov leechcraft.eclass: - Update leechcraft eclass to new filename suffix - - 14 Dec 2011; Alexandre Rostovtsev gnome2-utils.eclass, - gnome2.eclass: - Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since - glib-2.25.11, and has been removed in 2.31.x (bug #394501, thanks to - Marc-Antoine Perennou for reporting). - - 14 Dec 2011; Sergei Trofimovich multilib.eclass: - Added -m32 to CFLAGS_sparc32. Allows to build sparc64-* multilib toolchain - without additional tuning. - - 14 Dec 2011; Michał Górny autotools-utils.eclass: - Drop base.eclass inherit and thus src_unpack() export. - - 13 Dec 2011; Ralph Sennhauser java-utils-2.eclass: - No longer require JDK for installing java binpkg. #206024 - - 10 Dec 2011; Davide Pesavento qt4-build.eclass: - Handle sparc64-* in arch configuration. - - 08 Dec 2011; Davide Pesavento qt4-build.eclass: - Update HOMEPAGE (bug #388133). - - 07 Dec 2011; Ryan Hill toolchain.eclass: - Disappear disappeared devs. - - 05 Dec 2011; Mike Gilbert java-vm-2.eclass: - Add semicolon to fix ferringb's last change. - - 04 Dec 2011; Brian Harring java-vm-2.eclass: - Fix IFS=: bleeding out from java-vm_sandbox-predict invocations. - - 03 Dec 2011; Ulrich Mueller elisp.eclass, - elisp-common.eclass: - Sync eclasses from Emacs overlay (revision 1759). - elisp.eclass: Allow for user patches. New variable ELISP_REMOVE. - elisp-common.eclass: Replace echo by ebegin/eend for proper logging. - - 02 Dec 2011; Brian Harring eutils.eclass: - Fix eqawarn to match portage's return code; this fixes sporadic failures - in alternate managers for packages like freetype that bleed the - return code through. - - 27 Nov 2011; Michał Górny autotools-utils.eclass: - Revert making pushd/popd fatal due to humongous breakage. Add a warning - message instead. - - 27 Nov 2011; Michał Górny autotools-utils.eclass: - Denote that autotools-utils must not be mixed with econf/emake. - - 26 Nov 2011; Michał Górny autotools-utils.eclass: - Remove implicit IUSE=debug deprecation warning. - - 26 Nov 2011; Michał Górny autotools-utils.eclass: - Add failure handling for pushd/popd calls. - - 24 Nov 2011; Ralph Sennhauser java-vm-2.eclass: - set_java_env(): Substitute @SLOT@ in vm env files - java-vm_check-nsplugin(): Fix handling of IUSE defaults - - 24 Nov 2011; Maciej Mrozowski virtuoso.eclass: - Dependency on nsplugins.eclass: - Assign to mozilla herd, add share_plugins_dir function for mozilla - applications. - - 21 Nov 2011; Jory A. Pratt mozconfig-3.eclass: - Fix handling of crashreporter use. - - 21 Nov 2011; Ralph Sennhauser java-vm-2.eclass: - Move handling of PaX marking JVM executables to eclass. - - 21 Nov 2011; Ryan Hill toolchain.eclass: - Fix live ebuilds. - - 19 Nov 2011; Davide Pesavento qt4-build.eclass: - Add dependency on dev-util/pkgconfig (#385835 and #387783). - - 19 Nov 2011; Davide Pesavento qt4-build.eclass: - Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup. - - 19 Nov 2011; Davide Pesavento qt4-build.eclass: - Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709). - - 18 Nov 2011; Michał Górny scons-utils.eclass: - Add DESTDIR-like variable to the example. - - 18 Nov 2011; Bernard Cafarelli gnustep-base.eclass: - Set VARTEXFONTS for doc generation, fix sandbox access violation on - /var/cache/fonts - - 17 Nov 2011; Tiziano Müller mysql-v2.eclass: - Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to - fail (bug #388673). - - 15 Nov 2011; Vlastimil Babka java-vm-2.eclass: - Drop the repetitive elogs about revdep rebuild control files for binary - JVM's. - - 14 Nov 2011; Nirbheek Chauhan mozconfig-3.eclass: - Remove obsolete xorg-x11 dep from mozconfig-3 - - 14 Nov 2011; Alexandre Rostovtsev gnome2-utils.eclass, - gnome2.eclass: - Add gnome2_environment_reset() to reset env variables that often cause build - or test failures (most recently bug #380639). The XDG_* resetting code had - been tested in the gnome overlay for months with good results. - - 12 Nov 2011; Davide Pesavento qt4-r2.eclass: - Restore ${S} fallback, but with a deprecation notice saying that it will be - removed in 30 days. - - 12 Nov 2011; Davide Pesavento qt4-build.eclass: - Set qt@g.o as maintainer, minor cleanups (quoting, whitespace, etc.) - - 12 Nov 2011; Davide Pesavento qt4-r2.eclass: - Remove ${S} fallback from src_unpack, set qt@g.o as maintainer, remove - unnecessary quoting. - - 12 Nov 2011; Ralph Sennhauser java-vm-2.eclass: - Add java-vm_sandbox-predict for installing a sandbox control file along with - any JVM that needs it. Bug 388937#c1 - - 11 Nov 2011; Ryan Hill flag-o-matic.eclass: - Test that appended flags are valid. This allows people to add flags that were - unsupported in earlier releases without needing to do version checking. - - 10 Nov 2011; Pacho Ramos gtk-sharp-module.eclass: - gnome-desktop-sharp stuff need gnome-desktop:2, bug #389181 by Kacper - Kowalik. - - 10 Nov 2011; Naohiro Aota - ELT-patches/fbsd-conf/00broken-libglade: - Add patch applied detection comment - - 08 Nov 2011; Bernard Cafarelli gnustep-base.eclass: - Fix sandbox access violation on /root/GNUstep, bug #383665 - - 08 Nov 2011; Michael Pagano kernel-2.eclass: - Modify to support new location of 2.6 kernels on kernel.org and mirrors - - 04 Nov 2011; Naohiro Aota mysql.eclass, user.eclass: - Change possible mis-used ${action} to ${db} - - 03 Nov 2011; Andreas K. Huettel +ChangeLog: - Created ChangeLog - diff --git a/sdk_container/src/third_party/portage-stable/eclass/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/eclass/ChangeLog-2015 deleted file mode 100644 index 273257d5dc..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/ChangeLog-2015 +++ /dev/null @@ -1,2308 +0,0 @@ -# ChangeLog for eclass directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1750 2015/08/08 09:32:50 mgorny Exp $ - - 08 Aug 2015; Michał Górny git-r3.eclass: - Add some boldness to output. Update/fix pkg_needrebuild() for - smart-live-rebuild. - - 07 Aug 2015; Davide Pesavento qt5-build.eclass: - Fix bugs #549140 and #552942. - - 07 Aug 2015; Davide Pesavento qt5-build.eclass: - Allow passing arguments to qmake from ebuilds via the myqmakeargs array. - - 06 Aug 2015; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Add new helpers: 'ghc-pm-version' to get ghc version as seen by package - manager and 'ghc-is-dynamic' to workaround ghc-api bug - https://ghc.haskell.org/trac/ghc/ticket/10301 in ebuild. - - 05 Aug 2015; William Hubbs golang-vcs-snapshot.eclass: - add || die and fix indentation - - 05 Aug 2015; William Hubbs +golang-vcs-snapshot.eclass: - Add eclass for vcs snapshots of software written in Go. - - 03 Aug 2015; Michael Sterrett python-utils-r1.eclass: - Add quotes to support reading from files with spaces in the filename. - - 03 Aug 2015; Michael Palimaka kde5.eclass: - Do not compress handbooks. - - 02 Aug 2015; James Le Cuirot java-utils-2.eclass: - Allow java-pkg_get-javac to be called alone. Fixes bug #172594. Thanks to - sping for the patch. Also simplify die logic around java-pkg_javac-args. die - handling has improved since this was written. - - 31 Jul 2015; Patrice Clement java-utils-2.eclass: - Document JAVA_RM_FILES variable. Also, fix documentation and correct typos in - java-pkg_rm_files. - - 30 Jul 2015; James Le Cuirot java-utils-2.eclass: - Fix JAVA_RM_FILES by simplifying java-utils-2_src_prepare on the basis that - we won't be committing EAPI 0|1 ebuilds any more. - - 30 Jul 2015; Brian Evans mysql-multilib.eclass: - Revert bad mycmakeargs changes and introduce 3 eclass variables to have extra - defines in the ebuild - - 30 Jul 2015; Brian Evans mysql-multilib.eclass: - Reset variables between ABIs - - 30 Jul 2015; Brian Evans mysql-multilib.eclass: - Add blocker below virtual/mysql-5.6-r4 for new split ebuilds - - 29 Jul 2015; Brian Evans mysql-multilib.eclass: - Fix pkg_config function error with non-existant USE flags - - 28 Jul 2015; Brian Evans mysql-multilib.eclass: - Fix configuring non-native abi which leads to build failure wrt bug 556162 - - 28 Jul 2015; Brian Evans mysql-cmake.eclass, - mysql-multilib.eclass: - Add support for the split client/server options to the mysql eclasses - - 27 Jul 2015; William Hubbs +golang-base.eclass, - golang-build.eclass, golang-vcs.eclass: - Add golang-base.eclass for the basic golang functions and set up the - other go eclasses to use it. - - - 27 Jul 2015; Michał Górny python-utils-r1.eclass: - python_wrapper_setup(): make banned helpers exit with 127. - - 27 Jul 2015; Michał Górny python-utils-r1.eclass: - Ban calling pythonN and pythonN-config when the other version of Python is - selected (i.e. ban python2 when python3 is used). - - 27 Jul 2015; Michał Górny python-utils-r1.eclass: - python_wrapper_setup(): wrap pythonN-config as well as suggested by PEP and - required by some applications, bug #555594. - - 27 Jul 2015; Michał Górny python-utils-r1.eclass: - python_wrapper_setup(): replace symlinks with shell wrappers to avoid - triggering Python 3.4+ magical prefix support. - - 27 Jul 2015; Mike Gilbert python-r1.eclass: - Drop the USE_PYTHON warning. - - 25 Jul 2015; Michał Górny python-utils-r1.eclass: - Add missing ||die to "rm -f" calls, i.e. in case we do not have permission to - remove the files. - - 23 Jul 2015; William Hubbs golang-build.eclass: - Add functions to retrieve Go library paths and install Go packages. - - 22 Jul 2015; Michael Palimaka kde4-meta.eclass: - Fix oldpim unpack by Andreas Sturmlechner - wrt bug #555566. - - 22 Jul 2015; Patrice Clement java-utils-2.eclass: - Introduce java-pkg_rm_files as a helper function along with JAVA_RM_FILES - array to readily get rid of useless files. - - 20 Jul 2015; Sergei Trofimovich haskell-cabal.eclass: - Workaround upstream cabal tests hangup bug #537500 by Michael Orlitzky; use - ghc's haddock for doc generation. - - 19 Jul 2015; Mike Pagano kernel-2.eclass: - Change kernel upgrade http link and remove reference to deblob in elog - message. See bug #553484 - - 19 Jul 2015; Johannes Huber kde4-base.eclass: - Cleanup SRC_URIs. - - 18 Jul 2015; Mike Gilbert distutils-r1.eclass: - Add entire python directory to SANDBOX_PREDICT, bug 554252. - - 17 Jul 2015; Ian Stakenvicius (_AxS_) - mozconfig-v6.38.eclass, mozconfig-v6.39.eclass: - Updated gstreamer dependencies to current stable and dropped gst-plugins-mad - since gst-plugins-libav now officially provides mp3 decoding - - 17 Jul 2015; Brian Evans depend.php.eclass: - Remove deprecated functions from depend.php.eclass as announced 30 days ago - - 17 Jul 2015; Brian Evans -php-common-r1.eclass, - -php-ext-base-r1.eclass, -php-ezc.eclass: - Drop old, unused eclasses wrt bug 551910 - - 17 Jul 2015; Ian Stakenvicius (_AxS_) - mozconfig-v6.38.eclass, mozconfig-v6.39.eclass: - Added gst-plugins-mad:1.0 dependency for USE=gstreamer to ensure mp3 - streaming support - - 16 Jul 2015; Ian Stakenvicius (_AxS_) mozlinguas.eclass: - minor update within mozlinguas.eclass - - 16 Jul 2015; Ian Stakenvicius (_AxS_) mozlinguas.eclass: - Fixed the mozlinguas.eclass upgrade, recommitting. - - 16 Jul 2015; Ian Stakenvicius (_AxS_) - mozconfig-v6.38.eclass, mozconfig-v6.39.eclass, mozcoreconf-v3.eclass, - mozextension.eclass, mozlinguas.eclass: - Update mozilla support eclasses - - 16 Jul 2015; Michał Górny distutils-r1.eclass: - Forbid also installing "examples" package, bug #555038. - - 16 Jul 2015; Lars Wendler apache-2.eclass: - Added slot dependency for openssl. Raised minimum required EAPI version to 5. - - 15 Jul 2015; Andreas K. Huettel kde4-meta.eclass: - Fix unpacking of noakonadi branch - - 14 Jul 2015; Anthony G. Basile bitcoincore.eclass: - Update for bitcoind 0.11.0. - - 13 Jul 2015; Davide Pesavento qt5-build.eclass: - Initial support for Qt 5.5 - - 09 Jul 2015; Michał Górny git-r3.eclass: - Do not attempt to use submodules for which the checkout path does not exist - (has been removed), bug #551100. - - 09 Jul 2015; Michał Górny gnome2.eclass: - Remove meaningless nonfatal from elibtoolize call, bug #551154. - - 09 Jul 2015; Hans de Graaff ruby-single.eclass: - Update documentation. - - 08 Jul 2015; Bernard Cafarelli webapp.eclass: - Fix elog in webapp_serverowned and ebeep in newer EAPIs - - 07 Jul 2015; Ian Stakenvicius (_AxS_) - -mozconfig-v4.31.eclass, -mozconfig-v5.33.eclass, +mozconfig-v6.38.eclass, - +mozconfig-v6.39.eclass: - removed old mozconfig eclasses, added new - - 06 Jul 2015; William Hubbs golang-build.eclass: - Add back the subslot operator in the dependency on Go. We need this so that - we have the Go version the package was built with recorded. - - 06 Jul 2015; Michael Palimaka kde5.eclass: - Add missing USE dependency default wrt bug #554056. - - 05 Jul 2015; Hans de Graaff ruby-fakegem.eclass: - Document that some variables must be set before inheriting the eclass. - - 04 Jul 2015; Mike Gilbert distutils-r1.eclass, - python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass, - python-utils-r1.eclass: - Replace links to python-r1 dev guide with links to the wiki. - - 04 Jul 2015; Manuel Rüger python-r1.eclass: - Update URI. - - 03 Jul 2015; William Hubbs golang-build.eclass: - drop the slot dependency; it was pointed out to me that they do not trigger - rebuilds in DEPEND - - 01 Jul 2015; Manuel Rüger kde4-base.eclass: - Sync with overlay. Add SRC_URIs for newer KDE SC, KDE Workspace releases and - KDEPIM 4.4 no-akonadi branches. - - 29 Jun 2015; Manuel Rüger ruby-ng.eclass: - Quote RUBY_S and sub_S as the directory could contain spaces. - - 29 Jun 2015; Davide Pesavento qmake-utils.eclass: - Introduce qt{4,5}_get_plugindir(). Rephrase some eclass doc. - - 28 Jun 2015; James Le Cuirot java-utils-2.eclass: - The -source flag was added in 1.3 or 1.4 (not sure) and we have special code - to handle this but no one in their right mind would build with 1.2 or 1.3 - now. Removing this code allows the ecj-gcj ebuild to call java-pkg_javac-args - without a proper VM present. - - 28 Jun 2015; Johannes Huber kde5.eclass: - Loop optimization as suggested by Michal Górny on -dev - ml. - - 27 Jun 2015; Johannes Huber kde5-functions.eclass, - kde5.eclass: - Sync kde5*eclass with kde overlay. Handle more whitespace variations by - Michael Palimaka . Fixes translation handling by - Michael Palimaka and Andreas Sturmlechner - , bug #552664. Raises deps on KDE Frameworks - and KDE Plasma Manuel Rüger . - - 27 Jun 2015; Mike Pagano kernel-2.eclass: - Fix conditional bug for UNIPATCH_DROP - - 27 Jun 2015; Mike Pagano kernel-2.eclass: - Fix for kdbus. Thanks to Arfrever. - - 27 Jun 2015; Mike Pagano kernel-2.eclass: - Add the kdbus use flag and eclass variable to the kernel-2.eclass for - optional kdbus inclusion. - - 27 Jun 2015; Mike Pagano kernel-2.eclass: - Reverting kdbus changes in eclass. Caused invalid iuse for other ebuilds. - - 26 Jun 2015; Mike Pagano kernel-2.eclass: - Add the option to include the kdbus patchset into gentoo-sources. Default is - not to include it. - - 26 Jun 2015; Michał Górny multilib-build.eclass: - Remove emul-linux-x86 hack, since emul-linux-x86 is no more. - - 24 Jun 2015; William Hubbs golang-build.eclass: - typo fix, use double brackets - - 24 Jun 2015; William Hubbs +golang-build.eclass: - Add an eclass for building Go software - - 24 Jun 2015; depend.php.eclass: - depend.php.eclass is deprecated and is set to be removed 30 days after bug - 552836 is resolved - - 24 Jun 2015; php-lib-r1.eclass: - Remove depend.php and dodoc-php in favor of just dodoc - - 24 Jun 2015; Justin Lecher waf-utils.eclass: - Drop base.eclass usage - - 23 Jun 2015; William Hubbs golang-vcs.eclass: - The GOPATH environment variable is now passed directly to the - commands that need it. - The correct directory of source files is copied to the correct - location under ${S}. - - 22 Jun 2015; Davide Pesavento qmake-utils.eclass: - Introduce qt{4,5}_get_libdir(). - - 22 Jun 2015; Manuel Rüger git-r3.eclass: - Fix typo. - - 19 Jun 2015; James Le Cuirot java-utils-2.eclass: - Allow EANT_GENTOO_CLASSPATH_EXTRA to work when EANT_GENTOO_CLASSPATH is - unset. - - 18 Jun 2015; William Hubbs golang-vcs.eclass: - Add the EGO_SRC variable for repositories that contain multiple Go - packages. - Change references from ${S} to ${WORKDIR}/${P} to match other eclasses. - Copy the appropriate sources to${WORKDIR}/${P}. - - 18 Jun 2015; depend.php.eclass: - Remove phpconfutils calls in preparation for its deprecation - - 17 Jun 2015; depend.php.eclass: - Add require_php_cli to the list of deprecated functions to be removed - - 17 Jun 2015; php-common-r1.eclass, - php-ext-base-r1.eclass, php-ezc.eclass: - Mark 3 eclasses as deprecated for removal on 2015-07-17 wrt bug 551910 - - 17 Jun 2015; depend.php.eclass - Deprecate unused functions in depend.php.eclass - - 17 Jun 2015; Davide Pesavento qt5-build.eclass: - Update from qt overlay: allow configuring debug/release on a per-package - basis; add instruction set support (similarly to qt4-build-multilib); use - usex(). - - 17 Jun 2015; James Le Cuirot java-pkg-2.eclass: - Remove eclass dependency on python[xml] and replace with some ugly grep that - should suffice. Closes #552332. - - 16 Jun 2015; William Hubbs +golang-vcs.eclass: - Add golang-vcs.eclass to retrieve go packages from vcs repositories - for live ebuilds of software written in the Go programming language. - - 16 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Minor changes to reduce diff with qt5-build.eclass - - 16 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Drop QT4_VERBOSE_BUILD variable (always true now). - - 16 Jun 2015; Davide Pesavento qmake-utils.eclass: - Use use_if_iuse(). - - 15 Jun 2015; James Le Cuirot java-utils-2.eclass: - Add java-pkg_addres function for adding resource files to an existing jar. - - 15 Jun 2015; Justin Lecher intel-sdp.eclass: - Don't install uninstall informations, bug 551638; make use of path_exists() - - 15 Jun 2015; Michael Palimaka kde4-base.eclass: - Fix SRC_URI for 4.14.3 - - 13 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Export MAKEFLAGS and OBJDUMP. - - 13 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - sh is "supported", don't fallback to generic. Also, don't die when tc-arch is - unknown, the configure script can handle this internally. - - 13 Jun 2015; Andreas K. Huettel perl-module.eclass: - Allow dev-perl/Module-Build in QA check for Module::Build - - 13 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Workaround gcc-4.8 ICE in qtdeclarative (bug 551560). - - 13 Jun 2015; Alexandre Rostovtsev - -gnome-python-common.eclass: - Punt obsolete, unused eclass; it had a fixed set of users all of which - have migrated to gnome-python-common-r1 (bug #551914, thanks to Michał - Górny). - - 13 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Simplify move of .pc files. - - 13 Jun 2015; Ian Stakenvicius (_AxS_) - mozconfig-v4.31.eclass: - last rited mozconfig-v4.31 - - 12 Jun 2015; -mysql.eclass, -mysql-autotools.eclass: - Drop old, unused eclasses; Moved to mysql overlay; bug 551908 - - 12 Jun 2015; Mike Gilbert -zproduct.eclass: - Remove obsolete/broken eclass, bug 551918. - - 12 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Don't die when trying to rmdir non-existent directory (bug 551676). - - 11 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Use usex(). - - 10 Jun 2015; mysql-multilib.eclass: - Resolve cirucular dependency for bug 551686; Make USE=cluster die early for - all except dev-db/mysql-cluster; Documentation update for variables, remove 2 - unused and add WSREP_REVISION; Clarify mariadb bindist USE - - 09 Jun 2015; Michael Weber netsurf.eclass: - Update for buildsystem-1.3 - - 09 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Rename some internal functions for consistency. - - 09 Jun 2015; Davide Pesavento qt4-build-multilib.eclass, - qt5-build.eclass: - More accurate LICENSE. - - 09 Jun 2015; Davide Pesavento qt5-build.eclass: - Delete redundant echo. - - 09 Jun 2015; Davide Pesavento qt4-build-multilib.eclass: - Remove two seds that are no longer needed on current Qt versions. - - 09 Jun 2015; Gilles Dartiguelongue gnome2.eclass, - vala.eclass: - Add support for newer vala slot. - - 08 Jun 2015; Manuel Rüger kde5-functions.eclass: - Sync with kde overlay. Raise minimal Plasma version and minimal KDE - Frameworks version. - - 07 Jun 2015; Pacho Ramos apache-2.eclass: - mod_macro is now provided by apache itself (#477702) - - 07 Jun 2015; Michał Górny autotools-utils.eclass: - Remove deprecated remove_libtool_files() function. - - 05 Jun 2015; Michał Górny freebsd.eclass: - Enable IUSE=profile globally. Use upstream tarball for FreeBSD > 10.0. - - 04 Jun 2015; Michael Palimaka chromium.eclass, - kde4-base.eclass: - Move various kde-base packages to kde-apps. - - 04 Jun 2015; Justin Lecher intel-sdp.eclass: - Use path_exists from eutils.eclass - - 04 Jun 2015; Justin Lecher intel-sdp.eclass: - Fix homepage url for license registration, #538284; do a precheck instead fo - using nonfatal, #551156 - - 03 Jun 2015; Manuel Rüger kde4-base.eclass: - Sync verbosely with overlay. Add support for kde4 localization package - kde-apps/kde4-l10n. Include URIs to support new kdelibs and kde workspaces - releases. Fix a typo in a comment here. Add support for stable live branches - for kde applications packages. - - 03 Jun 2015; s6.eclass: - Fix missing comment character and case syntax error - - 02 Jun 2015; William Hubbs +s6.eclass: - Add s6.eclass for handling s6 services - - 31 May 2015; Manuel Rüger kde5.eclass: - Sync verbosely with kde overlay. Drop fetch restriction for unpublished - packages including the pkg_nofetch prompt. This did not work out as expected, - see bug 549012. Add support for split localization packages via - kde-apps/kde4-l10n. Add KDE_BLOCK_SLOT4 variable which makes it possible to - adjust coinstallability of kf5 packages. - - 31 May 2015; Davide Pesavento qt4-build-multilib.eclass: - Blacklist graphite-related flags that cause ICEs on qtwebkit (bug 550780). - - 31 May 2015; Jason Zaman kde4-base.eclass, kde5.eclass: - KDE: fix SELinux deps, bug 550824 - - 31 May 2015; Hans de Graaff ruby-single.eclass: - Add virtual/rubygems to dependencies to ensure that it is present in time, - which may not happen since this is a PDEPEND of dev-lang/ruby. - - 31 May 2015; Hans de Graaff ruby-ng.eclass, - +ruby-single.eclass, +ruby-utils.eclass: - Add ruby-single.eclass to support packages that just need a ruby interpreter - to be present. Refactor code common with ruby-ng.eclass into - ruby-utils.eclass. - - 30 May 2015; Mike Pagano kernel-2.eclass: - Drop PDEPEND on virtual/dev-manager. See bug #550086. - - 30 May 2015; Lars Wendler apache-2.eclass: - Moved selinux dependency from DEPEND to RDEPEND (bug #550822). Fixed - maintainer email in eclass. - - 28 May 2015; Lars Wendler mozconfig-v5.33.eclass: - Fixed case syntax. - - 27 May 2015; Ian Stakenvicius (_AxS_) - mozconfig-v5.31.eclass, mozconfig-v5.33.eclass, +mozconfig-v5.38.eclass: - updated mozconfig-v5.31.eclass for new libvpx version compatibility, added - mozconfig-v5.38.eclass, last rited mozconfig-v5.33 - - 26 May 2015; Christoph Junghans multilib.eclass: - export FC/F77 for multilib support (bug #540294) - - 25 May 2015; Andreas K. Huettel perl-module.eclass: - Remove long-deprecated and just dieing function stubs - - 25 May 2015; Justin Lecher cuda.eclass: - Loose quoting, #550060 - - 24 May 2015; James Le Cuirot java-utils-2.eclass: - The depend-java-query wrapper is raising readonly variable warnings for USE - in Portage 2.2.20. As best I can tell, this wrapper just isn't needed any - more because USE is already exported. I guess it wasn't back in 2006? - - 24 May 2015; James Le Cuirot java-pkg-simple.eclass: - Remove annoying java-pkg-simple build script check. Most people only use - java-pkg-simple as a last resort and a usable Maven eclass is still some way - off. - - 24 May 2015; Michał Górny freebsd.eclass: - Support fetching upstream patches, - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/121 by nigoro. - - 21 May 2015; Mike Gilbert chromium.eclass: - Add kernel Check for USER_NS, bug 545078. - - 17 May 2015; Ulrich Müller latex-package.eclass: - Prevent compression of symlink targets in docdir in EAPIs where this is - possible, bug 549584. - - 15 May 2015; Michael Palimaka kde4-base.eclass: - Sync with KDE overlay - update SRC_URI. - - 14 May 2015; Mike Pagano kernel-2.eclass: - Add back the deblob script functionality to the eclass. - - 12 May 2015; Bernard Cafarelli webapp.eclass: - Drop elog in webapp_serverowned, discussed with blueness in bug #542024 - - 10 May 2015; Davide Pesavento qmake-utils.eclass: - Don't prepend EPREFIX for {header,mkspecs}dir since these are mostly used - with insinto and friends. - - 10 May 2015; Davide Pesavento qmake-utils.eclass: - Add qt{4,5}_get_{header,mkspecs}dir helper functions, bug 525830. - - 10 May 2015; Davide Pesavento qt4-build-multilib.eclass: - Delete obsolete code that is now causing problems on freebsd (bug 493310). - - 09 May 2015; James Le Cuirot java-utils-2.eclass, - java-virtuals-2.eclass, java-vm-2.eclass: - Bump everyone to java-config 2.2. - - 09 May 2015; Davide Pesavento qt4-build-multilib.eclass: - graphite support was dropped from gcc-4.7 - - 09 May 2015; Davide Pesavento qt4-build-multilib.eclass: - Move workaround for bug 367045 from qtgui ebuild to eclass. - - 09 May 2015; Davide Pesavento qt4-build-multilib.eclass: - Update from qt overlay: overhaul toolchain and *FLAGS handling for proper - multilib support during the configure phase. Fixes bug #545106. - - 09 May 2015; Manuel Rüger kde5.eclass: - Sync with overlay. - - 09 May 2015; Manuel Rüger kde5-functions.eclass: - Sync with overlay. - - 09 May 2015; Manuel Rüger kde5.eclass: - Sync with overlay. - - 09 May 2015; Ulrich Müller - -tests/autotools:eaclocal_amflags.sh, +tests/autotools_eaclocal_amflags.sh, - -tests/eutils:eshopts.sh, +tests/eutils_eshopts.sh, -tests/eutils:estack.sh, - +tests/eutils_estack.sh, -tests/eutils:evar.sh, +tests/eutils_evar.sh, - -tests/eutils:path_exists.sh, +tests/eutils_path_exists.sh, - -tests/git-r3:GIT_DIR.sh, +tests/git-r3_GIT_DIR.sh, - -tests/git-r3:subrepos.sh, +tests/git-r3_subrepos.sh, - -tests/linux-info:get_running_version.sh, - +tests/linux-info_get_running_version.sh, - -tests/multiprocessing:makeopts_jobs.sh, - +tests/multiprocessing_makeopts_jobs.sh, - -tests/versionator:version_compare.sh, +tests/versionator_version_compare.sh: - Avoid problematic colon char in filenames, bug 548750. - - 04 May 2015; php-ext-source-r2.eclass: - Fix documentation of 3 variables in php-ext-source-r2 eclass - - 04 May 2015; php-ext-source-r2.eclass: - Make USE_PHP a REQUIRED variable for the php-ext-source-r2 eclass - - 02 May 2015; James Le Cuirot java-utils-2.eclass: - Make java-pkg_doso always install with mode 0755, which is more like - dolib.so. Closes bug #225729. - - 01 May 2015; mysql.eclass, mysql-multilib.eclass, - mysql-v2.eclass: - Update git urls for mysql-extras - - 29 Apr 2015; Mike Pagano kernel-2.eclass: - Add kernel-2 env var K_BASE_VER as different versions of git sources use - different base versions. - - 28 Apr 2015; James Le Cuirot java-pkg-2.eclass, - java-utils-2.eclass, ant-tasks.eclass: - Skip java-dep-check for ant tasks wrt bug #298955. Fix missing ant-core - dependency SLOT. Fix recording of BUILD_DEPEND. Fix java-pkg_ensure-dep - matching and adjust the error message. Fix automatic loading of ant-junit and - junit wrt bug #513522 among others. - - 28 Apr 2015; Michael Palimaka kde4-base.eclass: - Update SRC_URI. - - 27 Apr 2015; Mike Pagano kernel-2.eclass: - Handle 4.1 base kernel. See bug #547894. - - 25 Apr 2015; Lars Wendler mozconfig-v5.36.eclass: - Adjusted libvpx dependency. - - 24 Apr 2015; Ulrich Müller elisp-common.eclass: - Fix filename matching in elisp-site-file-install. It should use shortest - match, not longest. - - 22 Apr 2015; Davide Pesavento qt4-build-multilib.eclass: - Sync with qt overlay: cleanup prefix-related patching and fix bug #542780. - - 21 Apr 2015; Jason Zaman selinux-policy-2.eclass: - update git urls and migrate git-2 -> git-r3 - - 19 Apr 2015; Michael Palimaka qt5-build.eclass: - Sync with qt overlay - export AR and OBJDUMP too, use new configure option - '-no-libproxy' beginning with Qt 5.5, and update gtkstyle comment. - - 18 Apr 2015; Pacho Ramos gnome2.eclass: - Ban eapi2 and 3 for gnome2.eclass (#539118) - - 14 Apr 2015; php-lib-r1.eclass: - Specify :* as slot by default to silence repoman warnings - - 14 Apr 2015; James Le Cuirot java-utils-2.eclass: - Consider SLOTs when checking Java dependencies. Comment out the longer error - message for now to avoid spamming both users and ourselves because this issue - is currently widespread. - - 11 Apr 2015; Michael Palimaka kde5-functions.eclass, - kde5.eclass: - Sync with KDE overlay - don't set CMAKE_MIN_VERSION which is already set by - cmake-utils, remove old extra-cmake-utils logic, and improve linguas - handling. - - 11 Apr 2015; Michael Palimaka kde5.eclass: - extra-cmake-modules moved from dev-libs to kde-frameworks. - - 04 Apr 2015; James Le Cuirot java-utils-2.eclass, - java-pkg-simple.eclass: - Add ejavadoc function. Thanks to wltjr. Fixes bug #544076. - - 04 Apr 2015; Sergei Trofimovich haskell-cabal.eclass: - Disable building dynamic libraris by default before-ghc-7.10 (was - accidentally enabled in a previous revision). Fixes bug #545174 by Toralf - Förster. - - 04 Apr 2015; Jason Zaman selinux-policy-2.eclass: - Drop EAPI<5 from selinux-policy-2.eclass - - 01 Apr 2015; Davide Pesavento qt4-build.eclass, - qt4-build-multilib.eclass, qt5-build.eclass: - Remove all references to qt-project.org and switch EGIT_REPO_URI from - gitorious to code.qt.io. - - 31 Mar 2015; Ulrich Müller java-vm-2.eclass, - vdr-plugin-2.eclass, gnat.eclass, gnatbuild.eclass, myspell.eclass, - python.eclass: - Update dependency after package move of eselect modules to app-eselect. - - 29 Mar 2015; Michael Palimaka kde4-base.eclass: - Drop dev-qt/designer[-phonon] dep now that blockers are resolved (bug - #477632). - - 29 Mar 2015; Johannes Huber kde4-base.eclass, - kde4-functions.eclass, kde4-meta.eclass, kde4-meta-pkg.eclass: - Drop EAPI 4 support. - - 28 Mar 2015; Manuel Rüger -rox-0install.eclass, - -rox.eclass: - Remove rox.eclass rox-0install.eclass. - - 28 Mar 2015; Justin Lecher -emboss.eclass, - +emboss-r1.eclass: - Drop obsolete eclass and add new version, thanks Ted Tanberry for the work - - 28 Mar 2015; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Enable building dynamic haskell executables since dev-lang/ghc-7.10.1_rc3. - - 26 Mar 2015; php-ext-source-r2.eclass: - Add deprecation warning when USE_PHP is empty - - 23 Mar 2015; Davide Pesavento qt4-build.eclass, - qt4-build-multilib.eclass: - Workaround toolchain bug on x86 with -Os and --as-needed, see bug #503500. - - 22 Mar 2015; Michał Górny python-single-r1.eclass: - Extend EAPI=4 whitelist to cover crossdev gdb. - - 21 Mar 2015; Michael Palimaka kde4-base.eclass: - Sync with KDE overlay - update SRC_URI and manually specify a minimum version - for kde-base/oxygen-icons to handle special releases. - - 21 Mar 2015; Michał Górny python-r1.eclass, - python-single-r1.eclass, python-utils-r1.eclass: - Ban new EAPI < 5 packages for python-r1 & python-single-r1. - - 20 Mar 2015; Mike Pagano kernel-2.eclass: - Move cpu-optimation removal. See bug #542810 - - 19 Mar 2015; java-pkg-simple.eclass: - Allow jar to be named something other than ${PN}.jar. - - 18 Mar 2015; Michael Palimaka kde5-functions.eclass, - kde5.eclass: - Sync with KDE overlay - introduce ECM_MINIMAL & KDE_SELINUX_MODULE, rename - add_kdeplasma_dep -> add_plasma_dep, raise dependencies, and miscellaneous - improvements/fixes. - - 17 Mar 2015; mysql-multilib.eclass: - Move flag modifications to apply once for all ABIs; Use tc-ld-disable-gold - for bug 508724; Move tokudb check to pkg_pretend - - 15 Mar 2015; Andreas K. Huettel perl-module.eclass: - Detect dangerous environment variables, bug 543042; support - Module::Build::Tiny directly, bug 495044 - - 15 Mar 2015; Sergei Trofimovich haskell-cabal.eclass: - Respect CFLAGS. New syntax for revisions - CABAL_CORE_LIB_GHC_PV="PM:${ghc_PVR}". - - 15 Mar 2015; Davide Pesavento qt4-build.eclass, - qt4-build-multilib.eclass: - Fix indentation. - - 14 Mar 2015; Andreas K. Huettel perl-module.eclass: - Turn deprecated functions into fatal errors - - 11 Mar 2015; Yixun Lan qt4-build.eclass, - qt4-build-multilib.eclass: - set ARCH=arm64 as generic target for qt4 eclass - - 08 Mar 2015; Ulrich Müller mysql-multilib.eclass, - mysql-v2.eclass: - Add conditional bindist restriction, bug 541486. - - 06 Mar 2015; Yixun Lan qt4-build.eclass, - qt4-build-multilib.eclass: - very first step to support arm64, only part of qt4 ebuilds built without - paches, others require extra patches - - 06 Mar 2015; Chí-Thanh Christopher Nguyễn - xorg-2.eclass: - Raise util-macros dependency to latest stable 1.18 - - 27 Feb 2015; Mike Pagano kernel-2.eclass: - Cleanup how we determine base linux tarball. - - 26 Feb 2015; Ian Stakenvicius (_AxS_) - mozconfig-v5.31.eclass, +mozconfig-v5.36.eclass: - updated icu dep in mozconfig-v5.31, added mozconfig-v5.36 - - 26 Feb 2015; Ben de Groot qmake-utils.eclass: - add qt{4,5}_get_bindir helper functions - - 24 Feb 2015; Anthony G. Basile bitcoincore.eclass: - bitcoincore.eclass: update spamfilter message, bug #541192. - - 23 Feb 2015; Anthony G. Basile +bitcoincore.eclass: - Initial commit of bitcoincore.eclass - - 23 Feb 2015; Mike Pagano kernel-2.eclass: - Add support for 4.0 kernels - - 23 Feb 2015; Pacho Ramos gnome2.eclass: - Remove USE_EINSTALL (#482082) - - 23 Feb 2015; Pacho Ramos gnome2.eclass: - Deprecate eapis 2 and 3 for gnome2.eclass (#539118) - - 22 Feb 2015; Michał Górny freebsd.eclass: - Fix support for FreeBSD 10.0. Force /usr/share/mk there, and fix version - comparison for install commands. - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/36 by nigoro. - - 21 Feb 2015; Michael Palimaka kde4-base.eclass: - Add new and remove old SRC_URI. Update live ebuild branching. - - 21 Feb 2015; Michał Górny python-utils-r1.eclass: - Remove duplicating "using" in EAPI=4 warning message. Spotted by Arfrever. - - 21 Feb 2015; Ben de Groot font.eclass: - Apply patch from Ryan Hill to font.eclass to support multiple FONT_S - directories (bug #338634) - - 20 Feb 2015; Michał Górny distutils-r1.eclass, - python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: - Re-apply python-exec:0 removal, now with typos fixed. - - 20 Feb 2015; Michał Górny python-r1.eclass, - python-single-r1.eclass, python-utils-r1.eclass: - Restore EAPI=4 deprecation. That commit was perfectly fine. - - 20 Feb 2015; Ulrich Müller games.eclass: - [QA] Leave permissions of top-level directories alone, bug 537580. - - 20 Feb 2015; Patrick Lauer python-r1.eclass, - python-single-r1.eclass: - Revert random mgorny madness - - 19 Feb 2015; Michał Górny python-r1.eclass, - python-single-r1.eclass, python-utils-r1.eclass: - Deprecate EAPI=4 support. - - 19 Feb 2015; Michał Górny distutils-r1.eclass, - python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: - Remove support for python-exec:0. - - 18 Feb 2015; Davide Pesavento qt5-build.eclass: - Drop support for Qt 5.3 and earlier. - - 18 Feb 2015; Andrew Savchenko cmake-utils.eclass: - Add Fortran compiler to Gentoo override rules, wrt bug 486626. - - 16 Feb 2015; Brian Evans mysql-multilib.eclass: - Adjust mysql-cluster-7.3* virtual - - 16 Feb 2015; Brian Evans mysql-v2.eclass: - Silence repoman warnings by providing slots on openssl and readline - - 13 Feb 2015; Mike Pagano ChangeLog: - Handle cpu optimization patch for different gcc versions - - 11 Feb 2015; Patrick Lauer kde4-functions.eclass: - Fix kde4-functions more better: comparison breaks because 4.4 > 4.14 - - 11 Feb 2015; Patrick Lauer kde4-functions.eclass: - Better fix to kde4-functions so that kde-base/ category doesn't get horribly - broken - - 11 Feb 2015; Patrick Lauer kde4-functions.eclass: - Fix kde4-functions so that kde-base/ category doesn't get horribly broken - - 10 Feb 2015; Johannes Huber php-pear-r1.eclass, - php-pear-lib-r1.eclass: - Add EAPI check to silence repoman warnings - - 10 Feb 2015; Johannes Huber kde5.eclass: - Sync SRC_URI calculation with kde overlay, fixes bug #539668. - - 10 Feb 2015; Johannes Huber kde4-functions.eclass: - Support for kde-apps category, remove function moved to cmake-utils. Some - minor improvements. - - 10 Feb 2015; Brian Evans mysql-multilib.eclass: - Always build NDB with mysql-cluster for libndbclient - - 10 Feb 2015; Justin Lecher toolchain.eclass: - Revert unreviewed commit which breaks the tree - - 10 Feb 2015; Anthony G. Basile toolchain.eclass: - Remove halcy0n from the gentoo_urls for toolchain.eclass, per his - instructions. - - 10 Feb 2015; Anthony G. Basile toolchain.eclass: - Add my devspace to the gentoo_urls for toolchain.eclass - - 09 Feb 2015; Michael Haubenwallner - +ELT-patches/aixrtl/2.0.0-fpic-c, +ELT-patches/aixrtl/2.0.0-fpic-cxx: - Need -fPIC on AIX since gcc-4.8 or so. - - 08 Feb 2015; Brian Evans mysql-multilib.eclass: - Fix dependency on ncurses for bug 539354 and restructure to remove user - confusion with the xml flag for mariadb - - 05 Feb 2015; Anthony G. Basile toolchain.eclass: - Restore the old way of dealing with fixed includes for bsd, bug #536878. - - 04 Feb 2015; Ulrich Müller git-r3.eclass: - Respect the EVCS_UMASK variable to override the default umask when writing - to the repository. - - 01 Feb 2015; Andreas K. Huettel perl-module.eclass: - Drop support for EAPI=4 - - 31 Jan 2015; Jeroen Roovers intel-sdp.eclass: - Spelling. - - 31 Jan 2015; Patrick Lauer distutils-r1.eclass: - Fix for setuptools failures #534058 etc. - - 29 Jan 2015; Pacho Ramos gnome2.eclass: - Drop support for eapi0 and 1 (#530046) - - 28 Jan 2015; Brian Evans mysql-multilib.eclass, - mysql-cmake.eclass: - Sync from mysql overlay - - 23 Jan 2015; Patrice Clement java-ant-2.eclass: - Sanitise find arguments when using JAVA_PKG_BSFIX_NAME option. Fix #231956. - - 21 Jan 2015; Anthony Basile toolchain.eclass: - Stub out fixed includes, bug #536878. - - 18 Jan 2015; Davide Pesavento qt4-build.eclass, - qt4-build-multilib.eclass, qt5-build.eclass: - Update SRC_URIs - - 17 Jan 2015; Manuel Rüger rox-0install.eclass, - rox.eclass: - Mark rox-0install and rox eclass as @DEAD - - 14 Jan 2015; Michał Górny eutils.eclass: - prune_libtool_files: properly reset variables for following loop iterations. - - 13 Jan 2015; Michał Górny python-r1.eclass: - Deprecate python_export_best() verbosely. - - 13 Jan 2015; Michał Górny distutils-r1.eclass: - Support restricting implementations for *_all() phases. - - 13 Jan 2015; Michał Górny python-r1.eclass: - Support restricting accepted implementation list for python_setup. - - 12 Jan 2015; Lars Wendler autotools.eclass: - Attempt to fix bug #536428. - - 12 Jan 2015; Michael Haubenwallner - +ELT-patches/aixrtl/2.4.4-with-svr4: - set default to --with-aix-soname=svr4 - - 12 Jan 2015; Lars Wendler autotools.eclass: - Use "--force" when running eautoconf through eautoreconf (bug #527506). - - 11 Jan 2015; Maxim Koltsov leechcraft.eclass: - Add fallback https EGIT_REPO_URI - - 09 Jan 2015; Manuel Rüger kde5-functions.eclass: - Sync kde5-functions.eclass with overlay. - - 08 Jan 2015; Lars Wendler autotools.eclass: - Bump latest unstable automake version to 1.15. - - 05 Jan 2015; Joerg Bornkessel vdr-plugin-2.eclass: - better readable description - - 05 Jan 2015; Joerg Bornkessel vdr-plugin-2.eclass: - typo - - 04 Jan 2015; Michał Górny python-single-r1.eclass: - Run pkg_setup() only in non-binary installs, as intended and documented a - long time ago :). - - 04 Jan 2015; Joerg Bornkessel vdr-plugin-2.eclass: - documentation syntax fixed - - 04 Jan 2015; Tim Harder -vim.eclass: - Remove unused eclass. - - 03 Jan 2015; Michał Górny waf-utils.eclass: - Warn about unset EPYTHON. - - 02 Jan 2015; Michał Górny python-utils-r1.eclass: - Make python.eclass commands/variables fatal once again since all in-tree - ebuilds seem to have been fixed. - - 02 Jan 2015; Michał Górny python-utils-r1.eclass: - Add progress overlay-specific commands and variables to the invalid - command/variable lists. - - 02 Jan 2015; Sergei Trofimovich haskell-cabal.eclass: - Properly disable USE=hoogle. - - 01 Jan 2015; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Add support for ghc-7.10 registration. User visible changes: ghc-package - stopped exporting pkg_* phases and now they are reexported by haskell-cabal. - pkg_* phases do not install any additional files anymore. - - 01 Jan 2015; Sergei Trofimovich darcs.eclass: - Fix patch count on first clone (by vikraman). - - 30 Dec 2014; William Hubbs eutils.eclass: - Allow 512x512 icons to be installed (this was approved by ssuominen). - - 28 Dec 2014; Gilles Dartiguelongue gstreamer.eclass: - Add workaround for new orc break gstreamer ebuilds, bug #533664. - - 28 Dec 2014; Michał Górny python-single-r1.eclass: - Add python_gen_usedep, python_gen_useflags and python_gen_cond_dep to - python-single-r1. - - 28 Dec 2014; Michał Górny python-r1.eclass: - Spelling, pointed out by floppym. - - 28 Dec 2014; Michał Górny python-utils-r1.eclass: - Make the invalid function/variable checks non-fatal for now. - - 28 Dec 2014; Michał Górny python-utils-r1.eclass: - Do not check for PYTHON_TEST_VERBOSITY, it is intended for make.conf. - - 28 Dec 2014; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Verbosely deprecate python_parallel_foreach_impl and - DISTUTILS_NO_PARALLEL_BUILD. - - 28 Dec 2014; Hans de Graaff ruby-fakegem.eclass: - Add test recipe for rspec:3 slot. - - 28 Dec 2014; Hans de Graaff ruby-fakegem.eclass, - ruby-ng.eclass: - Use rspec-2 wrapper for the rspec recipe. This enables us to add rspec 3.x to - the tree while still being able to run rspec 2 specs. The changes have been - made in a way that is backwards compatible with the current situation. - - 27 Dec 2014; Michał Górny python-utils-r1.eclass: - Update banned var docs. - - 27 Dec 2014; Michał Górny python-utils-r1.eclass: - Add PYTHON_{CPPFLAGS,CFLAGS,CXXFLAGS,LDFLAGS,MODNAME} to the banned variable - list. - - 27 Dec 2014; Hans de Graaff ruby-ng.eclass: - Add ruby22 RUBY_TARGET support. - - 27 Dec 2014; Michał Górny python-utils-r1.eclass: - Add die-checks for python.eclass & distutils.eclass variables. - - 27 Dec 2014; Michał Górny distutils-r1.eclass: - Add die-replacements for distutils.eclass functions, to help finding mistakes - in conversions. - - 27 Dec 2014; Michał Górny python-utils-r1.eclass: - Add die-replacements for python.eclass functions, to help finding mistakes in - conversions. - - 27 Dec 2014; Michał Górny waf-utils.eclass: - Add new API warnings. - - 26 Dec 2014; Michael Palimaka kde4-base.eclass: - Sync with KDE overlay. - - 25 Dec 2014; Gilles Dartiguelongue waf-utils.eclass: - Reflect reality of the status of waf-utils eclass maintenance as announced - months ago on gentoo-dev mailing list. - - 24 Dec 2014; Michael Weber netsurf.eclass: - remove base.eclass inherit - - 21 Dec 2014; Michał Górny tests/python-utils-r1.sh: - Update tests for unsupported python3.2. - - 21 Dec 2014; Michał Górny tests/tests-common.sh: - Use gentoo-functions for tests, bug #504378. - - 21 Dec 2014; Gilles Dartiguelongue vala.eclass: - Add support for vala 0.26. - - 18 Dec 2014; Michael Palimaka cmake-utils.eclass: - Declare local CPPFLAGS to avoid multiple appends in cmake-multilib. - - 18 Dec 2014; Davide Pesavento qt4-build-multilib.eclass: - Fix breakage caused by recent multilib-build.eclass changes (bug 532510). - Patch by zorry, based on a previous patch by Greg Turner. Thanks also to - floppym and mgorny for the initial investigation and suggestions. - - 17 Dec 2014; Andreas K. Huettel perl-module.eclass: - Remove code paths that are not called anymore - - 17 Dec 2014; Manuel Rüger kde5-functions.eclass: - Sync eclass with kde overlay. - - 16 Dec 2014; Pacho Ramos gnome2.eclass: - Deprecate USE_EINSTALL (#482082) - - 13 Dec 2014; Andreas K. Huettel perl-module.eclass: - Make perl-module_src_prep throw a real warning, not just eqawarn - - 13 Dec 2014; Andreas K. Huettel perl-module.eclass: - Move content of perl-module_src_prep into src_configure, add deprecation - warning to src_prep - - 13 Dec 2014; Michał Górny multibuild.eclass: - Disable parallel run support. - - 13 Dec 2014; Michał Górny multilib-build.eclass, - multilib-minimal.eclass: - Disable parallel run support. - - 12 Dec 2014; Davide Pesavento qt5-build.eclass: - Restrict tests for all release versions. - - 11 Dec 2014; Michał Górny distutils-r1.eclass: - Always restore initial directory after sub-phase run. Fixes bug #532168 and - possibly more. - - 11 Dec 2014; Michał Górny distutils-r1.eclass: - Restore using separate HOMEs for Python implementations, because of - .pydistutils.cfg. Bug #532236. - - 09 Dec 2014; Manuel Rüger kde4-base.eclass: - Sync kde4-base.eclass with overlay. - - 07 Dec 2014; Michał Górny distutils-r1.eclass, - python-r1.eclass: - Disable parallel run support to make things easier for developers and more - predictable for users. - - 07 Dec 2014; Hans de Graaff ruby-fakegem.eclass: - Allow additional content to be injected in the ruby bin wrapper. - - 04 Dec 2014; Manuel Rüger kde4-base.eclass: - Sync kde4-base.eclass with overlay. - - 04 Dec 2014; Ian Stakenvicius (_AxS_) - mozconfig-v5.34.eclass: - mozconfig-v5.34.eclass - make glibc check based on elibc_glibc so that it - works on prefix - - 04 Dec 2014; Ian Stakenvicius (_AxS_) - mozconfig-v5.34.eclass: - fixed typo in mozconfig-v5.34 eclass comments - - 03 Dec 2014; Ian Stakenvicius (_AxS_) - mozconfig-v5.31.eclass, +mozconfig-v5.34.eclass: - mozilla eclass modifications for package bumps - - 01 Dec 2014; Andreas K. Huettel perl-module.eclass: - Replace exlicitly listing all GPL variants with GPL-1+ - - 29 Nov 2014; Michał Górny python-utils-r1.eclass: - Remove leftover code for Python 3.2. - - 28 Nov 2014; Michael Pagano kernel-2.eclass: - Adjust sparc warning. See bug #529682 - - 26 Nov 2014; Brian Evans musql-cmake.eclass, - mysql-multilib.eclass: - Sync from mysql overlay - - 24 Nov 2014; Mike Gilbert distutils-r1.eclass: - eqawarn about /usr/lib/pypy/share instead of dying. - - 23 Nov 2014; Michał Górny gnome2-utils.eclass: - Support multilib in gnome2_query_immodules_gtk2() as well. - - 23 Nov 2014; Pacho Ramos gnome2.eclass: - Deprecate eapis 0 and 1 for gnome2.eclass (#530046) - - 23 Nov 2014; Mike Gilbert python-utils-r1.eclass: - Adjust _python_impl_supported as well. - - 23 Nov 2014; Mike Gilbert python-utils-r1.eclass: - Remove python3_2. - - 23 Nov 2014; Michał Górny gnome2-utils.eclass: - Support multilib for gnome2_query_immodules_gtk3(), needed by - x11-libs/gtk+:3. - - 22 Nov 2014; Andreas K. Huettel perl-module.eclass: - Make calling perl-module_pkg_prerm trigger a real warning - - 22 Nov 2014; Sebastian Pipping python-r1.eclass: - Fix docs about REQUIRED_USE in python-r1 (bug #530086) - - 21 Nov 2014; Julian Ospald games.eclass: - add documentation for games.eclass, rm unnecessary exports - - 21 Nov 2014; Mike Gilbert -twisted.eclass: - Remove unused eclass. - - 21 Nov 2014; Andreas K. Huettel perl-module.eclass: - Add usage warnings to pkg_postinst and pkg_postrm, deprecate pkg_prerm - - 20 Nov 2014; Michał Górny git-2.eclass, - distutils.eclass, python.eclass, twisted.eclass: - Deprecate the few eclasses. - - 20 Nov 2014; Michał Górny git-2.eclass: - Remove the experimental git-r3 testing support. It is not needed anymore, - git-r3 has been proven to work and we can happily use it instead. - - 20 Nov 2014; Davide Pesavento qt5-build.eclass: - Add RDEPEND on dev-qt/qtchooser. - - 19 Nov 2014; Andreas K. Huettel perl-module.eclass: - Make calling perl-module_pkg_preinst trigger a real warning - - 19 Nov 2014; Andreas K. Huettel perl-module.eclass: - Make calling perl-module_pkg_setup trigger a real warning - - 18 Nov 2014; Andreas K. Huettel perl-module.eclass: - Deprecate perl-module_pkg_setup and perl-module_pkg_preinst - - 18 Nov 2014; Justin Lecher cuda.eclass: - Add missing quotes, thanks mgorny for heads up - - 18 Nov 2014; Justin Lecher cuda.eclass: - Fix gcc detection when using multislot, #529710 - - 17 Nov 2014; Andreas K. Huettel perl-module.eclass: - Make calling fixlocalpod trigger a real warning - - 17 Nov 2014; Davide Pesavento qmake-utils.eclass: - Stop setting QTDIR. It's only relevant when building qt itself, and in any - case qmake doesn't use it. - - 17 Nov 2014; Davide Pesavento qt4-build-multilib.eclass: - Add blocker on emul-linux-x86-qtlibs wrt bug 529370. - - 16 Nov 2014; Andreas K. Huettel perl-module.eclass: - Make calling perlinfo trigger a real warning - - 16 Nov 2014; Patrice Clement perl-app.eclass: - Documented all functions. - - 14 Nov 2014; Sven Vermeulen selinux-policy-2.eclass: - Using RDEPEND checks in SELinux eclass reverse dependency checking - - 14 Nov 2014; Davide Pesavento qt5-build.eclass: - Install global docs (part of bug 457028). Generate and install qtchooser - configuration file. - - 13 Nov 2014; Ulrich Müller bzr.eclass: - Remove Emacs team from maintainers of bzr.eclass. - - 13 Nov 2014; Michael Palimaka kde5.eclass: - Sync with KDE overlay. Raise kde-frameworks/kf-env dependency and update - SRC_URI for Frameworks 5.4.0 - - 13 Nov 2014; Michael Palimaka kde4-base.eclass: - Add kde-workspace 4.11.14 SRC_URI. - - 13 Nov 2014; Davide Pesavento +qt4-build-multilib.eclass: - Initial commit of qt4-build-multilib.eclass - - 12 Nov 2014; Patrice Clement perl-module.eclass: - Documented nearly all functions. - - 11 Nov 2014; Pacho Ramos vala.eclass: - 0.20 is our new lower version - - 11 Nov 2014; Patrice Clement perl-module.eclass: - Added documentation to undocumented functions. - - 09 Nov 2014; Michał Górny python-any-r1.eclass, - python-utils-r1.eclass: - Move the has_version checks on installed implementations to - python_is_installed() function. Accept PyPy when the implementation is - installed, even if the virtual is not. - - 09 Nov 2014; Andreas K. Huettel perl-module.eclass: - Add docs and deprecate perlinfo and fixlocalpod - - 09 Nov 2014; Andreas K. Huettel perl-module.eclass: - All in-tree ebuilds with EAPI=4 using perl-module.eclass are gone. Switch - deprecation message to super-annoying mode. - - 09 Nov 2014; Sebastian Pipping python-r1.eclass: - Use python 3.4 rather than dead 3.2 in python-r1 examples - - 07 Nov 2014; Ian Stakenvicius (_AxS_) - python-single-r1.eclass: - Help PMs figure out what to do by turning off unimplemented - python_single_target_* flags in PYTHON_USEDEP; thanks to mgorny, floppym and - Arfrever for reviews - - 07 Nov 2014; Ian Stakenvicius (_AxS_) - python-single-r1.eclass: - fixed whitespace - - 06 Nov 2014; Ian Stakenvicius python-single-r1.eclass: - When only one supported python implementation can satisfy an ebuild, do - not provide python_single_target_* flags in IUSE -- effectively, rely - only on PYTHON_TARGETS rather than the value specified in PYTHON_SINGLE_TARGET. - - 05 Nov 2014; Ian Stakenvicius mozconfig-v5.33.eclass: - Move IUSE=selinux to the eclass - - 05 Nov 2014; Michał Górny python-r1.eclass, - python-utils-r1.eclass, tests/python-utils-r1.sh: - Add support for PyPy3. - - 05 Nov 2014; Andreas K. Huettel perl-module.eclass: - Remove unused function perl_set_eprefix - - 04 Nov 2014; Justin Lecher toolchain.eclass: - Fix broken dependencies due to gcc multislotting, #528194, #528196 - - 02 Nov 2014; Andreas K. Huettel perl-app.eclass: - Remove handling of EAPI=0,1,2 since that codepath cannot run anymore anyway - - 01 Nov 2014; Davide Pesavento qmake-utils.eclass: - eqmake4(): support new qmake install location (patch by mgorny). - - 01 Nov 2014; Andreas K. Huettel perl-module.eclass: - Drop EAPI=0,1,2,3 support in perl-module.eclass, this time for real. Further - cleanups will follow. - - 31 Oct 2014; Davide Pesavento multibuild.eclass: - Make sure BUILD_DIR exists before pushd'ing into it. - - 30 Oct 2014; Pacho Ramos vala.eclass: - Fix repoman warnings (#521980 by Arfrever Frehtes Taifersar Arahesis) - - 28 Oct 2014; Michael Palimaka kde5-functions.eclass: - Fix handling of frameworks version dependencies within kde-frameworks. - - 27 Oct 2014; Hans de Graaff ruby-ng-gnome2.eclass: - Enable verbose compilation output for the ruby gnome packages. - - 27 Oct 2014; Alexis Ballier cmake-utils.eclass: - improve/fix cross-compilation support, bug #503216 by James Le Cuirot and - myself - - 26 Oct 2014; Ulrich Müller toolchain.eclass: - [QA] Code from revisions 1.636 and 1.640 commented out. This causes several - file collisions, see bug 526144 and related bugs. - - 25 Oct 2014; Michael Palimaka kde4-base.eclass: - Add kde-workspace 4.11.13 SRC_URI. - - 20 Oct 2014; Andreas K. Huettel perl-module.eclass: - Output which ebuild actually has bad EAPI - - 19 Oct 2014; Andreas K. Huettel perl-module.eclass: - Move EAPI=0,1,2,3 warning into global scope to become ultra-annoying. Add QA - deprecation warning about EAPI=4. - - 18 Oct 2014; Mike Gilbert python-utils-r1.eclass: - Improve error messaging when python_export is called without a defined python - implementation. - - 17 Oct 2014; Ian Stakenvicius (_AxS_) - mozconfig-v5.33.eclass: - added some missing deps, dropped unnecessary expat dep and redundant - --with-system-zlib; deps already brought in by mesa so need for end users to - update vdb - - 15 Oct 2014; Ian Stakenvicius (_AxS_) perl-app.eclass: - Allow ebuild to override GENTOO_DEPEND_ON_PERL_SUBSLOT in perl-app.eclass if - necessary - - 15 Oct 2014; Michael Palimaka cmake-utils.eclass: - Introduce comment_add_subdirectory function. Make EAPI check more technically - correct. - - 15 Oct 2014; Michael Palimaka +kde5-functions.eclass, - +kde5.eclass: - Import from KDE overlay. - - 14 Oct 2014; Ian Stakenvicius (_AxS_) - -mozconfig-v4.1.eclass, +mozconfig-v5.31.eclass, +mozconfig-v5.33.eclass, - +mozcoreconf-v3.eclass: - added bumps to mozilla config eclasses and removed old - - 09 Oct 2014; Davide Pesavento qt5-build.eclass: - Fix assignments to RESTRICT. - - 08 Oct 2014; Brian Evans mysql-cmake.eclass, - mysql-multilib.eclass: - Sync from overlay - - 07 Oct 2014; Davide Pesavento qt5-build.eclass: - Restrict mirror for qtwebkit wrt bug #524584 - - 28 Sep 2014; Anthony G. Basile pax-utils.eclass: - Suppress annoying warning, see - https://forums.gentoo.org/viewtopic-p-7624560.html - - 27 Sep 2014; Andreas K. Huettel perl-module.eclass: - Deprecate EAPI=0,1,2,3 in perl-module.eclass with a big fat ewarn instead of - making the ebuild fail - - 27 Sep 2014; Pacho Ramos gnome-python-common-r1.eclass: - Fix typo (#523856 by Kent Fredric) - - 26 Sep 2014; Brian Evans mysql-multilib.eclass: - Fix up invalid general IUSE with underscores - - 26 Sep 2014; Brian Evans mysql-multilib.eclass: - Adjust deps for >=mariadb-10.0.14 and add USE base deps for mariadb-galera - - 22 Sep 2014; Davide Pesavento qt4-build.eclass, - qt5-build.eclass: - Fix SRC_URI (bug 523408) and update HOMEPAGE. - - 19 Sep 2014; Andreas K. Huettel perl-module.eclass: - Remove support for EAPI 1, 2, 3 in perl-module.eclass (no packages left in - the tree) - - 17 Sep 2014; Justin Lecher cuda.eclass: - nvcc always needs tp know the compiler location - - 16 Sep 2014; Johannes Huber kde4-base.eclass: - Add kde-workspace 4.11.12 SRC_URI, remove obsolete. - - 16 Sep 2014; Davide Pesavento qt5-build.eclass: - Exclude installed_cmake tests as well. - - 15 Sep 2014; Justin Lecher intel-sdp.eclass: - Allow RPMS specified as array - - 11 Sep 2014; Ian Stakenvicius (_AxS_) - +mozconfig-v4.31.eclass, -mozconfig-v4.eclass: - dropped unused mozconfig-v4 and added new mozconfig-v4.31 eclasses - - 11 Sep 2014; Davide Pesavento qt5-build.eclass: - Restrict tests on 5.3.x (except live). - - 04 Sep 2014; Michał Górny python-utils-r1.eclass, - tests/python-utils-r1.sh: - Preserve all whitespace in shebangs, and add regression test for that. Also, - prevent filename expansion when word-splitting it. Bug #522080. - - 04 Sep 2014; Michał Górny tests/python-utils-r1.sh: - Fix tests for python_is_python3. - - 03 Sep 2014; Ian Stakenvicius (_AxS_) - +mozconfig-v4.1.eclass: - committed new eclass to support mozilla ebuilds - - 03 Sep 2014; Brian Evans mysql-multilib.eclass: - Fix libedit MULTILIB_USEDEP wrt bug 521964 - - 02 Sep 2014; Michał Górny bash-completion-r1.eclass: - Add bashcomp_alias function to create command aliases for completion. - - 30 Aug 2014; Anthony G. Basile pax-utils.eclass: - Update pax-utils.eclass according to bug #520198 - - 30 Aug 2014; Davide Pesavento +qt5-build.eclass: - Initial commit of qt5-build.eclass - - 30 Aug 2014; Brian Evans mysql-multilib.eclass: - Fix percona-server SRC_URI, add missing dep on mariadb-galera for rsync sst, - Add future deps for packages. - - 28 Aug 2014; Sven Vermeulen selinux-policy-2.eclass: - Simplify rlpkg call and optimize package relabeling thanks to Jason Perfinion - - 27 Aug 2014; Michał Górny bash-completion-r1.eclass: - Make completionsdir default to the new location (for new installs). Eselect - support is provided in app-shells/bash-completion-2.1-r1. - - 24 Aug 2014; Michał Górny distutils-r1.eclass: - Pass install paths to distutils via setup.cfg. - - 23 Aug 2014; Sven Vermeulen selinux-policy-2.eclass: - Adding relabeling support for SELinux depending packages - - 18 Aug 2014; Michał Górny python-r1.eclass: - Add extra quoting to prevent accidental globbing. - - 18 Aug 2014; Brian Evans mysql-multilib.eclass: - Move ENABLE_DTRACE check to the multilib_src_configure wrt bug 520028 - - 17 Aug 2014; Jonathan Callen multilib-build.eclass: - Add new multilib_native_enable and multilib_native_with functions; fix - documentation - - 12 Aug 2014; Michael Palimaka cmake-utils.eclass: - Sync with KDE overlay, including a large number of cosmetic changes and - simplification and removal of old code. - - 11 Aug 2014; Joshua Kinard flag-o-matic.eclass: - Added -mfix-r10000/-mno-fix-r10000 to ALLOWED_FLAGS for MIPS. - - 10 Aug 2014; Johannes Huber kde4-base.eclass: - Raise gcc minimum version to 4.7, bugs #462550, #471770, #508324. - - 10 Aug 2014; Jeroen Roovers nvidia-driver.eclass: - Check for earlier version, not different version (bug #519558 by kavol). - - 10 Aug 2014; Robin H. Johnson mysql-v2.eclass: - Add extra download URL from overlay. - - 08 Aug 2014; Sven Vermeulen selinux-policy-2.eclass: - The BASEPOL variable can be deduced from the ebuild version as we no longer - support mixing versions - - 08 Aug 2014; Christoph Junghans db-use.eclass: - added prefix support - - 07 Aug 2014; Lars Wendler apache-2.eclass: - Fixed numerous misquotings by introducing arrays. Removed some useless "die" - statements. Thanks to Arfrever for sorting out these issues. - - 06 Aug 2014; Sven Vermeulen selinux-policy-2.eclass: - Add support for different GIT repositories with SELinux policy ebuilds - - 05 Aug 2014; Johannes Huber cmake-utils.eclass: - Raise CMAKE_MIN_VERSION to 2.8.12 by Ben Kohler , bug - #519158. - - 05 Aug 2014; Christoph Junghans apache-2.eclass: - added prefix support (bug #433736) - - 05 Aug 2014; Mike Gilbert toolchain.eclass: - Another typo. - - 05 Aug 2014; Robin H. Johnson toolchain.eclass: - Fix typo. - - 05 Aug 2014; Magnus Granberg toolchain.eclass: - Fix bug #513706 only use ssp on gnu CTARGETS - - 03 Aug 2014; Maxim Koltsov leechcraft.eclass: - Remove sourceforge SRC_URI for leechcraft packages, only leechcraft.org is - used now - - 01 Aug 2014; Ian Stakenvicius (_AxS_) mozconfig-v4.eclass: - Updated mozconfig-v4.eclass to properly support optional IUSE=wifi - - 31 Jul 2014; Brian Evans mysql-cmake.eclass, - mysql-multilib.eclass: - Update CMake variables to prevent MySQL from setting default CFLAGS - and features - - 31 Jul 2014; Brian Evans mysql-multilib.eclass: - Update the multilib eclass to match the work done by grobian for mysql-v2 - for prefix. - - 30 Jul 2014; Samuli Suominen udev.eclass: - Deprecate the longer udev_get_udevdir() function in favour of the shorter - get_udevdir(), notably gentoo-x86 has been fully converted - - 30 Jul 2014; Robin H. Johnson apache-2.eclass: - Handle grsec TPE to ensure apache can compile. $T is group-writable, owned by - portage, and TPE blocks that. - - 29 Jul 2014; Robin H. Johnson mysql.eclass, - mysql-multilib.eclass, mysql-v2.eclass: - Convert mysql eclasses to git-r3 eclass, so we can remove RESTRICT=userpriv - for live copies of the patches. - - 29 Jul 2014; Robin H. Johnson +mysql-multilib.eclass, - mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass, - mysql_fx.eclass: - Sync mysql eclass from overlay. - - 28 Jul 2014; Davide Pesavento qmake-utils.eclass: - Set also QMAKE_LINK_{C_,}SHLIB - - 28 Jul 2014; Ian Stakenvicius (_AxS_) +mozconfig-v4.eclass: - committed new mozconfig eclass for mozilla31 and later - - 28 Jul 2014; Michał Górny git-r3.eclass: - Mention git-clone man page for URI syntax, bug #511636. - - 28 Jul 2014; Michał Górny git-r3.eclass: - Use ROOT=/ when checking for git features, bug #518374. Patch provided by - Michael Haubenwallner. - - 25 Jul 2014; Christoph Junghans mercurial.eclass: - Added EHG_CHECKOUT_DIR to override checkout destination - - 22 Jul 2014; Michael Haubenwallner java-vm-2.eclass: - Respect EPREFIX in pkg_postinst, bug#517236. - - 19 Jul 2014; Fabian Groffen mysql.eclass, - mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass: - Fix misc issues for Prefix allowing install and config of mysql - - 17 Jul 2014; Michael Palimaka kde4-functions.eclass: - Fix missing handbooks when the default handbook language is en_US instead of - the usual en. - - 16 Jul 2014; Johannes Huber kde4-base.eclass: - Add kde-workspace 4.11.11 SRC_URI, remove obsolete. - - 13 Jul 2014; Ulrich Müller gnatbuild.eclass: - Don't call eselect with obsolete --no-color option. - - 11 Jul 2014; Ulrich Müller autotools.eclass, base.eclass, - cdrom.eclass, cmake-utils.eclass, cvs.eclass, enlightenment.eclass, - eutils.eclass, fcaps.eclass, fixheadtails.eclass, flag-o-matic.eclass, - games.eclass, kde4-base.eclass, kde4-functions.eclass, kde4-meta.eclass, - kde4-meta-pkg.eclass, libtool.eclass, multilib.eclass, - multiprocessing.eclass, pam.eclass, pax-utils.eclass, portability.eclass, - qmake-utils.eclass, readme.gentoo.eclass, toolchain-funcs.eclass, - unpacker.eclass, user.eclass, versionator.eclass: - Avoid reserved names for functions and variables, bug 516092. - - 08 Jul 2014; Michał Górny distutils-r1.eclass: - Support linking Python modules on aix, thanks to haubi. - - 07 Jul 2014; Michał Górny git-r3.eclass: - Stop forcing -m0755 on EGIT3_STORE_DIR and parents, bug #516508. - - 07 Jul 2014; Michael Haubenwallner - ELT-patches/aixrtl/1.5.0-cmds-c, ELT-patches/aixrtl/1.5.0-cmds-cxx, - ELT-patches/aixrtl/1.5.22-cmds-c, ELT-patches/aixrtl/1.5.22-cmds-cxx, - ELT-patches/aixrtl/2.2.0-cmds-c, ELT-patches/aixrtl/2.2.0-cmds-cxx, - ELT-patches/aixrtl/2.2.8-cmds-c, ELT-patches/aixrtl/2.2.8-cmds-cxx, - ELT-patches/aixrtl/2.4.2.418-cmds-c, ELT-patches/aixrtl/2.4.2.418-cmds-cxx: - need semicolon after noop command to get subsequent variable set - - 07 Jul 2014; Michael Haubenwallner - -ELT-patches/aixrtl/2.4.2.418-cmds.c, -ELT-patches/aixrtl/2.4.2.418-cmds.cxx, - +ELT-patches/aixrtl/2.4.2.418-cmds-c, +ELT-patches/aixrtl/2.4.2.418-cmds-cxx: - use similar filename even for 2.4.2.418 diffs - - 07 Jul 2014; Michael Haubenwallner - ELT-patches/aixrtl/1.5.0-cmds-c, ELT-patches/aixrtl/1.5.0-cmds-cxx, - ELT-patches/aixrtl/1.5.22-cmds-c, ELT-patches/aixrtl/1.5.22-cmds-cxx, - ELT-patches/aixrtl/2.2.0-cmds-c, ELT-patches/aixrtl/2.2.0-cmds-cxx, - ELT-patches/aixrtl/2.2.8-cmds-c, ELT-patches/aixrtl/2.2.8-cmds-cxx, - ELT-patches/aixrtl/2.4.2.418-cmds.c, ELT-patches/aixrtl/2.4.2.418-cmds.cxx: - Use $lib for the real filename, to support soname hackery in libXaw. - - 06 Jul 2014; Michał Górny tests/python-utils-r1.sh: - Add tests for _python_impl_supported. - - 06 Jul 2014; Michał Górny python-r1.eclass: - python_gen_cond_dep: delay PYTHON_USEDEP substitution until one of the - implementations is actually enabled. Fixes bug #516520. - - 06 Jul 2014; Michał Górny python-utils-r1.eclass: - Disable python2.6 support and clean up the related code. - - 04 Jul 2014; Michał Górny multilib-build.eclass: - Declare REQUIRED_USE inside MULTILIB_COMPAT conditional, reported by steev. - - 03 Jul 2014; Fabian Groffen multilib-build.eclass: - Add some Prefix hosts to _MULTILIB_FLAGS - - 03 Jul 2014; Michał Górny multilib-build.eclass: - Explain MULTILIB_COMPAT a bit more verbosely, and add a REQUIRED_USE for it. - - 03 Jul 2014; Michał Górny multilib-build.eclass: - Re-enable multilib flags for s390. - - 29 Jun 2014; Mike Gilbert distutils-r1.eclass, - python-utils-r1.eclass: - Attempt to use a UTF-8 locale if one is available to avoid errors when - setup.py calls open() with no encoding. - - 29 Jun 2014; Michał Górny multilib-build.eclass: - Fix handling empty MULTILIB_COMPAT. - - 29 Jun 2014; Michał Górny multilib-build.eclass: - Check MULTILIB_COMPAT before querying USE flags. Bug #515642, thanks to Greg - Turner. - - 28 Jun 2014; Michał Górny multilib-build.eclass: - Enable multilib flags for ppc. Since ppc profiles are not multilib at the - moment, this should not create any new issues. - - 28 Jun 2014; Robin H. Johnson linux-info.eclass: - linux-info: Bug #469210: during pkg_info|pkg_nofetch|pkg_pretend phases, $S - does not exist yet. This triggers sandbox violations in some cases, use $T - instead. - - 27 Jun 2014; Sergei Trofimovich haskell-cabal.eclass: - Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug - #515360 by Patrick Lauer). - - 27 Jun 2014; Sergei Trofimovich haskell-cabal.eclass: - Disable QA warning on '--with-hc --with-hc-pkg --with-gcc' flags passed by - 'dev-haskell/cabal' to every configure-based haskell package. Don't unset - LANG/LC_ALL/LC_MESSAGES anymore. - - 26 Jun 2014; Justin Lecher readme.gentoo.eclass, - waf-utils.eclass: - Rename FILE_SUFFIX to README_GENTOO_SUFFIX in order to avoid variable clashes - - 24 Jun 2014; Pacho Ramos readme.gentoo.eclass: - Allow to handle more README.gentoo files (#513190 by Justin Lecher) - - 23 Jun 2014; Sergey Popov qt4-r2.eclass: - Simplify documentation files handling by utilizing einstalldocs from eutils - eclass - - 22 Jun 2014; Michał Górny distutils-r1.eclass: - Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug - #513664. - - 20 Jun 2014; Michał Górny git-r3.eclass: - Fix typo in submodule fetching, reported by Hans Vercammen. - - 19 Jun 2014; Brian Evans mysql-v2.eclass, mysql-cmake.eclass: - Sync with mysql overlay. - - 19 Jun 2014; Michał Górny python-utils-r1.eclass: - python_fix_shebang: properly unset local variables in loop iterations. - - 19 Jun 2014; Michał Górny distutils-r1.eclass: - Always set up CC, CXX and friends for distutils builds, bug #513664. Thanks - to Arfrever for the explanation. - - 19 Jun 2014; Michał Górny gstreamer.eclass: - Bump gstreamer deps to satisfy multilib. - - 19 Jun 2014; Michał Górny python-r1.eclass, - python-utils-r1.eclass, tests/python-utils-r1.sh: - Improve handling of corner cases in python_fix_shebang. Support --force and - --quiet options, bug #505354. Add tests. - - 14 Jun 2014; Michael Palimaka kde4-base.eclass, kde4-functions.eclass: - Sync with KDE overlay. Adapt to live ebuild versioning change. Remove - reference to long-removed package. Explicitly specify a slot. Update SRC_URI - for kde-workspace 4.11.10. Add new function to comment add_subdirectory - calls. Remove obsolete add_blocker function. - - 14 Jun 2014; Ryan Hill flag-o-matic.eclass: - Add -Og, -gdwarf-*, and -fabi-version=* to allowed flags (bug #512534, - #512754). Use a glob for -fstack-protector and friends. - - 14 Jun 2014; Robin H. Johnson flag-o-matic.eclass: - If you an empty argument to append-libs, you end up with a dangling -l - without a library. Catch this in QA. Caught infra with a broken ncurses in - net-dialup/xc with append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)" - - 12 Jun 2014; Michael Haubenwallner - -ELT-patches/aix-noundef/1.4d, libtool.eclass: - Allow undefined symbols on AIX, needed by and work fine with module libs. - - 10 Jun 2014; Michał Górny +gstreamer.eclass: - Add new, multilib-capable eclass for gstreamer plugins. - - 10 Jun 2014; Michael Haubenwallner - +ELT-patches/aixrtl/2.4.2.418-cmds.c, +ELT-patches/aixrtl/2.4.2.418-cmds.cxx, - +ELT-patches/aixrtl/2.4.2.418-soname: - bump aixrtl ELT-patches for libtool-2.4.2.418 - - 08 Jun 2014; Michał Górny multilib-build.eclass: - Work around lack of arch defines in swig, bug #509792. - - 07 Jun 2014; Ulrich Müller elisp.eclass: - Increase minimum Emacs version to 23, versions 21 and 22 have been removed. - - 03 Jun 2014; Brian Evans mysql-v2.eclass: - Sync mysql-v2 eclass from the mysql overlay. - - 01 Jun 2014; Ryan Hill toolchain.eclass: - If we keep the flag list sorted by version there's no need for this function - to be recursive. This shaves a couple seconds off the worst-case runtime. - - 01 Jun 2014; Michał Górny git-r3.eclass, - +tests/git-r3:subrepos.sh: - Properly canonicalize relative submodule URIs, bug #501250. - - 31 May 2014; Michał Górny systemd.eclass: - Add systemd_{do,new}userunit. - - 28 May 2014; Michał Górny multilib-build.eclass: - Fix ABI flag stripping in multilib_get_enabled_abis(), bug #511682. - - 28 May 2014; Justin Lecher portability.eclass: - Add documentation for man page; add missing die - - 26 May 2014; Michał Górny - +gnome-python-common-r1.eclass: - Convert gnome-python-common.eclass to use python-r1, and clean it up a lot. - - 26 May 2014; Michał Górny python-r1.eclass, - python-single-r1.eclass, python-utils-r1.eclass: - Move python_fix_shebang into python-utils-r1, therefore making it a part of - public API for all eclasses. - - 24 May 2014; Ulrich Müller elisp-common.eclass: - elisp-site-regen: Look for site-init files only in site-gentoo.d - subdirectory. Die on errors. - - 23 May 2014; Michał Górny multilib-build.eclass: - Change ABI-flag separator from ":" to "." to avoid issues with Makefile rules - and PATH separator. - - 23 May 2014; Michał Górny multilib-build.eclass: - Add remaining potential multilib arches to header wrapping template. - - 23 May 2014; Michał Górny multilib-build.eclass: - Use MULTILIB_ABI_FLAG for header wrapping. Also, use explicit error when ABI - is omitted in wrapper template. - - 23 May 2014; Michał Górny multilib-build.eclass: - Deprecate multilib_for_best_abi() to decrease confusion. - - 23 May 2014; Michał Górny multilib-build.eclass: - Export MULTILIB_ABI_FLAG for ebuild/eclass use. Bug #509478. - - 23 May 2014; Michał Górny multilib-build.eclass: - Introduce multilib_get_enabled_abi_pairs() to obtain list containing both ABI - values and USE flag names. - - 23 May 2014; Michał Górny git-r3.eclass: - Give an explanatory error when trying to fetch https:// with - dev-vcs/git[-curl]. Bug #510768. - - 22 May 2014; Sergei Trofimovich haskell-cabal.eclass: - cabal_chdeps() now defaults to MY_PN (autogenerated by hackport) if exists, - then to PN - - 22 May 2014; Sergei Trofimovich darcs.eclass: - store darcs cache in DISTDIR - - 22 May 2014; Lars Wendler apache-2.eclass: - Eclass cleanup. Now requires >=EAPI-4 ebuilds. Fixed bugs #509922 and - #503640. - - 21 May 2014; Ryan Hill toolchain.eclass: - Bug #499774, take 2. - - 21 May 2014; Ryan Hill toolchain.eclass: - Revert libintl change. It turns out we need to depend on gettext anyways, so - this change is pointless. - - 20 May 2014; Ryan Hill toolchain.eclass: - Strip -mno-rtm and -mno-htm as libitm requires these for x86/x86_64 and - ppc/s390 respectively if supported by the assembler (bug #506202). - - 20 May 2014; Ryan Hill toolchain.eclass: - Depend on virtual/libintl rather than sys-devel/gettext (bug #499774). - - 19 May 2014; Mike Gilbert distutils-r1.eclass: - Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty - string. - - 18 May 2014; Brian Evans mysql_fx.eclass: - Fix a bug that prevented emerge --config to notice a changed datadir. - - 16 May 2014; Michał Górny python-utils-r1.eclass: - Accept files with already-rewritten shebangs in _python_rewrite_shebang. - Necessary for proper python_doscript(). - - 15 May 2014; Ryan Hill toolchain.eclass: - Allow parallel profiledbootstrap in newer versions (bug #508878 by Eric F. - Garioud). Clean up a bit. - - 14 May 2014; Brian Evans - mysql-cmake.eclass, mysql-v2.eclass: - Sync mysql-v2 and mysql-cmake eclasses from the mysql overlay. - - 12 May 2014; Michał Górny multilib-build.eclass: - Do not install wrapper headers when no ABI provides a particular header. - - 12 May 2014; Michael Palimaka -boost-utils.eclass, -office-ext.eclass: - Remove last-rited eclasses. - - 11 May 2014; Michał Górny distutils-r1.eclass: - Fail when package installs "share" subdirectory to PyPy prefix. This should - stop people from adding PyPy support to packages that do not work due to the - bug in PyPy. - - 10 May 2014; Michał Górny multibuild.eclass: - Remove the coreutils dependency since the old copying code has been replaced - by a more portable function. Bug #509984. - - 09 May 2014; Michał Górny cmake-multilib.eclass: - Use multilib-minimal for phase functions. - - 09 May 2014; Michał Górny emul-linux-x86.eclass: - Remove i686-* renamed tools as well with USE=abi_x86_32. - - 09 May 2014; Michał Górny emul-linux-x86.eclass: - Remove wrapped headers with USE=abi_x86_32. - - 08 May 2014; Pacho Ramos emul-linux-x86.eclass: - Previous approach was wrong - - 07 May 2014; Pacho Ramos emul-linux-x86.eclass: - Don't remove wrappers in that dir - - 07 May 2014; Manuel Rüger gems.eclass, ruby.eclass: - ruby.eclass and gems.eclass have been deprecated by ruby-ng.eclass and - ruby-fakegem.eclass. Removal in 30 days. See bug #479812. - - 07 May 2014; Michał Górny multilib-build.eclass: - Use amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility - with current state of emul-linux. Fixes bug #509556. - - 06 May 2014; Pacho Ramos emul-linux-x86.eclass: - Move headers to a separate directory, bug #509556 - - 06 May 2014; Jeroen Roovers cmake-utils.eclass: - optionaly => optionally - - 04 May 2014; Alexandre Rostovtsev vala.eclass: - Update VALA_MAX_API_VERSION (bug #509222, thanks to Arfrever) and modernize - VALA_MIN_API_VERSION too. - - 03 May 2014; Sergey Popov leechcraft.eclass: - Omit some obsolete version checks - - 02 May 2014; Michał Górny autotools-multilib.eclass, - multilib-minimal.eclass: - Run multilib_src_configure() in parallel. Bug #485046. - - 01 May 2014; Christoph Junghans unpacker.eclass: - add app-arch/plzip support (bug #509264) - - 01 May 2014; Justin Lecher python-utils-r1.eclass: - Add missing @DESCRIPTION - - 01 May 2014; Michał Górny multilib-build.eclass: - Add MULTILIB_COMPAT to limit the supported ABIs for pre-built packages. - - 30 Apr 2014; Michał Górny autotools-multilib.eclass: - Update the doc and make it simpler. - - 29 Apr 2014; Michał Górny multilib-build.eclass: - Disable header wrapping on unsupported ABIs. - - 29 Apr 2014; Michał Górny multilib-build.eclass: - Reorder the operations in multilib_prepare_wrappers for easier reading. - - 29 Apr 2014; Michał Górny multilib-build.eclass: - Create ${CHOST}-prefixed tool symlinks for multilib portage, to gain better - compatibility with plain multilib. - - 29 Apr 2014; Michał Górny multilib-build.eclass: - Disable wrappers for multilib portage only. Enable them in non-multilib - profiles for consistency. - - 29 Apr 2014; Michał Górny cmake-multilib.eclass, - multilib-build.eclass, multilib-minimal.eclass: - Move conditionals for enabling wrappers into multilib_prepare_wrappers() and - multilib_install_wrappers(). - - 28 Apr 2014; Michał Górny multilib-build.eclass: - Deprecate multilib_build_binaries, and switch the code to use - multilib_is_native_abi. - - 26 Apr 2014; Joerg Bornkessel -vdr-plugin.eclass: - vdr-plugin.eclass removed, see #497058, #489116 - - 25 Apr 2014; Johannes Huber kde4-base.eclass: - Sync with kde overlay. Remove custom branch calculation for kde workspace. - Add kde-workspace 4.11.9 SRC_URI. - - 23 Apr 2014; Mikle Kolyada -qt5-build.eclass: - Drop qt5-build eclass - - 23 Apr 2014; Patrick Lauer +qt5-build.eclass: - Add qt5-build eclass from qt overlay - - 22 Apr 2014; Michał Górny multilib-build.eclass: - Remove the QA warning from multilib_is_native_abi() till we decide which one - to keep actually. - - 22 Apr 2014; Jorge Manuel B. S. Vicetto - mysql-cmake.eclass, mysql-v2.eclass: - Sync mysql-v2 and mysql-cmake eclasses from the mysql overlay. - - 21 Apr 2014; Christoph Junghans wxwidgets.eclass: - added prefix support (bug #401661) - - 21 Apr 2014; Michał Górny multilib-build.eclass: - Add a QA warning to multilib_is_native_abi. - - 21 Apr 2014; Hans de Graaff ruby-fakegem.eclass: - Read the YAML metadata with UTF-8 by default and make an exception for older - ruby targets, since all new targets will support (and need) the UTF-8 flag. - Fixes bug 504642. - - 21 Apr 2014; Michał Górny multilib-build.eclass: - ...and make multilib_build_binaries stand-alone. - - 21 Apr 2014; Michał Górny multilib-build.eclass: - Make multilib_is_native_abi equivalent to multilib_build_binaries, until all - ebuilds are fixed. - - 21 Apr 2014; Michał Górny multilib-build.eclass: - Introduce extra multilib_native_use* wrappers encapulsating - multilib_build_binaries & use* functions. - - 21 Apr 2014; Michael Pagano kernel-2.eclass: - Update 3.15-rcX temporary fix. See bug #507656. - - 19 Apr 2014; Michał Górny python-r1.eclass: - Support substituting ${PYTHON_USEDEP} in python_gen_cond_dep(). - - 17 Apr 2014; Michał Górny git-r3.eclass: - Automatically switch to EGIT_CLONE_TYPE=single+tags for Google Code. - - 17 Apr 2014; Michael Palimaka kde4-meta.eclass: - Sync with overlay. Remove unused inherit. Switch to git-r3 eclass. Fix file - collisions wrt bug #499032 and bug #507860. Add more dep reduction. Cosmetic - improvements. - - 16 Apr 2014; Julian Ospald waf-utils.eclass: - respect CFLAGS in linking command wrt #506956 - - 16 Apr 2014; Alexey Shvetsov openib.eclass: - Update openib eclass - - 16 Apr 2014; Alexey Shvetsov openib.eclass: - Update openib eclass - - 15 Apr 2014; Michał Górny multibuild.eclass: - multibuild_merge_root: re-introduce userland_BSD tar fallback, bug #507626. - - 14 Apr 2014; Tom Wijsman kernel-2.eclass: - Temporarily fix up >=sys-kernel/git-sources-3.15_rc1.ebuild, bug #507656. - - 14 Apr 2014; Maxim Koltsov leechcraft.eclass: - Require at least gcc-4.8 for new LeechCraft packages - - 11 Apr 2014; Michał Górny multibuild.eclass: - Enable reflinking in multibuild_copy_sources. - - 10 Apr 2014; Michał Górny multibuild.eclass: - Use a more portable and clobbering "cp" call for multibuild_merge_root(). - - 09 Apr 2014; Tim Harder java-utils-2.eclass: - Only refer to DESTTREE within the src_install phase. - - 09 Apr 2014; Michał Górny python-r1.eclass: - Re-enable the python_gen_usedep empty argument check. - - 09 Apr 2014; Michał Górny python-r1.eclass: - Comment out the python_gen_usedep empty argument check until all - python_gen_cond_dep uses are fixed. - - 09 Apr 2014; Michał Górny python-r1.eclass: - Throw explicit error if python_gen_usedep does not match any implementation - rather than outputting an empty (invalid) USE-dep. - - 08 Apr 2014; Michał Górny python-any-r1.eclass, - python-r1.eclass, python-utils-r1.eclass, tests/python-utils-r1.sh: - Disable pypy2_0 and clean up after it. - - 05 Apr 2014; Michał Górny python-r1.eclass: - Fix improper suggestions to put unsupported implmentations in USE_PYTHON, bug - #506814. - - 05 Apr 2014; Alexandre Rostovtsev - gst-plugins10.eclass: - Use LC_ALL=C for tr call; fixes invalid configure options when using Turkish - locale (bug #490894, thanks to Emre Eryilmaz and Samuli Suominen). - - 03 Apr 2014; Michał Górny autotools-multilib.eclass, - cmake-multilib.eclass, multilib-build.eclass: - Make multilib@g.o the maintainer of multilib eclasses. - - 03 Apr 2014; Michał Górny multilib-build.eclass: - Add a note not to add new ABIs without contacting multilib. - - 03 Apr 2014; Michał Górny multilib-build.eclass: - Revert incomplete and broken s390 support. Please finally contact multilib - before playing with this. - - 01 Apr 2014; Michał Górny tests/python-utils-r1.sh: - Add slot op to expected PyPy dependency string. - - 31 Mar 2014; Michał Górny java-ant-2.eclass: - Ban the java-ant_remove-taskdefs() function and remove Python dependency, bug - #479838. - - 31 Mar 2014; Michał Górny multilib-build.eclass: - Revert the introduction of ABI_PPC due to a lot of breakage, bug #506298 to - track it. - - 30 Mar 2014; Sven Vermeulen selinux-policy-2.eclass: - Add support for USE triggered policy decisions - - 30 Mar 2014; Johannes Huber kde4-base.eclass: - Sync with kde overlay. Raise QT_MINIMAL to latest stable and simplify Qt deps - by Michael Palimaka . Add kde-workspace 4.11.8 - SRC_URI. - - 30 Mar 2014; Michał Górny multilib-build.eclass: - Support rewriting symlinks in MULTILIB_CHOST_TOOLS, bug #506062. - - 29 Mar 2014; Ulrich Müller check-reqs.eclass: - Move test for MERGE_TYPE from check-reqs_pkg_setup() to check-reqs_run(). - - 28 Mar 2014; Ulrich Müller check-reqs.eclass: - Output binary prefixes for units according to IEC 80000-13, as calculations - are 1024 based. Fix documentation of check-reqs_get_unit function, and other - minor fixes. - - 26 Mar 2014; Michael Palimaka cmake-utils.eclass: - Fix typo in prefix block by Christoph Junghans . - - 24 Mar 2014; Michał Górny git-r3.eclass: - Add a single+tags mode to handle Google Code more efficiently, bug #503708. - - 21 Mar 2014; Robin H. Johnson linux-info.eclass: - linux-info: Bug #504346: Change one message from error to warning, kernel - sources are optional for most uses (checking configs), and knowledge if the - lack of kernel sources being missing is fatal should be left to the ebuild. - - 19 Mar 2014; Julian Ospald mysql-cmake.eclass: - respect CFLAGS wrt #497532 - - 18 Mar 2014; Christoph Junghans texlive-common.eclass: - added prefix support (bug #485608) - - 18 Mar 2014; Michał Górny boost-utils.eclass: - Mark @DEAD. - - 17 Mar 2014; Justin Lecher python-utils-r1.eclass, - readme.gentoo.eclass: - Some Gentoo PREFIX love - - 16 Mar 2014; Ryan Hill toolchain.eclass: - Update my src_uri. - - 13 Mar 2014; Michał Górny python-utils-r1.eclass: - Add python_doexe() and python_newexe() to handle implementation-specific - executables without shebangs. - - 12 Mar 2014; Julian Ospald games.eclass: - fix games.eclass to use games-misc/games-envd - - 12 Mar 2014; Michał Górny python-utils-r1.eclass: - Use subslot operator deps on non-slotted PyPy. - - 12 Mar 2014; Michał Górny python-utils-r1.eclass, - tests/python-utils-r1.sh: - Add non-slotted pypy to the eclass. - - 12 Mar 2014; Michał Górny python-utils-r1.eclass: - Revert ignorant pypy2_2 commit. - - 12 Mar 2014; Patrick Lauer python-utils-r1.eclass: - Modify python-utils-r1 for pypy2.2 - - 11 Mar 2014; Mike Gilbert autotools-utils.eclass: - Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit. - - 09 Mar 2014; Ulrich Müller texlive-module.eclass: - Do not inherit base.eclass, bug 497054. - - 09 Mar 2014; Michael Palimaka cmake-utils.eclass: - Remove stray character thanks to mimi_vx. - - 09 Mar 2014; Michael Palimaka cmake-utils.eclass: - Add missing quotes wrt bug #503336. - - 05 Mar 2014; Patrick Lauer kde4-base.eclass: - Fix KDE 4.11.7 SRC_URI - - 03 Mar 2014; Michał Górny git-r3.eclass: - Force EGIT_CLONE_TYPE=mirror for submodules since they can reference commits - in any branch without explicitly naming the branch, bug #503332. - - 02 Mar 2014; Michał Górny xorg-2.eclass: - Use git-r3 for live ebuilds. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Do not try shallow clones on local repositories. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Force non-forward updates on git refs. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Add EGIT_MIN_CLONE_TYPE to control clone type via ebuilds. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Auto-unshallow when fetching by commit hash. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Support EGIT_CLONE_TYPE=shallow. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Support EGIT_CLONE_TYPE=single. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Introduce EGIT_CLONE_TYPE for future use. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Support using a local git mirror. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Fix support for non-master default branch. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Replace "git fetch" checkout with more efficient and compatible pseudo-shared - clone. - - 02 Mar 2014; Michał Górny git-r3.eclass: - Improve docs. - - 01 Mar 2014; Sergei Trofimovich autotools.eclass: - Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings). - - 01 Mar 2014; Michał Górny gnome2-utils.eclass: - Add multilib love for gnome2_gdk_pixbuf_update(). - - 27 Feb 2014; Christoph Junghans unpacker.eclass: - added lzip support (bug #501912) - - 25 Feb 2014; Michał Górny git-r3.eclass: - Use git init+fetch rather than clone in order to fix checking out to - non-empty directory. Fixes bug #502400. - - 24 Feb 2014; Michał Górny git-r3.eclass: - Fetch and preserve git notes as well. - - 23 Feb 2014; Michał Górny git-r3.eclass: - Use complete git clones, and clone them onto the checkout directory. This - makes it possible for build system to lookup all repository information as - requested in bug #489100. Remove shallow clone support since it would require - too much effort and make code hard to understand. Additionally obsoletes bug - #489100 and git-r3 part of bug #494934. - - 22 Feb 2014; Mike Gilbert python-utils-r1.eclass: - Add support for python3.4. - - 22 Feb 2014; Pacho Ramos gnome2-utils.eclass: - Be more friendly with SELinux (#499636 by Luis Ressel) - - 21 Feb 2014; Justin Lecher intel-sdp.eclass: - Make problems with man page installation nonfatal - - 11 Feb 2014; Pacho Ramos gnome2.eclass: - Pass --docdir with proper directory, bug #482646 - - 11 Feb 2014; Sergei Trofimovich ghc-package.eclass, - haskell-cabal.eclass: - Add support for parallel building (ghc-7.8+). Disable dynamic library - stripping and respect --sysconfdir (Cabal-1.18+). - - 09 Feb 2014; Pacho Ramos gnome2-utils.eclass: - Drop also values of DGSEAL_ENABLE (#500730) - - 06 Feb 2014; Michael Palimaka kde4-meta.eclass: - Disable more bogus dependency checks wrt bug #494680. - - 05 Feb 2014; Ryan Hill tests/toolchain.sh, - toolchain.eclass: - Limit downgrading flags to amd64 and x86. Strip -mtune for < 3.4. Only - worry about -mno* flags, -m* are removed by strip-flags. Add -mno-movbe. - - 02 Feb 2014; Ryan Hill +tests/toolchain.sh, - toolchain.eclass: - Add downgrade_arch_flags() to automatically replace/strip unsupported -march - and instruction set flags. Add testsuite. - - 02 Feb 2014; Julian Ospald games.eclass: - respect ECONF_SOURCE wrt #494210 - - 02 Feb 2014; Joerg Bornkessel vdr-plugin-2.eclass: - removed debuginfos depends on base.eclass removing, wrt bug #497056 - - 01 Feb 2014; Ryan Hill flag-o-matic.eclass: - Add -fdiagnostics* and ISA flags for 4.8 and 4.9. - - 26 Jan 2014; Sergey Popov myspell-r2.eclass: - Drop inheriting base eclass, wrt bug #497040 - - 25 Jan 2014; Julian Ospald games.eclass: - set --datarootdir=/usr/share wrt #493954 - - 25 Jan 2014; Joerg Bornkessel vdr-plugin-2.eclass: - major changes depend on wrt bug 497056, vdr-plugin-2.eclass - - 25 Jan 2014; Mike Gilbert cmake-utils.eclass: - Improve support for ninja, bug 490280. - - 24 Jan 2014; Joerg Bornkessel vdr-plugin-2.eclass: - changed debug info in vdr-plugin-2_src_install for Makefile handling - - 24 Jan 2014; Ryan Hill toolchain.eclass: - Work around bug #357287. - - 19 Jan 2014; Dion Moult gtk-sharp-module.eclass: - Change virtual/monodoc dependency to dev-lang/mono as the former is being - treecleaned - - 19 Jan 2014; Sergei Trofimovich ghc-package.eclass: - Add 'ghc-supports-interpreter' helper to detect interpreter support. - - 18 Jan 2014; Mike Gilbert distutils-r1.eclass: - Silence sandbox for /usr/local, bug 498232. - - 18 Jan 2014; Mike Gilbert kernel-2.eclass: - Convert to python-any-r1.eclass - - 18 Jan 2014; Andreas K. Huettel kde4-base.eclass: - Sync from kde overlay, adds subslot - - 17 Jan 2014; Mike Pagano kernel-2.eclass: - Fix QA warning concerning inherit - - 17 Jan 2014; Michael Pagano kernel-2.eclass: - Fix kernel-2.eclass to use python.eclass for it's python needs. (deblob - script). See bug #497966 - - 17 Jan 2014; Jeroen Roovers mozcoreconf-2.eclass: - Revert inadvertent change, as noted by arfrever. - - 17 Jan 2014; Jeroen Roovers mozcoreconf-2.eclass, - python-utils-r1.eclass: - Spelling. - - 16 Jan 2014; Michał Górny multilib-build.eclass: - Typo. - - 16 Jan 2014; Michał Górny multilib-build.eclass: - Support MULTILIB_CHOST_TOOLS for tool renaming/preserving. - - 16 Jan 2014; Hans de Graaff ruby-ng.eclass: - Explicitly cp symlinks as-is. The default for this changed in coreutils 8.22. - Fixes bug 472710. - - 15 Jan 2014; Michał Górny autotools-multilib.eclass: - Actually enable in-source build support. - - 15 Jan 2014; Joerg Bornkessel vdr-plugin.eclass: - vdr-plugin.eclass marked @DEAD - - 14 Jan 2014; Michael Pagano linux-mod.eclass: - Remove use of sed in linux-mod.eclass. Replace with bash. - - 13 Jan 2014; Ryan Hill toolchain.eclass: - Add EAPI 0 compatible USE defaults (bug #372663). - - 10 Jan 2014; Magnus Granberg toolchain.eclass: - Add support for default ssp on >=gcc-4.8.2 #484714 - - 08 Jan 2014; Patrick Lauer apache-2.eclass, - python-utils-r1.eclass: - Removing silly beep from apache-2.eclass - - 05 Jan 2014; Pacho Ramos aspell-dict.eclass, - freedict.eclass, myspell.eclass, myspell-r2.eclass: - Cleanup due - http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271273.html - - 05 Jan 2014; Michał Górny twisted-r1.eclass: - Fix twisted SRC_URI. Thanks to yac for the patch. - - 01 Jan 2014; Andreas K. Huettel +ChangeLog-2013: - Rotate ChangeLog - - For previous entries, please see ChangeLog-2013. diff --git a/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/link-ROOT b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.2 similarity index 73% rename from sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/link-ROOT rename to sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.2 index 3c7d99be1f..e8fc2be521 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/link-ROOT +++ b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.2 @@ -1,11 +1,11 @@ ---- libltdl/config/ltmain.sh 2008-09-07 19:56:33.000000000 +0200 -+++ libltdl/config/ltmain.sh.new 2009-02-15 20:37:47.000000000 +0100 +--- ltmain.sh ++++ ltmain.sh @@ -5768,7 +5768,7 @@ test "$hardcode_direct_absolute" = no; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then - add_dir="-L$libdir" -+ add_dir="-L$ROOT/$libdir" ++ add_dir="-L${SYSROOT}$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in @@ -14,7 +14,7 @@ else # We cannot seem to hardcode it, guess we'll fake it. - add_dir="-L$libdir" -+ add_dir="-L$ROOT/$libdir" ++ add_dir="-L${SYSROOT}/$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in diff --git a/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.4 b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.4 new file mode 100644 index 0000000000..9b35295591 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.4 @@ -0,0 +1,20 @@ +--- ltmain.sh ++++ ltmain.sh +@@ -5768,7 +5768,7 @@ + test "$hardcode_direct_absolute" = no; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then +- add_dir="-L$libdir" ++ add_dir="-L${lt_sysroot:-${SYSROOT}}$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in +@@ -5785,7 +5785,7 @@ + fi + else + # We cannot seem to hardcode it, guess we'll fake it. +- add_dir="-L$libdir" ++ add_dir="-L${lt_sysroot:-${SYSROOT}}/$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in diff --git a/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.4.3 b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.4.3 new file mode 100644 index 0000000000..760104fc89 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/cross/2.4.3 @@ -0,0 +1,21 @@ +--- ltmain.sh ++++ ltmain.sh +@@ -8367,7 +8367,7 @@ + test no = "$hardcode_direct_absolute"; then + add=$libdir/$linklib + elif test yes = "$hardcode_minus_L"; then +- add_dir=-L$libdir ++ add_dir=-L${lt_sysroot:-${SYSROOT}}$libdir + add=-l$name + elif test yes = "$hardcode_shlibpath_var"; then + case :$finalize_shlibpath: in +@@ -8384,7 +8384,7 @@ + fi + else + # We cannot seem to hardcode it, guess we'll fake it. +- add_dir=-L$libdir ++ add_dir=-L${lt_sysroot:-${SYSROOT}}$libdir + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + diff --git a/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/darwin-conf/2.4.6 b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/darwin-conf/2.4.6 new file mode 100644 index 0000000000..a67ba12ebe --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/ELT-patches/darwin-conf/2.4.6 @@ -0,0 +1,29 @@ +In Gentoo Prefix we go by Apple's convention to give modules the .bundle +extension. +http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeBuildSystem/500-Linking/bs_linking.html +(Above link was removed by Apple, the link below contains a copy: +http://disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/XcodeBuildSystem/500-Linking/bs_linking.html, +in case it disappears also, the relevant quote: + +Bundle. Bundles are executable files that can be loaded at runtime by +other products. Plug-ins are implemented using bundles. The term bundle +in this context refers to the binary itself, not to a structured +hierarchy. Bundles have the .bundle extension; for example, +MyBundle.bundle.) + +--- configure ++++ configure +@@ -13108,11 +13108,11 @@ + version_type=darwin + need_lib_prefix=no + need_version=no +- library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' ++ library_names_spec='${libname}${release}${versuffix}$shared_ext $libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH +- shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' ++ shrext_cmds='`test .$module = .yes && echo .bundle || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' diff --git a/sdk_container/src/third_party/portage-stable/eclass/apache-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/apache-2.eclass index 3f9e706f8b..2a85d48290 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/apache-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/apache-2.eclass @@ -23,7 +23,7 @@ case ${EAPI:-0} in :; ;; 6) - die "This eclass is not yet ready for EAPI-6" + die "This eclass is not yet ready for EAPI-6. Please help porting it!" ;; esac @@ -270,7 +270,7 @@ setup_modules() { fi if use ssl ; then - MY_CONF+=( --with-ssl="${EPREFIX}"/usr --enable-ssl=${mod_type} ) + MY_CONF+=( --with-ssl --enable-ssl=${mod_type} ) MY_MODS+=( ssl ) else MY_CONF+=( --without-ssl --disable-ssl ) @@ -453,6 +453,20 @@ apache-2_src_prepare() { epatch "${GENTOO_PATCHDIR}"/patches/*.patch + if [[ ${EAPI} = 5 ]] ; then + # Handle patches from ebuild's PATCHES array if one is given + if [[ -n "${PATCHES}" ]] ; then + local patchestype=$(declare -p PATCHES 2>&-) + if [[ "${patchestype}" != "declare -a PATCHES="* ]] ; then + die "Declaring PATCHES as a variable is forbidden. Please use an array instead." + fi + epatch "${PATCHES[@]}" + fi + + # Handle user patches + epatch_user + fi + # setup the filesystem layout config cat "${GENTOO_PATCHDIR}"/patches/config.layout >> "${S}"/config.layout || \ die "Failed preparing config.layout!" @@ -471,9 +485,16 @@ apache-2_src_prepare() { # This package really should upgrade to using pcre's .pc file. cat <<-\EOF >"${T}"/pcre-config - #!/bin/sh - [ "${flag}" = "--version" ] && set -- --modversion - exec ${PKG_CONFIG} libpcre "$@" + #!/bin/bash + flags=() + for flag; do + if [[ ${flag} == "--version" ]]; then + flags+=( --modversion ) + else + flags+=( "${flag}" ) + fi + done + exec ${PKG_CONFIG} libpcre "${flags[@]}" EOF chmod a+x "${T}"/pcre-config } diff --git a/sdk_container/src/third_party/portage-stable/eclass/aspell-dict.eclass b/sdk_container/src/third_party/portage-stable/eclass/aspell-dict.eclass index 6207f6a15f..5600d9a696 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/aspell-dict.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/aspell-dict.eclass @@ -24,7 +24,10 @@ # @DESCRIPTION: # What major version of aspell is this dictionary for? -EXPORT_FUNCTIONS src_compile src_install +case ${EAPI} in + 0|1) EXPORT_FUNCTIONS src_compile src_install ;; + *) EXPORT_FUNCTIONS src_configure src_compile src_install ;; +esac #MY_P=${PN}-${PV%.*}-${PV#*.*.} MY_P=${P%.*}-${PV##*.} @@ -46,11 +49,20 @@ else DEPEND="${RDEPEND}" fi +# @FUNCTION: aspell-dict_src_configure +# @DESCRIPTION: +# The aspell-dict src_configure function which is exported. +aspell-dict_src_configure() { + ./configure || die +} + # @FUNCTION: aspell-dict_src_compile # @DESCRIPTION: # The aspell-dict src_compile function which is exported. aspell-dict_src_compile() { - ./configure || die + case ${EAPI} in + 0|1) aspell-dict_src_configure ;; + esac emake || die } diff --git a/sdk_container/src/third_party/portage-stable/eclass/bitcoincore.eclass b/sdk_container/src/third_party/portage-stable/eclass/bitcoincore.eclass index 5661cb03e9..d656c14b1b 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/bitcoincore.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/bitcoincore.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # @@ -76,32 +76,8 @@ BITCOINCORE_LJR_NAME=ljr [ -n "${BITCOINCORE_LJR_PV}" ] || BITCOINCORE_LJR_PV="${PV}" case "${PV}" in -0.10*) - BITCOINCORE_MINOR=10 - LIBSECP256K1_DEPEND="=dev-libs/libsecp256k1-0.0.0_pre20141212" - case "${PVR}" in - 0.10.2) - BITCOINCORE_RBF_DIFF="16f45600c8c372a738ffef544292864256382601...a23678edc70204599299459a206709a00e039db7" - BITCOINCORE_RBF_PATCHFILE="${MyPN}-rbf-v0.10.2.patch" - ;; - *) - BITCOINCORE_RBF_DIFF="16f45600c8c372a738ffef544292864256382601...4890416cde655559eba09d3fd6f79db7d0d6314a" - BITCOINCORE_RBF_PATCHFILE="${MyPN}-rbf-v0.10.2-r1.patch" - ;; - esac - BITCOINCORE_XT_DIFF="047a89831760ff124740fe9f58411d57ee087078...d4084b62c42c38bfe302d712b98909ab26ecce2f" - ;; -0.11*) - BITCOINCORE_MINOR=11 - LIBSECP256K1_DEPEND="=dev-libs/libsecp256k1-0.0.0_pre20150423" - # RBF is bundled with ljr patchset since 0.11.1 - if [ "${PVR}" = "0.11.0" ]; then - BITCOINCORE_RBF_DIFF="5f032c75eefb0fe8ff79ed9595da1112c05f5c4a...660b96d24916b8ef4e0677e5d6162e24e2db447e" - BITCOINCORE_RBF_PATCHFILE="${MyPN}-rbf-v0.11.0rc3.patch" - fi - ;; -0.12*) - BITCOINCORE_MINOR=12 +0.13*) + BITCOINCORE_MINOR=$(get_version_component_range 2) IUSE="${IUSE} libressl" OPENSSL_DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl )" if in_bcc_iuse libevent; then @@ -198,7 +174,14 @@ fi if [ "${BITCOINCORE_NEED_LIBSECP256K1}" = "1" ]; then BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND} $LIBSECP256K1_DEPEND" fi -if [ "${PN}" != "libbitcoinconsensus" ] && ! use_if_iuse test; then +if [ "${PN}" = "libbitcoinconsensus" ]; then + DEPEND="$DEPEND ${BITCOINCORE_COMMON_DEPEND} + test? ( + ${UNIVALUE_DEPEND} + >=dev-libs/boost-1.52.0[threads(+)] + ) + " +else BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND} ${UNIVALUE_DEPEND} >=dev-libs/boost-1.52.0[threads(+)] @@ -220,9 +203,7 @@ if [ "${BITCOINCORE_NEED_LEVELDB}" = "1" ]; then RDEPEND="${RDEPEND} virtual/bitcoin-leveldb" fi if in_bcc_iuse ljr; then - if [ "$BITCOINCORE_SERIES" = "0.10.x" ]; then - DEPEND="${DEPEND} ljr? ( dev-vcs/git )" - elif [ "${BITCOINCORE_LJR_NAME}" = "knots" ]; then + if [ "${BITCOINCORE_LJR_NAME}" = "knots" ]; then DEPEND="${DEPEND} ljr? ( dev-lang/perl )" fi fi @@ -265,12 +246,6 @@ bitcoincore_pkg_pretend() { $bitcoincore_policymsg_flag && einfo "For more information on any of the above, see ${LJR_PATCH_DESC}" } -bitcoincore_git_apply() { - local patchfile="$1" - einfo "Applying ${patchfile##*/} ..." - git apply --whitespace=nowarn "${patchfile}" || die -} - bitcoincore_predelete_patch() { local patchfile="$1" mkdir -p "${WORKDIR}/pdp" @@ -307,12 +282,9 @@ bitcoincore_prepare() { fi if use_if_iuse ljr; then if [ "${BITCOINCORE_LJR_NAME}" = "knots" ]; then - epatch "$(LJR_PATCH f)" + bitcoincore_predelete_patch "$(LJR_PATCH f)" bitcoincore_predelete_patch "$(LJR_PATCH branding)" epatch "$(LJR_PATCH ts)" - elif [ "${BITCOINCORE_SERIES}" = "0.10.x" ]; then - # Regular epatch won't work with binary files - bitcoincore_git_apply "$(LJR_PATCH ljrF)" else epatch "$(LJR_PATCH ljrF)" fi @@ -358,6 +330,10 @@ bitcoincore_prepare() { ;; esac done + + echo '#!/bin/true' >share/genbuild.sh + mkdir -p src/obj + echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h } bitcoincore_autoreconf() { diff --git a/sdk_container/src/third_party/portage-stable/eclass/bsdmk.eclass b/sdk_container/src/third_party/portage-stable/eclass/bsdmk.eclass index 5a02d05234..a92b4c03ec 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/bsdmk.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/bsdmk.eclass @@ -4,9 +4,7 @@ # @ECLASS: bsdmk.eclass # @MAINTAINER: -# Otavio R. Piske "AngusYoung" -# Diego Pettenò -# Benigno B. Junior +# maintainer-needed@gentoo.org # @BLURB: Some functions for BSDmake inherit toolchain-funcs portability flag-o-matic @@ -81,5 +79,5 @@ bsdmk_src_compile() { # @DESCRIPTION: # The bsdmk src_install function, which is exported bsdmk_src_install() { - mkinstall || die "install failed" + mkinstall "$@" || die "install failed" } diff --git a/sdk_container/src/third_party/portage-stable/eclass/bzr.eclass b/sdk_container/src/third_party/portage-stable/eclass/bzr.eclass index 9b457f2b6d..3d88960acc 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/bzr.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/bzr.eclass @@ -290,13 +290,13 @@ bzr_bootstrap() { for patch in ${EBZR_PATCHES} ; do if [[ -f ${patch} ]] ; then - epatch ${patch} + epatch "${patch}" else # This loop takes care of wildcarded patches given via # EBZR_PATCHES in an ebuild for lpatch in "${FILESDIR}"/${patch} ; do if [[ -f ${lpatch} ]] ; then - epatch ${lpatch} + epatch "${lpatch}" else die "${EBZR}: ${patch} is not found" fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass new file mode 100644 index 0000000000..d2140dc99b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass @@ -0,0 +1,132 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: cargo.eclass +# @MAINTAINER: +# rust@gentoo.org +# @AUTHOR: +# Doug Goldstein +# @BLURB: common functions and variables for cargo builds + +if [[ -z ${_CARGO_ECLASS} ]]; then +_CARGO_ECLASS=1 + +case ${EAPI} in + 6) : ;; + *) die "EAPI=${EAPI:-0} is not supported" ;; +esac + +EXPORT_FUNCTIONS src_unpack src_compile src_install + +IUSE="${IUSE} debug" + +[[ ${CATEGORY}/${PN} != dev-util/cargo ]] && DEPEND=">=dev-util/cargo-0.13.0" + +ECARGO_HOME="${WORKDIR}/cargo_home" +ECARGO_VENDOR="${ECARGO_HOME}/gentoo" + +# @FUNCTION: cargo_crate_uris +# @DESCRIPTION: +# Generates the URIs to put in SRC_URI to help fetch dependencies. +cargo_crate_uris() { + for crate in $*; do + local name version url + name="${crate%-*}" + version="${crate##*-}" + url="https://crates.io/api/v1/crates/${name}/${version}/download -> ${crate}.crate" + echo $url + done +} + +# @FUNCTION: cargo_src_unpack +# @DESCRIPTION: +# Unpacks the package and the cargo registry +cargo_src_unpack() { + debug-print-function ${FUNCNAME} "$@" + + mkdir -p "${ECARGO_VENDOR}" || die + mkdir -p "${S}" || die + + local archive + for archive in ${A}; do + case "${archive}" in + *.crate) + ebegin "Loading ${archive} into Cargo registry" + tar -xf "${DISTDIR}"/${archive} -C "${ECARGO_VENDOR}/" || die + # generate sha256sum of the crate itself as cargo needs this + shasum=$(sha256sum "${DISTDIR}"/${archive} | cut -d ' ' -f 1) + pkg=$(basename ${archive} .crate) + cat <<- EOF > ${ECARGO_VENDOR}/${pkg}/.cargo-checksum.json + { + "package": "${shasum}", + "files": {} + } + EOF + # if this is our target package we need it in ${WORKDIR} too + # to make ${S} (and handle any revisions too) + if [[ ${P} == ${pkg}* ]]; then + tar -xf "${DISTDIR}"/${archive} -C "${WORKDIR}" || die + fi + eend $? + ;; + cargo-snapshot*) + ebegin "Unpacking ${archive}" + mkdir -p "${S}"/target/snapshot + tar -xzf "${DISTDIR}"/${archive} -C "${S}"/target/snapshot --strip-components 2 || die + # cargo's makefile needs this otherwise it will try to + # download it + touch "${S}"/target/snapshot/bin/cargo || die + eend $? + ;; + *) + unpack ${archive} + ;; + esac + done + + cargo_gen_config +} + +# @FUNCTION: cargo_gen_config +# @DESCRIPTION: +# Generate the $CARGO_HOME/config necessary to use our local registry +cargo_gen_config() { + debug-print-function ${FUNCNAME} "$@" + + cat <<- EOF > ${ECARGO_HOME}/config + [source.gentoo] + directory = "${ECARGO_VENDOR}" + + [source.crates-io] + replace-with = "gentoo" + local-registry = "/nonexistant" + EOF +} + +# @FUNCTION: cargo_src_compile +# @DESCRIPTION: +# Build the package using cargo build +cargo_src_compile() { + debug-print-function ${FUNCNAME} "$@" + + export CARGO_HOME="${ECARGO_HOME}" + + cargo build -v $(usex debug "" --release) \ + || die "cargo build failed" +} + +# @FUNCTION: cargo_src_install +# @DESCRIPTION: +# Installs the binaries generated by cargo +cargo_src_install() { + debug-print-function ${FUNCNAME} "$@" + + cargo install --root="${D}/usr" $(usex debug --debug "") \ + || die "cargo install failed" + rm -f "${D}/usr/.crates.toml" + + [ -d "${S}/man" ] && doman "${S}/man" +} + +fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/chromium-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/chromium-2.eclass new file mode 100644 index 0000000000..e4170df81c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/chromium-2.eclass @@ -0,0 +1,190 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: chromium-2.eclass +# @MAINTAINER: +# Chromium Herd +# @AUTHOR: +# Mike Gilbert +# @BLURB: Shared functions for chromium and google-chrome + +inherit eutils linux-info + +if [[ ${PN} == chromium ]]; then + IUSE+=" custom-cflags" +fi + +# @FUNCTION: chromium_suid_sandbox_check_kernel_config +# @USAGE: +# @DESCRIPTION: +# Ensures the system kernel supports features needed for SUID sandbox to work. +chromium_suid_sandbox_check_kernel_config() { + has "${EAPI:-0}" 0 1 2 3 && die "EAPI=${EAPI} is not supported" + + if [[ "${MERGE_TYPE}" == "source" || "${MERGE_TYPE}" == "binary" ]]; then + # Warn if the kernel does not support features needed for sandboxing. + # Bug #363987. + ERROR_PID_NS="PID_NS is required for sandbox to work" + ERROR_NET_NS="NET_NS is required for sandbox to work" + ERROR_USER_NS="USER_NS is required for sandbox to work" + ERROR_SECCOMP_FILTER="SECCOMP_FILTER is required for sandbox to work" + # Warn if the kernel does not support features needed for the browser to work + # (bug #552576, bug #556286). + ERROR_ADVISE_SYSCALLS="CONFIG_ADVISE_SYSCALLS is required for the renderer (bug #552576)" + ERROR_COMPAT_VDSO="CONFIG_COMPAT_VDSO causes segfaults (bug #556286)" + CONFIG_CHECK="~PID_NS ~NET_NS ~SECCOMP_FILTER ~USER_NS ~ADVISE_SYSCALLS ~!COMPAT_VDSO" + check_extra_config + fi +} + +# @ECLASS-VARIABLE: CHROMIUM_LANGS +# @DEFAULT_UNSET +# @DESCRIPTION: +# List of language packs available for this package. + +_chromium_set_l10n_IUSE() { + [[ ${EAPI:-0} == 0 ]] && die "EAPI=${EAPI} is not supported" + + local lang + for lang in ${CHROMIUM_LANGS}; do + # Default to enabled since we bundle them anyway. + # USE-expansion will take care of disabling the langs the user has not + # selected via L10N. + IUSE+=" +l10n_${lang}" + done +} + +if [[ ${CHROMIUM_LANGS} ]]; then + _chromium_set_l10n_IUSE +fi + +# @FUNCTION: chromium_remove_language_paks +# @USAGE: +# @DESCRIPTION: +# Removes pak files from the current directory for languages that the user has +# not selected via the L10N variable. +# Also performs QA checks to ensure CHROMIUM_LANGS has been set correctly. +chromium_remove_language_paks() { + local lang pak + + # Look for missing pak files. + for lang in ${CHROMIUM_LANGS}; do + if [[ ! -e ${lang}.pak ]]; then + # https://bugs.gentoo.org/583762 + if [[ ${lang} != sr-ME || ! -e me.pak ]]; then + eqawarn "L10N warning: no .pak file for ${lang} (${lang}.pak not found)" + fi + fi + done + + # Bug 588198 + rm -f fake-bidi.pak || die + + # Look for extra pak files. + # Remove pak files that the user does not want. + for pak in *.pak; do + lang=${pak%.pak} + + if [[ ${lang} == en-US ]]; then + continue + fi + + # https://bugs.gentoo.org/583762 + if [[ ${lang} == me ]]; then + if ! has sr-ME ${CHROMIUM_LANGS}; then + eqawarn "L10N warning: no sr-ME in LANGS" + elif ! use l10n_sr-ME; then + rm "${pak}" || die + fi + continue + fi + + if ! has ${lang} ${CHROMIUM_LANGS}; then + eqawarn "L10N warning: no ${lang} in LANGS" + continue + fi + if ! use l10n_${lang}; then + rm "${pak}" || die + fi + done +} + +chromium_pkg_die() { + if [[ "${EBUILD_PHASE}" != "compile" ]]; then + return + fi + + # Prevent user problems like bug #348235. + eshopts_push -s extglob + if is-flagq '-g?(gdb)?([1-9])'; then + ewarn + ewarn "You have enabled debug info (i.e. -g or -ggdb in your CFLAGS/CXXFLAGS)." + ewarn "This produces very large build files causes the linker to consume large" + ewarn "amounts of memory." + ewarn + ewarn "Please try removing -g{,gdb} before reporting a bug." + ewarn + fi + eshopts_pop + + # ccache often causes bogus compile failures, especially when the cache gets + # corrupted. + if has ccache ${FEATURES}; then + ewarn + ewarn "You have enabled ccache. Please try disabling ccache" + ewarn "before reporting a bug." + ewarn + fi + + # No ricer bugs. + if use_if_iuse custom-cflags; then + ewarn + ewarn "You have enabled the custom-cflags USE flag." + ewarn "Please disable it before reporting a bug." + ewarn + fi + + # If the system doesn't have enough memory, the compilation is known to + # fail. Print info about memory to recognize this condition. + einfo + einfo "$(grep MemTotal /proc/meminfo)" + einfo "$(grep SwapTotal /proc/meminfo)" + einfo +} + +# @VARIABLE: EGYP_CHROMIUM_COMMAND +# @DESCRIPTION: +# Path to the gyp_chromium script. +: ${EGYP_CHROMIUM_COMMAND:=build/gyp_chromium} + +# @VARIABLE: EGYP_CHROMIUM_DEPTH +# @DESCRIPTION: +# Depth for egyp_chromium. +: ${EGYP_CHROMIUM_DEPTH:=.} + +# @FUNCTION: egyp_chromium +# @USAGE: [gyp arguments] +# @DESCRIPTION: +# Calls EGYP_CHROMIUM_COMMAND with depth EGYP_CHROMIUM_DEPTH and given +# arguments. The full command line is echoed for logging. +egyp_chromium() { + set -- "${EGYP_CHROMIUM_COMMAND}" --depth="${EGYP_CHROMIUM_DEPTH}" "$@" + echo "$@" + "$@" +} + +# @FUNCTION: gyp_use +# @USAGE: [GYP flag] [true suffix] [false suffix] +# @DESCRIPTION: +# If USE flag is set, echo -D[GYP flag]=[true suffix]. +# +# If USE flag is not set, echo -D[GYP flag]=[false suffix]. +# +# [GYP flag] defaults to use_[USE flag] with hyphens converted to underscores. +# +# [true suffix] defaults to 1. [false suffix] defaults to 0. +gyp_use() { + local gypflag="-D${2:-use_${1//-/_}}=" + usex "$1" "${gypflag}" "${gypflag}" "${3-1}" "${4-0}" +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/chromium.eclass b/sdk_container/src/third_party/portage-stable/eclass/chromium.eclass index ae6a84bc46..5513115814 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/chromium.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/chromium.eclass @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# DEPRECATED +# This eclass has been deprecated and should not be used by any new ebuilds. + +# @DEAD + # @ECLASS: chromium.eclass # @MAINTAINER: # Chromium Herd @@ -11,6 +16,8 @@ inherit eutils fdo-mime gnome2-utils linux-info +eqawarn "chromium.eclass is deprecated" + if [[ ${CHROMIUM_EXPORT_PHASES} != no ]]; then EXPORT_FUNCTIONS pkg_preinst pkg_postinst pkg_postrm fi @@ -64,23 +71,11 @@ if [[ ${CHROMIUM_LANGS} ]]; then fi _chromium_crlang() { - local x - for x in "$@"; do - case $x in - es_LA) echo es-419 ;; - *) echo "${x/_/-}" ;; - esac - done + echo "${@/_/-}" } _chromium_syslang() { - local x - for x in "$@"; do - case $x in - es-419) echo es_LA ;; - *) echo "${x/-/_}" ;; - esac - done + echo "${@/-/_}" } _chromium_strip_pak() { diff --git a/sdk_container/src/third_party/portage-stable/eclass/cmake-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/cmake-utils.eclass index 5f7bb8162d..b1d499c583 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/cmake-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/cmake-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -57,7 +57,7 @@ _CMAKE_UTILS_ECLASS=1 # @ECLASS-VARIABLE: CMAKE_MIN_VERSION # @DESCRIPTION: # Specify the minimum required CMake version. -: ${CMAKE_MIN_VERSION:=2.8.12} +: ${CMAKE_MIN_VERSION:=3.6.3} # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES # @DESCRIPTION: @@ -87,7 +87,6 @@ _CMAKE_UTILS_ECLASS=1 # Warn about variables that are declared on the command line # but not used. Might give false-positives. # "no" to disable (default) or anything else to enable. -: ${CMAKE_WARN_UNUSED_CLI:=no} # @ECLASS-VARIABLE: PREFIX # @DESCRIPTION: @@ -113,11 +112,12 @@ _CMAKE_UTILS_ECLASS=1 # Should be set by user in a per-package basis in /etc/portage/package.env. case ${EAPI} in - 2|3|4|5|6) : ;; + 2|4|5) : ${CMAKE_WARN_UNUSED_CLI:=no} ;; + 6) : ${CMAKE_WARN_UNUSED_CLI:=yes} ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac -inherit toolchain-funcs multilib flag-o-matic eutils versionator +inherit toolchain-funcs multilib flag-o-matic eutils multiprocessing versionator EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install @@ -161,7 +161,7 @@ _cmake_use_me_now() { local arg=$2 [[ ! -z $3 ]] && arg=$3 - [[ ${EAPI} == [2345] ]] || die "${FUNCNAME[1]} is banned in EAPI 6 and later: use -D$1${arg}=\"\$(usex $2)\" instead" + [[ ${EAPI} == [2345] ]] || die "${FUNCNAME[1]} is banned in EAPI 6 and later: use -D$1=\"\$(usex $2)\" instead" local uper capitalised x [[ -z $2 ]] && die "cmake-utils_use-$1 []" @@ -184,7 +184,7 @@ _cmake_use_me_now_inverted() { [[ ! -z $3 ]] && arg=$3 if [[ ${EAPI} != [2345] && "${FUNCNAME[1]}" != cmake-utils_use_find_package ]] ; then - die "${FUNCNAME[1]} is banned in EAPI 6 and later: use -D$1${arg}=\"\$(usex $2)\" instead" + die "${FUNCNAME[1]} is banned in EAPI 6 and later: use -D$1=\"\$(usex $2)\" instead" fi local uper capitalised x @@ -242,7 +242,7 @@ _cmake_generator_to_use() { ninja) # if ninja is enabled but not installed, the build could fail # this could happen if ninja is manually enabled (eg. make.conf) but not installed - if ! has_version dev-util/ninja; then + if ! ROOT=/ has_version dev-util/ninja; then die "CMAKE_MAKEFILE_GENERATOR is set to ninja, but ninja is not installed. Please install dev-util/ninja or unset CMAKE_MAKEFILE_GENERATOR." fi generator_name="Ninja" @@ -262,15 +262,18 @@ _cmake_generator_to_use() { # @FUNCTION: cmake_comment_add_subdirectory # @USAGE: # @DESCRIPTION: -# Comment out an add_subdirectory call in CMakeLists.txt in the current directory +# Comment out one or more add_subdirectory calls in CMakeLists.txt in the current directory cmake_comment_add_subdirectory() { if [[ -z ${1} ]]; then - die "comment_add_subdirectory must be passed the directory name to comment" + die "comment_add_subdirectory must be passed at least one directory name to comment" fi if [[ -e "CMakeLists.txt" ]]; then - sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${1//\//\\/}[[:space:]]*)/I s/^/#DONOTCOMPILE /" \ - -i CMakeLists.txt || die "failed to comment add_subdirectory(${1})" + local d + for d in $@; do + sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${d//\//\\/}[[:space:]]*)/I s/^/#DONOTCOMPILE /" \ + -i CMakeLists.txt || die "failed to comment add_subdirectory(${d})" + done fi } @@ -514,22 +517,34 @@ enable_cmake-utils_src_configure() { includes="" fi cat > "${build_rules}" <<- _EOF_ || die - SET (CMAKE_AR $(type -P $(tc-getAR)) CACHE FILEPATH "Archive manager" FORCE) - SET (CMAKE_ASM_COMPILE_OBJECT " ${includes} ${CFLAGS} -o -c " CACHE STRING "ASM compile command" FORCE) + SET (CMAKE_ASM_COMPILE_OBJECT " ${includes} ${CPPFLAGS} -o -c " CACHE STRING "ASM compile command" FORCE) SET (CMAKE_C_COMPILE_OBJECT " ${includes} ${CPPFLAGS} -o -c " CACHE STRING "C compile command" FORCE) SET (CMAKE_CXX_COMPILE_OBJECT " ${includes} ${CPPFLAGS} -o -c " CACHE STRING "C++ compile command" FORCE) SET (CMAKE_Fortran_COMPILE_OBJECT " ${includes} ${FCFLAGS} -o -c " CACHE STRING "Fortran compile command" FORCE) - SET (CMAKE_RANLIB $(type -P $(tc-getRANLIB)) CACHE FILEPATH "Archive index generator" FORCE) - SET (PKG_CONFIG_EXECUTABLE $(type -P $(tc-getPKG_CONFIG)) CACHE FILEPATH "pkg-config executable" FORCE) _EOF_ + local myCC=$(tc-getCC) myCXX=$(tc-getCXX) myFC=$(tc-getFC) + + # !!! IMPORTANT NOTE !!! + # Single slash below is intentional. CMake is weird and wants the + # CMAKE_*_VARIABLES split into two elements: the first one with + # compiler path, and the second one with all command-line options, + # space separated. local toolchain_file=${BUILD_DIR}/gentoo_toolchain.cmake cat > ${toolchain_file} <<- _EOF_ || die - SET (CMAKE_C_COMPILER $(tc-getCC)) - SET (CMAKE_CXX_COMPILER $(tc-getCXX)) - SET (CMAKE_Fortran_COMPILER $(tc-getFC)) + SET (CMAKE_ASM_COMPILER "${myCC/ /;}") + SET (CMAKE_C_COMPILER "${myCC/ /;}") + SET (CMAKE_CXX_COMPILER "${myCXX/ /;}") + SET (CMAKE_Fortran_COMPILER "${myFC/ /;}") + SET (CMAKE_AR $(type -P $(tc-getAR)) CACHE FILEPATH "Archive manager" FORCE) + SET (CMAKE_RANLIB $(type -P $(tc-getRANLIB)) CACHE FILEPATH "Archive index generator" FORCE) + SET (CMAKE_SYSTEM_PROCESSOR "${CHOST%%-*}") _EOF_ + # We are using the C compiler for assembly by default. + local -x ASMFLAGS=${CFLAGS} + local -x PKG_CONFIG=$(tc-getPKG_CONFIG) + if tc-is-cross-compiler; then local sysname case "${KERNEL:-linux}" in @@ -590,11 +605,26 @@ enable_cmake-utils_src_configure() { local common_config=${BUILD_DIR}/gentoo_common_config.cmake local libdir=$(get_libdir) cat > "${common_config}" <<- _EOF_ || die + SET (CMAKE_GENTOO_BUILD ON CACHE BOOL "Indicate Gentoo package build") SET (LIB_SUFFIX ${libdir/lib} CACHE STRING "library path suffix" FORCE) SET (CMAKE_INSTALL_LIBDIR ${libdir} CACHE PATH "Output directory for libraries") _EOF_ [[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo 'SET (CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "pretty colors during make" FORCE)' >> "${common_config}" + # Wipe the default optimization flags out of CMake + if [[ ${CMAKE_BUILD_TYPE} != Gentoo ]] && ! has "${EAPI}" 2 3 4 5; then + cat >> ${common_config} <<- _EOF_ || die + SET (CMAKE_ASM_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + SET (CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + SET (CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + SET (CMAKE_Fortran_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + SET (CMAKE_EXE_LINKER_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + SET (CMAKE_MODULE_LINKER_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + SET (CMAKE_SHARED_LINKER_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + SET (CMAKE_STATIC_LINKER_FLAGS_${CMAKE_BUILD_TYPE^^} "" CACHE STRING "") + _EOF_ + fi + # Convert mycmakeargs to an array, for backwards compatibility # Make the array a local variable since <=portage-2.1.6.x does not # support global arrays (see bug #297255). @@ -628,7 +658,7 @@ enable_cmake-utils_src_configure() { -DCMAKE_INSTALL_PREFIX="${EPREFIX}${PREFIX}" "${mycmakeargs_local[@]}" -DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" - -DCMAKE_INSTALL_DO_STRIP=OFF + $([[ ${EAPI} == [2345] ]] && echo -DCMAKE_INSTALL_DO_STRIP=OFF) -DCMAKE_USER_MAKE_RULES_OVERRIDE="${build_rules}" -DCMAKE_TOOLCHAIN_FILE="${toolchain_file}" "${MYCMAKEARGS}" @@ -659,14 +689,30 @@ _ninjaopts_from_makeopts() { set -- ${MAKEOPTS} while (( $# )); do case $1 in - -j|-l|-k) - ninjaopts+=( $1 $2 ) - shift 2 + -j|-l) + if [[ $# -eq 1 || $2 == -* ]]; then + if [[ $1 == -j ]]; then + # absurdly high job limit + ninjaopts+=( $1 9999 ) + else # -l + # remove load limit (like make does for -l) + ninjaopts+=( $1 0 ) + fi + shift 1 + else + ninjaopts+=( $1 $2 ) + shift 2 + fi ;; - -j*|-l*|-k*) + -j*|-l*) ninjaopts+=( $1 ) shift 1 ;; + -k) + # -k 0 = any number of tasks can fail + ninjaopts+=( $1 0 ) + shift 1 + ;; *) shift ;; esac done @@ -735,7 +781,9 @@ enable_cmake-utils_src_test() { [[ -n ${TEST_VERBOSE} ]] && myctestargs+=( --extra-verbose --output-on-failure ) - if ctest "${myctestargs[@]}" "$@" ; then + set -- ctest -j "$(makeopts_jobs)" --test-load "$(makeopts_loadavg)" "${myctestargs[@]}" "$@" + echo "$@" >&2 + if "$@" ; then einfo "Tests succeeded." popd > /dev/null || die return 0 diff --git a/sdk_container/src/third_party/portage-stable/eclass/common-lisp-common-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/common-lisp-common-2.eclass deleted file mode 100644 index 49fa9503fb..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/common-lisp-common-2.eclass +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# Author Matthew Kennedy -# -# Sundry code common to many Common Lisp related ebuilds. - -# Some handy constants - -inherit eutils multilib - -CLSOURCEROOT=/usr/share/common-lisp/source/ -CLSYSTEMROOT=/usr/share/common-lisp/systems/ - -# Many of our Common Lisp ebuilds are either inspired by, or actually -# use packages and files from the Debian project's archives. - -do-debian-credits() { - docinto debian - for i in copyright README.Debian changelog; do - test -f $i && dodoc "${S}"/debian/${i} - done - docinto . -} - -# BIG FAT HACK: Since the Portage emerge step kills file timestamp -# information, we need to compensate by ensuring all FASL files are -# more recent than their source files. - -# The following `impl-*-timestamp-hack' functions SHOULD NOT be used -# outside of this eclass. - -impl-save-timestamp-hack() { - local impl=$1 - dodir /usr/share/${impl} - tar cpjf "${D}"/usr/share/${impl}/portage-timestamp-compensate -C "${D}"/usr/$(get_libdir)/${impl} . -} - -impl-restore-timestamp-hack() { - local impl=$1 - tar xjpfo /usr/share/${impl}/portage-timestamp-compensate -C /usr/$(get_libdir)/${impl} -} - -impl-remove-timestamp-hack() { - local impl=$1 - rm -rf /usr/$(get_libdir)/${impl} &>/dev/null || true -} - -standard-impl-postinst() { - local impl=$1 - unregister-common-lisp-implementation cmucl - case ${impl} in - cmucl|sbcl) - impl-restore-timestamp-hack ${impl} - ;; - *) - ;; - esac - register-common-lisp-implementation ${impl} -} - -standard-impl-postrm() { - local impl=$1 impl_binary=$2 - if [ ! -x ${impl_binary} ]; then - case ${impl} in - cmucl|sbcl) - impl-remove-timestamp-hack ${impl} - ;; - *) - ;; - esac - rm -rf /var/cache/common-lisp-controller/*/${impl} - fi -} - -# Local Variables: *** -# mode: shell-script *** -# tab-width: 4 *** -# End: *** diff --git a/sdk_container/src/third_party/portage-stable/eclass/common-lisp-common-3.eclass b/sdk_container/src/third_party/portage-stable/eclass/common-lisp-common-3.eclass deleted file mode 100644 index f8d62cdd54..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/common-lisp-common-3.eclass +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# Author Matthew Kennedy -# -# Sundry code common to many Common Lisp related ebuilds. Some -# implementation use the Portage time stamp hack to ensure their -# installed files have the right modification time relative to each -# other. - -inherit eutils multilib - -CLSOURCEROOT=/usr/share/common-lisp/source/ -CLSYSTEMROOT=/usr/share/common-lisp/systems/ - -# Many of our Common Lisp ebuilds are either inspired by, or actually -# use packages and files from the Debian project's archives. - -do-debian-credits() { - docinto debian - for i in copyright README.Debian changelog; do - test -f $i && dodoc "${S}"/debian/${i} - done - docinto . -} - -# BIG FAT HACK: Since the Portage emerge step kills file timestamp -# information, we need to compensate by ensuring all FASL files are -# more recent than their source files. - -# The following `impl-*-timestamp-hack' functions SHOULD NOT be used -# outside of this eclass. - -# Bug https://bugs.gentoo.org/show_bug.cgi?id=16162 should remove the -# need for this hack. - -impl-save-timestamp-hack() { - local impl=$1 - dodir /usr/share/${impl} - tar cpjf "${D}"/usr/share/${impl}/portage-timestamp-compensate -C "${D}"/usr/$(get_libdir)/${impl} . -} - -impl-restore-timestamp-hack() { - local impl=$1 - tar xjpfo /usr/share/${impl}/portage-timestamp-compensate -C /usr/$(get_libdir)/${impl} -} - -impl-remove-timestamp-hack() { - local impl=$1 - rm -rf /usr/$(get_libdir)/${impl} &>/dev/null || true -} - -standard-impl-postinst() { - local impl=$1 - case ${impl} in - cmucl|sbcl) - impl-restore-timestamp-hack ${impl} - ;; - *) - ;; - esac -} - -standard-impl-postrm() { - local impl=$1 impl_binary=$2 - if [ ! -x ${impl_binary} ]; then - case ${impl} in - cmucl|sbcl) - impl-remove-timestamp-hack ${impl} - ;; - *) - ;; - esac - rm -rf /var/cache/common-lisp-controller/*/${impl} - fi -} - -# Local Variables: *** -# mode: shell-script *** -# tab-width: 4 *** -# End: *** diff --git a/sdk_container/src/third_party/portage-stable/eclass/cuda.eclass b/sdk_container/src/third_party/portage-stable/eclass/cuda.eclass index f8d7188a9b..79763e1d10 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/cuda.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/cuda.eclass @@ -31,7 +31,7 @@ if [[ -z ${_CUDA_ECLASS} ]]; then # @FUNCTION: cuda_gccdir # @USAGE: [-f] -# @RETURN: gcc bindir compatible with current cuda, optionally (-f) prefixed with "--compiler-bindir=" +# @RETURN: gcc bindir compatible with current cuda, optionally (-f) prefixed with "--compiler-bindir " # @DESCRIPTION: # Helper for determination of the latest gcc bindir supported by # then current nvidia cuda toolkit. @@ -39,7 +39,7 @@ if [[ -z ${_CUDA_ECLASS} ]]; then # Example: # @CODE # cuda_gccdir -f -# -> --compiler-bindir="/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3" +# -> --compiler-bindir "/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3" # @CODE cuda_gccdir() { debug-print-function ${FUNCNAME} "$@" @@ -47,7 +47,7 @@ cuda_gccdir() { local gcc_bindir ver args="" flag ret # Currently we only support the gnu compiler suite - if [[ $(tc-getCXX) != *g++* ]]; then + if ! tc-is-gcc ; then ewarn "Currently we only support the gnu compiler suite" return 2 fi @@ -55,7 +55,7 @@ cuda_gccdir() { while [ "$1" ]; do case $1 in -f) - flag="--compiler-bindir=" + flag="--compiler-bindir " ;; *) ;; @@ -110,7 +110,7 @@ cuda_sanitize() { NVCCFLAGS+=" $(cuda_gccdir -f)" # Tell nvcc which flags should be used for underlying C compiler - NVCCFLAGS+=" --compiler-options=\"${CXXFLAGS}\" --linker-options=\"${rawldflags// /,}\"" + NVCCFLAGS+=" --compiler-options \"${CXXFLAGS}\" --linker-options \"${rawldflags// /,}\"" debug-print "Using ${NVCCFLAGS} for cuda" export NVCCFLAGS diff --git a/sdk_container/src/third_party/portage-stable/eclass/depend.apache.eclass b/sdk_container/src/third_party/portage-stable/eclass/depend.apache.eclass index 22a8216a02..3840a375e7 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/depend.apache.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/depend.apache.eclass @@ -40,7 +40,16 @@ # } # @CODE -inherit multilib +case ${EAPI:-0} in + 0|2|3|4|5) + inherit multilib + ;; + 6) + ;; + *) + die "EAPI=${EAPI} is not supported by depend.apache.eclass" + ;; +esac # ============================================================================== # INTERNAL VARIABLES @@ -69,7 +78,8 @@ inherit multilib # @ECLASS-VARIABLE: APACHE_BASEDIR # @DESCRIPTION: # Path to the server root directory. -# This variable is set by the want/need_apache functions. +# This variable is set by the want/need_apache functions (EAPI=0 through 5) +# or depend.apache_pkg_setup (EAPI=6 and later). # @ECLASS-VARIABLE: APACHE_CONFDIR # @DESCRIPTION: @@ -89,7 +99,8 @@ inherit multilib # @ECLASS-VARIABLE: APACHE_MODULESDIR # @DESCRIPTION: # Path where we install modules. -# This variable is set by the want/need_apache functions. +# This variable is set by the want/need_apache functions (EAPI=0 through 5) +# or depend.apache_pkg_setup (EAPI=6 and later). # @ECLASS-VARIABLE: APACHE_DEPEND # @DESCRIPTION: @@ -122,14 +133,23 @@ _init_apache2() { # WARNING: Do not use these variables with anything that is put # into the dependency cache (DEPEND/RDEPEND/etc) APACHE_VERSION="2" - APXS="/usr/sbin/apxs2" + APXS="/usr/bin/apxs" APACHE_BIN="/usr/sbin/apache2" APACHE_CTL="/usr/sbin/apache2ctl" APACHE_INCLUDEDIR="/usr/include/apache2" - APACHE_BASEDIR="/usr/$(get_libdir)/apache2" APACHE_CONFDIR="/etc/apache2" APACHE_MODULES_CONFDIR="${APACHE_CONFDIR}/modules.d" APACHE_VHOSTS_CONFDIR="${APACHE_CONFDIR}/vhosts.d" + + case ${EAPI:-0} in + 0|2|3|4|5) + _init_apache2_late + ;; + esac +} + +_init_apache2_late() { + APACHE_BASEDIR="/usr/$(get_libdir)/apache2" APACHE_MODULESDIR="${APACHE_BASEDIR}/modules" } @@ -156,13 +176,28 @@ depend.apache_pkg_setup() { fi local myiuse=${1:-apache2} - if has ${myiuse} ${IUSE}; then - if use ${myiuse}; then - _init_apache2 - else - _init_no_apache - fi - fi + + case ${EAPI:-0} in + 0|2|3|4|5) + if has ${myiuse} ${IUSE}; then + if use ${myiuse}; then + _init_apache2 + else + _init_no_apache + fi + fi + ;; + *) + if in_iuse ${myiuse}; then + if use ${myiuse}; then + _init_apache2 + _init_apache2_late + else + _init_no_apache + fi + fi + ;; + esac } # @FUNCTION: want_apache @@ -210,6 +245,23 @@ want_apache2_2() { RDEPEND="${RDEPEND} ${myiuse}? ( ${APACHE2_2_DEPEND} )" } +# @FUNCTION: want_apache2_4 +# @USAGE: [myiuse] +# @DESCRIPTION: +# An ebuild calls this to get the dependency information for optional +# apache-2.4.x support. If the myiuse parameter is not given it defaults to +# apache2. +# An ebuild should additionally call depend.apache_pkg_setup() in pkg_setup() +# with the same myiuse parameter. +want_apache2_4() { + debug-print-function $FUNCNAME $* + + local myiuse=${1:-apache2} + IUSE="${IUSE} ${myiuse}" + DEPEND="${DEPEND} ${myiuse}? ( ${APACHE2_4_DEPEND} )" + RDEPEND="${RDEPEND} ${myiuse}? ( ${APACHE2_4_DEPEND} )" +} + # @FUNCTION: need_apache # @DESCRIPTION: # An ebuild calls this to get the dependency information for apache. @@ -275,7 +327,13 @@ has_apache() { has_apache_threads() { debug-print-function $FUNCNAME $* - if ! built_with_use www-servers/apache threads; then + case ${EAPI:-0} in + 0|1) + die "depend.apache.eclass: has_apache_threads is not supported for EAPI=${EAPI:-0}" + ;; + esac + + if ! has_version 'www-servers/apache[threads]'; then return fi @@ -298,14 +356,20 @@ has_apache_threads() { has_apache_threads_in() { debug-print-function $FUNCNAME $* - if ! built_with_use www-servers/apache threads; then + case ${EAPI:-0} in + 0|1) + die "depend.apache.eclass: has_apache_threads_in is not supported for EAPI=${EAPI:-0}" + ;; + esac + + if ! has_version 'www-servers/apache[threads]'; then return fi local myforeign="$1" local myflag="${2:-threads}" - if ! built_with_use ${myforeign} ${myflag}; then + if ! has_version "${myforeign}[${myflag}]"; then echo eerror "You need to enable USE flag '${myflag}' in ${myforeign} to" eerror "build a thread-safe version of ${CATEGORY}/${PN} for use" diff --git a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass index 7965e9106a..68151afae5 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -80,7 +80,7 @@ esac if [[ ! ${_DISTUTILS_R1} ]]; then [[ ${EAPI} == [45] ]] && inherit eutils -inherit toolchain-funcs +inherit toolchain-funcs xdg-utils if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then inherit multiprocessing python-r1 @@ -242,10 +242,19 @@ esetup.py() { local die_args=() [[ ${EAPI} != [45] ]] && die_args+=( -n ) + [[ ${BUILD_DIR} ]] && _distutils-r1_create_setup_cfg + set -- "${PYTHON:-python}" setup.py "${mydistutilsargs[@]}" "${@}" echo "${@}" >&2 - "${@}" || die "${die_args[@]}" || return ${?} + "${@}" || die "${die_args[@]}" + local ret=${?} + + if [[ ${BUILD_DIR} ]]; then + rm "${HOME}"/.pydistutils.cfg || die "${die_args[@]}" + fi + + return ${ret} } # @FUNCTION: distutils_install_for_testing @@ -315,11 +324,13 @@ _distutils-r1_disable_ez_setup() { distutils-r1_python_prepare_all() { debug-print-function ${FUNCNAME} "${@}" - if [[ ${EAPI} != [45] ]]; then - default - else - [[ ${PATCHES} ]] && epatch "${PATCHES[@]}" - epatch_user + if [[ ! ${DISTUTILS_OPTIONAL} ]]; then + if [[ ${EAPI} != [45] ]]; then + default + else + [[ ${PATCHES} ]] && epatch "${PATCHES[@]}" + epatch_user + fi fi # by default, use in-source build if python_prepare() is used @@ -381,9 +392,6 @@ _distutils-r1_create_setup_cfg() { # make the ebuild writer lives easier build-scripts = %(build-base)s/scripts - [egg_info] - egg-base = ${BUILD_DIR} - # this is needed by distutils_install_for_testing since # setuptools like to create .egg files for install --home. [bdist_egg] @@ -434,7 +442,6 @@ _distutils-r1_copy_egg_info() { distutils-r1_python_compile() { debug-print-function ${FUNCNAME} "${@}" - _distutils-r1_create_setup_cfg _distutils-r1_copy_egg_info esetup.py build "${@}" @@ -509,9 +516,6 @@ distutils-r1_python_install() { # enable compilation for the install phase. local -x PYTHONDONTWRITEBYTECODE= - # re-create setup.cfg with install paths - _distutils-r1_create_setup_cfg - # python likes to compile any module it sees, which triggers sandbox # failures if some packages haven't compiled their modules yet. addpredict "${EPREFIX}/usr/$(get_libdir)/${EPYTHON}" @@ -553,8 +557,8 @@ distutils-r1_python_install() { done fi - local root=${D}/_${EPYTHON} - [[ ${DISTUTILS_SINGLE_IMPL} ]] && root=${D} + local root=${D%/}/_${EPYTHON} + [[ ${DISTUTILS_SINGLE_IMPL} ]] && root=${D%/} esetup.py install --root="${root}" "${args[@]}" @@ -588,9 +592,11 @@ distutils-r1_python_install_all() { if declare -p EXAMPLES &>/dev/null; then [[ ${EAPI} != [45] ]] && die "EXAMPLES are banned in EAPI ${EAPI}" - local INSDESTTREE=/usr/share/doc/${PF}/examples - doins -r "${EXAMPLES[@]}" - docompress -x "${INSDESTTREE}" + ( + docinto examples + dodoc -r "${EXAMPLES[@]}" + ) + docompress -x "/usr/share/doc/${PF}/examples" fi _DISTUTILS_DEFAULT_CALLED=1 @@ -628,12 +634,6 @@ distutils-r1_run_phase() { # in the sys.path_importer_cache) mkdir -p "${BUILD_DIR}/lib" || die - # We need separate home for each implementation, for .pydistutils.cfg. - if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then - local -x HOME=${HOME}/${EPYTHON} - mkdir -p "${HOME}" || die - fi - # Set up build environment, bug #513664. local -x AR=${AR} CC=${CC} CPP=${CPP} CXX=${CXX} tc-export AR CC CPP CXX @@ -746,6 +746,7 @@ distutils-r1_src_prepare() { distutils-r1_src_configure() { python_export_utf8_locale + xdg_environment_reset # Bug 577704 if declare -f python_configure >/dev/null; then _distutils-r1_run_foreach_impl python_configure diff --git a/sdk_container/src/third_party/portage-stable/eclass/enlightenment.eclass b/sdk_container/src/third_party/portage-stable/eclass/enlightenment.eclass index 1b04f467a7..99c610159b 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/enlightenment.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/enlightenment.eclass @@ -29,12 +29,10 @@ E_ECONF=() # E_STATE's: # release [default] -# KEYWORDS arch # SRC_URI $P.tar.gz # S $WORKDIR/$P # # snap $PV has .200##### datestamp or .### counter -# KEYWORDS ~arch # SRC_URI $P.tar.bz2 # S $WORKDIR/$P # @@ -113,11 +111,6 @@ fi LICENSE="BSD" SLOT="0" -case ${EKEY_STATE:-${E_STATE}} in - release) KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris";; - snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris";; - live) KEYWORDS="";; -esac IUSE="nls doc" DEPEND="doc? ( app-doc/doxygen ) diff --git a/sdk_container/src/third_party/portage-stable/eclass/eutils.eclass b/sdk_container/src/third_party/portage-stable/eclass/eutils.eclass index 0004c2cd76..b55f50613e 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/eutils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/eutils.eclass @@ -595,6 +595,8 @@ epatch() { : $(( count++ )) done + (( EPATCH_N_APPLIED_PATCHES++ )) + # if we had to decompress the patch, delete the temp one if [[ -n ${PIPE_CMD} ]] ; then rm -f "${PATCH_TARGET}" @@ -689,7 +691,7 @@ edos2unix() { # a full path to an icon # type: what kind of application is this? # for categories: -# http://standards.freedesktop.org/menu-spec/latest/apa.html +# https://specifications.freedesktop.org/menu-spec/latest/apa.html # if unset, function tries to guess from package's category # fields: extra fields to append to the desktop file; a printf string # @CODE @@ -1060,7 +1062,7 @@ _iconins() { # !!! must specify to install into /usr/share/icons/... !!! # size of the icon, like 48 or 48x48 # supported icon sizes are: -# 16 22 24 32 36 48 64 72 96 128 192 256 scalable +# 16 22 24 32 36 48 64 72 96 128 192 256 512 scalable # -c, --context # defaults to "apps" # -t, --theme @@ -1618,8 +1620,6 @@ optfeature() { fi } -fi - check_license() { die "you no longer need this as portage supports ACCEPT_LICENSE itself" } @@ -1736,13 +1736,17 @@ epatch_user() { [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${CHOST}/${check} [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${check} if [[ -d ${EPATCH_SOURCE} ]] ; then + local old_n_applied_patches=${EPATCH_N_APPLIED_PATCHES:-0} EPATCH_SOURCE=${EPATCH_SOURCE} \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ EPATCH_MULTI_MSG="Applying user patches from ${EPATCH_SOURCE} ..." \ epatch echo "${EPATCH_SOURCE}" > "${applied}" - has epatch_user_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS+=" epatch_user_death_notice" + if [[ ${old_n_applied_patches} -lt ${EPATCH_N_APPLIED_PATCHES} ]]; then + has epatch_user_death_notice ${EBUILD_DEATH_HOOKS} || \ + EBUILD_DEATH_HOOKS+=" epatch_user_death_notice" + fi return 0 fi done @@ -1839,3 +1843,5 @@ in_iuse() { ;; esac + +fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/flag-o-matic.eclass b/sdk_container/src/third_party/portage-stable/eclass/flag-o-matic.eclass index e0b19e9aaa..57d207b083 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/flag-o-matic.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/flag-o-matic.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,12 +25,12 @@ all-flag-vars() { setup-allowed-flags() { ALLOWED_FLAGS=( -pipe -O '-O[12sg]' -mcpu -march -mtune - '-fstack-protector*' '-fsanitize*' + '-fstack-protector*' '-fsanitize*' '-fstack-check*' -fbounds-check -fbounds-checking -fno-strict-overflow - -fno-PIE -fno-pie -nopie -fno-unit-at-a-time + -fno-PIE -fno-pie -nopie -no-pie -fno-unit-at-a-time -g '-g[0-9]' -ggdb '-ggdb[0-9]' '-gdwarf-*' gstabs -gstabs+ -fno-ident -fpermissive -frecord-gcc-switches - '-fdiagnostics*' + '-fdiagnostics*' '-fplugin*' '-W*' -w # CPPFLAGS and LDFLAGS @@ -54,7 +54,7 @@ setup-allowed-flags() { -mno-faster-structs -mfaster-structs -m32 -m64 -mx32 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC -mlive-g0 -mcmodel -mstack-bias -mno-stack-bias -msecure-plt '-m*-toc' -mfloat-abi - -mfix-r10000 -mno-fix-r10000 + -mfix-r10000 -mno-fix-r10000 -mthumb -marm # gcc 4.5 -mno-fma4 -mno-movbe -mno-xop -mno-lwp @@ -80,7 +80,16 @@ _filter-hardened() { # thinking about -fPIE. -fPIC|-fpic|-fPIE|-fpie|-Wl,pie|-pie) gcc-specs-pie || continue - is-flagq -nopie || append-flags -nopie;; + if ! is-flagq -nopie && ! is-flagq -no-pie ; then + # Support older Gentoo form first (-nopie) before falling + # back to the official gcc-6+ form (-no-pie). + if test-flags -nopie >/dev/null ; then + append-flags -nopie + else + append-flags -no-pie + fi + fi + ;; -fstack-protector) gcc-specs-ssp || continue is-flagq -fno-stack-protector || append-flags $(test-flags -fno-stack-protector);; @@ -553,27 +562,8 @@ get-flag() { return 1 } -# @FUNCTION: has_m64 -# @DESCRIPTION: -# This doesn't test if the flag is accepted, it tests if the flag actually -# WORKS. Non-multilib gcc will take both -m32 and -m64. If the flag works -# return code is 0, else the return code is 1. has_m64() { - eqawarn "${FUNCNAME}: don't use this anymore" - - # this doesnt test if the flag is accepted, it tests if the flag - # actually -WORKS-. non-multilib gcc will take both -m32 and -m64! - # please dont replace this function with test_flag in some future - # clean-up! - - local temp="$(emktemp)" - echo "int main() { return(0); }" > "${temp}".c - MY_CC=$(tc-getCC) - ${MY_CC/ .*/} -m64 -o "$(emktemp)" "${temp}".c > /dev/null 2>&1 - local ret=$? - rm -f "${temp}".c - [[ ${ret} != 1 ]] && return 0 - return 1 + die "${FUNCNAME}: don't use this anymore" } has_m32() { diff --git a/sdk_container/src/third_party/portage-stable/eclass/font-ebdftopcf.eclass b/sdk_container/src/third_party/portage-stable/eclass/font-ebdftopcf.eclass index 864cfdfc01..334da01c70 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/font-ebdftopcf.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/font-ebdftopcf.eclass @@ -17,9 +17,6 @@ IUSE="X" DEPEND="X? ( media-gfx/ebdftopcf )" RDEPEND="" -use X && FONT_SUFFIX="pcf.gz" -use X || FONT_SUFFIX="bdf" - # # Public functions # @@ -37,6 +34,9 @@ ebdftopcf() { # Public inheritable functions # font-ebdftopcf_src_compile() { + use X && FONT_SUFFIX="pcf.gz" + use X || FONT_SUFFIX="bdf" + if use X; then [ -z "${BDFFILES}" ] && BDFFILES="$(find . -name '*.bdf')" ebdftopcf ${BDFFILES} diff --git a/sdk_container/src/third_party/portage-stable/eclass/fox.eclass b/sdk_container/src/third_party/portage-stable/eclass/fox.eclass index 6ac04c205c..b1f5599429 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/fox.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/fox.eclass @@ -4,7 +4,7 @@ # @ECLASS: fox.eclass # @MAINTAINER: -# mabi@gentoo.org +# maintainer-needed@gentoo.org # @BLURB: Functionality required the FOX Toolkit and it's applications # @DESCRIPTION: # This eclass allows building SLOT-able FOX Toolkit installations @@ -61,7 +61,7 @@ FOX_APPS="adie calculator pathfinder shutterbug" # @DESCRIPTION: # Set this to add additional configuration options during src_configure -DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively" +DESCRIPTION="C++ Toolkit for developing Graphical User Interfaces easily and effectively" HOMEPAGE="http://www.fox-toolkit.org/" SRC_URI="ftp://ftp.fox-toolkit.org/pub/fox-${FOX_PV}.tar.gz" diff --git a/sdk_container/src/third_party/portage-stable/eclass/freebsd.eclass b/sdk_container/src/third_party/portage-stable/eclass/freebsd.eclass index 583d59e305..7741470073 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/freebsd.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/freebsd.eclass @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ # +# @MAINTAINER: +# maintainer-needed@gentoo.org +# @AUTHOR: # Diego Pettenò inherit versionator eutils flag-o-matic bsdmk @@ -99,7 +102,15 @@ doperiodic() { freebsd_get_bmake() { local bmake bmake=$(get_bmake) - [[ ${CBUILD} == *-freebsd* ]] || bmake="${bmake} -m /usr/share/mk/freebsd" + if version_is_at_least 11.0 ${RV} ; then + if [[ ${CBUILD} == *-freebsd* ]] ; then + bmake="${bmake} -m /usr/share/mk/system" + else + bmake="${bmake} -m /usr/share/mk/freebsd/system" + fi + else + [[ ${CBUILD} == *-freebsd* ]] || bmake="${bmake} -m /usr/share/mk/freebsd" + fi echo "${bmake}" } @@ -130,7 +141,13 @@ freebsd_do_patches() { epatch "${x}" done fi - [[ ${#UPSTREAM_PATCHES[@]} -gt 0 ]] && epatch $(freebsd_upstream_patches -s) + + # Upstream patches need to be applied on WORKDIR. + if [[ ${#UPSTREAM_PATCHES[@]} -gt 0 ]] ; then + cd "${WORKDIR}" || die + epatch $(freebsd_upstream_patches -s) + cd "${S}" || die + fi epatch_user } @@ -184,7 +201,9 @@ freebsd_src_unpack() { dummy_mk ${REMOVE_SUBDIRS} freebsd_do_patches - freebsd_rename_libraries + if ! version_is_at_least 11.0 ${RV} ; then + freebsd_rename_libraries + fi # Starting from FreeBSD 9.2, its install command supports the -l option and # they now use it. Emulate it if we are on a system that does not have it. @@ -192,13 +211,45 @@ freebsd_src_unpack() { export INSTALL_LINK="ln -f" export INSTALL_SYMLINK="ln -fs" fi + if version_is_at_least 11.0 ${RV} ; then + export RSYMLINK=" -l s" + fi + + # When CC=clang, force use clang-cpp #478810, #595878 + if [[ $(tc-getCC) == *clang* ]] ; then + if type -P clang-cpp > /dev/null ; then + export CPP=clang-cpp + else + mkdir "${WORKDIR}"/workaround_clang-cpp || die "Could not create ${WORKDIR}/workaround_clang-cpp" + ln -s "$(type -P clang)" "${WORKDIR}"/workaround_clang-cpp/clang-cpp || die "Could not create clang-cpp symlink." + export CPP="${WORKDIR}/workaround_clang-cpp/clang-cpp" + fi + fi + + # Add a special CFLAGS required for multilib support. + use amd64-fbsd && export CFLAGS_x86_fbsd="${CFLAGS_x86_fbsd} -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32" } freebsd_src_compile() { use profile && filter-flags "-fomit-frame-pointer" - use profile || mymakeopts="${mymakeopts} NO_PROFILE= " + if version_is_at_least 11.0 ${RV} ; then + if ! use profile ; then + mymakeopts="${mymakeopts} WITHOUT_PROFILE= " + fi + # Disable debugging info, use FEATURES=splitdebug instead. + mymakeopts="${mymakeopts} WITHOUT_DEBUG_FILES= " + # Test does not support yet. + mymakeopts="${mymakeopts} WITHOUT_TESTS= " + # Force set SRCTOP. + mymakeopts="${mymakeopts} SRCTOP=${WORKDIR} " + # Set common option. + mymakeopts="${mymakeopts} WITHOUT_MANCOMPRESS= WITHOUT_INFOCOMPRESS= " + else + use profile || mymakeopts="${mymakeopts} NO_PROFILE= " + mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= " + fi - mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= NO_FSCHG=" + mymakeopts="${mymakeopts} NO_FSCHG=" # Make sure to use FreeBSD definitions while crosscompiling [[ -z "${BMAKE}" ]] && BMAKE="$(freebsd_get_bmake)" @@ -257,11 +308,26 @@ freebsd_multilib_multibuild_wrapper() { } freebsd_src_install() { - use profile || mymakeopts="${mymakeopts} NO_PROFILE= " + if version_is_at_least 11.0 ${RV} ; then + if ! use profile ; then + mymakeopts="${mymakeopts} WITHOUT_PROFILE= " + fi + # Disable debugging info, use FEATURES=splitdebug instead. + mymakeopts="${mymakeopts} WITHOUT_DEBUG_FILES= " + # Test does not support yet. + mymakeopts="${mymakeopts} WITHOUT_TESTS= " + # Force set SRCTOP. + mymakeopts="${mymakeopts} SRCTOP=${WORKDIR} " + # Set common option. + mymakeopts="${mymakeopts} WITHOUT_MANCOMPRESS= WITHOUT_INFOCOMPRESS= " + else + use profile || mymakeopts="${mymakeopts} NO_PROFILE= " + mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= " + fi - mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= NO_FSCHG=" + mymakeopts="${mymakeopts} NO_FSCHG=" [[ -z "${BMAKE}" ]] && BMAKE="$(freebsd_get_bmake)" - bsdmk_src_install + bsdmk_src_install "$@" } diff --git a/sdk_container/src/third_party/portage-stable/eclass/games-mods.eclass b/sdk_container/src/third_party/portage-stable/eclass/games-mods.eclass index 2e9c7cc3ad..21297c1678 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/games-mods.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/games-mods.eclass @@ -197,7 +197,7 @@ games-mods_dosyms() { games-mods_make_initd() { cat < "${T}"/${MOD_DED_BIN} -#!/sbin/runscript +#!/sbin/openrc-run $(head -n 2 ${PORTDIR}/header.txt) # Generated by games-mods.eclass diff --git a/sdk_container/src/third_party/portage-stable/eclass/gdesklets.eclass b/sdk_container/src/third_party/portage-stable/eclass/gdesklets.eclass deleted file mode 100644 index 378dd1386c..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/gdesklets.eclass +++ /dev/null @@ -1,165 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# @ECLASS: gdesklets.eclass -# @MAINTAINER: -# gdesklets@gentoo.org -# @AUTHOR: -# Original author: Joe Sapp -# Original author: Mike Gardiner -# @BLURB: Installation functions for Desklets and Controls supported by gDesklets -# @DESCRIPTION: -# The gdesklets eclass provides a simple way to create ebuilds for -# globally installing desktop applets ("Desklets") and supporting code -# ("Controls") used in the gDesklets framework (provided by -# gnome-extra/gdesklets-core) -# -# This eclass assumes a package following the instructions at -# http://gdesklets.de/index.php?q=node/2 . Specifically, the package -# should be a Desklet or Control ONLY (and *not* a Sensor). You -# technically could have an ebuild that works around this limitation, -# but no new packages should be added to the tree that do this (mainly -# for ease of maintenance). - -# @ECLASS-VARIABLE: DESKLET_NAME -# @DESCRIPTION: -# *Optional* The name of the Desklet, if the package is one. The -# default is to assume a Desklet with the name being ${PN} without the -# "desklet-" prefix. - -# @ECLASS-VARIABLE: CONTROL_NAME -# @DESCRIPTION: -# *Optional* The name of the Control, if the package is one. - -# @ECLASS-VARIABLE: DOCS -# @DESCRIPTION: -# Anything (like a README) that should be dodoc'd. - -# @ECLASS-VARIABLE: SLOT -# @DESCRIPTION: -# Set only if the package is a Control and it provides a different -# interface (i.e. expands to a different install directory) than a -# previous version. - -inherit eutils multilib python - -if [[ -n "${CONTROL_NAME}" ]]; then - debug-print "Looking for a Control named \"${CONTROL_NAME}\"" - MY_PN="${CONTROL_NAME}" - SRC_URI="http://gdesklets.de/files/controls/${MY_PN}/${MY_PN}-${PV}.tar.gz" - unset DESKLET_NAME -else # [[ -n "${DESKLET_NAME}" ]]; then - # Assume an unset DESKLET_NAME means the name is ${PN} without - # the "desklet-" prefix - [[ -z "${DESKLET_NAME}" ]] && DESKLET_NAME="${PN#desklet-}" - debug-print "Looking for a Desklet named \"${DESKLET_NAME}\"" - MY_PN="${DESKLET_NAME}" - SRC_URI="http://gdesklets.de/files/desklets/${MY_PN}/${MY_PN}-${PV}.tar.gz" -fi - -MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_PN}" - -SLOT="0" -# Ebuild writer shouldn't need to touch these (except maybe RDEPEND) -IUSE="" -RDEPEND=">=gnome-extra/gdesklets-core-0.36.1-r3" - -GDESKLETS_INST_DIR="${ROOT}usr/$(get_libdir)/gdesklets" - -# @FUNCTION: gdesklets_src_install -# @DESCRIPTION: -# Installs a Desklet or Control depending on which is set of -# CONTROL_NAME or DESKLET_NAME -gdesklets_src_install() { - - debug-print-function $FUNCNAME $* - - # Disable compilation of included python modules (for Controls) - python_disable_pyc - - # Avoid sandbox violations caused by misbehaving packages (bug #128289) - addwrite "${ROOT}/root/.gnome2" - - # Both Displays and Controls only need to be readable - insopts -m0744 - - debug-print-section docs_install - - # Install some docs if so requested (and then delete them so they - # don't get copied into the installation directory) - [[ -n "${DOCS}" ]] && dodoc ${DOCS} && \ - rm -f ${DOCS} \ - debug-print "Installed and deleted ${DOCS}" - # LICENSE doesn't need to get installed if it exists - find . -name LICENSE -delete - - if [[ -n "${DESKLET_NAME}" ]]; then - - debug-print-section display_install - - # Base installation directory for displays from this desklet - INSDIR="${GDESKLETS_INST_DIR}/Displays/${DESKLET_NAME}" - - debug-print "Installing into ${INSDIR}" - debug-print "Exiting Display-specific installation code" - - elif [[ -n "${CONTROL_NAME}" ]]; then - - debug-print-section control_install - - # Unique name for this Control and its interface - CTRL_DIRNAME=$( "${GDESKLETS_INST_DIR}/gdesklets-control-getid" `pwd` 2> /dev/null ) - einfo "Installing Control ${CTRL_DIRNAME}" - - # Base installation directory for this Control - INSDIR="${GDESKLETS_INST_DIR}/Controls/${CTRL_DIRNAME}" - debug-print "Installing into ${INSDIR}" - - # Mercilessly delete all existing compiled code - find . -iname '*.py[co]' -delete - - debug-print "Exiting Control-specific installation code" - - else - die "nothing to install, is the ebuild written correctly?" - fi - - debug-print-section common_install - - # Create the proper subdirectory in the global Controls or - # Displays directory - dodir "${INSDIR}" - insinto "${INSDIR}" - doins -r * - -} - -# @FUNCTION: gdesklets_pkg_postinst -# @DESCRIPTION: -# Marks the Control for rebuilding on Python version change and -# compiles the Python code or display a useful message to the user, -# depending on which of CONTROL_NAME or DESKLET_NAME is set. -gdesklets_pkg_postinst() { - - # The only time compilation of python modules should occur is - # for Controls, since Displays are run from inside the sandbox - # (and therefore can't be compiled). - if [[ -n "${CONTROL_NAME}" ]]; then - - CTRL_DIRNAME=$( "${GDESKLETS_INST_DIR}/gdesklets-control-getid" `pwd` 2> /dev/null ) - python_need_rebuild - python_mod_optimize "${GDESKLETS_INST_DIR}/Controls/${CTRL_DIRNAME}" - - else - - einfo "Each user can now add this desklet to their desktop through the" - einfo "gDesklets shell or the command line (.display files can be" - einfo "found in ${GDESKLETS_INST_DIR}/Displays/${DESKLET_NAME})." - - fi - -} - -EXPORT_FUNCTIONS src_install pkg_postinst diff --git a/sdk_container/src/third_party/portage-stable/eclass/ghc-package.eclass b/sdk_container/src/third_party/portage-stable/eclass/ghc-package.eclass index 5466c0b5b2..7efa2c8384 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ghc-package.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/ghc-package.eclass @@ -11,7 +11,7 @@ # @DESCRIPTION: # Helper eclass to handle ghc installation/upgrade/deinstallation process. -inherit versionator +inherit multiprocessing versionator # @FUNCTION: ghc-getghc # @DESCRIPTION: @@ -106,20 +106,6 @@ ghc-cabal-version() { fi } -# @FUNCTION: ghc-sanecabal -# @DESCRIPTION: -# check if a standalone Cabal version is available for the -# currently used ghc; takes minimal version of Cabal as -# an optional argument -ghc-sanecabal() { - local f - local version - if [[ -z "$1" ]]; then version="1.0.1"; else version="$1"; fi - for f in $(ghc-confdir)/cabal-*; do - [[ -f "${f}" ]] && version_is_at_least "${version}" "${f#*cabal-}" && return - done - return 1 -} # @FUNCTION: ghc-is-dynamic # @DESCRIPTION: # checks if ghc is built against dynamic libraries @@ -193,6 +179,25 @@ ghc-libdir() { echo "${_GHC_LIBDIR_CACHE}" } +# @FUNCTION: ghc-make-args +# @DESCRIPTION: +# Returns default arguments passed along 'ghc --make' +# build mode. Used mainly to enable parallel build mode. +ghc-make-args() { + local ghc_make_args=() + # parallel on all available cores + if ghc-supports-smp && ghc-supports-parallel-make; then + # It should have been just -j$(makeopts_jobs) + # but GHC does not yet have nice defaults: + # https://ghc.haskell.org/trac/ghc/ticket/9221#comment:57 + # SMP is a requirement for parallel GC's gen0 + # 'qb' balancing. + echo "-j$(makeopts_jobs) +RTS -A256M -qb0 -RTS" + ghc_make_args=() + fi + echo "${ghc_make_args[@]}" +} + # @FUNCTION: ghc-confdir # @DESCRIPTION: # returns the (Gentoo) library configuration directory, we diff --git a/sdk_container/src/third_party/portage-stable/eclass/git-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/git-2.eclass index 6101ad4103..39cdf52cc8 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/git-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/git-2.eclass @@ -4,8 +4,7 @@ # @ECLASS: git-2.eclass # @MAINTAINER: -# Michał Górny -# Donnie Berkholz +# maintainer-needed@gentoo.org # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Eclass for easing maitenance of live ebuilds using git as remote repository. diff --git a/sdk_container/src/third_party/portage-stable/eclass/git-r3.eclass b/sdk_container/src/third_party/portage-stable/eclass/git-r3.eclass index 957ff08c29..d105e50ed1 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/git-r3.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/git-r3.eclass @@ -159,12 +159,53 @@ fi # # It can be overriden via env using ${PN}_LIVE_COMMIT variable. +# @ECLASS-VARIABLE: EGIT_COMMIT_DATE +# @DEFAULT_UNSET +# @DESCRIPTION: +# Attempt to check out the repository state for the specified timestamp. +# The date should be in format understood by 'git rev-list'. +# +# The eclass will select the last commit with commit date preceding +# the specified date. When merge commits are found, only first parents +# will be considered in order to avoid switching into external branches +# (assuming that merges are done correctly). In other words, each merge +# will be considered alike a single commit with date corresponding +# to the merge commit date. +# +# It can be overriden via env using ${PN}_LIVE_COMMIT_DATE variable. + # @ECLASS-VARIABLE: EGIT_CHECKOUT_DIR # @DESCRIPTION: # The directory to check the git sources out to. # # EGIT_CHECKOUT_DIR=${WORKDIR}/${P} +# @ECLASS-VARIABLE: EGIT_SUBMODULES +# @DEFAULT_UNSET +# @DESCRIPTION: +# An array of inclusive and exclusive wildcards on submodule names, +# stating which submodules are fetched and checked out. Exclusions +# start with '-', and exclude previously matched submodules. +# +# If unset, all submodules are enabled. Empty list disables all +# submodules. In order to use an exclude-only list, start the array +# with '*'. +# +# Remember that wildcards need to be quoted in order to prevent filename +# expansion. +# +# Examples: +# @CODE +# # Disable all submodules +# EGIT_SUBMODULES=() +# +# # Include only foo and bar +# EGIT_SUBMODULES=( foo bar ) +# +# # Use all submodules except for test-* but include test-lib +# EGIT_SUBMODULES=( '*' '-test-*' test-lib ) +# @CODE + # @FUNCTION: _git-r3_env_setup # @INTERNAL # @DESCRIPTION: @@ -205,24 +246,39 @@ _git-r3_env_setup() { die "Invalid EGIT_MIN_CLONE_TYPE=${EGIT_MIN_CLONE_TYPE}" esac + if [[ ${EGIT_SUBMODULES[@]+1} && $(declare -p EGIT_SUBMODULES) != "declare -a"* ]] + then + die 'EGIT_SUBMODULES must be an array.' + fi + local esc_pn livevar esc_pn=${PN//[-+]/_} + [[ ${esc_pn} == [0-9]* ]] && esc_pn=_${esc_pn} livevar=${esc_pn}_LIVE_REPO - EGIT_REPO_URI=${!livevar:-${EGIT_REPO_URI}} + EGIT_REPO_URI=${!livevar-${EGIT_REPO_URI}} [[ ${!livevar} ]] \ && ewarn "Using ${livevar}, no support will be provided" livevar=${esc_pn}_LIVE_BRANCH - EGIT_BRANCH=${!livevar:-${EGIT_BRANCH}} + EGIT_BRANCH=${!livevar-${EGIT_BRANCH}} [[ ${!livevar} ]] \ && ewarn "Using ${livevar}, no support will be provided" livevar=${esc_pn}_LIVE_COMMIT - EGIT_COMMIT=${!livevar:-${EGIT_COMMIT}} + EGIT_COMMIT=${!livevar-${EGIT_COMMIT}} [[ ${!livevar} ]] \ && ewarn "Using ${livevar}, no support will be provided" + livevar=${esc_pn}_LIVE_COMMIT_DATE + EGIT_COMMIT_DATE=${!livevar-${EGIT_COMMIT_DATE}} + [[ ${!livevar} ]] \ + && ewarn "Using ${livevar}, no support will be provided" + + if [[ ${EGIT_COMMIT} && ${EGIT_COMMIT_DATE} ]]; then + die "EGIT_COMMIT and EGIT_COMMIT_DATE can not be specified simultaneously" + fi + # Migration helpers. Remove them when git-2 is removed. if [[ ${EGIT_SOURCEDIR} ]]; then @@ -243,7 +299,8 @@ _git-r3_env_setup() { if [[ ${EGIT_HAS_SUBMODULES} ]]; then eerror "EGIT_HAS_SUBMODULES has been removed. The eclass no longer needs" eerror "to switch the clone type in order to support submodules and therefore" - eerror "submodules are detected and fetched automatically." + eerror "submodules are detected and fetched automatically. If you need to" + eerror "disable or filter submodules, see EGIT_SUBMODULES." die "EGIT_HAS_SUBMODULES is no longer necessary." fi @@ -296,7 +353,7 @@ _git-r3_set_gitdir() { git/*) repo_name=${repo_name#git/};; # gentoo.org gitroot/*) repo_name=${repo_name#gitroot/};; - # google code, sourceforge + # sourceforge p/*) repo_name=${repo_name#p/};; # kernel.org pub/scm/*) repo_name=${repo_name#pub/scm/};; @@ -311,7 +368,7 @@ _git-r3_set_gitdir() { GIT_DIR=${EGIT3_STORE_DIR}/${repo_name} - if [[ ! -d ${EGIT3_STORE_DIR} ]]; then + if [[ ! -d ${EGIT3_STORE_DIR} && ! ${EVCS_OFFLINE} ]]; then ( addwrite / mkdir -p "${EGIT3_STORE_DIR}" @@ -320,6 +377,14 @@ _git-r3_set_gitdir() { addwrite "${EGIT3_STORE_DIR}" if [[ ! -d ${GIT_DIR} ]]; then + if [[ ${EVCS_OFFLINE} ]]; then + eerror "A clone of the following repository is required to proceed:" + eerror " ${1}" + eerror "However, networking activity has been disabled using EVCS_OFFLINE and there" + eerror "is no local clone available." + die "No local clone of ${1}. Unable to proceed with EVCS_OFFLINE." + fi + local saved_umask if [[ ${EVCS_UMASK} ]]; then saved_umask=$(umask) @@ -357,15 +422,36 @@ _git-r3_set_submodules() { l=${l#submodule.} local subname=${l%%.url=*} + # filter out on EGIT_SUBMODULES + if declare -p EGIT_SUBMODULES &>/dev/null; then + local p l_res res= + for p in "${EGIT_SUBMODULES[@]}"; do + if [[ ${p} == -* ]]; then + p=${p#-} + l_res= + else + l_res=1 + fi + + [[ ${subname} == ${p} ]] && res=${l_res} + done + + if [[ ! ${res} ]]; then + einfo "Skipping submodule \e[1m${subname}\e[22m" + continue + fi + fi + # skip modules that have 'update = none', bug #487262. local upd=$(echo "${data}" | git config -f /dev/fd/0 \ submodule."${subname}".update) [[ ${upd} == none ]] && continue - # https://github.com/git/git/blob/master/refs.c#L39 - # for now, we just filter /. because of #572312 - local enc_subname=${subname//\/.//_} - [[ ${enc_subname} == .* ]] && enc_subname=_${enc_subname#.} + # https://github.com/git/git/blob/master/refs.c#L31 + # we are more restrictive than git itself but that should not + # cause any issues, #572312, #606950 + # TODO: check escaped names for collisions + local enc_subname=${subname//[^a-zA-Z0-9-]/_} submodules+=( "${enc_subname}" @@ -434,44 +520,8 @@ _git-r3_is_local_repo() { [[ ${uri} == file://* || ${uri} == /* ]] } -# @FUNCTION: _git-r3_find_head -# @USAGE: -# @INTERNAL -# @DESCRIPTION: -# Given a ref to which remote HEAD was fetched, try to find -# a branch matching the commit. Expects 'git show-ref' -# or 'git ls-remote' output on stdin. -_git-r3_find_head() { - debug-print-function ${FUNCNAME} "$@" - - local head_ref=${1} - local head_hash=$(git rev-parse --verify "${1}" || die) - local matching_ref - - # TODO: some transports support peeking at symbolic remote refs - # find a way to use that rather than guessing - - # (based on guess_remote_head() in git-1.9.0/remote.c) - local h ref - while read h ref; do - # look for matching head - if [[ ${h} == ${head_hash} ]]; then - # either take the first matching ref, or master if it is there - if [[ ! ${matching_ref} || ${ref} == refs/heads/master ]]; then - matching_ref=${ref} - fi - fi - done - - if [[ ! ${matching_ref} ]]; then - die "Unable to find a matching branch for remote HEAD (${head_hash})" - fi - - echo "${matching_ref}" -} - # @FUNCTION: git-r3_fetch -# @USAGE: [ [ []]] +# @USAGE: [ [ [ []]]] # @DESCRIPTION: # Fetch new commits to the local clone of repository. # @@ -494,6 +544,9 @@ _git-r3_find_head() { # This default should be fine unless you are fetching multiple trees # from the same repository in the same ebuild. # +# requests attempting to use repository state as of specific +# date. For more details, see EGIT_COMMIT_DATE. +# # The fetch operation will affect the EGIT_STORE only. It will not touch # the working copy, nor export any environment variables. # If the repository contains submodules, they will be fetched @@ -501,8 +554,6 @@ _git-r3_find_head() { git-r3_fetch() { debug-print-function ${FUNCNAME} "$@" - [[ ${EVCS_OFFLINE} ]] && return - local repos if [[ ${1} ]]; then repos=( ${1} ) @@ -516,6 +567,7 @@ git-r3_fetch() { local remote_ref=${2:-${EGIT_COMMIT:-${branch:-HEAD}}} local local_id=${3:-${CATEGORY}/${PN}/${SLOT%/*}} local local_ref=refs/git-r3/${local_id}/__main__ + local commit_date=${4:-${EGIT_COMMIT_DATE}} [[ ${repos[@]} ]] || die "No URI provided and EGIT_REPO_URI unset" @@ -537,143 +589,137 @@ git-r3_fetch() { umask "${EVCS_UMASK}" || die "Bad options to umask: ${EVCS_UMASK}" fi for r in "${repos[@]}"; do - einfo "Fetching \e[1m${r}\e[22m ..." + if [[ ! ${EVCS_OFFLINE} ]]; then + einfo "Fetching \e[1m${r}\e[22m ..." - local fetch_command=( git fetch "${r}" ) - local clone_type=${EGIT_CLONE_TYPE} + local fetch_command=( git fetch "${r}" ) + local clone_type=${EGIT_CLONE_TYPE} - if [[ ${r} == https://* ]] && ! ROOT=/ has_version 'dev-vcs/git[curl]'; then - eerror "git-r3: fetching from https:// requested. In order to support https," - eerror "dev-vcs/git needs to be built with USE=curl. Example solution:" - eerror - eerror " echo dev-vcs/git curl >> /etc/portage/package.use" - eerror " emerge -1v dev-vcs/git" - die "dev-vcs/git built with USE=curl required." - fi - - if [[ ${r} == https://code.google.com/* ]]; then - # Google Code has special magic on top of git that: - # 1) can't handle shallow clones at all, - # 2) fetches duplicately when tags are pulled in with branch - # so automatically switch to single+tags mode. - if [[ ${clone_type} == shallow ]]; then - einfo " Google Code does not support shallow clones" - einfo " using \e[1mEGIT_CLONE_TYPE=single+tags\e[22m" - clone_type=single+tags - elif [[ ${clone_type} == single ]]; then - einfo " git-r3: Google Code does not send tags properly in 'single' mode" - einfo " using \e[1mEGIT_CLONE_TYPE=single+tags\e[22m" - clone_type=single+tags - fi - fi - - if [[ ${clone_type} == mirror ]]; then - fetch_command+=( - --prune - # mirror the remote branches as local branches - "+refs/heads/*:refs/heads/*" - # pull tags explicitly in order to prune them properly - "+refs/tags/*:refs/tags/*" - # notes in case something needs them - "+refs/notes/*:refs/notes/*" - # and HEAD in case we need the default branch - # (we keep it in refs/git-r3 since otherwise --prune interferes) - "+HEAD:refs/git-r3/HEAD" - ) - else # single or shallow - local fetch_l fetch_r - - if [[ ${remote_ref} == HEAD ]]; then - # HEAD - fetch_l=HEAD - elif [[ ${remote_ref} == refs/* ]]; then - # regular branch, tag or some other explicit ref - fetch_l=${remote_ref} - else - # tag or commit id... - # let ls-remote figure it out - local tagref=$(git ls-remote "${r}" "refs/tags/${remote_ref}") - - # if it was a tag, ls-remote obtained a hash - if [[ ${tagref} ]]; then - # tag - fetch_l=refs/tags/${remote_ref} - else - # commit id - # so we need to fetch the whole branch - if [[ ${branch} ]]; then - fetch_l=${branch} - else - fetch_l=HEAD - fi - - # fetching by commit in shallow mode? can't do. - if [[ ${clone_type} == shallow ]]; then - clone_type=single - fi - fi - fi - - if [[ ${fetch_l} == HEAD ]]; then - fetch_r=refs/git-r3/HEAD - else - fetch_r=${fetch_l} - fi - - fetch_command+=( - "+${fetch_l}:${fetch_r}" - ) - - if [[ ${clone_type} == single+tags ]]; then - fetch_command+=( - # pull tags explicitly as requested - "+refs/tags/*:refs/tags/*" - ) - fi - fi - - if [[ ${clone_type} == shallow ]]; then - if _git-r3_is_local_repo; then - # '--depth 1' causes sandbox violations with local repos - # bug #491260 - clone_type=single - elif [[ ! $(git rev-parse --quiet --verify "${fetch_r}") ]] + if [[ ${r} == http://* || ${r} == https://* ]] && + [[ ! ${EGIT_CURL_WARNED} ]] && + ! ROOT=/ has_version 'dev-vcs/git[curl]' then - # use '--depth 1' when fetching a new branch - fetch_command+=( --depth 1 ) + ewarn "git-r3: fetching from HTTP(S) requested. In order to support HTTP(S)," + ewarn "dev-vcs/git needs to be built with USE=curl. Example solution:" + ewarn + ewarn " echo dev-vcs/git curl >> /etc/portage/package.use" + ewarn " emerge -1v dev-vcs/git" + ewarn + ewarn "HTTP(S) URIs will be skipped." + EGIT_CURL_WARNED=1 fi - else # non-shallow mode - if [[ -f ${GIT_DIR}/shallow ]]; then - fetch_command+=( --unshallow ) - fi - fi - set -- "${fetch_command[@]}" - echo "${@}" >&2 - if "${@}"; then if [[ ${clone_type} == mirror ]]; then - # find remote HEAD and update our HEAD properly - git symbolic-ref HEAD \ - "$(_git-r3_find_head refs/git-r3/HEAD \ - < <(git show-ref --heads || die))" \ - || die "Unable to update HEAD" + fetch_command+=( + --prune + # mirror the remote branches as local branches + "+refs/heads/*:refs/heads/*" + # pull tags explicitly in order to prune them properly + "+refs/tags/*:refs/tags/*" + # notes in case something needs them + "+refs/notes/*:refs/notes/*" + # and HEAD in case we need the default branch + # (we keep it in refs/git-r3 since otherwise --prune interferes) + "+HEAD:refs/git-r3/HEAD" + ) else # single or shallow - if [[ ${fetch_l} == HEAD ]]; then - # find out what branch we fetched as HEAD - local head_branch=$(_git-r3_find_head \ - refs/git-r3/HEAD \ - < <(git ls-remote --heads "${r}" || die)) + local fetch_l fetch_r - # and move it to its regular place - git update-ref --no-deref "${head_branch}" \ - refs/git-r3/HEAD \ - || die "Unable to sync HEAD branch ${head_branch}" - git symbolic-ref HEAD "${head_branch}" \ - || die "Unable to update HEAD" + if [[ ${remote_ref} == HEAD ]]; then + # HEAD + fetch_l=HEAD + elif [[ ${remote_ref} == refs/* ]]; then + # regular branch, tag or some other explicit ref + fetch_l=${remote_ref} + else + # tag or commit id... + # let ls-remote figure it out + local tagref=$(git ls-remote "${r}" "refs/tags/${remote_ref}") + + # if it was a tag, ls-remote obtained a hash + if [[ ${tagref} ]]; then + # tag + fetch_l=refs/tags/${remote_ref} + else + # commit id + # so we need to fetch the whole branch + if [[ ${branch} ]]; then + fetch_l=${branch} + else + fetch_l=HEAD + fi + + # fetching by commit in shallow mode? can't do. + if [[ ${clone_type} == shallow ]]; then + clone_type=single + fi + fi + fi + + # checkout by date does not make sense in shallow mode + if [[ ${commit_date} && ${clone_type} == shallow ]]; then + clone_type=single + fi + + if [[ ${fetch_l} == HEAD ]]; then + fetch_r=refs/git-r3/HEAD + else + fetch_r=${fetch_l} + fi + + fetch_command+=( + "+${fetch_l}:${fetch_r}" + ) + + if [[ ${clone_type} == single+tags ]]; then + fetch_command+=( + # pull tags explicitly as requested + "+refs/tags/*:refs/tags/*" + ) fi fi - # now let's see what the user wants from us + if [[ ${clone_type} == shallow ]]; then + if _git-r3_is_local_repo; then + # '--depth 1' causes sandbox violations with local repos + # bug #491260 + clone_type=single + elif [[ ! $(git rev-parse --quiet --verify "${fetch_r}") ]] + then + # use '--depth 1' when fetching a new branch + fetch_command+=( --depth 1 ) + fi + else # non-shallow mode + if [[ -f ${GIT_DIR}/shallow ]]; then + fetch_command+=( --unshallow ) + fi + fi + + set -- "${fetch_command[@]}" + echo "${@}" >&2 + "${@}" || continue + + if [[ ${clone_type} == mirror || ${fetch_l} == HEAD ]]; then + # update our HEAD to match our remote HEAD ref + git symbolic-ref HEAD refs/git-r3/HEAD \ + || die "Unable to update HEAD" + fi + fi + + # now let's see what the user wants from us + if [[ ${commit_date} ]]; then + local dated_commit_id=$( + git rev-list --first-parent --before="${commit_date}" \ + -n 1 "${remote_ref}" + ) + if [[ ${?} -ne 0 ]]; then + die "Listing ${remote_ref} failed (wrong ref?)." + elif [[ ! ${dated_commit_id} ]]; then + die "Unable to find commit for date ${commit_date}." + else + set -- git update-ref --no-deref "${local_ref}" "${dated_commit_id}" + fi + else local full_remote_ref=$( git rev-parse --verify --symbolic-full-name "${remote_ref}" ) @@ -686,15 +732,24 @@ git-r3_fetch() { # otherwise, we were likely given a commit id set -- git update-ref --no-deref "${local_ref}" "${remote_ref}" fi + fi - echo "${@}" >&2 - if ! "${@}"; then + echo "${@}" >&2 + if ! "${@}"; then + if [[ ${EVCS_OFFLINE} ]]; then + eerror "A clone of the following repository is required to proceed:" + eerror " ${r}" + eerror "However, networking activity has been disabled using EVCS_OFFLINE and the local" + eerror "clone does not have requested ref:" + eerror " ${remote_ref}" + die "Local clone of ${r} does not have requested ref: ${remote_ref}. Unable to proceed with EVCS_OFFLINE." + else die "Referencing ${remote_ref} failed (wrong ref?)." fi - - success=1 - break fi + + success=1 + break done if [[ ${saved_umask} ]]; then umask "${saved_umask}" || die @@ -779,11 +834,7 @@ git-r3_checkout() { einfo "Checking out \e[1m${repos[0]}\e[22m to \e[1m${out_dir}\e[22m ..." if ! git cat-file -e refs/git-r3/"${local_id}"/__main__; then - if [[ ${EVCS_OFFLINE} ]]; then - die "No local clone of ${repos[0]}. Unable to work with EVCS_OFFLINE." - else - die "Logic error: no local clone of ${repos[0]}. git-r3_fetch not used?" - fi + die "Logic error: no local clone of ${repos[0]}. git-r3_fetch not used?" fi local remote_ref=$( git symbolic-ref --quiet refs/git-r3/"${local_id}"/__main__ @@ -806,9 +857,7 @@ git-r3_checkout() { # setup 'alternates' to avoid copying objects echo "${orig_repo}/objects" > "${GIT_DIR}"/objects/info/alternates || die # now copy the refs - # [htn]* safely catches heads, tags, notes without complaining - # on non-existing ones, and omits internal 'git-r3' ref - cp -R "${orig_repo}"/refs/[htn]* "${GIT_DIR}"/refs/ || die + cp -R "${orig_repo}"/refs/* "${GIT_DIR}"/refs/ || die # (no need to copy HEAD, we will set it via checkout) diff --git a/sdk_container/src/third_party/portage-stable/eclass/gnat.eclass b/sdk_container/src/third_party/portage-stable/eclass/gnat.eclass index 6b786bcdff..32a5850262 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/gnat.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/gnat.eclass @@ -124,7 +124,7 @@ get_ada_dep() { # This function is used to check whether the requested gnat profile matches the # requested Ada standard # !!ATTN!! -# This must match dependencies as specified in vitrual/ada !!! +# This must match dependencies as specified in virtual/ada !!! # # params: # $1 - the requested gnat profile in usual form (e.g. x86_64-pc-linux-gnu-gnat-gcc-4.1) diff --git a/sdk_container/src/third_party/portage-stable/eclass/gnatbuild-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/gnatbuild-r1.eclass new file mode 100644 index 0000000000..815345a28e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/gnatbuild-r1.eclass @@ -0,0 +1,1101 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +# +# Author: George Shapovalov +# Author: Steve Arnold +# Belongs to: ada project +# +# Notes: +# HOMEPAGE and LICENSE are set in appropriate ebuild, as +# gnat is developed by FSF and AdaCore "in parallel" +# +# The following vars can be set in ebuild before inheriting this eclass. They +# will be respected: +# SLOT +# BOOT_SLOT - where old bootstrap is used as it works fine for 4.4 - 4.6 + +#WANT_AUTOMAKE="1.8" +#WANT_AUTOCONF="2.1" + +inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator + +FEATURES=${FEATURES/multilib-strict/} + +EXPORTED_FUNCTIONS="pkg_setup pkg_postinst pkg_postrm src_unpack src_configure src_compile src_install" + +EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS} + +IUSE="nls openmp hardened multilib" +# multilib is supported via profiles now, multilib usevar is deprecated + +RDEPEND="virtual/libiconv + nls? ( virtual/libintl )" + +DEPEND="${RDEPEND} + >=app-eselect/eselect-gnat-1.5 + >=sys-libs/glibc-2.12 + >=sys-devel/binutils-2.23 + sys-devel/bc + >=sys-devel/bison-1.875 + >=sys-devel/flex-2.5.4 + nls? ( sys-devel/gettext )" + +# Note! +# It may not be safe to source this at top level. Only source inside local +# functions! +GnatCommon="/usr/share/gnat/lib/gnat-common.bash" + +#---->> globals and SLOT <<---- + +# just a check, this location seems to vary too much, easier to track it in +# ebuild +#[ -z "${GNATSOURCE}" ] && die "please set GNATSOURCE in ebuild! (before inherit)" + +# versioning +# because of gnatpro/gnatgpl we need to track both gcc and gnat versions + +# these simply default to $PV +GNATMAJOR=$(get_version_component_range 1) +GNATMINOR=$(get_version_component_range 2) +GNATBRANCH=$(get_version_component_range 1-2) +GNATRELEASE=$(get_version_component_range 1-3) +# this one is for the gnat-gpl which is versioned by gcc backend and ACT version +# number added on top +ACT_Ver=$(get_version_component_range 4) + +# GCCVER and SLOT logic +# +# I better define vars for package names, as there was discussion on proper +# naming and it may change +PN_GnatGCC="gnat-gcc" +PN_GnatGpl="gnat-gpl" + +# ATTN! GCCVER stands for the provided backend gcc, not the one on the system +# so tc-* functions are of no use here. The present versioning scheme makes +# GCCVER basically a part of PV, but *this may change*!! +# +# GCCVER can be set in the ebuild. +[[ -z ${GCCVER} ]] && GCCVER="${GNATRELEASE}" + + +# finally extract GCC version strings +GCCMAJOR=$(get_version_component_range 1 "${GCCVER}") +GCCMINOR=$(get_version_component_range 2 "${GCCVER}") +GCCBRANCH=$(get_version_component_range 1-2 "${GCCVER}") +GCCRELEASE=$(get_version_component_range 1-3 "${GCCVER}") + +# SLOT logic, make it represent gcc backend, as this is what matters most +# There are some special cases, so we allow it to be defined in the ebuild +# ATTN!! If you set SLOT in the ebuild, don't forget to make sure that +# BOOT_SLOT is also set properly! +[[ -z ${SLOT} ]] && SLOT="${GCCBRANCH}" + +# possible future crosscompilation support +export CTARGET=${CTARGET:-${CHOST}} + +is_crosscompile() { + [[ ${CHOST} != ${CTARGET} ]] +} + +# Bootstrap CTARGET and SLOT logic. For now BOOT_TARGET=CHOST is "guaranteed" by +# profiles, so mostly watch out for the right SLOT used in the bootstrap. +# As above, with SLOT, it may need to be defined in the ebuild +BOOT_TARGET=${CTARGET} +[[ -z ${BOOT_SLOT} ]] && BOOT_SLOT=${SLOT} + +# for newer bootstrap starting with 4.9 (still experimental) +BOOT_VER=${GCCRELEASE} + +# set our install locations +PREFIX=${GNATBUILD_PREFIX:-/usr} # not sure we need this hook, but may be.. +LIBPATH=${PREFIX}/$(get_libdir)/${PN}/${CTARGET}/${SLOT} +LIBEXECPATH=${PREFIX}/libexec/${PN}/${CTARGET}/${SLOT} +INCLUDEPATH=${LIBPATH}/include +BINPATH=${PREFIX}/${CTARGET}/${PN}-bin/${SLOT} +DATAPATH=${PREFIX}/share/${PN}-data/${CTARGET}/${SLOT} +# ATTN! the one below should match the path defined in eselect-gnat module +CONFIG_PATH="/usr/share/gnat/eselect" +gnat_profile="${CTARGET}-${PN}-${SLOT}" +gnat_config_file="${CONFIG_PATH}/${gnat_profile}" + +# ebuild globals +if [[ ${PN} == "${PN_GnatPro}" ]] && [[ ${GNATMAJOR} == "3" ]]; then + DEPEND="x86? ( >=app-shells/tcsh-6.0 )" +fi +S="${WORKDIR}/gcc-${GCCVER}" + +# bootstrap globals, common to src_unpack and src_compile +GNATBOOT="${WORKDIR}/usr" +GNATBUILD="${WORKDIR}/build" +#GNATBUILD="${BUILD_DIR}" + +# necessary for detecting lib locations and creating env.d entry +#XGCC="${GNATBUILD}/gcc/xgcc -B${GNATBUILD}/gcc" + +#----<< globals and SLOT >>---- + +# set SRC_URI's in ebuilds for now + +#----<< global toolchain vars >>---- + +: ${TARGET_ABI:=${ABI}} +: ${TARGET_MULTILIB_ABIS:=${MULTILIB_ABIS}} +: ${TARGET_DEFAULT_ABI:=${DEFAULT_ABI}} + + +#---->> specs + env.d logic <<---- +# TODO!!! +# set MANPATH, etc.. +#----<< specs + env.d logic >>---- + + +#---->> some helper functions <<---- +tc_version_is_at_least() { + version_is_at_least "$1" "${2:-${GCCBRANCH}}" +} + +guess_patch_type_in_dir() { + [[ -n $(ls "$1"/*.bz2 2>/dev/null) ]] \ + && EPATCH_SUFFIX="patch.bz2" \ + || EPATCH_SUFFIX="patch" +} + +# configure to build with the hardened GCC specs as the default +make_gcc_hard() { + # we want to be able to control the pie patch logic via something other + # than ALL_CFLAGS... + sed -e '/^ALL_CFLAGS/iHARD_CFLAGS = ' \ + -e 's|^ALL_CFLAGS = |ALL_CFLAGS = $(HARD_CFLAGS) |' \ + -i "${S}"/gcc/Makefile.in + # Need to add HARD_CFLAGS to ALL_CXXFLAGS on >= 4.7 + if tc_version_is_at_least 4.7 ; then + sed -e '/^ALL_CXXFLAGS/iHARD_CFLAGS = ' \ + -e 's|^ALL_CXXFLAGS = |ALL_CXXFLAGS = $(HARD_CFLAGS) |' \ + -i "${S}"/gcc/Makefile.in + fi + + # defaults to enable for new gnatbuild + if use hardened ; then + gcc_hard_flags=" -DEFAULT_PIE_SSP" + else + gcc_hard_flags+=" -DEFAULT_SSP" + fi + + sed -i \ + -e "/^HARD_CFLAGS = /s|=|= ${gcc_hard_flags} |" \ + "${S}"/gcc/Makefile.in || die + +} + +gcc-multilib-configure() { + if ! is_multilib ; then + confgcc="${confgcc} --disable-multilib" + # Fun times: if we are building for a target that has multiple + # possible ABI formats, and the user has told us to pick one + # that isn't the default, then not specifying it via the list + # below will break that on us. + else + confgcc="${confgcc} --enable-multilib" + fi + + # translate our notion of multilibs into gcc's + local abi list + for abi in $(get_all_abis TARGET) ; do + local l=$(gcc-abi-map ${abi}) + [[ -n ${l} ]] && list+=",${l}" + done + if [[ -n ${list} ]] ; then + case ${CTARGET} in + x86_64*) + tc_version_is_at_least 4.8 && confgcc="${confgcc} --with-multilib-list=${list:1}" + ;; + esac + fi +} + +gcc-abi-map() { + # Convert the ABI name we use in Gentoo to what gcc uses + local map=() + case ${CTARGET} in + mips*) map=("o32 32" "n32 n32" "n64 64") ;; + x86_64*) map=("amd64 m64" "x86 m32" "x32 mx32") ;; + esac + + local m + for m in "${map[@]}" ; do + l=( ${m} ) + [[ $1 == ${l[0]} ]] && echo ${l[1]} && break + done +} + +is_multilib() { + tc_version_is_at_least 3 || return 1 + use multilib +} + +## note: replaced with minspecs (sort of) +#create_specs_file() { +# einfo "Creating a vanilla gcc specs file" +# "${WORKDIR}"/build/gcc/xgcc -dumpspecs > "${WORKDIR}"/build/vanilla.specs +#} + +# eselect stuff taken straight from toolchain.eclass and greatly simplified +add_profile_eselect_conf() { + local gnat_config_file=$1 + local abi=$2 + local var + + echo >> "${D}/${gnat_config_file}" + if ! is_multilib ; then + echo " ctarget=${CTARGET}" >> "${D}/${gnat_config_file}" + else + echo "[${abi}]" >> "${D}/${gnat_config_file}" + var="CTARGET_${abi}" + if [[ -n ${!var} ]] ; then + echo " ctarget=${!var}" >> "${D}/${gnat_config_file}" + else + var="CHOST_${abi}" + if [[ -n ${!var} ]] ; then + echo " ctarget=${!var}" >> "${D}/${gnat_config_file}" + else + echo " ctarget=${CTARGET}" >> "${D}/${gnat_config_file}" + fi + fi + fi + + var="CFLAGS_${abi}" + if [[ -n ${!var} ]] ; then + echo " cflags=${!var}" >> "${D}/${gnat_config_file}" + fi +} + +create_eselect_conf() { + local abi + + dodir ${CONFIG_PATH} + + echo "[global]" > "${D}/${gnat_config_file}" + echo " version=${CTARGET}-${SLOT}" >> "${D}/${gnat_config_file}" + echo " binpath=${BINPATH}" >> "${D}/${gnat_config_file}" + echo " libexecpath=${LIBEXECPATH}" >> "${D}/${gnat_config_file}" + echo " ldpath=${LIBPATH}" >> "${D}/${gnat_config_file}" + echo " manpath=${DATAPATH}/man" >> "${D}/${gnat_config_file}" + echo " infopath=${DATAPATH}/info" >> "${D}/${gnat_config_file}" + echo " bin_prefix=${CTARGET}" >> "${D}/${gnat_config_file}" + + for abi in $(get_all_abis) ; do + add_profile_eselect_conf "${gnat_config_file}" "${abi}" + done +} + +should_we_eselect_gnat() { + # we only want to switch compilers if installing to / or /tmp/stage1root + [[ ${ROOT} == "/" ]] || return 1 + + # if the current config is invalid, we definitely want a new one + # Note: due to bash quirkiness, the following must not be 1 line + local curr_config + curr_config=$(eselect --colour=no gnat show | grep ${CTARGET} | awk '{ print $1 }') || return 0 + [[ -z ${curr_config} ]] && return 0 + + # The logic is basically "try to keep the same profile if possible" + + if [[ ${curr_config} == ${CTARGET}-${PN}-${SLOT} ]] ; then + return 0 + else + elog "The current gcc config appears valid, so it will not be" + elog "automatically switched for you. If you would like to" + elog "switch to the newly installed gcc version, do the" + elog "following:" + echo + elog "eselect gnat set " + echo + ebeep + return 1 + fi +} + +# active compiler selection, called from pkg_postinst +do_gnat_config() { + eselect gnat set ${CTARGET}-${PN}-${SLOT} &> /dev/null + + elog "The following gnat profile has been activated:" + elog "${CTARGET}-${PN}-${SLOT}" + elog "" + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog "" + elog "Ada handling in Gentoo allows you to have multiple gnat variants" + elog "installed in parallel and automatically manage Ada libs." + elog "Please take a look at the Ada project page for some documentation:" + elog "http://www.gentoo.org/proj/en/prog_lang/ada/index.xml" +} + + +# Taken straight from the toolchain.eclass. Only removed the "obsolete hunk" +# +# The purpose of this DISGUSTING gcc multilib hack is to allow 64bit libs +# to live in lib instead of lib64 where they belong, with 32bit libraries +# in lib32. This hack has been around since the beginning of the amd64 port, +# and we're only now starting to fix everything that's broken. Eventually +# this should go away. +# +# Travis Tilley (03 Sep 2004) +# +disgusting_gcc_multilib_HACK() { + local config + local libdirs + if has_multilib_profile ; then + case $(tc-arch) in + amd64) + config="i386/t-linux64" + libdirs="../$(get_abi_LIBDIR amd64) ../$(get_abi_LIBDIR x86)" \ + ;; + ppc64) + config="rs6000/t-linux64" + libdirs="../$(get_abi_LIBDIR ppc64) ../$(get_abi_LIBDIR ppc)" \ + ;; + esac + else + die "Your profile is no longer supported by portage." + fi + + einfo "updating multilib directories to be: ${libdirs}" + sed -i -e "s:^MULTILIB_OSDIRNAMES.*:MULTILIB_OSDIRNAMES = ${libdirs}:" "${S}"/gcc/config/${config} +} + + +#---->> pkg_* <<---- +gnatbuild-r1_pkg_setup() { + debug-print-function ${FUNCNAME} $@ + + # Setup variables which would normally be in the profile + if is_crosscompile ; then + multilib_env ${CTARGET} + fi + + # we dont want to use the installed compiler's specs to build gnat! + unset GCC_SPECS + unset LANGUAGES #265283 +} + +gnatbuild-r1_pkg_postinst() { + if should_we_eselect_gnat; then + do_gnat_config + else + eselect gnat update + fi + + # if primary compiler list is empty, add this profile to the list, so + # that users are not left without active compilers (making sure that + # libs are getting built for at least one) + elog + . ${GnatCommon} || die "failed to source common code" + if [[ ! -f ${PRIMELIST} ]] || [[ ! -s ${PRIMELIST} ]]; then + echo "${gnat_profile}" > ${PRIMELIST} + elog "The list of primary compilers was empty and got assigned ${gnat_profile}." + fi + elog "Please edit ${PRIMELIST} and list there gnat profiles intended" + elog "for common use." +} + + +gnatbuild-r1_pkg_postrm() { + # "eselect gnat update" now removes the env.d file if the corresponding + # gnat profile was unmerged + eselect gnat update + elog "If you just unmerged the last gnat in this SLOT, your active gnat" + elog "profile got unset. Please check what eselect gnat show tells you" + elog "and set the desired profile" +} +#---->> pkg_* <<---- + +#---->> src_* <<---- + +# common unpack stuff +gnatbuild-r1_src_unpack() { + debug-print-function ${FUNCNAME} $@ + + [ -z "$1" ] && gnatbuild-r1_src_unpack all + + while [ "$1" ]; do + case $1 in + base_unpack) + unpack ${A} + pax-mark E $(find ${GNATBOOT} -name gnat1) + + cd "${S}" + # patching gcc sources, following the toolchain + # first, the common patches + guess_patch_type_in_dir "${WORKDIR}"/patch + EPATCH_MULTI_MSG="Applying common Gentoo patches ..." \ + epatch "${WORKDIR}"/patch + guess_patch_type_in_dir "${WORKDIR}"/piepatch + EPATCH_MULTI_MSG="Applying Gentoo PIE patches ..." \ + epatch "${WORKDIR}"/piepatch + + if [[ -d "${FILESDIR}"/patches ]] && [[ ! -z $(ls "${FILESDIR}"/patches/*.patch 2>/dev/null) ]] ; then + EPATCH_MULTI_MSG="Applying local Gentoo patches ..." \ + epatch "${FILESDIR}"/patches/*.patch + fi + # + # then per SLOT + if [[ -d "${FILESDIR}"/patches/${SLOT} ]] && [[ ! -z $(ls "${FILESDIR}"/patches/${SLOT}/*.patch 2>/dev/null) ]] ; then + EPATCH_MULTI_MSG="Applying SLOT-specific Gentoo patches ..." \ + epatch "${FILESDIR}"/patches/${SLOT}/*.patch + fi + + # add hardening as per toolchain eclass + make_gcc_hard + + # Replacing obsolete head/tail with POSIX compliant ones + ht_fix_file */configure + +# if ! is_crosscompile && is_multilib && \ +# [[ ( $(tc-arch) == "amd64" || $(tc-arch) == "ppc64" ) && -z ${SKIP_MULTILIB_HACK} ]] ; then +# disgusting_gcc_multilib_HACK || die "multilib hack failed" +# fi + + # Fixup libtool to correctly generate .la files with portage + cd "${S}" + elibtoolize --portage --shallow --no-uclibc + + gnuconfig_update + # update configure files + einfo "Fixing misc issues in configure files" + for f in $(grep -l 'autoconf version 2.13' $(find "${S}" -name configure)) ; do + ebegin " Updating ${f}" + patch "${f}" "${FILESDIR}"/gcc-configure-LANG.patch >& "${T}"/configure-patch.log \ + || eerror "Please file a bug about this" + eend $? + done + + # apply global slot/path patch + EPATCH_MULTI_MSG="Adjusting default paths for gnat-gcc ..." \ + epatch "${FILESDIR}"/${PN}-4.9.3-make-default-paths-match-slot.patch + sed -i -e "s|SLOT_MARKER|${BOOT_SLOT}|" "${S}"/gcc/Makefile.in + + [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env-r1.patch + +# this is only needed for gnat-gpl-4.1 and breaks for gnat-gcc, so +# this block was moved to corresponding ebuild +# pushd "${S}"/gnattools &> /dev/null +# eautoconf +# popd &> /dev/null + ;; + + common_prep) + # Prepare the gcc source directory + cd "${S}/gcc" + touch cstamp-h.in + touch ada/[es]info.h + touch ada/nmake.ad[bs] + # set the compiler name to gnatgcc + for i in `find ada/ -name '*.ad[sb]'`; do \ + sed -i -e "s/\"gcc\"/\"gnatgcc\"/g" ${i}; \ + done + # add -fPIC flag to shared libs for 3.4* backend + if [ "3.4" == "${GCCBRANCH}" ] ; then + cd ada + epatch "${FILESDIR}"/gnat-Make-lang.in.patch + fi + + # gcc 4.3 sources seem to have a common omission of $(DESTDIR), + # that leads to make install trying to rm -f file on live system. + # As we do not need this rm, we simply remove the whole line + if [ "4.3" == "${GCCBRANCH}" ] ; then + sed -i -e "/\$(RM) \$(bindir)/d" "${S}"/gcc/ada/Make-lang.in + fi + + find "${S}" -name Makefile.in \ + -exec sed -i '/^pkgconfigdir/s:=.*:=$(toolexeclibdir)/pkgconfig:' {} + + + mkdir -p "${GNATBUILD}" + ;; + + all) + gnatbuild-r1_src_unpack base_unpack common_prep + ;; + esac + shift + done +} + +# for now just dont run default configure +gnatbuild-r1_src_configure() { + : +} + +# it would be nice to split configure and make steps +# but both need to operate inside specially tuned evironment +# so just do sections for now (as in eclass section of handbook) +# sections are: configure, make-tools, bootstrap, +# gnatlib_and_tools, gnatlib-shared +gnatbuild-r1_src_compile() { + debug-print-function ${FUNCNAME} $@ + + if [[ -z "$1" ]]; then + gnatbuild-r1_src_compile all + return $? + fi + + if [[ "all" == "$1" ]] + then # specialcasing "all" to avoid scanning sources unnecessarily + gnatbuild-r1_src_compile configure make-tools \ + bootstrap gnatlib_and_tools gnatlib-shared + + else + # Set some paths to our bootstrap compiler. + export PATH="${GNATBOOT}/bin:${PATH}" + # !ATTN! the bootstrap compilers have a very simplystic structure, + # so many paths are not identical to the installed ones. + # Plus it was simplified even more in new releases. + if [[ ${BOOT_SLOT} > 4.1 ]] ; then + case $(tc-arch) in + arm) + GNATLIB="${GNATBOOT}/lib/gcc/${BOOT_TARGET}/${BOOT_SLOT}" + ;; + x86|amd64) + GNATLIB="${GNATBOOT}/lib/gcc/${BOOT_TARGET}/${BOOT_VER}" + ;; + *) + GNATLIB="${GNATBOOT}/lib" + ;; + esac + else + GNATLIB="${GNATBOOT}/lib/gnatgcc/${BOOT_TARGET}/${BOOT_SLOT}" + fi + + export CC="${GNATBOOT}/bin/gnatgcc" + export CXX="${GNATBOOT}/bin/gnatg++" + export LDFLAGS="${LDFLAGS}" + export CFLAGS="${CFLAGS}" + export CXXFLAGS="${CFLAGS}" + # CPATH is supposed to be applied for any language, thus + # superceding either of C/CPLUS/OBJC_INCLUDE_PATHs + export CPATH="${GNATLIB}/include" + LIB_DIR="${GNATLIB}" + LDFLAGS="${LDFLAGS} -L${GNATLIB}" + + # additional vars from gnuada and elsewhere + export LIBRARY_PATH="${GNATLIB}" + + STDCXX_INCDIR="${LIBPATH}/include/g++-v${SLOT/\.*/}" + + export ADA_OBJECTS_PATH="${GNATLIB}/adalib" + export ADA_INCLUDE_PATH="${GNATLIB}/adainclude" + + while [ "$1" ]; do + case $1 in + configure) + debug-print-section configure + + # Configure gcc + local confgcc + confgcc="${confgcc} --host=${CHOST}" + + # some cross-compile logic from toolchain + if is_crosscompile || tc-is-cross-compiler ; then + confgcc="${confgcc} --target=${CTARGET}" + fi + [[ -n ${CBUILD} ]] && confgcc="${confgcc} --build=${CBUILD}" + + # Native Language Support + if use nls ; then + confgcc="${confgcc} --enable-nls --without-included-gettext" + else + confgcc="${confgcc} --disable-nls" + fi + + # bug 586538: extra lto-wrapper dorks up system gcc + confgcc="${confgcc} --disable-lto" + + # setup multilib abi stuff + gcc-multilib-configure + + use hardened && confgcc="${confgcc} --enable-esp" + + # reasonably sane globals (from toolchain) + # also disable mudflap and ssp + confgcc="${confgcc} \ + --enable-languages="c,ada,c++" \ + --with-gcc \ + --with-system-zlib \ + --enable-obsolete \ + --enable-secureplt \ + --disable-werror \ + --enable-checking=release \ + --enable-libstdcxx-time \ + --disable-libmudflap \ + --disable-libssp \ + --disable-altivec \ + --disable-fixed-point \ + --disable-libgcj \ + --disable-libcilkrts \ + --disable-libquadmath \ + --enable-libsanitizer \ + --enable-targets=all \ + --with-bugurl=https://bugs.gentoo.org/ \ + --with-python-dir=${DATAPATH/$PREFIX/}/python" + + if in_iuse openmp ; then + # Make sure target has pthreads support. #326757 #335883 + # There shouldn't be a chicken&egg problem here as openmp won't + # build without a C library, and you can't build that w/out + # already having a compiler ... + if ! is_crosscompile || \ + $(tc-getCPP ${CTARGET}) -E - <<<"#include " >& /dev/null + then + case $(tc-arch) in + arm) + confgcc="${confgcc} --disable-libgomp" + ;; + *) + if use openmp ; then + confgcc="${confgcc} --enable-libgomp" + else + confgcc="${confgcc} --disable-libgomp" + fi + ;; + esac + else + # Force disable as the configure script can be dumb #359855 + confgcc="${confgcc} --disable-libgomp" + fi + else + # For gcc variants where we don't want openmp (e.g. kgcc) + confgcc="${confgcc} --disable-libgomp" + fi + + # ACT's gnat-gpl does not like libada for whatever reason.. + if tc_version_is_at_least 4.2 ; then + confgcc="${confgcc} --enable-libada" +# else +# einfo "ACT's gnat-gpl does not like libada, disabling" +# confgcc="${confgcc} --disable-libada" + fi + + # set some specifics available in later versions + confgcc="${confgcc} --enable-shared" + if tc_version_is_at_least 4.7 ; then + einfo "setting gnat thread model" + confgcc="${confgcc} --enable-threads=posix" + confgcc="${confgcc} --enable-shared=boehm-gc,ada,libada" + elif tc_version_is_at_least 4.3 ; then + confgcc="${confgcc} --enable-threads=gnat" + confgcc="${confgcc} --enable-shared=boehm-gc,ada,libada" + else + confgcc="${confgcc} --enable-threads=posix" + fi + + # harfloat vs soft + case $(tc-is-softfloat) in + yes) confgcc="${confgcc} --with-float=soft" ;; + softfp) confgcc="${confgcc} --with-float=softfp" ;; + *) + # If they've explicitly opt-ed in, do hardfloat, + # otherwise let the gcc default kick in. + case ${CTARGET//_/-} in + *-hardfloat-*|*eabihf) confgcc="${confgcc} --with-float=hard" ;; + esac + esac + + # multilib and arch support + case $(tc-arch) in + arm) + local a arm_arch=${CTARGET%%-*} + # Remove trailing endian variations first: eb el be bl b l + for a in e{b,l} {b,l}e b l ; do + if [[ ${arm_arch} == *${a} ]] ; then + arm_arch=${arm_arch%${a}} + break + fi + done + # Convert armv7{a,r,m} to armv7-{a,r,m} + [[ ${arm_arch} == armv7? ]] && arm_arch=${arm_arch/7/7-} + # See if this is a valid --with-arch flag + if (srcdir=${S}/gcc target=${CTARGET} with_arch=${arm_arch}; + . "${srcdir}"/config.gcc) &>/dev/null + then + confgcc="${confgcc} --with-arch=${arm_arch}" + fi + + # Make default mode thumb for microcontroller classes #418209 + [[ ${arm_arch} == *-m ]] && confgcc="${confgcc} --with-mode=thumb" + + # Enable hardvfp + if [[ $(tc-is-softfloat) == "no" ]] && \ + [[ ${CTARGET} == armv[67]* ]] + then + # Follow the new arm hardfp distro standard by default + confgcc="${confgcc} --with-float=hard" + case ${CTARGET} in + armv6*) confgcc="${confgcc} --with-fpu=vfp" ;; + armv7*) confgcc="${confgcc} --with-fpu=vfpv3-d16" ;; + esac + fi + ;; + mips) + # Add --with-abi flags to set default ABI + confgcc="${confgcc} --with-abi=$(gcc-abi-map ${TARGET_DEFAULT_ABI})" + ;; + ppc) + # Set up defaults based on current CFLAGS + is-flagq -mfloat-gprs=double && confgcc="${confgcc} --enable-e500-double" + [[ ${CTARGET//_/-} == *-e500v2-* ]] && confgcc="${confgcc} --enable-e500-double" + ;; + amd64) + if is_multilib ; then + confgcc="${confgcc} --enable-multilib" + if has x32 $(get_all_abis TARGET) ; then + confgcc="${confgcc} --with-abi=$(gcc-abi-map ${TARGET_DEFAULT_ABI})" + fi + else + confgcc="${confgcc} --disable-multilib" + fi + ;; + x86) + confgcc="${confgcc} --with-arch=${CTARGET%%-*}" + confgcc="${confgcc} --disable-multilib" + ;; + esac + + # __cxa_atexit is "essential for fully standards-compliant handling of + # destructors", but apparently requires glibc. + if [[ ${CTARGET} == *-gnu* ]] ; then + confgcc="${confgcc} --enable-__cxa_atexit" + confgcc="${confgcc} --enable-clocale=gnu" + fi + + export gcc_cv_lto_plugin=1 # okay to build, default to opt-in + export gcc_cv_prog_makeinfo_modern=no + export ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' + use hardened && export gcc_cv_libc_provides_ssp=yes + + # need to strip graphite/lto flags or we'll get the + # dreaded C compiler cannot create executables... + # error. +# filter-flags -floop-interchange -floop-strip-mine -floop-block +# filter-flags -fuse-linker-plugin -flto* + strip-flags + replace-flags -O? -O2 + filter-flags '-mabi*' -m31 -m32 -m64 + filter-flags -frecord-gcc-switches + filter-flags -mno-rtm -mno-htm + + # gold linker barfs on some arches/configs :/ + #tc-ld-is-gold && tc-ld-disable-gold + + case $(tc-arch) in + amd64|x86) + filter-flags '-mcpu=*' + ;; + *) + ;; + esac + +# strip-unsupported-flags + + STAGE1_CFLAGS="${CFLAGS} -fPIC" + use hardened && STAGE1_CFLAGS="-O2 -fPIC" + BOOT_CFLAGS="$(get_abi_CFLAGS ${TARGET_DEFAULT_ABI}) ${CFLAGS} -fPIC" + is_crosscompile && BOOT_CFLAGS="-O2 -fPIC" + + einfo "Environment vars: + CC=${CC}, + CXX=${CXX}, + CTARGET=${CTARGET} + ABI=${TARGET_DEFAULT_ABI}, + TARGET_ABI=${TARGET_ABI}. + TARGET_MULTILIB_ABIS=${TARGET_MULTILIB_ABIS}, + TARGET_DEFAULT_ABI=${TARGET_DEFAULT_ABI}, + GCC_ABI=$(gcc-abi-map ${TARGET_DEFAULT_ABI}) + ADA_OBJECTS_PATH=${ADA_OBJECTS_PATH}, + ADA_INCLUDE_PATH=${ADA_INCLUDE_PATH}, + PATH=${PATH}" + + confgcc="${confgcc} ${EXTRA_ECONF}" + einfo "Configuring with confgcc=${confgcc}" + + pushd "${GNATBUILD}" > /dev/null + CC="${CC}" CXX="${CXX}" \ + LDFLAGS="${LDFLAGS}" \ + CFLAGS="${CFLAGS}" \ + CXXFLAGS="${CFLAGS}" \ + "${S}"/configure \ + --prefix="${PREFIX}" \ + --bindir="${BINPATH}" \ + --includedir="${INCLUDEPATH}" \ + --datadir="${DATAPATH}" \ + --mandir="${DATAPATH}"/man \ + --infodir="${DATAPATH}"/info \ + --with-gxx-include-dir="${STDCXX_INCDIR}" \ + --with-pkgversion="Gentoo Hardened ${GNATRELEASE} p${PATCH_VER}, pie-${PIE_VER}" \ + ${confgcc} || die "configure failed" + popd > /dev/null + ;; + + make-tools) + debug-print-section make-tools + # Compile helper tools + cd "${GNATBOOT}" + cp "${S}"/gcc/ada/xtreeprs.adb . + cp "${S}"/gcc/ada/xsinfo.adb . + cp "${S}"/gcc/ada/xeinfo.adb . + cp "${S}"/gcc/ada/xnmake.adb . + cp "${S}"/gcc/ada/xutil.ad{s,b} . + if (( ${GNATMINOR} > 5 )) ; then + cp "${S}"/gcc/ada/einfo.ad{s,b} . + cp "${S}"/gcc/ada/csinfo.adb . + cp "${S}"/gcc/ada/ceinfo.adb . + fi + + gnatmake xtreeprs && \ + gnatmake xsinfo && \ + gnatmake xeinfo && \ + gnatmake xnmake || die "building helper tools" + + mv xeinfo xnmake xsinfo xtreeprs bin/ + ;; + + bootstrap) + debug-print-section bootstrap + # and, finally, the build itself + # do we need this? STAGE1_CFLAGS="${CFLAGS}" + # or this? bootstrap-lean + # removing both to try --disable-bootstrap + pushd "${GNATBUILD}" >/dev/null + + emake \ + LDFLAGS="${LDFLAGS}" \ + LIBPATH="${LIBPATH}" \ + CC="${CC}" CXX="${CXX}" \ + STAGE1_CFLAGS="${STAGE1_CFLAGS}" \ + LIBRARY_VERSION="${SLOT}" \ + BOOT_CFLAGS="${BOOT_CFLAGS}" \ + bootstrap-lean \ + || die "bootstrap failed" + + popd >/dev/null + ;; + + gnatlib_and_tools) + debug-print-section gnatlib_and_tools + einfo "building gnatlib_and_tools" + cd "${GNATBUILD}" + emake -j1 -C gcc gnatlib_and_tools || \ + die "gnatlib_and_tools failed" + ;; + + gnatlib-shared) + debug-print-section gnatlib-shared + einfo "building shared lib" + cd "${GNATBUILD}" + rm -f gcc/ada/rts/*.{o,ali} || die + #otherwise make tries to reuse already compiled (without -fPIC) objs.. + emake -j1 -C gcc gnatlib-shared LIBRARY_VERSION="${SLOT}" || \ + die "gnatlib-shared failed" + ;; + + esac + shift + done # while + fi # "all" == "$1" +} +# -- end gnatbuild-r1_src_compile + + +gnatbuild-r1_src_install() { + debug-print-function ${FUNCNAME} $@ + + if [[ -z "$1" ]] ; then + gnatbuild-r1_src_install all + return $? + fi + + while [ "$1" ]; do + case $1 in + install) # runs provided make install + debug-print-section install + + # Looks like we need an access to the bootstrap compiler here too + # as gnat apparently wants to compile something during the installation + # The spotted obuser was xgnatugn, used to process gnat_ugn_urw.texi, + # during preparison of the docs. + export PATH="${GNATBOOT}/bin:${PATH}" + if [[ ${BOOT_SLOT} > 4.1 ]] ; then + GNATLIB="${GNATBOOT}/lib" + elif [[ ${BOOT_SLOT} > 4.8 ]] ; then + GNATLIB="${GNATBOOT}/lib/gnatgcc/${BOOT_TARGET}/${BOOT_VER}" + else + GNATLIB="${GNATBOOT}/lib/gnatgcc/${BOOT_TARGET}/${BOOT_SLOT}" + fi + + export CC="${GNATBOOT}/bin/gnatgcc" + #export INCLUDE_DIR="${GNATLIB}/include" + #export C_INCLUDE_PATH="${GNATLIB}/include" + #export CPLUS_INCLUDE_PATH="${GNATLIB}/include" + export ADA_OBJECTS_PATH="${GNATLIB}/adalib" + export ADA_INCLUDE_PATH="${GNATLIB}/adainclude" + + # Do not allow symlinks in /usr/lib/gcc/${CHOST}/${MY_PV}/include as + # this can break the build. + find "${GNATBUILD}"/\*gcc/include/ -type l -delete + + # Remove generated headers, as they can cause things to break + # (ncurses, openssl, etc). (from toolchain.eclass) + for x in $(find "${WORKDIR}"/build/gcc/include/ -name '*.h') ; do + grep -q 'It has been auto-edited by fixincludes from' "${x}" \ + && rm -f "${x}" + done + + + cd "${GNATBUILD}" + make -j1 DESTDIR="${D}" install || die + + find "${D}" -name install-tools -prune -type d -exec rm -rf "{}" \; + find "${D}" -name libiberty.a -delete + + # Disable RANDMMAP so PCH works. #301299 + pax-mark r "${D}${LIBEXECPATH}"/{gnat1,cc1,cc1plus} + + # Quiet QA warnings, wait for adacore exec stack patch in gcc 7 + # (note: needs testing with hardened emulate trampolines) + #if use hardened ; then + # pax-mark Emr "${D}"${BINPATH}/{gnatmake,gnatname,gnatls,gnatclean,gnat} + #else + # export QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatname + # ${BINPATH:1}/gnatmake ${BINPATH:1}/gnatclean ${BINPATH:1}/gnat + # ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so" + #fi +# export QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatname +# ${BINPATH:1}/gnatmake ${BINPATH:1}/gnatclean ${BINPATH:1}/gnat" + + use hardened && pax-mark E "${D}${BINPATH}"/{gnatmake,gnatname,gnatls,gnatclean,gnat} + + if use doc ; then + if (( $(bc <<< "${GNATBRANCH} > 4.3") )) ; then + #make a convenience info link + ewarn "Yay! Math works." + dosym gnat_ugn.info ${DATAPATH}/info/gnat.info + fi + fi + ;; + + move_libs) + debug-print-section move_libs + + # first we need to remove some stuff to make moving easier + #rm -rf "${D}${LIBPATH}"/{32,include} + # gcc insists on installing libs in its own place + cp -a -t "${D}${LIBPATH}"/ "${D}${PREFIX}"/lib/gcc/"${CTARGET}/${GCCRELEASE}"/* + cp -a -t "${D}${LIBEXECPATH}"/ "${D}${PREFIX}"/libexec/gcc/"${CTARGET}/${GCCRELEASE}"/* + rm -rf "${D}${PREFIX}"/libexec/gcc + + # libgcc_s and, with gcc>=4.0, other libs get installed in multilib specific locations by gcc + # we pull everything together to simplify working environment + if is_multilib ; then + case $(tc-arch) in + amd64) + cp -a -t "${D}${LIBPATH}"/ "${D}${PREFIX}"/lib/"${PN}/${CTARGET}/${SLOT}"/* + mv -t "${D}${LIBPATH}"/32/ "${D}${PREFIX}"/lib32/* + mv -t "${D}${LIBPATH}"/ "${D}${PREFIX}"/lib64/lib* + rm -rf "${D}${PREFIX}"/lib "${D}${PREFIX}"/lib32 + ;; + ppc64) + # not supported yet, will have to be adjusted when we + # actually build gnat for that arch + ;; + esac + else + # x86 cleanup (maybe arm) + mv -t "${D}${LIBPATH}"/ "${D}${PREFIX}/lib/gcc/${CTARGET}/${GCCRELEASE}"/* + mv -t "${D}${LIBPATH}"/ "${D}${PREFIX}"/lib/lib* + #mv -t "${D}${LIBPATH}"/include/ "${D}${LIBPATH}"/gcc/"${CTARGET}/${GCCRELEASE}"/include/* + rm -rf "${D}${PREFIX}"/lib/gcc + rm -rf "${D}${LIBPATH}"/gcc + fi + + local py gdbdir=/usr/share/gdb/auto-load${LIBPATH/\/lib\//\/$(get_libdir)\/} + pushd "${D}${LIBPATH}" >/dev/null + for py in $(find . -name '*-gdb.py') ; do + local multidir=${py%/*} + insinto "${gdbdir}/${multidir}" + sed -i "/^libdir =/s:=.*:= '${LIBPATH}/${multidir}':" "${py}" || die + doins "${py}" || die + rm "${py}" || die + done + popd >/dev/null + ;; + + cleanup) + debug-print-section cleanup + + # force gnatgcc to use its own specs - versions prior to 3.4.6 read specs + # from system gcc location. Do the simple wrapper trick for now + # !ATTN! change this if eselect-gnat starts to follow eselect-compiler + cd "${D}${BINPATH}" + if [[ ${GCCVER} < 3.4.6 ]] ; then + # gcc 4.1 uses builtin specs. What about 4.0? + mv gnatgcc gnatgcc_2wrap + cat > gnatgcc << EOF +#! /bin/bash +# wrapper to cause gnatgcc read appropriate specs and search for the right .h +# files (in case no matching gcc is installed) +BINDIR=\$(dirname \$0) +# The paths in the next line have to be absolute, as gnatgcc may be called from +# any location +\${BINDIR}/gnatgcc_2wrap -specs="${LIBPATH}/specs" -I"${LIBPATH}/include" \$@ +EOF + chmod a+x gnatgcc + else + local i + for i in cpp gcc gcov c++ g++ ; do + ln -s ${i} gnat${i} + done + fi + + # earlier gnat's generate some Makefile's at generic location, need to + # move to avoid collisions + [ -f "${D}${PREFIX}"/share/gnat/Makefile.generic ] && + mv "${D}${PREFIX}"/share/gnat/Makefile.* "${D}${DATAPATH}" + + rm -rf "${D}${LIBPATH}"/install-tools "${D}${LIBEXECPATH}"/install-tools + + # remove duplicate docs + rm -rf "${D}${DATAPATH}"/info + rm -rf "${D}${DATAPATH}"/man + + # fix .la path for lto plugin + [ -f "${D}${LIBEXECPATH}"/liblto_plugin.la ] && + sed -i -e \ + "/libdir=/c\libdir='${LIBEXECPATH}'" \ + "${D}${LIBEXECPATH}"/liblto_plugin.la + + # use gid of 0 because some stupid ports don't have + # the group 'root' set to gid 0 (toolchain.eclass) + chown -R root:0 "${D}${LIBPATH}" 2>/dev/null + + # add hardening spec stuff + if use hardened ; then + insinto "${LIBPATH}" + doins "${WORKDIR}"/specs/*.specs || die "failed to install specs" + fi + ;; + + prep_env) + # instead of putting junk under /etc/env.d/gnat we recreate env files as + # needed with eselect + create_eselect_conf + ;; + + all) + # remove the move to test new install paths # move_libs + gnatbuild-r1_src_install install move_libs cleanup prep_env + ;; + esac + shift + done # while +} +# -- end gnatbuild-r1_src_install diff --git a/sdk_container/src/third_party/portage-stable/eclass/gnatbuild.eclass b/sdk_container/src/third_party/portage-stable/eclass/gnatbuild.eclass index 43f7e59ad2..d6bc63ce51 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/gnatbuild.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/gnatbuild.eclass @@ -1,10 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +## Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# Authors: George Shapovalov -# Steve Arnold +# $Header: $ # +# Author: George Shapovalov +# Author: Steve Arnold # Belongs to: ada herd # # Notes: @@ -19,19 +18,27 @@ #WANT_AUTOMAKE="1.8" #WANT_AUTOCONF="2.1" -inherit eutils versionator toolchain-funcs flag-o-matic multilib autotools \ - libtool fixheadtails gnuconfig pax-utils +inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator -EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_postrm src_unpack src_compile src_install +FEATURES=${FEATURES/multilib-strict/} + +EXPORT_FUNCTIONS="pkg_setup pkg_postinst pkg_postrm src_unpack src_configure src_compile src_install" IUSE="nls" # multilib is supported via profiles now, multilib usevar is deprecated -DEPEND=">=app-eselect/eselect-gnat-1.3 - sys-devel/bc -" +RDEPEND="app-eselect/eselect-gnat + virtual/libiconv + nls? ( virtual/libintl )" -RDEPEND="app-eselect/eselect-gnat" +DEPEND="${RDEPEND} + >=app-eselect/eselect-gnat-1.3-r1 + >=sys-libs/glibc-2.12 + >=sys-devel/binutils-2.23 + sys-devel/bc + >=sys-devel/bison-1.875 + >=sys-devel/flex-2.5.4 + nls? ( sys-devel/gettext )" # Note! # It may not be safe to source this at top level. Only source inside local @@ -140,7 +147,7 @@ is_multilib() { [[ ${GCCMAJOR} < 3 ]] && return 1 case ${CTARGET} in mips64*|powerpc64*|s390x*|sparc64*|x86_64*) - has_multilib_profile || use multilib ;; + has_multilib_profile ;; *) false ;; esac } @@ -200,7 +207,7 @@ create_eselect_conf() { echo " bin_prefix=${CTARGET}" >> "${D}/${gnat_config_file}" for abi in $(get_all_abis) ; do - add_profile_eselect_conf "${D}/${gnat_config_file}" "${abi}" + add_profile_eselect_conf "${gnat_config_file}" "${abi}" done } @@ -213,7 +220,7 @@ should_we_eselect_gnat() { # if the current config is invalid, we definitely want a new one # Note: due to bash quirkiness, the following must not be 1 line local curr_config - curr_config=$(eselect gnat show | grep ${CTARGET} | awk '{ print $1 }') || return 0 + curr_config=$(eselect --colour=no gnat show | grep ${CTARGET} | awk '{ print $1 }') || return 0 [[ -z ${curr_config} ]] && return 0 # The logic is basically "try to keep the same profile if possible" @@ -246,7 +253,7 @@ do_gnat_config() { elog "Ada handling in Gentoo allows you to have multiple gnat variants" elog "installed in parallel and automatically manage Ada libs." elog "Please take a look at the Ada project page for some documentation:" - elog "https://www.gentoo.org/proj/en/prog_lang/ada/index.xml" + elog "http://www.gentoo.org/proj/en/prog_lang/ada/index.xml" } @@ -309,12 +316,11 @@ gnatbuild_pkg_postinst() { elog . ${GnatCommon} || die "failed to source common code" if [[ ! -f ${PRIMELIST} ]] || [[ ! -s ${PRIMELIST} ]]; then - mkdir -p ${SETTINGSDIR} echo "${gnat_profile}" > ${PRIMELIST} elog "The list of primary compilers was empty and got assigned ${gnat_profile}." fi elog "Please edit ${PRIMELIST} and list there gnat profiles intended" - elog "for common use, one per line." + elog "for common use." } @@ -333,7 +339,10 @@ gnatbuild_pkg_postrm() { # common unpack stuff gnatbuild_src_unpack() { debug-print-function ${FUNCNAME} $@ - [ -z "$1" ] && gnatbuild_src_unpack all + if [[ -z "$1" ]]; then + gnatbuild_src_unpack all + return $? + fi while [ "$1" ]; do case $1 in @@ -417,6 +426,12 @@ gnatbuild_src_unpack() { done } +# for now just dont run default configure +gnatbuild_src_configure() { + # do nothing + : +} + # it would be nice to split configure and make steps # but both need to operate inside specially tuned evironment # so just do sections for now (as in eclass section of handbook) @@ -441,7 +456,14 @@ gnatbuild_src_compile() { # so many paths are not identical to the installed ones. # Plus it was simplified even more in new releases. if [[ ${BOOT_SLOT} > 4.1 ]] ; then - GNATLIB="${GNATBOOT}/lib" + case $(tc-arch) in + arm) + GNATLIB="${GNATBOOT}/lib/gcc/${BOOT_TARGET}/${BOOT_SLOT}" + ;; + *) + GNATLIB="${GNATBOOT}/lib" + ;; + esac else GNATLIB="${GNATBOOT}/lib/gnatgcc/${BOOT_TARGET}/${BOOT_SLOT}" fi @@ -465,10 +487,10 @@ gnatbuild_src_compile() { export ADA_OBJECTS_PATH="${GNATLIB}/adalib" export ADA_INCLUDE_PATH="${GNATLIB}/adainclude" -# einfo "CC=${CC}, -# ADA_INCLUDE_PATH=${ADA_INCLUDE_PATH}, -# LDFLAGS=${LDFLAGS}, -# PATH=${PATH}" + einfo "CC=${CC}, + ADA_INCLUDE_PATH=${ADA_INCLUDE_PATH}, + LDFLAGS=${LDFLAGS}, + PATH=${PATH}" while [ "$1" ]; do case $1 in @@ -492,9 +514,9 @@ gnatbuild_src_compile() { fi if version_is_at_least 4.6 ; then - confgcc+=( $(use_enable lto) ) - else - confgcc+=( --disable-lto ) + confgcc="${confgcc} --enable-lto" + elif tc_version_is_at_least 4.5 ; then + confgcc="${confgcc} --disable-lto --disable-plugin" fi # reasonably sane globals (from toolchain) @@ -503,9 +525,13 @@ gnatbuild_src_compile() { --with-system-zlib \ --disable-checking \ --disable-werror \ - --disable-libgomp \ --disable-libmudflap \ --disable-libssp \ + --disable-altivec \ + --disable-fixed-point \ + --disable-libgcj \ + --disable-libcilkrts \ + --disable-libsanitizer \ --disable-libunwind-exceptions" if in_iuse openmp ; then @@ -518,19 +544,19 @@ gnatbuild_src_compile() { then case $(tc-arch) in arm) - confgcc+=( --disable-libgomp ) + confgcc="${confgcc} --disable-libgomp" ;; *) - confgcc+=( $(use_enable openmp libgomp) ) + confgcc="${confgcc} $(use_enable openmp libgomp)" ;; esac else # Force disable as the configure script can be dumb #359855 - confgcc+=( --disable-libgomp ) + confgcc="${confgcc} --disable-libgomp" fi else # For gcc variants where we don't want openmp (e.g. kgcc) - confgcc+=( --disable-libgomp ) + confgcc="${confgcc} --disable-libgomp" fi # ACT's gnat-gpl does not like libada for whatever reason.. @@ -542,8 +568,11 @@ gnatbuild_src_compile() { fi # set some specifics available in later versions - if version_is_at_least 4.3 ; then + if version_is_at_least 4.7 ; then einfo "setting gnat thread model" + confgcc="${confgcc} --enable-threads=posix" + confgcc="${confgcc} --enable-shared=boehm-gc,ada,libada" + elif version_is_at_least 4.3 ; then confgcc="${confgcc} --enable-threads=gnat" confgcc="${confgcc} --enable-shared=boehm-gc,ada,libada" else @@ -567,23 +596,33 @@ gnatbuild_src_compile() { einfo "confgcc=${confgcc}" - # need to strip graphite flags or we'll get the + export gcc_cv_lto_plugin=1 # okay to build, default to opt-in + export gcc_cv_prog_makeinfo_modern=no + export ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' + export gcc_cv_libc_provides_ssp=yes + + # need to strip graphite/lto flags or we'll get the # dreaded C compiler cannot create executables... # error. - strip-flags -floop-interchange -floop-strip-mine -floop-block + strip-flags + replace-flags -O? -O2 + filter-flags '-mabi*' -m31 -m32 -m64 + filter-flags -frecord-gcc-switches + filter-flags -mno-rtm -mno-htm + #filter-flags -floop-interchange -floop-strip-mine -floop-block + #filter-flags -fuse-linker-plugin -flto* cd "${GNATBUILD}" - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" "${S}"/configure \ - --prefix=${PREFIX} \ - --bindir=${BINPATH} \ - --includedir=${INCLUDEPATH} \ + CC="${CC}" CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}" "${S}"/configure \ + --prefix="${PREFIX}" \ + --bindir="${BINPATH}" \ + --includedir="${INCLUDEPATH}" \ --libdir="${LIBPATH}" \ --libexecdir="${LIBEXECPATH}" \ - --datadir=${DATAPATH} \ - --mandir=${DATAPATH}/man \ - --infodir=${DATAPATH}/info \ - --program-prefix=gnat \ - --enable-languages="c,ada" \ + --datadir="${DATAPATH}" \ + --mandir="${DATAPATH}"/man \ + --infodir="${DATAPATH}"/info \ + --enable-languages=c,ada \ --with-gcc \ ${confgcc} || die "configure failed" ;; @@ -606,13 +645,19 @@ gnatbuild_src_compile() { gnatmake xsinfo && \ gnatmake xeinfo && \ gnatmake xnmake || die "building helper tools" + + mv xeinfo xnmake xsinfo xtreeprs bin/ ;; bootstrap) debug-print-section bootstrap # and, finally, the build itself cd "${GNATBUILD}" - emake bootstrap || die "bootstrap failed" + emake \ + LDFLAGS="${LDFLAGS}" \ + LIBPATH="${LIBPATH}" \ + CC="${CC}" \ + bootstrap-lean || die "bootstrap failed" ;; gnatlib_and_tools) @@ -692,10 +737,16 @@ gnatbuild_src_install() { cd "${GNATBUILD}" make DESTDIR="${D}" install || die + # Disable RANDMMAP so PCH works. #301299 + pax-mark r "${D}"${LIBEXECPATH}/{gnat1,cc1,cc1plus} + # Quiet QA warnings, wait for adacore exec stack patch in gcc 7 + export QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatname + ${BINPATH:1}/gnatmake ${BINPATH:1}/gnatclean ${BINPATH:1}/gnat" + if use doc ; then if (( $(bc <<< "${GNATBRANCH} > 4.3") )) ; then #make a convenience info link - elog "Yay! Math is good." + ewarn "Yay! Math works." dosym gnat_ugn.info ${DATAPATH}/info/gnat.info fi fi @@ -728,9 +779,9 @@ gnatbuild_src_install() { # force gnatgcc to use its own specs - versions prior to 3.4.6 read specs # from system gcc location. Do the simple wrapper trick for now # !ATTN! change this if eselect-gnat starts to follow eselect-compiler + cd "${D}${BINPATH}" if [[ ${GCCVER} < 3.4.6 ]] ; then # gcc 4.1 uses builtin specs. What about 4.0? - cd "${D}${BINPATH}" mv gnatgcc gnatgcc_2wrap cat > gnatgcc << EOF #! /bin/bash @@ -742,6 +793,11 @@ BINDIR=\$(dirname \$0) \${BINDIR}/gnatgcc_2wrap -specs="${LIBPATH}/specs" -I"${LIBPATH}/include" \$@ EOF chmod a+x gnatgcc + else + local i + for i in cpp gcc gcov ; do + ln -s ${i} gnat${i} + done fi # earlier gnat's generate some Makefile's at generic location, need to @@ -751,7 +807,7 @@ EOF # use gid of 0 because some stupid ports don't have # the group 'root' set to gid 0 (toolchain.eclass) - chown -R root:0 "${D}${LIBPATH}" +# chown -R root:0 "${D}${LIBPATH}" ;; cleanup) @@ -774,9 +830,6 @@ EOF "${D}${LIBEXECPATH}"/liblto_plugin.la \ || die "sed update of .la file failed!" fi - - # add config directory (bug 440660) - keepdir /etc/ada ;; prep_env) diff --git a/sdk_container/src/third_party/portage-stable/eclass/gnome2-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/gnome2-utils.eclass index 1f46389023..63855da123 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/gnome2-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/gnome2-utils.eclass @@ -101,6 +101,14 @@ gnome2_environment_reset() { # Ensure we don't rely on dconf/gconf while building, bug #511946 export GSETTINGS_BACKEND="memory" + + if has ${EAPI:-0} 6; then + # Try to cover the packages honoring this variable, bug #508124 + export GST_INSPECT="$(type -P true)" + + # Stop relying on random DISPLAY variable values, bug #534312 + unset DISPLAY + fi } # @FUNCTION: gnome2_gconf_savelist diff --git a/sdk_container/src/third_party/portage-stable/eclass/gnome2.eclass b/sdk_container/src/third_party/portage-stable/eclass/gnome2.eclass index 8077f71273..bb538dd191 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/gnome2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/gnome2.eclass @@ -10,31 +10,31 @@ # Exports portage base functions used by ebuilds written for packages using the # GNOME framework. For additional functions, see gnome2-utils.eclass. +# @ECLASS-VARIABLE: GNOME2_EAUTORECONF +# @DEFAULT_UNSET +# @DESCRIPTION: +# Run eautoreconf instead of only elibtoolize +GNOME2_EAUTORECONF=${GNOME2_EAUTORECONF:-""} + +[[ ${GNOME2_EAUTORECONF} == 'yes' ]] && inherit autotools inherit eutils libtool gnome.org gnome2-utils xdg case "${EAPI:-0}" in 4|5) EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm ;; + 6) + EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm + ;; *) die "EAPI=${EAPI} is not supported" ;; esac -# @ECLASS-VARIABLE: G2CONF +# @ECLASS-VARIABLE: DOCS # @DEFAULT_UNSET # @DESCRIPTION: -# Extra configure opts passed to econf. -# Deprecated, pass extra arguments to gnome2_src_configure. -G2CONF=${G2CONF:-""} - -# @ECLASS-VARIABLE: GNOME2_LA_PUNT -# @DESCRIPTION: -# Should we delete ALL the .la files? -# NOT to be used without due consideration. -if has ${EAPI:-0} 4; then - GNOME2_LA_PUNT=${GNOME2_LA_PUNT:-"no"} -else - GNOME2_LA_PUNT=${GNOME2_LA_PUNT:-""} -fi +# String containing documents passed to dodoc command for eapi4. +# In eapi5 we rely on einstalldocs (from eutils.eclass) and for newer EAPIs we +# follow PMS spec. # @ECLASS-VARIABLE: ELTCONF # @DEFAULT_UNSET @@ -42,36 +42,63 @@ fi # Extra options passed to elibtoolize ELTCONF=${ELTCONF:-""} -# @ECLASS-VARIABLE: DOCS +# @ECLASS-VARIABLE: G2CONF # @DEFAULT_UNSET # @DESCRIPTION: -# String containing documents passed to dodoc command. +# Extra configure opts passed to econf. +# Deprecated, pass extra arguments to gnome2_src_configure. +# Banned in eapi6 and newer. +if has ${EAPI:-0} 4 5; then + G2CONF=${G2CONF:-""} +fi # @ECLASS-VARIABLE: GCONF_DEBUG # @DEFAULT_UNSET -# @DESCRIPTION: +# @DESCRIPTION: # Whether to handle debug or not. # Some gnome applications support various levels of debugging (yes, no, minimum, -# etc), but using --disable-debug also removes g_assert which makes debugging -# harder. This variable should be set to yes for such packages for the eclass +# etc), but using --disable-debug also removes g_assert which makes debugging +# harder. This variable should be set to yes for such packages for the eclass # to handle it properly. It will enable minimal debug with USE=-debug. # Note that this is most commonly found in configure.ac as GNOME_DEBUG_CHECK. - +# +# Banned since eapi6 as upstream is moving away from this obsolete macro in favor +# of autoconf-archive macros, that do not expose this issue (bug #270919) +if has ${EAPI:-0} 4 5; then + if [[ ${GCONF_DEBUG} != "no" ]]; then + IUSE="debug" + fi +fi + # @ECLASS-VARIABLE: GNOME2_ECLASS_GIO_MODULES # @INTERNAL # @DESCRIPTION: # Array containing glib GIO modules -if [[ ${GCONF_DEBUG} != "no" ]]; then - IUSE="debug" +# @ECLASS-VARIABLE: GNOME2_LA_PUNT +# @DESCRIPTION: +# For eapi4 it sets if we should delete ALL or none of the .la files +# For eapi5 and newer it relies on prune_libtool_files (from eutils.eclass) +# for this. Available values for GNOME2_LA_PUNT: +# - "no": will not clean any .la files +# - "yes": will run prune_libtool_files --modules +# - If it is not set, it will run prune_libtool_files +if has ${EAPI:-0} 4; then + GNOME2_LA_PUNT=${GNOME2_LA_PUNT:-"no"} +else + GNOME2_LA_PUNT=${GNOME2_LA_PUNT:-""} fi # @FUNCTION: gnome2_src_unpack # @DESCRIPTION: # Stub function for old EAPI. gnome2_src_unpack() { - unpack ${A} - cd "${S}" + if has ${EAPI:-0} 4 5; then + unpack ${A} + cd "${S}" + else + die "gnome2_src_unpack is banned from eapi6" + fi } # @FUNCTION: gnome2_src_prepare @@ -85,31 +112,47 @@ gnome2_src_prepare() { gnome2_environment_reset # Prevent scrollkeeper access violations - gnome2_omf_fix + # We stop to run it from eapi6 as scrollkeeper helpers from + # rarian are not running anything and, then, access violations + # shouldn't occur. + has ${EAPI:-0} 4 5 && gnome2_omf_fix # Disable all deprecation warnings gnome2_disable_deprecation_warning - # Run libtoolize + # Run libtoolize or eautoreconf, bug #591584 # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - elibtoolize ${ELTCONF} + if [[ ${GNOME2_EAUTORECONF} == 'yes' ]]; then + eautoreconf + else + elibtoolize ${ELTCONF} + fi } # @FUNCTION: gnome2_src_configure # @DESCRIPTION: # Gnome specific configure handling gnome2_src_configure() { - # Deprecated for a long time now, see Gnome team policies + # Deprecated for a long time now and banned since eapi6, see Gnome team policies if [[ -n ${G2CONF} ]] ; then - eqawarn "G2CONF set, please review documentation at https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#G2CONF_and_src_configure" + if has ${EAPI:-0} 4 5; then + eqawarn "G2CONF set, please review documentation at https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#G2CONF_and_src_configure" + else + die "G2CONF set, please review documentation at https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#G2CONF_and_src_configure" + fi fi local g2conf=() - # Update the GNOME configuration options - if [[ ${GCONF_DEBUG} != 'no' ]] ; then - if use debug ; then - g2conf+=( --enable-debug=yes ) + if has ${EAPI:-0} 4 5; then + if [[ ${GCONF_DEBUG} != 'no' ]] ; then + if use debug ; then + g2conf+=( --enable-debug=yes ) + fi + fi + else + if [[ -n ${GCONF_DEBUG} ]] ; then + die "GCONF_DEBUG is banned since eapi6 in favor of each ebuild taking care of the proper handling of debug configure option" fi fi @@ -139,7 +182,7 @@ gnome2_src_configure() { g2conf+=( --disable-scrollkeeper ) fi - # Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308 + # Pass --disable-silent-rules when possible (not needed since eapi5), bug #429308 if has ${EAPI:-0} 4; then if grep -q "disable-silent-rules" "${ECONF_SOURCE:-.}"/configure; then g2conf+=( --disable-silent-rules ) @@ -166,22 +209,36 @@ gnome2_src_configure() { g2conf+=( --enable-compile-warnings=minimum ) fi - # Pass --docdir with proper directory, bug #482646 - if grep -q "^ *--docdir=" "${ECONF_SOURCE:-.}"/configure; then - g2conf+=( --docdir="${EPREFIX}"/usr/share/doc/${PF} ) + # Pass --docdir with proper directory, bug #482646 (not needed since eapi6) + if has ${EAPI:-0} 4 5; then + if grep -q "^ *--docdir=" "${ECONF_SOURCE:-.}"/configure; then + g2conf+=( --docdir="${EPREFIX}"/usr/share/doc/${PF} ) + fi fi # Avoid sandbox violations caused by gnome-vfs (bug #128289 and #345659) - addwrite "$(unset HOME; echo ~)/.gnome2" + if has ${EAPI:-0} 4 5; then + addwrite "$(unset HOME; echo ~)/.gnome2" + else + addpredict "$(unset HOME; echo ~)/.gnome2" + fi - econf ${g2conf[@]} ${G2CONF} "$@" + if has ${EAPI:-0} 4 5; then + econf ${g2conf[@]} ${G2CONF} "$@" + else + econf ${g2conf[@]} "$@" + fi } # @FUNCTION: gnome2_src_compile # @DESCRIPTION: # Only default src_compile for now gnome2_src_compile() { - emake + if has ${EAPI:-0} 4 5; then + emake + else + default + fi } # @FUNCTION: gnome2_src_install @@ -189,27 +246,39 @@ gnome2_src_compile() { # Gnome specific install. Handles typical GConf and scrollkeeper setup # in packages and removal of .la files if requested gnome2_src_install() { - # if this is not present, scrollkeeper-update may segfault and - # create bogus directories in /var/lib/ - local sk_tmp_dir="/var/lib/scrollkeeper" - dodir "${sk_tmp_dir}" || die "dodir failed" - # we must delay gconf schema installation due to sandbox export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" - debug-print "Installing with 'make install'" - emake DESTDIR="${D}" "scrollkeeper_localstate_dir=${ED}${sk_tmp_dir} " "$@" install || die "install failed" + local sk_tmp_dir="/var/lib/scrollkeeper" + # scrollkeeper-update from rarian doesn't do anything. Then, since eapi6 + # we stop taking care of it + # + # if this is not present, scrollkeeper-update may segfault and + # create bogus directories in /var/lib/ + if has ${EAPI:-0} 4 5; then + dodir "${sk_tmp_dir}" || die "dodir failed" + emake DESTDIR="${D}" "scrollkeeper_localstate_dir=${ED}${sk_tmp_dir} " "$@" install || die "install failed" + else + default + fi unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL - # Handle documentation as 'default' for eapi5 and newer, bug #373131 + # Handle documentation as 'default' for eapi5, bug #373131 + # Since eapi6 this is handled by default on its own plus MAINTAINERS and HACKING + # files that are really common in gnome packages (bug #573390) if has ${EAPI:-0} 4; then # Manual document installation if [[ -n "${DOCS}" ]]; then dodoc ${DOCS} || die "dodoc failed" fi - else + elif has ${EAPI:-0} 5; then einstalldocs + else + local d + for d in HACKING MAINTAINERS; do + [[ -s "${d}" ]] && dodoc "${d}" + done fi # Do not keep /var/lib/scrollkeeper because: diff --git a/sdk_container/src/third_party/portage-stable/eclass/go-mono.eclass b/sdk_container/src/third_party/portage-stable/eclass/go-mono.eclass index ff790c6151..3ff2ad4001 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/go-mono.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/go-mono.eclass @@ -32,13 +32,13 @@ then elif [[ "${PV}" == "9999" ]] then GO_MONO_P=${P} - EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git" + EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git" SRC_URI="" inherit autotools git elif [[ "${PV%.9999}" != "${PV}" ]] then GO_MONO_P=${P} - EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git" + EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git" EGIT_BRANCH="mono-$(get_version_component_range 1)-$(get_version_component_range 2)${GO_MONO_SUB_BRANCH}" SRC_URI="" inherit autotools git diff --git a/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass b/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass index c6aa415c36..0798040c03 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass @@ -24,6 +24,10 @@ if [[ -z ${_GOLANG_BASE} ]]; then _GOLANG_BASE=1 DEPEND=">=dev-lang/go-1.4.2:=" + +# Do not complain about CFLAGS etc since go projects do not use them. +QA_FLAGS_IGNORED='.*' + STRIP_MASK="*.a" # @ECLASS-VARIABLE: EGO_PN diff --git a/sdk_container/src/third_party/portage-stable/eclass/gst-plugins10.eclass b/sdk_container/src/third_party/portage-stable/eclass/gst-plugins10.eclass index 1d4f4f729e..6c0c9124f4 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/gst-plugins10.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/gst-plugins10.eclass @@ -98,8 +98,8 @@ fi DESCRIPTION="${BUILD_GST_PLUGINS} plugin for gstreamer" -HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://gstreamer.freedesktop.org/src/${GST_ORG_MODULE}/${GST_ORG_MODULE}-${PV}.tar.${GST_TARBALL_SUFFIX}" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI="https://gstreamer.freedesktop.org/src/${GST_ORG_MODULE}/${GST_ORG_MODULE}-${PV}.tar.${GST_TARBALL_SUFFIX}" LICENSE="GPL-2" case ${GST_ORG_PVP} in diff --git a/sdk_container/src/third_party/portage-stable/eclass/gstreamer.eclass b/sdk_container/src/third_party/portage-stable/eclass/gstreamer.eclass index 37bb7ba855..dd5bf2c89f 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/gstreamer.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/gstreamer.eclass @@ -26,7 +26,7 @@ inherit eutils multilib multilib-minimal toolchain-funcs versionator xdg-utils case "${EAPI:-0}" in - 5) + 5|6) ;; 0|1|2|3|4) die "EAPI=\"${EAPI:-0}\" is not supported anymore" @@ -77,8 +77,8 @@ fi DESCRIPTION="${BUILD_GST_PLUGINS} plugin for gstreamer" -HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://gstreamer.freedesktop.org/src/${GST_ORG_MODULE}/${GST_ORG_MODULE}-${PV}.tar.${GST_TARBALL_SUFFIX}" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI="https://gstreamer.freedesktop.org/src/${GST_ORG_MODULE}/${GST_ORG_MODULE}-${PV}.tar.${GST_TARBALL_SUFFIX}" LICENSE="GPL-2" case ${GST_ORG_PVP} in @@ -171,7 +171,7 @@ gstreamer_get_plugin_dir() { # @USAGE: gstreamer_system_link gst-libs/gst/audio:gstreamer-audio [...] # @DESCRIPTION: # Walks through makefiles in order to make sure build will link against system -# librairies. +# libraries. # Takes a list of path fragments and corresponding pkgconfig libraries # separated by colon (:). Will replace the path fragment by the output of # pkgconfig. diff --git a/sdk_container/src/third_party/portage-stable/eclass/haskell-cabal.eclass b/sdk_container/src/third_party/portage-stable/eclass/haskell-cabal.eclass index 373507995f..0f43464582 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/haskell-cabal.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/haskell-cabal.eclass @@ -20,13 +20,8 @@ # haddock -- for documentation generation # hscolour -- generation of colourised sources # hoogle -- generation of documentation search index -# alex -- lexer/scanner generator -# happy -- parser generator -# c2hs -- C interface generator -# cpphs -- C preprocessor clone written in Haskell # profile -- if package supports to build profiling-enabled libraries # bootstrap -- only used for the cabal package itself -# bin -- the package installs binaries # lib -- the package installs libraries # nocabaldep -- don't add dependency on cabal. # only used for packages that _must_ not pull the dependency @@ -36,7 +31,7 @@ # not pull upper versions # test-suite -- add support for cabal test-suites (introduced in Cabal-1.8) -inherit eutils ghc-package multilib multiprocessing +inherit eutils ghc-package multilib toolchain-funcs # @ECLASS-VARIABLE: CABAL_EXTRA_CONFIGURE_FLAGS # @DESCRIPTION: @@ -59,6 +54,13 @@ inherit eutils ghc-package multilib multiprocessing # linking 'setup' faster. : ${GHC_BOOTSTRAP_FLAGS:=} +# @ECLASS-VARIABLE: CABAL_EXTRA_TEST_FLAGS +# @DESCRIPTION: +# User-specified additional parameters passed to 'setup test'. +# example: /etc/portage/make.conf: +# CABAL_EXTRA_TEST_FLAGS="-v3 --show-details=streaming" +: ${CABAL_EXTRA_TEST_FLAGS:=} + # @ECLASS-VARIABLE: CABAL_DEBUG_LOOSENING # @DESCRIPTION: # Show debug output for 'cabal_chdeps' function if set. @@ -84,17 +86,16 @@ for feature in ${CABAL_FEATURES}; do haddock) CABAL_USE_HADDOCK=yes;; hscolour) CABAL_USE_HSCOLOUR=yes;; hoogle) CABAL_USE_HOOGLE=yes;; - alex) CABAL_USE_ALEX=yes;; - happy) CABAL_USE_HAPPY=yes;; - c2hs) CABAL_USE_C2HS=yes;; - cpphs) CABAL_USE_CPPHS=yes;; profile) CABAL_USE_PROFILE=yes;; bootstrap) CABAL_BOOTSTRAP=yes;; - bin) CABAL_HAS_BINARIES=yes;; lib) CABAL_HAS_LIBRARIES=yes;; nocabaldep) CABAL_FROM_GHC=yes;; ghcdeps) CABAL_GHC_CONSTRAINT=yes;; test-suite) CABAL_TEST_SUITE=yes;; + + # does nothing, removed 2016-09-04 + bin) ;; + *) CABAL_UNKNOWN="${CABAL_UNKNOWN} ${feature}";; esac done @@ -119,25 +120,10 @@ fi if [[ -n "${CABAL_USE_HOOGLE}" ]]; then # enabled only in ::haskell + #IUSE="${IUSE} hoogle" CABAL_USE_HOOGLE= fi -if [[ -n "${CABAL_USE_ALEX}" ]]; then - DEPEND="${DEPEND} dev-haskell/alex" -fi - -if [[ -n "${CABAL_USE_HAPPY}" ]]; then - DEPEND="${DEPEND} dev-haskell/happy" -fi - -if [[ -n "${CABAL_USE_C2HS}" ]]; then - DEPEND="${DEPEND} dev-haskell/c2hs" -fi - -if [[ -n "${CABAL_USE_CPPHS}" ]]; then - DEPEND="${DEPEND} dev-haskell/cpphs" -fi - if [[ -n "${CABAL_USE_PROFILE}" ]]; then IUSE="${IUSE} profile" fi @@ -146,15 +132,6 @@ if [[ -n "${CABAL_TEST_SUITE}" ]]; then IUSE="${IUSE} test" fi -# We always use a standalone version of Cabal, rather than the one that comes -# with GHC. But of course we can't depend on cabal when building cabal itself. -if [[ -z ${CABAL_MIN_VERSION} ]]; then - CABAL_MIN_VERSION=1.1.4 -fi -if [[ -z "${CABAL_BOOTSTRAP}" && -z "${CABAL_FROM_GHC}" ]]; then - DEPEND="${DEPEND} >=dev-haskell/cabal-${CABAL_MIN_VERSION}" -fi - # returns the version of cabal currently in use. # Rarely it's handy to pin cabal version from outside. : ${_CABAL_VERSION_CACHE:=""} @@ -190,13 +167,6 @@ cabal-bootstrap() { setupmodule="${S}/Setup.hs" fi - if [[ -z "${CABAL_BOOTSTRAP}" && -z "${CABAL_FROM_GHC}" ]] && ! ghc-sanecabal "${CABAL_MIN_VERSION}"; then - eerror "The package dev-haskell/cabal is not correctly installed for" - eerror "the currently active version of ghc ($(ghc-version)). Please" - eerror "run haskell-updater or re-build dev-haskell/cabal." - die "cabal is not correctly installed" - fi - # We build the setup program using the latest version of # cabal that we have installed cabalpackage=Cabal-$(cabal-version) @@ -211,6 +181,7 @@ cabal-bootstrap() { make_setup() { set -- -package "${cabalpackage}" --make "${setupmodule}" \ + $(ghc-make-args) \ "${setup_bootstrap_args[@]}" \ ${HCFLAGS} \ ${GHC_BOOTSTRAP_FLAGS} \ @@ -342,20 +313,7 @@ cabal-configure() { if [[ -n "${CABAL_USE_PROFILE}" ]] && use profile; then cabalconf+=(--enable-library-profiling) fi - if [[ -n "${CABAL_USE_ALEX}" ]]; then - cabalconf+=(--with-alex=${EPREFIX}/usr/bin/alex) - fi - if [[ -n "${CABAL_USE_HAPPY}" ]]; then - cabalconf+=(--with-happy=${EPREFIX}/usr/bin/happy) - fi - - if [[ -n "${CABAL_USE_C2HS}" ]]; then - cabalconf+=(--with-c2hs=${EPREFIX}/usr/bin/c2hs) - fi - if [[ -n "${CABAL_USE_CPPHS}" ]]; then - cabalconf+=(--with-cpphs=${EPREFIX}/usr/bin/cpphs) - fi if [[ -n "${CABAL_TEST_SUITE}" ]]; then cabalconf+=($(use_enable test tests)) fi @@ -364,23 +322,16 @@ cabal-configure() { cabalconf+=($(cabal-constraint "ghc")) fi + cabalconf+=(--ghc-options="$(ghc-make-args)") + local option for option in ${HCFLAGS} do cabalconf+=(--ghc-option="$option") done - # parallel on all available cores - if ghc-supports-parallel-make; then - local max_jobs=$(makeopts_jobs) - - # limit to very small value, as parallelism - # helps slightly, but makes things severely worse - # when amount of threads is Very Large. - [[ ${max_jobs} -gt 4 ]] && max_jobs=4 - - cabalconf+=(--ghc-option=-j"$max_jobs") - fi + # toolchain + cabalconf+=(--with-ar="$(tc-getAR)") # Building GHCi libs on ppc64 causes "TOC overflow". if use ppc64; then @@ -511,9 +462,6 @@ haskell-cabal_pkg_setup() { if [[ -n ${CABAL_HAS_LIBRARIES} ]]; then [[ ${RDEPEND} == *dev-lang/ghc* ]] || eqawarn "QA Notice: A library does not have runtime dependency on dev-lang/ghc." fi - if [[ -z "${CABAL_HAS_BINARIES}" ]] && [[ -z "${CABAL_HAS_LIBRARIES}" ]]; then - eqawarn "QA Notice: Neither bin nor lib are in CABAL_FEATURES." - fi if [[ -n "${CABAL_UNKNOWN}" ]]; then eqawarn "QA Notice: Unknown entry in CABAL_FEATURES: ${CABAL_UNKNOWN}" fi @@ -602,13 +550,25 @@ haskell-cabal_src_compile() { } haskell-cabal_src_test() { + local cabaltest=() + pushd "${S}" > /dev/null || die if cabal-is-dummy-lib; then einfo ">>> No tests for dummy library: ${CATEGORY}/${PF}" else einfo ">>> Test phase [cabal test]: ${CATEGORY}/${PF}" - set -- test "$@" + + # '--show-details=streaming' appeared in Cabal-1.20 + if ./setup test --help | grep -q -- "'streaming'"; then + cabaltest+=(--show-details=streaming) + fi + + set -- test \ + "${cabaltest[@]}" \ + ${CABAL_TEST_FLAGS} \ + ${CABAL_EXTRA_TEST_FLAGS} \ + "$@" echo ./setup "$@" ./setup "$@" || die "cabal test failed" fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/horde.eclass b/sdk_container/src/third_party/portage-stable/eclass/horde.eclass deleted file mode 100644 index 4d084d85c0..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/horde.eclass +++ /dev/null @@ -1,184 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# Help manage the horde project http://www.horde.org/ -# -# Author: Mike Frysinger -# CVS additions by Chris Aniszczyk -# SNAP additions by Jonathan Polansky -# -# This eclass provides generic functions to make the writing of horde -# ebuilds fairly trivial since there are many horde applications and -# they all share the same basic install process. - -# EHORDE_SNAP -# This variable tracks whether the user is using a snapshot version -# -# EHORDE_SNAP_BRANCH -# You set this via the ebuild to whatever branch you wish to grab a -# snapshot of. Typically this is 'HEAD' or 'RELENG'. -# -# EHORDE_CVS -# This variable tracks whether the user is using a cvs version - -inherit webapp eutils -[[ ${PN} != ${PN/-cvs} ]] && inherit cvs - -IUSE="vhosts" - -EXPORT_FUNCTIONS pkg_setup src_unpack src_install pkg_postinst - -[[ -z ${HORDE_PN} ]] && HORDE_PN="${PN/horde-}" -[[ -z ${HORDE_MAJ} ]] && HORDE_MAJ="" - -EHORDE_CVS="false" -EHORDE_SNAP="false" -if [[ ${PN} != ${PN/-cvs} ]] ; then - EHORDE_CVS="true" - HORDE_PN=${HORDE_PN/-cvs} - - ECVS_SERVER="anoncvs.horde.org:/repository" - ECVS_MODULE="${HORDE_PN}" - ECVS_TOP_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/cvs-src/${PN}" - ECVS_USER="cvsread" - ECVS_PASS="horde" - - SRC_URI="" - S=${WORKDIR}/${HORDE_PN} - -elif [[ ${PN} != ${PN/-snap} ]] ; then - EHORDE_SNAP="true" - EHORDE_SNAP_BRANCH=${EHORDE_SNAP_BRANCH:-HEAD} - SNAP_PV=${PV:0:4}-${PV:4:2}-${PV:6:2} - - HORDE_PN=${HORDE_PN/-snap} - - SRC_URI="http://ftp.horde.org/pub/snaps/${SNAP_PV}/${HORDE_PN}-${EHORDE_SNAP_BRANCH}-${SNAP_PV}.tar.gz" - S=${WORKDIR}/${HORDE_PN} - -else - SRC_URI="http://ftp.horde.org/pub/${HORDE_PN}/${HORDE_PN}${HORDE_MAJ}-${PV/_/-}.tar.gz" - S=${WORKDIR}/${HORDE_PN}${HORDE_MAJ}-${PV/_/-} -fi -HOMEPAGE="http://www.horde.org/${HORDE_PN}" - -LICENSE="LGPL-2" - -# INSTALL_DIR is used by webapp.eclass when USE=-vhosts -INSTALL_DIR="/horde" -[[ ${HORDE_PN} != "horde" && ${HORDE_PN} != "horde-groupware" && ${HORDE_PN} != "horde-webmail" ]] && INSTALL_DIR="${INSTALL_DIR}/${HORDE_PN}" - -HORDE_APPLICATIONS="${HORDE_APPLICATIONS} ." - -horde_pkg_setup() { - webapp_pkg_setup - - if [[ ! -z ${HORDE_PHP_FEATURES} ]] ; then - local param - if [[ ${HORDE_PHP_FEATURES:0:2} = "-o" ]] ; then - param="-o" - HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2} - fi - if ! built_with_use ${param} dev-lang/php ${HORDE_PHP_FEATURES} ; then - echo - if [[ ${param} == "-o" ]] ; then - eerror "You MUST re-emerge php with at least one of" - else - eerror "You MUST re-emerge php with all of" - fi - eerror "the following options in your USE:" - eerror " ${HORDE_PHP_FEATURES}" - die "current php install cannot support ${HORDE_PN}" - fi - fi -} - -horde_src_unpack() { - if [[ ${EHORDE_CVS} = "true" ]] ; then - cvs_src_unpack - else - unpack ${A} - fi - cd "${S}" - - [[ -n ${EHORDE_PATCHES} ]] && epatch ${EHORDE_PATCHES} - - for APP in ${HORDE_APPLICATIONS} - do - [[ -f ${APP}/test.php ]] && chmod 000 ${APP}/test.php - done -} - -horde_src_install() { - webapp_src_preinst - - local destdir=${MY_HTDOCSDIR} - - # Work-around when dealing with CVS sources - [[ ${EHORDE_CVS} = "true" ]] && cd ${HORDE_PN} - - # Install docs and then delete them (except for CREDITS which - # many horde apps include in their help page #121003) - dodoc README docs/* - mv docs/CREDITS "${T}"/ - rm -rf COPYING LICENSE README docs/* - mv "${T}"/CREDITS docs/ - - dodir ${destdir} - cp -r . "${D}"/${destdir}/ || die "install files" - - for APP in ${HORDE_APPLICATIONS} - do - for DISTFILE in ${APP}/config/*.dist - do - if [[ -f ${DISTFILE/.dist/} ]] ; then - webapp_configfile "${MY_HTDOCSDIR}"/${DISTFILE/.dist/} - fi - done - if [[ -f ${APP}/config/conf.php ]] ; then - webapp_serverowned "${MY_HTDOCSDIR}"/${APP}/config/conf.php - webapp_configfile "${MY_HTDOCSDIR}"/${APP}/config/conf.php - fi - done - - [[ -n ${HORDE_RECONFIG} ]] && webapp_hook_script ${HORDE_RECONFIG} - [[ -n ${HORDE_POSTINST} ]] && webapp_postinst_txt en ${HORDE_POSTINST} - - webapp_src_install -} - -horde_pkg_postinst() { - if [ -e ${ROOT}/usr/share/doc/${PF}/INSTALL* ] ; then - elog "Please read the INSTALL file in /usr/share/doc/${PF}." - fi - - einfo "Before this package will work, you have to setup the configuration files." - einfo "Please review the config/ subdirectory of ${HORDE_PN} in the webroot." - - if [ -e ${ROOT}/usr/share/doc/${PF}/SECURITY* ] ; then - ewarn - ewarn "Users are HIGHLY recommended to consult the SECURITY guide in" - ewarn "/usr/share/doc/${PF} before going into production with Horde." - fi - - if [[ ${HORDE_PN} != "horde" && ${HORDE_PN} != "horde-groupware" && ${HORDE_PN} != "horde-webmail" ]] ; then - ewarn - ewarn "Make sure ${HORDE_PN} is accounted for in Horde's root" - ewarn " config/registry.php" - fi - - if [[ ${EHORDE_CVS} = "true" ]] ; then - ewarn - ewarn "Use these CVS versions at your own risk." - ewarn "They tend to break things when working with the non CVS versions of horde." - fi - - if use vhosts ; then - ewarn - ewarn "When installing Horde into a vhost dir, you will need to use the" - ewarn "-d option so that it is installed into the proper location." - fi - - webapp_pkg_postinst -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/intel-sdp.eclass b/sdk_container/src/third_party/portage-stable/eclass/intel-sdp.eclass index d23b0031e0..33ab625eed 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/intel-sdp.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/intel-sdp.eclass @@ -170,34 +170,6 @@ QA_PREBUILT="${INTEL_SDP_DIR}/*" # # e.g. amd64-multilib -> INTEL_ARCH="intel64 ia32" -# @FUNCTION: _isdp_link_eclipse_plugins -# @INTERNAL -# @DESCRIPTION: -# Creating necessary links to use intel compiler with eclipse -_isdp_link_eclipse_plugins() { - debug-print-function ${FUNCNAME} "${@}" - - local c f - pushd ${INTEL_SDP_DIR}/eclipse_support > /dev/null || die - for c in cdt*; do - local cv=${c#cdt} ev=3.$(( ${cv:0:1} - 1)) - if has_version "dev-util/eclipse-sdk:${ev}"; then - einfo "Linking eclipse (v${ev}) plugin cdt (v${cv})" - for f in cdt${cv}/eclipse/features/*; do - dodir /usr/$(get_libdir)/eclipse-${ev}/features - dosym "${INTEL_SDP_EDIR}"/eclipse_support/${f} \ - /usr/$(get_libdir)/eclipse-${ev}/features/ || die - done - for f in cdt${cv}/eclipse/plugins/*; do - dodir /usr/$(get_libdir)/eclipse-${ev}/plugins - dosym "${INTEL_SDP_EDIR}"/eclipse_support/${f} \ - /usr/$(get_libdir)/eclipse-${ev}/plugins/ || die - done - fi - done - popd > /dev/null || die -} - # @FUNCTION: _isdp_big-warning # @USAGE: [pre-check | test-failed] # @INTERNAL @@ -458,16 +430,6 @@ intel-sdp_src_install() { eend fi - if path_exists "${INTEL_SDP_DIR}"/eclipse_support; then - if has eclipse ${IUSE} && use eclipse; then - _isdp_link_eclipse_plugins - else - ebegin "Cleaning out eclipse plugin" - find "${INTEL_SDP_DIR}"/eclipse_support -delete || die - eend - fi - fi - if path_exists "${INTEL_SDP_DIR}"/man; then path_exists "${INTEL_SDP_DIR}"/man/en_US/man1/* && \ doman "${INTEL_SDP_DIR}"/man/en_US/man1/* diff --git a/sdk_container/src/third_party/portage-stable/eclass/java-ant-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/java-ant-2.eclass index 1f5734fda6..4cbce40b1a 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/java-ant-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/java-ant-2.eclass @@ -245,12 +245,12 @@ java-ant_bsfix_files() { done # for javadoc target and all in one pass, we need the new rewriter. - local rewriter3="/usr/share/javatoolkit/xml-rewrite-3.py" + local rewriter3="${EPREFIX}/usr/share/javatoolkit/xml-rewrite-3.py" if [[ ! -f ${rewriter3} ]]; then - rewriter3="/usr/$(get_libdir)/javatoolkit/bin/xml-rewrite-3.py" + rewriter3="${EPREFIX}/usr/$(get_libdir)/javatoolkit/bin/xml-rewrite-3.py" fi - local rewriter4="/usr/$(get_libdir)/javatoolkit/bin/build-xml-rewrite" + local rewriter4="${EPREFIX}/usr/$(get_libdir)/javatoolkit/bin/build-xml-rewrite" if [[ -x ${rewriter4} && ${JAVA_ANT_ENCODING} ]]; then [[ ${JAVA_ANT_REWRITE_CLASSPATH} ]] && local gcp="-g" @@ -458,8 +458,8 @@ java-ant_ignore-system-classes() { # @DESCRIPTION: # Run the right xml-rewrite binary with the given arguments java-ant_xml-rewrite() { - local gen2="/usr/bin/xml-rewrite-2.py" - local gen2_1="/usr/$(get_libdir)/javatoolkit/bin/xml-rewrite-2.py" + local gen2="${EPREFIX}/usr/bin/xml-rewrite-2.py" + local gen2_1="${EPREFIX}/usr/$(get_libdir)/javatoolkit/bin/xml-rewrite-2.py" # gen1 is deprecated if [[ -x "${gen2}" ]]; then ${gen2} "${@}" || die "${gen2} failed" diff --git a/sdk_container/src/third_party/portage-stable/eclass/java-mvn-src.eclass b/sdk_container/src/third_party/portage-stable/eclass/java-mvn-src.eclass deleted file mode 100644 index fd6f8802a8..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/java-mvn-src.eclass +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2004-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# @ECLASS: java-mvn-src.eclass -# @MAINTAINER: -# java@gentoo.org -# @AUTHOR: -# Java maintainers (java@gentoo.org) -# @BLURB: Eclass for Java packages from bare sources exported by Maven -# @DESCRIPTION: -# This class is intended to build pure Java packages from the sources exported -# from the source:jar goal of Maven 2. These archives contain bare Java source -# files, with no build instructions or additional resource files. They are -# unsuitable for packages that require resources besides compiled class files. -# The benefit is that for artifacts developed with Maven, these source files -# are often released together with binary packages, whereas the full build -# environment might be contained in some revision control system or not -# available at all. - -inherit java-pkg-simple - -# @ECLASS-VARIABLE: GROUP_ID -# @DESCRIPTION: -# The groupId of the artifact, in dotted notation. Default value is ${PN}. -: ${GROUP_ID:=${PN}} - -# @ECLASS-VARIABLE: ARTIFACT_ID -# @DESCRIPTION: -# The artifactId of the artifact. Default value is ${PN}. -: ${ARTIFACT_ID:=${PN}} - -# @ECLASS-VARIABLE: MAVEN2_REPOSITORIES -# @DESCRIPTION: -# The repositories to search for the artifacts. Must follow Maven2 layout. -# Default value is the following string: -# "http://repo2.maven.org/maven2 http://download.java.net/maven/2" -: ${MAVEN2_REPOSITORIES:="http://repo2.maven.org/maven2 http://download.java.net/maven/2"} - -# @ECLASS-VARIABLE: RELATIVE_SRC_URI -# @DESCRIPTION: -# The path of the source artifact relative to the root of the repository. -# Will be set by the eclass to follow Maven 2 repository layout. -RELATIVE_SRC_URI=${GROUP_ID//./\/}/${ARTIFACT_ID}/${PV}/${ARTIFACT_ID}-${PV}-sources.jar - -# Look for source jar in all listed repositories -for repo in ${MAVEN2_REPOSITORIES}; do - SRC_URI="${SRC_URI} ${repo}/${RELATIVE_SRC_URI}" -done -unset repo diff --git a/sdk_container/src/third_party/portage-stable/eclass/java-pkg-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/java-pkg-2.eclass index 6b770663cd..8a657844fb 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/java-pkg-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/java-pkg-2.eclass @@ -76,6 +76,9 @@ java-pkg-2_src_prepare() { java-pkg-2_src_compile() { if [[ -e "${EANT_BUILD_XML:=build.xml}" ]]; then + # auto generate classpath + java-pkg_gen-cp EANT_GENTOO_CLASSPATH + [[ "${EANT_FILTER_COMPILER}" ]] && \ java-pkg_filter-compiler ${EANT_FILTER_COMPILER} local antflags="${EANT_BUILD_TARGET:=jar}" diff --git a/sdk_container/src/third_party/portage-stable/eclass/java-pkg-simple.eclass b/sdk_container/src/third_party/portage-stable/eclass/java-pkg-simple.eclass index 8c9ca04361..fa6fc400e9 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/java-pkg-simple.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/java-pkg-simple.eclass @@ -88,6 +88,9 @@ S="${WORKDIR}" java-pkg-simple_src_compile() { local sources=sources.lst classes=target/classes apidoc=target/api + # auto generate classpath + java-pkg_gen-cp JAVA_GENTOO_CLASSPATH + # gather sources find ${JAVA_SRC_DIR:-*} -name \*.java > ${sources} mkdir -p ${classes} || die "Could not create target directory" diff --git a/sdk_container/src/third_party/portage-stable/eclass/java-utils-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/java-utils-2.eclass index cb1c1d8b13..d2af9f292a 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/java-utils-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/java-utils-2.eclass @@ -1,4 +1,4 @@ -# Copyright 2004-2015 Gentoo Foundation +# Copyright 2004-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,6 +23,9 @@ IUSE="elibc_FreeBSD" # Make sure we use java-config-2 export WANT_JAVA_CONFIG="2" +# Prefix variables are only available for EAPI>=3 +has "${EAPI:-0}" 0 1 2 && ED="${D}" EPREFIX= EROOT="${ROOT}" + # @VARIABLE: JAVA_PKG_PORTAGE_DEP # @INTERNAL # @DESCRIPTION: @@ -37,7 +40,7 @@ has "${EAPI}" 0 1 && JAVA_PKG_PORTAGE_DEP=">=sys-apps/portage-2.1.2.7" # This is a convience variable to be used from the other java eclasses. This is # the version of java-config we want to use. Usually the latest stable version # so that ebuilds can use new features without depending on specific versions. -JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.2.0 ${JAVA_PKG_PORTAGE_DEP}" +JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.2.0-r3 ${JAVA_PKG_PORTAGE_DEP}" has source ${JAVA_PKG_IUSE} && JAVA_PKG_E_DEPEND="${JAVA_PKG_E_DEPEND} source? ( app-arch/zip )" # @ECLASS-VARIABLE: JAVA_PKG_WANT_BOOTCLASSPATH @@ -275,7 +278,7 @@ java-pkg_addres() { # be it a unit test or a regular java class. # # You can use this function by either: -# - calling it yourself in java_prepare() and feeding java-pkg_rm_files with +# - calling it yourself in src_prepare() and feeding java-pkg_rm_files with # the list of files you wish to remove. # - defining an array in the ebuild named JAVA_RM_FILES with the list of files # you wish to remove. @@ -338,7 +341,7 @@ java-pkg_dojar() { if [[ -e "${jar}" ]] ; then # Don't overwrite if jar has already been installed with the same # name - local dest="${D}${JAVA_PKG_JARDEST}/${jar_basename}" + local dest="${ED}${JAVA_PKG_JARDEST}/${jar_basename}" if [[ -e "${dest}" ]]; then ewarn "Overwriting ${dest}" fi @@ -348,15 +351,17 @@ java-pkg_dojar() { #but first check class version when in strict mode. is-java-strict && java-pkg_verify-classes "${jar}" - INSDESTTREE="${JAVA_PKG_JARDEST}" \ - doins "${jar}" || die "failed to install ${jar}" - java-pkg_append_ JAVA_PKG_CLASSPATH "${JAVA_PKG_JARDEST}/${jar_basename}" - debug-print "installed ${jar} to ${D}${JAVA_PKG_JARDEST}" + ( + insinto "${JAVA_PKG_JARDEST}" + doins "${jar}" + ) || die "failed to install ${jar}" + java-pkg_append_ JAVA_PKG_CLASSPATH "${EPREFIX}/${JAVA_PKG_JARDEST}/${jar_basename}" + debug-print "installed ${jar} to ${ED}${JAVA_PKG_JARDEST}" # make a symlink to the original jar if it's symlink else # TODO use dosym, once we find something that could use it # -nichoj - ln -s "$(readlink "${jar}")" "${D}${JAVA_PKG_JARDEST}/${jar_basename}" + ln -s "$(readlink "${jar}")" "${ED}${JAVA_PKG_JARDEST}/${jar_basename}" debug-print "${jar} is a symlink, linking accordingly" fi else @@ -493,9 +498,11 @@ java-pkg_doso() { if [[ -e "${lib}" ]] ; then # install if it isn't a symlink if [[ ! -L "${lib}" ]] ; then - INSDESTTREE="${JAVA_PKG_LIBDEST}" \ - INSOPTIONS="-m0755" \ - doins "${lib}" || die "failed to install ${lib}" + ( + insinto "${JAVA_PKG_LIBDEST}" + insopts -m0755 + doins "${lib}" + ) || die "failed to install ${lib}" java-pkg_append_ JAVA_PKG_LIBRARY "${JAVA_PKG_LIBDEST}" debug-print "Installing ${lib} to ${JAVA_PKG_LIBDEST}" # otherwise make a symlink to the symlink's origin @@ -724,8 +731,10 @@ java-pkg_dosrc() { done # Install the zip - INSDESTTREE=${JAVA_PKG_SOURCESPATH} \ - doins ${zip_path} || die "Failed to install source" + ( + insinto "${JAVA_PKG_SOURCESPATH}" + doins ${zip_path} + ) || die "Failed to install source" JAVA_SOURCES="${JAVA_PKG_SOURCESPATH}/${zip_name}" @@ -822,10 +831,13 @@ java-pkg_dolauncher() { echo "gjl_package=${JAVA_PKG_NAME}" >> "${target}" cat "${var_tmp}" >> "${target}" rm -f "${var_tmp}" - echo "source /usr/share/java-config-2/launcher/launcher.bash" >> "${target}" + echo "source ${EPREFIX}/usr/share/java-config-2/launcher/launcher.bash" >> "${target}" if [[ -n "${target_dir}" ]]; then - DESTTREE="${target_dir}" dobin "${target}" + ( + into "${target_dir}" + dobin "${target}" + ) local ret=$? return ${ret} else @@ -864,9 +876,11 @@ java-pkg_dowar() { fi # Install those files like you mean it - INSOPTIONS="-m 0644" \ - INSDESTTREE=${JAVA_PKG_WARDEST} \ + ( + insopts -m0644 + insinto "${JAVA_PKG_WARDEST}" doins ${warpath} + ) done } @@ -1734,7 +1748,7 @@ java-pkg_register-ant-task() { local TASK_NAME="${1:-${JAVA_PKG_NAME}}" dodir /usr/share/ant/${TASKS_DIR} - touch "${D}/usr/share/ant/${TASKS_DIR}/${TASK_NAME}" + touch "${ED}/usr/share/ant/${TASKS_DIR}/${TASK_NAME}" } # @FUNCTION: java-pkg_ant-tasks-depend @@ -1856,7 +1870,14 @@ ejunit4() { # src_prepare Searches for bundled jars # Don't call directly, but via java-pkg-2_src_prepare! java-utils-2_src_prepare() { - java-pkg_func-exists java_prepare && java_prepare + case ${EAPI:-0} in + [0-5]) + java-pkg_func-exists java_prepare && java_prepare ;; + *) + java-pkg_func-exists java_prepare && + eqawarn "java_prepare is no longer called, define src_prepare instead." + eapply_user ;; + esac # Check for files in JAVA_RM_FILES array. if [[ ${JAVA_RM_FILES[@]} ]]; then @@ -2171,10 +2192,6 @@ java-pkg_init() { I_WANT_GLOBAL_JAVA_OPTIONS="true" fi - if java-pkg_func-exists ant_src_unpack; then - java-pkg_announce-qa-violation "Using old ant_src_unpack. Should be src_unpack" - fi - java-pkg_switch-vm PATH=${JAVA_HOME}/bin:${PATH} @@ -2323,14 +2340,14 @@ java-pkg_init_paths_() { JAVA_PKG_NAME="${PN}-${SLOT%/*}" fi - JAVA_PKG_SHAREPATH="${DESTTREE}/share/${JAVA_PKG_NAME}" + JAVA_PKG_SHAREPATH="/usr/share/${JAVA_PKG_NAME}" JAVA_PKG_SOURCESPATH="${JAVA_PKG_SHAREPATH}/sources/" - JAVA_PKG_ENV="${D}${JAVA_PKG_SHAREPATH}/package.env" - JAVA_PKG_VIRTUALS_PATH="${DESTTREE}/share/java-config-2/virtuals" - JAVA_PKG_VIRTUAL_PROVIDER="${D}/${JAVA_PKG_VIRTUALS_PATH}/${JAVA_PKG_NAME}" + JAVA_PKG_ENV="${ED}${JAVA_PKG_SHAREPATH}/package.env" + JAVA_PKG_VIRTUALS_PATH="/usr/share/java-config-2/virtuals" + JAVA_PKG_VIRTUAL_PROVIDER="${ED}${JAVA_PKG_VIRTUALS_PATH}/${JAVA_PKG_NAME}" [[ -z "${JAVA_PKG_JARDEST}" ]] && JAVA_PKG_JARDEST="${JAVA_PKG_SHAREPATH}/lib" - [[ -z "${JAVA_PKG_LIBDEST}" ]] && JAVA_PKG_LIBDEST="${DESTTREE}/$(get_libdir)/${JAVA_PKG_NAME}" + [[ -z "${JAVA_PKG_LIBDEST}" ]] && JAVA_PKG_LIBDEST="/usr/$(get_libdir)/${JAVA_PKG_NAME}" [[ -z "${JAVA_PKG_WARDEST}" ]] && JAVA_PKG_WARDEST="${JAVA_PKG_SHAREPATH}/webapps" # TODO maybe only print once? @@ -2875,3 +2892,29 @@ java-pkg_clean() { find "${@}" '(' -name '*.class' -o -name '*.jar' ')' -type f -delete -print || die fi } + +# @FUNCTION: java-pkg_gen-cp +# @INTERNAL +# @DESCRIPTION: +# Java package generate classpath will create a classpath based on +# special variable CP_DEPEND in the ebuild. +# +# @CODE +# Parameters: +# $1 - classpath variable either EANT_GENTOO_CLASSPATH or JAVA_GENTOO_CLASSPATH +# @CODE +java-pkg_gen-cp() { + debug-print-function ${FUNCNAME} "${@}" + + local atom + for atom in ${CP_DEPEND}; do + if [[ ${atom} =~ /(([[:alnum:]+_-]+)-[0-9]+(\.[0-9]+)*[a-z]?(_[[:alnum:]]+)?(-r[0-9]*)?|[[:alnum:]+_-]+):([[:alnum:]+_.-]+) ]]; then + atom=${BASH_REMATCH[2]:-${BASH_REMATCH[1]}} + [[ ${BASH_REMATCH[6]} != 0 ]] && atom+=-${BASH_REMATCH[6]} + local regex="(^|\s|,)${atom}($|\s|,)" + [[ ${!1} =~ ${regex} ]] || declare -g ${1}+=${!1:+,}${atom} + else + die "Invalid CP_DEPEND atom ${atom}, ensure a SLOT is included" + fi + done +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/java-virtuals-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/java-virtuals-2.eclass index 0c92018c7b..8018aa8c6c 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/java-virtuals-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/java-virtuals-2.eclass @@ -14,7 +14,7 @@ inherit java-utils-2 -DEPEND=">=dev-java/java-config-2.2.0" +DEPEND=">=dev-java/java-config-2.2.0-r3" RDEPEND="${DEPEND}" S="${WORKDIR}" diff --git a/sdk_container/src/third_party/portage-stable/eclass/java-vm-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/java-vm-2.eclass index 7a5ba834e5..ea09c7b6fa 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/java-vm-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/java-vm-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,15 +10,19 @@ # This eclass provides functionality which assists with installing # virtual machines, and ensures that they are recognized by java-config. -inherit eutils fdo-mime multilib pax-utils prefix +case ${EAPI:-0} in + 5|6) ;; + *) die "EAPI=${EAPI} is not supported" ;; +esac + +inherit fdo-mime multilib pax-utils prefix EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_prerm pkg_postrm RDEPEND=" - >=dev-java/java-config-2.2.0 - app-eselect/eselect-java" + >=dev-java/java-config-2.2.0-r3 + >=app-eselect/eselect-java-0.2.0" DEPEND="${RDEPEND}" -has "${EAPI}" 0 1 && DEPEND="${DEPEND} >=sys-apps/portage-2.1" export WANT_JAVA_CONFIG=2 @@ -66,11 +70,10 @@ java-vm-2_pkg_setup() { # @DESCRIPTION: # default pkg_postinst # -# Set the generation-2 system VM and Java plugin, if it isn't set or the -# setting is invalid. Also update mime database. +# Set the generation-2 system VM, if it isn't set or the setting is +# invalid. Also update mime database. java-vm-2_pkg_postinst() { - has ${EAPI:-0} 0 1 2 && ! use prefix && EROOT=${ROOT} # Note that we cannot rely on java-config here, as it will silently recognize # e.g. icedtea6-bin as valid system VM if icedtea6 is set but invalid (e.g. due # to the migration to icedtea-6) @@ -84,64 +87,10 @@ java-vm-2_pkg_postinst() { fi fi - if [[ "${_install_mozilla_plugin_called}" = 1 ]]; then - java-vm_check-nsplugin - java_mozilla_clean_ - fi - fdo-mime_desktop_database_update } -# @FUNCTION: java-vm_check-nsplugin -# @INTERNAL -# @DESCRIPTION: -# Check if the nsplugin needs updating - -java-vm_check-nsplugin() { - local libdir - if [[ ${VMHANDLE} =~ emul-linux-x86 ]]; then - libdir=lib32 - else - libdir=lib - fi - - has ${EAPI:-0} 0 1 2 && ! use prefix && EPREFIX= - - # Install a default nsplugin if we don't already have one - if in_iuse nsplugin && use nsplugin; then - if [[ ! -f "${ROOT}${EPREFIX}"/usr/${libdir}/nsbrowser/plugins/javaplugin.so ]]; then - einfo "No system nsplugin currently set." - java-vm_set-nsplugin - else - einfo "System nsplugin is already set, not changing it." - fi - einfo "You can change nsplugin with eselect java-nsplugin." - fi -} - - -# @FUNCTION: java-vm_set-nsplugin -# @INTERNAL -# @DESCRIPTION: -# Set the nsplugin implemetation. - -java-vm_set-nsplugin() { - local extra_args - if use amd64; then - if [[ ${VMHANDLE} =~ emul-linux-x86 ]]; then - extra_args="32bit" - else - extra_args="64bit" - fi - einfo "Setting ${extra_args} nsplugin to ${VMHANDLE}" - else - einfo "Setting nsplugin to ${VMHANDLE}..." - fi - eselect java-nsplugin set ${extra_args} ${VMHANDLE} -} - - # @FUNCTION: java-vm-2_pkg_prerm # @DESCRIPTION: # default pkg_prerm @@ -149,7 +98,6 @@ java-vm_set-nsplugin() { # Warn user if removing system-vm. java-vm-2_pkg_prerm() { - # Although REPLACED_BY_VERSION is EAPI=4, we shouldn't need to check EAPI for this use case if [[ "$(GENTOO_VM="" java-config -f 2>/dev/null)" == "${VMHANDLE}" && -z "${REPLACED_BY_VERSION}" ]]; then ewarn "It appears you are removing your system-vm!" ewarn "Please run java-config -L to list available VMs," @@ -184,33 +132,43 @@ java_set_default_vm_() { # @FUNCTION: get_system_arch # @DESCRIPTION: # Get Java specific arch name. +# +# NOTE the mips and sparc values are best guesses. Oracle uses sparcv9 +# but does OpenJDK use sparc64? We don't support OpenJDK on sparc or any +# JVM on mips though so it doesn't matter much. get_system_arch() { - local sarch - sarch=$(echo ${ARCH} | sed -e s/[i]*.86/i386/ -e s/x86_64/amd64/ -e s/sun4u/sparc/ -e s/sparc64/sparc/ -e s/arm.*/arm/ -e s/sa110/arm/) - if [ -z "${sarch}" ]; then - sarch=$(uname -m | sed -e s/[i]*.86/i386/ -e s/x86_64/amd64/ -e s/sun4u/sparc/ -e s/sparc64/sparc/ -e s/arm.*/arm/ -e s/sa110/arm/) - fi - echo ${sarch} + local abi=${1-${ABI}} + + case $(get_abi_CHOST ${abi}) in + mips*l*) echo mipsel ;; + mips*) echo mips ;; + ppc64le*) echo ppc64le ;; + *) + case ${abi} in + *_fbsd) get_system_arch ${abi%_fbsd} ;; + arm64) echo aarch64 ;; + hppa) echo parisc ;; + sparc32) echo sparc ;; + sparc64) echo sparcv9 ;; + x86*) echo i386 ;; + *) echo ${abi} ;; + esac ;; + esac } # @FUNCTION: set_java_env # @DESCRIPTION: # Installs a vm env file. +# DEPRECATED, use java-vm_install-env instead. -# TODO rename to something more evident, like install_env_file set_java_env() { debug-print-function ${FUNCNAME} $* - if has ${EAPI:-0} 0 1 2 && ! use prefix ; then - ED="${D}" - EPREFIX="" - fi - local platform="$(get_system_arch)" local env_file="${ED}${JAVA_VM_CONFIG_DIR}/${VMHANDLE}" - local old_env_file="${ED}/etc/env.d/java/20${P}" + if [[ ${1} ]]; then local source_env_file="${1}" else @@ -248,8 +206,49 @@ set_java_env() { # Make the symlink dodir "${JAVA_VM_DIR}" - dosym ${java_home#${EPREFIX}} ${JAVA_VM_DIR}/${VMHANDLE} \ - || die "Failed to make VM symlink at ${JAVA_VM_DIR}/${VMHANDLE}" + dosym ${java_home#${EPREFIX}} ${JAVA_VM_DIR}/${VMHANDLE} +} + + +# @FUNCTION: java-vm_install-env +# @DESCRIPTION: +# +# Installs a Java VM environment file. The source can be specified but +# defaults to ${FILESDIR}/${VMHANDLE}.env.sh. +# +# Environment variables within this file will be resolved. You should +# escape the $ when referring to variables that should be resolved later +# such as ${JAVA_HOME}. Subshells may be used but avoid using double +# quotes. See icedtea-bin.env.sh for a good example. + +java-vm_install-env() { + debug-print-function ${FUNCNAME} "$*" + + local env_file="${ED}${JAVA_VM_CONFIG_DIR}/${VMHANDLE}" + local source_env_file="${1-${FILESDIR}/${VMHANDLE}.env.sh}" + + if [[ ! -f "${source_env_file}" ]]; then + die "Unable to find the env file: ${source_env_file}" + fi + + dodir "${JAVA_VM_CONFIG_DIR}" + + # Here be dragons! ;) -- Chewi + eval echo "\"$(cat <<< "$(sed 's:":\\":g' "${source_env_file}")")\"" > "${env_file}" || + die "failed to create Java env file" + + ( + echo "VMHANDLE=\"${VMHANDLE}\"" + echo "BUILD_ONLY=\"${JAVA_VM_BUILD_ONLY}\"" + [[ ${JAVA_PROVIDE} ]] && echo "PROVIDES=\"${JAVA_PROVIDE}\"" || true + ) >> "${env_file}" || die "failed to append to Java env file" + + local java_home=$(unset JAVA_HOME; source "${env_file}"; echo ${JAVA_HOME}) + [[ -z ${java_home} ]] && die "No JAVA_HOME defined in ${env_file}" + + # Make the symlink + dodir "${JAVA_VM_DIR}" + dosym "${java_home#${EPREFIX}}" "${JAVA_VM_DIR}/${VMHANDLE}" } @@ -281,10 +280,8 @@ java-vm_set-pax-markings() { local executables=( "${1}"/bin/* ) [[ -d "${1}"/jre ]] && executables+=( "${1}"/jre/bin/* ) - # Ensure a PaX header is created. - local pax_markings="C" - # Usally disabeling MPROTECT is sufficent. - local pax_markings+="m" + # Usually disabling MPROTECT is sufficient. + local pax_markings="m" # On x86 for heap sizes over 700MB disable SEGMEXEC and PAGEEXEC as well. use x86 && pax_markings+="sp" @@ -309,15 +306,13 @@ java-vm_set-pax-markings() { # @CODE java-vm_revdep-mask() { - if has ${EAPI:-0} 0 1 2 && ! use prefix; then - ED="${D}" - EPREFIX= - fi + debug-print-function ${FUNCNAME} "$*" local VMROOT="${1-"${EPREFIX}"/opt/${P}}" - dodir /etc/revdep-rebuild/ - echo "SEARCH_DIRS_MASK=\"${VMROOT}\""> "${ED}/etc/revdep-rebuild/61-${VMHANDLE}" + dodir /etc/revdep-rebuild + echo "SEARCH_DIRS_MASK=\"${VMROOT}\"" >> "${ED}/etc/revdep-rebuild/61-${VMHANDLE}" \ + || die "Failed to write revdep-rebuild mask file" } @@ -335,8 +330,6 @@ java-vm_sandbox-predict() { debug-print-function ${FUNCNAME} "$*" [[ -z "${1}" ]] && die "${FUNCNAME} takes at least one argument" - has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}" - local path path_arr=("$@") # subshell this to prevent IFS bleeding out dependant on bash version. # could use local, which *should* work, but that requires a lot of testing. @@ -345,57 +338,3 @@ java-vm_sandbox-predict() { echo "SANDBOX_PREDICT=\"${path}\"" > "${ED}/etc/sandbox.d/20${VMHANDLE}" \ || die "Failed to write sandbox control file" } - - -# @FUNCTION: java_get_plugin_dir_ -# @INTERNAL -# @DESCRIPTION: -# Get the java plugin dir. - -java_get_plugin_dir_() { - has ${EAPI:-0} 0 1 2 && ! use prefix && EPREFIX= - echo "${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins -} - - -# @FUNCTION: install_mozilla_plugin -# @DESCRIPTION: -# Register a netscape java-plugin. - -install_mozilla_plugin() { - _install_mozilla_plugin_called=1 - - local plugin="${1}" - local variant="${2}" - - has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}" - if [[ ! -f "${ED}/${plugin}" ]]; then - die "Cannot find mozilla plugin at ${ED}/${plugin}" - fi - - if [[ -n "${variant}" ]]; then - variant="-${variant}" - fi - - local plugin_dir="/usr/share/java-config-2/nsplugin" - dodir "${plugin_dir}" - dosym "${plugin}" "${plugin_dir}/${VMHANDLE}${variant}-javaplugin.so" -} - - -# @FUNCTION: java_mozilla_clean_ -# @INTERNAL -# @DESCRIPTION: -# Because previously some ebuilds installed symlinks outside of pkg_install -# and are left behind, which forces you to manualy remove them to select the -# jdk/jre you want to use for java - -java_mozilla_clean_() { - local plugin_dir=$(java_get_plugin_dir_) - for file in ${plugin_dir}/javaplugin_*; do - rm -f ${file} - done - for file in ${plugin_dir}/libjavaplugin*; do - rm -f ${file} - done -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/kde4-base.eclass b/sdk_container/src/third_party/portage-stable/eclass/kde4-base.eclass index 20a02d879a..35909a0eb0 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/kde4-base.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/kde4-base.eclass @@ -131,6 +131,12 @@ OPENGL_REQUIRED="${OPENGL_REQUIRED:-never}" # This variable must be set before inheriting any eclasses. Defaults to 'never'. MULTIMEDIA_REQUIRED="${MULTIMEDIA_REQUIRED:-never}" +# @ECLASS-VARIABLE: WEBKIT_REQUIRED +# @DESCRIPTION: +# Is qtwebkit required? Possible values are 'always', 'optional' and 'never'. +# This variable must be set before inheriting any eclasses. Defaults to 'never'. +WEBKIT_REQUIRED="${WEBKIT_REQUIRED:-never}" + # @ECLASS-VARIABLE: CPPUNIT_REQUIRED # @DESCRIPTION: # Is cppunit required for tests? Possible values are 'always', 'optional' and 'never'. @@ -160,7 +166,7 @@ KDE_HANDBOOK="${KDE_HANDBOOK:-never}" # translations. (Mostly all kde ebuilds does not ship documentation # and translations in live ebuilds) if [[ ${KDE_BUILD_TYPE} == live && -z ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then - # Kdebase actualy provides the handbooks even for live stuff + # Kdebase actually provides the handbooks even for live stuff [[ ${KDEBASE} == kde-base ]] || KDE_HANDBOOK=never KDE_LINGUAS="" fi @@ -258,6 +264,22 @@ case ${MULTIMEDIA_REQUIRED} in esac unset qtmultimediadepend +# WebKit dependencies +qtwebkitdepend=" + >=dev-qt/qtwebkit-${QT_MINIMAL}:4 +" +case ${WEBKIT_REQUIRED} in + always) + COMMONDEPEND+=" ${qtwebkitdepend}" + ;; + optional) + IUSE+=" +webkit" + COMMONDEPEND+=" webkit? ( ${qtwebkitdepend} )" + ;; + *) ;; +esac +unset qtwebkitdepend + # CppUnit dependencies cppuintdepend=" dev-util/cppunit @@ -287,11 +309,17 @@ kdecommondepend=" >=dev-qt/qtsql-${QT_MINIMAL}:4[qt3support] >=dev-qt/qtsvg-${QT_MINIMAL}:4 >=dev-qt/qttest-${QT_MINIMAL}:4 - >=dev-qt/qtwebkit-${QT_MINIMAL}:4 " if [[ ${PN} != kdelibs ]]; then - kdecommondepend+=" $(add_kdebase_dep kdelibs)" + local _kdelibsuse + case ${WEBKIT_REQUIRED} in + always) _kdelibsuse="[webkit]" ;; + optional) _kdelibsuse="[webkit?]" ;; + *) ;; + esac + kdecommondepend+=" >=kde-frameworks/kdelibs-4.14.22:4${_kdelibsuse}" + unset _kdelibsuse if [[ ${KDEBASE} = kdevelop ]]; then if [[ ${PN} != kdevplatform ]]; then # @ECLASS-VARIABLE: KDEVPLATFORM_REQUIRED @@ -333,13 +361,13 @@ fi # add a dependency over kde4-l10n if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then - for _lingua in ${KDE_LINGUAS}; do + for _lingua in $(kde4_lingua_to_l10n ${KDE_LINGUAS}); do # if our package has linguas, pull in kde4-l10n with selected lingua enabled, # but only for selected ones. # this can't be done on one line because if user doesn't use any localisation # then he is probably not interested in kde4-l10n at all. kderdepend+=" - linguas_${_lingua}? ( $(add_kdeapps_dep kde4-l10n "linguas_${_lingua}(+)") ) + l10n_${_lingua}? ( $(add_kdeapps_dep kde4-l10n "l10n_${_lingua}(+)") ) " done unset _lingua @@ -350,7 +378,7 @@ kdehandbookdepend=" app-text/docbook-xsl-stylesheets " kdehandbookrdepend=" - $(add_kdebase_dep kdelibs 'handbook') + kde-frameworks/kdelibs:4[handbook] " case ${KDE_HANDBOOK} in always) @@ -358,11 +386,14 @@ case ${KDE_HANDBOOK} in [[ ${PN} != kdelibs ]] && kderdepend+=" ${kdehandbookrdepend}" ;; optional) - if [[ ${PN} == kdesu ]] ; then - IUSE+=" handbook" - else - IUSE+=" +handbook" - fi + case ${PN} in + kcontrol | kdesu | knetattach) + IUSE+=" handbook" + ;; + *) + IUSE+=" +handbook" + ;; + esac kdedepend+=" handbook? ( ${kdehandbookdepend} )" [[ ${PN} != kdelibs ]] && kderdepend+=" handbook? ( ${kdehandbookrdepend} )" ;; @@ -430,10 +461,6 @@ _calculate_src_uri() { case ${KDEBASE} in kde-base) case ${PV} in - 4.4.11.1) - # KDEPIM 4.4, special case - # TODO: Remove this part when KDEPIM 4.4 gets out of the tree - SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;; 4.4.20*) # KDEPIM 4.4 no-akonadi branch, special case # TODO: Remove this part when KDEPIM 4.4 gets out of the tree @@ -441,29 +468,14 @@ _calculate_src_uri() { 4.?.[6-9]? | 4.??.[6-9]?) # Unstable KDE SC releases SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;; - 4.11.19) - # Part of 15.04.1 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;; 4.11.22) # Part of 15.08.0 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;; + SRC_URI="mirror://kde/Attic/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;; 4.14.3) # Last SC release SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; - 4.14.8) - # Part of 15.04.1 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;; 4.14.10) - # Part of 15.04.3 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; - 4.14.16) - # Part of 15.12.1 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;; - 4.14.18) - # Part of 15.12.3 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.3/src/${_kmname_pv}.tar.xz" ;; - 15.04.3) - # Files moved to Attic + # Part of 15.04.3 actually, sigh. Used by last version of KDE PIM 4. SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases @@ -478,6 +490,7 @@ _calculate_src_uri() { case ${KDEVELOP_VERSION} in 4.[123].[6-9]*) SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" ;; 4.7.3) SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" ;; + 4.7.4) SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/${P}.tar.xz" ;; *) SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" ;; esac ;; @@ -569,7 +582,7 @@ _calculate_live_repo() { # @DESCRIPTION: # This variable allows easy overriding of default kde mirror service # (anongit) with anything else you might want to use. - EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org} + EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org} # @ECLASS-VARIABLE: EGIT_REPONAME # @DESCRIPTION: @@ -632,7 +645,7 @@ kde4-base_pkg_setup() { # In theory should be in pkg_pretend but we check it only for kdelibs there # and for others we do just quick scan in pkg_setup because pkg_pretend # executions consume quite some time (ie. when merging 300 packages at once will cause 300 checks) - if [[ ${MERGE_TYPE} != binary ]]; then + if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc; then [[ $(gcc-major-version) -lt 4 ]] || \ ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 6 ]] ) \ && die "Sorry, but gcc-4.6 and earlier wont work for some KDE packages." @@ -833,7 +846,7 @@ kde4-base_src_test() { debug-print " kde4-base.eclass docs for details... Applying workaround." _test_runner else - VIRTUALX_COMMAND="_test_runner" virtualmake + virtx _test_runner fi else _test_runner @@ -908,16 +921,6 @@ kde4-base_pkg_postinst() { einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" echo fi - # for all 3rd party soft tell user that he SHOULD install kdebase-startkde or kdebase-runtime-meta - if [[ ${KDEBASE} != kde-base ]] && \ - ! has_version 'kde-apps/kdebase-runtime-meta'; then - if [[ ${KDE_REQUIRED} == always ]] || ( [[ ${KDE_REQUIRED} == optional ]] && use kde ); then - echo - ewarn "WARNING! Your system configuration does not contain \"kde-apps/kdebase-runtime-meta\"." - ewarn "With this setting you are unsupported by KDE team." - ewarn "All missing features you report for misc packages will be probably ignored or closed as INVALID." - fi - fi fi } diff --git a/sdk_container/src/third_party/portage-stable/eclass/kde4-functions.eclass b/sdk_container/src/third_party/portage-stable/eclass/kde4-functions.eclass index 174cc93c22..0c130a1daf 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/kde4-functions.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/kde4-functions.eclass @@ -17,9 +17,9 @@ inherit versionator # @ECLASS-VARIABLE: EAPI # @DESCRIPTION: -# Currently kde4 eclasses support EAPI 5. +# Currently kde4 eclasses support EAPI 5 and 6. case ${EAPI} in - 5) : ;; + 5|6) : ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac @@ -36,7 +36,7 @@ esac # @DESCRIPTION: # This gets set to a non-zero value when a package is considered a kde or # kdevelop ebuild. -if [[ ${CATEGORY} = kde-base || ${CATEGORY} = kde-apps || ${CATEGORY} = kde-frameworks ]]; then +if [[ ${CATEGORY} = kde-base || ${CATEGORY} == kde-plasma || ${CATEGORY} = kde-apps || ${CATEGORY} = kde-frameworks ]]; then debug-print "${ECLASS}: KDEBASE ebuild recognized" KDEBASE=kde-base elif [[ ${KMNAME-${PN}} = kdevelop ]]; then @@ -76,6 +76,27 @@ case ${KDE_SCM} in *) die "KDE_SCM: ${KDE_SCM} is not supported" ;; esac +# @FUNCTION: kde4_lingua_to_l10n +# @USAGE: ... +# @INTERNAL +# @DESCRIPTION: +# Output l10n flag name(s) (without prefix(es)) appropriate for given KDE +# locale(s). +kde4_lingua_to_l10n() { + local l + for l; do + case ${l} in + ca@valencia) echo ca-valencia;; + sr@ijekavian) echo sr-ijekavsk;; + sr@ijekavianlatin) echo sr-Latn-ijekavsk;; + sr@latin|sr@Latn) echo sr-Latn;; + uz@cyrillic) echo uz-Cyrl;; + *@*) die "${FUNCNAME}: Unhandled KDE_LINGUAS: ${l}";; + *) echo "${l/_/-}";; + esac + done +} + # @ECLASS-VARIABLE: KDE_LINGUAS # @DESCRIPTION: # This is a whitespace-separated list of translations this ebuild supports. @@ -86,8 +107,8 @@ esac # # Example: KDE_LINGUAS="de en_GB nl" if [[ ${KDE_BUILD_TYPE} != live || -n ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then - for _lingua in ${KDE_LINGUAS}; do - IUSE="${IUSE} linguas_${_lingua}" + for _lingua in $(kde4_lingua_to_l10n ${KDE_LINGUAS}); do + IUSE="${IUSE} l10n_${_lingua}" done fi @@ -139,7 +160,7 @@ comment_all_add_subdirectory() { # @FUNCTION: enable_selected_linguas # @DESCRIPTION: -# Enable translations based on LINGUAS settings and translations supported by +# Enable translations based on L10N settings and translations supported by # the package (see KDE_LINGUAS). By default, translations are found in "${S}"/po # but this default can be overridden by defining KDE_LINGUAS_DIR. enable_selected_linguas() { @@ -147,11 +168,6 @@ enable_selected_linguas() { local x - # if there is no linguas defined we enable everything - if ! $(env | grep -q "^LINGUAS="); then - return 0 - fi - # @ECLASS-VARIABLE: KDE_LINGUAS_DIR # @DESCRIPTION: # Specified folder where application translations are located. @@ -171,7 +187,7 @@ enable_selected_linguas() { # @FUNCTION: enable_selected_doc_linguas # @DESCRIPTION: -# Enable only selected linguas enabled doc folders. +# Enable only selected L10N enabled doc folders. enable_selected_doc_linguas() { debug-print-function ${FUNCNAME} "$@" @@ -195,11 +211,6 @@ enable_selected_doc_linguas() { -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ -i CMakeLists.txt || die 'failed to comment out all handbooks' else - # if there is no linguas defined we enable everything (i.e. comment out nothing) - if ! $(env | grep -q "^LINGUAS="); then - return 0 - fi - # Disable subdirectories recursively comment_all_add_subdirectory "${handbookdir}" @@ -213,7 +224,7 @@ enable_selected_doc_linguas() { # Add requested translations local lingua for lingua in en ${KDE_LINGUAS}; do - if [[ ${lingua} = en ]] || use linguas_${lingua}; then + if [[ ${lingua} = en ]] || use "l10n_$(kde4_lingua_to_l10n "${lingua}")"; then if [[ -d ${handbookdir}/${translationdir//%lingua/${lingua}} ]]; then sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ @@ -376,7 +387,7 @@ _enable_selected_linguas_dir() { done for lingua in ${KDE_LINGUAS}; do - if use linguas_${lingua} ; then + if use "l10n_$(kde4_lingua_to_l10n ${lingua})" ; then if [[ -d ${lingua} ]]; then linguas="${linguas} ${lingua}" sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ diff --git a/sdk_container/src/third_party/portage-stable/eclass/kde4-meta-pkg.eclass b/sdk_container/src/third_party/portage-stable/eclass/kde4-meta-pkg.eclass deleted file mode 100644 index d9c0b2d733..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/kde4-meta-pkg.eclass +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# @ECLASS: kde4-meta-pkg.eclass -# @MAINTAINER: -# kde@gentoo.org -# @BLURB: This eclass contains boilerplate for kde 4.X meta packages -# @DESCRIPTION: -# This eclass should only be used for defining meta packages for KDE4. - -if [[ -z ${_KDE4_META_PKG_ECLASS} ]]; then -_KDE4_META_PKG_ECLASS=1 - -inherit kde4-functions - -HOMEPAGE="https://www.kde.org/" - -LICENSE="metapackage" -IUSE="aqua" - -SLOT=4 - -fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/kde4-meta.eclass b/sdk_container/src/third_party/portage-stable/eclass/kde4-meta.eclass index df7dfa41cf..1102a6037a 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/kde4-meta.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/kde4-meta.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # @@ -185,6 +185,9 @@ kde4-meta_src_extract() { if [[ ${PV} =~ 4.4.11 ]]; then postfix="bz2" KMTARPARAMS+=" --bzip2" + elif [[ ${PV} =~ _pre ]]; then + postfix="gz" + KMTARPARAMS+=" --gz" else postfix="xz" KMTARPARAMS+=" --xz" @@ -198,6 +201,9 @@ kde4-meta_src_extract() { # Detect real toplevel dir from tarball name - it will be used upon extraction # and in _list_needed_subdirectories topdir="${tarball%.tar.*}/" + if [[ ${topdir} =~ _pre ]]; then + topdir="${topdir%-$PV*}/" + fi ebegin "Unpacking parts of ${tarball} to ${WORKDIR}" @@ -470,7 +476,7 @@ kde4-meta_change_cmakelists() { case ${KMNAME} in kde-workspace) # COLLISION PROTECT section - # Install the startkde script just once, as a part of kde-base/kdebase-startkde, + # Install the startkde script just once, as a part of kde-plasma/kdebase-startkde, # not as a part of every package. if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. diff --git a/sdk_container/src/third_party/portage-stable/eclass/kde5-functions.eclass b/sdk_container/src/third_party/portage-stable/eclass/kde5-functions.eclass index 6c137cd027..ad3a4488d9 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/kde5-functions.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/kde5-functions.eclass @@ -17,16 +17,44 @@ inherit toolchain-funcs versionator # @ECLASS-VARIABLE: EAPI # @DESCRIPTION: -# Currently EAPI 5 and 6 is supported. +# Currently EAPI 6 is supported. case ${EAPI} in - 5|6) ;; + 6) ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac +# determine the build type +if [[ ${PV} = *9999* ]]; then + KDE_BUILD_TYPE="live" +else + KDE_BUILD_TYPE="release" +fi +export KDE_BUILD_TYPE + +case ${CATEGORY} in + kde-frameworks) + [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} + ;; + kde-plasma) + if ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then + : ${QT_MINIMAL:=5.7.1} + fi + if [[ ${KDE_BUILD_TYPE} = live ]]; then + : ${FRAMEWORKS_MINIMAL:=9999} + : ${QT_MINIMAL:=5.7.1} + fi + ;; +esac + +# @ECLASS-VARIABLE: QT_MINIMAL +# @DESCRIPTION: +# Minimal Qt version to require for the package. +: ${QT_MINIMAL:=5.6.1} + # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. -: ${FRAMEWORKS_MINIMAL:=5.17.0} +: ${FRAMEWORKS_MINIMAL:=5.29.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: @@ -35,13 +63,13 @@ esac # @ECLASS-VARIABLE: KDE_APPS_MINIMAL # @DESCRIPTION: -# Minimal KDE Applicaions version to require for the package. +# Minimal KDE Applications version to require for the package. : ${KDE_APPS_MINIMAL:=14.12.0} # @ECLASS-VARIABLE: KDE_GCC_MINIMAL +# @DEFAULT_UNSET # @DESCRIPTION: # Minimal GCC version to require for the package. -: ${KDE_GCC_MINIMAL:=4.8} # @ECLASS-VARIABLE: KDEBASE # @DESCRIPTION: @@ -49,6 +77,8 @@ esac # kdevelop ebuild. if [[ ${KMNAME-${PN}} = kdevelop ]]; then KDEBASE=kdevelop +elif [[ ${KMNAME} = kde-l10n || ${PN} = kde-l10n ]]; then + KDEBASE=kdel10n fi debug-print "${ECLASS}: ${KDEBASE} ebuild recognized" @@ -63,29 +93,31 @@ case ${KDE_SCM} in *) die "KDE_SCM: ${KDE_SCM} is not supported" ;; esac -# determine the build type -if [[ ${PV} = *9999* ]]; then - KDE_BUILD_TYPE="live" -else - KDE_BUILD_TYPE="release" -fi -export KDE_BUILD_TYPE - # @FUNCTION: _check_gcc_version # @INTERNAL # @DESCRIPTION: # Determine if the current GCC version is acceptable, otherwise die. _check_gcc_version() { - if [[ ${MERGE_TYPE} != binary ]]; then + if [[ ${MERGE_TYPE} != binary && -v KDE_GCC_MINIMAL ]] && tc-is-gcc; then + local version=$(gcc-version) local major=${version%.*} local minor=${version#*.} local min_major=${KDE_GCC_MINIMAL%.*} local min_minor=${KDE_GCC_MINIMAL#*.} + debug-print "GCC version check activated" + debug-print "Version detected:" + debug-print " - Full: ${version}" + debug-print " - Major: ${major}" + debug-print " - Minor: ${minor}" + debug-print "Version required:" + debug-print " - Major: ${min_major}" + debug-print " - Minor: ${min_minor}" + [[ ${major} -lt ${min_major} ]] || \ ( [[ ${major} -eq ${min_major} && ${minor} -lt ${min_minor} ]] ) \ - && die "Sorry, but gcc-${KDE_GCC_MINIMAL} or later is required for this package." + && die "Sorry, but gcc-${KDE_GCC_MINIMAL} or later is required for this package (found ${version})." fi } @@ -136,6 +168,10 @@ _add_category_dep() { add_frameworks_dep() { debug-print-function ${FUNCNAME} "$@" + if [[ $# -gt 4 ]]; then + die "${FUNCNAME} was called with too many arguments" + fi + local version if [[ -n ${3} ]]; then @@ -164,6 +200,10 @@ add_frameworks_dep() { add_plasma_dep() { debug-print-function ${FUNCNAME} "$@" + if [[ $# -gt 4 ]]; then + die "${FUNCNAME} was called with too many arguments" + fi + local version if [[ -n ${3} ]]; then @@ -192,6 +232,10 @@ add_plasma_dep() { add_kdeapps_dep() { debug-print-function ${FUNCNAME} "$@" + if [[ $# -gt 4 ]]; then + die "${FUNCNAME} was called with too many arguments" + fi + local version if [[ -n ${3} ]]; then @@ -225,15 +269,24 @@ add_kdeapps_dep() { add_qt_dep() { debug-print-function ${FUNCNAME} "$@" + if [[ $# -gt 4 ]]; then + die "${FUNCNAME} was called with too many arguments" + fi + local version + local slot=${4} if [[ -n ${3} ]]; then version=${3} - elif [[ -z "${version}" ]] ; then + elif [[ -z "${version}" ]]; then version=${QT_MINIMAL} fi - _add_category_dep dev-qt "${1}" "${2}" "${version}" "${4}" + if [[ -z ${slot} ]]; then + slot="5" + fi + + _add_category_dep dev-qt "${1}" "${2}" "${version}" "${slot}" } # @FUNCTION: get_kde_version @@ -252,6 +305,26 @@ get_kde_version() { fi } +# @FUNCTION: kde_l10n2lingua +# @USAGE: ... +# @INTERNAL +# @DESCRIPTION: +# Output KDE lingua flag name(s) (without prefix(es)) appropriate for +# given l10n(s). +kde_l10n2lingua() { + local l + for l; do + case ${l} in + ca-valencia) echo ca@valencia;; + sr-ijekavsk) echo sr@ijekavian;; + sr-Latn-ijekavsk) echo sr@ijekavianlatin;; + sr-Latn) echo sr@latin;; + uz-Cyrl) echo uz@cyrillic;; + *) echo "${l/-/_}";; + esac + done +} + # @FUNCTION: punt_bogus_dep # @USAGE: # @DESCRIPTION: @@ -260,6 +333,10 @@ punt_bogus_dep() { local prefix=${1} local dep=${2} + if [[ ! -e "CMakeLists.txt" ]]; then + return + fi + pcregrep -Mni "(?s)find_package\s*\(\s*${prefix}[^)]*?${dep}.*?\)" CMakeLists.txt > "${T}/bogus${dep}" # pcregrep returns non-zero on no matches/error @@ -274,7 +351,7 @@ punt_bogus_dep() { sed -e "${first},${last}s/${dep}//" -i CMakeLists.txt || die if [[ ${length} = 1 ]] ; then - sed -e "/find_package\s*(\s*${prefix}\s*\(REQUIRED\)*\s*\(COMPONENTS\)*\s*)/I d" -i CMakeLists.txt || die + sed -e "/find_package\s*(\s*${prefix}\(\s\+\(REQUIRED\|CONFIG\|COMPONENTS\|\${[A-Z0-9_]*}\)\)\+\s*)/Is/^/# removed by kde5-functions.eclass - /" -i CMakeLists.txt || die fi } diff --git a/sdk_container/src/third_party/portage-stable/eclass/kde5-meta-pkg.eclass b/sdk_container/src/third_party/portage-stable/eclass/kde5-meta-pkg.eclass index e1abba588d..a156d8b6b5 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/kde5-meta-pkg.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/kde5-meta-pkg.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,6 +18,8 @@ HOMEPAGE="https://www.kde.org/" LICENSE="metapackage" SLOT="5" -RDEPEND+=" !kde-apps/${PN}:4" +if [[ ${KDE_BLOCK_SLOT4} = true && ${CATEGORY} = kde-apps ]]; then + RDEPEND+=" !kde-apps/${PN}:4" +fi fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/kde5.eclass b/sdk_container/src/third_party/portage-stable/eclass/kde5.eclass index 406129e877..a0494554fa 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/kde5.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/kde5.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,12 +27,11 @@ if [[ ${KDE_BUILD_TYPE} = live ]]; then esac fi -EXPORT_FUNCTIONS pkg_pretend pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm +if [[ -v KDE_GCC_MINIMAL ]]; then + EXPORT_FUNCTIONS pkg_pretend +fi -# @ECLASS-VARIABLE: QT_MINIMAL -# @DESCRIPTION: -# Minimal Qt version to require for the package. -: ${QT_MINIMAL:=5.4.2} +EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm # @ECLASS-VARIABLE: KDE_AUTODEPS # @DESCRIPTION: @@ -52,21 +51,12 @@ EXPORT_FUNCTIONS pkg_pretend pkg_setup src_unpack src_prepare src_configure src_ # Otherwise, add debug to IUSE to control building with that flag. : ${KDE_DEBUG:=true} -# @ECLASS-VARIABLE: KDE_DOXYGEN +# @ECLASS-VARIABLE: KDE_DESIGNERPLUGIN # @DESCRIPTION: # If set to "false", do nothing. -# Otherwise, add "doc" to IUSE, add appropriate dependencies, and generate and -# install API documentation. -if [[ ${CATEGORY} = kde-frameworks ]]; then - : ${KDE_DOXYGEN:=true} -else - : ${KDE_DOXYGEN:=false} -fi - -# @ECLASS-VARIABLE: KDE_DOX_DIR -# @DESCRIPTION: -# Defaults to ".". Otherwise, use alternative KDE doxygen path. -: ${KDE_DOX_DIR:=.} +# Otherwise, add "designer" to IUSE to toggle build of designer plugins +# and add the necessary DEPENDs. +: ${KDE_DESIGNERPLUGIN:=false} # @ECLASS-VARIABLE: KDE_EXAMPLES # @DESCRIPTION: @@ -96,20 +86,25 @@ fi # For any other value, add test to IUSE and add a dependency on dev-qt/qttest:5. # If set to "optional", configure with -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Test=ON # when USE=!test. -# If set to "forceoptional", remove a Qt5Test dependency from the root -# CMakeLists.txt in addition to the above. +# If set to "forceoptional", remove a Qt5Test dependency and comment test +# subdirs from the root CMakeLists.txt in addition to the above. +# If set to "forceoptional-recursive", remove a Qt5Test dependency and comment +# test subdirs from *any* CMakeLists.txt in addition to the above. if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_TEST:=true} else : ${KDE_TEST:=false} fi -# @ECLASS-VARIABLE: KDE_PUNT_BOGUS_DEPS +# @ECLASS-VARIABLE: KDE_L10N # @DESCRIPTION: -# If set to "false", do nothing. -# For any other value, do black magic to make hardcoded-but-optional dependencies -# optional again. An upstream solution is preferable and this is a last resort. -: ${KDE_PUNT_BOGUS_DEPS:=false} +# This is an array of translations this ebuild supports. These translations +# are automatically added to IUSE. +if [[ ${KDEBASE} = kdel10n ]]; then + if [[ -n ${KDE_L10N} ]]; then + IUSE="${IUSE} $(printf 'l10n_%s ' ${KDE_L10N[@]})" + fi +fi # @ECLASS-VARIABLE: KDE_SELINUX_MODULE # @DESCRIPTION: @@ -118,44 +113,68 @@ fi # add a dependency on sec-policy/selinux-${KDE_SELINUX_MODULE} to (R)DEPEND. : ${KDE_SELINUX_MODULE:=none} +# @ECLASS-VARIABLE: KDE_SUBSLOT +# @DESCRIPTION: +# If set to "false", do nothing. +# If set to "true", add a subslot to the package, where subslot is either +# defined as major.minor version for kde-*/ categories or ${PV} if other. +# For any other value, that value will be used as subslot. +: ${KDE_SUBSLOT:=false} + +# @ECLASS-VARIABLE: KDE_UNRELEASED +# @INTERNAL +# @DESCRIPTION +# An array of $CATEGORY-$PV pairs of packages that are unreleased upstream. +# Any package matching this will have fetch restriction enabled, and receive +# a proper error message via pkg_nofetch. +KDE_UNRELEASED=( ) + if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/" +elif [[ ${KDEBASE} = kdel10n ]]; then + HOMEPAGE="http://l10n.kde.org" +elif [[ ${KMNAME} = kdepim ]]; then + HOMEPAGE="https://www.kde.org/applications/office/kontact/" else HOMEPAGE="https://www.kde.org/" fi LICENSE="GPL-2" +SLOT=5 + if [[ ${CATEGORY} = kde-frameworks ]]; then - SLOT=5/$(get_version_component_range 1-2) -else - SLOT=5 + KDE_SUBSLOT=true fi +case ${KDE_SUBSLOT} in + false) ;; + true) + case ${CATEGORY} in + kde-frameworks | \ + kde-plasma | \ + kde-apps) + SLOT+="/$(get_version_component_range 1-2)" + ;; + *) + SLOT+="/${PV}" + ;; + esac + ;; + *) + SLOT+="/${KDE_SUBSLOT}" + ;; +esac + case ${KDE_AUTODEPS} in false) ;; *) - if [[ ${KDE_BUILD_TYPE} = live ]]; then - case ${CATEGORY} in - kde-frameworks) - FRAMEWORKS_MINIMAL=9999 - ;; - kde-plasma) - FRAMEWORKS_MINIMAL=9999 - ;; - *) ;; - esac - fi - DEPEND+=" $(add_frameworks_dep extra-cmake-modules)" - RDEPEND+=" >=kde-frameworks/kf-env-3" + RDEPEND+=" >=kde-frameworks/kf-env-4" COMMONDEPEND+=" $(add_qt_dep qtcore)" if [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma && ${PN} != polkit-kde-agent ]]; then - RDEPEND+=" - !kde-apps/kde4-l10n[-minimal(-)] - ! /dev/null || + elog "${my_tar}: tar extract command failed at least partially - continuing" + done else default fi @@ -369,6 +480,42 @@ kde5_src_unpack() { kde5_src_prepare() { debug-print-function ${FUNCNAME} "$@" + if [[ ${KDEBASE} = kdel10n ]]; then + local l10npart=5 + [[ ${PN} = kde4-l10n ]] && l10npart=4 + # move known variant subdirs to root dir, currently sr@* + use_if_iuse l10n_sr-ijekavsk && _l10n_variant_subdir2root sr-ijekavsk sr + use_if_iuse l10n_sr-Latn-ijekavsk && _l10n_variant_subdir2root sr-Latn-ijekavsk sr + use_if_iuse l10n_sr-Latn && _l10n_variant_subdir2root sr-Latn sr + if use_if_iuse l10n_sr; then + rm -rf kde-l10n-sr-${PV}/${l10npart}/sr/sr@* || die "Failed to cleanup L10N=sr" + _l10n_variant_subdir_buster sr + elif [[ -d kde-l10n-sr-${PV} ]]; then + # having any variant selected means parent lingua will be unpacked as well + rm -r kde-l10n-sr-${PV} || die "Failed to remove sr parent lingua" + fi + + cat <<-EOF > CMakeLists.txt || die + project(${PN}) + cmake_minimum_required(VERSION 2.8.12) + EOF + # add all l10n directories to cmake + if [[ -n ${A} ]]; then + cat <<-EOF >> CMakeLists.txt || die + $(printf "add_subdirectory( %s )\n" \ + `find . -mindepth 1 -maxdepth 1 -type d | sed -e "s:^\./::"`) + EOF + fi + + # for KF5: drop KDE4-based part; for KDE4: drop KF5-based part + case ${l10npart} in + 5) find -maxdepth 2 -type f -name CMakeLists.txt -exec \ + sed -i -e "/add_subdirectory(4)/ s/^/#DONT/" {} + || die ;; + 4) find -maxdepth 2 -type f -name CMakeLists.txt -exec \ + sed -i -e "/add_subdirectory(5)/ s/^/#DONT/" {} + || die ;; + esac + fi + cmake-utils_src_prepare # only build examples when required @@ -385,28 +532,35 @@ kde5_src_prepare() { fi fi + # drop translations when nls is not wanted + if [[ -d po ]] && in_iuse nls && ! use nls ; then + rm -r po || die + fi + # enable only the requested translations # when required - if [[ ${KDE_BUILD_TYPE} = release ]] ; then - if [[ -d po ]] ; then - pushd po > /dev/null || die - for lang in *; do - if [[ -d ${lang} ]] && ! has ${lang} ${LINGUAS} ; then - rm -r ${lang} || die - if [[ -e CMakeLists.txt ]] ; then - cmake_comment_add_subdirectory ${lang} - fi - elif ! has ${lang/.po/} ${LINGUAS} ; then - if [[ ${lang} != CMakeLists.txt ]] ; then - rm ${lang} || die - fi + if [[ -d po && -v LINGUAS ]] ; then + pushd po > /dev/null || die + local lang + for lang in *; do + if [[ -d ${lang} ]] && ! has ${lang} ${LINGUAS} ; then + rm -r ${lang} || die + if [[ -e CMakeLists.txt ]] ; then + cmake_comment_add_subdirectory ${lang} fi - done - popd > /dev/null || die - fi + elif [[ -f ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; then + if [[ ${lang} != CMakeLists.txt && ${lang} != ${PN}.pot ]] ; then + rm ${lang} || die + fi + fi + done + popd > /dev/null || die + fi - if [[ ${KDE_HANDBOOK} != false && -d ${KDE_DOC_DIR} && ${CATEGORY} != kde-apps ]] ; then + if [[ ${KDE_BUILD_TYPE} = release && ${CATEGORY} != kde-apps ]] ; then + if [[ ${KDE_HANDBOOK} != false && -d ${KDE_DOC_DIR} && -v LINGUAS ]] ; then pushd ${KDE_DOC_DIR} > /dev/null || die + local lang for lang in *; do if ! has ${lang} ${LINGUAS} ; then cmake_comment_add_subdirectory ${lang} @@ -414,39 +568,30 @@ kde5_src_prepare() { done popd > /dev/null || die fi - else - rm -rf po fi # in frameworks, tests = manual tests so never build them - if [[ ${CATEGORY} = kde-frameworks ]]; then + if [[ ${CATEGORY} = kde-frameworks ]] && [[ ${PN} != extra-cmake-modules ]]; then cmake_comment_add_subdirectory tests fi - case ${KDE_PUNT_BOGUS_DEPS} in - false) ;; - *) - if ! use_if_iuse test ; then - punt_bogus_dep Qt5 Test - fi - if ! use_if_iuse handbook ; then - punt_bogus_dep KF5 DocTools - fi - ;; - esac - # only build unit tests when required if ! use_if_iuse test ; then if [[ ${KDE_TEST} = forceoptional ]] ; then punt_bogus_dep Qt5 Test # if forceoptional, also cover non-kde categories - cmake_comment_add_subdirectory autotests - cmake_comment_add_subdirectory test - cmake_comment_add_subdirectory tests + cmake_comment_add_subdirectory autotests test tests + elif [[ ${KDE_TEST} = forceoptional-recursive ]] ; then + punt_bogus_dep Qt5 Test + local d + for d in $(find . -type d -name "autotests" -or -name "tests" -or -name "test" -or -name "unittests"); do + pushd ${d%/*} > /dev/null || die + punt_bogus_dep Qt5 Test + cmake_comment_add_subdirectory autotests test tests + popd > /dev/null || die + done elif [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma || ${CATEGORY} = kde-apps ]] ; then - cmake_comment_add_subdirectory autotests - cmake_comment_add_subdirectory test - cmake_comment_add_subdirectory tests + cmake_comment_add_subdirectory autotests test tests fi fi } @@ -476,6 +621,10 @@ kde5_src_configure() { cmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=ON ) fi + if ! use_if_iuse designer && [[ ${KDE_DESIGNERPLUGIN} != false ]] ; then + cmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=ON ) + fi + # install mkspecs in the same directory as qt stuff cmakeargs+=(-DKDE_INSTALL_USE_QT_SYS_PATHS=ON) @@ -492,11 +641,6 @@ kde5_src_compile() { debug-print-function ${FUNCNAME} "$@" cmake-utils_src_compile "$@" - - # Build doxygen documentation if applicable - if use_if_iuse doc ; then - kgenapidox ${KDE_DOX_DIR} || die - fi } # @FUNCTION: kde5_src_test @@ -536,11 +680,6 @@ kde5_src_test() { kde5_src_install() { debug-print-function ${FUNCNAME} "$@" - # Install doxygen documentation if applicable - if use_if_iuse doc ; then - dodoc -r apidocs/html - fi - cmake-utils_src_install # We don't want ${PREFIX}/share/doc/HTML to be compressed, @@ -568,6 +707,23 @@ kde5_pkg_postinst() { gnome2_icon_cache_update xdg_pkg_postinst + + if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then + if [[ ${KDE_BUILD_TYPE} = live ]]; then + echo + einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" + einfo "Use it at your own risk." + einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" + fi + # for kf5-based applications tell user that he SHOULD NOT be using kde-plasma/plasma-workspace:4 + if [[ ${KDEBASE} != kde-base || ${CATEGORY} = kde-apps ]] && \ + has_version 'kde-plasma/plasma-workspace:4'; then + echo + ewarn "WARNING! Your system configuration still contains \"kde-plasma/plasma-workspace:4\"," + ewarn "indicating a Plasma 4 setup. With this setting you are unsupported by KDE team." + ewarn "Please consider upgrading to Plasma 5." + fi + fi } # @FUNCTION: kde5_pkg_postrm @@ -580,4 +736,42 @@ kde5_pkg_postrm() { xdg_pkg_postrm } +_l10n_variant_subdir2root() { + local l10npart=5 + [[ ${PN} = kde4-l10n ]] && l10npart=4 + local lingua=$(kde_l10n2lingua ${1}) + local src=kde-l10n-${2}-${PV} + local dest=kde-l10n-${lingua}-${PV}/${l10npart} + + # create variant rootdir structure from parent lingua and adapt it + mkdir -p ${dest} || die "Failed to create ${dest}" + mv ${src}/${l10npart}/${2}/${lingua} ${dest}/${lingua} || die "Failed to create ${dest}/${lingua}" + cp -f ${src}/CMakeLists.txt kde-l10n-${lingua}-${PV} || die "Failed to prepare L10N=${1} subdir" + echo "add_subdirectory(${lingua})" > ${dest}/CMakeLists.txt || + die "Failed to prepare ${dest}/CMakeLists.txt" + cp -f ${src}/${l10npart}/${2}/CMakeLists.txt ${dest}/${lingua} || + die "Failed to create ${dest}/${lingua}/CMakeLists.txt" + sed -e "s/${2}/${lingua}/" -i ${dest}/${lingua}/CMakeLists.txt || + die "Failed to prepare ${dest}/${lingua}/CMakeLists.txt" + + _l10n_variant_subdir_buster ${1} +} + +_l10n_variant_subdir_buster() { + local l10npart=5 + [[ ${PN} = kde4-l10n ]] && l10npart=4 + local dir=kde-l10n-$(kde_l10n2lingua ${1})-${PV}/${l10npart}/$(kde_l10n2lingua ${1}) + + case ${l10npart} in + 5) sed -e "/^add_subdirectory(/d" -i ${dir}/CMakeLists.txt || die "Failed to cleanup ${dir} subdir" ;; + 4) sed -e "/^macro.*subdirectory(/d" -i ${dir}/CMakeLists.txt || die "Failed to cleanup ${dir} subdir" ;; + esac + + for subdir in $(find ${dir} -mindepth 1 -maxdepth 1 -type d | sed -e "s:^\./::"); do + if [[ ${subdir##*/} != "cmake_modules" ]] ; then + echo "add_subdirectory(${subdir##*/})" >> ${dir}/CMakeLists.txt || die + fi + done +} + fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/kernel-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/kernel-2.eclass index 84009ef112..0c9ce04378 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/kernel-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/kernel-2.eclass @@ -2,86 +2,190 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Description: kernel.eclass rewrite for a clean base regarding the 2.6 -# series of kernel with back-compatibility for 2.4 -# -# Original author: John Mylchreest -# Maintainer: kernel@gentoo.org -# +# @ECLASS: kernel-2.eclass +# @MAINTAINER: +# Gentoo Kernel project +# @AUTHOR: +# John Mylchreest +# Mike Pagano +# +# @BLURB: Eclass for kernel packages +# @DESCRIPTION: +# This is the kernel.eclass rewrite for a clean base regarding the 2.6 +# series of kernel with back-compatibility for 2.4 # Please direct your bugs to the current eclass maintainer :) - # added functionality: # unipatch - a flexible, singular method to extract, add and remove patches. -# A Couple of env vars are available to effect usage of this eclass -# These are as follows: -# -# K_USEPV - When setting the EXTRAVERSION variable, it should -# add PV to the end. -# this is useful for thigns like wolk. IE: -# EXTRAVERSION would be something like : -wolk-4.19-r1 -# K_NOSETEXTRAVERSION - if this is set then EXTRAVERSION will not be -# automatically set within the kernel Makefile -# K_NOUSENAME - if this is set then EXTRAVERSION will not include the -# first part of ${PN} in EXTRAVERSION -# K_NOUSEPR - if this is set then EXTRAVERSION will not include the -# anything based on ${PR}. -# K_PREPATCHED - if the patchset is prepatched (ie: mm-sources, -# ck-sources, ac-sources) it will use PR (ie: -r5) as -# the patchset version for -# and not use it as a true package revision -# K_EXTRAEINFO - this is a new-line seperated list of einfo displays in -# postinst and can be used to carry additional postinst -# messages -# K_EXTRAELOG - same as K_EXTRAEINFO except using elog instead of einfo -# K_EXTRAEWARN - same as K_EXTRAEINFO except using ewarn instead of einfo -# K_SYMLINK - if this is set, then forcably create symlink anyway -# -# K_BASE_VER - for git-sources, declare the base version this patch is -# based off of. -# K_DEFCONFIG - Allow specifying a different defconfig target. -# If length zero, defaults to "defconfig". -# K_WANT_GENPATCHES - Apply genpatches to kernel source. Provide any -# combination of "base", "extras" or "experimental". -# K_EXP_GENPATCHES_PULL - If set, we pull "experimental" regardless of the USE FLAG -# but expect the ebuild maintainer to use K_EXP_GENPATCHES_LIST. -# K_EXP_GENPATCHES_NOUSE - If set, no USE flag will be provided for "experimental"; -# as a result the user cannot choose to apply those patches. -# K_EXP_GENPATCHES_LIST - A list of patches to pick from "experimental" to apply when -# the USE flag is unset and K_EXP_GENPATCHES_PULL is set. -# K_GENPATCHES_VER - The version of the genpatches tarball(s) to apply. -# A value of "5" would apply genpatches-2.6.12-5 to -# my-sources-2.6.12.ebuild -# K_SECURITY_UNSUPPORTED- If set, this kernel is unsupported by Gentoo Security -# K_DEBLOB_AVAILABLE - A value of "0" will disable all of the optional deblob -# code. If empty, will be set to "1" if deblobbing is -# possible. Test ONLY for "1". -# K_DEBLOB_TAG - This will be the version of deblob script. It's a upstream SVN tag -# such asw -gnu or -gnu1. -# K_PREDEBLOBBED - This kernel was already deblobbed elsewhere. -# If false, either optional deblobbing will be available -# or the license will note the inclusion of freedist -# code. -# K_LONGTERM - If set, the eclass will search for the kernel source -# in the long term directories on the upstream servers -# as the location has been changed by upstream -# K_KDBUS_AVAILABLE - If set, the ebuild contains the option of installing the -# kdbus patch. This patch is not installed without the 'kdbus' -# and 'experimental' use flags. -# H_SUPPORTEDARCH - this should be a space separated list of ARCH's which -# can be supported by the headers ebuild +# @ECLASS-VARIABLE: K_USEPV +# @DEFAULT_UNSET +# @DESCRIPTION: +# When setting the EXTRAVERSION variable, it should +# add PV to the end. +# this is useful for things like wolk. IE: +# EXTRAVERSION would be something like : -wolk-4.19-r1 -# UNIPATCH_LIST - space delimetered list of patches to be applied to the -# kernel -# UNIPATCH_EXCLUDE - an addition var to support exlusion based completely -# on "*" and not "_*" -# - this should _NOT_ be used from the ebuild as this is -# reserved for end users passing excludes from the cli -# UNIPATCH_DOCS - space delimemeted list of docs to be installed to -# the doc dir -# UNIPATCH_STRICTORDER - if this is set places patches into directories of -# order, so they are applied in the order passed +# @ECLASS-VARIABLE: K_NOSETEXTRAVERSION +# @DEFAULT_UNSET +# @DESCRIPTION: +# if this is set then EXTRAVERSION will not be +# automatically set within the kernel Makefile +# @ECLASS-VARIABLE: K_NOUSENAME +# @DEFAULT_UNSET +# @DESCRIPTION: +# if this is set then EXTRAVERSION will not include the +# first part of ${PN} in EXTRAVERSION + +# @ECLASS-VARIABLE: K_NOUSEPR +# @DEFAULT_UNSET +# @DESCRIPTION: +# if this is set then EXTRAVERSION will not include the +# anything based on ${PR}. + +# @ECLASS-VARIABLE: K_PREPATCHED +# @DEFAULT_UNSET +# @DESCRIPTION: +# if the patchset is prepatched (ie: mm-sources, +# ck-sources, ac-sources) it will use PR (ie: -r5) as +# the patchset version for +# and not use it as a true package revision + +# @ECLASS-VARIABLE: K_EXTRAEINFO +# @DEFAULT_UNSET +# @DESCRIPTION: +# this is a new-line seperated list of einfo displays in +# postinst and can be used to carry additional postinst +# messages + +# @ECLASS-VARIABLE: K_EXTRAELOG +# @DEFAULT_UNSET +# @DESCRIPTION: +# same as K_EXTRAEINFO except using elog instead of einfo + +# @ECLASS-VARIABLE: K_EXTRAEWARN +# @DEFAULT_UNSET +# @DESCRIPTION: +# same as K_EXTRAEINFO except using ewarn instead of einfo + +# @ECLASS-VARIABLE: K_SYMLINK +# @DEFAULT_UNSET +# @DESCRIPTION: +# if this is set, then forcably create symlink anyway + +# @ECLASS-VARIABLE: K_BASE_VER +# @DEFAULT_UNSET +# @DESCRIPTION: +# for git-sources, declare the base version this patch is +# based off of. + +# @ECLASS-VARIABLE: K_DEFCONFIG +# @DEFAULT_UNSET +# @DESCRIPTION: +# Allow specifying a different defconfig target. +# If length zero, defaults to "defconfig". + +# @ECLASS-VARIABLE: K_WANT_GENPATCHES +# @DEFAULT_UNSET +# @DESCRIPTION: +# Apply genpatches to kernel source. Provide any +# combination of "base", "extras" or "experimental". + +# @ECLASS-VARIABLE: K_EXP_GENPATCHES_PULL +# @DEFAULT_UNSET +# @DESCRIPTION: +# If set, we pull "experimental" regardless of the USE FLAG +# but expect the ebuild maintainer to use K_EXP_GENPATCHES_LIST. + +# @ECLASS-VARIABLE: K_EXP_GENPATCHES_NOUSE +# @DEFAULT_UNSET +# @DESCRIPTION: +# If set, no USE flag will be provided for "experimental"; +# as a result the user cannot choose to apply those patches. + +# @ECLASS-VARIABLE: K_EXP_GENPATCHES_LIST +# @DEFAULT_UNSET +# @DESCRIPTION: +# A list of patches to pick from "experimental" to apply when +# the USE flag is unset and K_EXP_GENPATCHES_PULL is set. + +# @ECLASS-VARIABLE: K_FROM_GIT +# @DEFAULT_UNSET +# @DESCRIPTION: +# If set, this variable signals that the kernel sources derives +# from a git tree and special handling will be applied so that +# any patches that are applied will actually apply. + +# @ECLASS-VARIABLE: K_GENPATCHES_VER +# @DEFAULT_UNSET +# @DESCRIPTION: +# The version of the genpatches tarball(s) to apply. +# A value of "5" would apply genpatches-2.6.12-5 to +# my-sources-2.6.12.ebuild + +# @ECLASS-VARIABLE: K_SECURITY_UNSUPPORTED +# @DEFAULT_UNSET +# @DESCRIPTION: +# If set, this kernel is unsupported by Gentoo Security +# to the current eclass maintainer :) + +# @ECLASS-VARIABLE: K_DEBLOB_AVAILABLE +# @DEFAULT_UNSET +# @DESCRIPTION: +# A value of "0" will disable all of the optional deblob +# code. If empty, will be set to "1" if deblobbing is +# possible. Test ONLY for "1". + +# @ECLASS-VARIABLE: K_DEBLOB_TAG +# @DEFAULT_UNSET +# @DESCRIPTION: +# This will be the version of deblob script. It's a upstream SVN tag +# such asw -gnu or -gnu1. + +# @ECLASS-VARIABLE: K_PREDEBLOBBED +# @DEFAULT_UNSET +# @DESCRIPTION: +# This kernel was already deblobbed elsewhere. +# If false, either optional deblobbing will be available +# or the license will note the inclusion of freedist code. + +# @ECLASS-VARIABLE: K_LONGTERM +# @DEFAULT_UNSET +# @DESCRIPTION: +# If set, the eclass will search for the kernel source +# in the long term directories on the upstream servers +# as the location has been changed by upstream + +# @ECLASS-VARIABLE: H_SUPPORTEDARCH +# @DEFAULT_UNSET +# @DESCRIPTION: +# this should be a space separated list of ARCH's which +# can be supported by the headers ebuild + +# @ECLASS-VARIABLE: UNIPATCH_LIST +# @DEFAULT_UNSET +# @DESCRIPTION: +# space delimetered list of patches to be applied to the kernel + +# @ECLASS-VARIABLE: UNIPATCH_EXCLUDE +# @DEFAULT_UNSET +# @DESCRIPTION: +# An addition var to support exlusion based completely +# on "*" and not "_*" +# this should _NOT_ be used from the ebuild as this is +# reserved for end users passing excludes from the cli + +# @ECLASS-VARIABLE: UNIPATCH_DOCS +# @DEFAULT_UNSET +# @DESCRIPTION: +# space delimemeted list of docs to be installed to +# the doc dir + +# @ECLASS-VARIABLE: UNIPATCH_STRICTORDER +# @DEFAULT_UNSET +# @DESCRIPTION: +# if this is set places patches into directories of +# order, so they are applied in the order passed # Changing any other variable in this eclass is not supported; you can request # for additional variables to be added by contacting the current maintainer. # If you do change them, there is a chance that we will not fix resulting bugs; @@ -90,7 +194,15 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils toolchain-funcs versionator multilib python-any-r1 -EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm +case ${EAPI:-0} in + 0|1) + EXPORT_FUNCTIONS src_{unpack,compile,install,test} \ + pkg_{setup,preinst,postinst,postrm} ;; + 2|3|4|5) + EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \ + pkg_{setup,preinst,postinst,postrm} ;; + *) die "${ECLASS}: EAPI ${EAPI} not supported" ;; +esac # Added by Daniel Ostrow # This is an ugly hack to get around an issue with a 32-bit userland on ppc64. @@ -105,6 +217,8 @@ fi HOMEPAGE="https://www.kernel.org/ https://www.gentoo.org/ ${HOMEPAGE}" : ${LICENSE:="GPL-2"} +has "${EAPI:-0}" 0 1 2 && ED=${D} EPREFIX= EROOT=${ROOT} + # This is the latest KV_PATCH of the deblob tool available from the # libre-sources upstream. If you bump this, you MUST regenerate the Manifests # for ALL kernel-2 consumer packages where deblob is available. @@ -116,11 +230,14 @@ RESTRICT="binchecks strip" # set LINUX_HOSTCFLAGS if not already set : ${LINUX_HOSTCFLAGS:="-Wall -Wstrict-prototypes -Os -fomit-frame-pointer -I${S}/include"} -# debugging functions -#============================================================== + +# @FUNCTION: debug-print-kernel2-variables +# @USAGE: +# @DESCRIPTION: # this function exists only to help debug kernel-2.eclass # if you are adding new functionality in, put a call to it # at the start of src_unpack, or during SRC_URI/dep generation. + debug-print-kernel2-variables() { for v in PVR CKV OKV KV KV_FULL KV_MAJOR KV_MINOR KV_PATCH RELEASETYPE \ RELEASE UNIPATCH_LIST_DEFAULT UNIPATCH_LIST_GENPATCHES \ @@ -129,8 +246,11 @@ debug-print-kernel2-variables() { done } -#Eclass functions only from here onwards ... -#============================================================== +# @FUNCTION: handle_genpatches +# @USAGE: [--set-unipatch-list] +# @DESCRIPTION: +# add genpatches to list of patches to apply if wanted + handle_genpatches() { local tarball want_unipatch_list [[ -z ${K_WANT_GENPATCHES} || -z ${K_GENPATCHES_VER} ]] && return 1 @@ -184,11 +304,14 @@ handle_genpatches() { done } +# @FUNCTION: detect_version +# @USAGE: +# @DESCRIPTION: +# this function will detect and set +# - OKV: Original Kernel Version (2.6.0/2.6.0-test11) +# - KV: Kernel Version (2.6.0-gentoo/2.6.0-test11-gentoo-r1) +# - EXTRAVERSION: The additional version appended to OKV (-gentoo/-gentoo-r1) detect_version() { - # this function will detect and set - # - OKV: Original Kernel Version (2.6.0/2.6.0-test11) - # - KV: Kernel Version (2.6.0-gentoo/2.6.0-test11-gentoo-r1) - # - EXTRAVERSION: The additional version appended to OKV (-gentoo/-gentoo-r1) # We've already run, so nothing to do here. [[ -n ${KV_FULL} ]] && return 0 @@ -345,7 +468,7 @@ detect_version() { KV_FULL=${OKV}${EXTRAVERSION} # we will set this for backwards compatibility. - S=${WORKDIR}/linux-${KV_FULL} + S="${WORKDIR}"/linux-${KV_FULL} KV=${KV_FULL} # -rc-git pulls can be achieved by specifying CKV @@ -413,6 +536,13 @@ detect_version() { handle_genpatches } +# @FUNCTION: kernel_is +# @USAGE: +# @DESCRIPTION: +# user for comparing kernel versions +# or just identifying a version +# e.g kernel_is 2 4 +# e.g kernel_is ge 4.8.11 # Note: duplicated in linux-info.eclass kernel_is() { # ALL of these should be set before we can safely continue this function. @@ -440,10 +570,18 @@ kernel_is() { [ ${test} ${operator} ${value} ] } +# @FUNCTION: kernel_is_2_4 +# @USAGE: +# @DESCRIPTION: +# return true if kernel is version 2.4 kernel_is_2_4() { kernel_is 2 4 } +# @FUNCTION: kernel_is_2_6 +# @USAGE: +# @DESCRIPTION: +# return true if kernel is version 2.6 kernel_is_2_6() { kernel_is 2 6 || kernel_is 2 5 } @@ -465,10 +603,6 @@ if [[ ${ETYPE} == sources ]]; then DESCRIPTION="Sources based on the Linux Kernel." IUSE="symlink build" - if [[ -n ${K_KDBUS_AVAILABLE} ]]; then - IUSE="${IUSE} kdbus" - fi - # Bug #266157, deblob for libre support if [[ -z ${K_PREDEBLOBBED} ]] ; then # Bug #359865, force a call to detect_version if needed @@ -524,29 +658,40 @@ if [[ ${ETYPE} == sources ]]; then elif [[ ${ETYPE} == headers ]]; then DESCRIPTION="Linux system headers" + IUSE="crosscompile_opts_headers-only" # Since we should NOT honour KBUILD_OUTPUT in headers # lets unset it here. unset KBUILD_OUTPUT SLOT="0" -else - eerror "Unknown ETYPE=\"${ETYPE}\", must be \"sources\" or \"headers\"" - die "Unknown ETYPE=\"${ETYPE}\", must be \"sources\" or \"headers\"" fi # Cross-compile support functions -#============================================================== + +# @FUNCTION: kernel_header_destdir +# @USAGE: +# @DESCRIPTION: +# return header destination directory kernel_header_destdir() { [[ ${CTARGET} == ${CHOST} ]] \ && echo /usr/include \ || echo /usr/${CTARGET}/usr/include } +# @FUNCTION: cross_pre_c_headers +# @USAGE: +# @DESCRIPTION: +# set use if necessary for cross compile support cross_pre_c_headers() { use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]] } +# @FUNCTION: env_setup_xmakeopts +# @USAGE: +# @DESCRIPTION: +# set the ARCH/CROSS_COMPILE when cross compiling + env_setup_xmakeopts() { # Kernel ARCH != portage ARCH export KARCH=$(tc-arch-kernel) @@ -562,8 +707,11 @@ env_setup_xmakeopts() { export xmakeopts } -# Unpack functions -#============================================================== +# @FUNCTION: unpack_2_4 +# @USAGE: +# @DESCRIPTION: +# unpack and generate .config for 2.4 kernels + unpack_2_4() { # this file is required for other things to build properly, # so we autogenerate it @@ -573,6 +721,11 @@ unpack_2_4() { echo ">>> version.h compiled successfully." } +# @FUNCTION: unpack_2_6 +# @USAGE: +# @DESCRIPTION: +# unpack and generate .config for 2.6 kernels + unpack_2_6() { # this file is required for other things to build properly, so we # autogenerate it ... generate a .config to keep version.h build from @@ -594,6 +747,11 @@ unpack_2_6() { rm -f .config >/dev/null } +# @FUNCTION: universal_unpack +# @USAGE: +# @DESCRIPTION: +# unpack kernel sources + universal_unpack() { debug-print "Inside universal_unpack" @@ -633,21 +791,35 @@ universal_unpack() { } +# @FUNCTION: unpack_set_extraversion +# @USAGE: +# @DESCRIPTION: +# handle EXTRAVERSION + unpack_set_extraversion() { cd "${S}" sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${EXTRAVERSION}:" Makefile cd "${OLDPWD}" } +# @FUNCTION: unpack_fix_install_path +# @USAGE: +# @DESCRIPTION: # Should be done after patches have been applied # Otherwise patches that modify the same area of Makefile will fail + unpack_fix_install_path() { cd "${S}" sed -i -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' Makefile } # Compile Functions -#============================================================== + +# @FUNCTION: compile_headers +# @USAGE: +# @DESCRIPTION: +# header compilation + compile_headers() { env_setup_xmakeopts @@ -667,13 +839,13 @@ compile_headers() { # autoconf.h isnt generated unless it already exists. plus, we have # no guarantee that any headers are installed on the system... - [[ -f ${ROOT}/usr/include/linux/autoconf.h ]] \ + [[ -f ${EROOT}usr/include/linux/autoconf.h ]] \ || touch include/linux/autoconf.h # if K_DEFCONFIG isn't set, force to "defconfig" # needed by mips if [[ -z ${K_DEFCONFIG} ]]; then - if [[ $(KV_to_int ${KV}) -ge $(KV_to_int 2.6.16) ]]; then + if kernel_is ge 2 6 16 ; then case ${CTARGET} in powerpc64*) K_DEFCONFIG="ppc64_defconfig";; powerpc*) K_DEFCONFIG="pmac32_defconfig";; @@ -688,7 +860,7 @@ compile_headers() { # symlink in /usr/include/, and make defconfig will fail, so we have # to force an include path with $S. HOSTCFLAGS="${HOSTCFLAGS} -I${S}/include/" - ln -sf asm-${KARCH} "${S}"/include/asm + ln -sf asm-${KARCH} "${S}"/include/asm || die cross_pre_c_headers && return 0 make ${K_DEFCONFIG} HOSTCFLAGS="${HOSTCFLAGS}" ${xmakeopts} || die "defconfig failed (${K_DEFCONFIG})" @@ -700,12 +872,16 @@ compile_headers() { fi } +# @FUNCTION: compile_headers_tweak_config +# @USAGE: +# @DESCRIPTION: +# some targets can be very very picky, so let's finesse the +# .config based upon any info we may have + compile_headers_tweak_config() { - # some targets can be very very picky, so let's finesse the - # .config based upon any info we may have case ${CTARGET} in sh*) - sed -i '/CONFIG_CPU_SH/d' .config + sed -i '/CONFIG_CPU_SH/d' .config || die echo "CONFIG_CPU_SH${CTARGET:2:1}=y" >> .config return 0;; esac @@ -715,15 +891,24 @@ compile_headers_tweak_config() { } # install functions -#============================================================== + +# @FUNCTION: install_universal +# @USAGE: +# @DESCRIPTION: +# Fix permissions in tarball + install_universal() { - # Fix silly permissions in tarball cd "${WORKDIR}" chown -R 0:0 * >& /dev/null chmod -R a+r-w+X,u+w * cd ${OLDPWD} } +# @FUNCTION: install_headers +# @USAGE: +# @DESCRIPTION: +# Install headers + install_headers() { local ddir=$(kernel_header_destdir) @@ -731,10 +916,10 @@ install_headers() { # of this crap anymore :D if kernel_is ge 2 6 18 ; then env_setup_xmakeopts - emake headers_install INSTALL_HDR_PATH="${D}"/${ddir}/.. ${xmakeopts} || die + emake headers_install INSTALL_HDR_PATH="${ED}"${ddir}/.. ${xmakeopts} || die # let other packages install some of these headers - rm -rf "${D}"/${ddir}/scsi #glibc/uclibc/etc... + rm -rf "${ED}"${ddir}/scsi || die #glibc/uclibc/etc... return 0 fi @@ -742,15 +927,15 @@ install_headers() { # $S values where the cmdline to cp is too long pushd "${S}" >/dev/null dodir ${ddir}/linux - cp -pPR "${S}"/include/linux "${D}"/${ddir}/ || die - rm -rf "${D}"/${ddir}/linux/modules + cp -pPR "${S}"/include/linux "${ED}"${ddir}/ || die + rm -rf "${ED}"${ddir}/linux/modules || die dodir ${ddir}/asm - cp -pPR "${S}"/include/asm/* "${D}"/${ddir}/asm + cp -pPR "${S}"/include/asm/* "${ED}"${ddir}/asm || die if kernel_is 2 6 ; then dodir ${ddir}/asm-generic - cp -pPR "${S}"/include/asm-generic/* "${D}"/${ddir}/asm-generic + cp -pPR "${S}"/include/asm-generic/* "${ED}"${ddir}/asm-generic || die fi # clean up @@ -759,6 +944,11 @@ install_headers() { popd >/dev/null } +# @FUNCTION: install_sources +# @USAGE: +# @DESCRIPTION: +# Install sources + install_sources() { local file @@ -777,14 +967,7 @@ install_sources() { done fi - if [[ ! -f ${S}/patches.txt ]]; then - # patches.txt is empty so lets use our ChangeLog - [[ -f ${FILESDIR}/../ChangeLog ]] && \ - echo "Please check the ebuild ChangeLog for more details." \ - > "${S}"/patches.txt - fi - - mv ${WORKDIR}/linux* "${D}"/usr/src + mv "${WORKDIR}"/linux* "${ED}"usr/src || die if [[ -n "${UNIPATCH_DOCS}" ]] ; then for i in ${UNIPATCH_DOCS}; do @@ -793,16 +976,23 @@ install_sources() { fi } -# pkg_preinst functions -#============================================================== +# @FUNCTION: preinst_headers +# @USAGE: +# @DESCRIPTION: +# Headers preinst steps + preinst_headers() { local ddir=$(kernel_header_destdir) - [[ -L ${ddir}/linux ]] && rm ${ddir}/linux - [[ -L ${ddir}/asm ]] && rm ${ddir}/asm + [[ -L ${EPREFIX}${ddir}/linux ]] && { rm "${EPREFIX}"${ddir}/linux || die; } + [[ -L ${EPREFIX}${ddir}/asm ]] && { rm "${EPREFIX}"${ddir}/asm || die; } } -# pkg_postinst functions -#============================================================== +# @FUNCTION: postinst_sources +# @USAGE: +# @DESCRIPTION: +# Sources post installation function. +# see inline comments + postinst_sources() { local MAKELINK=0 @@ -819,21 +1009,19 @@ postinst_sources() { # if we are to forcably symlink, delete it if it already exists first. if [[ ${K_SYMLINK} > 0 ]]; then - [[ -h ${ROOT}usr/src/linux ]] && rm ${ROOT}usr/src/linux + [[ -h ${EROOT}usr/src/linux ]] && { rm "${EROOT}"usr/src/linux || die; } MAKELINK=1 fi # if the link doesnt exist, lets create it - [[ ! -h ${ROOT}usr/src/linux ]] && MAKELINK=1 + [[ ! -h ${EROOT}usr/src/linux ]] && MAKELINK=1 if [[ ${MAKELINK} == 1 ]]; then - cd "${ROOT}"usr/src - ln -sf linux-${KV_FULL} linux - cd ${OLDPWD} + ln -sf linux-${KV_FULL} "${EROOT}"usr/src/linux || die fi # Don't forget to make directory for sysfs - [[ ! -d ${ROOT}sys ]] && kernel_is 2 6 && mkdir ${ROOT}sys + [[ ! -d ${EROOT}sys ]] && kernel_is 2 6 && { mkdir "${EROOT}"sys || die ; } echo elog "If you are upgrading from a previous kernel, you may be interested" @@ -893,7 +1081,12 @@ postinst_sources() { } # pkg_setup functions -#============================================================== + +# @FUNCTION: setup_headers +# @USAGE: +# @DESCRIPTION: +# Determine if ${PN} supports arch + setup_headers() { [[ -z ${H_SUPPORTEDARCH} ]] && H_SUPPORTEDARCH=${PN/-*/} for i in ${H_SUPPORTEDARCH}; do @@ -909,8 +1102,11 @@ setup_headers() { fi } -# unipatch -#============================================================== +# @FUNCTION: unipatch +# @USAGE: +# @DESCRIPTION: +# Universal function that will apply patches to source + unipatch() { local i x y z extention PIPE_CMD UNIPATCH_DROP KPATCH_DIR PATCH_DEPTH ELINE local STRICT_COUNT PATCH_LEVEL myLC_ALL myLANG @@ -927,7 +1123,8 @@ unipatch() { # We're gonna need it when doing patches with a predefined patchlevel eshopts_push -s extglob - # This function will unpack all passed tarballs, add any passed patches, and remove any passed patchnumbers + # This function will unpack all passed tarballs, add any passed patches, + # and remove any passed patchnumbers # usage can be either via an env var or by params # although due to the nature we pass this within this eclass # it shall be by param only. @@ -1031,13 +1228,6 @@ unipatch() { UNIPATCH_DROP+=" 5000_enable-additional-cpu-optimizations-for-gcc.patch" fi fi - - # if kdbus use flag is not set, drop the kdbus patch - if [[ $UNIPATCH_DROP != *"5015_kdbus*.patch"* ]]; then - if ! has kdbus ${IUSE} || ! use kdbus; then - UNIPATCH_DROP="${UNIPATCH_DROP} 5015_kdbus*.patch" - fi - fi fi done @@ -1089,13 +1279,13 @@ unipatch() { # # # https://bugs.gentoo.org/show_bug.cgi?id=507656 # #################################################################### - if [[ ${PN} == "git-sources" ]] ; then + if [[ -n ${K_FROM_GIT} ]] ; then if [[ ${KV_MAJOR} -gt 3 || ( ${KV_MAJOR} -eq 3 && ${KV_PATCH} -gt 15 ) && ${RELEASETYPE} == -rc ]] ; then ebegin "Applying ${i/*\//} (-p1)" if [ $(patch -p1 --no-backup-if-mismatch -f < ${i} >> ${STDERR_T}) "$?" -le 2 ]; then eend 0 - rm ${STDERR_T} + rm ${STDERR_T} || die break else eend 1 @@ -1119,7 +1309,7 @@ unipatch() { echo "=======================================================" >> ${STDERR_T} if [ $(patch -p${PATCH_DEPTH} --no-backup-if-mismatch -f < ${i} >> ${STDERR_T}) "$?" -eq 0 ]; then eend 0 - rm ${STDERR_T} + rm ${STDERR_T} || die break else eend 1 @@ -1153,9 +1343,9 @@ unipatch() { local tmp for x in ${KPATCH_DIR}; do for i in ${UNIPATCH_DOCS}; do - if [[ -f "${x}/${i}" ]] ; then + if [[ -f ${x}/${i} ]] ; then tmp="${tmp} ${i}" - cp -f "${x}/${i}" "${T}"/ + cp -f "${x}/${i}" "${T}"/ || die fi done done @@ -1169,8 +1359,9 @@ unipatch() { eshopts_pop } -# getfilevar accepts 2 vars as follows: -# getfilevar +# @FUNCTION: getfilevar +# @USAGE: +# @DESCRIPTION: # pulled from linux-info getfilevar() { @@ -1195,10 +1386,14 @@ getfilevar() { fi } +# @FUNCTION: detect_arch +# @USAGE: +# @DESCRIPTION: +# This function sets ARCH_URI and ARCH_PATCH +# with the neccessary info for the arch sepecific compatibility +# patchsets. + detect_arch() { - # This function sets ARCH_URI and ARCH_PATCH - # with the neccessary info for the arch sepecific compatibility - # patchsets. local ALL_ARCH LOOP_ARCH COMPAT_URI i @@ -1225,9 +1420,13 @@ detect_arch() { done } +# @FUNCTION: headers___fix +# @USAGE: +# @DESCRIPTION: +# Voodoo to partially fix broken upstream headers. +# note: do not put inline/asm/volatile together (breaks "inline asm volatile") + headers___fix() { - # Voodoo to partially fix broken upstream headers. - # note: do not put inline/asm/volatile together (breaks "inline asm volatile") sed -i \ -e '/^\#define.*_TYPES_H/{:loop n; bloop}' \ -e 's:\<\([us]\(8\|16\|32\|64\)\)\>:__\1:g' \ @@ -1237,8 +1436,11 @@ headers___fix() { "$@" } -# common functions -#============================================================== +# @FUNCTION: kernel-2_src_unpack() +# @USAGE: +# @DESCRIPTION: +# unpack sources, handle genpatches, deblob + kernel-2_src_unpack() { universal_unpack debug-print "Doing unipatch" @@ -1254,8 +1456,9 @@ kernel-2_src_unpack() { # we run misc `make` functions below [[ $(type -t kernel-2_hook_premake) == "function" ]] && kernel-2_hook_premake - debug-print "Doing epatch_user" - epatch_user + case ${EAPI:-0} in + 0|1) kernel-2_src_prepare ;; + esac debug-print "Doing unpack_set_extraversion" @@ -1295,6 +1498,27 @@ kernel-2_src_unpack() { fi } +# @FUNCTION: kernel-2_src_prepare +# @USAGE: +# @DESCRIPTION: +# Apply any user patches + +kernel-2_src_prepare() { + + debug-print "Applying any user patches" + + # apply any user patches + case ${EAPI:-0} in + 0|1|2|3|4|5) epatch_user ;; + 6) eapply_user ;; + esac +} + +# @FUNCTION: kernel-2_src_compile +# @USAGE: +# @DESCRIPTION: +# conpile headers or run deblob script + kernel-2_src_compile() { cd "${S}" [[ ${ETYPE} == headers ]] && compile_headers @@ -1306,6 +1530,9 @@ kernel-2_src_compile() { fi } +# @FUNCTION: kernel-2_src_test +# @USAGE: +# @DESCRIPTION: # if you leave it to the default src_test, it will run make to # find whether test/check targets are present; since "make test" # actually produces a few support files, they are installed even @@ -1314,20 +1541,40 @@ kernel-2_src_compile() { # Avoid this altogether by making the function moot. kernel-2_src_test() { :; } +# @FUNCTION: kernel-2_pkg_preinst +# @DESCRIPTION: +# if ETYPE = headers, call preinst_headers + kernel-2_pkg_preinst() { [[ ${ETYPE} == headers ]] && preinst_headers } +# @FUNCTION: kernel-2_src_install +# @USAGE: +# @DESCRIPTION: +# Install headers or sources dependant on ETYPE + kernel-2_src_install() { install_universal [[ ${ETYPE} == headers ]] && install_headers [[ ${ETYPE} == sources ]] && install_sources } +# @FUNCTION: kernel-2_pkg_postinst +# @USAGE: +# @DESCRIPTION: +# call postinst_sources for ETYPE = sources + kernel-2_pkg_postinst() { [[ ${ETYPE} == sources ]] && postinst_sources } +# @FUNCTION: kernel-2_pkg_setup +# @USAGE: +# @DESCRIPTION: +# check for supported kernel version, die if ETYPE is unknown, call setup_headers +# if necessary + kernel-2_pkg_setup() { if kernel_is 2 4; then if [[ $(gcc-major-version) -ge 4 ]] ; then @@ -1344,21 +1591,35 @@ kernel-2_pkg_setup() { fi ABI="${KERNEL_ABI}" + if [[ ${ETYPE} != sources ]] && [[ ${ETYPE} != headers ]]; then + eerror "Unknown ETYPE=\"${ETYPE}\", must be \"sources\" or \"headers\"" + die "Unknown ETYPE=\"${ETYPE}\", must be \"sources\" or \"headers\"" + fi + [[ ${ETYPE} == headers ]] && setup_headers [[ ${ETYPE} == sources ]] && echo ">>> Preparing to unpack ..." } +# @FUNCTION: kernel-2_pkg_postrm +# @USAGE: +# @DESCRIPTION: +# Notify the user that after a depclean, there may be sources +# left behind that need to be manually cleaned + kernel-2_pkg_postrm() { # This warning only makes sense for kernel sources. [[ ${ETYPE} == headers ]] && return 0 # If there isn't anything left behind, then don't complain. - [[ -e ${ROOT}usr/src/linux-${KV_FULL} ]] || return 0 + [[ -e ${EROOT}usr/src/linux-${KV_FULL} ]] || return 0 echo ewarn "Note: Even though you have successfully unmerged " ewarn "your kernel package, directories in kernel source location: " - ewarn "${ROOT}usr/src/linux-${KV_FULL}" + ewarn "${EROOT}usr/src/linux-${KV_FULL}" ewarn "with modified files will remain behind. By design, package managers" ewarn "will not remove these modified files and the directories they reside in." echo + ewarn "For more detailed kernel removal instructions, please see: " + ewarn "https://wiki.gentoo.org/wiki/Kernel/Removal" + echo } diff --git a/sdk_container/src/third_party/portage-stable/eclass/kodi-addon.eclass b/sdk_container/src/third_party/portage-stable/eclass/kodi-addon.eclass new file mode 100644 index 0000000000..8f48b33c3c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/kodi-addon.eclass @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: kodi-addon.eclass +# @MAINTAINER: +# candrews@integralblue.com +# @BLURB: Helper for correct building and (importantly) installing Kodi addon packages. +# @DESCRIPTION: +# Provides a src_configure function for correct CMake configuration + +inherit multilib cmake-utils + +case "${EAPI:-0}" in + 4|5|6) + EXPORT_FUNCTIONS src_configure + ;; + *) die "EAPI=${EAPI} is not supported" ;; +esac + +# @FUNCTION: kodi-addon_src_configure +# @DESCRIPTION: +# Configure handling for Kodi addons +kodi-addon_src_configure() { + + mycmakeargs+=( + -DCMAKE_INSTALL_LIBDIR=$(get_libdir)/kodi + ) + + cmake-utils_src_configure +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/l10n.eclass b/sdk_container/src/third_party/portage-stable/eclass/l10n.eclass index a7a6a26bb6..74c7a80532 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/l10n.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/l10n.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -77,7 +77,7 @@ l10n_for_each_disabled_locale_do() { # Example: l10n_find_plocales_changes "${S}/src/translations" "${PN}_" '.ts' l10n_find_plocales_changes() { [[ $# -ne 3 ]] && die "Exactly 3 arguments are needed!" - einfo "Looking in ${1} for new locales ..." + ebegin "Looking in ${1} for new locales" pushd "${1}" >/dev/null || die "Cannot access ${1}" local current= x= for x in ${2}*${3} ; do @@ -86,11 +86,16 @@ l10n_find_plocales_changes() { current+="${x} " done popd >/dev/null - if [[ ${PLOCALES} != ${current%[[:space:]]} ]] ; then - einfo "There are changes in locales! This ebuild should be updated to:" - einfo "PLOCALES=\"${current%[[:space:]]}\"" + # RHS will be sorted with single spaces so ensure the LHS is too + # before attempting to compare them for equality. See bug #513242. + # Run them both through the same sorting algorithm so we don't have + # to worry about them being the same. + if [[ "$(printf '%s\n' ${PLOCALES} | LC_ALL=C sort)" != "$(printf '%s\n' ${current} | LC_ALL=C sort)" ]] ; then + eend 1 "There are changes in locales! This ebuild should be updated to:" + eerror "PLOCALES=\"${current%[[:space:]]}\"" + return 1 else - einfo "Done" + eend 0 fi } diff --git a/sdk_container/src/third_party/portage-stable/eclass/latex-package.eclass b/sdk_container/src/third_party/portage-stable/eclass/latex-package.eclass index a17e5b389f..d810e28789 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/latex-package.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/latex-package.eclass @@ -96,6 +96,10 @@ latex-package_has_tetex_3() { # for a TeX installation latex-package_src_doinstall() { debug-print function $FUNCNAME $* + + # Avoid generating font cache outside of the sandbox + export VARTEXFONTS="${T}/fonts" + # This actually follows the directions for a "single-user" system # at http://www.ctan.org/installationadvice/ modified for gentoo. [ -z "$1" ] && latex-package_src_install all @@ -134,6 +138,7 @@ latex-package_src_doinstall() { if ! in_iuse doc || use doc ; then for i in `find . -maxdepth 1 -type f -name "*.${1}"` do + [ -n "${LATEX_PACKAGE_SKIP}" ] && has ${i##*/} ${LATEX_PACKAGE_SKIP} && continue einfo "Making documentation: $i" if pdflatex ${LATEX_DOC_ARGUMENTS} --interaction=batchmode $i &> /dev/null ; then pdflatex ${LATEX_DOC_ARGUMENTS} --interaction=batchmode $i &> /dev/null || die diff --git a/sdk_container/src/third_party/portage-stable/eclass/libtool.eclass b/sdk_container/src/third_party/portage-stable/eclass/libtool.eclass index 9434480b25..47ef8128de 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/libtool.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/libtool.eclass @@ -138,7 +138,7 @@ elibtoolize() { local x local dirs=() local do_portage="no" - local do_reversedeps="no" + local do_reversedeps="yes" local do_only_patches="no" local do_uclibc="yes" local deptoremove= diff --git a/sdk_container/src/third_party/portage-stable/eclass/linux-info.eclass b/sdk_container/src/third_party/portage-stable/eclass/linux-info.eclass index 16740a3126..0dc7b0d002 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/linux-info.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/linux-info.eclass @@ -445,7 +445,6 @@ get_version() { # KV_DIR will contain the full path to the sources directory we should use [ -z "${get_version_warning_done}" ] && \ qeinfo "Determining the location of the kernel source code" - [ -h "${KERNEL_DIR}" ] && KV_DIR="$(readlink -f ${KERNEL_DIR})" [ -d "${KERNEL_DIR}" ] && KV_DIR="${KERNEL_DIR}" if [ -z "${KV_DIR}" ] @@ -539,7 +538,6 @@ get_version() { done fi - [ -h "${OUTPUT_DIR}" ] && KV_OUT_DIR="$(readlink -f ${OUTPUT_DIR})" [ -d "${OUTPUT_DIR}" ] && KV_OUT_DIR="${OUTPUT_DIR}" if [ -n "${KV_OUT_DIR}" ]; then diff --git a/sdk_container/src/third_party/portage-stable/eclass/linux-mod.eclass b/sdk_container/src/third_party/portage-stable/eclass/linux-mod.eclass index 84b2786863..270eff5090 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/linux-mod.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/linux-mod.eclass @@ -566,6 +566,9 @@ linux-mod_pkg_setup() { return fi + # External modules use kernel symbols (bug #591832) + CONFIG_CHECK+=" !TRIM_UNUSED_KSYMS" + linux-info_pkg_setup; require_configured_kernel check_kernel_built; @@ -592,7 +595,7 @@ linux-mod_pkg_setup_binary() { [[ ${config:0:1} == "~" ]] && optional='' new_CONFIG_CHECK="${new_CONFIG_CHECK} ${optional}${config}" done - export CONFIG_CHECK="${new_CONFIG_CHECK}" + CONFIG_CHECK="${new_CONFIG_CHECK}" linux-info_pkg_setup; } diff --git a/sdk_container/src/third_party/portage-stable/eclass/mate-desktop.org.eclass b/sdk_container/src/third_party/portage-stable/eclass/mate-desktop.org.eclass new file mode 100644 index 0000000000..6587957a1c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/mate-desktop.org.eclass @@ -0,0 +1,65 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: mate-desktop.org.eclass +# @MAINTAINER: +# mate@gentoo.org +# @AUTHOR: +# Authors: NP-Hardass based upon the gnome.org eclass. +# @BLURB: Helper eclass for mate-desktop.org hosted archives +# @DESCRIPTION: +# Provide a default SRC_URI and EGIT_REPO_URI for MATE packages as well as +# exporting some useful values like the MATE_BRANCH + +# EAPIs < 6 are banned. +case "${EAPI:-0}" in + 6) ;; + *) die "EAPI=${EAPI:-0} is not supported" ;; +esac + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 +fi + +inherit versionator + +# @ECLASS-VARIABLE: MATE_TARBALL_SUFFIX +# @INTERNAL +# @DESCRIPTION: +# All projects hosted on mate-desktop.org provide tarballs as tar.xz. +# Undefined in live ebuilds. +[[ ${PV} != 9999 ]] && : ${MATE_TARBALL_SUFFIX:="xz"} + +# @ECLASS-VARIABLE: MATE_DESKTOP_ORG_PN +# @DESCRIPTION: +# Name of the package as hosted on mate-desktop.org. +# Leave unset if package name matches PN. +: ${MATE_DESKTOP_ORG_PN:=$PN} + +# @ECLASS-VARIABLE: MATE_DESKTOP_ORG_PV +# @DESCRIPTION: +# Package version string as listed on mate-desktop.org. +# Leave unset if package version string matches PV. +: ${MATE_DESKTOP_ORG_PV:=$PV} + +# @ECLASS-VARIABLE: MATE_BRANCH +# @DESCRIPTION: +# Major and minor numbers of the version number, unless live. +# If live ebuild, will be set to '9999'. +: ${MATE_BRANCH:=$(get_version_component_range 1-2)} + +# Set SRC_URI or EGIT_REPO_URI based on whether live +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI=" + https://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git + git://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git + http://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git + " + SRC_URI="" +else + SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${MATE_DESKTOP_ORG_PN}-${MATE_DESKTOP_ORG_PV}.tar.${MATE_TARBALL_SUFFIX}" +fi + +# Set HOMEPAGE for all ebuilds +HOMEPAGE="http://mate-desktop.org" diff --git a/sdk_container/src/third_party/portage-stable/eclass/mate.eclass b/sdk_container/src/third_party/portage-stable/eclass/mate.eclass new file mode 100644 index 0000000000..39d9da1e4a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/mate.eclass @@ -0,0 +1,151 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: mate.eclass +# @MAINTAINER: +# mate@gentoo.org +# @AUTHOR: +# Authors: NP-Hardass based upon the gnome2 +# and autotools-utils eclasses +# @BLURB: Provides phases for MATE based packages. +# @DESCRIPTION: +# Exports portage base functions used by ebuilds written for packages using the +# MATE framework. Occassionally acts as a wrapper to gnome2 due to the +# fact that MATE is a GNOME fork. For additional functions, see gnome2-utils.eclass. + +# Check EAPI only +case "${EAPI:-0}" in + 6) ;; + *) die "EAPI=${EAPI:-0} is not supported" ;; +esac + +# Inherit happens below after declaration of GNOME2_LA_PUNT + +# @ECLASS-VARIABLE: MATE_LA_PUNT +# @DESCRIPTION: +# Available values for MATE_LA_PUNT: +# - "no": will not clean any .la files +# - "yes": will run prune_libtool_files --modules +# - If it is not set, it will run prune_libtool_files +# MATE_LA_PUNT is a stub to GNOME2_LA_PUNT +GNOME2_LA_PUNT=${MATE_LA_PUNT:-""} + +inherit gnome2 autotools mate-desktop.org + +case "${EAPI:-0}" in + 6) EXPORT_FUNCTIONS src_prepare src_configure src_install pkg_preinst pkg_postinst pkg_postrm ;; + *) die "EAPI=${EAPI:-0} is not supported" ;; +esac + +# Autotools requires our MATE m4 files +DEPEND=">=mate-base/mate-common-${MATE_BRANCH}" + +# @FUNCTION: mate_py_cond_func_wrap +# @DESCRIPTION: +# Wraps a function for conditional python use, to run for each +# python implementation in the build directory. +# This function should only be used if the ebuild also inherits the +# python-r1 eclass +mate_py_cond_func_wrap() { + if [[ ! ${_PYTHON_R1} ]]; then + die "This function requires the inheritence of the python-r1 eclass" + fi + if use python; then + python_foreach_impl run_in_build_dir "$@" + else + $@ + fi +} + +# @ECLASS-VARIABLE: MATE_FORCE_AUTORECONF +# @DESCRIPTION: +# Available values for MATE_FORCE_AUTORECONF: +# - true: will always run eautoreconf +# - false: will default to automatic detect +# - If it is not set, it will default to false +: ${MATE_FORCE_AUTORECONF:="false"} + +# @FUNCTION: ematedocize +# @DESCRIPTION: +# A wrapper around mate-doc-common +ematedocize() { + ebegin "Running mate-doc-common --copy" + mate-doc-common --copy || die + eend $? +} + +# @FUNCTION: want_mate_doc +# @DESCRIPTION: +# Returns true/false based on whether eautoreconf should call +# ematedocize +want_mate_doc() { + grep -q USE_COMMON_DOC_BUILD autogen.sh +} + +# @FUNCTION: mate_src_prepare +# @DESCRIPTION: +# Call gnome2_src_prepare to handle environment setup and patching, then +# call eautoreconf if necessary +mate_src_prepare() { + debug-print-function ${FUNCNAME} "$@" + + local force_autoreconf=${MATE_FORCE_AUTORECONF} + [[ ${PV} == 9999 ]] && force_autoreconf="true" + + gen_chksum() { + find '(' -name 'Makefile.am' \ + -o -name 'configure.ac' \ + -o -name 'configure.in' ')' \ + -exec cksum {} + | sort -k2 + } + + local chksum=$(gen_chksum) + + gnome2_src_prepare "$@" + + if [[ "${force_autoreconf}" == "true" ]] || [[ ${chksum} != $(gen_chksum) ]]; then + want_mate_doc && ematedocize + AT_NOELIBTOOLIZE="yes" eautoreconf # gnome2_src_prepare calls elibtoolize + fi +} + +# @FUNCTION: mate_src_configure +# @DESCRIPTION: +# MATE specific configure handling +# Stub to gnome2_src_configure() +mate_src_configure() { + gnome2_src_configure "$@" +} + +# @FUNCTION: mate_src_install +# @DESCRIPTION: +# MATE specific install. Stub to gnome2_src_install +mate_src_install() { + gnome2_src_install "$@" +} + +# @FUNCTION: mate_pkg_preinst +# @DESCRIPTION: +# Finds Icons, GConf and GSettings schemas for later handling in pkg_postinst +# Stub to gnome2_pkg_preinst +mate_pkg_preinst() { + gnome2_pkg_preinst "$@" +} + +# @FUNCTION: mate_pkg_postinst +# @DESCRIPTION: +# Handle scrollkeeper, GConf, GSettings, Icons, desktop and mime +# database updates. +# Stub to gnome2_pkg_postinst +mate_pkg_postinst() { + gnome2_pkg_postinst "$@" +} + +# @FUNCTION: mate_pkg_postrm +# @DESCRIPTION: +# Handle scrollkeeper, GSettings, Icons, desktop and mime database updates. +# Stub to gnome2_pkg_postrm +mate_pkg_postrm() { + gnome2_pkg_postrm "$@" +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mercurial.eclass b/sdk_container/src/third_party/portage-stable/eclass/mercurial.eclass index bf85aaab63..7372c4d077 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mercurial.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mercurial.eclass @@ -4,7 +4,7 @@ # @ECLASS: mercurial.eclass # @MAINTAINER: -# Christoph Junghans +# Christoph Junghans # Dirkjan Ochtman # @AUTHOR: # Next gen author: Krzysztof Pawlik diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-3.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-3.eclass deleted file mode 100644 index a0a01a1991..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-3.eclass +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# 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 wifi" - -# XXX: GConf is used for setting the default browser -# revisit to make it optional with GNOME 3 -# pango[X] is needed for pangoxft.h -# freedesktop-icon-theme is needed for bug 341697 -RDEPEND="app-arch/zip - app-arch/unzip - >=app-text/hunspell-1.2 - dev-libs/expat - >=dev-libs/libevent-1.4.7 - >=x11-libs/cairo-1.8[X] - >=x11-libs/gtk+-2.8.6:2 - >=x11-libs/pango-1.10.1[X] - virtual/jpeg:0 - 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 ) - wifi? ( net-wireless/wireless-tools )" -DEPEND="${RDEPEND}" - -mozconfig_config() { - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk2 - - if has bindist ${IUSE}; then - mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] && use bindist ; then - mozconfig_annotate '' --with-branding=browser/branding/aurora - fi - fi - - if ! $(mozversion_is_new_enough) ; then - mozconfig_use_enable alsa ogg - mozconfig_use_enable alsa wave - mozconfig_use_enable libnotify - mozconfig_use_enable debug debugger-info-modules - if has +ipc ${IUSE}; then - mozconfig_use_enable ipc - fi - if [[ ${PN} != thunderbird ]] ; then - mozconfig_annotate 'places' --enable-storage --enable-places --enable-places_bookmarks - mozconfig_annotate '' --enable-oji --enable-mathml - mozconfig_annotate 'broken' --disable-mochitest - fi - if use system-sqlite; then - mozconfig_annotate '' --with-sqlite-prefix="${EPREFIX}"/usr - fi - if use amd64 || use x86 || use arm || use sparc; then - mozconfig_annotate '' --enable-tracejit - fi - fi - - mozconfig_use_enable dbus - mozconfig_use_enable debug - mozconfig_use_enable debug tests - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - fi - mozconfig_use_enable startup-notification - mozconfig_use_enable system-sqlite - mozconfig_use_enable wifi necko-wifi - - if $(mozversion_is_new_enough) ; then - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - mozconfig_annotate 'required' --with-system-libvpx - elif 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 - else - mozconfig_use_enable webm - mozconfig_annotate '+webm' --with-system-libvpx - fi - else - mozconfig_annotate '' --disable-webm - mozconfig_annotate '' --disable-system-libvpx - fi - - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr - mozconfig_annotate '' --enable-system-hunspell - mozconfig_annotate '' --disable-gnomevfs - mozconfig_annotate '' --disable-gnomeui - mozconfig_annotate '' --enable-gio - mozconfig_annotate '' --disable-crashreporter -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.31.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.31.eclass index 5d934661ab..a9b72fa409 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.31.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.31.eclass @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer pulseaudio startup-notification system-cairo # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.34.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.34.eclass deleted file mode 100644 index aa739660f1..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.34.eclass +++ /dev/null @@ -1,232 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# @ECLASS: mozconfig-v5.33.eclass -# @MAINTAINER: -# mozilla team -# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v5 -# @DESCRIPTION: -# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) -# to provide a single common place for the common mozilla engine compoments. -# -# The eclass provides all common dependencies as well as common use flags. -# -# Some use flags which may be optional in particular mozilla packages can be -# supported through setting eclass variables. -# -# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, -# and so ebuilds inheriting this eclass do not need to inherit that. - -inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3 - -case ${EAPI} in - 0|1|2|3|4) die "EAPI=${EAPI} not supported" -esac - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="wifi". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if necko-wifi support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="jit". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if optional jit support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug gstreamer pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" - -# some notes on deps: -# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 -# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau - -RDEPEND=">=app-text/hunspell-1.2 - dev-libs/atk - dev-libs/expat - >=dev-libs/libevent-1.4.7 - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.14:2 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.13:0=[apng] - >=media-libs/mesa-10.2:* - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - kernel_linux? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) - virtual/freedesktop-icon-theme - dbus? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - virtual/libffi - gstreamer? ( - >=media-libs/gstreamer-1.2.3:1.0 - >=media-libs/gst-plugins-base-1.2.3:1.0 - >=media-libs/gst-plugins-good-1.2.3:1.0 - >=media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0 - ) - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) - system-icu? ( >=dev-libs/icu-51.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-sqlite? ( >=dev-db/sqlite-3.8.6:3[secure-delete,debug=] ) - system-libvpx? ( =media-libs/libvpx-1.3.0*[postproc] ) -" - -if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then - IUSE+=" +wifi" - else - IUSE+=" wifi" - fi - RDEPEND+=" - wifi? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-wireless/wireless-tools )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_JIT} = "enabled" ]]; then - IUSE+=" +jit" - else - IUSE+=" jit" - fi -fi - -DEPEND="app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.16.1 - ${RDEPEND}" - -RDEPEND+=" - selinux? ( sec-policy/selinux-mozilla )" - -# @FUNCTION: mozconfig_config -# @DESCRIPTION: -# Set common configure options for mozilla packages. -# Call this within src_configure() phase, after mozconfig_init -# -# Example: -# -# inherit mozconfig-v5.33 -# -# src_configure() { -# mozconfig_init -# mozconfig_config -# # ... misc ebuild-unique settings via calls to -# # ... mozconfig_{annotate,use_with,use_enable} -# mozconfig_final -# } - -mozconfig_config() { - # Migrated from mozcoreconf-2 - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --enable-pango \ - --enable-svg \ - --with-system-bz2 - - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk2 - - if has bindist ${IUSE}; then - mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] && use bindist ; then - mozconfig_annotate '' --with-branding=browser/branding/aurora - fi - fi - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - - mozconfig_use_enable startup-notification - - if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then - # wifi pulls in dbus so manage both here - mozconfig_use_enable wifi necko-wifi - if use wifi && ! use dbus; then - echo "Enabling dbus support due to wifi request" - mozconfig_annotate 'dbus required by necko-wifi' --enable-dbus - else - mozconfig_use_enable dbus - fi - else - mozconfig_use_enable dbus - mozconfig_annotate 'disabled' --disable-necko-wifi - fi - - # These are forced-on for webm support - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - - if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - mozconfig_use_enable jit ion - mozconfig_use_enable jit yarr-jit - fi - - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-gnomevfs - mozconfig_annotate '' --disable-gnomeui - mozconfig_annotate '' --enable-gio - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold - mozconfig_annotate '' --disable-gconf - - # Use jemalloc unless libc is not glibc >= 2.4 - # at this time the minimum glibc in the tree is 2.9 so we should be safe. - if use elibc_glibc; then - # We must force-enable jemalloc 3 via .mozconfig - echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die - mozconfig_annotate '' --enable-jemalloc - mozconfig_annotate '' --enable-replace-malloc - fi - - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" - - if use gstreamer; then - mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 - else - mozconfig_annotate '' --disable-gstreamer - fi - mozconfig_use_enable pulseaudio - - mozconfig_use_enable system-cairo - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_enable system-icu intl-api - mozconfig_use_with system-libvpx -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.36.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.36.eclass deleted file mode 100644 index d86fe55cc8..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.36.eclass +++ /dev/null @@ -1,232 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# @ECLASS: mozconfig-v5.33.eclass -# @MAINTAINER: -# mozilla team -# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v5 -# @DESCRIPTION: -# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) -# to provide a single common place for the common mozilla engine compoments. -# -# The eclass provides all common dependencies as well as common use flags. -# -# Some use flags which may be optional in particular mozilla packages can be -# supported through setting eclass variables. -# -# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, -# and so ebuilds inheriting this eclass do not need to inherit that. - -inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3 - -case ${EAPI} in - 0|1|2|3|4) die "EAPI=${EAPI} not supported" -esac - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="wifi". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if necko-wifi support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="jit". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if optional jit support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug gstreamer pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" - -# some notes on deps: -# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 -# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau - -RDEPEND=">=app-text/hunspell-1.2 - dev-libs/atk - dev-libs/expat - >=dev-libs/libevent-1.4.7 - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.18:2 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.14:0=[apng] - >=media-libs/mesa-10.2:* - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - kernel_linux? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) - virtual/freedesktop-icon-theme - dbus? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - >=virtual/libffi-3.0.10 - gstreamer? ( - >=media-libs/gstreamer-1.2.3:1.0 - >=media-libs/gst-plugins-base-1.2.3:1.0 - >=media-libs/gst-plugins-good-1.2.3:1.0 - >=media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0 - ) - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) - system-icu? ( >=dev-libs/icu-51.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-sqlite? ( >=dev-db/sqlite-3.8.7.4:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) -" - -if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then - IUSE+=" +wifi" - else - IUSE+=" wifi" - fi - RDEPEND+=" - wifi? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-wireless/wireless-tools )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_JIT} = "enabled" ]]; then - IUSE+=" +jit" - else - IUSE+=" jit" - fi -fi - -DEPEND="app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.16.1 - ${RDEPEND}" - -RDEPEND+=" - selinux? ( sec-policy/selinux-mozilla )" - -# @FUNCTION: mozconfig_config -# @DESCRIPTION: -# Set common configure options for mozilla packages. -# Call this within src_configure() phase, after mozconfig_init -# -# Example: -# -# inherit mozconfig-v5.33 -# -# src_configure() { -# mozconfig_init -# mozconfig_config -# # ... misc ebuild-unique settings via calls to -# # ... mozconfig_{annotate,use_with,use_enable} -# mozconfig_final -# } - -mozconfig_config() { - # Migrated from mozcoreconf-2 - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --enable-pango \ - --enable-svg \ - --with-system-bz2 - - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk2 - - if has bindist ${IUSE}; then - mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] && use bindist ; then - mozconfig_annotate '' --with-branding=browser/branding/aurora - fi - fi - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - - mozconfig_use_enable startup-notification - - if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then - # wifi pulls in dbus so manage both here - mozconfig_use_enable wifi necko-wifi - if use wifi && ! use dbus; then - echo "Enabling dbus support due to wifi request" - mozconfig_annotate 'dbus required by necko-wifi' --enable-dbus - else - mozconfig_use_enable dbus - fi - else - mozconfig_use_enable dbus - mozconfig_annotate 'disabled' --disable-necko-wifi - fi - - # These are forced-on for webm support - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - - if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - mozconfig_use_enable jit ion - mozconfig_use_enable jit yarr-jit - fi - - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-gnomevfs - mozconfig_annotate '' --disable-gnomeui - mozconfig_annotate '' --enable-gio - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold - mozconfig_annotate '' --disable-gconf - - # Use jemalloc unless libc is not glibc >= 2.4 - # at this time the minimum glibc in the tree is 2.9 so we should be safe. - if use elibc_glibc; then - # We must force-enable jemalloc 3 via .mozconfig - echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die - mozconfig_annotate '' --enable-jemalloc - mozconfig_annotate '' --enable-replace-malloc - fi - - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" - - if use gstreamer; then - mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 - else - mozconfig_annotate '' --disable-gstreamer - fi - mozconfig_use_enable pulseaudio - - mozconfig_use_enable system-cairo - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_enable system-icu intl-api - mozconfig_use_with system-libvpx -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.38.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.38.eclass deleted file mode 100644 index 2882b8bd16..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v5.38.eclass +++ /dev/null @@ -1,231 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# @ECLASS: mozconfig-v5.33.eclass -# @MAINTAINER: -# mozilla team -# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v5 -# @DESCRIPTION: -# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) -# to provide a single common place for the common mozilla engine compoments. -# -# The eclass provides all common dependencies as well as common use flags. -# -# Some use flags which may be optional in particular mozilla packages can be -# supported through setting eclass variables. -# -# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, -# and so ebuilds inheriting this eclass do not need to inherit that. - -inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3 - -case ${EAPI} in - 0|1|2|3|4) die "EAPI=${EAPI} not supported" -esac - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="wifi". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if necko-wifi support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="jit". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if optional jit support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug gstreamer +jemalloc3 pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" - -# some notes on deps: -# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 -# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau - -RDEPEND=">=app-text/hunspell-1.2 - dev-libs/atk - dev-libs/expat - >=dev-libs/libevent-1.4.7 - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.18:2 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.16:0=[apng] - >=media-libs/mesa-10.2:* - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - kernel_linux? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) - virtual/freedesktop-icon-theme - dbus? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - >=virtual/libffi-3.0.10 - gstreamer? ( - >=media-libs/gstreamer-1.2.3:1.0 - >=media-libs/gst-plugins-base-1.2.3:1.0 - >=media-libs/gst-plugins-good-1.2.3:1.0 - >=media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0 - ) - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) - system-icu? ( >=dev-libs/icu-51.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-sqlite? ( >=dev-db/sqlite-3.8.8.2:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) -" - -if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then - IUSE+=" +wifi" - else - IUSE+=" wifi" - fi - RDEPEND+=" - wifi? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-wireless/wireless-tools )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_JIT} = "enabled" ]]; then - IUSE+=" +jit" - else - IUSE+=" jit" - fi -fi - -DEPEND="app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.16.1 - ${RDEPEND}" - -RDEPEND+=" - selinux? ( sec-policy/selinux-mozilla )" - -# @FUNCTION: mozconfig_config -# @DESCRIPTION: -# Set common configure options for mozilla packages. -# Call this within src_configure() phase, after mozconfig_init -# -# Example: -# -# inherit mozconfig-v5.33 -# -# src_configure() { -# mozconfig_init -# mozconfig_config -# # ... misc ebuild-unique settings via calls to -# # ... mozconfig_{annotate,use_with,use_enable} -# mozconfig_final -# } - -mozconfig_config() { - # Migrated from mozcoreconf-2 - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --enable-pango \ - --enable-svg \ - --with-system-bz2 - - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk2 - - if has bindist ${IUSE}; then - mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] && use bindist ; then - mozconfig_annotate '' --with-branding=browser/branding/aurora - fi - fi - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - - mozconfig_use_enable startup-notification - - if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then - # wifi pulls in dbus so manage both here - mozconfig_use_enable wifi necko-wifi - if use wifi && ! use dbus; then - echo "Enabling dbus support due to wifi request" - mozconfig_annotate 'dbus required by necko-wifi' --enable-dbus - else - mozconfig_use_enable dbus - fi - else - mozconfig_use_enable dbus - mozconfig_annotate 'disabled' --disable-necko-wifi - fi - - # These are forced-on for webm support - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - - if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - mozconfig_use_enable jit ion - fi - - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-gnomevfs - mozconfig_annotate '' --disable-gnomeui - mozconfig_annotate '' --enable-gio - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold - mozconfig_annotate '' --disable-gconf - - # Use jemalloc unless libc is not glibc >= 2.4 - # at this time the minimum glibc in the tree is 2.9 so we should be safe. - if use elibc_glibc && use jemalloc3; then - # We must force-enable jemalloc 3 via .mozconfig - echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die - mozconfig_annotate '' --enable-jemalloc - mozconfig_annotate '' --enable-replace-malloc - fi - - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" - - if use gstreamer; then - mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 - else - mozconfig_annotate '' --disable-gstreamer - fi - mozconfig_use_enable pulseaudio - - mozconfig_use_enable system-cairo - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_enable system-icu intl-api - mozconfig_use_with system-libvpx -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.38.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.38.eclass index 15925cbcd2..7f70597c8e 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.38.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.38.eclass @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinu # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.39.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.39.eclass deleted file mode 100644 index 7f7d3533e3..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.39.eclass +++ /dev/null @@ -1,240 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# @ECLASS: mozconfig-v5.33.eclass -# @MAINTAINER: -# mozilla team -# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v5 -# @DESCRIPTION: -# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) -# to provide a single common place for the common mozilla engine compoments. -# -# The eclass provides all common dependencies as well as common use flags. -# -# Some use flags which may be optional in particular mozilla packages can be -# supported through setting eclass variables. -# -# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, -# and so ebuilds inheriting this eclass do not need to inherit that. - -inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3 - -case ${EAPI} in - 0|1|2|3|4) die "EAPI=${EAPI} not supported" -esac - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="wifi". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if necko-wifi support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="jit". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if optional jit support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" - -# some notes on deps: -# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 -# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau - -RDEPEND=">=app-text/hunspell-1.2 - dev-libs/atk - dev-libs/expat - >=dev-libs/libevent-1.4.7 - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.18:2 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.16:0=[apng] - >=media-libs/mesa-10.2:* - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - kernel_linux? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) - virtual/freedesktop-icon-theme - dbus? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - >=virtual/libffi-3.0.10 - gstreamer? ( - >=media-libs/gstreamer-1.4.5:1.0 - >=media-libs/gst-plugins-base-1.4.5:1.0 - >=media-libs/gst-plugins-good-1.4.5:1.0 - >=media-plugins/gst-plugins-libav-1.4.5:1.0 - ) - gstreamer-0? ( - >=media-libs/gstreamer-0.10.25:0.10 - media-plugins/gst-plugins-meta:0.10[ffmpeg] - ) - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) - system-icu? ( >=dev-libs/icu-51.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-sqlite? ( >=dev-db/sqlite-3.8.9:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) -" - -if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then - IUSE+=" +wifi" - else - IUSE+=" wifi" - fi - RDEPEND+=" - wifi? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-wireless/wireless-tools )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_JIT} = "enabled" ]]; then - IUSE+=" +jit" - else - IUSE+=" jit" - fi -fi - -DEPEND="app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.16.1 - ${RDEPEND}" - -RDEPEND+=" - selinux? ( sec-policy/selinux-mozilla )" - -# only one of gstreamer and gstreamer-0 can be enabled at a time, so set REQUIRED_USE to signify this -REQUIRED_USE="?? ( gstreamer gstreamer-0 )" - -# @FUNCTION: mozconfig_config -# @DESCRIPTION: -# Set common configure options for mozilla packages. -# Call this within src_configure() phase, after mozconfig_init -# -# Example: -# -# inherit mozconfig-v5.33 -# -# src_configure() { -# mozconfig_init -# mozconfig_config -# # ... misc ebuild-unique settings via calls to -# # ... mozconfig_{annotate,use_with,use_enable} -# mozconfig_final -# } - -mozconfig_config() { - # Migrated from mozcoreconf-2 - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --enable-pango \ - --enable-svg \ - --with-system-bz2 - - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk2 - - if has bindist ${IUSE}; then - mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] && use bindist ; then - mozconfig_annotate '' --with-branding=browser/branding/aurora - fi - fi - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - - mozconfig_use_enable startup-notification - - if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then - # wifi pulls in dbus so manage both here - mozconfig_use_enable wifi necko-wifi - if use wifi && ! use dbus; then - echo "Enabling dbus support due to wifi request" - mozconfig_annotate 'dbus required by necko-wifi' --enable-dbus - else - mozconfig_use_enable dbus - fi - else - mozconfig_use_enable dbus - mozconfig_annotate 'disabled' --disable-necko-wifi - fi - - # These are forced-on for webm support - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - - if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - mozconfig_use_enable jit ion - fi - - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-gnomevfs - mozconfig_annotate '' --disable-gnomeui - mozconfig_annotate '' --enable-gio - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold - mozconfig_annotate '' --disable-gconf - - # Use jemalloc unless libc is not glibc >= 2.4 - # at this time the minimum glibc in the tree is 2.9 so we should be safe. - if use elibc_glibc && use jemalloc3; then - # We must force-enable jemalloc 3 via .mozconfig - echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die - mozconfig_annotate '' --enable-jemalloc - mozconfig_annotate '' --enable-replace-malloc - fi - - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" - - if use gstreamer ; then - mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 - elif use gstreamer-0 ; then - mozconfig_annotate '+gstreamer-0' --enable-gstreamer=0.10 - else - mozconfig_annotate '' --disable-gstreamer - fi - mozconfig_use_enable pulseaudio - - mozconfig_use_enable system-cairo - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_with system-icu intl-api - mozconfig_use_with system-libvpx -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.40.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.40.eclass deleted file mode 100644 index f763a3400e..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.40.eclass +++ /dev/null @@ -1,263 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# @ECLASS: mozconfig-v6.40.eclass -# @MAINTAINER: -# mozilla team -# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6 -# @DESCRIPTION: -# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) -# to provide a single common place for the common mozilla engine compoments. -# -# The eclass provides all common dependencies as well as common use flags. -# -# Some use flags which may be optional in particular mozilla packages can be -# supported through setting eclass variables. -# -# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, -# and so ebuilds inheriting this eclass do not need to inherit that. - -inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3 - -case ${EAPI} in - 0|1|2|3|4) die "EAPI=${EAPI} not supported" -esac - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="wifi". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if necko-wifi support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="jit". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if optional jit support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild can provide -# optional gtk3 support via IUSE="gtk3". Currently this would include -# ebuilds for firefox, but thunderbird and seamonkey could follow in the future. -# -# Leave the variable UNSET if gtk3 support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" - -# some notes on deps: -# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 -# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau - -RDEPEND=">=app-text/hunspell-1.2 - dev-libs/atk - dev-libs/expat - >=dev-libs/libevent-1.4.7 - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.18:2 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.17:0=[apng] - >=media-libs/mesa-10.2:* - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - kernel_linux? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) - virtual/freedesktop-icon-theme - dbus? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - >=virtual/libffi-3.0.10 - gstreamer? ( - >=media-libs/gstreamer-1.4.5:1.0 - >=media-libs/gst-plugins-base-1.4.5:1.0 - >=media-libs/gst-plugins-good-1.4.5:1.0 - >=media-plugins/gst-plugins-libav-1.4.5:1.0 - ) - gstreamer-0? ( - >=media-libs/gstreamer-0.10.25:0.10 - media-plugins/gst-plugins-meta:0.10[ffmpeg] - ) - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) - system-icu? ( >=dev-libs/icu-51.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-sqlite? ( >=dev-db/sqlite-3.8.9:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) -" - -if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then - IUSE+=" +gtk3" - else - IUSE+=" gtk3" - fi - RDEPEND+=" - gtk3? ( >=x11-libs/gtk+-3.14.0:3 )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then - IUSE+=" +wifi" - else - IUSE+=" wifi" - fi - RDEPEND+=" - wifi? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-wireless/wireless-tools )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_JIT} = "enabled" ]]; then - IUSE+=" +jit" - else - IUSE+=" jit" - fi -fi - -DEPEND="app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.16.1 - ${RDEPEND}" - -RDEPEND+=" - selinux? ( sec-policy/selinux-mozilla )" - -# only one of gstreamer and gstreamer-0 can be enabled at a time, so set REQUIRED_USE to signify this -REQUIRED_USE="?? ( gstreamer gstreamer-0 )" - -# @FUNCTION: mozconfig_config -# @DESCRIPTION: -# Set common configure options for mozilla packages. -# Call this within src_configure() phase, after mozconfig_init -# -# Example: -# -# inherit mozconfig-v5.33 -# -# src_configure() { -# mozconfig_init -# mozconfig_config -# # ... misc ebuild-unique settings via calls to -# # ... mozconfig_{annotate,use_with,use_enable} -# mozconfig_final -# } - -mozconfig_config() { - # Migrated from mozcoreconf-2 - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --enable-pango \ - --enable-svg \ - --with-system-bz2 - - if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then - mozconfig_annotate 'gtk3 use flag' --enable-default-toolkit=$(usex gtk3 cairo-gtk3 cairo-gtk2) - else - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk2 - fi - - if has bindist ${IUSE}; then - mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] && use bindist ; then - mozconfig_annotate '' --with-branding=browser/branding/aurora - fi - fi - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - - mozconfig_use_enable startup-notification - - if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then - # wifi pulls in dbus so manage both here - mozconfig_use_enable wifi necko-wifi - if use wifi && ! use dbus; then - echo "Enabling dbus support due to wifi request" - mozconfig_annotate 'dbus required by necko-wifi' --enable-dbus - else - mozconfig_use_enable dbus - fi - else - mozconfig_use_enable dbus - mozconfig_annotate 'disabled' --disable-necko-wifi - fi - - # These are forced-on for webm support - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - - if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - mozconfig_use_enable jit ion - fi - - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-gnomevfs - mozconfig_annotate '' --disable-gnomeui - mozconfig_annotate '' --enable-gio - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold - mozconfig_annotate '' --disable-gconf - - # Use jemalloc unless libc is not glibc >= 2.4 - # at this time the minimum glibc in the tree is 2.9 so we should be safe. - if use elibc_glibc && use jemalloc3; then - # We must force-enable jemalloc 3 via .mozconfig - echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die - mozconfig_annotate '' --enable-jemalloc - mozconfig_annotate '' --enable-replace-malloc - fi - - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" - - if use gstreamer ; then - mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 - elif use gstreamer-0 ; then - mozconfig_annotate '+gstreamer-0' --enable-gstreamer=0.10 - else - mozconfig_annotate '' --disable-gstreamer - fi - mozconfig_use_enable pulseaudio - - mozconfig_use_enable system-cairo - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_enable system-icu intl-api - mozconfig_use_with system-libvpx -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.41.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.41.eclass deleted file mode 100644 index 25a94718a4..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.41.eclass +++ /dev/null @@ -1,263 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -# -# @ECLASS: mozconfig-v6.40.eclass -# @MAINTAINER: -# mozilla team -# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6 -# @DESCRIPTION: -# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) -# to provide a single common place for the common mozilla engine compoments. -# -# The eclass provides all common dependencies as well as common use flags. -# -# Some use flags which may be optional in particular mozilla packages can be -# supported through setting eclass variables. -# -# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, -# and so ebuilds inheriting this eclass do not need to inherit that. - -inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3 - -case ${EAPI} in - 0|1|2|3|4) die "EAPI=${EAPI} not supported" -esac - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="wifi". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if necko-wifi support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild needs to provide -# optional necko-wifi support via IUSE="jit". Currently this would include -# ebuilds for firefox, and potentially seamonkey. -# -# Leave the variable UNSET if optional jit support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 -# @DESCRIPTION: -# Set this variable before the inherit line, when an ebuild can provide -# optional gtk3 support via IUSE="gtk3". Currently this would include -# ebuilds for firefox, but thunderbird and seamonkey could follow in the future. -# -# Leave the variable UNSET if gtk3 support should not be available. -# Set the variable to "enabled" if the use flag should be enabled by default. -# Set the variable to any value if the use flag should exist but not be default-enabled. - -# use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" - -# some notes on deps: -# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 -# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau - -RDEPEND=">=app-text/hunspell-1.2 - dev-libs/atk - dev-libs/expat - >=dev-libs/libevent-1.4.7 - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.18:2 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.17:0=[apng] - >=media-libs/mesa-10.2:* - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - kernel_linux? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) - virtual/freedesktop-icon-theme - dbus? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - >=virtual/libffi-3.0.10 - gstreamer? ( - >=media-libs/gstreamer-1.4.5:1.0 - >=media-libs/gst-plugins-base-1.4.5:1.0 - >=media-libs/gst-plugins-good-1.4.5:1.0 - >=media-plugins/gst-plugins-libav-1.4.5:1.0 - ) - gstreamer-0? ( - >=media-libs/gstreamer-0.10.25:0.10 - media-plugins/gst-plugins-meta:0.10[ffmpeg] - ) - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) - system-icu? ( >=dev-libs/icu-51.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-sqlite? ( >=dev-db/sqlite-3.8.10.1:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) -" - -if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then - IUSE+=" +gtk3" - else - IUSE+=" gtk3" - fi - RDEPEND+=" - gtk3? ( >=x11-libs/gtk+-3.14.0:3 )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then - IUSE+=" +wifi" - else - IUSE+=" wifi" - fi - RDEPEND+=" - wifi? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-wireless/wireless-tools )" -fi -if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - if [[ ${MOZCONFIG_OPTIONAL_JIT} = "enabled" ]]; then - IUSE+=" +jit" - else - IUSE+=" jit" - fi -fi - -DEPEND="app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.16.1 - ${RDEPEND}" - -RDEPEND+=" - selinux? ( sec-policy/selinux-mozilla )" - -# only one of gstreamer and gstreamer-0 can be enabled at a time, so set REQUIRED_USE to signify this -REQUIRED_USE="?? ( gstreamer gstreamer-0 )" - -# @FUNCTION: mozconfig_config -# @DESCRIPTION: -# Set common configure options for mozilla packages. -# Call this within src_configure() phase, after mozconfig_init -# -# Example: -# -# inherit mozconfig-v5.33 -# -# src_configure() { -# mozconfig_init -# mozconfig_config -# # ... misc ebuild-unique settings via calls to -# # ... mozconfig_{annotate,use_with,use_enable} -# mozconfig_final -# } - -mozconfig_config() { - # Migrated from mozcoreconf-2 - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --enable-pango \ - --enable-svg \ - --with-system-bz2 - - if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then - mozconfig_annotate 'gtk3 use flag' --enable-default-toolkit=$(usex gtk3 cairo-gtk3 cairo-gtk2) - else - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk2 - fi - - if has bindist ${IUSE}; then - mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] && use bindist ; then - mozconfig_annotate '' --with-branding=browser/branding/aurora - fi - fi - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - - mozconfig_use_enable startup-notification - - if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then - # wifi pulls in dbus so manage both here - mozconfig_use_enable wifi necko-wifi - if use wifi && ! use dbus; then - echo "Enabling dbus support due to wifi request" - mozconfig_annotate 'dbus required by necko-wifi' --enable-dbus - else - mozconfig_use_enable dbus - fi - else - mozconfig_use_enable dbus - mozconfig_annotate 'disabled' --disable-necko-wifi - fi - - # These are forced-on for webm support - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - - if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then - mozconfig_use_enable jit ion - fi - - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-gnomevfs - mozconfig_annotate '' --disable-gnomeui - mozconfig_annotate '' --enable-gio - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold - mozconfig_annotate '' --disable-gconf - - # Use jemalloc unless libc is not glibc >= 2.4 - # at this time the minimum glibc in the tree is 2.9 so we should be safe. - if use elibc_glibc && use jemalloc3; then - # We must force-enable jemalloc 3 via .mozconfig - echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die - mozconfig_annotate '' --enable-jemalloc - mozconfig_annotate '' --enable-replace-malloc - fi - - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" - - if use gstreamer ; then - mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 - elif use gstreamer-0 ; then - mozconfig_annotate '+gstreamer-0' --enable-gstreamer=0.10 - else - mozconfig_annotate '' --disable-gstreamer - fi - mozconfig_use_enable pulseaudio - - mozconfig_use_enable system-cairo - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_with system-icu intl-api - mozconfig_use_with system-libvpx -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.42.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.42.eclass index d0c8abf59b..29a75f9972 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.42.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.42.eclass @@ -61,7 +61,7 @@ IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selin # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.45.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.45.eclass index 1878b7a9d0..160b8b17a1 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.45.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.45.eclass @@ -15,7 +15,7 @@ # Some use flags which may be optional in particular mozilla packages can be # supported through setting eclass variables. # -# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, +# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v4, # and so ebuilds inheriting this eclass do not need to inherit that. case ${EAPI} in @@ -23,12 +23,11 @@ case ${EAPI} in die "EAPI=${EAPI} not supported" ;; 5) - # not needed for EAPI6 and above inherit multilib ;; esac -inherit flag-o-matic toolchain-funcs mozcoreconf-v3 +inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI # @DESCRIPTION: @@ -72,13 +71,14 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v3 # use-flags common among all mozilla ebuilds IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo - system-icu system-jpeg system-libevent system-sqlite system-libvpx" + system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx" # some notes on deps: # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau +# media-libs/libcanberra is dlopen'ed rather than linked -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] @@ -89,6 +89,7 @@ RDEPEND=">=app-text/hunspell-1.2 >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 + media-libs/libcanberra:*[pulseaudio?] kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme @@ -119,11 +120,20 @@ RDEPEND=">=app-text/hunspell-1.2 system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( =dev-libs/libevent-2.0*:0= ) + system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) + system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) " +if [[ ${PV/45.0*/} == "" ]]; then + RDEPEND+=" + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] )" +else + # 45.1.0 and above bumped the libvpx requirement + RDEPEND+=" + system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] )" +fi + if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then IUSE+=" +gtk3" @@ -180,8 +190,11 @@ DEPEND="app-arch/zip RDEPEND+=" selinux? ( sec-policy/selinux-mozilla )" -# only one of gstreamer and gstreamer-0 can be enabled at a time, so set REQUIRED_USE to signify this -REQUIRED_USE="?? ( gstreamer gstreamer-0 )" +# only one of gstreamer and gstreamer-0 can be enabled at a time, so set REQUIRED_USE to signify this. +# also force system-icu if system-harfbuzz is set to avoid any potential ABI issues +REQUIRED_USE=" + ?? ( gstreamer gstreamer-0 ) + system-harfbuzz? ( system-icu )" # only one of gtk3 or qt5 should be permitted to be selected, since only one will be used. [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]] && [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]] && \ @@ -205,6 +218,19 @@ REQUIRED_USE="?? ( gstreamer gstreamer-0 )" # } mozconfig_config() { + # Migrated from mozcoreconf-v3 + mozconfig_annotate 'more disable_update_strip' \ + --disable-pedantic \ + --disable-installer \ + --disable-strip-libs + + if [[ ${PN} != seamonkey ]]; then + mozconfig_annotate 'basic_profile' \ + --disable-profilelocking \ + --enable-single-profile \ + --disable-profilesharing + fi + # Migrated from mozcoreconf-2 mozconfig_annotate 'system_libs' \ --with-system-zlib \ @@ -327,6 +353,8 @@ mozconfig_config() { mozconfig_use_with system-jpeg mozconfig_use_with system-icu mozconfig_use_with system-libvpx + mozconfig_use_with system-harfbuzz + mozconfig_use_with system-harfbuzz system-graphite2 # Modifications to better support ARM, bug 553364 if use neon ; then @@ -344,3 +372,44 @@ mozconfig_config() { fi fi } + +# @FUNCTION: mozconfig_install_prefs +# @DESCRIPTION: +# Set preferences into the prefs.js file specified as a parameter to +# the function. This sets both some common prefs to all mozilla +# packages, and any prefs that may relate to the use flags administered +# by mozconfig_config(). +# +# Call this within src_install() phase, after copying the template +# prefs file (if any) from ${FILESDIR} +# +# Example: +# +# inherit mozconfig-v6.46 +# +# src_install() { +# cp "${FILESDIR}"/gentoo-default-prefs.js \ +# "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ +# || die +# +# mozconfig_install_prefs \ +# "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" +# +# ... +# } + +mozconfig_install_prefs() { + local prefs_file="${1}" + + einfo "Adding prefs from mozconfig to ${prefs_file}" + + # set dictionary path, to use system hunspell + echo "pref(\"spellchecker.dictionary_path\", \"${EPREFIX}/usr/share/myspell\");" \ + >>"${prefs_file}" || die + + # force the graphite pref if system-harfbuzz is enabled, since the pref cant disable it + if use system-harfbuzz ; then + echo "sticky_pref(\"gfx.font_rendering.graphite.enabled\",true);" \ + >>"${prefs_file}" || die + fi +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.44.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.49.eclass similarity index 66% rename from sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.44.eclass rename to sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.49.eclass index a833e9179f..bc6e7d3b4d 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.44.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.49.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ # -# @ECLASS: mozconfig-v6.44.eclass +# @ECLASS: mozconfig-v6.46.eclass # @MAINTAINER: # mozilla team # @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6 @@ -18,12 +18,17 @@ # This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, # and so ebuilds inheriting this eclass do not need to inherit that. -inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3 - case ${EAPI} in - 0|1|2|3|4) die "EAPI=${EAPI} not supported" + 0|1|2|3|4) + die "EAPI=${EAPI} not supported" + ;; + 5) + inherit multilib + ;; esac +inherit flag-o-matic toolchain-funcs mozcoreconf-v4 + # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide @@ -54,6 +59,19 @@ esac # Set the variable to "enabled" if the use flag should be enabled by default. # Set the variable to any value if the use flag should exist but not be default-enabled. +# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DESCRIPTION: +# Set this variable before the inherit line, when an ebuild can provide +# optional gtk2-only support via IUSE="gtk2". +# +# Note that this option conflicts directly with MOZCONFIG_OPTIONAL_GTK3, both +# variables cannot be set at the same time and this variable will be ignored if +# MOZCONFIG_OPTIONAL_GTK3 is set. +# +# Leave the variable UNSET if gtk2-only support should not be available. +# Set the variable to "enabled" if the use flag should be enabled by default. +# Set the variable to any value if the use flag should exist but not be default-enabled. + # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide @@ -65,22 +83,21 @@ esac # Set the variable to any value if the use flag should exist but not be default-enabled. # use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo - system-icu system-jpeg system-libevent system-sqlite system-libvpx" +IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux +skia startup-notification system-cairo + system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx" # some notes on deps: # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat - >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.17:0=[apng] + >=media-libs/libpng-1.6.21:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 @@ -93,17 +110,7 @@ RDEPEND=">=app-text/hunspell-1.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 - ffmpeg? ( virtual/ffmpeg ) - gstreamer? ( - >=media-libs/gstreamer-1.4.5:1.0 - >=media-libs/gst-plugins-base-1.4.5:1.0 - >=media-libs/gst-plugins-good-1.4.5:1.0 - >=media-plugins/gst-plugins-libav-1.4.5:1.0 - ) - gstreamer-0? ( - >=media-libs/gstreamer-0.10.25:0.10 - media-plugins/gst-plugins-meta:0.10[ffmpeg] - ) + virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage @@ -112,14 +119,16 @@ RDEPEND=">=app-text/hunspell-1.2 x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) - system-icu? ( >=dev-libs/icu-51.1:= ) + system-icu? ( >=dev-libs/icu-56.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( =dev-libs/libevent-2.0* ) - system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) + system-libevent? ( >=dev-libs/libevent-2.0:0= ) + system-sqlite? ( >=dev-db/sqlite-3.13.0:3[secure-delete,debug=] ) + system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) + system-harfbuzz? ( >=media-libs/harfbuzz-1.2.6:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) " if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then + MOZCONFIG_OPTIONAL_GTK2ONLY= if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then IUSE+=" +gtk3" else @@ -127,6 +136,14 @@ if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then fi RDEPEND+=" gtk3? ( >=x11-libs/gtk+-3.4.0:3 )" +elif [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then + if [[ ${MOZCONFIG_OPTIONAL_GTK2ONLY} = "enabled" ]]; then + IUSE+=" +gtk2" + else + IUSE+=" gtk2" + fi + RDEPEND+=" + !gtk2? ( >=x11-libs/gtk+-3.4.0:3 )" fi if [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]]; then inherit qmake-utils @@ -170,18 +187,24 @@ fi DEPEND="app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 + sys-apps/findutils ${RDEPEND}" RDEPEND+=" selinux? ( sec-policy/selinux-mozilla )" -# only one of gstreamer and gstreamer-0 can be enabled at a time, so set REQUIRED_USE to signify this -REQUIRED_USE="?? ( gstreamer gstreamer-0 )" +# force system-icu if system-harfbuzz is selected, to avoid potential ABI issues +REQUIRED_USE=" + system-harfbuzz? ( system-icu )" # only one of gtk3 or qt5 should be permitted to be selected, since only one will be used. [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]] && [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]] && \ REQUIRED_USE+=" ?? ( gtk3 qt5 )" +# only one of gtk2 or qt5 should be permitted to be selected, since only one will be used. +[[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]] && [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]] && \ + REQUIRED_USE+=" ?? ( gtk2 qt5 )" + # @FUNCTION: mozconfig_config # @DESCRIPTION: # Set common configure options for mozilla packages. @@ -189,7 +212,7 @@ REQUIRED_USE="?? ( gstreamer gstreamer-0 )" # # Example: # -# inherit mozconfig-v5.33 +# inherit mozconfig-v6.46 # # src_configure() { # mozconfig_init @@ -203,8 +226,6 @@ mozconfig_config() { # Migrated from mozcoreconf-2 mozconfig_annotate 'system_libs' \ --with-system-zlib \ - --enable-pango \ - --enable-svg \ --with-system-bz2 if has bindist ${IUSE}; then @@ -239,20 +260,16 @@ mozconfig_config() { mozconfig_annotate 'disabled' --disable-necko-wifi fi - # These are forced-on for webm support - mozconfig_annotate 'required' --enable-ogg - mozconfig_annotate 'required' --enable-wave - if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then mozconfig_use_enable jit ion fi # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) + mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr + mozconfig_annotate '' --with-system-nss --with-nss-prefix="${SYSROOT}${EPREFIX}"/usr + mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir) if use system-libevent; then - mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr + mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr fi mozconfig_annotate '' --prefix="${EPREFIX}"/usr mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) @@ -263,7 +280,7 @@ mozconfig_config() { mozconfig_annotate 'Gentoo default' --with-system-png mozconfig_annotate '' --enable-system-ffi mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold - mozconfig_annotate 'Gentoo default' --disable-skia + mozconfig_use_enable skia mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --with-intl-api @@ -276,6 +293,13 @@ mozconfig_config() { toolkit_comment="gtk3 use flag" fi fi + if [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then + if ! use gtk2 ; then + toolkit="cairo-gtk3" + else + toolkit_comment="gtk2 use flag" + fi + fi if [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]]; then if use qt5; then toolkit="cairo-qt" @@ -295,26 +319,19 @@ mozconfig_config() { # Use jemalloc unless libc is not glibc >= 2.4 # at this time the minimum glibc in the tree is 2.9 so we should be safe. - if use elibc_glibc && use jemalloc3; then - # We must force-enable jemalloc 3 via .mozconfig - echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die - mozconfig_annotate '' --enable-jemalloc + if use elibc_glibc && use jemalloc; then + # We must force-enable jemalloc 4 via .mozconfig + echo "export MOZ_JEMALLOC4=1" >> "${S}"/.mozconfig || die mozconfig_annotate '' --enable-replace-malloc fi - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" + # Instead of the standard --build= and --host=, mozilla uses --host instead + # of --build, and --target intstead of --host. + # Note, mozilla also has --build but it does not do what you think it does. + # Set both --target and --host as mozilla uses python to guess values otherwise + mozconfig_annotate '' --target="${CHOST}" + mozconfig_annotate '' --host="${CBUILD:-${CHOST}}" - use ffmpeg || mozconfig_annotate '-ffmpeg' --disable-ffmpeg - if use gstreamer ; then - use ffmpeg && einfo "${PN} will not use ffmpeg unless gstreamer:1.0 is not available at runtime" - mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 - elif use gstreamer-0 ; then - use ffmpeg && einfo "${PN} will not use ffmpeg unless gstreamer:0.10 is not available at runtime" - mozconfig_annotate '+gstreamer-0' --enable-gstreamer=0.10 - else - mozconfig_annotate '' --disable-gstreamer - fi mozconfig_use_enable pulseaudio mozconfig_use_enable system-cairo @@ -322,6 +339,8 @@ mozconfig_config() { mozconfig_use_with system-jpeg mozconfig_use_with system-icu mozconfig_use_with system-libvpx + mozconfig_use_with system-harfbuzz + mozconfig_use_with system-harfbuzz system-graphite2 # Modifications to better support ARM, bug 553364 if use neon ; then @@ -339,3 +358,52 @@ mozconfig_config() { fi fi } + +# @FUNCTION: mozconfig_install_prefs +# @DESCRIPTION: +# Set preferences into the prefs.js file specified as a parameter to +# the function. This sets both some common prefs to all mozilla +# packages, and any prefs that may relate to the use flags administered +# by mozconfig_config(). +# +# Call this within src_install() phase, after copying the template +# prefs file (if any) from ${FILESDIR} +# +# Example: +# +# inherit mozconfig-v6.46 +# +# src_install() { +# cp "${FILESDIR}"/gentoo-default-prefs.js \ +# "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ +# || die +# +# mozconfig_install_prefs \ +# "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" +# +# ... +# } + +mozconfig_install_prefs() { + local prefs_file="${1}" + + einfo "Adding prefs from mozconfig to ${prefs_file}" + + # set dictionary path, to use system hunspell + echo "pref(\"spellchecker.dictionary_path\", \"${EPREFIX}/usr/share/myspell\");" \ + >>"${prefs_file}" || die + + # force the graphite pref if system-harfbuzz is enabled, since the pref cant disable it + if use system-harfbuzz ; then + echo "sticky_pref(\"gfx.font_rendering.graphite.enabled\",true);" \ + >>"${prefs_file}" || die + fi + + # force cairo as the canvas renderer if USE=skia is disabled + if ! use skia ; then + echo "lockPref(\"gfx.canvas.azure.backends\",\"cairo\");" \ + >>"${prefs_file}" || die + echo "lockPref(\"gfx.content.azure.backends\",\"cairo\");" \ + >>"${prefs_file}" || die + fi +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.51.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.51.eclass new file mode 100644 index 0000000000..b151d44e60 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/mozconfig-v6.51.eclass @@ -0,0 +1,415 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +# +# @ECLASS: mozconfig-v6.46.eclass +# @MAINTAINER: +# mozilla team +# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6 +# @DESCRIPTION: +# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) +# to provide a single common place for the common mozilla engine compoments. +# +# The eclass provides all common dependencies as well as common use flags. +# +# Some use flags which may be optional in particular mozilla packages can be +# supported through setting eclass variables. +# +# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3, +# and so ebuilds inheriting this eclass do not need to inherit that. + +case ${EAPI} in + 0|1|2|3|4) + die "EAPI=${EAPI} not supported" + ;; + 5) + inherit multilib + ;; +esac + +inherit flag-o-matic toolchain-funcs mozcoreconf-v4 + +# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DESCRIPTION: +# Set this variable before the inherit line, when an ebuild needs to provide +# optional necko-wifi support via IUSE="wifi". Currently this would include +# ebuilds for firefox, and potentially seamonkey. +# +# Leave the variable UNSET if necko-wifi support should not be available. +# Set the variable to "enabled" if the use flag should be enabled by default. +# Set the variable to any value if the use flag should exist but not be default-enabled. + +# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DESCRIPTION: +# Set this variable before the inherit line, when an ebuild needs to provide +# deterministic jit support via IUSE="jit". The upstream default will be used +# otherwise, which is generally to enable jit unless support for the platform +# is missing. +# +# Set the variable to "enabled" if the use flag should be enabled by default. +# Set the variable to any value if the use flag should exist but not be default-enabled. + +# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DESCRIPTION: +# Set this variable before the inherit line, when an ebuild can provide +# optional gtk3 support via IUSE="gtk3". Currently this would include +# ebuilds for firefox, but thunderbird and seamonkey could follow in the future. +# +# Leave the variable UNSET if gtk3 support should not be available. +# Set the variable to "enabled" if the use flag should be enabled by default. +# Set the variable to any value if the use flag should exist but not be default-enabled. + +# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DESCRIPTION: +# Set this variable before the inherit line, when an ebuild can provide +# optional gtk2-only support via IUSE="gtk2". +# +# Note that this option conflicts directly with MOZCONFIG_OPTIONAL_GTK3, both +# variables cannot be set at the same time and this variable will be ignored if +# MOZCONFIG_OPTIONAL_GTK3 is set. +# +# Leave the variable UNSET if gtk2-only support should not be available. +# Set the variable to "enabled" if the use flag should be enabled by default. +# Set the variable to any value if the use flag should exist but not be default-enabled. + +# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DESCRIPTION: +# Set this variable before the inherit line, when an ebuild can provide +# optional qt5 support via IUSE="qt5". Currently this would include +# ebuilds for firefox, but thunderbird and seamonkey could follow in the future. +# +# Leave the variable UNSET if qt5 support should not be available. +# Set the variable to "enabled" if the use flag should be enabled by default. +# Set the variable to any value if the use flag should exist but not be default-enabled. + +# use-flags common among all mozilla ebuilds +IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux +skia startup-notification system-cairo + system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx" + +# some notes on deps: +# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 +# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau + +RDEPEND=">=app-text/hunspell-1.2:= + dev-libs/atk + dev-libs/expat + >=x11-libs/cairo-1.10[X] + x11-libs/gdk-pixbuf + >=x11-libs/pango-1.22.0 + >=media-libs/libpng-1.6.25:0=[apng] + >=media-libs/mesa-10.2:* + media-libs/fontconfig + >=media-libs/freetype-2.4.10 + kernel_linux? ( media-libs/alsa-lib ) + pulseaudio? ( media-sound/pulseaudio ) + virtual/freedesktop-icon-theme + dbus? ( >=sys-apps/dbus-0.60 + >=dev-libs/dbus-glib-0.72 ) + startup-notification? ( >=x11-libs/startup-notification-0.8 ) + >=dev-libs/glib-2.26:2 + >=sys-libs/zlib-1.2.3 + >=virtual/libffi-3.0.10 + virtual/ffmpeg + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXt + system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) + system-icu? ( >=dev-libs/icu-56.1:= ) + system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) + system-libevent? ( >=dev-libs/libevent-2.0:0= ) + system-sqlite? ( >=dev-db/sqlite-3.14.1:3[secure-delete,debug=] ) + system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) + system-harfbuzz? ( >=media-libs/harfbuzz-1.2.6:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) +" + +if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then + MOZCONFIG_OPTIONAL_GTK2ONLY= + if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then + IUSE+=" +gtk3" + else + IUSE+=" gtk3" + fi + RDEPEND+=" + gtk3? ( >=x11-libs/gtk+-3.4.0:3 ) + !gtk3? ( >=x11-libs/gtk+-2.18:2 )" +elif [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then + if [[ ${MOZCONFIG_OPTIONAL_GTK2ONLY} = "enabled" ]]; then + IUSE+=" +gtk2" + else + IUSE+=" gtk2" + fi + RDEPEND+=" + gtk2? ( >=x11-libs/gtk+-2.18:2 ) + !gtk2? ( >=x11-libs/gtk+-3.4.0:3 )" +else + RDEPEND+=" + >=x11-libs/gtk+-2.18:2" +fi +if [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]]; then + inherit qmake-utils + if [[ ${MOZCONFIG_OPTIONAL_QT5} = "enabled" ]]; then + IUSE+=" +qt5" + else + IUSE+=" qt5" + fi + RDEPEND+=" + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dev-qt/qtdeclarative:5 + )" +fi +if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then + if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then + IUSE+=" +wifi" + else + IUSE+=" wifi" + fi + RDEPEND+=" + wifi? ( + kernel_linux? ( >=sys-apps/dbus-0.60 + >=dev-libs/dbus-glib-0.72 + net-misc/networkmanager ) + )" +fi +if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then + if [[ ${MOZCONFIG_OPTIONAL_JIT} = "enabled" ]]; then + IUSE+=" +jit" + else + IUSE+=" jit" + fi +fi + +DEPEND="app-arch/zip + app-arch/unzip + >=sys-devel/binutils-2.16.1 + sys-apps/findutils + ${RDEPEND}" + +RDEPEND+=" + selinux? ( sec-policy/selinux-mozilla )" + +# force system-icu if system-harfbuzz is selected, to avoid potential ABI issues +REQUIRED_USE=" + system-harfbuzz? ( system-icu )" + +# only one of gtk3 or qt5 should be permitted to be selected, since only one will be used. +[[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]] && [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]] && \ + REQUIRED_USE+=" ?? ( gtk3 qt5 )" + +# only one of gtk2 or qt5 should be permitted to be selected, since only one will be used. +[[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]] && [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]] && \ + REQUIRED_USE+=" ?? ( gtk2 qt5 )" + +# @FUNCTION: mozconfig_config +# @DESCRIPTION: +# Set common configure options for mozilla packages. +# Call this within src_configure() phase, after mozconfig_init +# +# Example: +# +# inherit mozconfig-v6.46 +# +# src_configure() { +# mozconfig_init +# mozconfig_config +# # ... misc ebuild-unique settings via calls to +# # ... mozconfig_{annotate,use_with,use_enable} +# mozconfig_final +# } + +mozconfig_config() { + # Migrated from mozcoreconf-2 + mozconfig_annotate 'system_libs' \ + --with-system-zlib \ + --with-system-bz2 + + if has bindist ${IUSE}; then + mozconfig_use_enable !bindist official-branding + if [[ ${PN} == firefox ]] && use bindist ; then + mozconfig_annotate '' --with-branding=browser/branding/aurora + fi + fi + + # Enable position independent executables + mozconfig_annotate 'enabled by Gentoo' --enable-pie + mozconfig_use_enable debug + mozconfig_use_enable debug tests + + if ! use debug ; then + mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols + else + mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols + fi + + mozconfig_use_enable startup-notification + + if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then + # wifi pulls in dbus so manage both here + mozconfig_use_enable wifi necko-wifi + if use kernel_linux && use wifi && ! use dbus; then + echo "Enabling dbus support due to wifi request" + mozconfig_annotate 'dbus required by necko-wifi on linux' --enable-dbus + else + mozconfig_use_enable dbus + fi + else + mozconfig_use_enable dbus + mozconfig_annotate 'disabled' --disable-necko-wifi + fi + + if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then + mozconfig_use_enable jit ion + fi + + # These are enabled by default in all mozilla applications + mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr + mozconfig_annotate '' --with-system-nss --with-nss-prefix="${SYSROOT}${EPREFIX}"/usr + mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir) + if use system-libevent; then + mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr + fi + mozconfig_annotate '' --prefix="${EPREFIX}"/usr + mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) + mozconfig_annotate 'Gentoo default' --enable-system-hunspell + mozconfig_annotate '' --disable-gnomeui + mozconfig_annotate '' --enable-gio + mozconfig_annotate '' --disable-crashreporter + mozconfig_annotate 'Gentoo default' --with-system-png + mozconfig_annotate '' --enable-system-ffi + mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold + mozconfig_use_enable skia + mozconfig_annotate '' --disable-gconf + mozconfig_annotate '' --with-intl-api + + # default toolkit is cairo-gtk2, optional use flags can change this + local toolkit="cairo-gtk2" + local toolkit_comment="" + if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then + if use gtk3; then + toolkit="cairo-gtk3" + toolkit_comment="gtk3 use flag" + fi + fi + if [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then + if ! use gtk2 ; then + toolkit="cairo-gtk3" + else + toolkit_comment="gtk2 use flag" + fi + fi + if [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]]; then + if use qt5; then + toolkit="cairo-qt" + toolkit_comment="qt5 use flag" + # need to specify these vars because the qt5 versions are not found otherwise, + # and setting --with-qtdir overrides the pkg-config include dirs + local i + for i in qmake moc rcc; do + echo "export HOST_${i^^}=\"$(qt5_get_bindir)/${i}\"" \ + >> "${S}"/.mozconfig || die + done + echo 'unset QTDIR' >> "${S}"/.mozconfig || die + mozconfig_annotate '+qt5' --disable-gio + fi + fi + mozconfig_annotate "${toolkit_comment}" --enable-default-toolkit=${toolkit} + + # Use jemalloc unless libc is not glibc >= 2.4 + # at this time the minimum glibc in the tree is 2.9 so we should be safe. + if use elibc_glibc && use jemalloc; then + # We must force-enable jemalloc 4 via .mozconfig + echo "export MOZ_JEMALLOC4=1" >> "${S}"/.mozconfig || die + mozconfig_annotate '' --enable-replace-malloc + fi + + # Instead of the standard --build= and --host=, mozilla uses --host instead + # of --build, and --target intstead of --host. + # Note, mozilla also has --build but it does not do what you think it does. + # Set both --target and --host as mozilla uses python to guess values otherwise + mozconfig_annotate '' --target="${CHOST}" + mozconfig_annotate '' --host="${CBUILD:-${CHOST}}" + + mozconfig_use_enable pulseaudio + + mozconfig_use_enable system-cairo + mozconfig_use_enable system-sqlite + mozconfig_use_with system-jpeg + mozconfig_use_with system-icu + mozconfig_use_with system-libvpx + mozconfig_use_with system-harfbuzz + mozconfig_use_with system-harfbuzz system-graphite2 + + # Modifications to better support ARM, bug 553364 + if use neon ; then + mozconfig_annotate '' --with-fpu=neon + mozconfig_annotate '' --with-thumb=yes + mozconfig_annotate '' --with-thumb-interwork=no + fi + if [[ ${CHOST} == armv* ]] ; then + mozconfig_annotate '' --with-float-abi=hard + mozconfig_annotate '' --enable-skia + + if ! use system-libvpx ; then + sed -i -e "s|softfp|hard|" \ + "${S}"/media/libvpx/moz.build + fi + fi +} + +# @FUNCTION: mozconfig_install_prefs +# @DESCRIPTION: +# Set preferences into the prefs.js file specified as a parameter to +# the function. This sets both some common prefs to all mozilla +# packages, and any prefs that may relate to the use flags administered +# by mozconfig_config(). +# +# Call this within src_install() phase, after copying the template +# prefs file (if any) from ${FILESDIR} +# +# Example: +# +# inherit mozconfig-v6.46 +# +# src_install() { +# cp "${FILESDIR}"/gentoo-default-prefs.js \ +# "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ +# || die +# +# mozconfig_install_prefs \ +# "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" +# +# ... +# } + +mozconfig_install_prefs() { + local prefs_file="${1}" + + einfo "Adding prefs from mozconfig to ${prefs_file}" + + # set dictionary path, to use system hunspell + echo "pref(\"spellchecker.dictionary_path\", \"${EPREFIX}/usr/share/myspell\");" \ + >>"${prefs_file}" || die + + # force the graphite pref if system-harfbuzz is enabled, since the pref cant disable it + if use system-harfbuzz ; then + echo "sticky_pref(\"gfx.font_rendering.graphite.enabled\",true);" \ + >>"${prefs_file}" || die + fi + + # force cairo as the canvas renderer if USE=skia is disabled + if ! use skia ; then + echo "lockPref(\"gfx.canvas.azure.backends\",\"cairo\");" \ + >>"${prefs_file}" || die + echo "lockPref(\"gfx.content.azure.backends\",\"cairo\");" \ + >>"${prefs_file}" || die + fi +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozcoreconf-v4.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozcoreconf-v4.eclass new file mode 100644 index 0000000000..9d0334a189 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/mozcoreconf-v4.eclass @@ -0,0 +1,265 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +# +# @ECLASS: mozcoreconf-v4.eclass +# @MAINTAINER: +# Mozilla team +# @BLURB: core options and configuration functions for mozilla +# @DESCRIPTION: +# +# inherit mozconfig-v6.* or above for mozilla configuration support + +# @ECLASS-VARIABLE: MOZILLA_FIVE_HOME +# @DESCRIPTION: +# This is an eclass-generated variable that defines the rpath that the mozilla +# product will be installed in. Read-only + +if [[ ! ${_MOZCORECONF} ]]; then + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' + +inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator + +IUSE="${IUSE} custom-cflags custom-optimization" + +DEPEND="virtual/pkgconfig + ${PYTHON_DEPS}" + +# @FUNCTION: mozconfig_annotate +# @DESCRIPTION: +# add an annotated line to .mozconfig +# +# Example: +# mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc +# => ac_add_options --enable-js-ultrasparc # building on ultrasparc +mozconfig_annotate() { + declare reason=$1 x ; shift + [[ $# -gt 0 ]] || die "mozconfig_annotate missing flags for ${reason}\!" + for x in ${*}; do + echo "ac_add_options ${x} # ${reason}" >>.mozconfig + done +} + +# @FUNCTION: mozconfig_use_enable +# @DESCRIPTION: +# add a line to .mozconfig based on a USE-flag +# +# Example: +# mozconfig_use_enable truetype freetype2 +# => ac_add_options --enable-freetype2 # +truetype +mozconfig_use_enable() { + declare flag=$(use_enable "$@") + mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}" +} + +# @FUNCTION mozconfig_use_with +# @DESCRIPTION +# add a line to .mozconfig based on a USE-flag +# +# Example: +# mozconfig_use_with kerberos gss-api /usr/$(get_libdir) +# => ac_add_options --with-gss-api=/usr/lib # +kerberos +mozconfig_use_with() { + declare flag=$(use_with "$@") + mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}" +} + +# @FUNCTION mozconfig_use_extension +# @DESCRIPTION +# enable or disable an extension based on a USE-flag +# +# Example: +# mozconfig_use_extension gnome gnomevfs +# => ac_add_options --enable-extensions=gnomevfs +mozconfig_use_extension() { + declare minus=$(use $1 || echo -) + mozconfig_annotate "${minus:-+}$1" --enable-extensions=${minus}${2} +} + +moz_pkgsetup() { + # Ensure we use C locale when building + export LANG="C" + export LC_ALL="C" + export LC_MESSAGES="C" + export LC_CTYPE="C" + + # Ensure we use correct toolchain + export HOST_CC="$(tc-getBUILD_CC)" + export HOST_CXX="$(tc-getBUILD_CXX)" + tc-export CC CXX LD PKG_CONFIG + + # Ensure that we have a sane build enviroment + export MOZILLA_CLIENT=1 + export BUILD_OPT=1 + export NO_STATIC_LIB=1 + export USE_PTHREADS=1 + export ALDFLAGS=${LDFLAGS} + # ensure MOZCONFIG is not defined + eval unset MOZCONFIG + + # set MOZILLA_FIVE_HOME + export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" + + # nested configure scripts in mozilla products generate unrecognized options + # false positives when toplevel configure passes downwards. + export QA_CONFIGURE_OPTIONS=".*" + + if [[ $(gcc-major-version) -eq 3 ]]; then + ewarn "Unsupported compiler detected, DO NOT file bugs for" + ewarn "outdated compilers. Bugs opened with gcc-3 will be closed" + ewarn "invalid." + fi + + python-any-r1_pkg_setup +} + +# @FUNCTION: mozconfig_init +# @DESCRIPTION: +# Initialize mozilla configuration and populate with core settings. +# This should be called in src_configure before any other mozconfig_* functions. +mozconfig_init() { + declare enable_optimize pango_version myext x + declare XUL=$([[ ${PN} == xulrunner ]] && echo true || echo false) + declare FF=$([[ ${PN} == firefox ]] && echo true || echo false) + declare SM=$([[ ${PN} == seamonkey ]] && echo true || echo false) + declare TB=$([[ ${PN} == thunderbird ]] && echo true || echo false) + + #################################### + # + # Setup the initial .mozconfig + # See http://www.mozilla.org/build/configure-build.html + # + #################################### + + case ${PN} in + *xulrunner) + cp xulrunner/config/mozconfig .mozconfig \ + || die "cp xulrunner/config/mozconfig failed" ;; + *firefox) + cp browser/config/mozconfig .mozconfig \ + || die "cp browser/config/mozconfig failed" ;; + seamonkey) + # Must create the initial mozconfig to enable application + : >.mozconfig || die "initial mozconfig creation failed" + mozconfig_annotate "" --enable-application=suite ;; + *thunderbird) + # Must create the initial mozconfig to enable application + : >.mozconfig || die "initial mozconfig creation failed" + mozconfig_annotate "" --enable-application=mail ;; + esac + + #################################### + # + # CFLAGS setup and ARCH support + # + #################################### + + # Set optimization level + if [[ ${ARCH} == hppa ]]; then + mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0 + elif [[ ${ARCH} == x86 ]]; then + mozconfig_annotate "less then -O2 causes a segfault on x86" --enable-optimize=-O2 + elif use custom-optimization || [[ ${ARCH} =~ (alpha|ia64) ]]; then + # Set optimization level based on CFLAGS + if is-flag -O0; then + mozconfig_annotate "from CFLAGS" --enable-optimize=-O0 + elif [[ ${ARCH} == ppc ]] && has_version '>=sys-libs/glibc-2.8'; then + mozconfig_annotate "more than -O1 segfaults on ppc with glibc-2.8" --enable-optimize=-O1 + elif is-flag -O4; then + mozconfig_annotate "from CFLAGS" --enable-optimize=-O4 + elif is-flag -O3; then + mozconfig_annotate "from CFLAGS" --enable-optimize=-O3 + elif is-flag -O1; then + mozconfig_annotate "from CFLAGS" --enable-optimize=-O1 + elif is-flag -Os; then + mozconfig_annotate "from CFLAGS" --enable-optimize=-Os + else + mozconfig_annotate "Gentoo's default optimization" --enable-optimize=-O2 + fi + else + # Enable Mozilla's default + mozconfig_annotate "mozilla default" --enable-optimize + fi + + # Strip optimization so it does not end up in compile string + filter-flags '-O*' + + # Strip over-aggressive CFLAGS + use custom-cflags || strip-flags + + # Additional ARCH support + case "${ARCH}" in + alpha) + # Historically we have needed to add -fPIC manually for 64-bit. + # Additionally, alpha should *always* build with -mieee for correct math + # operation + append-flags -fPIC -mieee + ;; + + ia64) + # Historically we have needed to add this manually for 64-bit + append-flags -fPIC + ;; + + ppc64) + append-flags -fPIC -mminimal-toc + ;; + esac + + # We need to append flags for gcc-6 support + if [[ $(gcc-major-version) -ge 6 ]]; then + append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2 + fi + + # Go a little faster; use less RAM + append-flags "$MAKEEDIT_FLAGS" + + # Use the MOZILLA_FIVE_HOME for the rpath + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags + # Set MOZILLA_FIVE_HOME in mozconfig + mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} + + #################################### + # + # mozconfig setup + # + #################################### + + mozconfig_annotate disable_update_strip \ + --disable-updater \ + --disable-strip \ + --disable-install-strip + + # jemalloc won't build with older glibc + ! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc +} + +# @FUNCTION: mozconfig_final +# @DESCRIPTION: +# Display a table describing all configuration options paired +# with reasons, then clean up extensions list. +# This should be called in src_configure at the end of all other mozconfig_* functions. +mozconfig_final() { + declare ac opt hash reason + echo + echo "==========================================================" + echo "Building ${PF} with the following configuration" + grep ^ac_add_options .mozconfig | while read ac opt hash reason; do + [[ -z ${hash} || ${hash} == \# ]] \ + || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}" + printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}" + done + echo "==========================================================" + echo + + # Resolve multiple --enable-extensions down to one + declare exts=$(sed -n 's/^ac_add_options --enable-extensions=\([^ ]*\).*/\1/p' \ + .mozconfig | xargs) + sed -i '/^ac_add_options --enable-extensions/d' .mozconfig + echo "ac_add_options --enable-extensions=${exts// /,}" >> .mozconfig +} + +_MOZCORECONF=1 +fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozilla-launcher.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozilla-launcher.eclass deleted file mode 100644 index 11c3fdbf65..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/mozilla-launcher.eclass +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit nsplugins multilib - -if [[ ${PN: -4} != "-bin" ]] ; then - IUSE="moznopango" -fi - -# update_mozilla_launcher_symlinks -# -------------------------------- -# Create or remove the following symlinks in /usr/bin: -# -# firefox -> firefox-bin -# thunderbird -> thunderbird-bin -# mozilla -> mozilla-bin -# sunbird -> sunbird-bin -# seamonkey -> seamonkey-bin -# -# The symlinks are removed if they're found to be dangling. They are -# created according to the following rules: -# -# - If there's a -bin symlink in /usr/bin, and no corresponding -# non-bin symlink, then create one. -# -# - Can't do this in src_install otherwise it overwrites the one -# for the non-bin package. -# -# - Link to the -bin symlink so it's easier to detect when to -# remove the symlink. -# -# NOTE: This eclass does *not* manage the launcher stubs in /usr/bin except -# when a -bin package is installed and the corresponding from-source -# package is not installed. The usual stubs are actually installed in -# src_install so they are included in the package inventory. -# -update_mozilla_launcher_symlinks() { - local f browsers="mozilla firefox thunderbird sunbird seamonkey" - cd "${ROOT}"/usr/bin - - # Remove launcher symlinks that no longer apply - - for f in ${browsers}; do - if [[ -L ${f} && ! -f ${f} ]]; then - einfo "Removing dangling ${f} launcher" - rm -f ${f} - fi - done - - # Create new symlinks - - for f in ${browsers}; do - if [[ -e ${f}-bin && ! -e ${f} ]]; then - einfo "Adding link from ${f}-bin to ${f}" - ln -s ${f}-bin ${f} - fi - done -} - -# install_mozilla_launcher_stub name libdir -# ----------------------------------------- -# Install a stub called /usr/bin/$name that executes mozilla-launcher -# -# Note: $PLUGINS_DIR comes from nsplugins (specifically the deprecated section). -# -install_mozilla_launcher_stub() { - [[ -n $2 ]] || die "install_launcher_stub requires two arguments" - declare name=$1 - declare libdir=$2 - - # If we use xulrunner, the name of the binary should be the same - if [[ ${name: -3} == "xul" ]]; then - name=${name/xul/} - declare appname=xulrunner - declare xulparams="export XUL_PARAMS=${libdir}/application.ini" - declare libdir="/usr/$(get_libdir)/xulrunner-1.9" - else - declare appname=${name} - fi - - dodir /usr/bin - - if [[ ${PN: -4} == "-bin" ]] || ! use moznopango; then - cat <"${D}"/usr/bin/${name} -#!/bin/sh -# -# Stub script to run mozilla-launcher. We used to use a symlink here -# but OOo brokenness makes it necessary to use a stub instead: -# https://bugs.gentoo.org/show_bug.cgi?id=78890 - -export MOZILLA_LAUNCHER=${appname} -export MOZILLA_LIBDIR=${libdir} -export MOZ_PLUGIN_PATH=\${MOZ_PLUGIN_PATH:-/usr/$(get_libdir)/$PLUGINS_DIR} -${xulparams} -exec /usr/libexec/mozilla-launcher "\$@" -EOF - else - cat <"${D}"/usr/bin/${name} -#!/bin/sh -# -# Stub script to run mozilla-launcher. We used to use a symlink here -# but OOo brokenness makes it necessary to use a stub instead: -# https://bugs.gentoo.org/show_bug.cgi?id=78890 - -export MOZILLA_LAUNCHER=${appname} -export MOZILLA_LIBDIR=${libdir} -export MOZ_PLUGIN_PATH=\${MOZ_PLUGIN_PATH:-/usr/$(get_libdir)/$PLUGINS_DIR} -export MOZ_DISABLE_PANGO=1 -${xulparams} -exec /usr/libexec/mozilla-launcher "\$@" -EOF - fi - chmod 0755 "${D}"/usr/bin/${name} -} - -warn_mozilla_launcher_stub() { - elog "Not all locales support the disabling of pango." - elog "If your locale does not support disabling pango," - elog "please open a bug report on https://bugs.gentoo.org" - elog "Then we can filter around the problem with those" - elog "specific locales." -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/mozlinguas-v2.eclass b/sdk_container/src/third_party/portage-stable/eclass/mozlinguas-v2.eclass new file mode 100644 index 0000000000..89b9b3d995 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/mozlinguas-v2.eclass @@ -0,0 +1,376 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: mozlinguas-v2.eclass +# @MAINTAINER: +# mozilla@gentoo.org +# @AUTHOR: +# Nirbheek Chauhan +# Ian Stakenvicius +# @BLURB: Handle language packs for mozilla products +# @DESCRIPTION: +# Sets IUSE according to MOZ_LANGS (language packs available). Also exports +# src_unpack, src_compile and src_install for use in ebuilds, and provides +# supporting functions for langpack generation and installation. + +inherit mozextension + +case "${EAPI:-0}" in + 0|1) + die "EAPI ${EAPI:-0} does not support the '->' SRC_URI operator";; + 2|3|4|5|6) + EXPORT_FUNCTIONS src_unpack src_compile src_install;; + *) + die "EAPI ${EAPI} is not supported, contact eclass maintainers";; +esac + +# @ECLASS-VARIABLE: MOZ_LANGS +# @DESCRIPTION: +# Array containing the list of language pack xpis available for +# this release. The list can be updated with scripts/get_langs.sh from the +# mozilla overlay. +: ${MOZ_LANGS:=()} + +# @ECLASS-VARIABLE: MOZ_PV +# @DESCRIPTION: +# Ebuild package version converted to equivalent upstream version. +# Defaults to ${PV}, and should be overridden for alphas, betas, and RCs +: ${MOZ_PV:="${PV}"} + +# @ECLASS-VARIABLE: MOZ_PN +# @DESCRIPTION: +# Ebuild package name converted to equivalent upstream name. +# Defaults to ${PN}, and should be overridden for binary ebuilds. +: ${MOZ_PN:="${PN}"} + +# @ECLASS-VARIABLE: MOZ_P +# @DESCRIPTION: +# Ebuild package name + version converted to upstream equivalent. +# Defaults to ${MOZ_PN}-${MOZ_PV} +: ${MOZ_P:="${MOZ_PN}-${MOZ_PV}"} + +# @ECLASS-VARIABLE: MOZ_FTP_URI +# @DESCRIPTION: +# The ftp URI prefix for the release tarballs and language packs. +: ${MOZ_FTP_URI:=""} + +# @ECLASS-VARIABLE: MOZ_HTTP_URI +# @DESCRIPTION: +# The http URI prefix for the release tarballs and language packs. +: ${MOZ_HTTP_URI:=""} + +# @ECLASS-VARIABLE: MOZ_LANGPACK_HTTP_URI +# @DESCRIPTION: +# An alternative http URI if it differs from official mozilla URI. +# Defaults to whatever MOZ_HTTP_URI was set to. +: ${MOZ_LANGPACK_HTTP_URI:=${MOZ_HTTP_URI}} + +# @ECLASS-VARIABLE: MOZ_LANGPACK_PREFIX +# @DESCRIPTION: +# The relative path till the lang code in the langpack file URI. +# Defaults to ${MOZ_PV}/linux-i686/xpi/ +: ${MOZ_LANGPACK_PREFIX:="${MOZ_PV}/linux-i686/xpi/"} + +# @ECLASS-VARIABLE: MOZ_LANGPACK_SUFFIX +# @DESCRIPTION: +# The suffix after the lang code in the langpack file URI. +# Defaults to '.xpi' +: ${MOZ_LANGPACK_SUFFIX:=".xpi"} + +# @ECLASS-VARIABLE: MOZ_LANGPACK_UNOFFICIAL +# @DESCRIPTION: +# The status of the langpack, used to differentiate within +# Manifests and on Gentoo mirrors as to when the langpacks are +# generated officially by Mozilla or if they were generated +# unofficially by others (ie the Gentoo mozilla team). When +# this var is set, the distfile will have a .unofficial.xpi +# suffix. +: ${MOZ_LANGPACK_UNOFFICIAL:=""} + +# @ECLASS-VARIABLE: MOZ_GENERATE_LANGPACKS +# @DESCRIPTION: +# This flag specifies whether or not the langpacks should be +# generated directly during the build process, rather than +# being downloaded and installed from upstream pre-built +# extensions. Primarily it supports pre-release builds. +# Defaults to empty. +: ${MOZ_GENERATE_LANGPACKS:=""} + +# @ECLASS-VARIABLE: MOZ_L10N_SOURCEDIR +# @DESCRIPTION: +# The path that l10n sources can be found at, once unpacked. +# Defaults to ${WORKDIR}/l10n-sources +: ${MOZ_L10N_SOURCEDIR:="${WORKDIR}/l10n-sources"} + +# @ECLASS-VARIABLE: MOZ_L10N_URI_PREFIX +# @DESCRIPTION: +# The full URI prefix of the distfile for each l10n locale. The +# AB_CD and MOZ_L10N_URI_SUFFIX will be appended to this to complete the +# SRC_URI when MOZ_GENERATE_LANGPACKS is set. If empty, nothing will +# be added to SRC_URI. +# Defaults to empty. +: ${MOZ_L10N_URI_PREFIX:=""} + +# @ECLASS-VARIABLE: MOZ_L10N_URI_SUFFIX +# @DESCRIPTION: +# The suffix of l10n source distfiles. +# Defaults to '.tar.xz' +: ${MOZ_L10N_URI_SUFFIX:=".tar.xz"} + +# @ECLASS-VARIABLE: MOZ_FORCE_UPSTREAM_L10N +# @DESCRIPTION: +# Set this to use upstream langpaks even if the package normally +# shouldn't (ie it is an alpha or beta package) +: ${MOZ_FORCE_UPSTREAM_L10N:=""} + + +# @ECLASS-VARIABLE: MOZ_TOO_REGIONALIZED_FOR_L10N +# @INTERNAL +# @DESCRIPTION: +# Upstream identifiers that should not contain region subtags in L10N +MOZ_TOO_REGIONALIZED_FOR_L10N=( fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO nn-NO pa-IN sv-SE ) + +# Add l10n_* to IUSE according to available language packs +# No language packs for alphas and betas +if ! [[ -n ${MOZ_GENERATE_LANGPACKS} ]] ; then + if ! [[ ${PV} =~ alpha|beta ]] || { [[ ${PN} == seamonkey ]] && ! [[ ${PV} =~ alpha ]] ; } || [[ -n ${MOZ_FORCE_UPSTREAM_L10N} ]] ; then + [[ -z ${MOZ_FTP_URI} ]] && [[ -z ${MOZ_LANGPACK_HTTP_URI} ]] && die "No URI set to download langpacks, please set one of MOZ_{FTP,HTTP_LANGPACK}_URI" + for x in "${MOZ_LANGS[@]}" ; do + # en and en_US are handled internally + if [[ ${x} == en ]] || [[ ${x} == en-US ]]; then + continue + fi + # strip region subtag if $x is in the list + if has ${x} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + xflag=${x%%-*} + else + xflag=${x} + fi + SRC_URI+=" l10n_${xflag/[_@]/-}? (" + [[ -n ${MOZ_FTP_URI} ]] && SRC_URI+=" + ${MOZ_FTP_URI}/${MOZ_LANGPACK_PREFIX}${x}${MOZ_LANGPACK_SUFFIX} -> ${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" + [[ -n ${MOZ_LANGPACK_HTTP_URI} ]] && SRC_URI+=" + ${MOZ_LANGPACK_HTTP_URI}/${MOZ_LANGPACK_PREFIX}${x}${MOZ_LANGPACK_SUFFIX} -> ${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" + SRC_URI+=" )" + IUSE+=" l10n_${xflag/[_@]/-}" + # We used to do some magic if specific/generic locales were missing, but + # we stopped doing that due to bug 325195. + done + fi +else + for x in "${MOZ_LANGS[@]}" ; do + # en and en_US are handled internally + if [[ ${x} == en ]] || [[ ${x} == en-US ]]; then + continue + fi + # strip region subtag if $x is in the list + if has ${x} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + xflag=${x%%-*} + else + xflag=${x} + fi +# Do NOT grab l10n sources from hg tip at this time, since it is a moving target +# if [[ ${PV} =~ alpha ]]; then +# # Please note that this URI is not deterministic - digest breakage could occur +# SRC_URI+=" l10n_${xflag/[_@]/-}? ( http://hg.mozilla.org/releases/l10n/mozilla-aurora/ach/archive/tip.tar.bz2 -> ${MOZ_P}-l10n-${x}.tar.bz2 )" +# elif [[ ${PV} =~ beta ]] && ! [[ ${PN} == seamonkey ]]; then +# # Please note that this URI is not deterministic - digest breakage could occur +# SRC_URI+=" l10n_${xflag/[_@]/-}? ( http://hg.mozilla.org/releases/l10n/mozilla-beta/ach/archive/tip.tar.bz2 -> ${MOZ_P}-l10n-${x}.tar.bz2 )" +# elif [[ -n ${MOZ_L10N_URI_PREFIX} ]]; then + if [[ -n ${MOZ_L10N_URI_PREFIX} ]]; then + SRC_URI+=" l10n_${xflag/[_@]/-}? ( ${MOZ_L10N_URI_PREFIX}${x}${MOZ_L10N_URI_SUFFIX} )" + fi + IUSE+=" l10n_${xflag/[_@]/-}" + done +fi +unset x xflag + +# @FUNCTION: mozlinguas_export +# @INTERNAL +# @DESCRIPTION: +# Generate the list of language packs called "mozlinguas" +# This list is used to unpack and install the xpi language packs +mozlinguas_export() { + if [[ ${PN} == seamonkey ]] ; then + [[ ${PV} =~ alpha ]] && ! [[ -n ${MOZ_GENERATE_LANGPACKS} ]] && return + else + [[ ${PV} =~ alpha|beta ]] && ! [[ -n ${MOZ_GENERATE_LANGPACKS} ]] && return + fi + local lingua lflag + mozlinguas=() + # Set mozlinguas based on the enabled l10n_* USE flags. + for lingua in "${MOZ_LANGS[@]}"; do + # strip region subtag if $x is in the list + if has ${lingua} en en-US; then + # For mozilla products, en and en_US are handled internally + continue + elif has ${lingua} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + lflag=${lingua%%-*} + else + lflag=${lingua} + fi + use l10n_${lflag/[_@]/-} && mozlinguas+=( ${lingua} ) + done + # Compatibility code - Check LINGUAS and warn if anything set there isn't enabled via l10n + for lingua in ${LINGUAS}; do + if has ${lingua//[_@]/-} en en-US; then + # For mozilla products, en and en_US are handled internally + continue + # If this language is supported by ${P}, + elif has ${lingua} "${MOZ_LANGS[@]//-/_}"; then + # Warn the language is missing, if it isn't already there + has ${lingua//[_@]/-} "${mozlinguas[@]//[_@]/-}" || \ + ewarn "LINGUAS value ${lingua} is not enabled using L10N use flags" + continue + # For each short lingua that isn't in MOZ_LANGS, + # We used to add *all* long MOZ_LANGS to the mozlinguas list, + # but we stopped doing that due to bug 325195. + else + : + fi + ewarn "Sorry, but ${P} does not support the ${lingua} locale" + done +} + +# @FUNCTION: mozlinguas_src_unpack +# @DESCRIPTION: +# Unpack xpi language packs according to the user's LINGUAS settings +mozlinguas_src_unpack() { + local x + if ! [[ -n ${MOZ_GENERATE_LANGPACKS} ]]; then + mozlinguas_export + for x in "${mozlinguas[@]}"; do + # FIXME: Add support for unpacking xpis to portage + xpi_unpack "${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" + done + if [[ "${mozlinguas[*]}" != "" && "${mozlinguas[*]}" != "en" ]]; then + einfo "Selected language packs (first will be default): ${mozlinguas[*]}" + fi + fi +} +# For the phase function export +mozlinguas-v2_src_unpack() { + mozlinguas_src_unpack +} + + +# @FUNCTION: mozlinguas_mozconfig +# @DESCRIPTION: +# if applicable, add the necessary flag to .mozconfig to support +# the generation of locales. Note that this function requires +# mozconfig_annontate to already be declared via an inherit of +# mozconfig or mozcoreconf. +mozlinguas_mozconfig() { + if [[ -n ${MOZ_GENERATE_LANGPACKS} ]]; then + if declare -f mozconfig_annotate >/dev/null ; then + mozconfig_annotate 'for building locales' --with-l10n-base=${MOZ_L10N_SOURCEDIR} + else + die "Could not configure l10n-base, mozconfig_annotate not declared -- missing inherit?" + fi + fi +} + +# @FUNCTION: mozlinguas_src_compile +# @DESCRIPTION: +# if applicable, build the selected locales. +mozlinguas_src_compile() { + if [[ -n ${MOZ_GENERATE_LANGPACKS} ]]; then + # leverage BUILD_OBJ_DIR if set otherwise assume PWD. + local x y targets=( "langpack" ) localedir="${BUILD_OBJ_DIR:-.}" + case ${PN} in + *firefox) + localedir+="/browser/locales" + ;; + seamonkey) + localedir+="/suite/locales" + ;; + *thunderbird) + localedir+="/mail/locales" + targets+=( "calendar-langpack" ) + ;; + *) die "Building locales for ${PN} is not supported." + esac + pushd "${localedir}" > /dev/null || die + mozlinguas_export + for x in "${mozlinguas[@]}"; do for y in "${targets[@]}"; do + emake ${y}-${x} LOCALE_MERGEDIR="./${y}-${x}" + done; done + popd > /dev/null || die + fi +} + +# For the phase function export +mozlinguas-v2_src_compile() { + mozlinguas_src_compile +} + +# @FUNCTION: mozlinguas_xpistage_langpacks +# @DESCRIPTION: +# Add extra langpacks to the xpi-stage dir for prebuilt plugins +# +# First argument is the path to the extension +# Second argument is the prefix of the source (same as first if unspecified) +# Remaining arguments are the modules in the extension that are localized +# (basename of first if unspecified) +# +# Example - installing extra langpacks for lightning: +# src_install() { +# ... # general installation steps +# mozlinguas_xpistage_langpacks \ +# "${BUILD_OBJ_DIR}"/dist/xpi-stage/lightning \ +# "${WORKDIR}"/lightning \ +# lightning calendar +# ... # proceed with installation from the xpi-stage dir +# } + +mozlinguas_xpistage_langpacks() { + local l c modpath="${1}" srcprefix="${1}" modules=( "${1##*/}" ) + shift + if [[ -n ${1} ]] ; then srcprefix="${1}" ; shift ; fi + if [[ -n ${1} ]] ; then modules=( $@ ) ; fi + + mozlinguas_export + mkdir -p "${modpath}/chrome" || die + for l in "${mozlinguas[@]}"; do for c in "${modules[@]}" ; do + if [[ -e "${srcprefix}-${l}/chrome/${c}-${l}" ]]; then + cp -RLp -t "${modpath}/chrome" "${srcprefix}-${l}/chrome/${c}-${l}" || die + grep "locale ${c} ${l} chrome/" "${srcprefix}-${l}/chrome.manifest" \ + >>"${modpath}/chrome.manifest" || die + elif [[ -e "${srcprefix}/chrome/${c}-${l}" ]]; then + cp -RLp -t "${modpath}/chrome" "${srcprefix}/chrome/${c}-${l}" || die + grep "locale ${c} ${l} chrome/" "${srcprefix}/chrome.manifest" \ + >>"${modpath}/chrome.manifest" || die + else + ewarn "Locale ${l} was not found for ${c}, skipping." + fi + done; done +} + +# @FUNCTION: mozlinguas-v2_src_install +# @DESCRIPTION: +# Install xpi language packs according to the user's L10N settings +# NOTE - uses ${BUILD_OBJ_DIR} or PWD if unset, for source-generated langpacks +mozlinguas_src_install() { + local x + mozlinguas_export + if [[ -n ${MOZ_GENERATE_LANGPACKS} ]] && [[ -n ${mozlinguas[*]} ]]; then + local repopath="${WORKDIR}/${PN}-generated-langpacks" + mkdir -p "${repopath}" || die + pushd "${BUILD_OBJ_DIR:-.}"/dist/*/xpi > /dev/null || die + for x in "${mozlinguas[@]}"; do + cp "${MOZ_P}.${x}.langpack.xpi" \ + "${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" || die + xpi_unpack "${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" + done + popd > /dev/null || die + fi + for x in "${mozlinguas[@]}"; do + xpi_install "${WORKDIR}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}" + done +} + +# For the phase function export +mozlinguas-v2_src_install() { + mozlinguas_src_install +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/multilib.eclass b/sdk_container/src/third_party/portage-stable/eclass/multilib.eclass index 69582b652c..a80511c2ee 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/multilib.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/multilib.eclass @@ -225,6 +225,20 @@ number_abis() { echo $# } +# @FUNCTION: get_exeext +# @DESCRIPTION: +# Returns standard executable program suffix (null, .exe, etc.) +# for the current platform identified by CHOST. +# +# Example: +# get_exeext +# Returns: null string (almost everywhere) || .exe (mingw*) || ... +get_exeext() { + case ${CHOST} in + *-cygwin*|mingw*|*-mingw*) echo ".exe";; + esac +} + # @FUNCTION: get_libname # @USAGE: [version] # @DESCRIPTION: @@ -238,11 +252,12 @@ get_libname() { local libname local ver=$1 case ${CHOST} in - *-cygwin|mingw*|*-mingw*) libname="dll";; - *-darwin*) libname="dylib";; - *-mint*) libname="irrelevant";; - hppa*-hpux*) libname="sl";; - *) libname="so";; + *-cygwin*) libname="dll.a";; # import lib + mingw*|*-mingw*) libname="dll";; + *-darwin*) libname="dylib";; + *-mint*) libname="irrelevant";; + hppa*-hpux*) libname="sl";; + *) libname="so";; esac if [[ -z $* ]] ; then @@ -250,6 +265,7 @@ get_libname() { else for ver in "$@" ; do case ${CHOST} in + *-cygwin*) echo ".${ver}.${libname}";; *-darwin*) echo ".${ver}.${libname}";; *-mint*) echo ".${libname}";; *) echo ".${libname}.${ver}";; diff --git a/sdk_container/src/third_party/portage-stable/eclass/multiprocessing.eclass b/sdk_container/src/third_party/portage-stable/eclass/multiprocessing.eclass index 06e004aa16..73d852410b 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/multiprocessing.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/multiprocessing.eclass @@ -53,27 +53,60 @@ bashpid() { sh -c 'echo ${PPID}' } +# @FUNCTION: get_nproc +# @USAGE: [${fallback:-1}] +# @DESCRIPTION: +# Attempt to figure out the number of processing units available. +# If the value can not be determined, prints the provided fallback +# instead. If no fallback is provided, defaults to 1. +get_nproc() { + local nproc + + # GNU + if type -P nproc &>/dev/null; then + nproc=$(nproc) + fi + + # BSD + if [[ -z ${nproc} ]] && type -P sysctl &>/dev/null; then + nproc=$(sysctl -n hw.ncpu 2>/dev/null) + fi + + # fallback to python2.6+ + # note: this may fail (raise NotImplementedError) + if [[ -z ${nproc} ]] && type -P python &>/dev/null; then + nproc=$(python -c 'import multiprocessing; print(multiprocessing.cpu_count());' 2>/dev/null) + fi + + if [[ -n ${nproc} ]]; then + echo "${nproc}" + else + echo "${1:-1}" + fi +} + # @FUNCTION: makeopts_jobs -# @USAGE: [${MAKEOPTS}] +# @USAGE: [${MAKEOPTS}] [${inf:-999}] # @DESCRIPTION: # Searches the arguments (defaults to ${MAKEOPTS}) and extracts the jobs number # specified therein. Useful for running non-make tools in parallel too. # i.e. if the user has MAKEOPTS=-j9, this will echo "9" -- we can't return the # number as bash normalizes it to [0, 255]. If the flags haven't specified a # -j flag, then "1" is shown as that is the default `make` uses. Since there's -# no way to represent infinity, we return 999 if the user has -j without a number. +# no way to represent infinity, we return ${inf} (defaults to 999) if the user +# has -j without a number. makeopts_jobs() { - [[ $# -eq 0 ]] && set -- ${MAKEOPTS} + [[ $# -eq 0 ]] && set -- "${MAKEOPTS}" # This assumes the first .* will be more greedy than the second .* # since POSIX doesn't specify a non-greedy match (i.e. ".*?"). local jobs=$(echo " $* " | sed -r -n \ - -e 's:.*[[:space:]](-j|--jobs[=[:space:]])[[:space:]]*([0-9]+).*:\2:p' \ - -e 's:.*[[:space:]](-j|--jobs)[[:space:]].*:999:p') + -e 's:.*[[:space:]](-[a-z]*j|--jobs[=[:space:]])[[:space:]]*([0-9]+).*:\2:p' \ + -e "s:.*[[:space:]](-[a-z]*j|--jobs)[[:space:]].*:${2:-999}:p") echo ${jobs:-1} } # @FUNCTION: makeopts_loadavg -# @USAGE: [${MAKEOPTS}] +# @USAGE: [${MAKEOPTS}] [${inf:-999}] # @DESCRIPTION: # Searches the arguments (defaults to ${MAKEOPTS}) and extracts the value set # for load-average. For make and ninja based builds this will mean new jobs are @@ -81,15 +114,17 @@ makeopts_jobs() { # get excessive due to I/O and not just due to CPU load. # Be aware that the returned number might be a floating-point number. Test # whether your software supports that. +# If no limit is specified or --load-average is used without a number, ${inf} +# (defaults to 999) is returned. makeopts_loadavg() { - [[ $# -eq 0 ]] && set -- ${MAKEOPTS} + [[ $# -eq 0 ]] && set -- "${MAKEOPTS}" # This assumes the first .* will be more greedy than the second .* # since POSIX doesn't specify a non-greedy match (i.e. ".*?"). local lavg=$(echo " $* " | sed -r -n \ - -e 's:.*[[:space:]](-l|--(load-average|max-load)[=[:space:]])[[:space:]]*([0-9]+|[0-9]+\.[0-9]+).*:\3:p' \ - -e 's:.*[[:space:]](-l|--(load-average|max-load))[[:space:]].*:999:p') - # Default to 999 since the default is to not use a load limit. - echo ${lavg:-999} + -e 's:.*[[:space:]](-[a-z]*l|--(load-average|max-load)[=[:space:]])[[:space:]]*([0-9]+|[0-9]+\.[0-9]+).*:\3:p' \ + -e "s:.*[[:space:]](-[a-z]*l|--(load-average|max-load))[[:space:]].*:${2:-999}:p") + # Default to ${inf} since the default is to not use a load limit. + echo ${lavg:-${2:-999}} } # @FUNCTION: multijob_init @@ -104,11 +139,16 @@ multijob_init() { # Setup a pipe for children to write their pids to when they finish. # We have to allocate two fd's because POSIX has undefined behavior - # when you open a FIFO for simultaneous read/write. #487056 + # when using one single fd for both read and write. #487056 + # However, opening an fd for read or write only will block until the + # opposite end is opened as well. Thus we open the first fd for both + # read and write to not block ourselve, but use it for reading only. + # The second fd really is opened for write only, as Cygwin supports + # just one single read fd per FIFO. #583962 local pipe="${T}/multijob.pipe" mkfifo -m 600 "${pipe}" - redirect_alloc_fd mj_write_fd "${pipe}" redirect_alloc_fd mj_read_fd "${pipe}" + redirect_alloc_fd mj_write_fd "${pipe}" '>' rm -f "${pipe}" # See how many children we can fork based on the user's settings. diff --git a/sdk_container/src/third_party/portage-stable/eclass/myspell-r2.eclass b/sdk_container/src/third_party/portage-stable/eclass/myspell-r2.eclass index ebca9c4028..954a4b5f05 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/myspell-r2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/myspell-r2.eclass @@ -26,7 +26,7 @@ EXPORT_FUNCTIONS src_unpack src_install # @ECLASS-VARIABLE: MYSPELL_THES # @DESCRIPTION: # Array variable containing list of all thesarus files. -# MYSPELL_HYPH=( "file.dat" "dir/file2.idx" ) +# MYSPELL_THES=( "file.dat" "dir/file2.idx" ) # Basically no extra deps needed. # Unzip is required for .oxt libreoffice extensions @@ -64,7 +64,7 @@ myspell-r2_src_install() { debug-print-function ${FUNCNAME} "$@" local x target - + # Following the debian directory layout here. # DICT: /usr/share/hunspell # THES: /usr/share/mythes diff --git a/sdk_container/src/third_party/portage-stable/eclass/mysql-cmake.eclass b/sdk_container/src/third_party/portage-stable/eclass/mysql-cmake.eclass index 0f0f5b448f..f14c9a7cf6 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mysql-cmake.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mysql-cmake.eclass @@ -16,7 +16,7 @@ # the src_prepare, src_configure, src_compile, and src_install # phase hooks. -inherit cmake-utils flag-o-matic multilib prefix eutils +inherit cmake-utils flag-o-matic multilib prefix eutils toolchain-funcs # # HELPER FUNCTIONS: @@ -243,6 +243,10 @@ configure_cmake_standard() { if mysql_version_is_at_least "10.1.2" ; then mycmakeargs+=( $(mysql-cmake_use_plugin cracklib CRACKLIB_PASSWORD_CHECK ) ) fi + + # The build forces this to be defined when cross-compiling. We pass it + # all the time for simplicity and to make sure it is actually correct. + mycmakeargs+=( -DSTACK_DIRECTION=$(tc-stack-grows-down && echo -1 || echo 1) ) else mycmakeargs+=( $(cmake-utils_use_with extraengine FEDERATED_STORAGE_ENGINE) ) fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/mysql-multilib-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/mysql-multilib-r1.eclass index b18ebd085e..b787542745 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/mysql-multilib-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/mysql-multilib-r1.eclass @@ -319,12 +319,10 @@ mysql-multilib-r1_src_prepare() { if in_iuse tokudb ; then # Don't build bundled xz-utils if [[ -d "${S}/storage/tokudb/ft-index" ]] ; then - rm -f "${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake" || die - touch "${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake" || die + echo > "${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake" || die sed -i 's/ build_lzma//' "${S}/storage/tokudb/ft-index/ft/CMakeLists.txt" || die elif [[ -d "${S}/storage/tokudb/PerconaFT" ]] ; then - rm "${S}/storage/tokudb/PerconaFT/cmake_modules/TokuThirdParty.cmake" || die - touch "${S}/storage/tokudb/PerconaFT/cmake_modules/TokuThirdParty.cmake" || die + echo > "${S}/storage/tokudb/PerconaFT/cmake_modules/TokuThirdParty.cmake" || die sed -i -e 's/ build_lzma//' -e 's/ build_snappy//' "${S}/storage/tokudb/PerconaFT/ft/CMakeLists.txt" || die sed -i -e 's/add_dependencies\(tokuportability_static_conv build_jemalloc\)//' "${S}/storage/tokudb/PerconaFT/portability/CMakeLists.txt" || die fi @@ -340,6 +338,11 @@ mysql-multilib-r1_src_prepare() { rm -r "${S}"/storage/mroonga/vendor/groonga || die "could not remove packaged groonga" fi + # Remove the centos and rhel selinux policies to support mysqld_safe under SELinux + if [[ -d "${S}/support-files/SELinux" ]] ; then + echo > "${S}/support-files/SELinux/CMakeLists.txt" || die + fi + if [[ "${EAPI}x" == "5x" ]] ; then epatch_user else @@ -384,7 +387,6 @@ multilib_src_configure() { -DINSTALL_MANDIR=share/man -DINSTALL_MYSQLDATADIR=${EPREFIX}/var/lib/mysql -DINSTALL_MYSQLSHAREDIR=share/mysql - -DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test -DINSTALL_PLUGINDIR=$(get_libdir)/mysql/plugin -DINSTALL_SBINDIR=sbin -DINSTALL_SCRIPTDIR=share/mysql/scripts @@ -402,8 +404,17 @@ multilib_src_configure() { -DWITH_DEFAULT_FEATURE_SET=0 -DINSTALL_SYSTEMD_UNITDIR="$(systemd_get_systemunitdir)" -DENABLE_STATIC_LIBS=$(usex static-libs) + # The build forces this to be defined when cross-compiling. We pass it + # all the time for simplicity and to make sure it is actually correct. + -DSTACK_DIRECTION=$(tc-stack-grows-down && echo -1 || echo 1) ) + if use test ; then + mycmakeargs+=( -DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test ) + else + mycmakeargs+=( -DINSTALL_MYSQLTESTDIR='' ) + fi + if in_iuse systemd ; then mycmakeargs+=( -DWITH_SYSTEMD=$(usex systemd) ) fi @@ -537,11 +548,16 @@ mysql-multilib-r1_src_install() { multilib_src_install() { debug-print-function ${FUNCNAME} "$@" - if multilib_is_native_abi; then - # Make sure the vars are correctly initialized - mysql_init_vars + cmake-utils_src_install + # Make sure the vars are correctly initialized + mysql_init_vars - cmake-utils_src_install + # Remove an unnecessary, private config header which will never match between ABIs and is not meant to be used + if [[ -f "${D}${MY_INCLUDEDIR}/private/config.h" ]] ; then + rm "${D}${MY_INCLUDEDIR}/private/config.h" || die + fi + + if multilib_is_native_abi; then # Convenience links einfo "Making Convenience links for mysqlcheck multi-call binary" @@ -627,7 +643,6 @@ multilib_src_install() { fi done else - cmake-utils_src_install if [[ "${PN}" == "mariadb" ]] && use server ; then insinto /usr/include/mysql/private doins "${S}"/sql/*.h @@ -805,11 +820,29 @@ mysql-multilib-r1_pkg_config() { local maxtry=15 if [ -z "${MYSQL_ROOT_PASSWORD}" ]; then - MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval 'client mysql' password)" + local tmp_mysqld_password_source= + + for tmp_mysqld_password_source in mysql client; do + einfo "Trying to get password for mysql 'root' user from '${tmp_mysqld_password_source}' section ..." + MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval "${tmp_mysqld_password_source}" password)" + if [[ -n "${MYSQL_ROOT_PASSWORD}" ]]; then + if [[ ${MYSQL_ROOT_PASSWORD} == *$'\n'* ]]; then + ewarn "Ignoring password from '${tmp_mysqld_password_source}' section due to newline character (do you have multiple password options set?)!" + MYSQL_ROOT_PASSWORD= + continue + fi + + einfo "Found password in '${tmp_mysqld_password_source}' section!" + break + fi + done + # Sometimes --show is required to display passwords in some implementations of my_print_defaults if [[ "${MYSQL_ROOT_PASSWORD}" == '*****' ]]; then - MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval 'client mysql' password --show)" + MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval "${tmp_mysqld_password_source}" password --show)" fi + + unset tmp_mysqld_password_source fi MYSQL_TMPDIR="$(mysql-multilib-r1_getoptval mysqld tmpdir)" # These are dir+prefix @@ -906,7 +939,7 @@ mysql-multilib-r1_pkg_config() { local cmd local initialize_options - if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] && mysql_version_is_at_least "5.7.6" ; then + if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] && version_is_at_least "5.7.6" ; then # --initialize-insecure will not set root password # --initialize would set a random one in the log which we don't need as we set it ourselves cmd="${EROOT}usr/sbin/mysqld" diff --git a/sdk_container/src/third_party/portage-stable/eclass/oasis.eclass b/sdk_container/src/third_party/portage-stable/eclass/oasis.eclass index 6299f28c30..6b1fc4fb14 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/oasis.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/oasis.eclass @@ -86,10 +86,9 @@ oasis_src_configure() { [ -n "${OASIS_BUILD_TESTS}" ] && confargs="${confargs} $(use_enable test tests)" [ -n "${OASIS_NO_DEBUG}" ] || confargs="${confargs} $(oasis_use_enable debug debug)" ${OASIS_SETUP_COMMAND:-ocaml setup.ml} -configure \ - --prefix "${EPREFIX}/usr" \ - --libdir "${EPREFIX}/usr/$(get_libdir)" \ - --docdir "${EPREFIX}${OASIS_DOC_DIR}" \ - --destdir "${D}" \ + --prefix "${ED}/usr" \ + --libdir "${ED}/usr/$(get_libdir)" \ + --docdir "${ED}${OASIS_DOC_DIR}" \ $(oasis_use_enable ocamlopt is_native) \ ${confargs} \ ${oasis_configure_opts} \ diff --git a/sdk_container/src/third_party/portage-stable/eclass/office-ext-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/office-ext-r1.eclass index f9492a839f..e2d213dea4 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/office-ext-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/office-ext-r1.eclass @@ -72,14 +72,23 @@ RDEPEND="" for i in ${OFFICE_IMPLEMENTATIONS[@]}; do IUSE+=" office_implementation_${i}" - RDEPEND+=" - office_implementation_${i}? ( - || ( - app-office/${i}${OFFICE_REQ_USE} - app-office/${i}-bin${OFFICE_REQ_USE} + if [[ ${i} == "openoffice" ]]; then + # special only binary + RDEPEND+=" + office_implementation_openoffice? ( + app-office/openoffice-bin${OFFICE_REQ_USE} ) - ) - " + " + else + RDEPEND+=" + office_implementation_${i}? ( + || ( + app-office/${i}${OFFICE_REQ_USE} + app-office/${i}-bin${OFFICE_REQ_USE} + ) + ) + " + fi done REQUIRED_USE="|| ( " diff --git a/sdk_container/src/third_party/portage-stable/eclass/openib.eclass b/sdk_container/src/third_party/portage-stable/eclass/openib.eclass index 1b2102ae04..0001db89cb 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/openib.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/openib.eclass @@ -42,7 +42,6 @@ SLOT="${OFED_VER}" # Defines array of ofed version supported by eclass OFED_VERSIONS=( - "1.5.4.1" "3.5" "3.12" ) @@ -52,10 +51,10 @@ OFED_VERSIONS=( # function that creates blockers list for ofed block_other_ofed_versions() { local slot - RDEPEND="${RDEPEND} !sys-infiniband/${PN}:0" + RDEPEND="${RDEPEND} !sys-fabric/${PN}:0" for slot in ${OFED_VERSIONS[@]}; do if [[ ${slot} != ${SLOT} ]]; then - RDEPEND+=" !sys-infiniband/${PN}:${slot}" + RDEPEND+=" !sys-fabric/${PN}:${slot}" fi done } @@ -70,14 +69,7 @@ fi case ${PN} in ofed) - case ${PV} in - 1.5.*|1.5.*.*) - MY_PN="ofa_kernel" - ;; - *) - MY_PN="compat-rdma" - ;; - esac + MY_PN="compat-rdma" ;; *) MY_PN="${PN}" diff --git a/sdk_container/src/third_party/portage-stable/eclass/pax-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/pax-utils.eclass index 9ed1170023..137f3efe85 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/pax-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/pax-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,8 +6,8 @@ # @MAINTAINER: # The Gentoo Linux Hardened Team # @AUTHOR: -# Original Author: Kevin F. Quinn -# Modifications for bugs #365825, #431092, #520198, @ ECLASS markup: Anthony G. Basile +# Author: Kevin F. Quinn +# Author: Anthony G. Basile # @BLURB: functions to provide PaX markings for hardened kernels # @DESCRIPTION: # @@ -77,16 +77,14 @@ pax-mark() { # _pax_list_files einfo "$@" for f in "$@"; do - # First try paxctl -> this might try to create/convert program headers. + # First try paxctl if type -p paxctl >/dev/null; then einfo "PT_PAX marking -${flags} ${f} with paxctl" - # First, try modifying the existing PAX_FLAGS header. + # We try modifying the existing PT_PAX_FLAGS header. paxctl -q${flags} "${f}" >/dev/null 2>&1 && continue - # Second, try creating a PT_PAX header (works on ET_EXEC). - # Even though this is less safe, most exes need it. #463170 - paxctl -qC${flags} "${f}" >/dev/null 2>&1 && continue - # Third, try stealing the (unused under PaX) PT_GNU_STACK header - paxctl -qc${flags} "${f}" >/dev/null 2>&1 && continue + # We no longer try to create/convert a PT_PAX_FLAGS header, bug #590422 + # paxctl -qC${flags} "${f}" >/dev/null 2>&1 && continue + # paxctl -qc${flags} "${f}" >/dev/null 2>&1 && continue fi # Next try paxctl-ng -> this will not create/convert any program headers. diff --git a/sdk_container/src/third_party/portage-stable/eclass/perl-functions.eclass b/sdk_container/src/third_party/portage-stable/eclass/perl-functions.eclass index 7568473183..1542b98cd4 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/perl-functions.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/perl-functions.eclass @@ -131,12 +131,31 @@ perl_delete_emptybsdir() { # @DESCRIPTION: # Look through ${D} for .packlist text files containing the temporary installation # folder (i.e. ${D}). If the pattern is found, silently replace it with `/'. +# Remove duplicate entries; then validate all entries in the packlist against ${D} +# and prune entries that do not correspond to installed files. perl_fix_packlist() { debug-print-function $FUNCNAME "$@" + local packlist_temp="${T}/.gentoo_packlist_temp" find "${D}" -type f -name '.packlist' -print0 | while read -rd '' f ; do if file "${f}" | grep -q -i " text" ; then + einfo "Fixing packlist file /${f#${D}}" + + # remove the temporary build dir path sed -i -e "s:${D}:/:g" "${f}" + + # remove duplicate entries + sort -u "${f}" > "${packlist_temp}" + mv "${packlist_temp}" "${f}" + + # remove files that dont exist + cat "${f}" | while read -r entry; do + if [ ! -e "${D}/${entry}" ]; then + einfo "Pruning surplus packlist entry ${entry}" + grep -v -x -F "${entry}" "${f}" > "${packlist_temp}" + mv "${packlist_temp}" "${f}" + fi + done fi done } @@ -279,3 +298,24 @@ perl_check_env() { eerror "Your environment settings may lead to undefined behavior and/or build failures." die "Please fix your environment ( ~/.bashrc, package.env, ... ), see above for details." } + +# @FUNCTION: perl_doexamples +# @USAGE: perl_doexamples "file_1" "file_2" +# @DESCRIPTION: +# Install example files ready-to-run. +# Is called under certain circumstances in perl-module.eclass src_install +# (see the documentation there). +# +perl_doexamples() { + debug-print-function $FUNCNAME "$@" + + einfo "Installing examples into /usr/share/doc/${PF}/examples" + + # no compression since we want ready-to-run scripts + docompress -x /usr/share/doc/${PF}/examples + + docinto examples/ + dodoc -r $@ + + # is there a way to undo "docinto" ? +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/perl-module.eclass b/sdk_container/src/third_party/portage-stable/eclass/perl-module.eclass index 8b2f3a44b6..558a41d9f0 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/perl-module.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/perl-module.eclass @@ -131,6 +131,20 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}" # (EAPI=6) This variable sets the module author name for the calculation of # SRC_URI. Named MODULE_AUTHOR in EAPI=5. +# @ECLASS-VARIABLE: DIST_SECTION +# @DESCRIPTION: +# (EAPI=6) This variable sets the module section for the calculation of +# SRC_URI. Only required in rare cases for very special snowflakes. +# Named MODULE_SECTION in EAPI=5. + +# @ECLASS-VARIABLE: DIST_EXAMPLES +# @DESCRIPTION: +# (EAPI=6) This Bash array allows passing a list of example files to be installed +# in /usr/share/doc/${PF}/examples. If set before inherit, automatically adds +# a use-flag examples, if not you'll have to add the useflag in your ebuild. +# Examples are installed only if the useflag examples exists and is activated. + + if [[ ${EAPI:-0} == 5 ]]; then if [[ -n ${MY_PN} || -n ${MY_PV} || -n ${MODULE_VERSION} ]] ; then : ${MY_P:=${MY_PN:-${PN}}-${MY_PV:-${MODULE_VERSION:-${PV}}}} @@ -158,6 +172,8 @@ else SRC_URI="mirror://cpan/authors/id/${DIST_AUTHOR:0:1}/${DIST_AUTHOR:0:2}/${DIST_AUTHOR}/${DIST_SECTION:+${DIST_SECTION}/}${DIST_A}" [[ -z "${HOMEPAGE}" ]] && \ HOMEPAGE="http://search.cpan.org/dist/${DIST_NAME}/" + + [[ -z "${DIST_EXAMPLES}" ]] || IUSE+=" examples" fi SRC_PREP="no" @@ -419,6 +435,12 @@ perl-module_src_install() { [[ -s ${f} ]] && dodoc ${f} done + if [[ ${EAPI:-0} != 5 ]] ; then + if in_iuse examples && use examples ; then + [[ ${#DIST_EXAMPLES[@]} -eq 0 ]] || perl_doexamples "${DIST_EXAMPLES[@]}" + fi + fi + perl_link_duallife_scripts } diff --git a/sdk_container/src/third_party/portage-stable/eclass/php-ext-pecl-r3.eclass b/sdk_container/src/third_party/portage-stable/eclass/php-ext-pecl-r3.eclass new file mode 100644 index 0000000000..8f784933d3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/php-ext-pecl-r3.eclass @@ -0,0 +1,86 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: php-ext-pecl-r3.eclass +# @MAINTAINER: +# Gentoo PHP team +# @BLURB: A uniform way to install PECL extensions +# @DESCRIPTION: +# This eclass should be used by all dev-php/pecl-* ebuilds as a uniform +# way of installing PECL extensions. For more information about PECL, +# see http://pecl.php.net/ + +# @ECLASS-VARIABLE: PHP_EXT_PECL_PKG +# @DESCRIPTION: +# Set in ebuild before inheriting this eclass if the tarball name +# differs from ${PN/pecl-/} so that SRC_URI and HOMEPAGE get set +# correctly by the eclass. +# +# Setting this variable manually also affects PHP_EXT_NAME and ${S} +# unless you override those in ebuild. If that is not desired, please +# use PHP_EXT_PECL_FILENAME instead. +[[ -z "${PHP_EXT_PECL_PKG}" ]] && PHP_EXT_PECL_PKG="${PN/pecl-/}" + +# @ECLASS-VARIABLE: PHP_EXT_PECL_FILENAME +# @DEFAULT_UNSET +# @DESCRIPTION: +# Set in ebuild before inheriting this eclass if the tarball name +# differs from "${PN/pecl-/}-${PV}.tgz" so that SRC_URI gets set +# correctly by the eclass. +# +# Unlike PHP_EXT_PECL_PKG, setting this variable does not affect +# HOMEPAGE, PHP_EXT_NAME or ${S}. + + +# Set PHP_EXT_NAME for php-ext-source-r3.eclass. +[[ -z "${PHP_EXT_NAME}" ]] && PHP_EXT_NAME="${PHP_EXT_PECL_PKG}" + +# Try to guess the upstream name of the package/version. We only use +# this variable temporarily before unsetting it. +PHP_EXT_PECL_PKG_V="${PHP_EXT_PECL_PKG}-${PV/_/}" + +# It's important that we determine and set $S before we inherit below. +S="${WORKDIR}/${PHP_EXT_PECL_PKG_V}" + +inherit php-ext-source-r3 + +EXPORT_FUNCTIONS src_install src_test + +if [[ -z "${PHP_EXT_PECL_FILENAME}" ]] ; then + SRC_URI="http://pecl.php.net/get/${PHP_EXT_PECL_PKG_V}.tgz" +else + SRC_URI="http://pecl.php.net/get/${PHP_EXT_PECL_FILENAME}" +fi + +# Don't leave this laying around in the environment. +unset PHP_EXT_PECL_PKG_V + +HOMEPAGE="http://pecl.php.net/${PHP_EXT_PECL_PKG}" + + +# @FUNCTION: php-ext-pecl-r3_src_install +# @DESCRIPTION: +# Install a standard PECL package. First we delegate to +# php-ext-source-r3.eclass, and then we attempt to install examples +# found in a standard location. +php-ext-pecl-r3_src_install() { + php-ext-source-r3_src_install + + if in_iuse examples && use examples ; then + dodoc -r examples + fi +} + + +# @FUNCTION: php-ext-pecl-r3_src_test +# @DESCRIPTION: +# Run tests delivered with the PECL package. Phpize will have generated +# a run-tests.php file to be executed by `make test`. We only need to +# force the test suite to run in non-interactive mode. +php-ext-pecl-r3_src_test() { + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + NO_INTERACTION="yes" emake test + done +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/php-ext-source-r3.eclass b/sdk_container/src/third_party/portage-stable/eclass/php-ext-source-r3.eclass new file mode 100644 index 0000000000..54eda3123d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/php-ext-source-r3.eclass @@ -0,0 +1,423 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: php-ext-source-r3.eclass +# @MAINTAINER: +# Gentoo PHP team +# @BLURB: Compile and install standalone PHP extensions. +# @DESCRIPTION: +# A unified interface for compiling and installing standalone PHP +# extensions. + +inherit autotools + +EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install src_test + +case ${EAPI} in + 6) ;; + *) + die "${ECLASS} is not compatible with EAPI=${EAPI}" +esac + +# @ECLASS-VARIABLE: PHP_EXT_NAME +# @REQUIRED +# @DESCRIPTION: +# The extension name. This must be set, otherwise the eclass dies. +# Only automagically set by php-ext-pecl-r3.eclass, so unless your ebuild +# inherits that eclass, you must set this manually before inherit. +[[ -z "${PHP_EXT_NAME}" ]] && \ + die "no extension name specified for the php-ext-source-r3 eclass" + +# @ECLASS-VARIABLE: PHP_EXT_INI +# @DESCRIPTION: +# Controls whether or not to add a line to php.ini for the extension. +# Defaults to "yes" and should not be changed in most cases. +[[ -z "${PHP_EXT_INI}" ]] && PHP_EXT_INI="yes" + +# @ECLASS-VARIABLE: PHP_EXT_ZENDEXT +# @DESCRIPTION: +# Controls whether the extension is a ZendEngine extension or not. +# Defaults to "no". If you don't know what this is, you don't need it. +[[ -z "${PHP_EXT_ZENDEXT}" ]] && PHP_EXT_ZENDEXT="no" + +# @ECLASS-VARIABLE: USE_PHP +# @REQUIRED +# @DESCRIPTION: +# Lists the PHP slots compatible the extension is compatible with. +# Example: +# @CODE +# USE_PHP="php5-6 php7-0" +# @CODE +[[ -z "${USE_PHP}" ]] && \ + die "USE_PHP is not set for the php-ext-source-r3 eclass" + +# @ECLASS-VARIABLE: PHP_EXT_OPTIONAL_USE +# @DEFAULT_UNSET +# @DESCRIPTION: +# If set, all of the dependencies added by this eclass will be +# conditional on USE=${PHP_EXT_OPTIONAL_USE}. This is needed when +# ebuilds have to inherit this eclass unconditionally, but only +# actually use it when (for example) the user has USE=php. + +# @ECLASS-VARIABLE: PHP_EXT_S +# @DESCRIPTION: +# The relative location of the temporary build directory for the PHP +# extension within the source package. This is useful for packages that +# bundle the PHP extension. Defaults to ${S}. +[[ -z "${PHP_EXT_S}" ]] && PHP_EXT_S="${S}" + +# @ECLASS-VARIABLE: PHP_EXT_SAPIS +# @DESCRIPTION: +# A list of SAPIs for which we will install this extension. Formerly +# called PHPSAPILIST. The default includes every SAPI currently used in +# the tree. +[[ -z "${PHP_EXT_SAPIS}" ]] && PHP_EXT_SAPIS="apache2 cli cgi fpm embed phpdbg" + + +# Make sure at least one target is installed. First, start a USE +# conditional like "php?", but only when PHP_EXT_OPTIONAL_USE is +# non-null. The option group "|| (..." is always started here. +REQUIRED_USE="${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }|| ( " +for _php_target in ${USE_PHP}; do + # Now loop through each USE_PHP target and add the corresponding + # dev-lang/php slot to PHPDEPEND. + IUSE+=" php_targets_${_php_target}" + REQUIRED_USE+="php_targets_${_php_target} " + _php_slot=${_php_target/php} + _php_slot=${_php_slot/-/.} + PHPDEPEND+=" php_targets_${_php_target}? ( dev-lang/php:${_php_slot} )" +done + +# Don't pollute the environment with our loop variables. +unset _php_slot _php_target + +# Finally, end the optional group that we started before the loop. Close +# the USE-conditional if PHP_EXT_OPTIONAL_USE is non-null. +REQUIRED_USE+=") ${PHP_EXT_OPTIONAL_USE:+ )}" + +RDEPEND="${RDEPEND} + ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( } + ${PHPDEPEND} + ${PHP_EXT_OPTIONAL_USE:+ )}" + +DEPEND="${DEPEND} + sys-devel/m4 + sys-devel/libtool + ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( } + ${PHPDEPEND} + ${PHP_EXT_OPTIONAL_USE:+ )} +" + +# @ECLASS-VARIABLE: PHP_EXT_SKIP_PHPIZE +# @DEFAULT_UNSET +# @DESCRIPTION: +# By default, we run "phpize" in php-ext-source-r3_src_unpack(). Set +# PHP_EXT_SKIP_PHPIZE="yes" in your ebuild if you do not want to run +# phpize (and the autoreconf that becomes necessary afterwards). + +# @FUNCTION: php-ext-source-r3_src_unpack +# @DESCRIPTION: +# Runs the default src_unpack and then makes a copy for each PHP slot. +php-ext-source-r3_src_unpack() { + default + + local slot orig_s="${PHP_EXT_S}" + for slot in $(php_get_slots); do + cp --recursive --preserve "${orig_s}" "${WORKDIR}/${slot}" || \ + die "failed to copy sources from ${orig_s} to ${WORKDIR}/${slot}" + done +} + + +# @FUNCTION: php-ext-source-r3_src_prepare +# @DESCRIPTION: +# For each PHP slot, we initialize the environment, run the default +# src_prepare() for PATCHES/eapply_user support, and then call +# php-ext-source-r3_phpize. +php-ext-source-r3_src_prepare() { + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + default + php-ext-source-r3_phpize + done +} + +# @FUNCTION: php-ext-source-r3_phpize +# @DESCRIPTION: +# Subject to PHP_EXT_SKIP_PHPIZE, this function runs phpize and +# autoreconf in a manner that avoids warnings. +php-ext-source-r3_phpize() { + if [[ "${PHP_EXT_SKIP_PHPIZE}" != 'yes' ]] ; then + # Create configure out of config.m4. We use autotools_run_tool + # to avoid some warnings about WANT_AUTOCONF and + # WANT_AUTOMAKE (see bugs #329071 and #549268). + autotools_run_tool "${PHPIZE}" + + # Force libtoolize to run and regenerate autotools files (bug + # #220519). + rm aclocal.m4 || die "failed to remove aclocal.m4" + eautoreconf + fi +} + + +# @ECLASS-VARIABLE: PHP_EXT_ECONF_ARGS +# @DEFAULT_UNSET +# @DESCRIPTION: +# Set this in the ebuild to pass additional configure options to +# econf. Formerly called my_conf. Either a string or an array of +# --flag=value parameters is supported. + +# @FUNCTION: php-ext-source-r3_src_configure +# @DESCRIPTION: +# Takes care of standard configure for PHP extensions (modules). +php-ext-source-r3_src_configure() { + # net-snmp creates these, bug #385403. + addpredict /usr/share/snmp/mibs/.index + addpredict /var/lib/net-snmp/mib_indexes + + # Support either a string or an array for PHP_EXT_ECONF_ARGS. + local econf_args + if [[ $(declare -p PHP_EXT_ECONF_ARGS) == "declare -a"* ]]; then + econf_args=( "${PHP_EXT_ECONF_ARGS[@]}" ) + else + econf_args=( ${PHP_EXT_ECONF_ARGS} ) + fi + + local slot + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + econf --with-php-config="${PHPCONFIG}" "${econf_args[@]}" + done +} + +# @FUNCTION: php-ext-source-r3_src_compile +# @DESCRIPTION: +# Compile a standard standalone PHP extension. +php-ext-source-r3_src_compile() { + # net-snmp creates these, bug #324739. + addpredict /usr/share/snmp/mibs/.index + addpredict /var/lib/net-snmp/mib_indexes + + # shm extension creates a semaphore file, bug #173574. + addpredict /session_mm_cli0.sem + local slot + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + emake + done +} + +# @FUNCTION: php-ext-source-r3_src_install +# @DESCRIPTION: +# Install a standard standalone PHP extension. Uses einstalldocs() +# to support the DOCS variable/array. +php-ext-source-r3_src_install() { + local slot + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + + # Strip $EPREFIX from $EXT_DIR before calling doexe (which + # handles EPREFIX itself). Shared libs are +x by convention, + # although nothing seems to depend on that. + exeinto "${EXT_DIR#$EPREFIX}" + doexe "modules/${PHP_EXT_NAME}.so" + + INSTALL_ROOT="${D}" emake install-headers + done + einstalldocs + php-ext-source-r3_createinifiles +} + +# @FUNCTION: php-ext-source-r3_src_test +# @DESCRIPTION: +# Run tests delivered with the standalone PHP extension. Phpize will have generated +# a run-tests.php file to be executed by `make test`. We only need to +# force the test suite to run in non-interactive mode. +php-ext-source-r3_src_test() { + local slot + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + NO_INTERACTION="yes" emake test + done +} + +# @FUNCTION: php_get_slots +# @DESCRIPTION: +# Get a list of PHP slots contained in both the ebuild's USE_PHP and the +# user's PHP_TARGETS. +php_get_slots() { + local s="" + local slot + for slot in ${USE_PHP}; do + use php_targets_${slot} && s+=" ${slot/-/.}" + done + echo $s +} + +# @FUNCTION: php_init_slot_env +# @USAGE: +# @DESCRIPTION: +# Takes a slot name, and initializes some global variables to values +# corresponding to that slot. For example, it sets the path to the "php" +# and "phpize" binaries, which will differ for each slot. This function +# is intended to be called while looping through a list of slots +# obtained from php_get_slots(). +# +# Calling this function will change the working directory to the +# temporary build directory for the given slot. +php_init_slot_env() { + local libdir=$(get_libdir) + local slot="${1}" + + PHPPREFIX="${EPREFIX}/usr/${libdir}/${slot}" + PHPIZE="${PHPPREFIX}/bin/phpize" + PHPCONFIG="${PHPPREFIX}/bin/php-config" + PHPCLI="${PHPPREFIX}/bin/php" + PHPCGI="${PHPPREFIX}/bin/php-cgi" + PHP_PKG="$(best_version =dev-lang/php-${1:3}*)" + + EXT_DIR="$(${PHPCONFIG} --extension-dir 2>/dev/null)" + PHP_CURRENTSLOT=${1:3} + + PHP_EXT_S="${WORKDIR}/${slot}" + cd "${PHP_EXT_S}" || die "failed to change directory to ${PHP_EXT_S}" +} + +# @FUNCTION: php_slot_ini_files +# @USAGE: +# @INTERNAL +# @DESCRIPTION: +# Output a list of relative paths to INI files for the given +# slot. Usually there will be one INI file per SAPI. +php_slot_ini_files() { + local slot_ini_files="" + local x + for x in ${PHP_EXT_SAPIS} ; do + if [[ -f "${EPREFIX}/etc/php/${x}-${1}/php.ini" ]] ; then + slot_ini_files+=" etc/php/${x}-${1}/ext/${PHP_EXT_NAME}.ini" + fi + done + + echo "${slot_ini_files}" +} + +# @FUNCTION: php-ext-source-r3_createinifiles +# @DESCRIPTION: +# Builds INI files for every enabled slot and SAPI. +php-ext-source-r3_createinifiles() { + local slot + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + + local file + for file in $(php_slot_ini_files "${slot}") ; do + if [[ "${PHP_EXT_INI}" = "yes" ]] ; then + # Add the needed lines to the .ini files + php-ext-source-r3_addextension "${PHP_EXT_NAME}.so" "${file}" + fi + + if [[ -n "${PHP_EXT_INIFILE}" ]] ; then + cat "${FILESDIR}/${PHP_EXT_INIFILE}" >> "${ED}/${file}" \ + || die "failed to append to ${ED}/${file}" + + einfo "Added contents of ${FILESDIR}/${PHP_EXT_INIFILE}" \ + "to ${file}" + fi + inidir="${file/${PHP_EXT_NAME}.ini/}" + inidir="${inidir/ext/ext-active}" + dodir "/${inidir}" + dosym "/${file}" "/${file/ext/ext-active}" + done + done + + # A location where PHP code for this extension can be stored, + # independent of the PHP or extension versions. This will be part of + # PHP's include_path, configured in php.ini. For example, pecl-apcu + # installs an "apc.php" file which you are supposed to load with + # + # require('apcu/apc.php'); + # + PHP_EXT_SHARED_DIR="${EPREFIX}/usr/share/php/${PHP_EXT_NAME}" +} + +# @FUNCTION: php-ext-source-r3_addextension +# @USAGE: +# @INTERNAL +# @DESCRIPTION: +# Add a line to an INI file that will enable the given extension. The +# first parameter is the path to the extension (.so) file, and the +# second parameter is the name of the INI file in which it should be +# loaded. This function determines the setting name (either +# "extension=..." or "zend_extension=...") and then calls +# php-ext-source-r3_addtoinifile to do the actual work. +php-ext-source-r3_addextension() { + local ext_type="extension" + local ext_file="${1}" + + if [[ "${PHP_EXT_ZENDEXT}" = "yes" ]] ; then + ext_type="zend_extension" + ext_file="${EXT_DIR}/${1}" # Zend extensions need the path... + fi + + php-ext-source-r3_addtoinifile "${2}" "${ext_type}" "${ext_file}" +} + +# @FUNCTION: php-ext-source-r3_addtoinifile +# @USAGE: [setting-value] +# @INTERNAL +# @DESCRIPTION: +# Add a setting=value to one INI file. The first argument is the +# relative path to the INI file. The second argument is the setting +# name, and the third argument is its value. +# +# You can also pass "[Section]" as the second parameter, to create a new +# section in the INI file. In that case, the third parameter (which +# would otherwise be the value of the setting) is ignored. +php-ext-source-r3_addtoinifile() { + local inifile="${WORKDIR}/${1}" + local inidir="${inifile%/*}" + + mkdir -p "${inidir}" || die "failed to create INI directory ${inidir}" + + # Are we adding the name of a section? Assume not by default. + local my_added="${2}=${3}" + if [[ ${2:0:1} == "[" ]] ; then + # Ok, it's a section name. + my_added="${2}" + fi + echo "${my_added}" >> "${inifile}" || die "failed to append to ${inifile}" + einfo "Added '${my_added}' to /${1}" + + insinto "/${1%/*}" + doins "${inifile}" +} + +# @FUNCTION: php-ext-source-r3_addtoinifiles +# @USAGE: [setting-value] [message] +# @DESCRIPTION: +# Add settings to every php.ini file installed by this extension. +# You can also add new [Section]s -- see the example below. +# +# @CODE +# Add some settings for the extension: +# +# php-ext-source-r3_addtoinifiles "zend_optimizer.optimization_level" "15" +# php-ext-source-r3_addtoinifiles "zend_optimizer.enable_loader" "0" +# php-ext-source-r3_addtoinifiles "zend_optimizer.disable_licensing" "0" +# +# Adding values to a section in php.ini file installed by the extension: +# +# php-ext-source-r3_addtoinifiles "[Debugger]" +# php-ext-source-r3_addtoinifiles "debugger.enabled" "on" +# php-ext-source-r3_addtoinifiles "debugger.profiler_enabled" "on" +# @CODE +php-ext-source-r3_addtoinifiles() { + local slot + for slot in $(php_get_slots); do + for file in $(php_slot_ini_files "${slot}") ; do + php-ext-source-r3_addtoinifile "${file}" "${1}" "${2}" + done + done +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/phpconfutils.eclass b/sdk_container/src/third_party/portage-stable/eclass/phpconfutils.eclass deleted file mode 100644 index d416ce9fdf..0000000000 --- a/sdk_container/src/third_party/portage-stable/eclass/phpconfutils.eclass +++ /dev/null @@ -1,458 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# @ECLASS: phpconfutils.eclass -# @MAINTAINER: -# Gentoo PHP team -# @AUTHOR: -# Based on Stuart's work on the original confutils eclass -# Luca Longinotti -# @BLURB: Provides utility functions to help with configuring PHP. -# @DESCRIPTION: -# This eclass provides utility functions to help with configuring PHP. -# It is only used by other php eclasses currently and the functions -# are not generally intended for direct use in ebuilds. - - -# ======================================================================== -# List of USE flags that need deps that aren't yet in Portage -# or that can't be (fex. certain commercial apps) -# -# You must define PHPCONFUTILS_MISSING_DEPS if you need this - -# ======================================================================== -# phpconfutils_sort_flags() -# -# Sort and remove duplicates of the auto-enabled USE flags -# - -phpconfutils_sort_flags() { - # Sort the list of auto-magically enabled USE flags - PHPCONFUTILS_AUTO_USE="$(echo ${PHPCONFUTILS_AUTO_USE} | tr '\040\010' '\012\012' | sort -u)" -} - -# ======================================================================== -# phpconfutils_init() -# -# Call this function from your src_compile() function to initialise -# this eclass first -# - -phpconfutils_init() { - # Define wheter we shall support shared extensions or not - if use "sharedext" ; then - shared="=shared" - else - shared="" - fi - - phpconfutils_sort_flags -} - -# ======================================================================== -# phpconfutils_usecheck() -# -# Check if the USE flag we want enabled is part of the auto-magical ones -# - -phpconfutils_usecheck() { - local x - local use="$1" - - for x in ${PHPCONFUTILS_AUTO_USE} ; do - if [[ "${use}+" == "${x}+" ]] ; then - return 0 - fi - done - - # If we get here, the USE is not among the auto-enabled ones - return 1 -} - -# ======================================================================== -# phpconfutils_require_any() -# -# Use this function to ensure one or more of the specified USE flags have -# been enabled and output the results -# -# $1 - message to output everytime a flag is found -# $2 - message to output everytime a flag is not found -# $3 .. - flags to check -# - -phpconfutils_require_any() { - local success_msg="$1" - shift - local fail_msg="$1" - shift - - local required_flags="$@" - local default_flag="$1" - local success="0" - - while [[ -n "$1" ]] ; do - if use "$1" ; then - einfo "${success_msg} $1" - success="1" - else - einfo "${fail_msg} $1" - fi - shift - done - - # Did we find what we are looking for? - if [[ "${success}" == "1" ]] ; then - return - fi - - # If we get here, then none of the required USE flags were enabled - eerror - eerror "You should enable one or more of the following USE flags:" - eerror " ${required_flags}" - eerror - eerror "You can do this by enabling these flags in /etc/portage/package.use:" - eerror " =${CATEGORY}/${PN}-${PVR} ${required_flags}" - eerror - eerror "The ${default_flag} USE flag was automatically enabled now." - eerror - PHPCONFUTILS_AUTO_USE="${PHPCONFUTILS_AUTO_USE} ${default_flag}" -} - -# ======================================================================== -# phpconfutils_use_conflict() -# -# Use this function to automatically complain to the user if USE flags -# that directly conflict have been enabled -# -# $1 - flag that conflicts with other flags -# $2 .. - flags that conflict -# - -phpconfutils_use_conflict() { - phpconfutils_sort_flags - - if ! use "$1" && ! phpconfutils_usecheck "$1" ; then - return - fi - - local my_flag="$1" - shift - - local my_present="" - local my_remove="" - - while [[ "$1+" != "+" ]] ; do - if use "$1" || phpconfutils_usecheck "$1" ; then - my_present="${my_present} $1" - my_remove="${my_remove} -$1" - fi - shift - done - - if [[ -n "${my_present}" ]] ; then - eerror - eerror "USE flag '${my_flag}' conflicts with these USE flag(s):" - eerror " ${my_present}" - eerror - eerror "You must disable these conflicting flags before you can emerge this package." - eerror "You can do this by disabling these flags in /etc/portage/package.use:" - eerror " =${CATEGORY}/${PN}-${PVR} ${my_remove}" - eerror - die "Conflicting USE flags found" - fi -} - -# ======================================================================== -# phpconfutils_use_depend_all() -# -# Use this function to specify USE flags that depend on eachother, -# they will be automatically enabled and used for checks later -# -# $1 - flag that depends on other flags -# $2 .. - the flags that must be set for $1 to be valid -# - -phpconfutils_use_depend_all() { - phpconfutils_sort_flags - - if ! use "$1" && ! phpconfutils_usecheck "$1" ; then - return - fi - - local my_flag="$1" - shift - - local my_missing="" - - while [[ "$1+" != "+" ]] ; do - if ! use "$1" && ! phpconfutils_usecheck "$1" ; then - my_missing="${my_missing} $1" - fi - shift - done - - if [[ -n "${my_missing}" ]] ; then - PHPCONFUTILS_AUTO_USE="${PHPCONFUTILS_AUTO_USE} ${my_missing}" - ewarn - ewarn "USE flag '${my_flag}' needs these additional flag(s) set:" - ewarn " ${my_missing}" - ewarn - ewarn "'${my_missing}' was automatically enabled and the required extensions will be" - ewarn "built. In any case it is recommended to enable those flags for" - ewarn "future reference, by adding the following to /etc/portage/package.use:" - ewarn " =${CATEGORY}/${PN}-${PVR} ${my_missing}" - ewarn - fi -} - -# ======================================================================== -# phpconfutils_use_depend_any() -# -# Use this function to automatically complain to the user if a USE flag -# depends on another USE flag that hasn't been enabled -# -# $1 - flag that depends on other flags -# $2 - flag that is used as default if none is enabled -# $3 .. - flags that must be set for $1 to be valid -# - -phpconfutils_use_depend_any() { - phpconfutils_sort_flags - - if ! use "$1" && ! phpconfutils_usecheck "$1" ; then - return - fi - - local my_flag="$1" - shift - - local my_default_flag="$1" - shift - - local my_found="" - local my_missing="" - - while [[ "$1+" != "+" ]] ; do - if use "$1" || phpconfutils_usecheck "$1" ; then - my_found="${my_found} $1" - else - my_missing="${my_missing} $1" - fi - shift - done - - if [[ -z "${my_found}" ]] ; then - PHPCONFUTILS_AUTO_USE="${PHPCONFUTILS_AUTO_USE} ${my_default_flag}" - ewarn - ewarn "USE flag '${my_flag}' needs one of these additional flag(s) set:" - ewarn " ${my_missing}" - ewarn - ewarn "'${my_default_flag}' was automatically selected and enabled." - ewarn "You can change that by enabling/disabling those flags accordingly" - ewarn "in /etc/portage/package.use." - ewarn - fi -} - -# ======================================================================== -# phpconfutils_extension_disable() -# -# Use this function to disable an extension that is enabled by default. -# This is provided for those rare configure scripts that don't support -# a --enable for the corresponding --disable -# -# $1 - extension name -# $2 - USE flag -# $3 - optional message to einfo() to the user -# - -phpconfutils_extension_disable() { - if ! use "$2" && ! phpconfutils_usecheck "$2" ; then - my_conf="${my_conf} --disable-$1" - [[ -n "$3" ]] && einfo " Disabling $1" - else - [[ -n "$3" ]] && einfo " Enabling $1" - fi -} - -# ======================================================================== -# phpconfutils_extension_enable() -# -# This function is like use_enable(), except that it knows about -# enabling modules as shared libraries, and it supports passing -# additional data with the switch -# -# $1 - extension name -# $2 - USE flag -# $3 - 1 = support shared, 0 = never support shared -# $4 - additional setting for configure -# $5 - additional message to einfo out to the user -# - -phpconfutils_extension_enable() { - local my_shared - - if [[ "$3" == "1" ]] ; then - if [[ "${shared}+" != "+" ]] ; then - my_shared="${shared}" - if [[ "$4+" != "+" ]] ; then - my_shared="${my_shared},$4" - fi - elif [[ "$4+" != "+" ]] ; then - my_shared="=$4" - fi - else - if [[ "$4+" != "+" ]] ; then - my_shared="=$4" - fi - fi - - if use "$2" || phpconfutils_usecheck "$2" ; then - my_conf="${my_conf} --enable-$1${my_shared}" - einfo " Enabling $1" - else - my_conf="${my_conf} --disable-$1" - einfo " Disabling $1" - fi -} - -# ======================================================================== -# phpconfutils_extension_without() -# -# Use this function to disable an extension that is enabled by default -# This function is provided for those rare configure scripts that support -# --without but not the corresponding --with -# -# $1 - extension name -# $2 - USE flag -# $3 - optional message to einfo() to the user -# - -phpconfutils_extension_without() { - if ! use "$2" && ! phpconfutils_usecheck "$2" ; then - my_conf="${my_conf} --without-$1" - einfo " Disabling $1" - else - einfo " Enabling $1" - fi -} - -# ======================================================================== -# phpconfutils_extension_with() -# -# This function is a replacement for use_with. It supports building -# extensions as shared libraries, -# -# $1 - extension name -# $2 - USE flag -# $3 - 1 = support shared, 0 = never support shared -# $4 - additional setting for configure -# $5 - optional message to einfo() out to the user -# - -phpconfutils_extension_with() { - local my_shared - - if [[ "$3" == "1" ]] ; then - if [[ "${shared}+" != "+" ]] ; then - my_shared="${shared}" - if [[ "$4+" != "+" ]] ; then - my_shared="${my_shared},$4" - fi - elif [[ "$4+" != "+" ]] ; then - my_shared="=$4" - fi - else - if [[ "$4+" != "+" ]] ; then - my_shared="=$4" - fi - fi - - if use "$2" || phpconfutils_usecheck "$2" ; then - my_conf="${my_conf} --with-$1${my_shared}" - einfo " Enabling $1" - else - my_conf="${my_conf} --without-$1" - einfo " Disabling $1" - fi -} - -# ======================================================================== -# phpconfutils_warn_about_external_deps() -# -# This will output a warning to the user if he enables commercial or other -# software not currently present in Portage -# - -phpconfutils_warn_about_external_deps() { - phpconfutils_sort_flags - - local x - local my_found="0" - - for x in ${PHPCONFUTILS_MISSING_DEPS} ; do - if use "${x}" || phpconfutils_usecheck "${x}" ; then - ewarn "USE flag ${x} enables support for software not present in Portage!" - my_found="1" - fi - done - - if [[ "${my_found}" == "1" ]] ; then - ewarn - ewarn "This ebuild will continue, but if you haven't already installed the" - ewarn "software required to satisfy the list above, this package will probably" - ewarn "fail to compile later on." - ewarn "*DO NOT* file bugs about compile failures or issues you're having" - ewarn "when using one of those flags, as we aren't able to support them." - ewarn "|=|=|=|=|=|=| You are on your own if you use them! |=|=|=|=|=|=|" - ewarn - ebeep 5 - fi -} - -# ======================================================================== -# phpconfutils_built_with_use() -# -# Sobstitute for built_with_use() to support the magically enabled USE flags -# - -phpconfutils_built_with_use() { - local opt="$1" - [[ ${opt:0:1} = "-" ]] && shift || opt="-a" - - local PHP_PKG=$(best_version $1) - shift - - local PHP_USEFILE="${ROOT}/var/lib/php-pkg/${PHP_PKG}/PHP_USEFILE" - - [[ ! -e "${PHP_USEFILE}" ]] && return 0 - - local PHP_USE_BUILT=$(<${PHP_USEFILE}) - while [[ $# -gt 0 ]] ; do - if [[ ${opt} = "-o" ]] ; then - has $1 ${PHP_USE_BUILT} && return 0 - else - has $1 ${PHP_USE_BUILT} || return 1 - fi - shift - done - [[ ${opt} = "-a" ]] -} - -# ======================================================================== -# phpconfutils_generate_usefile() -# -# Generate the file used by phpconfutils_built_with_use() to check it's -# USE flags -# - -phpconfutils_generate_usefile() { - phpconfutils_sort_flags - - local PHP_USEFILE="${D}/var/lib/php-pkg/${CATEGORY}/${PN}-${PVR}/PHP_USEFILE" - - # Write the auto-enabled USEs into the correct file - dodir "/var/lib/php-pkg/${CATEGORY}/${PN}-${PVR}/" - echo "${PHPCONFUTILS_AUTO_USE}" > "${PHP_USEFILE}" -} diff --git a/sdk_container/src/third_party/portage-stable/eclass/prefix.eclass b/sdk_container/src/third_party/portage-stable/eclass/prefix.eclass index 1f3c4b0c4a..224cb09d2e 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/prefix.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/prefix.eclass @@ -48,5 +48,83 @@ eprefixify() { return 0 } +# @FUNCTION: hprefixify +# @USAGE: [ -w ] [-e ] +# @DESCRIPTION: +# Tries a set of heuristics to prefixify the given files. Dies if no +# arguments are given, a file does not exist, or changing a file failed. +# +# Additional extended regular expression can be passed by -e or +# environment variable PREFIX_EXTRA_REGEX. The default heuristics can +# be constrained to lines that match a sed expression passed by -w or +# environment variable PREFIX_LINE_MATCH. +# @EXAMPLE: +# Only prefixify the 30th line, +# hprefixify -w 30 configure +# Only prefixify lines that contain "PATH", +# hprefixify -w "/PATH/" configure +# Also delete all the /opt/gnu search paths, +# hprefixify -e "/\/opt\/gnu/d" configure +hprefixify() { + use prefix || return 0 + local PREFIX_EXTRA_REGEX PREFIX_LINE_MATCH xl=() x + while [[ $# -gt 0 ]]; do + case $1 in + -e) + PREFIX_EXTRA_REGEX="$2" + shift + ;; + -w) + PREFIX_LINE_MATCH="$2" + shift + ;; + *) + xl+=( "$1" ) + ;; + esac + shift + done + + [[ ${#xl[@]} -lt 1 ]] && die "at least one file operand is required" + einfo "Adjusting to prefix ${EPREFIX:-/}" + for x in "${xl[@]}" ; do + if [[ -e ${x} ]] ; then + ebegin " ${x##*/}" + sed -r \ + -e "${PREFIX_LINE_MATCH}s,([^[:alnum:]}\)\.])/(usr|lib(|[onx]?32|n?64)|etc|bin|sbin|var|opt|run),\1${EPREFIX}/\2,g" \ + -e "${PREFIX_EXTRA_REGEX}" \ + -i "${x}" + eend $? || die "failed to prefixify ${x}" + else + die "${x} does not exist" + fi + done +} + +# @FUNCTION: prefixify_ro +# @USAGE: prefixify_ro . +# @DESCRIPTION: +# prefixify a read-only file. +# copies the files to ${T}, prefixies it, echos the new file. +# @EXAMPLE: +# doexe "$(prefixify_ro "${FILESDIR}"/fix_libtool_files.sh)" +# epatch "$(prefixify_ro "${FILESDIR}"/${PN}-4.0.2-path.patch)" +prefixify_ro() { + if [[ -e $1 ]] ; then + local f=${1##*/} + cp "$1" "${T}" || die "failed to copy file" + local x="${T}"/${f} + # redirect to stderr because stdout is used to + # return the prefixified file. + if grep -qs @GENTOO_PORTAGE_EPREFIX@ "${x}" ; then + eprefixify "${T}"/${f} 1>&2 + else + hprefixify "${T}"/${f} 1>&2 + fi + echo "${x}" + else + die "$1 does not exist" + fi +} # vim: tw=72: diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-any-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-any-r1.eclass index c6dfc9c7ae..0b49944c51 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/python-any-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/python-any-r1.eclass @@ -137,7 +137,8 @@ _python_any_set_globals() { for i in "${_PYTHON_SUPPORTED_IMPLS[@]}"; do python_export "${i}" PYTHON_PKG_DEP - PYTHON_DEPS="${PYTHON_PKG_DEP} ${PYTHON_DEPS}" + # note: need to strip '=' slot operator for || deps + PYTHON_DEPS="${PYTHON_PKG_DEP%=} ${PYTHON_DEPS}" done PYTHON_DEPS="|| ( ${PYTHON_DEPS})" readonly PYTHON_DEPS @@ -220,7 +221,8 @@ python_gen_any_dep() { python_export "${i}" PYTHON_PKG_DEP local i_depstr=${depstr//\$\{PYTHON_USEDEP\}/${PYTHON_USEDEP}} - out="( ${PYTHON_PKG_DEP} ${i_depstr} ) ${out}" + # note: need to strip '=' slot operator for || deps + out="( ${PYTHON_PKG_DEP%=} ${i_depstr} ) ${out}" done echo "|| ( ${out})" } diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass index 610657776d..a117a5a82f 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass @@ -75,7 +75,7 @@ inherit multibuild python-utils-r1 # # Example: # @CODE -# PYTHON_COMPAT=( python2_7 python3_3 python3_4} ) +# PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) # @CODE # # Please note that you can also use bash brace expansion if you like: diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-single-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-single-r1.eclass index 9e80866bfb..16102816f1 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/python-single-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/python-single-r1.eclass @@ -88,7 +88,7 @@ if [[ ! ${_PYTHON_SINGLE_R1} ]]; then # # Example: # @CODE -# PYTHON_COMPAT=( python2_7 python3_3 python3_4} ) +# PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) # @CODE # # Please note that you can also use bash brace expansion if you like: diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass index 9488966a99..53f8ad4f4b 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,7 +44,7 @@ _PYTHON_ALL_IMPLS=( jython2_7 pypy pypy3 python2_7 - python3_3 python3_4 python3_5 + python3_4 python3_5 python3_6 ) readonly _PYTHON_ALL_IMPLS @@ -68,10 +68,10 @@ _python_impl_supported() { # keep in sync with _PYTHON_ALL_IMPLS! # (not using that list because inline patterns shall be faster) case "${impl}" in - python2_7|python3_[345]|jython2_7) + python2_7|python3_[456]|jython2_7) return 0 ;; - pypy1_[89]|pypy2_0|python2_[56]|python3_[12]) + pypy1_[89]|pypy2_0|python2_[56]|python3_[123]) return 1 ;; pypy|pypy3) @@ -640,10 +640,16 @@ python_optimize() { instpath=/${instpath##/} case "${EPYTHON}" in - python*) + python2.7|python3.[34]) "${PYTHON}" -m compileall -q -f -d "${instpath}" "${d}" "${PYTHON}" -OO -m compileall -q -f -d "${instpath}" "${d}" ;; + python*) + # both levels of optimization are separate since 3.5 + "${PYTHON}" -m compileall -q -f -d "${instpath}" "${d}" + "${PYTHON}" -O -m compileall -q -f -d "${instpath}" "${d}" + "${PYTHON}" -OO -m compileall -q -f -d "${instpath}" "${d}" + ;; *) "${PYTHON}" -m compileall -q -f -d "${instpath}" "${d}" ;; @@ -651,32 +657,23 @@ python_optimize() { done } -# @ECLASS-VARIABLE: python_scriptroot -# @DEFAULT_UNSET +# @FUNCTION: python_scriptinto +# @USAGE: # @DESCRIPTION: -# The current script destination for python_doscript(). The path -# is relative to the installation root (${ED}). +# Set the directory to which files passed to python_doexe(), +# python_doscript(), python_newexe() and python_newscript() +# are going to be installed. The new value needs to be relative +# to the installation root (${ED}). # -# When unset, ${DESTTREE}/bin (/usr/bin by default) will be used. -# -# Can be set indirectly through the python_scriptinto() function. +# If not set explicitly, the directory defaults to /usr/bin. # # Example: # @CODE # src_install() { -# local python_scriptroot=${GAMES_BINDIR} +# python_scriptinto /usr/sbin # python_foreach_impl python_doscript foo # } # @CODE - -# @FUNCTION: python_scriptinto -# @USAGE: -# @DESCRIPTION: -# Set the current scriptroot. The new value will be stored -# in the 'python_scriptroot' environment variable. The new value need -# be relative to the installation root (${ED}). -# -# Alternatively, you can set the variable directly. python_scriptinto() { debug-print-function ${FUNCNAME} "${@}" @@ -686,7 +683,7 @@ python_scriptinto() { # @FUNCTION: python_doexe # @USAGE: ... # @DESCRIPTION: -# Install the given executables into current python_scriptroot, +# Install the given executables into the executable install directory, # for the current Python implementation (${EPYTHON}). # # The executable will be wrapped properly for the Python implementation, @@ -703,7 +700,7 @@ python_doexe() { # @FUNCTION: python_newexe # @USAGE: # @DESCRIPTION: -# Install the given executable into current python_scriptroot, +# Install the given executable into the executable install directory, # for the current Python implementation (${EPYTHON}). # # The executable will be wrapped properly for the Python implementation, @@ -718,7 +715,7 @@ python_newexe() { die "python_do* and python_new* helpers are banned in EAPIs older than 4." fi - local wrapd=${python_scriptroot:-${DESTTREE}/bin} + local wrapd=${python_scriptroot:-/usr/bin} local f=${1} local newfn=${2} @@ -746,7 +743,7 @@ python_newexe() { # @FUNCTION: python_doscript # @USAGE: ... # @DESCRIPTION: -# Install the given scripts into current python_scriptroot, +# Install the given scripts into the executable install directory, # for the current Python implementation (${EPYTHON}). # # All specified files must start with a 'python' shebang. The shebang @@ -769,7 +766,7 @@ python_doscript() { # @FUNCTION: python_newscript # @USAGE: # @DESCRIPTION: -# Install the given script into current python_scriptroot +# Install the given script into the executable install directory # for the current Python implementation (${EPYTHON}), and name it # . # @@ -790,30 +787,27 @@ python_newscript() { python_newexe "${@}" } -# @ECLASS-VARIABLE: python_moduleroot -# @DEFAULT_UNSET +# @FUNCTION: python_moduleinto +# @USAGE: # @DESCRIPTION: -# The current module root for python_domodule(). The path can be either -# an absolute system path (it must start with a slash, and ${ED} will be -# prepended to it) or relative to the implementation's site-packages directory -# (then it must start with a non-slash character). +# Set the Python module install directory for python_domodule(). +# The can either be an absolute target system path (in which +# case it needs to start with a slash, and ${ED} will be prepended to +# it) or relative to the implementation's site-packages directory +# (then it must not start with a slash). # -# When unset, the modules will be installed in the site-packages root. -# -# Can be set indirectly through the python_moduleinto() function. +# When not set explicitly, the modules are installed to the top +# site-packages directory. # # Example: # @CODE # src_install() { -# local python_moduleroot=bar +# python_moduleinto bar # # installs ${PYTHON_SITEDIR}/bar/baz.py # python_foreach_impl python_domodule baz.py # } # @CODE -# @FUNCTION: python_moduleinto -# @USAGE: -# @DESCRIPTION: # Set the current module root. The new value will be stored # in the 'python_moduleroot' environment variable. The new value need # be relative to the site-packages root. @@ -828,8 +822,8 @@ python_moduleinto() { # @FUNCTION: python_domodule # @USAGE: ... # @DESCRIPTION: -# Install the given modules (or packages) into the current -# python_moduleroot. The list can mention both modules (files) +# Install the given modules (or packages) into the current Python module +# installation directory. The list can mention both modules (files) # and packages (directories). All listed files will be installed # for all enabled implementations, and compiled afterwards. # @@ -929,7 +923,7 @@ python_wrapper_setup() { mkdir -p "${workdir}"/{bin,pkgconfig} || die # Clean up, in case we were supposed to do a cheap update. - rm -f "${workdir}"/bin/python{,2,3,-config} || die + rm -f "${workdir}"/bin/python{,2,3}{,-config} || die rm -f "${workdir}"/bin/2to3 || die rm -f "${workdir}"/pkgconfig/python{,2,3}.pc || die @@ -1213,7 +1207,7 @@ python_fix_shebang() { # Check whether the specified locale sanely maps between lowercase # and uppercase ASCII characters. _python_check_locale_sanity() { - local -x LC_CTYPE=${1} + local -x LC_ALL=${1} local IFS= local lc=( {a..z} ) @@ -1238,7 +1232,7 @@ python_export_utf8_locale() { if [[ $(locale charmap) != UTF-8 ]]; then # Try English first, then everything else. - local lang locales="en_US.UTF-8 $(locale -a)" + local lang locales="C.UTF-8 en_US.UTF-8 en_GB.UTF-8 $(locale -a)" for lang in ${locales}; do if [[ $(LC_ALL=${lang} locale charmap 2>/dev/null) == UTF-8 ]]; then diff --git a/sdk_container/src/third_party/portage-stable/eclass/qt4-build-multilib.eclass b/sdk_container/src/third_party/portage-stable/eclass/qt4-build-multilib.eclass index 51a2f303d0..f40f1aa331 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/qt4-build-multilib.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/qt4-build-multilib.eclass @@ -113,10 +113,13 @@ multilib_src_install_all() { qt4_multilib_src_install_all; } # @DESCRIPTION: # Unpacks the sources. qt4-build-multilib_src_unpack() { - if [[ $(gcc-major-version) -lt 4 ]] || [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 4 ]]; then - ewarn - ewarn "Using a GCC version lower than 4.4 is not supported." - ewarn + if tc-is-gcc; then + if [[ $(gcc-major-version) -lt 4 ]] || \ + [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 4 ]]; then + ewarn + ewarn "Using a GCC version lower than 4.4 is not supported" + ewarn + fi fi if [[ ${PN} == qtwebkit ]]; then @@ -155,6 +158,12 @@ qt4-build-multilib_src_prepare() { || die "sed failed (skip X11 tests)" fi + # Qt4 is not safe to build with C++14 (the new gcc-6 default). + # Upstream has addressed this for Qt5, but while we continue to + # support Qt4, we need to ensure everything is built in C++98 mode. + # See bugs 582522, 582618, 583662, 583744. + append-cxxflags -std=gnu++98 + if [[ ${PN} == qtcore ]]; then # Bug 373061 # qmake bus errors with -O2 or -O3 but -O1 works @@ -172,7 +181,7 @@ qt4-build-multilib_src_prepare() { if [[ ${PN} == qtdeclarative ]]; then # Bug 551560 # gcc-4.8 ICE with -Os, fixed in 4.9 - if use x86 && [[ $(gcc-version) == 4.8 ]]; then + if use x86 && tc-is-gcc && [[ $(gcc-version) == 4.8 ]]; then replace-flags -Os -O2 fi fi @@ -190,6 +199,10 @@ qt4-build-multilib_src_prepare() { append-flags -mminimal-toc fi + # Teach configure about gcc-6 and later + sed -i -e 's:5\*|:[5-9]*|:' \ + configure || die "sed gcc version failed" + # Read also AR from the environment sed -i -e 's/^SYSTEM_VARIABLES="/&AR /' \ configure || die "sed SYSTEM_VARIABLES failed" @@ -581,9 +594,13 @@ qt4_prepare_env() { QT4_EXAMPLESDIR=${QT4_DATADIR}/examples QT4_DEMOSDIR=${QT4_DATADIR}/demos QT4_SYSCONFDIR=${EPREFIX}/etc/qt4 - QMAKE_LIBDIR_QT=${QT4_LIBDIR} + # are these still needed? + QMAKE_LIBDIR_QT=${QT4_LIBDIR} export XDG_CONFIG_HOME="${T}" + + # can confuse qmake if set (bug 583352) + unset QMAKESPEC } # @FUNCTION: qt4_foreach_target_subdir @@ -823,10 +840,8 @@ qt4_get_mkspec() { esac # Add -64 for 64-bit prefix profiles - if use amd64-linux || use ia64-linux || use ppc64-linux || + if use amd64-linux || use ppc64-linux || use x64-macos || - use sparc64-freebsd || use x64-freebsd || use x64-openbsd || - use ia64-hpux || use sparc64-solaris || use x64-solaris then [[ -d ${S}/mkspecs/${spec}-64 ]] && spec+=-64 diff --git a/sdk_container/src/third_party/portage-stable/eclass/qt5-build.eclass b/sdk_container/src/third_party/portage-stable/eclass/qt5-build.eclass index 368af3766a..f22934418b 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/qt5-build.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/qt5-build.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -52,12 +52,18 @@ esac inherit eutils flag-o-matic toolchain-funcs versionator virtualx HOMEPAGE="https://www.qt.io/" -LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3" QT5_MINOR_VERSION=$(get_version_component_range 2) -readonly QT5_MINOR_VERSION +QT5_PATCH_VERSION=$(get_version_component_range 3) +readonly QT5_MINOR_VERSION QT5_PATCH_VERSION -SLOT="5" +if [[ ${QT5_MINOR_VERSION} -ge 7 ]]; then + LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3" +else + LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3" +fi + +SLOT=5/$(get_version_component_range 1-2) case ${PV} in 5.9999) @@ -74,14 +80,19 @@ case ${PV} in # development release QT5_BUILD_TYPE="release" MY_P=${QT5_MODULE}-opensource-src-${PV/_/-} - SRC_URI="http://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz" + SRC_URI="https://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} ;; *) # official stable release QT5_BUILD_TYPE="release" MY_P=${QT5_MODULE}-opensource-src-${PV} - SRC_URI="http://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz" + # bug 586646 + if [[ ${PV} = 5.6.1 ]]; then + SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}-1/submodules/${MY_P}-1.tar.xz" + else + SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz" + fi S=${WORKDIR}/${MY_P} ;; esac @@ -127,23 +138,19 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install sr # @DESCRIPTION: # Unpacks the sources. qt5-build_src_unpack() { - local gcc_version_check_fatal=false - local min_gcc4_minor_version=5 - if [[ ${QT5_MINOR_VERSION} -ge 6 ]]; then - gcc_version_check_fatal=true - fi - if [[ ${QT5_MINOR_VERSION} -ge 7 || ${PN} == qtwebengine ]]; then - min_gcc4_minor_version=7 - fi - if [[ $(gcc-major-version) -lt 4 ]] || \ - [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt ${min_gcc4_minor_version} ]]; then - if ${gcc_version_check_fatal}; then - die "GCC version 4.${min_gcc4_minor_version} or later is required to build this package" - else - ewarn "Using a GCC version lower than 4.${min_gcc4_minor_version} is not supported" + if tc-is-gcc; then + local min_gcc4_minor_version=5 + if [[ ${QT5_MINOR_VERSION} -ge 7 || ${PN} == qtwebengine ]]; then + min_gcc4_minor_version=7 + fi + if [[ $(gcc-major-version) -lt 4 ]] || \ + [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt ${min_gcc4_minor_version} ]]; then + eerror "GCC version 4.${min_gcc4_minor_version} or later is required to build this package" + die "GCC 4.${min_gcc4_minor_version} or later required" fi fi + # bug 307861 if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then eshopts_push -s extglob if is-flagq '-g?(gdb)?([1-9])'; then @@ -151,7 +158,6 @@ qt5-build_src_unpack() { ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)." ewarn "You may experience really long compilation times and/or increased memory usage." ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug." - ewarn "For more info check out https://bugs.gentoo.org/307861" ewarn fi eshopts_pop @@ -180,29 +186,27 @@ qt5-build_src_prepare() { sed -i -e "/outpath\/qmake\".*\"\$MAKE\")/ s:): \ ${MAKEOPTS} ${EXTRA_EMAKE} 'CC=$(tc-getCC)' 'CXX=$(tc-getCXX)' \ 'QMAKE_CFLAGS=${CFLAGS}' 'QMAKE_CXXFLAGS=${CXXFLAGS}' 'QMAKE_LFLAGS=${LDFLAGS}'&:" \ - -e '/"$CFG_RELEASE_QMAKE"/,/^\s\+fi$/ d' \ + -e 's/\(setBootstrapVariable\s\+\|EXTRA_C\(XX\)\?FLAGS=.*\)QMAKE_C\(XX\)\?FLAGS_\(DEBUG\|RELEASE\).*/:/' \ configure || die "sed failed (respect env for qmake build)" sed -i -e '/^CPPFLAGS\s*=/ s/-g //' \ qmake/Makefile.unix || die "sed failed (CPPFLAGS for qmake build)" - # Respect CXX in {bsymbolic_functions,fvisibility,precomp}.test + # Respect CXX in bsymbolic_functions, fvisibility, precomp, and a few other tests sed -i -e "/^QMAKE_CONF_COMPILER=/ s:=.*:=\"$(tc-getCXX)\":" \ configure || die "sed failed (QMAKE_CONF_COMPILER)" # Respect toolchain and flags in config.tests find config.tests/unix -name '*.test' -type f -execdir \ - sed -i -e '/bin\/qmake/ s/-nocache //' '{}' + || die + sed -i -e 's/-nocache //' '{}' + || die + + # Don't inject -msse/-mavx/... into CXXFLAGS when detecting + # compiler support for extended instruction sets (bug 552942) + find config.tests/common -name '*.pro' -type f -execdir \ + sed -i -e '/QMAKE_CXXFLAGS\s*+=/ d' '{}' + || die # Don't add -O3 to CXXFLAGS (bug 549140) sed -i -e '/CONFIG\s*+=/ s/optimize_full//' \ src/{corelib/corelib,gui/gui}.pro || die "sed failed (optimize_full)" - - # Don't inject -msse/-mavx/... into CXXFLAGS when detecting - # compiler support for extended instruction sets (bug 552942) - if [[ ${QT5_MINOR_VERSION} -ge 5 ]]; then - find config.tests/common -name '*.pro' -type f -execdir \ - sed -i -e '/else:QMAKE_CXXFLAGS\s*+=/ d' '{}' + || die - fi fi if [[ ${EAPI} == 5 ]]; then @@ -269,7 +273,22 @@ qt5-build_src_install() { if [[ ${PN} == qtcore ]]; then pushd "${QT5_BUILD_DIR}" >/dev/null || die - set -- emake INSTALL_ROOT="${D}" install_{global_docs,mkspecs,qmake,syncqt} + local qmake_install_target=install_qmake + if [[ ${QT5_MINOR_VERSION} -ge 7 ]]; then + # qmake/qmake-aux.pro + qmake_install_target=sub-qmake-qmake-aux-pro-install_subtargets + fi + + local global_docs_install_target= + if [[ ${QT5_MINOR_VERSION} -le 6 && ${QT5_PATCH_VERSION} -le 2 ]]; then + global_docs_install_target=install_global_docs + fi + + set -- emake INSTALL_ROOT="${D}" \ + ${qmake_install_target} \ + install_{syncqt,mkspecs} \ + ${global_docs_install_target} + einfo "Running $*" "$@" @@ -511,7 +530,7 @@ qt5_base_configure() { # no need to forcefully build host tools in optimized mode, # just follow the overall debug/release build type - $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-optimized-tools) + -no-optimized-tools # licensing stuff -opensource -confirm-license @@ -523,7 +542,7 @@ qt5_base_configure() { -shared # always enable large file support - -largefile + $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -largefile) # disabling accessibility is not recommended by upstream, as # it will break QStyle and may break other internal parts of Qt @@ -533,39 +552,32 @@ qt5_base_configure() { -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds - # obsolete flag, does nothing - #-qml-debug + # ensure the QML debugging support (qmltooling) is built in qtdeclarative + -qml-debug - # extended instruction sets support - $([[ ${QT5_MINOR_VERSION} -le 4 ]] && is-flagq -mno-sse2 && echo -no-sse2) - $([[ ${QT5_MINOR_VERSION} -le 4 ]] && is-flagq -mno-sse3 && echo -no-sse3) - $([[ ${QT5_MINOR_VERSION} -le 4 ]] && is-flagq -mno-ssse3 && echo -no-ssse3) - $([[ ${QT5_MINOR_VERSION} -le 4 ]] && is-flagq -mno-sse4.1 && echo -no-sse4.1) - $([[ ${QT5_MINOR_VERSION} -le 4 ]] && is-flagq -mno-sse4.2 && echo -no-sse4.2) - $([[ ${QT5_MINOR_VERSION} -le 4 ]] && is-flagq -mno-avx && echo -no-avx) - $([[ ${QT5_MINOR_VERSION} -le 4 ]] && is-flagq -mno-avx2 && echo -no-avx2) + # MIPS DSP instruction set extensions $(is-flagq -mno-dsp && echo -no-mips_dsp) $(is-flagq -mno-dspr2 && echo -no-mips_dspr2) # use pkg-config to detect include and library paths -pkg-config - # prefer system libraries (only common deps here) + # prefer system libraries (only common hard deps here) -system-zlib -system-pcre + # TODO after bug 581054 + #$([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -system-doubleconversion) # disable everything to prevent automagic deps (part 1) -no-mtdev - -no-journald - $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-syslog) + -no-journald -no-syslog -no-libpng -no-libjpeg -no-freetype -no-harfbuzz - -no-openssl - $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libproxy) - $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-xkbcommon-{x11,evdev}) + -no-openssl -no-libproxy + -no-xkbcommon-x11 -no-xkbcommon-evdev -no-xinput2 -no-xcb-xlib - # don't specify -no-gif because there is no way to override it later + # cannot use -no-gif because there is no way to override it later #-no-gif # always enable glib event loop support @@ -586,17 +598,11 @@ qt5_base_configure() { # print verbose information about each configure test -verbose - # obsolete flag, does nothing - #-nis - # always enable iconv support -iconv # disable everything to prevent automagic deps (part 3) - -no-cups -no-evdev - $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-tslib) - -no-icu -no-fontconfig - -no-dbus + -no-cups -no-evdev -no-tslib -no-icu -no-fontconfig -no-dbus # let portage handle stripping -no-strip @@ -605,7 +611,7 @@ qt5_base_configure() { -no-pch # link-time code generation is not something we want to enable by default - $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-ltcg) + -no-ltcg # reduced relocations cause major breakage on at least arm and ppc, so # don't specify anything and let the configure figure out if they are @@ -616,18 +622,14 @@ qt5_base_configure() { #-use-gold-linker # disable all platform plugins by default, override in qtgui - -no-xcb -no-eglfs -no-kms - $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-gbm) - -no-directfb -no-linuxfb - $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient) + -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb -no-mirclient # disable undocumented X11-related flags, override in qtgui # (not shown in ./configure -help output) -no-xkb -no-xrender # disable obsolete/unused X11-related flags - # (not shown in ./configure -help output) - -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync + $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync) # always enable session management support: it doesn't need extra deps # at configure time and turning it off is dangerous, see bug 518262 @@ -641,13 +643,14 @@ qt5_base_configure() { -no-opengl -no-egl # disable libinput-based generic plugin by default, override in qtgui - $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libinput) + -no-libinput # disable gstreamer by default, override in qtmultimedia - $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-gstreamer) + -no-gstreamer - # use upstream default - #-no-system-proxies + # respect system proxies by default: it's the most natural + # setting, and it'll become the new upstream default in 5.8 + -system-proxies # do not build with -Werror -no-warnings-are-errors diff --git a/sdk_container/src/third_party/portage-stable/eclass/rebar.eclass b/sdk_container/src/third_party/portage-stable/eclass/rebar.eclass new file mode 100644 index 0000000000..c8a2cf47c2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/rebar.eclass @@ -0,0 +1,240 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: rebar.eclass +# @MAINTAINER: +# Amadeusz Żołnowski +# @AUTHOR: +# Amadeusz Żołnowski +# @BLURB: Build Erlang/OTP projects using dev-util/rebar. +# @DESCRIPTION: +# An eclass providing functions to build Erlang/OTP projects using +# dev-util/rebar. +# +# rebar is a tool which tries to resolve dependencies itself which is by +# cloning remote git repositories. Dependant projects are usually expected to +# be in sub-directory 'deps' rather than looking at system Erlang lib +# directory. Projects relying on rebar usually don't have 'install' make +# targets. The eclass workarounds some of these problems. It handles +# installation in a generic way for Erlang/OTP structured projects. + +case "${EAPI:-0}" in + 0|1|2|3|4|5) + die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" + ;; + 6) + ;; + *) + die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" + ;; +esac + +EXPORT_FUNCTIONS src_prepare src_compile src_test src_install + +RDEPEND="dev-lang/erlang" +DEPEND="${RDEPEND} + dev-util/rebar + >=sys-apps/gawk-4.1" + +# @ECLASS-VARIABLE: REBAR_APP_SRC +# @DESCRIPTION: +# Relative path to .app.src description file. +REBAR_APP_SRC="${REBAR_APP_SRC-src/${PN}.app.src}" + +# @FUNCTION: get_erl_libs +# @RETURN: the path to Erlang lib directory +# @DESCRIPTION: +# Get the full path without EPREFIX to Erlang lib directory. +get_erl_libs() { + echo "/usr/$(get_libdir)/erlang/lib" +} + +# @FUNCTION: _rebar_find_dep +# @INTERNAL +# @USAGE: +# @RETURN: full path with EPREFIX to a Erlang package/project on success, +# code 1 when dependency is not found and code 2 if multiple versions of +# dependency are found. +# @DESCRIPTION: +# Find a Erlang package/project by name in Erlang lib directory. Project +# directory is usually suffixed with version. It is matched to '' +# or '-*'. +_rebar_find_dep() { + local pn="$1" + local p + local result + + pushd "${EPREFIX}$(get_erl_libs)" >/dev/null || return 1 + for p in ${pn} ${pn}-*; do + if [[ -d ${p} ]]; then + # Ensure there's at most one matching. + [[ ${result} ]] && return 2 + result="${p}" + fi + done + popd >/dev/null || die + + [[ ${result} ]] || return 1 + echo "${result}" +} + +# @FUNCTION: erebar +# @USAGE: +# @DESCRIPTION: +# Run rebar with verbose flag. Die on failure. +erebar() { + debug-print-function ${FUNCNAME} "${@}" + + (( $# > 0 )) || die "erebar: at least one target is required" + + local -x ERL_LIBS="${EPREFIX}$(get_erl_libs)" + rebar -v skip_deps=true "$@" || die -n "rebar $@ failed" +} + +# @FUNCTION: rebar_fix_include_path +# @USAGE: [] +# @DESCRIPTION: +# Fix path in rebar.config to 'include' directory of dependant project/package, +# so it points to installation in system Erlang lib rather than relative 'deps' +# directory. +# +# is optional. Default is 'rebar.config'. +# +# The function dies on failure. +rebar_fix_include_path() { + debug-print-function ${FUNCNAME} "${@}" + + local pn="$1" + local rebar_config="${2:-rebar.config}" + local erl_libs="${EPREFIX}$(get_erl_libs)" + local p + + p="$(_rebar_find_dep "${pn}")" \ + || die "failed to unambiguously resolve dependency of '${pn}'" + + gawk -i inplace \ + -v erl_libs="${erl_libs}" -v pn="${pn}" -v p="${p}" ' +/^{[[:space:]]*erl_opts[[:space:]]*,/, /}[[:space:]]*\.$/ { + pattern = "\"(./)?deps/" pn "/include\""; + if (match($0, "{i,[[:space:]]*" pattern "[[:space:]]*}")) { + sub(pattern, "\"" erl_libs "/" p "/include\""); + } + print $0; + next; +} +1 +' "${rebar_config}" || die "failed to fix include paths in ${rebar_config} for '${pn}'" +} + +# @FUNCTION: rebar_remove_deps +# @USAGE: [] +# @DESCRIPTION: +# Remove dependencies list from rebar.config and deceive build rules that any +# dependencies are already fetched and built. Otherwise rebar tries to fetch +# dependencies and compile them. +# +# is optional. Default is 'rebar.config'. +# +# The function dies on failure. +rebar_remove_deps() { + debug-print-function ${FUNCNAME} "${@}" + + local rebar_config="${1:-rebar.config}" + + mkdir -p "${S}/deps" && :>"${S}/deps/.got" && :>"${S}/deps/.built" || die + gawk -i inplace ' +/^{[[:space:]]*deps[[:space:]]*,/, /}[[:space:]]*\.$/ { + if ($0 ~ /}[[:space:]]*\.$/) { + print "{deps, []}."; + } + next; +} +1 +' "${rebar_config}" || die "failed to remove deps from ${rebar_config}" +} + +# @FUNCTION: rebar_set_vsn +# @USAGE: [] +# @DESCRIPTION: +# Set version in project description file if it's not set. +# +# is optional. Default is PV stripped from version suffix. +# +# The function dies on failure. +rebar_set_vsn() { + debug-print-function ${FUNCNAME} "${@}" + + local version="${1:-${PV%_*}}" + + sed -e "s/vsn, git/vsn, \"${version}\"/" \ + -i "${S}/${REBAR_APP_SRC}" \ + || die "failed to set version in src/${PN}.app.src" +} + +# @FUNCTION: rebar_src_prepare +# @DESCRIPTION: +# Prevent rebar from fetching and compiling dependencies. Set version in +# project description file if it's not set. +# +# Existence of rebar.config is optional, but file description file must exist +# at 'src/${PN}.app.src'. +rebar_src_prepare() { + debug-print-function ${FUNCNAME} "${@}" + + default + rebar_set_vsn + [[ -f rebar.config ]] && rebar_remove_deps +} + +# @FUNCTION: rebar_src_configure +# @DESCRIPTION: +# Configure with ERL_LIBS set. +rebar_src_configure() { + debug-print-function ${FUNCNAME} "${@}" + + local -x ERL_LIBS="${EPREFIX}$(get_erl_libs)" + default +} + +# @FUNCTION: rebar_src_compile +# @DESCRIPTION: +# Compile project with rebar. +rebar_src_compile() { + debug-print-function ${FUNCNAME} "${@}" + + erebar compile +} + +# @FUNCTION: rebar_src_test +# @DESCRIPTION: +# Run unit tests. +rebar_src_test() { + debug-print-function ${FUNCNAME} "${@}" + + erebar eunit +} + +# @FUNCTION: rebar_src_install +# @DESCRIPTION: +# Install BEAM files, include headers, executables and native libraries. +# Install standard docs like README or defined in DOCS variable. +# +# Function expects that project conforms to Erlang/OTP structure. +rebar_src_install() { + debug-print-function ${FUNCNAME} "${@}" + + local bin + local dest="$(get_erl_libs)/${P}" + + insinto "${dest}" + doins -r ebin + [[ -d include ]] && doins -r include + [[ -d bin ]] && for bin in bin/*; do dobin "$bin"; done + + if [[ -d priv ]]; then + cp -pR priv "${ED}${dest}/" || die "failed to install priv/" + fi + + einstalldocs +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/ros-catkin.eclass b/sdk_container/src/third_party/portage-stable/eclass/ros-catkin.eclass index 412ff66e01..93086aa123 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ros-catkin.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/ros-catkin.eclass @@ -47,7 +47,7 @@ if [ -n "${PYTHON_COMPAT}" ] ; then PYTHON_ECLASS="python-r1 python-utils-r1" fi -inherit ${SCM} ${PYTHON_ECLASS} cmake-utils +inherit ${SCM} ${PYTHON_ECLASS} cmake-utils flag-o-matic CATKIN_DO_PYTHON_MULTIBUILD="" if [ -n "${PYTHON_COMPAT}" ] ; then @@ -78,12 +78,13 @@ fi # In that case, CATKIN_MESSAGES_TRANSITIVE_DEPS should contain a space-separated list of atoms # representing those dependencies. The eclass uses it to ensure proper dependencies on these packages. if [ -n "${CATKIN_HAS_MESSAGES}" ] ; then - IUSE="${IUSE} +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp" + IUSE="${IUSE} +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp ros_messages_nodejs" RDEPEND="${RDEPEND} - ros_messages_cxx? ( dev-ros/gencpp:=${CATKIN_PYTHON_USEDEP} ) - ros_messages_eus? ( dev-ros/geneus:=${CATKIN_PYTHON_USEDEP} ) - ros_messages_python? ( dev-ros/genpy:=${CATKIN_PYTHON_USEDEP} ) - ros_messages_lisp? ( dev-ros/genlisp:=${CATKIN_PYTHON_USEDEP} ) + ros_messages_cxx? ( dev-ros/gencpp:=${CATKIN_PYTHON_USEDEP} ) + ros_messages_eus? ( dev-ros/geneus:=${CATKIN_PYTHON_USEDEP} ) + ros_messages_python? ( dev-ros/genpy:=${CATKIN_PYTHON_USEDEP} ) + ros_messages_lisp? ( dev-ros/genlisp:=${CATKIN_PYTHON_USEDEP} ) + ros_messages_nodejs? ( dev-ros/gennodejs:=${CATKIN_PYTHON_USEDEP} ) dev-ros/message_runtime " DEPEND="${DEPEND} ${RDEPEND} @@ -92,7 +93,7 @@ if [ -n "${CATKIN_HAS_MESSAGES}" ] ; then " if [ -n "${CATKIN_MESSAGES_TRANSITIVE_DEPS}" ] ; then for i in ${CATKIN_MESSAGES_TRANSITIVE_DEPS} ; do - ds="${i}[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( ${i}[${PYTHON_USEDEP}] )" + ds="${i}[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?,ros_messages_nodejs(-)?] ros_messages_python? ( ${i}[${PYTHON_USEDEP}] )" RDEPEND="${RDEPEND} ${ds}" DEPEND="${DEPEND} ${ds}" done @@ -119,6 +120,11 @@ CATKIN_MESSAGES_LISP_USEDEP="ros_messages_lisp(-)" # Use it as cat/pkg[${CATKIN_MESSAGES_EUS_USEDEP}] to indicate a dependency on the EusLisp messages of cat/pkg. CATKIN_MESSAGES_EUS_USEDEP="ros_messages_eus(-)" +# @ECLASS-VARIABLE: CATKIN_MESSAGES_NODEJS_USEDEP +# @DESCRIPTION: +# Use it as cat/pkg[${CATKIN_MESSAGES_NODEJS_USEDEP}] to indicate a dependency on the nodejs messages of cat/pkg. +CATKIN_MESSAGES_NODEJS_USEDEP="ros_messages_nodejs(-)" + if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" KEYWORDS="" @@ -140,6 +146,10 @@ ros-catkin_src_prepare() { if [ ! -f "${S}/CMakeLists.txt" ] ; then catkin_init_workspace || die fi + + # Most packages require C++11 these days. Do it here, in src_prepare so that + # ebuilds can override it in src_configure. + append-cxxflags '-std=c++11' } # @FUNCTION: ros-catkin_src_configure_internal @@ -147,7 +157,12 @@ ros-catkin_src_prepare() { # Internal decoration of cmake-utils_src_configure to handle multiple python installs. ros-catkin_src_configure_internal() { if [ -n "${CATKIN_DO_PYTHON_MULTIBUILD}" ] ; then - local mycmakeargs=("${mycmakeargs[@]}" -DPYTHON_EXECUTABLE="${PYTHON}") + local sitedir="$(python_get_sitedir)" + local mycmakeargs=( + "${mycmakeargs[@]}" + -DPYTHON_EXECUTABLE="${PYTHON}" + -DPYTHON_INSTALL_DIR="${sitedir#${EPREFIX}/usr/}" + ) python_export PYTHON_SCRIPTDIR fi cmake-utils_src_configure "${@}" @@ -171,6 +186,7 @@ ros-catkin_src_configure() { use ros_messages_eus || ROS_LANG_DISABLE="${ROS_LANG_DISABLE}:geneus" use ros_messages_lisp || ROS_LANG_DISABLE="${ROS_LANG_DISABLE}:genlisp" use ros_messages_python || ROS_LANG_DISABLE="${ROS_LANG_DISABLE}:genpy" + use ros_messages_nodejs || ROS_LANG_DISABLE="${ROS_LANG_DISABLE}:gennodejs" export ROS_LANG_DISABLE fi local mycmakeargs=( @@ -202,7 +218,9 @@ ros-catkin_src_compile() { # Decorator around cmake-utils_src_test to ensure tests are built before running them. ros-catkin_src_test_internal() { cd "${BUILD_DIR}" || die - if nonfatal cmake-utils_src_make tests -n &> /dev/null ; then + # Using cmake-utils_src_make with nonfatal does not work and breaks e.g. + # dev-ros/rviz. + if nonfatal emake tests -n &> /dev/null ; then cmake-utils_src_make tests fi cmake-utils_src_test "${@}" diff --git a/sdk_container/src/third_party/portage-stable/eclass/ruby-fakegem.eclass b/sdk_container/src/third_party/portage-stable/eclass/ruby-fakegem.eclass index 977c68fae4..2fdbf69777 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ruby-fakegem.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/ruby-fakegem.eclass @@ -79,7 +79,7 @@ inherit ruby-ng # @ECLASS-VARIABLE: RUBY_FAKEGEM_BINWRAP # @DESCRIPTION: -# Binaries to wrap around (relative to the bin/ directory) +# Binaries to wrap around (relative to the RUBY_FAKEGEM_BINDIR directory) # RUBY_FAKEGEM_BINWRAP="*" # @ECLASS-VARIABLE: RUBY_FAKEGEM_BINDIR diff --git a/sdk_container/src/third_party/portage-stable/eclass/ruby-ng.eclass b/sdk_container/src/third_party/portage-stable/eclass/ruby-ng.eclass index 4842e0dd9f..c83778de87 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ruby-ng.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/ruby-ng.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,13 +15,12 @@ # and their incorporation into the Gentoo Linux system. # # Currently available targets are: -# * ruby18 - Ruby (MRI) 1.8.x # * ruby19 - Ruby (MRI) 1.9.x # * ruby20 - Ruby (MRI) 2.0.x # * ruby21 - Ruby (MRI) 2.1.x # * ruby22 - Ruby (MRI) 2.2.x # * ruby23 - Ruby (MRI) 2.3.x -# * ree18 - Ruby Enterprise Edition 1.8.x +# * ruby24 - Ruby (MRI) 2.4.x # * jruby - JRuby # * rbx - Rubinius # @@ -142,17 +141,11 @@ _ruby_atoms_samelib_generic() { # @RETURN: the path to the given ruby implementation # @DESCRIPTION: # Not all implementations have the same command basename as the -# target; namely Ruby Enterprise 1.8 uses ree18 and rubyee18 -# respectively. This function translate between the two +# target; This function translate between the two ruby_implementation_command() { local _ruby_name=$1 - # Add all USE_RUBY values where the flag name diverts from the binary here - case $1 in - ree18) - _ruby_name=rubyee18 - ;; - esac + # Add all USE_RUBY values where the flag name diverts from the binary here echo $(type -p ${_ruby_name} 2>/dev/null) } @@ -595,9 +588,6 @@ ruby_get_implementation() { local ruby=${RUBY:-$(type -p ruby 2>/dev/null)} case $(${ruby} --version) in - *Enterprise*) - echo "ree" - ;; *jruby*) echo "jruby" ;; diff --git a/sdk_container/src/third_party/portage-stable/eclass/ruby-single.eclass b/sdk_container/src/third_party/portage-stable/eclass/ruby-single.eclass index b76faae83a..f8ef648a16 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ruby-single.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/ruby-single.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,7 @@ case "${EAPI:-0}" in 0|1|2|3) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 4|5) + 4|5|6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" diff --git a/sdk_container/src/third_party/portage-stable/eclass/ruby-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/ruby-utils.eclass index 9e16d4ac9b..e3c60b4ea9 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ruby-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/ruby-utils.eclass @@ -28,10 +28,10 @@ if [[ ! ${_RUBY_UTILS} ]]; then # provide for a better first installation experience. # All RUBY_TARGETS -RUBY_TARGETS_PREFERENCE="ruby20 ruby19 " +RUBY_TARGETS_PREFERENCE="ruby21 " # All other active ruby targets -RUBY_TARGETS_PREFERENCE+="ruby21 ruby22 ruby23" +RUBY_TARGETS_PREFERENCE+="ruby22 ruby23 ruby24" _ruby_implementation_depend() { @@ -63,6 +63,10 @@ _ruby_implementation_depend() { rubypn="dev-lang/ruby" rubyslot=":2.3" ;; + ruby24) + rubypn="dev-lang/ruby" + rubyslot=":2.4" + ;; ree18) rubypn="dev-lang/ruby-enterprise" rubyslot=":1.8" diff --git a/sdk_container/src/third_party/portage-stable/eclass/scons-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/scons-utils.eclass index 0493ec1dec..d504b659df 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/scons-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/scons-utils.eclass @@ -98,6 +98,8 @@ case ${EAPI:-0} in *) die "EAPI ${EAPI} unsupported." esac +inherit multiprocessing + # -- ebuild variables setup -- if [[ -n ${SCONS_MIN_VERSION} ]]; then @@ -149,32 +151,6 @@ escons() { return ${ret} } -# @FUNCTION: _scons_get_default_jobs -# @INTERNAL -# @DESCRIPTION: -# Output the default number of jobs, used if -j is used without -# argument. Tries to figure out the number of logical CPUs, falling -# back to hardcoded constant. -_scons_get_default_jobs() { - local nproc - - if type -P nproc &>/dev/null; then - # GNU - nproc=$(nproc) - elif type -P python &>/dev/null; then - # fallback to python2.6+ - # note: this may fail (raise NotImplementedError) - nproc=$(python -c 'import multiprocessing; print(multiprocessing.cpu_count());' 2>/dev/null) - fi - - if [[ ${nproc} ]]; then - echo $(( nproc + 1 )) - else - # random default - echo 5 - fi -} - # @FUNCTION: _scons_clean_makeopts # @INTERNAL # @USAGE: [makeflags] [...] @@ -217,8 +193,8 @@ _scons_clean_makeopts() { new_makeopts+=( ${1} ${2} ) shift else - # no value means no limit, let's pass a random int - new_makeopts+=( ${1}=$(_scons_get_default_jobs) ) + # no value means no limit, let's pass a default instead + new_makeopts+=( ${1}=$(( $(get_nproc) + 1 )) ) fi ;; # strip other long options @@ -241,7 +217,7 @@ _scons_clean_makeopts() { new_optstr+="j ${2}" shift else - new_optstr+="j $(_scons_get_default_jobs)" + new_optstr+="j $(( $(get_nproc) + 1 ))" fi ;; # otherwise, everything after -j is treated as an arg diff --git a/sdk_container/src/third_party/portage-stable/eclass/selinux-policy-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/selinux-policy-2.eclass index 74093febdd..19cfe020d7 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/selinux-policy-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/selinux-policy-2.eclass @@ -74,25 +74,30 @@ # The default value is the 'master' branch. : ${SELINUX_GIT_BRANCH:="master"}; -extra_eclass="" +case "${EAPI:-0}" in + 0|1|2|3|4) die "EAPI<5 is not supported";; + 5|6) : ;; + *) die "unknown EAPI" ;; +esac + case ${BASEPOL} in - 9999) extra_eclass="git-r3"; + 9999) inherit git-r3 EGIT_REPO_URI="${SELINUX_GIT_REPO}"; EGIT_BRANCH="${SELINUX_GIT_BRANCH}"; EGIT_CHECKOUT_DIR="${WORKDIR}/refpolicy";; esac -inherit eutils ${extra_eclass} +if [[ ${EAPI:-0} == 5 ]]; then + inherit eutils +fi IUSE="" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux" -if [[ -n ${BASEPOL} ]] && [[ "${BASEPOL}" != "9999" ]]; -then +if [[ -n ${BASEPOL} ]] && [[ "${BASEPOL}" != "9999" ]]; then SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2" -elif [[ "${BASEPOL}" != "9999" ]]; -then +elif [[ "${BASEPOL}" != "9999" ]]; then SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2" else SRC_URI="" @@ -105,8 +110,7 @@ PATCHBUNDLE="${DISTDIR}/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2" # Modules should always depend on at least the first release of the # selinux-base-policy for which they are generated. -if [[ -n ${BASEPOL} ]]; -then +if [[ -n ${BASEPOL} ]]; then RDEPEND=">=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-${BASEPOL}" else @@ -117,19 +121,13 @@ DEPEND="${RDEPEND} sys-devel/m4 >=sys-apps/checkpolicy-2.0.21" -case "${EAPI:-0}" in - 0|1|2|3|4) die "EAPI<5 is not supported";; - *) : ;; -esac - EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm # @FUNCTION: selinux-policy-2_src_unpack # @DESCRIPTION: # Unpack the policy sources as offered by upstream (refpolicy). selinux-policy-2_src_unpack() { - if [[ "${BASEPOL}" != "9999" ]]; - then + if [[ "${BASEPOL}" != "9999" ]]; then unpack ${A} else git-r3_src_unpack @@ -156,24 +154,31 @@ selinux-policy-2_src_prepare() { cd "${S}/refpolicy/policy/modules" && mkdir 3rd_party; # Patch the sources with the base patchbundle - if [[ -n ${BASEPOL} ]] && [[ "${BASEPOL}" != "9999" ]]; - then + if [[ -n ${BASEPOL} ]] && [[ "${BASEPOL}" != "9999" ]]; then cd "${S}" - EPATCH_MULTI_MSG="Applying SELinux policy updates ... " \ - EPATCH_SUFFIX="patch" \ - EPATCH_SOURCE="${WORKDIR}" \ - EPATCH_FORCE="yes" \ - epatch + if [[ ${EAPI:-0} == 5 ]]; then + EPATCH_MULTI_MSG="Applying SELinux policy updates ... " \ + EPATCH_SUFFIX="patch" \ + EPATCH_SOURCE="${WORKDIR}" \ + EPATCH_FORCE="yes" \ + epatch + else + einfo "Applying SELinux policy updates ... " + eapply -p0 "${WORKDIR}/0001-full-patch-against-stable-release.patch" + fi fi # Call in epatch_user. We do this early on as we start moving # files left and right hereafter. - epatch_user + if [[ ${EAPI:-0} == 5 ]]; then + epatch_user + else + eapply_user + fi # Copy additional files to the 3rd_party/ location if [[ "$(declare -p POLICY_FILES 2>/dev/null 2>&1)" == "declare -a"* ]] || - [[ -n ${POLICY_FILES} ]]; - then + [[ -n ${POLICY_FILES} ]]; then add_interfaces=1; cd "${S}/refpolicy/policy/modules" for POLFILE in ${POLICY_FILES[@]}; @@ -185,12 +190,15 @@ selinux-policy-2_src_prepare() { # Apply the additional patches refered to by the module ebuild. # But first some magic to differentiate between bash arrays and strings if [[ "$(declare -p POLICY_PATCH 2>/dev/null 2>&1)" == "declare -a"* ]] || - [[ -n ${POLICY_PATCH} ]]; - then + [[ -n ${POLICY_PATCH} ]]; then cd "${S}/refpolicy/policy/modules" for POLPATCH in ${POLICY_PATCH[@]}; do - epatch "${POLPATCH}" + if [[ ${EAPI:-0} == 5 ]]; then + epatch "${POLPATCH}" + else + eapply "${POLPATCH}" + fi done fi @@ -199,8 +207,7 @@ selinux-policy-2_src_prepare() { modfiles="$(find ${S}/refpolicy/policy/modules -iname $i.te) $modfiles" modfiles="$(find ${S}/refpolicy/policy/modules -iname $i.fc) $modfiles" modfiles="$(find ${S}/refpolicy/policy/modules -iname $i.cil) $modfiles" - if [ ${add_interfaces} -eq 1 ]; - then + if [[ ${add_interfaces} -eq 1 ]]; then modfiles="$(find ${S}/refpolicy/policy/modules -iname $i.if) $modfiles" fi done @@ -244,14 +251,13 @@ selinux-policy-2_src_install() { for j in ${MODS}; do einfo "Installing ${i} ${j} policy package" insinto ${BASEDIR}/${i} - if [ -f "${S}/${i}/${j}.pp" ] ; then + if [[ -f "${S}/${i}/${j}.pp" ]] ; then doins "${S}"/${i}/${j}.pp || die "Failed to add ${j}.pp to ${i}" - elif [ -f "${S}/${i}/${j}.cil" ] ; then + elif [[ -f "${S}/${i}/${j}.cil" ]] ; then doins "${S}"/${i}/${j}.cil || die "Failed to add ${j}.cil to ${i}" fi - if [[ "${POLICY_FILES[@]}" == *"${j}.if"* ]]; - then + if [[ "${POLICY_FILES[@]}" == *"${j}.if"* ]]; then insinto ${BASEDIR}/${i}/include/3rd_party doins "${S}"/${i}/${j}.if || die "Failed to add ${j}.if to ${i}" fi @@ -268,8 +274,7 @@ selinux-policy-2_pkg_postinst() { local COMMAND for i in ${POLICY_TYPES}; do - if [ "${i}" == "strict" ] && [ "${MODS}" = "unconfined" ]; - then + if [[ "${i}" == "strict" ]] && [[ "${MODS}" = "unconfined" ]]; then einfo "Ignoring loading of unconfined module in strict module store."; continue; fi @@ -277,24 +282,27 @@ selinux-policy-2_pkg_postinst() { cd /usr/share/selinux/${i} || die "Could not enter /usr/share/selinux/${i}" for j in ${MODS} ; do - if [ -f "${j}.pp" ] ; then + if [[ -f "${j}.pp" ]] ; then COMMAND="${j}.pp ${COMMAND}" - elif [ -f "${j}.cil" ] ; then + elif [[ -f "${j}.cil" ]] ; then COMMAND="${j}.cil ${COMMAND}" fi done + semodule -s ${i} -i ${COMMAND} - if [ $? -ne 0 ]; - then + if [[ $? -ne 0 ]]; then ewarn "SELinux module load failed. Trying full reload..."; - if [ "${i}" == "targeted" ]; - then - semodule -s ${i} -b base.pp -i $(ls *.pp | grep -v base.pp); - else - semodule -s ${i} -b base.pp -i $(ls *.pp | grep -v base.pp | grep -v unconfined.pp); + local COMMAND_base="-i base.pp" + if has_version "= 1 for slot dependencies. +case "${EAPI:-0}" in + 0) + die "${ECLASS}.eclass: EAPI=0 is not supported. Please upgrade to EAPI >= 1." + ;; + 1|2|3|4|5|6) + ;; + *) + die "${ECLASS}.eclass: EAPI=${EAPI} is not supported yet." + ;; +esac + # @ECLASS-VARIABLE: SSL_CERT_MANDATORY # @DESCRIPTION: # Set to non zero if ssl-cert is mandatory for ebuild. @@ -30,10 +42,10 @@ if [[ "${SSL_DEPS_SKIP}" == "0" ]]; then if [[ "${SSL_CERT_MANDATORY}" == "0" ]]; then - DEPEND="${SSL_CERT_USE}? ( dev-libs/openssl )" + DEPEND="${SSL_CERT_USE}? ( || ( dev-libs/openssl:0 dev-libs/libressl:0 ) )" IUSE="${SSL_CERT_USE}" else - DEPEND="dev-libs/openssl" + DEPEND="|| ( dev-libs/openssl:0 dev-libs/libressl:0 )" fi fi @@ -113,8 +125,12 @@ get_base() { gen_key() { local base=$(get_base "$1") ebegin "Generating ${SSL_BITS} bit RSA key${1:+ for CA}" - openssl genrsa -rand "${SSL_RANDOM}" \ - -out "${base}.key" "${SSL_BITS}" &> /dev/null + if openssl version | grep -i libressl > /dev/null; then + openssl genrsa -out "${base}.key" "${SSL_BITS}" &> /dev/null + else + openssl genrsa -rand "${SSL_RANDOM}" \ + -out "${base}.key" "${SSL_BITS}" &> /dev/null + fi eend $? return $? diff --git a/sdk_container/src/third_party/portage-stable/eclass/subversion.eclass b/sdk_container/src/third_party/portage-stable/eclass/subversion.eclass index c45c725cdb..766c3f7224 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/subversion.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/subversion.eclass @@ -21,10 +21,17 @@ case "${EAPI:-0}" in EXPORT_FUNCTIONS src_unpack pkg_preinst DEPEND="dev-vcs/subversion" ;; - *) + 2|3|4|5) EXPORT_FUNCTIONS src_unpack src_prepare pkg_preinst DEPEND="|| ( dev-vcs/subversion[http] dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] )" ;; + 6) + EXPORT_FUNCTIONS src_unpack pkg_preinst + DEPEND="|| ( dev-vcs/subversion[http] dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] )" + ;; + *) + die "EAPI ${EAPI} is not supported in subversion.eclass" + ;; esac DEPEND+=" net-misc/rsync" @@ -116,7 +123,8 @@ ESVN_PROJECT="${ESVN_PROJECT:-${PN/-svn}}" # @ECLASS-VARIABLE: ESVN_BOOTSTRAP # @DESCRIPTION: -# bootstrap script or command like autogen.sh or etc.. +# Bootstrap script or command like autogen.sh or etc.. +# Removed in EAPI 6 and later. ESVN_BOOTSTRAP="${ESVN_BOOTSTRAP:-}" # @ECLASS-VARIABLE: ESVN_PATCHES @@ -127,6 +135,8 @@ ESVN_BOOTSTRAP="${ESVN_BOOTSTRAP:-}" # # Patches are searched both in ${PWD} and ${FILESDIR}, if not found in either # location, the installation dies. +# +# Removed in EAPI 6 and later, use PATCHES instead. ESVN_PATCHES="${ESVN_PATCHES:-}" # @ECLASS-VARIABLE: ESVN_RESTRICT @@ -355,7 +365,10 @@ subversion_fetch() { # @FUNCTION: subversion_bootstrap # @DESCRIPTION: # Apply patches in ${ESVN_PATCHES} and run ${ESVN_BOOTSTRAP} if specified. +# Removed in EAPI 6 and later. subversion_bootstrap() { + [[ ${EAPI} == [012345] ]] || die "${FUNCNAME[1]} is removed from subversion.eclass in EAPI 6 and later" + if has "export" ${ESVN_RESTRICT}; then return fi @@ -432,7 +445,9 @@ subversion_src_unpack() { # @FUNCTION: subversion_src_prepare # @DESCRIPTION: # Default src_prepare. Bootstrap. +# Removed in EAPI 6 and later. subversion_src_prepare() { + [[ ${EAPI} == [012345] ]] || die "${FUNCNAME[1]} is removed from subversion.eclass in EAPI 6 and later" subversion_bootstrap || die "${ESVN}: unknown problem occurred in subversion_bootstrap." } diff --git a/sdk_container/src/third_party/portage-stable/eclass/systemd.eclass b/sdk_container/src/third_party/portage-stable/eclass/systemd.eclass index f6cc004257..b00668e023 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/systemd.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/systemd.eclass @@ -398,3 +398,24 @@ systemd_is_booted() { debug-print "${FUNCNAME}: [[ -d /run/systemd/system ]] -> ${ret}" return ${ret} } + +# @FUNCTION: systemd_tmpfiles_create +# @USAGE: ... +# @DESCRIPTION: +# Invokes systemd-tmpfiles --create with given arguments. +# Does nothing if ROOT != / or systemd-tmpfiles is not in PATH. +# This function should be called from pkg_postinst. +# +# Generally, this function should be called with the names of any tmpfiles +# fragments which have been installed, either by the build system or by a +# previous call to systemd_dotmpfilesd. This ensures that any tmpfiles are +# created without the need to reboot the system. +systemd_tmpfiles_create() { + debug-print-function ${FUNCNAME} "${@}" + + [[ ${EBUILD_PHASE} == postinst ]] || die "${FUNCNAME}: Only valid in pkg_postinst" + [[ ${#} -gt 0 ]] || die "${FUNCNAME}: Must specify at least one filename" + [[ ${ROOT} == / ]] || return 0 + type systemd-tmpfiles &> /dev/null || return 0 + systemd-tmpfiles --create "${@}" +} diff --git a/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_jobs.sh b/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_jobs.sh index 017d491156..cc4f91b694 100755 --- a/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_jobs.sh +++ b/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_jobs.sh @@ -9,15 +9,21 @@ inherit multiprocessing test-makeopts_jobs() { local exp=$1; shift - tbegin "makeopts_jobs($*) == ${exp}" - local act=$(makeopts_jobs "$@") - [[ ${act} == "${exp}" ]] - tend $? "Got back: ${act}" + tbegin "makeopts_jobs($1${2+; inf=${2}}) == ${exp}" + local indirect=$(MAKEOPTS="$*" makeopts_jobs) + local direct=$(makeopts_jobs "$@") + if [[ "${direct}" != "${indirect}" ]] ; then + tend 1 "Mismatch between MAKEOPTS/cli: '${indirect}' != '${direct}'" + else + [[ ${direct} == "${exp}" ]] + tend $? "Got back: ${act}" + fi } tests=( 999 "-j" 999 "--jobs" + 999 "-j -l9" 1 "" 1 "-l9 -w" 1 "-l9 -w-j4" @@ -31,9 +37,15 @@ tests=( 7 "-l3 --jobs 7 -w" 4 "-j1 -j 2 --jobs 3 --jobs=4" 8 " -j 8 " + 999 "-kj" + 4 "-kj4" + 5 "-kj 5" ) for (( i = 0; i < ${#tests[@]}; i += 2 )) ; do test-makeopts_jobs "${tests[i]}" "${tests[i+1]}" done +# test custom inf value +test-makeopts_jobs 645 "-j" 645 + texit diff --git a/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_loadavg.sh b/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_loadavg.sh index 12f9d01f9f..ffa679d13e 100755 --- a/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_loadavg.sh +++ b/sdk_container/src/third_party/portage-stable/eclass/tests/multiprocessing_makeopts_loadavg.sh @@ -9,10 +9,15 @@ inherit multiprocessing test-makeopts_loadavg() { local exp=$1; shift - tbegin "makeopts_loadavg($*) == ${exp}" - local act=$(makeopts_loadavg "$@") - [[ ${act} == "${exp}" ]] - tend $? "Got back: ${act}" + tbegin "makeopts_loadavg($1${2+; inf=${2}}) == ${exp}" + local indirect=$(MAKEOPTS="$*" makeopts_loadavg) + local direct=$(makeopts_loadavg "$@") + if [[ "${direct}" != "${indirect}" ]] ; then + tend 1 "Mismatch between MAKEOPTS/cli: '${indirect}' != '${direct}'" + else + [[ ${direct} == "${exp}" ]] + tend $? "Got back: ${act}" + fi } tests=( @@ -28,9 +33,15 @@ tests=( 4 "-j1 -j 2 --load-average 3 --load-average=4" 3 " --max-load=3 -x" 8 " -l 8 " + 999 "-kl" + 4 "-kl4" + 5 "-kl 5" ) for (( i = 0; i < ${#tests[@]}; i += 2 )) ; do test-makeopts_loadavg "${tests[i]}" "${tests[i+1]}" done +# test custom inf value +test-makeopts_loadavg 645 "-l" 645 + texit diff --git a/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_fix_include_path.sh b/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_fix_include_path.sh new file mode 100755 index 0000000000..c8ab178a70 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_fix_include_path.sh @@ -0,0 +1,182 @@ +#!/bin/bash +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +source tests-common.sh + +EAPI=6 + +inherit rebar + +EPREFIX="${tmpdir}/fakeroot" +S="${WORKDIR}/${P}" + +setup() { + mkdir -p "${S}" || die + + for pkg in foo-0.1.0 bar-0.1.0; do + mkdir -p "${EPREFIX}$(get_erl_libs)/${pkg}/include" || die + done + + cat <"${S}/typical.config" || die +%%% Comment + +{erl_opts, [debug_info, {src_dirs, ["src"]}, + {i, "include"}, + {i, "deps/foo/include"}, + {i, "../foo/include"}]}. + +{port_env, [{"CFLAGS", "\$CFLAGS"}, {"LDFLAGS", "\$LDFLAGS"}]}. +EOF + + cat <"${S}/typical.config.expected" || die +%%% Comment + +{erl_opts, [debug_info, {src_dirs, ["src"]}, + {i, "include"}, + {i, "${EPREFIX}$(get_erl_libs)/foo-0.1.0/include"}, + {i, "../foo/include"}]}. + +{port_env, [{"CFLAGS", "\$CFLAGS"}, {"LDFLAGS", "\$LDFLAGS"}]}. +EOF + + cat <"${S}/inc_one_line.config" || die +%%% Comment + +{erl_opts, [debug_info, {src_dirs, ["src"]}, {i, "include"}, {i, "deps/foo/include"}, {i, "../foo/include"}]}. + +{port_env, [{"CFLAGS", "\$CFLAGS"}, {"LDFLAGS", "\$LDFLAGS"}]}. +EOF + + cat <"${S}/inc_one_line.config.expected" || die +%%% Comment + +{erl_opts, [debug_info, {src_dirs, ["src"]}, {i, "include"}, {i, "${EPREFIX}$(get_erl_libs)/foo-0.1.0/include"}, {i, "../foo/include"}]}. + +{port_env, [{"CFLAGS", "\$CFLAGS"}, {"LDFLAGS", "\$LDFLAGS"}]}. +EOF +} + +test_typical_config() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp typical.config rebar.config || die + + # Run unit + (rebar_fix_include_path foo) + unit_rc=$? + + # Test result + diff rebar.config typical.config.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + +test_typical_config_with_different_name() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp typical.config other.config || die + + # Run unit + (rebar_fix_include_path foo other.config) + unit_rc=$? + + # Test result + diff other.config typical.config.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + +test_multiple_versions() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp typical.config rebar.config || die + mkdir -p "${EPREFIX}$(get_erl_libs)/foo-1.0.0/include" || die + + # Run unit + (rebar_fix_include_path foo 2>/dev/null) + unit_rc=$? + + # Test result + diff rebar.config typical.config + diff_rc=$? + + # Clean up + rm -r "${EPREFIX}$(get_erl_libs)/foo-1.0.0" || die + + [[ ${unit_rc}${diff_rc} = 10 ]] +} + +test_not_found() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp typical.config rebar.config || die + + # Run unit + (rebar_fix_include_path fo 2>/dev/null) + unit_rc=$? + + # Test result + diff rebar.config typical.config + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 10 ]] +} + +test_includes_in_one_line() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp inc_one_line.config rebar.config || die + + # Run unit + (rebar_fix_include_path foo) + unit_rc=$? + + # Test result + diff rebar.config inc_one_line.config.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + +setup + +tbegin "rebar_fix_include_path deals with typical config" +test_typical_config +tend $? + +tbegin "rebar_fix_include_path deals with typical config with different name" +test_typical_config_with_different_name +tend $? + +tbegin "rebar_fix_include_path fails on multiple versions of dependency" +test_multiple_versions +tend $? + +tbegin "rebar_fix_include_path fails if dependency is not found" +test_not_found +tend $? + +tbegin "rebar_fix_include_path deals with all includes in one line" +test_includes_in_one_line +tend $? + +texit diff --git a/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_remove_deps.sh b/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_remove_deps.sh new file mode 100755 index 0000000000..32351bff03 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_remove_deps.sh @@ -0,0 +1,122 @@ +#!/bin/bash +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +source tests-common.sh + +EAPI=6 + +inherit rebar + +EPREFIX="${tmpdir}/fakeroot" +S="${WORKDIR}/${P}" + +setup() { + mkdir -p "${S}" || die + + cat <"${S}/rebar.config.expected" || die +%%% Comment + +{port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. + +{deps, []}. + +{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}. +EOF + + cat <"${S}/typical.config" || die +%%% Comment + +{port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. + +{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.3"}}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.3"}}}, + {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}. + +{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}. +EOF + + cat <"${S}/deps_one_line.config" || die +%%% Comment + +{port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. + +{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.3"}}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.3"}}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}. + +{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}. +EOF +} + +test_typical_config() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp typical.config rebar.config || die + + # Run unit + (rebar_remove_deps) + unit_rc=$? + + # Test result + diff rebar.config rebar.config.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + +test_typical_config_with_different_name() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp typical.config other.config || die + + # Run unit + (rebar_remove_deps other.config) + unit_rc=$? + + # Test result + diff other.config rebar.config.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + +test_deps_in_one_line() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp deps_one_line.config rebar.config || die + + # Run unit + (rebar_remove_deps) + unit_rc=$? + + # Test result + diff rebar.config rebar.config.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + +setup + +tbegin "rebar_remove_deps deals with typical config" +test_typical_config +tend $? + +tbegin "rebar_remove_deps deals with typical config with different name" +test_typical_config_with_different_name +tend $? + +tbegin "rebar_remove_deps deals with all deps in one line" +test_deps_in_one_line +tend $? + +texit diff --git a/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_set_vsn.sh b/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_set_vsn.sh new file mode 100755 index 0000000000..2a9f5bc927 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/tests/rebar_set_vsn.sh @@ -0,0 +1,115 @@ +#!/bin/bash +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +source tests-common.sh + +EAPI=6 + +inherit rebar + +EPREFIX="${tmpdir}/fakeroot" +S="${WORKDIR}/${P}" + +setup() { + mkdir -p "${S}/src" || die + + cat <"${S}/app.src.expected" || die +%%% Comment + +{application, esip, + [{description, "ProcessOne SIP server component in Erlang"}, + {vsn, "0"}, + {modules, []}, + {registered, []}, +EOF + + cat <"${S}/app.src" || die +%%% Comment + +{application, esip, + [{description, "ProcessOne SIP server component in Erlang"}, + {vsn, git}, + {modules, []}, + {registered, []}, +EOF +} + +test_typical_app_src() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp app.src "src/${PN}.app.src" || die + + # Run unit + (rebar_set_vsn) + unit_rc=$? + + # Test result + diff "src/${PN}.app.src" app.src.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + +test_app_src_missing() { + local unit_rc + + # Prepare + cd "${S}" || die + rm -f "src/${PN}.app.src" || die + + # Run unit + (rebar_set_vsn 2>/dev/null) + unit_rc=$? + + [[ ${unit_rc} = 1 ]] +} + +test_set_custom_version() { + local diff_rc + local unit_rc + + # Prepare + cd "${S}" || die + cp app.src "src/${PN}.app.src" || die + cat <"${S}/custom_app.src.expected" || die +%%% Comment + +{application, esip, + [{description, "ProcessOne SIP server component in Erlang"}, + {vsn, "1.2.3"}, + {modules, []}, + {registered, []}, +EOF + + # Run unit + (rebar_set_vsn 1.2.3) + unit_rc=$? + + # Test result + diff "src/${PN}.app.src" custom_app.src.expected + diff_rc=$? + + [[ ${unit_rc}${diff_rc} = 00 ]] +} + + +setup + +tbegin "rebar_set_vsn deals with typical app.src" +test_typical_app_src +tend $? + +tbegin "rebar_set_vsn fails when app.src is missing" +test_app_src_missing +tend $? + +tbegin "rebar_set_vsn sets custom version in app.src" +test_set_custom_version +tend $? + +texit diff --git a/sdk_container/src/third_party/portage-stable/eclass/tests/tests-common.sh b/sdk_container/src/third_party/portage-stable/eclass/tests/tests-common.sh index d3095e5fc3..faca39d575 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/tests/tests-common.sh +++ b/sdk_container/src/third_party/portage-stable/eclass/tests/tests-common.sh @@ -65,47 +65,6 @@ has_version() { portageq has_version / "$@" } -KV_major() { - [[ -z $1 ]] && return 1 - - local KV=$@ - echo "${KV%%.*}" -} - -KV_minor() { - [[ -z $1 ]] && return 1 - - local KV=$@ - KV=${KV#*.} - echo "${KV%%.*}" -} - -KV_micro() { - [[ -z $1 ]] && return 1 - - local KV=$@ - KV=${KV#*.*.} - echo "${KV%%[^[:digit:]]*}" -} - -KV_to_int() { - [[ -z $1 ]] && return 1 - - local KV_MAJOR=$(KV_major "$1") - local KV_MINOR=$(KV_minor "$1") - local KV_MICRO=$(KV_micro "$1") - local KV_int=$(( KV_MAJOR * 65536 + KV_MINOR * 256 + KV_MICRO )) - - # We make version 2.2.0 the minimum version we will handle as - # a sanity check ... if its less, we fail ... - if [[ ${KV_int} -ge 131584 ]] ; then - echo "${KV_int}" - return 0 - fi - - return 1 -} - tret=0 tbegin() { ebegin "Testing $*" diff --git a/sdk_container/src/third_party/portage-stable/eclass/tests/toolchain-funcs.sh b/sdk_container/src/third_party/portage-stable/eclass/tests/toolchain-funcs.sh index 41c1ae5930..bfbe26f25c 100755 --- a/sdk_container/src/third_party/portage-stable/eclass/tests/toolchain-funcs.sh +++ b/sdk_container/src/third_party/portage-stable/eclass/tests/toolchain-funcs.sh @@ -25,13 +25,6 @@ test-tc-arch-kernel() { done return ${ret} } -tbegin "tc-arch-kernel() (KV=2.6.0)" -test-tc-arch-kernel 2.6.0 \ - alpha arm{,eb}:arm avr32 bfin:blackfin cris hppa:parisc \ - i{3..6}86:i386 ia64 m68k mips{,eb}:mips nios2 powerpc:ppc powerpc64:ppc64 \ - s390{,x}:s390 sh{1..4}{,eb}:sh sparc{,64} vax x86_64 \ - i{3..6}86-gentoo-freebsd:i386 -tend $? tbegin "tc-arch-kernel() (KV=2.6.30)" test-tc-arch-kernel 2.6.30 \ i{3..6}86:x86 x86_64:x86 \ @@ -111,5 +104,73 @@ tc-ld-disable-gold ) tend $? +unset CPP + +tbegin "tc-get-compiler-type (gcc)" +( +export CC=gcc +[[ $(tc-get-compiler-type) == gcc ]] +) +tend $? + +tbegin "tc-is-gcc (gcc)" +( +export CC=gcc +tc-is-gcc +) +tend $? + +tbegin "! tc-is-clang (gcc)" +( +export CC=gcc +! tc-is-clang +) +tend $? + +if type -P clang &>/dev/null; then + tbegin "tc-get-compiler-type (clang)" + ( + export CC=clang + [[ $(tc-get-compiler-type) == clang ]] + ) + tend $? + + tbegin "! tc-is-gcc (clang)" + ( + export CC=clang + ! tc-is-gcc + ) + tend $? + + tbegin "tc-is-clang (clang)" + ( + export CC=clang + tc-is-clang + ) + tend $? +fi + +if type -P pathcc &>/dev/null; then + tbegin "tc-get-compiler-type (pathcc)" + ( + export CC=pathcc + [[ $(tc-get-compiler-type) == pathcc ]] + ) + tend $? + + tbegin "! tc-is-gcc (pathcc)" + ( + export CC=pathcc + ! tc-is-gcc + ) + tend $? + + tbegin "! tc-is-clang (pathcc)" + ( + export CC=pathcc + ! tc-is-clang + ) + tend $? +fi texit diff --git a/sdk_container/src/third_party/portage-stable/eclass/tmpfiles.eclass b/sdk_container/src/third_party/portage-stable/eclass/tmpfiles.eclass new file mode 100644 index 0000000000..9cede4dfe3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/eclass/tmpfiles.eclass @@ -0,0 +1,123 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# @ECLASS: tmpfiles.eclass +# @MAINTAINER: +# Gentoo systemd project +# William Hubbs +# @AUTHOR: +# Mike Gilbert +# William Hubbs +# @BLURB: Functions related to tmpfiles.d files +# @DESCRIPTION: +# This eclass provides functionality related to installing and +# creating volatile and temporary files based on configuration files$and +# locations defined at this URL: +# +# https://www.freedesktop.org/software/systemd/man/tmpfiles.d.html +# +# The dotmpfiles and newtmpfiles functions are used to install +# configuration files into /usr/lib/tmpfiles.d, then in pkg_postinst, the +# tmpfiles_process function can be called to process the newly +# installed tmpfiles.d entries. +# +# @EXAMPLE: +# Typical usage of this eclass: +# +# @CODE +# EAPI=6 +# inherit tmpfiles +# +# ... +# +# src_install() { +# ... +# dotmpfiles "${FILESDIR}"/file1.conf "${FILESDIR}"/file2.conf +# newtmpfiles "${FILESDIR}"/file3.conf-${PV} file3.conf +# ... +# } +# +# pkg_postinst() { +# ... +# tmpfiles_process file1.conf file2.conf file3.conf +# ... +# } +# +# @CODE + +if [[ -z ${TMPFILES_ECLASS} ]]; then +TMPFILES_ECLASS=1 + +case "${EAPI}" in +6) ;; +*) die "API is undefined for EAPI ${EAPI}" ;; +esac + +RDEPEND="kernel_linux? ( virtual/tmpfiles )" + +# @FUNCTION: dotmpfiles +# @USAGE: dotmpfiles ... +# @DESCRIPTION: +# Install one or more tmpfiles.d files into /usr/lib/tmpfiles.d. +dotmpfiles() { + debug-print-function "${FUNCNAME}" "$@" + + use kernel_linux || return 0 + local f + for f; do + if [[ ${f} != *.conf ]]; then + die "tmpfiles.d files must end with .conf" + fi + done + + ( + insinto /usr/lib/tmpfiles.d + doins "$@" + ) +} + +# @FUNCTION: newtmpfiles +# @USAGE: newtmpfiles .conf +# @DESCRIPTION: +# Install a tmpfiles.d file in /usr/lib/tmpfiles.d under a new name. +newtmpfiles() { + debug-print-function "${FUNCNAME}" "$@" + + use kernel_linux || return 0 + if [[ $2 != *.conf ]]; then + die "tmpfiles.d files must end with .conf" + fi + + ( + insinto /usr/lib/tmpfiles.d + newins "$@" + ) +} + +# @FUNCTION: tmpfiles_process +# @USAGE: tmpfiles_process ... +# @DESCRIPTION: +# Call a tmpfiles.d implementation to create new volatile and temporary +# files and directories. +tmpfiles_process() { + debug-print-function "${FUNCNAME}" "$@" + + use kernel_linux || return 0 + [[ ${EBUILD_PHASE} == postinst ]] || die "${FUNCNAME}: Only valid in pkg_postinst" + [[ ${#} -gt 0 ]] || die "${FUNCNAME}: Must specify at least one filename" + + # Only process tmpfiles for the currently running system + [[ ${ROOT} == / ]] || return 0 + + if type systemd-tmpfiles &> /dev/null; then + systemd-tmpfiles --create "$@" + elif type tmpfiles &> /dev/null; then + tmpfiles --create "$@" + fi + if [[ $? -ne 0 ]]; then + ewarn "The tmpfiles processor exited with a non-zero exit code" + fi +} + +fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain-binutils.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain-binutils.eclass index a23300ffda..94659c5025 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/toolchain-binutils.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain-binutils.eclass @@ -88,20 +88,29 @@ if version_is_at_least 2.18 ; then else LICENSE="|| ( GPL-2 LGPL-2 )" fi -IUSE="cxx multislot multitarget nls static-libs test vanilla" -if version_is_at_least 2.19 ; then +IUSE="cxx multitarget nls static-libs test vanilla" +if version_is_at_least 2.19 && ! version_is_at_least 2.26 ; then IUSE+=" zlib" fi SLOT="${BVER}" RDEPEND=">=sys-devel/binutils-config-3" -in_iuse zlib && RDEPEND+=" zlib? ( sys-libs/zlib )" +if in_iuse zlib ; then + RDEPEND+=" zlib? ( sys-libs/zlib )" +elif version_is_at_least 2.26 ; then + RDEPEND+=" sys-libs/zlib" +fi DEPEND="${RDEPEND} - !multislot? ( !<${CATEGORY}/${P} ) test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext ) sys-devel/flex virtual/yacc" +if is_cross ; then + # The build assumes the host has libiberty and such when cross-compiling + # its build tools. We should probably make binutils itself build a local + # copy to use, but until then, be lazy. + DEPEND+=" >=sys-libs/binutils-libs-${PV}" +fi S=${WORKDIR}/binutils case ${BVER} in @@ -264,6 +273,8 @@ toolchain-binutils_src_configure() { # older versions did not have an explicit configure flag export ac_cv_search_zlibVersion=$(usex zlib -lz no) myconf+=( $(use_with zlib) ) + elif version_is_at_least 2.26 ; then + myconf+=( --with-system-zlib ) fi # For bi-arch systems, enable a 64bit bfd. This matches @@ -299,6 +310,8 @@ toolchain-binutils_src_configure() { --enable-obsolete --enable-shared --enable-threads + # Newer versions (>=2.27) offer a configure flag now. + --enable-relro # Newer versions (>=2.24) make this an explicit option. #497268 --enable-install-libiberty --disable-werror diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass index 59c28617ae..63f0d6b209 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass @@ -22,7 +22,7 @@ inherit multilib _tc-getPROG() { local tuple=$1 local v var vars=$2 - local prog=$3 + local prog=( $3 ) var=${vars%% *} for v in ${vars} ; do @@ -34,11 +34,11 @@ _tc-getPROG() { done local search= - [[ -n $4 ]] && search=$(type -p "$4-${prog}") - [[ -z ${search} && -n ${!tuple} ]] && search=$(type -p "${!tuple}-${prog}") - [[ -n ${search} ]] && prog=${search##*/} + [[ -n $4 ]] && search=$(type -p $4-${prog[0]}) + [[ -z ${search} && -n ${!tuple} ]] && search=$(type -p ${!tuple}-${prog[0]}) + [[ -n ${search} ]] && prog[0]=${search##*/} - export ${var}=${prog} + export ${var}="${prog[*]}" echo "${!var}" } tc-getBUILD_PROG() { _tc-getPROG CBUILD "BUILD_$1 $1_FOR_BUILD HOST$1" "${@:2}"; } @@ -59,7 +59,7 @@ tc-getCC() { tc-getPROG CC gcc "$@"; } # @FUNCTION: tc-getCPP # @USAGE: [toolchain prefix] # @RETURN: name of the C preprocessor -tc-getCPP() { tc-getPROG CPP cpp "$@"; } +tc-getCPP() { tc-getPROG CPP "${CC:-gcc} -E" "$@"; } # @FUNCTION: tc-getCXX # @USAGE: [toolchain prefix] # @RETURN: name of the C++ compiler @@ -132,7 +132,7 @@ tc-getBUILD_CC() { tc-getBUILD_PROG CC gcc "$@"; } # @FUNCTION: tc-getBUILD_CPP # @USAGE: [toolchain prefix] # @RETURN: name of the C preprocessor for building binaries to run on the build machine -tc-getBUILD_CPP() { tc-getBUILD_PROG CPP cpp "$@"; } +tc-getBUILD_CPP() { tc-getBUILD_PROG CPP "$(tc-getBUILD_CC) -E" "$@"; } # @FUNCTION: tc-getBUILD_CXX # @USAGE: [toolchain prefix] # @RETURN: name of the C++ compiler for building binaries to run on the build machine @@ -221,6 +221,21 @@ tc-is-static-only() { [[ ${host} == *-mint* ]] } +# @FUNCTION: tc-stack-grows-down +# @DESCRIPTION: +# Return shell true if the stack grows down. This is the default behavior +# for the vast majority of systems out there and usually projects shouldn't +# care about such internal details. +tc-stack-grows-down() { + # List the few that grow up. + case ${ARCH} in + hppa|metag) return 1 ;; + esac + + # Assume all others grow down. + return 0 +} + # @FUNCTION: tc-export_build_env # @USAGE: [compiler variables] # @DESCRIPTION: @@ -406,6 +421,27 @@ tc-has-openmp() { return ${ret} } +# @FUNCTION: tc-check-openmp +# @DESCRIPTION: +# Test for OpenMP support with the current compiler and error out with +# a clear error message, telling the user how to rectify the missing +# OpenMP support that has been requested by the ebuild. Using this function +# to test for OpenMP support should be preferred over tc-has-openmp and +# printing a custom message, as it presents a uniform interface to the user. +tc-check-openmp() { + if ! tc-has-openmp; then + eerror "Your current compiler does not support OpenMP!" + + if tc-is-gcc; then + eerror "Enable OpenMP support by building sys-devel/gcc with USE=\"openmp\"." + elif tc-is-clang; then + eerror "OpenMP support in sys-devel/clang is provided by sys-libs/libomp." + fi + + die "Active compiler does not have required support for OpenMP" + fi +} + # @FUNCTION: tc-has-tls # @USAGE: [-s|-c|-l] [toolchain prefix] # @DESCRIPTION: @@ -445,10 +481,6 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; } local host=$2 [[ -z ${host} ]] && host=${CTARGET:-${CHOST}} - local KV=${KV:-${KV_FULL}} - [[ ${type} == "kern" ]] && [[ -z ${KV} ]] && \ - ewarn "QA: Kernel version could not be determined, please inherit kernel-2 or linux-info" - case ${host} in aarch64*) echo arm64;; alpha*) echo alpha;; @@ -464,7 +496,7 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; } # Starting with linux-2.6.24, the 'x86_64' and 'i386' # trees have been unified into 'x86'. # FreeBSD still uses i386 - if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -lt $(KV_to_int 2.6.24) || ${host} == *freebsd* ]] ; then + if [[ ${type} == "kern" && ${host} == *freebsd* ]] ; then echo i386 else echo x86 @@ -477,23 +509,15 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; } mips*) echo mips;; nios2*) echo nios2;; nios*) echo nios;; - or32*) echo openrisc;; + or1k|or32*) echo openrisc;; powerpc*) # Starting with linux-2.6.15, the 'ppc' and 'ppc64' trees # have been unified into simply 'powerpc', but until 2.6.16, # ppc32 is still using ARCH="ppc" as default - if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -ge $(KV_to_int 2.6.16) ]] ; then + if [[ ${type} == "kern" ]] ; then echo powerpc - elif [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -eq $(KV_to_int 2.6.15) ]] ; then - if [[ ${host} == powerpc64* ]] || [[ ${PROFILE_ARCH} == "ppc64" ]] ; then - echo powerpc - else - echo ppc - fi elif [[ ${host} == powerpc64* ]] ; then echo ppc64 - elif [[ ${PROFILE_ARCH} == "ppc64" ]] ; then - ninj ppc64 ppc else echo ppc fi @@ -514,10 +538,10 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; } x86_64*) # Starting with linux-2.6.24, the 'x86_64' and 'i386' # trees have been unified into 'x86'. - if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -ge $(KV_to_int 2.6.24) ]] ; then + if [[ ${type} == "kern" ]] ; then echo x86 else - ninj x86_64 amd64 + echo amd64 fi ;; xtensa*) echo xtensa;; @@ -570,12 +594,46 @@ tc-endian() { esac } +# @FUNCTION: tc-get-compiler-type +# @RETURN: keyword identifying the compiler: gcc, clang, pathcc, unknown +tc-get-compiler-type() { + local code=' +#if defined(__PATHSCALE__) + HAVE_PATHCC +#elif defined(__clang__) + HAVE_CLANG +#elif defined(__GNUC__) + HAVE_GCC +#endif +' + local res=$($(tc-getCPP "$@") -E -P - <<<"${code}") + + case ${res} in + *HAVE_PATHCC*) echo pathcc;; + *HAVE_CLANG*) echo clang;; + *HAVE_GCC*) echo gcc;; + *) echo unknown;; + esac +} + +# @FUNCTION: tc-is-gcc +# @RETURN: Shell true if the current compiler is GCC, false otherwise. +tc-is-gcc() { + [[ $(tc-get-compiler-type) == gcc ]] +} + +# @FUNCTION: tc-is-clang +# @RETURN: Shell true if the current compiler is clang, false otherwise. +tc-is-clang() { + [[ $(tc-get-compiler-type) == clang ]] +} + # Internal func. The first argument is the version info to expand. # Query the preprocessor to improve compatibility across different # compilers rather than maintaining a --version flag matrix. #335943 _gcc_fullversion() { local ver="$1"; shift - set -- `$(tc-getCPP "$@") -E -P - <<<"__GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__"` + set -- $($(tc-getCPP "$@") -E -P - <<<"__GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__") eval echo "$ver" } @@ -605,6 +663,39 @@ gcc-micro-version() { _gcc_fullversion '$3' "$@" } +# Internal func. Based on _gcc_fullversion() above. +_clang_fullversion() { + local ver="$1"; shift + set -- $($(tc-getCPP "$@") -E -P - <<<"__clang_major__ __clang_minor__ __clang_patchlevel__") + eval echo "$ver" +} + +# @FUNCTION: clang-fullversion +# @RETURN: compiler version (major.minor.micro: [3.4.6]) +clang-fullversion() { + _clang_fullversion '$1.$2.$3' "$@" +} +# @FUNCTION: clang-version +# @RETURN: compiler version (major.minor: [3.4].6) +clang-version() { + _clang_fullversion '$1.$2' "$@" +} +# @FUNCTION: clang-major-version +# @RETURN: major compiler version (major: [3].4.6) +clang-major-version() { + _clang_fullversion '$1' "$@" +} +# @FUNCTION: clang-minor-version +# @RETURN: minor compiler version (minor: 3.[4].6) +clang-minor-version() { + _clang_fullversion '$2' "$@" +} +# @FUNCTION: clang-micro-version +# @RETURN: micro compiler version (micro: 3.4.[6]) +clang-micro-version() { + _clang_fullversion '$3' "$@" +} + # Returns the installation directory - internal toolchain # function for use by _gcc-specs-exists (for flag-o-matic). _gcc-install-dir() { @@ -722,6 +813,11 @@ gen_usr_ldscript() { tc-is-static-only && return + # We only care about stuffing / for the native ABI. #479448 + if [[ $(type -t multilib_is_native_abi) == "function" ]] ; then + multilib_is_native_abi || return 0 + fi + # Eventually we'd like to get rid of this func completely #417451 case ${CTARGET:-${CHOST}} in *-darwin*) ;; diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass index 03e550dd6f..0203a220f8 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/" RESTRICT="strip" # cross-compilers need controlled stripping -inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator +inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator prefix if [[ ${PV} == *_pre9999* ]] ; then EGIT_REPO_URI="git://gcc.gnu.org/git/gcc.git" @@ -93,7 +93,7 @@ fi export GCC_FILESDIR=${GCC_FILESDIR:-${FILESDIR}} -PREFIX=${TOOLCHAIN_PREFIX:-/usr} +PREFIX=${TOOLCHAIN_PREFIX:-${EPREFIX}/usr} if tc_version_is_at_least 3.4.0 ; then LIBPATH=${TOOLCHAIN_LIBPATH:-${PREFIX}/lib/gcc/${CTARGET}/${GCC_CONFIG_VER}} @@ -131,7 +131,7 @@ else LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" fi -IUSE="multislot regression-test vanilla" +IUSE="regression-test vanilla" IUSE_DEF=( nls nptl ) if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then @@ -152,9 +152,9 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then # versions which we dropped. Since graphite was also experimental in # the older versions, we don't want to bother supporting it. #448024 tc_version_is_at_least 4.8 && IUSE+=" graphite" IUSE_DEF+=( sanitize ) - tc_version_is_at_least 4.9 && IUSE+=" cilk" - tc_version_is_at_least 5.0 && IUSE+=" jit" - tc_version_is_at_least 6.0 && IUSE+=" pie +ssp" + tc_version_is_at_least 4.9 && IUSE+=" cilk +vtv" + tc_version_is_at_least 5.0 && IUSE+=" jit mpx" + tc_version_is_at_least 6.0 && IUSE+=" pie ssp +pch" fi IUSE+=" ${IUSE_DEF[*]/#/+}" @@ -626,6 +626,50 @@ do_gcc_PIE_patches() { # configure to build with the hardened GCC specs as the default make_gcc_hard() { + + local gcc_hard_flags="" + # Gcc >= 6.X we can use configurations options to turn pie/ssp on as default + if tc_version_is_at_least 6.0 ; then + if use pie ; then + einfo "Updating gcc to use automatic PIE building ..." + fi + if use ssp ; then + einfo "Updating gcc to use automatic SSP building ..." + fi + if use hardened ; then + # Will add some optimatizion as default. + gcc_hard_flags+=" -DEXTRA_OPTIONS" + # rebrand to make bug reports easier + BRANDING_GCC_PKGVERSION=${BRANDING_GCC_PKGVERSION/Gentoo/Gentoo Hardened} + fi + else + if use hardened ; then + # rebrand to make bug reports easier + BRANDING_GCC_PKGVERSION=${BRANDING_GCC_PKGVERSION/Gentoo/Gentoo Hardened} + if hardened_gcc_works ; then + einfo "Updating gcc to use automatic PIE + SSP building ..." + gcc_hard_flags+=" -DEFAULT_PIE_SSP" + elif hardened_gcc_works pie ; then + einfo "Updating gcc to use automatic PIE building ..." + ewarn "SSP has not been enabled by default" + gcc_hard_flags+=" -DEFAULT_PIE" + elif hardened_gcc_works ssp ; then + einfo "Updating gcc to use automatic SSP building ..." + ewarn "PIE has not been enabled by default" + gcc_hard_flags+=" -DEFAULT_SSP" + else + # do nothing if hardened isn't supported, but don't die either + ewarn "hardened is not supported for this arch in this gcc version" + return 0 + fi + else + if hardened_gcc_works ssp ; then + einfo "Updating gcc to use automatic SSP building ..." + gcc_hard_flags+=" -DEFAULT_SSP" + fi + fi + fi + # we want to be able to control the pie patch logic via something other # than ALL_CFLAGS... sed -e '/^ALL_CFLAGS/iHARD_CFLAGS = ' \ @@ -634,36 +678,8 @@ make_gcc_hard() { # Need to add HARD_CFLAGS to ALL_CXXFLAGS on >= 4.7 if tc_version_is_at_least 4.7 ; then sed -e '/^ALL_CXXFLAGS/iHARD_CFLAGS = ' \ - -e 's|^ALL_CXXFLAGS = |ALL_CXXFLAGS = $(HARD_CFLAGS) |' \ - -i "${S}"/gcc/Makefile.in - fi - - # defaults to enable for all toolchains - local gcc_hard_flags="" - if use hardened ; then - if hardened_gcc_works ; then - einfo "Updating gcc to use automatic PIE + SSP building ..." - gcc_hard_flags+=" -DEFAULT_PIE_SSP" - elif hardened_gcc_works pie ; then - einfo "Updating gcc to use automatic PIE building ..." - ewarn "SSP has not been enabled by default" - gcc_hard_flags+=" -DEFAULT_PIE" - elif hardened_gcc_works ssp ; then - einfo "Updating gcc to use automatic SSP building ..." - ewarn "PIE has not been enabled by default" - gcc_hard_flags+=" -DEFAULT_SSP" - else - # do nothing if hardened isn't supported, but don't die either - ewarn "hardened is not supported for this arch in this gcc version" - return 0 - fi - # rebrand to make bug reports easier - BRANDING_GCC_PKGVERSION=${BRANDING_GCC_PKGVERSION/Gentoo/Gentoo Hardened} - else - if hardened_gcc_works ssp ; then - einfo "Updating gcc to use automatic SSP building ..." - gcc_hard_flags+=" -DEFAULT_SSP" - fi + -e 's|^ALL_CXXFLAGS = |ALL_CXXFLAGS = $(HARD_CFLAGS) |' \ + -i "${S}"/gcc/Makefile.in fi sed -i \ @@ -899,6 +915,11 @@ toolchain_src_configure() { confgcc+=( --enable-libstdcxx-time ) fi + # Support to disable pch when building libstdcxx + if tc_version_is_at_least 6.0 && ! use pch ; then + confgcc+=( --disable-libstdcxx-pch ) + fi + # The jit language requires this. is_jit && confgcc+=( --enable-host-shared ) @@ -962,10 +983,10 @@ toolchain_src_configure() { elif built_with_use --hidden --missing false ${CATEGORY}/${needed_libc} crosscompile_opts_headers-only ; then confgcc+=( "${confgcc_no_libc[@]}" - --with-sysroot=${PREFIX}/${CTARGET} + --with-sysroot="${PREFIX}"/${CTARGET} ) else - confgcc+=( --with-sysroot=${PREFIX}/${CTARGET} ) + confgcc+=( --with-sysroot="${PREFIX}"/${CTARGET} ) fi fi @@ -1165,6 +1186,17 @@ toolchain_src_configure() { confgcc+=( $(use_enable cilk libcilkrts) ) fi + if in_iuse mpx ; then + confgcc+=( $(use_enable mpx libmpx) ) + fi + + if in_iuse vtv ; then + confgcc+=( + $(use_enable vtv vtable-verify) + $(use_enable vtv libvtv) + ) + fi + # newer gcc's come with libquadmath, but only fortran uses # it, so auto punt it when we don't care if tc_version_is_at_least 4.6 && ! is_fortran ; then @@ -1235,7 +1267,7 @@ toolchain_src_configure() { echo "${S}"/configure "${confgcc[@]}" # Older gcc versions did not detect bash and re-exec itself, so force the # use of bash. Newer ones will auto-detect, but this is not harmeful. - CONFIG_SHELL="/bin/bash" \ + CONFIG_SHELL="${EPREFIX}/bin/bash" \ bash "${S}"/configure "${confgcc[@]}" || die "failed to run configure" # return to whatever directory we were in before @@ -1671,11 +1703,11 @@ toolchain_src_install() { if [[ -f ${CTARGET}-${x} ]] ; then if ! is_crosscompile ; then ln -sf ${CTARGET}-${x} ${x} - dosym ${BINPATH}/${CTARGET}-${x} \ + dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \ /usr/bin/${x}-${GCC_CONFIG_VER} fi # Create versioned symlinks - dosym ${BINPATH}/${CTARGET}-${x} \ + dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \ /usr/bin/${CTARGET}-${x}-${GCC_CONFIG_VER} fi @@ -1695,7 +1727,7 @@ toolchain_src_install() { # Now do the fun stripping stuff env RESTRICT="" CHOST=${CHOST} prepstrip "${D}${BINPATH}" is_crosscompile && \ - env RESTRICT="" CHOST=${CHOST} prepstrip "${D}/${HOSTLIBPATH}" + env RESTRICT="" CHOST=${CHOST} prepstrip "${D}${HOSTLIBPATH}" env RESTRICT="" CHOST=${CTARGET} prepstrip "${D}${LIBPATH}" # gcc used to install helper binaries in lib/ but then moved to libexec/ [[ -d ${D}${PREFIX}/libexec/gcc ]] && \ @@ -1703,7 +1735,7 @@ toolchain_src_install() { cd "${S}" if is_crosscompile; then - rm -rf "${D}"/usr/share/{man,info} + rm -rf "${ED}"usr/share/{man,info} rm -rf "${D}"${DATAPATH}/{man,info} else if tc_version_is_at_least 3.0 ; then @@ -1713,11 +1745,11 @@ toolchain_src_install() { fi fi has noinfo ${FEATURES} \ - && rm -r "${D}/${DATAPATH}"/info \ - || prepinfo "${DATAPATH}" + && rm -r "${D}${DATAPATH}"/info \ + || prepinfo "${DATAPATH#${EPREFIX}}" has noman ${FEATURES} \ - && rm -r "${D}/${DATAPATH}"/man \ - || prepman "${DATAPATH}" + && rm -r "${D}${DATAPATH}"/man \ + || prepman "${DATAPATH#${EPREFIX}}" fi # prune empty dirs left behind find "${D}" -depth -type d -delete 2>/dev/null @@ -1732,23 +1764,59 @@ toolchain_src_install() { # Rather install the script, else portage with changing $FILESDIR # between binary and source package borks things .... if ! is_crosscompile ; then - insinto "${DATAPATH}" - newins "${GCC_FILESDIR}"/awk/fixlafiles.awk-no_gcc_la fixlafiles.awk || die - find "${D}/${LIBPATH}" -name libstdc++.la -type f -delete - find "${D}/${LIBPATH}" -name 'lib*san.la' -type f -delete #487550 #546700 - exeinto "${DATAPATH}" - doexe "${GCC_FILESDIR}"/fix_libtool_files.sh || die + insinto "${DATAPATH#${EPREFIX}}" + newins "$(prefixify_ro "${GCC_FILESDIR}"/awk/fixlafiles.awk-no_gcc_la)" fixlafiles.awk || die + exeinto "${DATAPATH#${EPREFIX}}" + doexe "$(prefixify_ro "${GCC_FILESDIR}"/fix_libtool_files.sh)" || die doexe "${GCC_FILESDIR}"/c{89,99} || die fi + # libstdc++.la: Delete as it doesn't add anything useful: g++ itself + # handles linkage correctly in the dynamic & static case. It also just + # causes us pain: any C++ progs/libs linking with libtool will gain a + # reference to the full libstdc++.la file which is gcc version specific. + # libstdc++fs.la: It doesn't link against anything useful. + # libsupc++.la: This has no dependencies. + # libcc1.la: There is no static library, only dynamic. + # libcc1plugin.la: Same as above, and it's loaded via dlopen. + # libgomp.la: gcc itself handles linkage (libgomp.spec). + # libgomp-plugin-*.la: Same as above, and it's an internal plugin only + # loaded via dlopen. + # libgfortran.la: gfortran itself handles linkage correctly in the + # dynamic & static case (libgfortran.spec). #573302 + # libgfortranbegin.la: Same as above, and it's an internal lib. + # libmpx.la: gcc itself handles linkage correctly (libmpx.spec). + # libmpxwrappers.la: See above. + # libitm.la: gcc itself handles linkage correctly (libitm.spec). + # libvtv.la: gcc itself handles linkage correctly. + # lib*san.la: Sanitizer linkage is handled internally by gcc, and they + # do not support static linking. #487550 #546700 + find "${D}/${LIBPATH}" \ + '(' \ + -name libstdc++.la -o \ + -name libstdc++fs.la -o \ + -name libsupc++.la -o \ + -name libcc1.la -o \ + -name libcc1plugin.la -o \ + -name 'libgomp.la' -o \ + -name 'libgomp-plugin-*.la' -o \ + -name libgfortran.la -o \ + -name libgfortranbegin.la -o \ + -name libmpx.la -o \ + -name libmpxwrappers.la -o \ + -name libitm.la -o \ + -name libvtv.la -o \ + -name 'lib*san.la' \ + ')' -type f -delete + # Use gid of 0 because some stupid ports don't have # the group 'root' set to gid 0. Send to /dev/null # for people who are testing as non-root. - chown -R root:0 "${D}"${LIBPATH} 2>/dev/null + chown -R root:0 "${D}${LIBPATH}" 2>/dev/null # Move pretty-printers to gdb datadir to shut ldconfig up local py gdbdir=/usr/share/gdb/auto-load${LIBPATH/\/lib\//\/$(get_libdir)\/} - pushd "${D}"${LIBPATH} >/dev/null + pushd "${D}${LIBPATH}" >/dev/null for py in $(find . -name '*-gdb.py') ; do local multidir=${py%/*} insinto "${gdbdir}/${multidir}" @@ -1767,6 +1835,12 @@ toolchain_src_install() { pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1" pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1plus" fi + + # Disable MPROTECT so java works. #574808 + if is_gcj ; then + pax-mark -m "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/ecj1" + pax-mark -m "${D}${PREFIX}/${CTARGET}/gcc-bin/${GCC_CONFIG_VER}/gij" + fi } # Move around the libs to the right location. For some reason, @@ -1781,8 +1855,8 @@ gcc_movelibs() { # that you want to link against when building tools rather than building # code to run on the target. if tc_version_is_at_least 5 && is_crosscompile ; then - dodir "${HOSTLIBPATH}" - mv "${D}"/usr/$(get_libdir)/libcc1* "${D}${HOSTLIBPATH}" || die + dodir "${HOSTLIBPATH#${EPREFIX}}" + mv "${ED}"usr/$(get_libdir)/libcc1* "${D}${HOSTLIBPATH}" || die fi # For all the libs that are built for CTARGET, move them into the @@ -1794,16 +1868,16 @@ gcc_movelibs() { local OS_MULTIDIR=$($(XGCC) ${multiarg} --print-multi-os-directory) local MULTIDIR=$($(XGCC) ${multiarg} --print-multi-directory) - local TODIR=${D}${LIBPATH}/${MULTIDIR} + local TODIR="${D}${LIBPATH}"/${MULTIDIR} local FROMDIR= [[ -d ${TODIR} ]] || mkdir -p ${TODIR} for FROMDIR in \ - ${LIBPATH}/${OS_MULTIDIR} \ - ${LIBPATH}/../${MULTIDIR} \ - ${PREFIX}/lib/${OS_MULTIDIR} \ - ${PREFIX}/${CTARGET}/lib/${OS_MULTIDIR} + "${LIBPATH}"/${OS_MULTIDIR} \ + "${LIBPATH}"/../${MULTIDIR} \ + "${PREFIX}"/lib/${OS_MULTIDIR} \ + "${PREFIX}"/${CTARGET}/lib/${OS_MULTIDIR} do removedirs="${removedirs} ${FROMDIR}" FROMDIR=${D}${FROMDIR} @@ -1867,7 +1941,7 @@ create_gcc_env_entry() { local gcc_envd_base="/etc/env.d/gcc/${CTARGET}-${GCC_CONFIG_VER}" local gcc_specs_file - local gcc_envd_file="${D}${gcc_envd_base}" + local gcc_envd_file="${ED}${gcc_envd_base}" if [[ -z $1 ]] ; then # I'm leaving the following commented out to remind me that it # was an insanely -bad- idea. Stuff broke. GCC_SPECS isnt unset @@ -1915,6 +1989,11 @@ create_gcc_env_entry() { } copy_minispecs_gcc_specs() { + # on gcc 6 we don't need minispecs + if tc_version_is_at_least 6.0 ; then + return 0 + fi + # setup the hardenedno* specs files and the vanilla specs file. if hardened_gcc_works ; then create_gcc_env_entry hardenednopiessp @@ -1926,7 +2005,7 @@ copy_minispecs_gcc_specs() { create_gcc_env_entry hardenednossp fi create_gcc_env_entry vanilla - insinto ${LIBPATH} + insinto ${LIBPATH#${EPREFIX}} doins "${WORKDIR}"/specs/*.specs || die "failed to install specs" # Build system specs file which, if it exists, must be a complete set of # specs as it completely and unconditionally overrides the builtin specs. @@ -1941,32 +2020,32 @@ gcc_slot_java() { local x # Move Java headers to compiler-specific dir - for x in "${D}"${PREFIX}/include/gc*.h "${D}"${PREFIX}/include/j*.h ; do - [[ -f ${x} ]] && mv -f "${x}" "${D}"${LIBPATH}/include/ + for x in "${D}${PREFIX}"/include/gc*.h "${D}${PREFIX}"/include/j*.h ; do + [[ -f ${x} ]] && mv -f "${x}" "${D}${LIBPATH}"/include/ done for x in gcj gnu java javax org ; do if [[ -d ${D}${PREFIX}/include/${x} ]] ; then - dodir /${LIBPATH}/include/${x} - mv -f "${D}"${PREFIX}/include/${x}/* "${D}"${LIBPATH}/include/${x}/ - rm -rf "${D}"${PREFIX}/include/${x} + dodir /${LIBPATH#${EPREFIX}}/include/${x} + mv -f "${D}${PREFIX}"/include/${x}/* "${D}${LIBPATH}"/include/${x}/ + rm -rf "${D}${PREFIX}"/include/${x} fi done if [[ -d ${D}${PREFIX}/lib/security ]] || [[ -d ${D}${PREFIX}/$(get_libdir)/security ]] ; then - dodir /${LIBPATH}/security - mv -f "${D}"${PREFIX}/lib*/security/* "${D}"${LIBPATH}/security - rm -rf "${D}"${PREFIX}/lib*/security + dodir /${LIBPATH#${EPREFIX}}/security + mv -f "${D}${PREFIX}"/lib*/security/* "${D}${LIBPATH}"/security + rm -rf "${D}${PREFIX}"/lib*/security fi # Move random gcj files to compiler-specific directories for x in libgcj.spec logging.properties ; do x="${D}${PREFIX}/lib/${x}" - [[ -f ${x} ]] && mv -f "${x}" "${D}"${LIBPATH}/ + [[ -f ${x} ]] && mv -f "${x}" "${D}${LIBPATH}"/ done # Rename jar because it could clash with Kaffe's jar if this gcc is # primary compiler (aka don't have the - extension) - cd "${D}"${BINPATH} + cd "${D}${BINPATH}" [[ -f jar ]] && mv -f jar gcj-jar } @@ -1986,16 +2065,17 @@ toolchain_pkg_postinst() { echo # Clean up old paths - rm -f "${ROOT}"/*/rcscripts/awk/fixlafiles.awk "${ROOT}"/sbin/fix_libtool_files.sh - rmdir "${ROOT}"/*/rcscripts{/awk,} 2>/dev/null + rm -f "${EROOT}"*/rcscripts/awk/fixlafiles.awk "${EROOT}"sbin/fix_libtool_files.sh + rmdir "${EROOT}"*/rcscripts{/awk,} 2>/dev/null - mkdir -p "${ROOT}"/usr/{share/gcc-data,sbin,bin} - cp "${ROOT}/${DATAPATH}"/fixlafiles.awk "${ROOT}"/usr/share/gcc-data/ || die - cp "${ROOT}/${DATAPATH}"/fix_libtool_files.sh "${ROOT}"/usr/sbin/ || die + mkdir -p "${EROOT}"usr/{share/gcc-data,sbin,bin} + # DATAPATH has EPREFIX already, use ROOT with it + cp "${ROOT}${DATAPATH}"/fixlafiles.awk "${EROOT}"usr/share/gcc-data/ || die + cp "${ROOT}${DATAPATH}"/fix_libtool_files.sh "${EROOT}"usr/sbin/ || die # Since these aren't critical files and portage sucks with # handling of binpkgs, don't require these to be found - cp "${ROOT}/${DATAPATH}"/c{89,99} "${ROOT}"/usr/bin/ 2>/dev/null + cp "${ROOT}${DATAPATH}"/c{89,99} "${EROOT}"usr/bin/ 2>/dev/null fi if use regression-test ; then @@ -2018,10 +2098,10 @@ toolchain_pkg_postrm() { # clean up the cruft left behind by cross-compilers if is_crosscompile ; then - if [[ -z $(ls "${ROOT}"/etc/env.d/gcc/${CTARGET}* 2>/dev/null) ]] ; then - rm -f "${ROOT}"/etc/env.d/gcc/config-${CTARGET} - rm -f "${ROOT}"/etc/env.d/??gcc-${CTARGET} - rm -f "${ROOT}"/usr/bin/${CTARGET}-{gcc,{g,c}++}{,32,64} + if [[ -z $(ls "${EROOT}"etc/env.d/gcc/${CTARGET}* 2>/dev/null) ]] ; then + rm -f "${EROOT}"etc/env.d/gcc/config-${CTARGET} + rm -f "${EROOT}"etc/env.d/??gcc-${CTARGET} + rm -f "${EROOT}"usr/bin/${CTARGET}-{gcc,{g,c}++}{,32,64} fi return 0 fi @@ -2034,10 +2114,10 @@ toolchain_pkg_postrm() { do_gcc_config einfo "Running 'fix_libtool_files.sh ${GCC_RELEASE_VER}'" - /usr/sbin/fix_libtool_files.sh ${GCC_RELEASE_VER} + fix_libtool_files.sh ${GCC_RELEASE_VER} if [[ -n ${BRANCH_UPDATE} ]] ; then einfo "Running 'fix_libtool_files.sh ${GCC_RELEASE_VER}-${BRANCH_UPDATE}'" - /usr/sbin/fix_libtool_files.sh ${GCC_RELEASE_VER}-${BRANCH_UPDATE} + fix_libtool_files.sh ${GCC_RELEASE_VER}-${BRANCH_UPDATE} fi fi @@ -2046,49 +2126,55 @@ toolchain_pkg_postrm() { do_gcc_config() { if ! should_we_gcc_config ; then - env -i ROOT="${ROOT}" gcc-config --use-old --force + gcc-config --use-old --force return 0 fi - local current_gcc_config="" current_specs="" use_specs="" + local current_gcc_config target - current_gcc_config=$(env -i ROOT="${ROOT}" gcc-config -c ${CTARGET} 2>/dev/null) + current_gcc_config=$(gcc-config -c ${CTARGET} 2>/dev/null) if [[ -n ${current_gcc_config} ]] ; then + local current_specs use_specs # figure out which specs-specific config is active current_specs=$(gcc-config -S ${current_gcc_config} | awk '{print $3}') [[ -n ${current_specs} ]] && use_specs=-${current_specs} - fi - if [[ -n ${use_specs} ]] && \ - [[ ! -e ${ROOT}/etc/env.d/gcc/${CTARGET}-${GCC_CONFIG_VER}${use_specs} ]] - then - ewarn "The currently selected specs-specific gcc config," - ewarn "${current_specs}, doesn't exist anymore. This is usually" - ewarn "due to enabling/disabling hardened or switching to a version" - ewarn "of gcc that doesnt create multiple specs files. The default" - ewarn "config will be used, and the previous preference forgotten." - use_specs="" + + if [[ -n ${use_specs} ]] && \ + [[ ! -e ${ROOT}/etc/env.d/gcc/${CTARGET}-${GCC_CONFIG_VER}${use_specs} ]] + then + ewarn "The currently selected specs-specific gcc config," + ewarn "${current_specs}, doesn't exist anymore. This is usually" + ewarn "due to enabling/disabling hardened or switching to a version" + ewarn "of gcc that doesnt create multiple specs files. The default" + ewarn "config will be used, and the previous preference forgotten." + use_specs="" + fi + + target="${CTARGET}-${GCC_CONFIG_VER}${use_specs}" + else + # The curent target is invalid. Attempt to switch to a valid one. + # Blindly pick the latest version. #529608 + # TODO: Should update gcc-config to accept `-l ${CTARGET}` rather than + # doing a partial grep like this. + target=$(gcc-config -l 2>/dev/null | grep " ${CTARGET}-[0-9]" | tail -1 | awk '{print $2}') fi - gcc-config ${CTARGET}-${GCC_CONFIG_VER}${use_specs} + gcc-config "${target}" } should_we_gcc_config() { # if the current config is invalid, we definitely want a new one # Note: due to bash quirkiness, the following must not be 1 line local curr_config - curr_config=$(env -i ROOT="${ROOT}" gcc-config -c ${CTARGET} 2>&1) || return 0 + curr_config=$(gcc-config -c ${CTARGET} 2>&1) || return 0 # if the previously selected config has the same major.minor (branch) as # the version we are installing, then it will probably be uninstalled # for being in the same SLOT, make sure we run gcc-config. - local curr_config_ver=$(env -i ROOT="${ROOT}" gcc-config -S ${curr_config} | awk '{print $2}') + local curr_config_ver=$(gcc-config -S ${curr_config} | awk '{print $2}') local curr_branch_ver=$(get_version_component_range 1-2 ${curr_config_ver}) - # If we're using multislot, just run gcc-config if we're installing - # to the same profile as the current one. - use multislot && return $([[ ${curr_config_ver} == ${GCC_CONFIG_VER} ]]) - if [[ ${curr_branch_ver} == ${GCC_BRANCH_VER} ]] ; then return 0 else @@ -2249,6 +2335,10 @@ hardened_gcc_is_stable() { } want_minispecs() { + # on gcc 6 we don't need minispecs + if tc_version_is_at_least 6.0 ; then + return 0 + fi if tc_version_is_at_least 4.3.2 && use hardened ; then if ! want_pie ; then ewarn "PIE_VER or SPECS_VER is not defined in the GCC ebuild." diff --git a/sdk_container/src/third_party/portage-stable/eclass/twisted-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/twisted-r1.eclass index 5b10491d25..d8c9b30894 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/twisted-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/twisted-r1.eclass @@ -135,9 +135,10 @@ twisted-r1_python_test() { distutils_install_for_testing || die if [[ ${TEST_DIR} != ${BUILD_DIR}/test ]]; then - eqawarn "twisted-r1 integrity check failed." - eqawarn "TEST_DIR: ${TEST_DIR}" - eqawarn "expected: ${BUILD_DIR}/test" + eerror "twisted-r1 integrity check failed." + eerror "TEST_DIR: ${TEST_DIR}" + eerror "expected: ${BUILD_DIR}/test" + die "TEST_DIR integrity check failed" fi cd "${TEST_DIR}"/lib || die diff --git a/sdk_container/src/third_party/portage-stable/eclass/udev.eclass b/sdk_container/src/third_party/portage-stable/eclass/udev.eclass index eb5c6590e5..0968559100 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/udev.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/udev.eclass @@ -28,6 +28,9 @@ # } # @CODE +if [[ -z ${_UDEV_ECLASS} ]]; then +_UDEV_ECLASS=1 + inherit toolchain-funcs case ${EAPI:-0} in @@ -113,3 +116,5 @@ udev_reload() { eend $? fi } + +fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/user.eclass b/sdk_container/src/third_party/portage-stable/eclass/user.eclass index 29910b5122..9c27647d50 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/user.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/user.eclass @@ -5,7 +5,6 @@ # @ECLASS: user.eclass # @MAINTAINER: # base-system@gentoo.org (Linux) -# Joe Jezak (OS X) # usata@gentoo.org (OS X) # Aaron Walker (FreeBSD) # @BLURB: user management in ebuilds @@ -188,7 +187,6 @@ enewuser() { local egroups=$1; shift local g egroups_arr IFS="," read -r -a egroups_arr <<<"${egroups}" - shift if [[ ${#egroups_arr[@]} -gt 0 ]] ; then local defgroup exgroups for g in "${egroups_arr[@]}" ; do diff --git a/sdk_container/src/third_party/portage-stable/eclass/vala.eclass b/sdk_container/src/third_party/portage-stable/eclass/vala.eclass index c533153576..323ad2dc37 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/vala.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/vala.eclass @@ -26,13 +26,13 @@ esac # @ECLASS-VARIABLE: VALA_MIN_API_VERSION # @DESCRIPTION: -# Minimum vala API version (e.g. 0.22). -VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.22} +# Minimum vala API version (e.g. 0.26). +VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.26} # @ECLASS-VARIABLE: VALA_MAX_API_VERSION # @DESCRIPTION: -# Maximum vala API version (e.g. 0.30). -VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.30} +# Maximum vala API version (e.g. 0.32). +VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.34} # @ECLASS-VARIABLE: VALA_USE_DEPEND # @DEFAULT_UNSET @@ -50,7 +50,7 @@ vala_api_versions() { local minimal_supported_minor_version minor_version # Dependency atoms are not generated for Vala versions older than 0.${minimal_supported_minor_version}. - minimal_supported_minor_version="22" + minimal_supported_minor_version="26" for ((minor_version = ${VALA_MAX_API_VERSION#*.}; minor_version >= ${VALA_MIN_API_VERSION#*.}; minor_version = minor_version - 2)); do if ((minor_version >= minimal_supported_minor_version)); then diff --git a/sdk_container/src/third_party/portage-stable/eclass/vcs-snapshot.eclass b/sdk_container/src/third_party/portage-stable/eclass/vcs-snapshot.eclass index d12ff2577b..05c2d586cb 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/vcs-snapshot.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/vcs-snapshot.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ # the tarballs in SRC_URI to locations matching their (local) names, # discarding the original parent directory. # -# The typical use case are VCS snapshots, coming from github, bitbucket +# The typical use case are VCS snapshots, coming from bitbucket # and similar services. They have hash appended to the directory name # which makes extracting them a painful experience. But if you just use # a SRC_URI arrow to rename it (which you're likely have to do anyway), @@ -22,6 +22,10 @@ # fall back to regular unpack. Support for additional formats may be # added at some point so please keep your SRC_URIs clean. # +# Note: this eclass is no longer needed with the new-style 'archive' +# GitHub URLs. They have sane directory names and stable contents, +# so you should really prefer them. +# # @EXAMPLE: # # @CODE @@ -29,7 +33,7 @@ # inherit vcs-snapshot # # SRC_URI="https://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz -# https://github.com/example/${PN}-otherstuff/tarball/v${PV} -> ${P}-otherstuff.tar.gz"" +# https://github.com/example/${PN}-otherstuff/tarball/v${PV} -> ${P}-otherstuff.tar.gz" # @CODE # # and however the tarballs were originally packed, all files will appear diff --git a/sdk_container/src/third_party/portage-stable/eclass/vdr-plugin-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/vdr-plugin-2.eclass index b3ca9b0f08..f5824bd3a1 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/vdr-plugin-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/vdr-plugin-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -57,7 +57,7 @@ # @ECLASS-VARIABLE: VDR_MAINTAINER_MODE # @DEFAULT_UNSET # @DESCRIPTION: -# Output from function dev_check if it is defined in ebuild or eclass, +# Output from function vdr_dev_check if it is defined in ebuild or eclass, # helpfull for gentoo ebuild developer # # This will also install any debug files in /usr/share/vdr/maintainer-data @@ -77,7 +77,7 @@ # fix_vdr_libsi_include bla.c foo.c # @CODE -# @FUNCTION: remove_i18n_include +# @FUNCTION: vdr_remove_i18n_include # @DESCRIPTION: # Compile will fail if plugin still use the old i18n language handling, # most parts are fixed by vdr-plugin-2.eclass internal functions itself. @@ -86,11 +86,13 @@ # # Example: # @CODE -# remove_i18n_include bla.n foo.n +# vdr_remove_i18n_include bla.n foo.n # @CODE # Applying your own local/user patches: -# This is done by using the epatch_user() function of the eutils.eclass. +# This is done by using the +# (EAPI = 4,5) epatch_user() function of the eutils.eclass, +# (EAPI = 6) eapply_user function integrated in EAPI = 6. # Simply add your patches into one of these directories: # /etc/portage/patches/// # Quote: where the first of these three directories to exist will be the one to @@ -98,11 +100,14 @@ # # For more details about it please take a look at the eutils.class. -inherit eutils flag-o-matic multilib toolchain-funcs unpacker +[[ ${EAPI} == [45] ]] && inherit eutils multilib +inherit flag-o-matic toolchain-funcs unpacker case ${EAPI:-0} in - 4|5) ;; + 4|5|6) + ;; *) die "EAPI ${EAPI} unsupported." + ;; esac EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm pkg_config @@ -136,7 +141,7 @@ fi # New method of storing plugindb # Called from src_install # file maintained by normal portage-methods -create_plugindb_file() { +vdr_create_plugindb_file() { local NEW_VDRPLUGINDB_DIR=/usr/share/vdr/vdrplugin-rebuild/ local DB_FILE="${NEW_VDRPLUGINDB_DIR}/${CATEGORY}-${PF}" insinto "${NEW_VDRPLUGINDB_DIR}" @@ -148,6 +153,7 @@ create_plugindb_file() { # EBUILD=${CATEGORY}/${PN} # EBUILD_V=${PVR} # EOT +# obsolet? fix me later... { echo "VDRPLUGIN_DB=1" echo "CREATOR=ECLASS" @@ -157,7 +163,7 @@ create_plugindb_file() { } > "${D}/${DB_FILE}" } -create_header_checksum_file() { +vdr_create_header_checksum_file() { # Danger: Not using $ROOT here, as compile will also not use it !!! # If vdr in $ROOT and / differ, plugins will not run anyway @@ -182,7 +188,7 @@ create_header_checksum_file() { } fix_vdr_libsi_include() { - dev_check "Fixing include of libsi-headers" + vdr_dev_check "Fixing include of libsi-headers" local f for f; do sed -i "${f}" \ @@ -224,6 +230,7 @@ vdr_patchmakefile() { #sed -i Makefile \ # -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ # -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' + # obsolet? fix me later... if ! grep -q APIVERSION Makefile; then ebegin " Converting to APIVERSION" @@ -251,7 +258,7 @@ vdr_patchmakefile() { touch "${WORKDIR}"/.vdr-plugin_makefile_patched } -dev_check() { +vdr_dev_check() { # A lot useful debug infos # set VDR_MAINTAINER_MODE="1" in make.conf if [[ -n ${VDR_MAINTAINER_MODE} ]]; then @@ -259,16 +266,16 @@ dev_check() { fi } -gettext_missing() { +vdr_gettext_missing() { # plugins without converting to gettext local GETTEXT_MISSING=$( grep xgettext Makefile ) if [[ -z ${GETTEXT_MISSING} ]]; then - dev_check "Plugin isn't converted to gettext handling \n" + vdr_dev_check "Plugin isn't converted to gettext handling \n" fi } -detect_po_dir() { +vdr_detect_po_dir() { # helper function [[ -f po ]] && local po_dir="${S}" @@ -278,15 +285,15 @@ detect_po_dir() { pofile_dir=( ${po_dir} ${po_subdir[*]} ) } -linguas_support() { +vdr_linguas_support() { # Patching Makefile for linguas support. # Only locales, enabled through the LINGUAS (make.conf) variable will be -# "compiled" and installed. +# compiled and installed. einfo "Patching for Linguas support" einfo "available Languages for ${P} are:" - detect_po_dir + vdr_detect_po_dir for f in ${pofile_dir[*]}; do PLUGIN_LINGUAS=$( ls ${f}/po --ignore="*.pot" | sed -e "s:.po::g" | cut -d_ -f1 | tr \\\012 ' ' ) @@ -303,43 +310,40 @@ linguas_support() { vdr_i18n() { # i18n handling was deprecated since >=media-video/vdr-1.5.9, # finally with >=media-video/vdr-1.7.27 it has been dropped entirely and some -# plugins will fail to "compile" because they're still using the old variant. +# plugins will fail to compile because they're still using the old variant. # Simply remove the i18n.o object from Makefile (OBJECT) and # remove "static const tI18nPhrase*" from i18n.h. -# -# Plugins that are still using the old method will be pmasked until they're -# fixed or in case of maintainer timeout they'll be masked for removal. - gettext_missing + vdr_gettext_missing local I18N_OBJECT=$( grep i18n.o Makefile ) if [[ -n ${I18N_OBJECT} ]]; then if [[ "${KEEP_I18NOBJECT:-no}" = "yes" ]]; then - dev_check "Forced to keep i18n.o" + vdr_dev_check "Forced to keep i18n.o" else sed -i "s:i18n.o::g" Makefile - dev_check "OBJECT i18n.o found" - dev_check "removed per sed \n" + vdr_dev_check "OBJECT i18n.o found" + vdr_dev_check "removed per sed \n" fi else - dev_check "OBJECT i18n.o not found in Makefile" - dev_check "all fine or manual review needed? \n" + vdr_dev_check "OBJECT i18n.o not found in Makefile" + vdr_dev_check "all fine or manual review needed? \n" fi local I18N_STRING=$( [[ -e i18n.h ]] && grep tI18nPhrase i18n.h ) if [[ -n ${I18N_STRING} ]]; then sed -i "s:^extern[[:space:]]*const[[:space:]]*tI18nPhrase://static const tI18nPhrase:" i18n.h - dev_check "obsolete tI18nPhrase found" - dev_check "disabled per sed, please recheck \n" + vdr_dev_check "obsolete tI18nPhrase found" + vdr_dev_check "disabled per sed, please recheck \n" else - dev_check "obsolete tI18nPhrase not found, fine..." - dev_check "please review, may be in subdir... \n" + vdr_dev_check "obsolete tI18nPhrase not found, fine..." + vdr_dev_check "please review, may be in subdir... \n" fi } -remove_i18n_include() { +vdr_remove_i18n_include() { # remove uneeded i18.n includes local f @@ -348,7 +352,7 @@ remove_i18n_include() { -e "s:^#include[[:space:]]*\"i18n.h\"://:" done - dev_check "removed i18n.h include in ${@}" + vdr_dev_check "removed i18n.h include in ${@}" } vdr-plugin-2_print_enable_command() { @@ -383,22 +387,16 @@ vdr-plugin-2_pkg_setup() { # Plugins need to be compiled with position independent code, otherwise linking # VDR against it will fail + # depricated if fi, as we have only >=vdr-2 in the tree, fix me later... if has_version ">=media-video/vdr-1.7.13"; then append-cxxflags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE fi # Where should the plugins live in the filesystem - if has_version ">=media-video/vdr-1.7.34"; then - VDR_PLUGIN_DIR=$(pkg-config --variable=libdir vdr) - else - # obsolete, as we have only >=media-video/vdr-2 - VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" - fi + VDR_PLUGIN_DIR=$(pkg-config --variable=libdir vdr) VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" - # was /usr/lib/... some time ago - # since gentoo-vdr-scripts-0.3.6 it works with /usr/share/... VDR_RC_DIR="/usr/share/vdr/rcscript" # Pathes to includes @@ -407,12 +405,7 @@ vdr-plugin-2_pkg_setup() { TMP_LOCALE_DIR="${WORKDIR}/tmp-locale" - if has_version ">=media-video/vdr-1.7.34"; then - LOCDIR=$(pkg-config --variable=locdir vdr) - else - # obsolete, as we have only >=media-video/vdr-2 - LOCDIR="/usr/share/locale" - fi + LOCDIR=$(pkg-config --variable=locdir vdr) if ! has_vdr; then # set to invalid values to detect abuses @@ -428,15 +421,8 @@ vdr-plugin-2_pkg_setup() { return fi - if has_version ">=media-video/vdr-1.7.34"; then - VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) - APIVERSION=$(pkg-config --variable=apiversion vdr) - else - # obsolete, as we have only >=media-video/vdr-2 - VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) - APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) - [[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}" - fi + VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) + APIVERSION=$(pkg-config --variable=apiversion vdr) einfo "Compiling against" einfo "\tvdr-${VDRVERSION} [API version ${APIVERSION}]" @@ -463,18 +449,22 @@ vdr-plugin-2_src_util() { unpacker_src_unpack ;; add_local_patch) - cd "${S}" || die "Could not change to plugin-source-directory!" - epatch_user + cd "${S}" || die "Could not change to plugin-source-directory (src_util)" + if [[ ${EAPI} != [45] ]]; then + eapply_user + else + epatch_user + fi ;; patchmakefile) - cd "${S}" || die "Could not change to plugin-source-directory!" + cd "${S}" || die "Could not change to plugin-source-directory (src_util)" vdr_patchmakefile ;; i18n) vdr_i18n ;; linguas_patch) - linguas_support + vdr_linguas_support ;; esac @@ -507,7 +497,9 @@ vdr-plugin-2_src_prepare() { die "vdr-plugin-2_src_prepare not called!" fi - [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}" + [[ ${EAPI} == [45] ]] && [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}" + [[ ${EAPI} != [45] ]] && [[ ${PATCHES[@]} ]] && eapply "${PATCHES[@]}" + debug-print "$FUNCNAME: applying user patches" vdr-plugin-2_src_util prepare @@ -527,16 +519,14 @@ vdr-plugin-2_src_compile() { eerror "Please report this at bugs.gentoo.org." die "vdr-plugin-2_src_compile not called!" fi - cd "${S}" + cd "${S}" || die "could not change to plugin source directory (src_compile)" - BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-all }} - emake ${BUILD_PARAMS} \ - ${BUILD_TARGETS} \ - LOCALEDIR="${TMP_LOCALE_DIR}" \ - LOCDIR="${TMP_LOCALE_DIR}" \ - LIBDIR="${S}" \ - TMPDIR="${T}" \ - || die "emake failed" + emake all ${BUILD_PARAMS} \ + LOCALEDIR="${TMP_LOCALE_DIR}" \ + LOCDIR="${TMP_LOCALE_DIR}" \ + LIBDIR="${S}" \ + TMPDIR="${T}" \ + || die "emake all failed" ;; esac @@ -553,7 +543,7 @@ vdr-plugin-2_src_install() { die "vdr-plugin-2_src_install not called!" fi - cd "${WORKDIR}" + cd "${WORKDIR}" || die "could not change to plugin workdir directory (src_install)" if [[ -n ${VDR_MAINTAINER_MODE} ]]; then local mname="${P}-Makefile" @@ -573,25 +563,24 @@ vdr-plugin-2_src_install() { fi - cd "${S}" + cd "${S}" || die "could not change to plugin source directory (src_install)" local SOFILE_STRING=$(grep SOFILE Makefile) if [[ -n ${SOFILE_STRING} ]]; then - BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-install }} - einstall ${BUILD_PARAMS} \ - ${BUILD_TARGETS} \ - TMPDIR="${T}" \ - DESTDIR="${D}" \ - || die "einstall (makefile target) failed" + emake install \ + ${BUILD_PARAMS} \ + TMPDIR="${T}" \ + DESTDIR="${D}" \ + || die "emake install (makefile target) failed" else - dev_check "Plugin use still the old Makefile handling" + vdr_dev_check "Plugin use still the old Makefile handling" insinto "${VDR_PLUGIN_DIR}" doins libvdr-*.so.* fi if [[ -d ${TMP_LOCALE_DIR} ]]; then einfo "Installing locales" - cd "${TMP_LOCALE_DIR}" + cd "${TMP_LOCALE_DIR}" || die "could not change to TMP_LOCALE_DIR" local linguas for linguas in ${LINGUAS[*]}; do @@ -600,7 +589,7 @@ vdr-plugin-2_src_install() { done fi - cd "${D}/usr/$(get_libdir)/vdr/plugins" + cd "${D}/usr/$(get_libdir)/vdr/plugins" || die "could not change to D/usr/libdir/vdr/plugins" # create list of all created plugin libs vdr_plugin_list="" @@ -611,15 +600,19 @@ vdr-plugin-2_src_install() { vdr_plugin_list="${vdr_plugin_list} ${p_name}" done - cd "${S}" + cd "${S}" || die "could not change to plugin source directory (src_install)" - create_header_checksum_file ${vdr_plugin_list} - create_plugindb_file ${vdr_plugin_list} + vdr_create_header_checksum_file ${vdr_plugin_list} + vdr_create_plugindb_file ${vdr_plugin_list} - local docfile - for docfile in README* HISTORY CHANGELOG; do - [[ -f ${docfile} ]] && dodoc ${docfile} - done + if [[ ${EAPI} != [45] ]]; then + einstalldocs + else + local docfile + for docfile in README* HISTORY CHANGELOG; do + [[ -f ${docfile} ]] && dodoc ${docfile} + done + fi # if VDR_CONFD_FILE is empty and ${FILESDIR}/confd exists take it [[ -z ${VDR_CONFD_FILE} ]] && [[ -e ${FILESDIR}/confd ]] && VDR_CONFD_FILE=${FILESDIR}/confd diff --git a/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass b/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass index 7779cd533a..d684c4e635 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass @@ -1,11 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# + +# @ECLASS: vim-plugin.eclass +# @MAINTAINER: +# vim@gentoo.org +# @BLURB: used for installing vim plugins +# @DESCRIPTION: # This eclass simplifies installation of app-vim plugins into # /usr/share/vim/vimfiles. This is a version-independent directory # which is read automatically by vim. The only exception is -# documentation, for which we make a special case via vim-doc.eclass +# documentation, for which we make a special case via vim-doc.eclass. inherit vim-doc EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm diff --git a/sdk_container/src/third_party/portage-stable/eclass/vim-spell.eclass b/sdk_container/src/third_party/portage-stable/eclass/vim-spell.eclass index 60ae8bb9b6..804f17fdba 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/vim-spell.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/vim-spell.eclass @@ -123,5 +123,4 @@ vim-spell_pkg_postinst() { elog "For further documentation, use:" elog " :help spell" echo - epause } diff --git a/sdk_container/src/third_party/portage-stable/eclass/wxwidgets.eclass b/sdk_container/src/third_party/portage-stable/eclass/wxwidgets.eclass index dc6db5a8d0..db72f6dafa 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/wxwidgets.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/wxwidgets.eclass @@ -7,171 +7,134 @@ # wxwidgets@gentoo.org # @BLURB: Manages build configuration for wxGTK-using packages. # @DESCRIPTION: -# This eclass gives ebuilds the ability to build against a specific wxGTK -# SLOT and profile without interfering with the system configuration. Any -# ebuild with a x11-libs/wxGTK dependency must use this eclass. +# This eclass sets up the proper environment for ebuilds using the wxGTK +# libraries. Ebuilds using wxPython do not need to inherit this eclass. # -# There are two ways to do it: +# More specifically, this eclass controls the configuration chosen by the +# /usr/bin/wx-config wrapper. # -# - set WX_GTK_VER before inheriting the eclass -# - set WX_GTK_VER and call need-wxwidgets from a phase function +# Using the eclass is simple: # -# (where WX_GTK_VER is the SLOT you want) +# - set WX_GTK_VER equal to a SLOT of wxGTK +# - call setup-wxwidgets() # -# If your package has optional support for wxGTK (ie. by a USE flag) then -# you should use need-wxwidgets. This is important because some packages -# will force-enable wxGTK if they find WX_CONFIG set in the environment. -# -# @CODE -# inherit wxwidgets -# -# IUSE="X wxwidgets" -# DEPEND="wxwidgets? ( x11-libs/wxGTK:2.8[X?] )" -# -# src_configure() { -# if use wxwidgets; then -# WX_GTK_VER="2.8" -# if use X; then -# need-wxwidgets unicode -# else -# need-wxwidgets base-unicode -# fi -# fi -# econf --with-wx-config="${WX_CONFIG}" -# } -# @CODE -# -# That's about as complicated as it gets. 99% of ebuilds can get away with: -# -# @CODE -# inherit wxwidgets -# DEPEND="wxwidgets? ( x11-libs/wxGTK:2.8[X] ) -# ... -# WX_GTK_VER=2.8 need-wxwidgets unicode -# @CODE -# -# Note: unless you know your package works with wxbase (which is very -# doubtful), always depend on wxGTK[X]. -# -# Debugging: In wxGTK 3.0 and later debugging support is enabled in the -# library by default and needs to be controlled at the package level. -# Use the -DNDEBUG preprocessor flag to disable debugging features. -# (Using need-wxwidgets will do this for you, see below.) +# The configuration chosen is based on the version required and the flags +# wxGTK was built with. if [[ -z ${_WXWIDGETS_ECLASS} ]]; then case ${EAPI} in 0|1|2|3|4|5) inherit eutils flag-o-matic multilib + + # This was used to set up a sane default for ebuilds so they could + # avoid calling need-wxwidgets if they didn't need a particular build. + # This was a bad idea for a couple different reasons, and because + # get_libdir() is now illegal in global scope in EAPI 6 we can't do it + # anymore. All ebuilds must now use setup-wxwidgets and this code is + # only here for backwards compatability. + if [[ -z ${WX_CONFIG} ]]; then + if [[ -n ${WX_GTK_VER} ]]; then + for _wxtoolkit in mac gtk2 base; do + # newer versions don't have a seperate debug config + for _wxdebug in xxx release- debug-; do + _wxconf="${_wxtoolkit}-unicode-${_wxdebug/xxx/}${WX_GTK_VER}" + + [[ -f ${EPREFIX}/usr/$(get_libdir)/wx/config/${_wxconf} ]] \ + || continue + + WX_CONFIG="${EPREFIX}/usr/$(get_libdir)/wx/config/${_wxconf}" + WX_ECLASS_CONFIG="${WX_CONFIG}" + break + done + [[ -n ${WX_CONFIG} ]] && break + done + [[ -n ${WX_CONFIG} ]] && export WX_CONFIG WX_ECLASS_CONFIG + fi + fi + unset _wxtoolkit + unset _wxdebug + unset _wxconf + ;; + 6) + inherit flag-o-matic multilib ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac -# We do this in global scope so ebuilds can get sane defaults just by -# inheriting. -if [[ -z ${WX_CONFIG} ]]; then - if [[ -n ${WX_GTK_VER} ]]; then - for _wxtoolkit in mac gtk2 base; do - # newer versions don't have a seperate debug profile - for _wxdebug in xxx release- debug-; do - _wxconf="${_wxtoolkit}-unicode-${_wxdebug/xxx/}${WX_GTK_VER}" - - [[ -f ${EPREFIX}/usr/$(get_libdir)/wx/config/${_wxconf} ]] || continue - - WX_CONFIG="${EPREFIX}/usr/$(get_libdir)/wx/config/${_wxconf}" - WX_ECLASS_CONFIG="${WX_CONFIG}" - break - done - [[ -n ${WX_CONFIG} ]] && break - done - [[ -n ${WX_CONFIG} ]] && export WX_CONFIG WX_ECLASS_CONFIG - fi -fi -unset _wxtoolkit -unset _wxdebug -unset _wxconf - -# @FUNCTION: need-wxwidgets -# @USAGE: +# @FUNCTION: setup-wxwidgets # @DESCRIPTION: # -# Available profiles are: +# Call this in your ebuild to set up the environment for wxGTK. Besides +# controlling the wx-config wrapper this exports WX_CONFIG containing +# the path to the config in case it needs to be passed to a build system. # -# unicode (USE="X") -# base-unicode (USE="-X") +# In wxGTK-2.9 and later it also controls the level of debugging output +# from the libraries. In these versions debugging features are enabled +# by default and need to be disabled at the package level. Because this +# causes many warning dialogs to pop up during runtime we add -DNDEBUG to +# CPPFLAGS to disable debugging features (unless your ebuild has a debug +# USE flag and it's enabled). If you don't like this behavior you can set +# WX_DISABLE_NDEBUG to override it. # -# This lets you choose which config file from /usr/lib/wx/config is used when -# building the package. It also exports ${WX_CONFIG} with the full path to -# that config. -# -# If your ebuild does not have a debug USE flag, or it has one and it is -# disabled, -DNDEBUG will be automatically added to CPPFLAGS. This can be -# overridden by setting WX_DISABLE_DEBUG if you want to handle it yourself. +# See: http://docs.wxwidgets.org/trunk/overview_debugging.html -need-wxwidgets() { +setup-wxwidgets() { local wxtoolkit wxdebug wxconf - if [[ -z ${WX_GTK_VER} ]]; then - eerror "WX_GTK_VER must be set before calling $FUNCNAME." - echo - die - fi + [[ -z ${WX_GTK_VER} ]] \ + && die "WX_GTK_VER must be set before calling $FUNCNAME." - if [[ ${WX_GTK_VER} != 2.8 && ${WX_GTK_VER} != 2.9 && ${WX_GTK_VER} != 3.0 ]]; then - eerror "Invalid WX_GTK_VER: ${WX_GTK_VER} - must be set to a valid wxGTK SLOT." - echo - die - fi - - case $1 in - unicode|base-unicode) ;; - *) eerror "Invalid $FUNCNAME profile: $1" - echo - die + case "${WX_GTK_VER}" in + 3.0-gtk3) + wxtoolkit=gtk3 + if [[ -z ${WX_DISABLE_NDEBUG} ]]; then + ( in_iuse debug && use debug ) || append-cppflags -DNDEBUG + fi + ;; + 2.9|3.0) + wxtoolkit=gtk2 + if [[ -z ${WX_DISABLE_NDEBUG} ]]; then + ( in_iuse debug && use debug ) || append-cppflags -DNDEBUG + fi + ;; + 2.8) + wxtoolkit=gtk2 + wxdebug="release-" + has_version x11-libs/wxGTK:${WX_GTK_VER}[debug] && wxdebug="debug-" + ;; + *) + die "Invalid WX_GTK_VER: must be set to a valid wxGTK SLOT" ;; esac - # wxbase is provided by both gtk2 and base installations + # toolkit overrides if has_version "x11-libs/wxGTK:${WX_GTK_VER}[aqua]"; then wxtoolkit="mac" - elif has_version "x11-libs/wxGTK:${WX_GTK_VER}[X]"; then - wxtoolkit="gtk2" - else + elif ! has_version "x11-libs/wxGTK:${WX_GTK_VER}[X]"; then wxtoolkit="base" fi - # 2.8 has a separate debug element - if [[ ${WX_GTK_VER} == 2.8 ]]; then - if has_version "x11-libs/wxGTK:${WX_GTK_VER}[debug]"; then - wxdebug="debug-" - else - wxdebug="release-" - fi - else - if [[ -z ${WX_DISABLE_DEBUG} ]]; then - use_if_iuse debug || append-cppflags -DNDEBUG - fi - fi - wxconf="${wxtoolkit}-unicode-${wxdebug}${WX_GTK_VER}" - if [[ ! -f ${EPREFIX}/usr/$(get_libdir)/wx/config/${wxconf} ]]; then - echo - eerror "Failed to find configuration ${wxconf}" - echo - die - fi + [[ ! -f ${EPREFIX}/usr/$(get_libdir)/wx/config/${wxconf} ]] \ + && die "Failed to find configuration ${wxconf}" export WX_CONFIG="${EPREFIX}/usr/$(get_libdir)/wx/config/${wxconf}" export WX_ECLASS_CONFIG="${WX_CONFIG}" echo - einfo "Requested wxWidgets: ${1} ${WX_GTK_VER}" + einfo "Requested wxWidgets: ${WX_GTK_VER}" einfo "Using wxWidgets: ${wxconf}" echo } +# deprecated +need-wxwidgets() { + setup-wxwidgets +} + _WXWIDGETS_ECLASS=1 fi diff --git a/sdk_container/src/third_party/portage-stable/eclass/x-modular.eclass b/sdk_container/src/third_party/portage-stable/eclass/x-modular.eclass index 45aadab011..2b68d9490d 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/x-modular.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/x-modular.eclass @@ -8,7 +8,6 @@ # # @ECLASS: x-modular.eclass # @MAINTAINER: -# Donnie Berkholz # x11@gentoo.org # @BLURB: Reduces code duplication in the modularized X11 ebuilds. # @DESCRIPTION: @@ -70,7 +69,7 @@ EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS} XDIR="/usr" IUSE="" -HOMEPAGE="http://xorg.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/" # @ECLASS-VARIABLE: SNAPSHOT # @DESCRIPTION: @@ -79,7 +78,7 @@ HOMEPAGE="http://xorg.freedesktop.org/" : ${SNAPSHOT:=no} # Set up SRC_URI for individual modular releases -BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual" +BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual" # @ECLASS-VARIABLE: MODULE # @DESCRIPTION: # The subdirectory to download source from. Possible settings are app, diff --git a/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass index 437265a9ea..9a1abb1b0c 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass @@ -61,7 +61,7 @@ esac EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS} IUSE="" -HOMEPAGE="http://xorg.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/" # @ECLASS-VARIABLE: XORG_EAUTORECONF # @DESCRIPTION: @@ -73,7 +73,7 @@ HOMEPAGE="http://xorg.freedesktop.org/" # @DESCRIPTION: # Set up SRC_URI for individual modular releases. If set to an empty # string, no SRC_URI will be provided by the eclass. -: ${XORG_BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual"} +: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual"} # @ECLASS-VARIABLE: XORG_MODULE # @DESCRIPTION: @@ -115,7 +115,7 @@ fi # Set up autotools shared dependencies # Remember that all versions here MUST be stable -XORG_EAUTORECONF_ARCHES="x86-interix ppc-aix x86-winnt" +XORG_EAUTORECONF_ARCHES="ppc-aix x86-winnt" EAUTORECONF_DEPEND+=" >=sys-devel/libtool-2.2.6a sys-devel/m4" @@ -359,7 +359,7 @@ xorg-2_reconf_source() { debug-print-function ${FUNCNAME} "$@" case ${CHOST} in - *-interix* | *-aix* | *-winnt*) + *-aix* | *-winnt*) # some hosts need full eautoreconf [[ -e "./configure.ac" || -e "./configure.in" ]] \ && AUTOTOOLS_AUTORECONF=1 @@ -468,8 +468,14 @@ xorg-2_src_configure() { local dep_track="--disable-dependency-tracking" fi + # Check if package supports disabling of selective -Werror=... + if grep -q -s "disable-selective-werror" ${ECONF_SOURCE:-.}/configure; then + local selective_werror="--disable-selective-werror" + fi + local myeconfargs=( ${dep_track} + ${selective_werror} ${FONT_OPTIONS} "${xorgconfadd[@]}" ) diff --git a/sdk_container/src/third_party/portage-stable/licenses/AVM-FC b/sdk_container/src/third_party/portage-stable/licenses/AVM-FC deleted file mode 100644 index 0c7fec1146..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/AVM-FC +++ /dev/null @@ -1,78 +0,0 @@ -lib/fcclassic-lib.o -lib/fcpci-lib.o -lib/fcpnp-lib.o -lib/fcpcmcia-lib.o -lib/fcusb-lib.o -lib/fcusb2-lib.o -lib/fxusb-lib.o -lib/fcdsl-lib.o -lib/fcdslusb-lib.o -lib/fcdslusba-lib.o -lib/fcdslusb2-lib.o -lib/fcdslsl-lib.o -lib/fcdsl2-lib.o -lib/fcdslslusb-lib.o -lib/driver-lib.o - -Copyright (C) 2002, AVM GmbH. All rights reserved. - -I. Copyright Notice -This Software is object of a license agreement. You may only use the Software -in accordance with the license conditions mentioned therein. As licensee you -bear all risk in regard to hazards and impairments of quality which may arise -in connection with the use of this Software. - -You may not transmit, reproduce or alter this Software in whole or in part, -in any form, by any means, nor may you translate the Software into any other -natural or computer language. The creation of a backup copy for personal use -is excepted. The information hereby made available to you may be communicated -to third parties only with the written permission of AVM GmbH. - -You may only modify this Software for own and personal use. You may only -reverse engineer this Software for debugging such permitted modifications. - -This Software has been produced with due care and checked for correctness in -accordance with available technology. The information in this Software is -subject to change without notice for the purpose of technical improvement. - -THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE -LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, -EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE -ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. -SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY -SERVICING, REPAIR OR CORRECTION. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE -THE SOFTWARE AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE -OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA -OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES -OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH -HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -II. LGPL Notice -This Software is linked with free software. You can redistribute and/or -modify such free software under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -The free software is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this Software; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, or see -http://www.opensource.org/licenses/lgpl-license.html - -III. Contact: -AVM GmbH -Alt-Moabit 95 -10559 Berlin -Germany -Email: info@avm.de - diff --git a/sdk_container/src/third_party/portage-stable/licenses/AVM-dtrace b/sdk_container/src/third_party/portage-stable/licenses/AVM-dtrace deleted file mode 100644 index 788b5c8966..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/AVM-dtrace +++ /dev/null @@ -1,82 +0,0 @@ -© AVM GmbH 2004-2009. All rights reserved. www.avm.de - -This documentation and the relevant programs (both herein referred to -as "Software") are protected by copyright. - -Software is delivered in machine-readable format only (object code -format). Under all AVM intellectual property rights, AVM hereby grants -licensee the non-exclusive right to use the Software. Unless agreed -for a limited time period, the right to use the Software is for an -unlimited time period. Licensee shall be entitled to make a copy -exclusively reserved for personal backup purposes (backup copy). -Unless granted by mandatory law (including but not limited to Art. 69 -German Copyright Act for decompiling), licensee shall not be entitled -to modify, disassemble, reverse engineer, decompile or otherwise alter -the Software in whole or in part. AVM reserves all intellectual -property rights except as expressly granted herein. Licensee shall not -be entitled to modify or delete alpha-numerical or other -identification codes on data median and shall transfer such -identification codes onto any legal backup copy. Without the prior -written approval of AVM, licensee shall not be entitled to transmit -any infomation made available herein. - -If licensee has received the Software not for commercial puposes of -resale (end user), licensee shall be obliged to transmit the right to -use the Software to a third party only in connection with the product -licensee acquired together with the Software. In the event that -licensee transfers the right to use the Software to a third party, -licensee shall ensure not to grant further rights to this third party -than originally granted to AVM, and licensee shall ensure to impose -this third party the obligations of the present license terms. In such -case, licensee shall not withhold any backup copy. Licensee shall not -be entitled to grant sublicenses. In the event licensee transmits the -Software to a third party, licensee shall be responsible for and shall -release AVM insofar from the compliance of export control laws and -obligations. - -If and insofar AVM provides Software for which AVM is only granted a -derived right to use (Third Party Software), the license terms for -such Third Party Software shall additionally apply and prevail. If and -insofar certain Third Party Software in object code format by Texas -Instrument („TI Software“) is provided together with this Software, -licensee may only distribute such TI Software pursuant to a written -license agreement which restricts use to TI Software embedded in the -AVM hardware product licensee acquired together with the Software and -prohibits (unless granted by mandatory law) copying, reverse -engineering, decompiling or disassembling of TI Software. If Open -Source Software is provided, the license terms for such Open Source -Software shall additionally apply and prevail. AVM shall provide -licensee with the corresponding source code of relevant Open Source -Software, if the respective license terms of the Open Source Software -include such obligation. AVM shall inform if the Software contains -Third Party Software and/or Open Source Software and make available -the corresponding license terms on request. - -This Software has been produced with all due care and checked for -correctness in accordance with state of the art. AVM hereby disclaims -all liability and warranties, whether express or implied, relating to -this Software’s quality, performance or suitability for any specific -purpose which deviates from the performance specifications contained -in the Software description. AVM shall not be liable for damages -arising directly or indirectly from the use of the manual or related -software, nor for incidental or consequential damages, except in case -of intent or gross negligence. AVM expressly disclaims all liability -for loss of or damage to hardware, software or data as a result of -direct or indirect errors or destruction and for any costs, including -ISDN, GSM and DSL connection charges, related to the Software supplied -and due to incorrect installations not performed by AVM itself. - -AVM shall not be obliged to offer any software services. The -information in this Software is subject to change without notice for -the purpose of technical improvement. - -AVM offers a manufacturer's warranty for this original product. The -conditions of this warranty are contained in the WARRANTY.PDF file in -the SOFTWARE/INFO folder on the product CD included with delivery. - -Trademarks: Unless otherwise indicated, all trademarks mentioned are -legally protected trademarks owned by AVM GmbH. This is especially -true for product names and logos. Microsoft, Windows and the Windows -logo are trademarks owned by Microsoft Corporation in the USA and/or -other countries. All other product and company names are trademarks of -their respective owners. diff --git a/sdk_container/src/third_party/portage-stable/licenses/ArpWarp b/sdk_container/src/third_party/portage-stable/licenses/ArpWarp deleted file mode 100644 index 8182252593..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/ArpWarp +++ /dev/null @@ -1,92 +0,0 @@ -ACADEMIC SOFTWARE LICENSE AGREEMENT FOR END-USERS AT PUBLIC FUNDED ACADEMIC, EDUCATION OR RESEARCH INSTITUTIONS FOR THE USE OF ARP/WARP 7.0 - -By clicking the Acceptance button for the ARP/wARP 7.0 Software ("Licensed Software"), you are consenting to be bound by and become a party to this agreement as the "Licensee". If you do not agree to all of the terms of this agreement, you must not click the Acceptance button, not install the product nor use the product, and you do not become a LICENSEE under this agreement. - -If you are not a member of a public funded academic and/or education and/or research institution you must obtain a commercial license from EMBLEM (Info@embl-em.de). - -This software license agreement is entered into by and between EMBL Enterprise Management GmbH (hereinafter "EMBLEM") located at Boxbergring 107, D-69126 Heidelberg, Germany and the "LICENSEE". - -WHEREAS EMBLEM has the right to license all copyrights and other property rights in the Licensed Software identified as ARP/wARP 7.0 and developed by EMBL (European Molecular Biology Laboratory, Meyerhofstrasse 1, D-69117 Heidelberg, Germany) in collaboration with the NKI (The Netherlands Cancer Institute, Plesmanlaan 121, 1066CX Amsterdam, The Netherlands), and EMBLEM desires to license the Software so that it becomes available for public use and benefit. - -WHEREAS LICENSEE is a public funded academic and/or education and/or research institution. - -WHEREAS LICENSEE desires to acquire a free non-exclusive license to use the Software for internal research purposes only. - -NOW, THEREFORE, in consideration of the mutual promises and covenants contained herein, the parties agree as follows: - -1. Definitions -"Licensed Software", means the current version ARP/wARP 7.0 computer package developed by Victor Lamzin and Anastassis Perrakis, collectively the "Authors", pursuant to this Agreement. - -ARP/wARP 7.0 calls for the use of some CCP4 (Collaborative Computer Project 4, Daresbury Laboratory, UK) programs and specialized libraries. Therefore, LICENSEE of ARP/wARP must obtain a CCP4 license and must install CCP4 prior to installation of ARP/wARP. - -Any opinion, findings, conclusions or recommendations expressed in the ARP/wARP 7.0 suite are those of the authors and do not necessarily reflect the views of EMBL, NKI and EMBLEM. - -2. License -Subject to the terms and conditions of this Agreement a non-exclusive, non-transferable License to use and copy the Licensed Software is made available free of charge for the LICENSEE, which is a non-profit educational, academic and/or research institution. The License is only granted for personal and internal use in research only at one Site, where a Site is defined as a set of contiguous buildings in one location. The software will be used at only one location of LICENSEE. The LICENSEE can use the Software only for academic research projects. This explicitly excludes projects which are contracted to the LICENSEE by third parties for a fee, or projects that are done in collaboration with a third party that is funding the research in whole or in part in exchange for commercial rights on the results and/or possible delay in publication of any relevant results to the academic community. - -This license does not entitle LICENSEE to receive from EMBLEM any copies of the Licensed Software including but not limited to Licensed Software on disks, tapes or CD's, hard-copy documentation, technical support, telephone assistance, or enhancements or updates to the Licensed Software. - -The user and any research assistants, co-workers or other workers who may use the Software agree to not give the source code to third parties or grant licenses on any software that includes the Licensed Software, alone or integrated into other software, to third parties. Modification of the Licensed Software code is prohibited without the prior written consent of EMBLEM. - -3. Ownership -Except as expressly licensed in this Agreement, EMBL and NKI shall retain title to the Licensed Software, and any upgrades and modifications created by EMBL and NKI. - -4. Consideration -In consideration for the license rights granted by EMBLEM, LICENSEE will obtain this academic license free of charge. - -5. Copies -LICENSEE shall have the right to make copies of the Licensed Software for internal use at the Site and for back-up purposes under this Agreement, but agrees that all such copies shall contain the copyright notices and all other reasonable and appropriate proprietary markings or confidential legends that appear on the Licensed Software provided hereunder. - -6. Support -EMBLEM shall have no obligation to offer support services to LICENSEE, and nothing contained herein shall be interpreted as to require EMBLEM to provide maintenance, installation services, debugging, consultation, or end-user support of any kind. - -7. Software Protection -LICENSEE acknowledges that ARP/wARP is proprietary to EMBL and NKI. The software code of the Licensed Software shall be treated as trade secrets and confidential information, and LICENSEE agrees to use their best efforts to hold the same in confidence. LICENSEE's obligation for confidentiality shall not extend to any information which is, or becomes generally available to the public, is already known to or subsequently disclosed by third parties to LICENSEE and is at its free disposal, or is independently developed by LICENSEE or its affiliates without the use of the confidential information disclosed by EMBL or NKI, or is required by law or legal process. - -Except as otherwise expressly permitted in this Agreement, LICENSEE may not (i) modify or create any derivative works of the Licensed Software or documentation to the Licensed Software, including customization, translation or localization; (ii) decompile, disassemble, reverse engineer, or otherwise attempt to derive the source code for the Product; (iii) redistribute, encumber, sell, rent, lease, sublicense, or otherwise transfer rights to the Licensed Software; (iv) remove or alter any trademark, logo, copyright or other proprietary notices, legends, symbols or labels in the Product; or (v) publish any results of benchmark tests run on the Product to a third party without EMBLEM's prior written consent. - -For the avoidance of doubt there is a note on the above: Customizations of the distributed ARP/wARP code (including but not limited to modifications of the ARP/wARP c-shell, tcl/tk and/or python scripts, as well as writing additional scripts or any other kind of computer code that use parts or the whole of the licensed software including but not limited to the so-called "software pipelines") are explicitly considered 'derivative work' as defined in (i). LICENSEE is not permitted to carry out such 'derivative work' for either local use or redistribution of changed code without the written consent of the authors and EMBLEM. - -8. Representations of EMBLEM to LICENSEE -EMBLEM represents to LICENSEE that (i) EMBLEM has the right to grant the License on the Licensed Software and to enter into this agreement and (ii) EMBLEM undertakes to use best efforts to cooperate with and assist LICENSEE, at LICENSEE's expense, in defending itself against any action based on the alleged infringement of any third party patent, copyright or trade secret rights resulting from or relating to the use or licensing of the Licensed Software by LICENSEE. - -9. Indemnity and Disclaimer of Warranties -Except as expressly set forth in this agreement, EMBLEM makes no representations or warranties, expressed or implied. - -The Licensed Software is provided free of charge, and, therefore, on an "as is" basis, without warranty of any kind, expressed or implied, including without limitation the warranties that it is free of defects, virus free, able to operate on an uninterrupted basis, merchantable, fit for a particular purpose or non-interfering. The entire risk as to the quality and performance of the Licensed Software is borne by LICENSEE. - -By way of example, but not limitation, EMBLEM makes no representations or warranties of merchantability or fitness for the Licensed Software and any particular application or that the use of the Licensed Software will not infringe any patents, copyrights or trademarks or other rights of third parties. The entire risk as to the quality and performance of the product is borne by LICENSEE. EMBLEM shall not be liable for any liability or damages with respect to any claim by LICENSEE or any third party on account of, or arising from the license or use of the Software. - -Should the Licensed Software prove defective in any respect, LICENSEE and not EMBL, NKI or their affiliates should assume the entire cost of any service and repair. This disclaimer of warranty constitutes an essential part of this agreement. No use of the Licensed Software is authorized hereunder except under this disclaimer. - -In no event will EMBL, NKI or their affiliates be liable for any indirect, special, incidental or consequential damages arising out of the use of or inability to use the product, including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if advised of the possibility thereof, and regardless of the legal or equitable theory (contract, tort or otherwise) upon which the claim is based. - -LICENSEE has no right to claim any indemnification based on LICENSEE's use of Licensed Software. - -10. Promotional Advertising & References -LICENSEE may not use the name "ARP/wARP" in its promotional advertising, product literature, and other similar promotional materials to be disseminated to the public or any portion thereof. LICENSEE agrees not to identify EMBL and/or NKI in any promotional advertising or other promotional materials to be disseminated to the public, or any portion thereof without EMBLEM's prior written consent. For the avoidance of doubt, scientific literature is not defined as advertising and promotional materials. - -LICENSEE agrees to cite the use of the Licensed Software on all related scientific publications, posters, grant applications, institutional reports or brochures. LICENSEE agrees further that any reference to the software for crystallographic computations will cite one or more publications as set forth in the manual and in agreement with common scientific practice. EMBLEM, EMBL or NKI shall not use LICENSEE's name in publicity or advertising involving this Agreement or otherwise without LICENSEE's prior written consent which may be withheld at LICENSEE's sole discretion. - -11. Term -This Agreement and the license rights granted herein shall become effective as of the date this Agreement is executed by both parties and shall be perpetual unless terminated in accordance with this Section. - -EMBLEM may terminate this Agreement at any time. - -Either party may terminate this Agreement at any time effective upon the other party's breach of any agreement, covenant, or representation made in this Agreement, such breach remaining uncorrected sixty (60) days after written notice thereof. - -LICENSEE shall have the right, at any time, to terminate this Agreement without cause by written notice to EMBLEM specifying the date of termination. - -Upon termination, LICENSEE shall destroy all full and partial copies of the Licensed Software. - -12. Governing Law -This Agreement shall be construed in accordance with the laws of Germany. Place of Jurisdiction shall be Mannheim. - -13. General -The parties agree that this Agreement is the complete and exclusive agreement among the parties and supersedes all proposals and prior agreements whether written or oral, and all other communications among the parties relating to the subject matter of this Agreement. This Agreement cannot be modified except in writing and signed by both parties. Failure by either party at any time to enforce any of the provisions of this Agreement shall not constitute a waiver by such party of such provision nor in any way affect the validity of this Agreement. - -The invalidity of singular provisions does not affect the validity of the entire understanding. The parties are obligated, however, to replace the invalid provisions by a regulation, which comes closest to the economic intent of the invalid provision. The same shall apply mutatis mutandis in case of a gap. - -IN WITNESS WHEREOF, the LICENSEE hereto has caused this Agreement to be duly executed on the date of the download of the software and by accepting the license conditions by pressing the Acceptance button. - -I have read this License Agreement and I agree to uphold the terms and conditions of this license. \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/Avago b/sdk_container/src/third_party/portage-stable/licenses/Avago new file mode 100644 index 0000000000..f14dd3d745 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/Avago @@ -0,0 +1,662 @@ +IMPORTANT - READ CAREFULLY: This Software License Agreement ("Agreement") +is a legal agreement between Licensee (either an individual or a single +entity), (“Licensee”) and Avago Technologies General IP (Singapore) Pte. +Ltd., ("Broadcom") for the Licensed Code, (hereinafter defined). + +By installing, copying, or otherwise using the Licensed Code (hereinafter +defined), Licensee agrees to be bound by the terms of this Agreement. If +Licensee does not agree to the terms of this Agreement, Licensee may not +install, copy or use the Licensed Code. The Licensed Code is licensed, not +sold. + +NOW THEREFORE, in consideration of the foregoing and the mutual promises +and covenants contained in this Agreement the parties hereby agree as +follows: + +1. Definitions + +1.1. "Authorized Use for Source Code" means use of the Source Code solely + for the purpose of internally developing, modifying, integrating and + testing Licensee's Products to interface with Broadcom Devices + authorized for such integration, and for no other use or purpose. + +1.2. "Authorized Use for Binary Code" means use of the Binary Code solely + for the purpose of internal evaluation or developing, integrating, + testing and use of Licensee's Products to interface with Broadcom + Devices and for no other application, use or purpose. + +1.3. "Authorized Use for Internal Code" means use of the Internal Use Code + solely for the purpose of internally developing, modifying, + integrating and testing Licensee's Products to interface with Broadcom + Devices authorized for such integration, and for no other use or + purpose. + +1.4. "Documentation" means explanatory and informational materials or + documentation concerning the Licensed Code, in printed or electronic + format, including without limitation, manuals, descriptions, user and/ + or installation instructions, diagrams, printouts, listings, + flowcharts, and training materials, contained on visual media such as + paper or photographic film, or on other physical storage media in + machine-readable form. Documentation does not include any code. + +1.5. "Licensed Code" means collectively all the software programs which are + owned or distributed by Broadcom and obtained by Licensee via download + from the Broadcom support web-pages through acceptance of this + Agreement. The Licensed Code is specifically referenced individually + in this Agreement as Source Code, Binary Code, or Internal Use Code. + +1.6. "Licensee Products" means the hardware and software (and related + Licensee documentation) that will be developed or modified by or for + Licensee utilizing the Licensed Code for the purpose of interfacing or + being used with Broadcom Devices. + +1.7. "Updates" means maintenance releases, bug fixes, errata or other + corrections, and minor improvements or modifications to the Licensed + Code which may be provided by Broadcom to Licensee from time to time + at Broadcom's sole discretion. Broadcom is under no obligation to + provide Updates or provide support and maintenance services to + Licensee or Licensee Subsequent Users. + +1.8. "New Version" means significant changes, modifications, enhancements, + and/or functional improvements to the Licensed Code. New Versions are + made and generally distributed solely at the discretion of Broadcom. + Licensee must use the latest New Version of Licensed Code that is + available. Broadcom is under no obligation to port any development + work from one version to the latest New Version of Licensed Code. + +1.9. "Broadcom Devices" means those Broadcom products intended for use with + the Licensed Code and purchased from Broadcom or its agents. + +1.10. "Derivative Works" means: (a) for copyrightable or copyrighted + material, any translation (including translation into other computer + languages), port, modification, correction, addition, extension, + upgrade, improvement, compilation, abridgment or other form in which + an existing work may be recast, transformed or adapted; (b) for + patentable or patented material, any improvement thereon; and (c) for + material which is protected by trade secret, any new material derived + from such existing trade secret material, including new material + which may be protected by copyright, patent and/or trade secret. + +1.11. "Intellectual Property Rights" means (by whatever name or term known + or designated) copyrights, trade secrets, patents, moral rights and + any other intellectual and industrial property and proprietary rights + (excluding trademarks) including registrations, applications, + renewals and extensions of such rights anywhere in the world. + +1.12. "Binary Code" means the software programs provided for distribution + at the Broadcom support web-pages, in binary form, any other machine + readable materials, including, but not limited to, libraries, source + files, header files, and data files, any Updates and New Versions + provided by Broadcom. + +1.13. "Source Code" means the software programs provided for distribution + at the Broadcom support web-pages, in source form including, but not + limited to, libraries, source files, header files, and data files, + and Updates and New Versions provided by Broadcom. + +1.14. "Internal Use Code" means the software programs provided for + distribution at the Broadcom support web-pages, in source code or + object code format including, but not limited to, libraries, source + files, header files, and data files, and Updates and New Versions + provided by Broadcom that are only for Licensee's internal use. + +1.15. "JRE Code" mean Oracle Corporation's JAVA SE Runtime Environment + Code. + +1.16. "Subsequent User" means any user subsequent to Licensee, including + but not limited to, all Licensee customers, resellers, end users, and + OEMs. + +1.17 "Taxes" shall mean all taxes, levies, imposts, duties, fines or other + charges of whatsoever nature however imposed by any country or any + subdivision or authority thereof in any way connected with this + Agreement or any instrument or agreement required hereunder, and all + interest, penalties or similar liabilities with respect thereto, + except such taxes as are imposed on or measured by a party's net + income or property. + + +2. Grant of Rights + +2.1 Binary Code. Subject to the terms of this Agreement, Broadcom grants to + Licensee a non-exclusive, world-wide, revocable (for breach in + accordance with Section 7), non-transferable limited license, without + the right to sublicense except as expressly provided herein, solely to: + +(a) Use the Binary Code and related Documentation solely for the Authorized + Use for Binary Code and only with Broadcom Devices + +(b) Make copies of the Binary Code and related Documentation to support the + Authorized Use for Binary Code and for archival and backup purposes in + support of the Authorized Use for Binary Code only with Broadcom + Devices; + +(c) Distribute the Binary Code as incorporated in Licensee's Products or + for use with Broadcom Devices to its Subsequent Users; + +(d) Distribute the Documentation related to Binary Code only for use with + Broadcom Devices; + +(e) Sublicense the rights provided in paragraphs (a) and (b) above in + accordance with the terms provided in this Agreement to contract + manufacturers ("CMs") and/or original design manufacturers ("ODMs"), + in each case meeting the requirements of Section 3.1(d) below for the + purpose of manufacturing Licensee's Products; and (f) Sublicense the + rights provided in paragraphs (b) and (c) in accordance with the terms + provided in this Agreement to Subsequent Users who are not end users + for the purpose of distributing and supporting Licensee's Product. + +2.2 Source Code. Subject to the terms of this Agreement, Broadcom grants to + Licensee a non-exclusive, worldwide, revocable (for breach in + accordance with Section 7), non-transferable limited license, without + the right to sublicense except as expressly provided herein, solely to: + +(a) Use the Source Code and related Documentation solely for the Authorized + Use for Source Code and only with Broadcom Devices; + +(b) Make copies of the Source Code and related Explanatory Material to + support the Authorized Use for Source Code only and for archival and + backup purposes in support of the Authorized use for Source Code only + with Broadcom Devices; + +(c) Modify and prepare Derivative Works of the Source Code for the + Authorized Use for Source Code and only for use with Broadcom Devices; + +(d) Distribute the binary form only of any authorized Derivative Work of + the Source Code ("Licensee Binary Derivative") and necessary portions + of the related Documentation only for use with Broadcom Devices; and + +(e) Sublicense the rights granted in paragraph (d) above in accordance with + the terms provided in this Agreement to Subsequent Users who are not + end users for the purpose of distributing and supporting Licensee's + Product. + +2.3 Internal Use Code. Subject to the terms of this Agreement, Broadcom + grants to Licensee a non-exclusive, worldwide, revocable (for breach in + accordance with Section 7), non-transferable limited license, without + the right to sublicense or distribute, solely to: + +(a) Use the Internal Use Code and related Documentation solely for the + Authorized Use for Internal Code and only with Broadcom Devices; and + +(b) Make copies of the Internal Use Code and related Documentation to + support the Authorized Use for Internal Code only and for archival and + backup purposes in support of the Authorized use for Internal Code only + with Broadcom Devices. + +2.4 Without limiting Section 4, Licensee may exercise the foregoing rights + directly and/or indirectly through its employees and contractors, who + are bound by terms at least as restrictive as this Agreement. + + +3. License Restrictions + +3.1. Binary Code. The Licenses granted in Section 2.1 for Binary Code and + related Documentation are subject to the following restrictions: + +(a) Licensee shall not use the Binary Code and related Documentation for + any purpose other than as expressly provided in Article 2; + +(b) Licensee shall reproduce all copyright notices and other proprietary + markings or legends contained within or on the Binary Code and related + Documentation on any copies it makes; and + +(c) Licensee shall not distribute or disclose the Binary Code and related + Documentation except pursuant to an agreement with terms at least as + protective of the Binary Code as the terms of this Agreement. Licensee + shall not, and shall not allow its Subsequent Users to, disassemble, + de-compile, or reverse engineer the Binary Code. + +(d) Licensee may grant the sublicense set forth in Section 2.1(e) to its + CMs and ODMs, provided that each such CM and ODM agrees to abide by the + terms and conditions of this Agreement and Licensee shall remain + responsible for any failure by its CMs and ODM to comply with the terms + and conditions of this Agreement. + +3.2. Source Code. The Licenses granted in Section 2.2 for Source Code and + related Documentation are subject to the following restrictions: + +(a) Licensee shall not use the Source Code and related Documentation for + any purpose other than as expressly provided in Article 2; + +(b) Licensee shall reproduce all copyright notices and other proprietary + markings or legends contained within or on the Source Code and related + Documentation on any copies it makes; + +(c) Licensee shall not distribute or disclose any Source Code and related + Documentation to any Subsequent Users or third parties, without the + express written consent of Broadcom; + +(d) Licensee shall not knowingly infringe upon the intellectual property + rights of any third party when making Derivative Works to the Source + Code; + +(e) Licensee shall not disassemble, reverse-engineer, or decompile the + Source Code, except for making authorized Derivative Works; and + +(f) Licensee shall not distribute or disclose the Licensee Binary + Derivative except pursuant to an agreement with terms at least as + protective as those in this Agreement protecting Binary Code. Licensee + shall not, and shall not allow its Subsequent Users to, disassemble, + de-compile, or reverse engineer the Licensee Binary Derivative. + +3.3. Internal Use Code. The Licenses granted in Section 2.3 for Internal + Use Code and related Documentation are subject to the following + restrictions: + +(a) Licensee shall not use the Internal Use Code and related Documentation + for any purpose other than as expressly provided in Article 2; + +(b) Licensee shall reproduce all copyright notices and other proprietary + markings or legends contained within or on the Internal Use Code and + related Documentation on any copies it makes; + +(c) Licensee shall not distribute or disclose any Internal Use Code and + related Documentation to any Subsequent Users or third parties, without + the express written consent of Broadcom; and + +(d) Licensee shall not disassemble, reverse-engineer, or decompile the + Internal Use Code. + +3.4. Derivative Works of Source Code Made by Licensee. Subject to + Broadcom's rights in the underlying Source Code, Licensee shall own + all right, title and interest in and to the Derivative Works (both + binary and source format) it makes from Source Code, provided that + such Derivative Works are not made in breach of this Agreement. + Licensee shall not be required to disclose its Derivative Works of the + Source Code to Broadcom. Broadcom shall have no obligations whatsoever + to support, maintain, contribute to, or provide Updates, New Versions + or any modifications to Licensee Derivative Works of the Source Code + and shall have no liability whatsoever for such Derivative Works. In + the event Licensee requests Broadcom's input regarding Licensee + Derivative Works of Source Code and plans to disclose such Derivative + Works to Broadcom, a separate written agreement shall first be + executed by the parties. + +3.5. Broadcom Derivative Works. Nothing contained herein shall prevent + Broadcom from creating any Derivative Works of its Source Code at any + time. Licensee further agrees that Broadcom may independently create a + Derivative Work similar to or in competition with the Licensee + Derivative Work of the Source Code and may use that Derivative Work + for any purpose. Licensee grants Broadcom a Covenant Not to Sue for + any independently developed Derivative Works created by Broadcom for + its own Source Code that Licensee may believe or claim infringes on + any of Licensee's Intellectual Property Rights relating to the + Licensee Derivative Works of the Source Code. + +3.6. U.S. Government Subsequent Users. All Licensed Code and Documentation + qualify as "commercial items," as that term is defined at + 48 C.F.R. 2.101, consisting of "commercial computer software" and + "commercial computer software documentation" as such terms are used in + 48 C.F.R. 12.212. Consistent with 48 CFR 52.227-19, 48 C.F.R.12.212 + and 48 C.F.R. 227.7202-1 through 227.7202-4, Licensee will provide to + U.S. Government end users such Binary Code with only those rights set + forth herein that apply to non-governmental end users. Use of such + Binary Code constitutes agreement by the government entity that the + computer software and computer software documentation is commercial + and constitutes acceptance of the rights and restrictions herein. + +3.7. No Implied Licenses. Except for the express and limited licenses + granted herein for specific purposes, no rights or licenses are + granted by Broadcom under this Agreement, by implication, inducement, + estoppel or otherwise with respect to any proprietary information or + to any patents, copyrights, trade secrets, trademarks, maskworks or + other Intellectual Property Rights owned or controlled by Broadcom. + Any further licenses must be express, in writing and signed by an + authorized representative of Broadcom. + +3.8. Injunctive Relief. In the event of a breach by Licensee of Section 2 + or 3, Broadcom shall be entitled to applicable injunctive relief and + to all remedies available in equity and law to prevent Licensee from + disassembling, de-compiling, reverse engineering, disclosing or using + the Licensed Code in whole or in part. + +3.9. Licensed Code Containing JRE. Certain Licensed Code may contain JRE. + Use of the JRE is restricted by JRE licensing terms to General Purpose + Desktop Computers and Servers, as defined below. Licensee may seek its + own license for the JRE directly with the owner, if it deems + necessary. "General Purposes Desktop Computers and Servers" under JRE + licensing terms is defined as "computers, including desktop, laptop + and tablet computers, or servers, used for general computing functions + under end user control (such as but not specifically limited to email, + general purpose Internet browsing and office suite productivity + tools)". The full terms and conditions for use of the JRE are + available at: http://www.oracle.com/technetwork/java/javase/terms/license/index.html. + +3.10. Notwithstanding anything to the contrary in this Agreement, to the + extent there is a conflict between this Agreement provisions and any + applicable license to open source technology, the provisions of the + open source license shall take precedence and be followed, but only + to the minimum extent reasonably necessary to comply with the + applicable open source license. + + +4. Confidentiality + +4.1 Licensee agrees to limit access to the Licensed Code and Documentation + to employees and contractors of Licensee (which may include, without + limitation, contractors retained by Licensee to maintain or modify the + Licensed Code and Documentation on behalf of Licensee) having a need to + access or know the Licensed Code and Documentation and who have + executed nondisclosure agreements with Licensee obligating them to + maintain the confidentiality of the Licensed Code and Documentation. + +4.2 Licensee shall hold in confidence the Licensed Code and Documentation + as Broadcom's confidential information ("Confidential Information") and + shall use the Broadcom Code and Documentation only as expressly + provided in Section 2, and protect the confidentiality of such + Confidential Information with the same degree of care as Licensee uses + to protect its own confidential or proprietary information of great + commercial value, but in no event less than reasonable care and for no + less than three (3) years from the date of disclosure. + +4.3 Licensee agrees to notify Broadcom immediately after Licensee becomes + aware of any suspected misuse or unauthorized disclosure of any + Confidential Information. The obligations of confidentiality imposed on + Licensee under this Section 4 shall not apply or shall cease to apply + to any of such Confidential Information that Licensee clearly + establishes: (i) was already rightfully in the possession of Licensee + at the time of disclosure as evidenced by records of Licensee; (ii) is + or becomes publicly available through no act or omission of Licensee; + (iii) is rightfully received by Licensee from a third party without an + obligation of confidentiality; (iv) is independently developed by + Licensee's employees or contractors without use of or access to the + information; or (v) is approved for unrestricted disclosure in writing + by an authorized representative of Broadcom. Broadcom makes no warranty + as to the accuracy of any Confidential Information, which is furnished + "AS IS" with all faults. + + +5. Ownership of Code by Broadcom, Fees, and Taxes + +5.1 Broadcom (or its licensors) reserve all right, title, ownership and + interest in and to the Licensed Code and Documentation existing prior + to and after the Effective Date of this Agreement, or created or + generated by Broadcom (or its licensors) at any time, subject to any + licenses granted. Broadcom (or its licensors) reserves all right, + title, ownership and interest in and to any Derivative Works it creates + at any time to the Licensed Code and Documentation, subject to any + licenses granted. + +5.2 Fees and Taxes. No fees are due in connection with this Agreement + unless separately specified by Broadcom. If any such fees are + separately specified in writing, the following applies: + +5.2.1 Payment is due by Licensee upon download, at time of purchase, or no + later than within thirty (30) days of date of Broadcom invoice + therefore, as designated by Broadcom All payments shall be made in + U.S. currency unless otherwise agreed. If at any time, Licensee is + delinquent in the payment of any invoice, or is otherwise in breach + of this Agreement, Broadcom may, at its discretion, and without + prejudice to its other rights, withhold delivery (including partial + delivery) of any order or may, at its option, require Licensee to + prepay for further deliveries. Any sum not paid by Licensee, when + due, shall bear interest until paid at a rate of 1.5% per month + (18% per annum) or the maximum rate permitted by law, whichever is + less. + +5.2.2 All payments or reimbursements due under this Agreement and any + instrument or agreement required hereunder shall be made free and + clear and without deduction for any and all present and future Taxes. + Payments due to Broadcom under this Agreement and any instrument or + agreement required hereunder shall be increased so that amounts + received by Broadcom, after provisions for Taxes and all Taxes on + such increase, will be equal to the amounts required under this + Agreement and any instrument or agreement required hereunder if no + Taxes were due on such payments. + +5.2.3 The Licensee shall indemnify Broadcom for the full amount of Taxes + attributable to the provision of products or services under this + Agreement, and any liabilities (including penalties, interest and + expenses) arising from such Taxes, within thirty (30) days from any + written demand by Broadcom. The Licensee shall provide evidence that + all applicable Taxes have been paid to the appropriate taxing + authority by delivering to Broadcom receipts or notarized copies + thereof within thirty (30) days after the due date for such tax + payments. + +5.2.4 Without prejudice to the survival of any other Agreement of Licensee + hereunder, the obligations of Licensee contained in this section + shall survive the payment in full of all payments hereunder. + + +6. Support + +(a) Broadcom may provide the following support services for the Licensed + Code to the extent Broadcom deems reasonable: Updates if and when + released and errata in Broadcom's sole discretion. Broadcom shall not + be responsible for any other support or maintenance of Licensed Code to + Licensee or its Subsequent Users, unless otherwise agreed to in + writing. Broadcom is under no obligation to provide support services + and may discontinue support services at any time. Broadcom will not + provide support for modified Licensed Code or Licensee's Derivative + Works of the Source Code. + +(b) Any Updates to the Licensed Code provided by Broadcom (which shall only + be provided by Broadcom in its sole discretion) shall be governed by + the terms of this Agreement. + +(c) If Licensee finds what Licensee considers an error in the Licensed + Code, Licensee will notify Broadcom so that Broadcom can, in its sole + discretion, make corrections to the Licensed Code or to future + revisions of the Licensed Code. + + +7. Term and Termination + +7.1 Term. The term of this Agreement is five (5) years from the Effective + Date, subject to renewal upon mutual agreement of the parties. + +7.2 Termination for Breach. If Licensee breaches any material provision of + this Agreement, Broadcom shall have the right to terminate this + Agreement, including all licenses granted hereunder, in addition to any + and all other remedies available at law or equity, unless Licensee + cures such breach within sixty (60) days ("Cure Period") after + receiving written notice of the breach by Broadcom. Licensee shall make + best efforts to cure the material breach in the least amount of time + possible within the Cure Period. + +7.3 Insolvency. If either party: (a) becomes substantially insolvent; + (b) makes an assignment for the benefit of creditors; (c) files or has + filed against it a petition in bankruptcy or seeking reorganization; + (d) has a receiver appointed; or (e) institutes any proceedings for + liquidation or winding up or have such proceedings instituted against + it; then the other party may, in addition to other rights and remedies + it may have, terminate this Agreement immediately by written notice. + +7.4 Consequences. Upon termination or expiration of this Agreement for any + reason whatsoever, the licenses, rights, and covenants granted + hereunder and any obligations imposed hereunder shall cease except as + otherwise expressly set forth herein as surviving termination or + expiration. + +7.5 Return of Confidential Information. Upon expiration or termination of + this Agreement for any reason or upon written request by Broadcom, + Licensee agrees to promptly return to Broadcom or, at Broadcom's + request, destroy and certify by an officer of Licensee in writing the + destruction of, all Broadcom Confidential Information furnished to + Licensee, including all Licensed Code and Documentation. + +7.6 Survival of Licenses. Any Licensed Code and Documentation distributed + by Licensee prior to the effective date of any termination, expiration, + breach, or cancellation of this Agreement, shall remain licensed + (including any Licensed Code in inventory, manufactured in, or work in + progress with Licensee products) under the terms of this Agreement. + Licensee may retain an archival copy of portions of the Broadcom + Confidential Information, including Licensed Code and Documentation, + necessary for Licensee to provide ongoing technical support to + Subsequent Users using the Licensed Code ("Archival Materials") after + termination, expiration or cancellation of this Agreement. Such + Archival Materials may not be used for any other purpose without the + written consent from Broadcom. Licensee shall keep such Archival + Materials confidential for an additional five (5) years from the date + of termination, expiration, or cancellation of this Agreement, + regardless of when the Broadcom Confidential Information was disclosed. + +7.7 Survival. In the event of expiration or termination of this Agreement + for any reason, the following sections of this Agreement shall survive: + 1, 3, 4, 5, 7, 8, 9, and 10. Termination will not prejudice either + party to require performance of any obligation due at the time of + termination. All end user licenses in effect and in compliance with the + Agreement prior to effective termination or expiration shall survive + and continue in full force and effect in accordance with their terms + and Licensee may continue to perform its obligations thereunder, + including support obligations. + + +8. Disclaimer of All Warranties + +8.1 THE PARTIES AGREE THAT BROADCOM FURNISHES THE LICENSED CODE AND + DOCUMENTATION TO LICENSEE "AS IS", UNSUPPORTED, WITHOUT WARRANTY OF ANY + KIND. BROADCOM DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING + THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NON-INFRINGEMENT, INCLUDING ANY THAT MAY ARISE FROM A + COURSE OF PERFORMANCE, A COURSE OF DEALING OR TRADE USAGE. BROADCOM + SHALL NOT BE LIABLE FOR ANY ERROR, OMISSION, DEFECT, DEFICIENCY, OR + NONCONFORMITY IN THE LICENSED CODE OR DOCUMENTATION. BROADCOM MAKES NO + WARRANTY OR REPRESENTATION THAT THE LICENSED CODE OR DOCUMENTATION WILL + MEET LICENSEE'S REQUIREMENTS OR WILL WORK IN COMBINATION WITH ANY + HARDWARE OR SOFTWARE APPLICATION. + +8.2 BROADCOM DISCLAIMS ANY AND ALL LIABILITY IN CONNECTION WITH LICENSEE'S + USE OF THE LICENSED CODE IN ANY MEDICAL, NUCLEAR, AVIATION, NAVIGATION, + MILITARY, OR OTHER HIGH RISK DEVICE OR APPLICATION. LICENSEE REPRESENTS + AND WARRANTS THAT IT WILL NOT USE THE LICENSED CODE IN ANY MEDICAL, + NUCLEAR, AVIATION, NAVIGATION, MILITARY, OR OTHER HIGH RISK DEVICE OR + APPLICATION. LICENSEE SHALL INDEMNIFY, DEFEND, AND HOLD BROADCOM + HARMLESS AGAINST ANY LOSS, LIABILITY, OR DAMAGE OF ANY KIND THAT + BROADCOM INCURS IN CONNECTION WITH BREACH OF THE WARRANTY IN THIS + SECTION 8.2. + +8.3 BROADCOM DISCLAIMS ANY AND ALL LIABILITY IN CONNECTION WITH LICENSEE'S + CREATION AND USE OF DERIVATIVE WORKS OF THE SOURCE CODE. LICENSEE SHALL + INDEMNIFY, DEFEND, AND HOLD BROADCOM HARMLESS AGAINST ANY LOSS, + LIABILITY, OR DAMAGE OF ANY KIND THAT BROADCOM INCURS IN CONNECTION + WITH LICENSEE'S DERIVATIVE WORKS OF SOURCE CODE. + + +9. Limitation of Liability + +IN NO EVENT SHALL BROADCOM, ITS EMPLOYEES, AFFILIATES OR SUPPLIERS BE +LIABLE FOR ANY LOST PROFITS, REVENUE, SALES OR DATA OR COSTS OF PROCUREMENT +OF SUBSTITUTE GOODS OR SERVICES, INTERRUPTION, LOSS OF BUSINESS INFORMATION +OR ANY SPECIAL, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, ECONOMIC OR +PUNITIVE DAMAGES, HOWEVER CAUSED, AND WHETHER ARISING UNDER CONTRACT, TORT, +STRICT LIABILITY, NEGLIGENCE OR OTHER THEORY OF LIABILITY, ARISING OUT OF +THE USE OR INABILITY TO USE THE LICENSED CODE OR DOCUMENTATION, EVEN IF +BROADCOM OR ITS EMPLOYEES, SUPPLIERS OR AFFILIATES ARE ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. IN THE EVENT THAT THE APPLICABLE JURISDICTION +DOES NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY, BUT DOES ALLOW +LIABILITY TO BE LIMITED, THE LIABILITY OF BROADCOM, ITS EMPLOYEES, +AFFILIATES, OR SUPPLIERS IN SUCH CASES, SHALL BE LIMITED TO +$100 US DOLLARS. + + +10. General + +10.1 Assignment. Licensee shall not assign this Agreement or any of its + rights or delegate any of its duties under this Agreement without the + prior written consent of Broadcom. Subject to the foregoing, this + Agreement will be binding upon, enforceable by, and inure to the + benefit of the parties and their respective successors and assigns. + Any attempted assignment in violation of this Section 10.1 shall be + null and void. + +10.2 Governing Law. This Agreement shall be construed and interpreted in + accordance with the law of the State of California without reference + to its conflicts of law principles. + +10.3 Exclusive Jurisdiction. All disputes arising out of or related to this + Agreement will be subject to the exclusive jurisdiction and venue of + the California state courts of Santa Clara County, California in + United States District Court for the Northern District of California, + and the parties consent to the personal and exclusive jurisdiction of + these courts. + +10.4 Export Control. Licensee shall follow all export control laws and + regulations relating to the Licensed Code and Documentation. Licensee + hereby acknowledges responsibility for compliance with all applicable + US and local laws and regulations related to import and export and + acknowledges and agrees that the Licensed Code is subject to the U.S. + Export Administration Regulations. Diversion contrary to U.S. law is + prohibited. Licensee agrees that the Licensed Code is being or will be + acquired for, shipped, transferred, or re-exported, directly or + indirectly, to prohibited or embargoed countries, nor be used for any + prohibited end-use, such as nuclear activities, chemical/biological + weapons, or missile projects, unless expressly authorized by the U.S. + Government. Prohibited countries are set forth in the Supplement 1 to + Part 740 of the U.S. Export Administration Regulations. Countries + currently subject to U.S. embargo include: Cuba, Iran, N. Korea, Sudan + and Syria. This list is subject to change without further notice from + Broadcom and Licensee understands that compliance with the list as it + exists in fact, is required. Licensee assumes sole responsibility for + obtaining any/all licenses required for export or re-export. All ECCN + and CCATS numbers and License Exception information are subject to + change without notice. Modification in any way nullifies the + classification. It is therefore Licensee’s obligation as an exporter + to verify such information and comply with the then currently + applicable regulations. Any data provided by Broadcom is for + informational purposes only. Broadcom makes no representation or + warranty as to the accuracy or reliability of any classifications or + numbers. Any use of such classifications or numbers by Licensee is + without recourse to Broadcom and is at Licensee’s own risk. Broadcom + is in no way responsible for any damages, whether direct, indirect, + consequential, incidental or otherwise, suffered by Licensee as a + result of using or relying upon such classifications or numbers for + any purpose whatsoever. Licensee agrees to consult the EAR, the + Bureau of Industry and Security's Export Counseling Division, and + other appropriate sources before distributing, importing, or using + Broadcom products. Licensee may request software classification + information from Broadcom. If requested, Customer agrees to sign + written assurances and other export-related documents as may be + required by Broadcom. + +10.5 Waiver. No failure or delay on the part of either party in the + exercise of any right or privilege hereunder shall operate as a waiver + thereof or of the exercise of any other right or privilege hereunder, + nor shall any single or partial exercise of any such right or + privilege preclude other or further exercise thereof or of any other + right or privilege. + +10.6 Notice. Any notice or claim provided for herein to Broadcom shall be + in writing and addressed as set forth below, and shall be given (i) by + personal delivery, effective upon delivery, or (ii) by first class + mail, postage prepaid, addressed as set forth below, effective one (1) + business day after proper deposit in the mail to Broadcom, 1320 Ridder + Park Drive, San Jose, California 95131, USA; Attn. Legal Department - + Important Legal Notice. + +10.7 Severability. If any term, condition, or provision of this Agreement, + or portion of this Agreement, is found to be invalid, unlawful or + unenforceable to any extent, the parties will endeavor in good faith + to agree to such amendments that will preserve, as far as possible, + the intentions expressed in this Agreement. Such invalid term, + condition or provision will be severed from the remaining terms, + conditions and provisions, which will continue to be valid and + enforceable to the fullest extent permitted by law. + +10.8 Other Rights. Nothing contained in this Agreement shall be construed + as conferring by implication, estoppel, or otherwise upon either party + or any third party any license or other right except, solely as to the + parties hereto, the rights expressly granted hereunder. + +10.9 Integration; Modification. This Agreement embodies the final, complete + and exclusive statement of the terms agreed upon by the parties with + respect to the subject matter hereof and supersedes any prior or + contemporaneous representations, descriptions, courses of dealing, or + agreements in regard to such subject matter. No amendment or + modification of this Agreement shall be valid or binding upon the + parties unless stated in writing and signed by an authorized + representative of each party. + +10.10 Publicity. All publicity concerning this transaction referring to the + other party shall require the other party's prior written approval + which shall not be unreasonably withheld. + +10.11 Relationship of the Parties. The relationship of the parties hereto + is that of independent contractors. Neither party, nor its agents or + employees, shall be deemed to be the agent, employee, joint venture + partner, partner or fiduciary of the other party. Neither party shall + have the right to bind the other party, transact any business on + behalf of or in the name of the other party, or incur any liability + for or on behalf of the other party. diff --git a/sdk_container/src/third_party/portage-stable/licenses/BitTorrent b/sdk_container/src/third_party/portage-stable/licenses/BitTorrent deleted file mode 100644 index 2fab309734..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/BitTorrent +++ /dev/null @@ -1,331 +0,0 @@ -BitTorrent Open Source License - -Version 1.0 - -This BitTorrent Open Source License (the "License") applies to the BitTorrent client and related software products as -well as any updates or maintenance releases of that software ("BitTorrent Products") that are distributed by -BitTorrent, Inc. ("Licensor"). Any BitTorrent Product licensed pursuant to this License is a Licensed Product. -Licensed Product, in its entirety, is protected by U.S. copyright law. This License identifies the terms under which -you may use, copy, distribute or modify Licensed Product. - -Preamble - -This Preamble is intended to describe, in plain English, the nature and scope of this License. However, this -Preamble is not a part of this license. The legal effect of this License is dependent only upon the terms of the -License and not this Preamble. - -This License complies with the Open Source Definition and is derived from the Jabber Open Source License 1.0 (the -"JOSL"), which has been approved by Open Source Initiative. Sections 4(c) and 4(f)(iii) from the JOSL have been -dropped. - -This License provides that: - -1. You may use, sell or give away the Licensed Product, alone or as a component of an aggregate software -distribution containing programs from several different sources. No royalty or other fee is required. - -2. Both Source Code and executable versions of the Licensed Product, including Modifications made by previous -Contributors, are available for your use. (The terms "Licensed Product," "Modifications," "Contributors" and "Source -Code" are defined in the License.) - -3. You are allowed to make Modifications to the Licensed Product, and you can create Derivative Works from it. -(The term "Derivative Works" is defined in the License.) - -4. By accepting the Licensed Product under the provisions of this License, you agree that any Modifications you -make to the Licensed Product and then distribute are governed by the provisions of this License. In particular, you -must make the Source Code of your Modifications available to others. - -5. You may use the Licensed Product for any purpose, but the Licensor is not providing you any warranty -whatsoever, nor is the Licensor accepting any liability in the event that the Licensed Product doesn't work properly -or causes you any injury or damages. - -6. If you sublicense the Licensed Product or Derivative Works, you may charge fees for warranty or support, or -for accepting indemnity or liability obligations to your customers. You cannot charge for the Source Code. - -7. If you assert any patent claims against the Licensor relating to the Licensed Product, or if you breach any -terms of the License, your rights to the Licensed Product under this License automatically terminate. - -You may use this License to distribute your own Derivative Works, in which case the provisions of this License will -apply to your Derivative Works just as they do to the original Licensed Product. - -Alternatively, you may distribute your Derivative Works under any other OSI-approved Open Source license, or under a -proprietary license of your choice. If you use any license other than this License, however, you must continue to -fulfill the requirements of this License (including the provisions relating to publishing the Source Code) for those -portions of your Derivative Works that consist of the Licensed Product, including the files containing Modifications. - -New versions of this License may be published from time to time. You may choose to continue to use the license -terms in this version of the License or those from the new version. However, only the Licensor has the right to -change the License terms as they apply to the Licensed Product. - -This License relies on precise definitions for certain terms. Those terms are defined when they are first used, and -the definitions are repeated for your convenience in a Glossary at the end of the License. - - -License Terms - -1. Grant of License From Licensor. Licensor hereby grants you a world-wide, royalty-free, non-exclusive -license, subject to third party intellectual property claims, to do the following: - -a. Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created by such -Contributor or portions thereof, in both Source Code or as an executable program, either on an unmodified basis or as -part of Derivative Works. - -b. Under claims of patents now or hereafter owned or controlled by Contributor, to make, use, sell, offer for -sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the extent that any -such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of -Modifications or portions thereof or Derivative Works thereof. - - -2. Grant of License to Modifications From Contributor. "Modifications" means any additions to or deletions from the -substance or structure of (i) a file containing Licensed Product, or (ii) any new file that contains any part of -Licensed Product. Hereinafter in this License, the term "Licensed Product" shall include all previous Modifications -that you receive from any Contributor. By application of the provisions in Section 4(a) below, each person or entity -who created or contributed to the creation of, and distributed, a Modification (a "Contributor") hereby grants you a -world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, to do the -following: - - 1. Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created by such -Contributor or portions thereof, in both Source Code or as an executable program, either on an unmodified basis or as -part of Derivative Works. - - 2. Under claims of patents now or hereafter owned or controlled by Contributor, to make, use, sell, offer for -sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the extent that any -such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of -Modifications or portions thereof or Derivative Works thereof. - - -3. Exclusions From License Grant. Nothing in this License shall be deemed to grant any rights to trademarks, -copyrights, patents, trade secrets or any other intellectual property of Licensor or any Contributor except as -expressly stated herein. No patent license is granted separate from the Licensed Product, for code that you delete -from the Licensed Product, or for combinations of the Licensed Product with other software or hardware. No right is -granted to the trademarks of Licensor or any Contributor even if such marks are included in the Licensed Product. -Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this -License any code that Licensor otherwise would have a right to license. - - -4. Your Obligations Regarding Distribution. - -a. Application of This License to Your Modifications. As an express condition for your use of the Licensed -Product, you hereby agree that any Modifications that you create or to which you contribute, and which you -distribute, are governed by the terms of this License including, without limitation, Section 2. Any Modifications -that you create or to which you contribute may be distributed only under the terms of this License or a future -version of this License released under Section 7. You must include a copy of this License with every copy of the -Modifications you distribute. You agree not to offer or impose any terms on any Source Code or executable version of -the Licensed Product or Modifications that alter or restrict the applicable version of this License or the -recipients' rights hereunder. However, you may include an additional document offering the additional rights -described in Section 4(d). - -b. Availability of Source Code. You must make available, under the terms of this License, the Source Code of -the Licensed Product and any Modifications that you distribute, either on the same media as you distribute any -executable or other form of the Licensed Product, or via a mechanism generally accepted in the software development -community for the electronic transfer of data (an "Electronic Distribution Mechanism"). The Source Code for any -version of Licensed Product or Modifications that you distribute must remain available for at least twelve (12) -months after the date it initially became available, or at least six (6) months after a subsequent version of said -Licensed Product or Modifications has been made available. You are responsible for ensuring that the Source Code -version remains available even if the Electronic Distribution Mechanism is maintained by a third party. - -c. Intellectual Property Matters. - - i. Third Party Claims. If you have knowledge that a license to a third -party's intellectual property right is required to exercise the rights granted by this License, you must include a -text file with the Source Code distribution titled "LEGAL" that describes the claim and the party making the claim in -sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after you make any -Modifications available as described in Section 4(b), you shall promptly modify the LEGAL file in all copies you make -available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) -reasonably calculated to inform those who received the Licensed Product from you that new knowledge has been -obtained. - - ii. Contributor APIs. If your Modifications include an application -programming interface ("API") and you have knowledge of patent licenses that are reasonably necessary to implement -that API, you must also include this information in the LEGAL file. - - iii. Representations. You represent that, except as disclosed pursuant to -4(c)(i) above, you believe that any Modifications you distribute are your original creations and that you have -sufficient rights to grant the rights conveyed by this License. - -d. Required Notices. You must duplicate this License in any documentation you provide along with the Source -Code of any Modifications you create or to which you contribute, and which you distribute, wherever you describe -recipients' rights relating to Licensed Product. You must duplicate the notice contained in Exhibit A (the "Notice") -in each file of the Source Code of any copy you distribute of the Licensed Product. If you created a Modification, -you may add your name as a Contributor to the Notice. If it is not possible to put the Notice in a particular Source -Code file due to its structure, then you must include such Notice in a location (such as a relevant directory file) -where a user would be likely to look for such a notice. You may choose to offer, and charge a fee for, warranty, -support, indemnity or liability obligations to one or more recipients of Licensed Product. However, you may do so -only on your own behalf, and not on behalf of the Licensor or any Contributor. You must make it clear that any such -warranty, support, indemnity or liability obligation is offered by you alone, and you hereby agree to indemnify the -Licensor and every Contributor for any liability incurred by the Licensor or such Contributor as a result of -warranty, support, indemnity or liability terms you offer. - -e. Distribution of Executable Versions. You may distribute Licensed Product as an executable program under a -license of your choice that may contain terms different from this License provided (i) you have satisfied the -requirements of Sections 4(a) through 4(d) for that distribution, (ii) you include a conspicuous notice in the -executable version, related documentation and collateral materials stating that the Source Code version of the -Licensed Product is available under the terms of this License, including a description of how and where you have -fulfilled the obligations of Section 4(b), and (iii) you make it clear that any terms that differ from this License -are offered by you alone, not by Licensor or any Contributor. You hereby agree to indemnify the Licensor and every -Contributor for any liability incurred by Licensor or such Contributor as a result of any terms you offer. - -f. Distribution of Derivative Works. You may create Derivative Works (e.g., combinations of some or all of the -Licensed Product with other code) and distribute the Derivative Works as products under any other license you select, -with the proviso that the requirements of this License are fulfilled for those portions of the Derivative Works that -consist of the Licensed Product or any Modifications thereto. - - -5. Inability to Comply Due to Statute or Regulation. If it is impossible for you to comply with any of the -terms of this License with respect to some or all of the Licensed Product due to statute, judicial order, or -regulation, then you must (i) comply with the terms of this License to the maximum extent possible, (ii) cite the -statute or regulation that prohibits you from adhering to the License, and (iii) describe the limitations and the -code they affect. Such description must be included in the LEGAL file described in Section 4(d), and must be included -with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such -description must be sufficiently detailed for a recipient of ordinary skill at computer programming to be able to -understand it. - - -6. Application of This License. This License applies to code to which Licensor or Contributor has attached the -Notice in Exhibit A, which is incorporated herein by this reference. - - -7. Versions of This License. - -a. New Versions. Licensor may publish from time to time revised and/or new versions of the License. - -b. Effect of New Versions. Once Licensed Product has been published under a particular version of the License, -you may always continue to use it under the terms of that version. You may also choose to use such Licensed Product -under the terms of any subsequent version of the License published by Licensor. No one other than Licensor has the -right to modify the terms applicable to Licensed Product created under this License. - -c. Derivative Works of this License. If you create or use a modified version of this License, which you may do -only in order to apply it to software that is not already a Licensed Product under this License, you must rename your -license so that it is not confusingly similar to this License, and must make it clear that your license contains -terms that differ from this License. In so naming your license, you may not use any trademark of Licensor or any -Contributor. - - -8. Disclaimer of Warranty. LICENSED PRODUCT IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE LICENSED PRODUCT IS FREE -OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE LICENSED PRODUCT IS WITH YOU. SHOULD LICENSED PRODUCT PROVE DEFECTIVE IN ANY RESPECT, YOU (AND -NOT THE LICENSOR OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS -DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF LICENSED PRODUCT IS AUTHORIZED -HEREUNDER EXCEPT UNDER THIS DISCLAIMER. - - -9. Termination. - -a. Automatic Termination Upon Breach. This license and the rights granted hereunder will terminate -automatically if you fail to comply with the terms herein and fail to cure such breach within thirty (30) days of -becoming aware of the breach. All sublicenses to the Licensed Product that are properly granted shall survive any -termination of this license. Provisions that, by their nature, must remain in effect beyond the termination of this -License, shall survive. - -b. Termination Upon Assertion of Patent Infringement. If you initiate litigation by asserting a patent -infringement claim (excluding declaratory judgment actions) against Licensor or a Contributor (Licensor or -Contributor against whom you file such an action is referred to herein as Respondent) alleging that Licensed Product -directly or indirectly infringes any patent, then any and all rights granted by such Respondent to you under Sections -1 or 2 of this License shall terminate prospectively upon sixty (60) days notice from Respondent (the "Notice -Period") unless within that Notice Period you either agree in writing (i) to pay Respondent a mutually agreeable -reasonably royalty for your past or future use of Licensed Product made by such Respondent, or (ii) withdraw your -litigation claim with respect to Licensed Product against such Respondent. If within said Notice Period a reasonable -royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not -withdrawn, the rights granted by Licensor to you under Sections 1 and 2 automatically terminate at the expiration of -said Notice Period. - -c. Reasonable Value of This License. If you assert a patent infringement claim against Respondent alleging -that Licensed Product directly or indirectly infringes any patent where such claim is resolved (such as by license or -settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses -granted by said Respondent under Sections 1 and 2 shall be taken into account in determining the amount or value of -any payment or license. - -d. No Retroactive Effect of Termination. In the event of termination under Sections 9(a) or 9(b) above, all -end user license agreements (excluding licenses to distributors and resellers) that have been validly granted by you -or any distributor hereunder prior to termination shall survive termination. - - -10. Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), -CONTRACT, OR OTHERWISE, SHALL THE LICENSOR, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF LICENSED PRODUCT, OR ANY SUPPLIER -OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF -ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR -MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE -POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY -RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO -NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY -NOT APPLY TO YOU. - - -11. Responsibility for Claims. As between Licensor and Contributors, each party is responsible for claims and -damages arising, directly or indirectly, out of its utilization of rights under this License. You agree to work with -Licensor and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or -shall be deemed to constitute any admission of liability. - - -12. U.S. Government End Users. The Licensed Product is a commercial item, as that term is defined in 48 C.F.R. -2.101 (Oct. 1995), consisting of commercial computer software and commercial computer software documentation, as such -terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through -227.7202-4 (June 1995), all U.S. Government End Users acquire Licensed Product with only those rights set forth -herein. - - -13. Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any -provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary -to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable -law, if any, provides otherwise), excluding its conflict-of-law provisions. You expressly agree that any litigation -relating to this license shall be subject to the jurisdiction of the Federal Courts of the Northern District of -California or the Superior Court of the County of Santa Clara, California (as appropriate), with venue lying in Santa -Clara County, California, with the losing party responsible for costs including, without limitation, court costs and -reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the -International Sale of Goods is expressly excluded. You and Licensor expressly waive any rights to a jury trial in -any litigation concerning Licensed Product or this License. Any law or regulation that provides that the language of -a contract shall be construed against the drafter shall not apply to this License. - - -14. Definition of You in This License. You throughout this License, whether in upper or lower case, means an -individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a -future version of this License issued under Section 7. For legal entities, you includes any entity that controls, is -controlled by, or is under common control with you. For purposes of this definition, control means (i) the power, -direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) -ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - - -15. Glossary. All defined terms in this License that are used in more than one Section of this License are repeated -here, in alphabetical order, for the convenience of the reader. The Section of this License in which each defined -term is first used is shown in parentheses. - -Contributor: Each person or entity who created or contributed to the creation of, and distributed, a Modification. -(See Section 2) - -Derivative Works: That term as used in this License is defined under U.S. copyright law. (See Section 1(b)) - -License: This BitTorrent Open Source License. (See first paragraph of License) - -Licensed Product: Any BitTorrent Product licensed pursuant to this License. The term "Licensed Product" includes -all previous Modifications from any Contributor that you receive. (See first paragraph of License and Section 2) - -Licensor: BitTorrent, Inc. (See first paragraph of License) - -Modifications: Any additions to or deletions from the substance or structure of (i) a file containing Licensed -Product, or (ii) any new file that contains any part of Licensed Product. (See Section 2) - -Notice: The notice contained in Exhibit A. (See Section 4(e)) - -Source Code: The preferred form for making modifications to the Licensed Product, including all modules contained -therein, plus any associated interface definition files, scripts used to control compilation and installation of an -executable program, or a list of differential comparisons against the Source Code of the Licensed Product. (See -Section 1(a)) - -You: This term is defined in Section 14 of this License. - - -EXHIBIT A - -The Notice below must appear in each file of the Source Code of any copy you distribute of the Licensed Product or -any hereto. Contributors to any Modifications may add their own copyright notices to identify their own -contributions. - -License: - -The contents of this file are subject to the BitTorrent Open Source License Version 1.0 (the License). You may not -copy or use this file, in either source code or executable form, except in compliance with the License. You may -obtain a copy of the License at http://www.bittorrent.com/license/. - -Software distributed under the License is distributed on an AS IS basis, WITHOUT WARRANTY OF ANY KIND, either express -or implied. See the License for the specific language governing rights and limitations under the License. - diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-4.0 new file mode 100644 index 0000000000..2f244ac814 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-4.0 @@ -0,0 +1,395 @@ +Attribution 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-3.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-3.0 deleted file mode 100644 index 676783d9af..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-3.0 +++ /dev/null @@ -1,334 +0,0 @@ -Creative Commons Legal Code - -Attribution-NonCommercial 3.0 Unported - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR - DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS -AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE -TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY -BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS -CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND -CONDITIONS. - -1. Definitions - - a. "Adaptation" means a work based upon the Work, or upon the Work and - other pre-existing works, such as a translation, adaptation, - derivative work, arrangement of music or other alterations of a - literary or artistic work, or phonogram or performance and includes - cinematographic adaptations or any other form in which the Work may be - recast, transformed, or adapted including in any form recognizably - derived from the original, except that a work that constitutes a - Collection will not be considered an Adaptation for the purpose of - this License. For the avoidance of doubt, where the Work is a musical - work, performance or phonogram, the synchronization of the Work in - timed-relation with a moving image ("synching") will be considered an - Adaptation for the purpose of this License. - b. "Collection" means a collection of literary or artistic works, such as - encyclopedias and anthologies, or performances, phonograms or - broadcasts, or other works or subject matter other than works listed - in Section 1(f) below, which, by reason of the selection and - arrangement of their contents, constitute intellectual creations, in - which the Work is included in its entirety in unmodified form along - with one or more other contributions, each constituting separate and - independent works in themselves, which together are assembled into a - collective whole. A work that constitutes a Collection will not be - considered an Adaptation (as defined above) for the purposes of this - License. - c. "Distribute" means to make available to the public the original and - copies of the Work or Adaptation, as appropriate, through sale or - other transfer of ownership. - d. "Licensor" means the individual, individuals, entity or entities that - offer(s) the Work under the terms of this License. - e. "Original Author" means, in the case of a literary or artistic work, - the individual, individuals, entity or entities who created the Work - or if no individual or entity can be identified, the publisher; and in - addition (i) in the case of a performance the actors, singers, - musicians, dancers, and other persons who act, sing, deliver, declaim, - play in, interpret or otherwise perform literary or artistic works or - expressions of folklore; (ii) in the case of a phonogram the producer - being the person or legal entity who first fixes the sounds of a - performance or other sounds; and, (iii) in the case of broadcasts, the - organization that transmits the broadcast. - f. "Work" means the literary and/or artistic work offered under the terms - of this License including without limitation any production in the - literary, scientific and artistic domain, whatever may be the mode or - form of its expression including digital form, such as a book, - pamphlet and other writing; a lecture, address, sermon or other work - of the same nature; a dramatic or dramatico-musical work; a - choreographic work or entertainment in dumb show; a musical - composition with or without words; a cinematographic work to which are - assimilated works expressed by a process analogous to cinematography; - a work of drawing, painting, architecture, sculpture, engraving or - lithography; a photographic work to which are assimilated works - expressed by a process analogous to photography; a work of applied - art; an illustration, map, plan, sketch or three-dimensional work - relative to geography, topography, architecture or science; a - performance; a broadcast; a phonogram; a compilation of data to the - extent it is protected as a copyrightable work; or a work performed by - a variety or circus performer to the extent it is not otherwise - considered a literary or artistic work. - g. "You" means an individual or entity exercising rights under this - License who has not previously violated the terms of this License with - respect to the Work, or who has received express permission from the - Licensor to exercise rights under this License despite a previous - violation. - h. "Publicly Perform" means to perform public recitations of the Work and - to communicate to the public those public recitations, by any means or - process, including by wire or wireless means or public digital - performances; to make available to the public Works in such a way that - members of the public may access these Works from a place and at a - place individually chosen by them; to perform the Work to the public - by any means or process and the communication to the public of the - performances of the Work, including by public digital performance; to - broadcast and rebroadcast the Work by any means including signs, - sounds or images. - i. "Reproduce" means to make copies of the Work by any means including - without limitation by sound or visual recordings and the right of - fixation and reproducing fixations of the Work, including storage of a - protected performance or phonogram in digital form or other electronic - medium. - -2. Fair Dealing Rights. Nothing in this License is intended to reduce, -limit, or restrict any uses free from copyright or rights arising from -limitations or exceptions that are provided for in connection with the -copyright protection under copyright law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, -Licensor hereby grants You a worldwide, royalty-free, non-exclusive, -perpetual (for the duration of the applicable copyright) license to -exercise the rights in the Work as stated below: - - a. to Reproduce the Work, to incorporate the Work into one or more - Collections, and to Reproduce the Work as incorporated in the - Collections; - b. to create and Reproduce Adaptations provided that any such Adaptation, - including any translation in any medium, takes reasonable steps to - clearly label, demarcate or otherwise identify that changes were made - to the original Work. For example, a translation could be marked "The - original work was translated from English to Spanish," or a - modification could indicate "The original work has been modified."; - c. to Distribute and Publicly Perform the Work including as incorporated - in Collections; and, - d. to Distribute and Publicly Perform Adaptations. - -The above rights may be exercised in all media and formats whether now -known or hereafter devised. The above rights include the right to make -such modifications as are technically necessary to exercise the rights in -other media and formats. Subject to Section 8(f), all rights not expressly -granted by Licensor are hereby reserved, including but not limited to the -rights set forth in Section 4(d). - -4. Restrictions. The license granted in Section 3 above is expressly made -subject to and limited by the following restrictions: - - a. You may Distribute or Publicly Perform the Work only under the terms - of this License. You must include a copy of, or the Uniform Resource - Identifier (URI) for, this License with every copy of the Work You - Distribute or Publicly Perform. You may not offer or impose any terms - on the Work that restrict the terms of this License or the ability of - the recipient of the Work to exercise the rights granted to that - recipient under the terms of the License. You may not sublicense the - Work. You must keep intact all notices that refer to this License and - to the disclaimer of warranties with every copy of the Work You - Distribute or Publicly Perform. When You Distribute or Publicly - Perform the Work, You may not impose any effective technological - measures on the Work that restrict the ability of a recipient of the - Work from You to exercise the rights granted to that recipient under - the terms of the License. This Section 4(a) applies to the Work as - incorporated in a Collection, but this does not require the Collection - apart from the Work itself to be made subject to the terms of this - License. If You create a Collection, upon notice from any Licensor You - must, to the extent practicable, remove from the Collection any credit - as required by Section 4(c), as requested. If You create an - Adaptation, upon notice from any Licensor You must, to the extent - practicable, remove from the Adaptation any credit as required by - Section 4(c), as requested. - b. You may not exercise any of the rights granted to You in Section 3 - above in any manner that is primarily intended for or directed toward - commercial advantage or private monetary compensation. The exchange of - the Work for other copyrighted works by means of digital file-sharing - or otherwise shall not be considered to be intended for or directed - toward commercial advantage or private monetary compensation, provided - there is no payment of any monetary compensation in connection with - the exchange of copyrighted works. - c. If You Distribute, or Publicly Perform the Work or any Adaptations or - Collections, You must, unless a request has been made pursuant to - Section 4(a), keep intact all copyright notices for the Work and - provide, reasonable to the medium or means You are utilizing: (i) the - name of the Original Author (or pseudonym, if applicable) if supplied, - and/or if the Original Author and/or Licensor designate another party - or parties (e.g., a sponsor institute, publishing entity, journal) for - attribution ("Attribution Parties") in Licensor's copyright notice, - terms of service or by other reasonable means, the name of such party - or parties; (ii) the title of the Work if supplied; (iii) to the - extent reasonably practicable, the URI, if any, that Licensor - specifies to be associated with the Work, unless such URI does not - refer to the copyright notice or licensing information for the Work; - and, (iv) consistent with Section 3(b), in the case of an Adaptation, - a credit identifying the use of the Work in the Adaptation (e.g., - "French translation of the Work by Original Author," or "Screenplay - based on original Work by Original Author"). The credit required by - this Section 4(c) may be implemented in any reasonable manner; - provided, however, that in the case of a Adaptation or Collection, at - a minimum such credit will appear, if a credit for all contributing - authors of the Adaptation or Collection appears, then as part of these - credits and in a manner at least as prominent as the credits for the - other contributing authors. For the avoidance of doubt, You may only - use the credit required by this Section for the purpose of attribution - in the manner set out above and, by exercising Your rights under this - License, You may not implicitly or explicitly assert or imply any - connection with, sponsorship or endorsement by the Original Author, - Licensor and/or Attribution Parties, as appropriate, of You or Your - use of the Work, without the separate, express prior written - permission of the Original Author, Licensor and/or Attribution - Parties. - d. For the avoidance of doubt: - - i. Non-waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme cannot be waived, the Licensor - reserves the exclusive right to collect such royalties for any - exercise by You of the rights granted under this License; - ii. Waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme can be waived, the Licensor reserves - the exclusive right to collect such royalties for any exercise by - You of the rights granted under this License if Your exercise of - such rights is for a purpose or use which is otherwise than - noncommercial as permitted under Section 4(b) and otherwise waives - the right to collect royalties through any statutory or compulsory - licensing scheme; and, - iii. Voluntary License Schemes. The Licensor reserves the right to - collect royalties, whether individually or, in the event that the - Licensor is a member of a collecting society that administers - voluntary licensing schemes, via that society, from any exercise - by You of the rights granted under this License that is for a - purpose or use which is otherwise than noncommercial as permitted - under Section 4(c). - e. Except as otherwise agreed in writing by the Licensor or as may be - otherwise permitted by applicable law, if You Reproduce, Distribute or - Publicly Perform the Work either by itself or as part of any - Adaptations or Collections, You must not distort, mutilate, modify or - take other derogatory action in relation to the Work which would be - prejudicial to the Original Author's honor or reputation. Licensor - agrees that in those jurisdictions (e.g. Japan), in which any exercise - of the right granted in Section 3(b) of this License (the right to - make Adaptations) would be deemed to be a distortion, mutilation, - modification or other derogatory action prejudicial to the Original - Author's honor and reputation, the Licensor will waive or not assert, - as appropriate, this Section, to the fullest extent permitted by the - applicable national law, to enable You to reasonably exercise Your - right under Section 3(b) of this License (right to make Adaptations) - but not otherwise. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR -OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY -KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, -INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, -FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF -LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, -WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION -OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE -LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR -ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES -ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - a. This License and the rights granted hereunder will terminate - automatically upon any breach by You of the terms of this License. - Individuals or entities who have received Adaptations or Collections - from You under this License, however, will not have their licenses - terminated provided such individuals or entities remain in full - compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will - survive any termination of this License. - b. Subject to the above terms and conditions, the license granted here is - perpetual (for the duration of the applicable copyright in the Work). - Notwithstanding the above, Licensor reserves the right to release the - Work under different license terms or to stop distributing the Work at - any time; provided, however that any such election will not serve to - withdraw this License (or any other license that has been, or is - required to be, granted under the terms of this License), and this - License will continue in full force and effect unless terminated as - stated above. - -8. Miscellaneous - - a. Each time You Distribute or Publicly Perform the Work or a Collection, - the Licensor offers to the recipient a license to the Work on the same - terms and conditions as the license granted to You under this License. - b. Each time You Distribute or Publicly Perform an Adaptation, Licensor - offers to the recipient a license to the original Work on the same - terms and conditions as the license granted to You under this License. - c. If any provision of this License is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of - the remainder of the terms of this License, and without further action - by the parties to this agreement, such provision shall be reformed to - the minimum extent necessary to make such provision valid and - enforceable. - d. No term or provision of this License shall be deemed waived and no - breach consented to unless such waiver or consent shall be in writing - and signed by the party to be charged with such waiver or consent. - e. This License constitutes the entire agreement between the parties with - respect to the Work licensed here. There are no understandings, - agreements or representations with respect to the Work not specified - here. Licensor shall not be bound by any additional provisions that - may appear in any communication from You. This License may not be - modified without the mutual written agreement of the Licensor and You. - f. The rights granted under, and the subject matter referenced, in this - License were drafted utilizing the terminology of the Berne Convention - for the Protection of Literary and Artistic Works (as amended on - September 28, 1979), the Rome Convention of 1961, the WIPO Copyright - Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 - and the Universal Copyright Convention (as revised on July 24, 1971). - These rights and subject matter take effect in the relevant - jurisdiction in which the License terms are sought to be enforced - according to the corresponding provisions of the implementation of - those treaty provisions in the applicable national law. If the - standard suite of rights granted under applicable copyright law - includes additional rights not granted under this License, such - additional rights are deemed to be included in the License; this - License is not intended to restrict the license of any rights under - applicable law. - - -Creative Commons Notice - - Creative Commons is not a party to this License, and makes no warranty - whatsoever in connection with the Work. Creative Commons will not be - liable to You or any party on any legal theory for any damages - whatsoever, including without limitation any general, special, - incidental or consequential damages arising in connection to this - license. Notwithstanding the foregoing two (2) sentences, if Creative - Commons has expressly identified itself as the Licensor hereunder, it - shall have all rights and obligations of Licensor. - - Except for the limited purpose of indicating to the public that the - Work is licensed under the CCPL, Creative Commons does not authorize - the use by either party of the trademark "Creative Commons" or any - related trademark or logo of Creative Commons without the prior - written consent of Creative Commons. Any permitted use will be in - compliance with Creative Commons' then-current trademark usage - guidelines, as may be published on its website or otherwise made - available upon request from time to time. For the avoidance of doubt, - this trademark restriction does not form part of the License. - - Creative Commons may be contacted at http://creativecommons.org/. diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-4.0 new file mode 100644 index 0000000000..718c647f08 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-NC-SA-4.0 @@ -0,0 +1,438 @@ +Attribution-NonCommercial-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International +Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-NonCommercial-ShareAlike 4.0 International Public License +("Public License"). To the extent this Public License may be +interpreted as a contract, You are granted the Licensed Rights in +consideration of Your acceptance of these terms and conditions, and the +Licensor grants You such rights in consideration of benefits the +Licensor receives from making the Licensed Material available under +these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-NC-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution, NonCommercial, and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. NonCommercial means not primarily intended for or directed towards + commercial advantage or monetary compensation. For purposes of + this Public License, the exchange of the Licensed Material for + other material subject to Copyright and Similar Rights by digital + file-sharing or similar means is NonCommercial provided there is + no payment of monetary compensation in connection with the + exchange. + + l. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + m. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + n. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part, for NonCommercial purposes only; and + + b. produce, reproduce, and Share Adapted Material for + NonCommercial purposes only. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties, including when + the Licensed Material is used other than for NonCommercial + purposes. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-NC-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database for NonCommercial purposes + only; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + including for purposes of Section 3(b); and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-2.5 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-2.5 deleted file mode 100644 index 47441d84fc..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-2.5 +++ /dev/null @@ -1,216 +0,0 @@ -Creative Commons Legal Code - -Attribution-NoDerivs 2.5 - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR - DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS -AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE -TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE -RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS -AND CONDITIONS. - -1. Definitions - - a. "Collective Work" means a work, such as a periodical issue, anthology - or encyclopedia, in which the Work in its entirety in unmodified form, - along with a number of other contributions, constituting separate and - independent works in themselves, are assembled into a collective - whole. A work that constitutes a Collective Work will not be - considered a Derivative Work (as defined below) for the purposes of - this License. - b. "Derivative Work" means a work based upon the Work or upon the Work - and other pre-existing works, such as a translation, musical - arrangement, dramatization, fictionalization, motion picture version, - sound recording, art reproduction, abridgment, condensation, or any - other form in which the Work may be recast, transformed, or adapted, - except that a work that constitutes a Collective Work will not be - considered a Derivative Work for the purpose of this License. For the - avoidance of doubt, where the Work is a musical composition or sound - recording, the synchronization of the Work in timed-relation with a - moving image ("synching") will be considered a Derivative Work for the - purpose of this License. - c. "Licensor" means the individual or entity that offers the Work under - the terms of this License. - d. "Original Author" means the individual or entity who created the Work. - e. "Work" means the copyrightable work of authorship offered under the - terms of this License. - f. "You" means an individual or entity exercising rights under this - License who has not previously violated the terms of this License with - respect to the Work, or who has received express permission from the - Licensor to exercise rights under this License despite a previous - violation. - -2. Fair Use Rights. Nothing in this license is intended to reduce, limit, -or restrict any rights arising from fair use, first sale or other -limitations on the exclusive rights of the copyright owner under copyright -law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, -Licensor hereby grants You a worldwide, royalty-free, non-exclusive, -perpetual (for the duration of the applicable copyright) license to -exercise the rights in the Work as stated below: - - a. to reproduce the Work, to incorporate the Work into one or more - Collective Works, and to reproduce the Work as incorporated in the - Collective Works; - b. to distribute copies or phonorecords of, display publicly, perform - publicly, and perform publicly by means of a digital audio - transmission the Work including as incorporated in Collective Works. - c. For the avoidance of doubt, where the work is a musical composition: - - i. Performance Royalties Under Blanket Licenses. Licensor waives - the exclusive right to collect, whether individually or via a - performance rights society (e.g. ASCAP, BMI, SESAC), royalties - for the public performance or public digital performance (e.g. - webcast) of the Work. - ii. Mechanical Rights and Statutory Royalties. Licensor waives the - exclusive right to collect, whether individually or via a music - rights society or designated agent (e.g. Harry Fox Agency), - royalties for any phonorecord You create from the Work ("cover - version") and distribute, subject to the compulsory license - created by 17 USC Section 115 of the US Copyright Act (or the - equivalent in other jurisdictions). - - d. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, - where the Work is a sound recording, Licensor waives the exclusive - right to collect, whether individually or via a performance-rights - society (e.g. SoundExchange), royalties for the public digital - performance (e.g. webcast) of the Work, subject to the compulsory - license created by 17 USC Section 114 of the US Copyright Act (or the - equivalent in other jurisdictions). - -The above rights may be exercised in all media and formats whether now -known or hereafter devised. The above rights include the right to make -such modifications as are technically necessary to exercise the rights in -other media and formats, but otherwise you have no rights to make -Derivative Works. All rights not expressly granted by Licensor are hereby -reserved. - -4. Restrictions. The license granted in Section 3 above is expressly made -subject to and limited by the following restrictions: - - a. You may distribute, publicly display, publicly perform, or publicly - digitally perform the Work only under the terms of this License, and - You must include a copy of, or the Uniform Resource Identifier for, - this License with every copy or phonorecord of the Work You - distribute, publicly display, publicly perform, or publicly digitally - perform. You may not offer or impose any terms on the Work that alter - or restrict the terms of this License or the recipients' exercise of - the rights granted hereunder. You may not sublicense the Work. You - must keep intact all notices that refer to this License and to the - disclaimer of warranties. You may not distribute, publicly display, - publicly perform, or publicly digitally perform the Work with any - technological measures that control access or use of the Work in a - manner inconsistent with the terms of this License Agreement. The - above applies to the Work as incorporated in a Collective Work, but - this does not require the Collective Work apart from the Work itself - to be made subject to the terms of this License. If You create a - Collective Work, upon notice from any Licensor You must, to the extent - practicable, remove from the Collective Work any credit as required by - clause 4(b), as requested. - b. If you distribute, publicly display, publicly perform, or publicly - digitally perform the Work or Collective Works, You must keep intact - all copyright notices for the Work and provide, reasonable to the - medium or means You are utilizing: (i) the name of the Original Author - (or pseudonym, if applicable) if supplied, and/or (ii) if the Original - Author and/or Licensor designate another party or parties (e.g. a - sponsor institute, publishing entity, journal) for attribution in - Licensor's copyright notice, terms of service or by other reasonable - means, the name of such party or parties; the title of the Work if - supplied; and to the extent reasonably practicable, the Uniform - Resource Identifier, if any, that Licensor specifies to be associated - with the Work, unless such URI does not refer to the copyright notice - or licensing information for the Work. Such credit may be implemented - in any reasonable manner; provided, however, that in the case of a - Collective Work, at a minimum such credit will appear where any other - comparable authorship credit appears and in a manner at least as - prominent as such other comparable authorship credit. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR -OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY -KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, -INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, -FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF -LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, -WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION -OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE -LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR -ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES -ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - a. This License and the rights granted hereunder will terminate - automatically upon any breach by You of the terms of this License. - Individuals or entities who have received Collective Works from You - under this License, however, will not have their licenses terminated - provided such individuals or entities remain in full compliance with - those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any - termination of this License. - b. Subject to the above terms and conditions, the license granted here is - perpetual (for the duration of the applicable copyright in the Work). - Notwithstanding the above, Licensor reserves the right to release the - Work under different license terms or to stop distributing the Work at - any time; provided, however that any such election will not serve to - withdraw this License (or any other license that has been, or is - required to be, granted under the terms of this License), and this - License will continue in full force and effect unless terminated as - stated above. - -8. Miscellaneous - - a. Each time You distribute or publicly digitally perform the Work, the - Licensor offers to the recipient a license to the Work on the same - terms and conditions as the license granted to You under this License. - b. If any provision of this License is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of - the remainder of the terms of this License, and without further action - by the parties to this agreement, such provision shall be reformed to - the minimum extent necessary to make such provision valid and - enforceable. - c. No term or provision of this License shall be deemed waived and no - breach consented to unless such waiver or consent shall be in writing - and signed by the party to be charged with such waiver or consent. - d. This License constitutes the entire agreement between the parties with - respect to the Work licensed here. There are no understandings, - agreements or representations with respect to the Work not specified - here. Licensor shall not be bound by any additional provisions that - may appear in any communication from You. This License may not be - modified without the mutual written agreement of the Licensor and You. - - - Creative Commons is not a party to this License, and makes no warranty - whatsoever in connection with the Work. Creative Commons will not be - liable to You or any party on any legal theory for any damages - whatsoever, including without limitation any general, special, - incidental or consequential damages arising in connection to this - license. Notwithstanding the foregoing two (2) sentences, if Creative - Commons has expressly identified itself as the Licensor hereunder, it - shall have all rights and obligations of Licensor. - - Except for the limited purpose of indicating to the public that the - Work is licensed under the CCPL, neither party will use the trademark - "Creative Commons" or any related trademark or logo of Creative - Commons without the prior written consent of Creative Commons. Any - permitted use will be in compliance with Creative Commons' - then-current trademark usage guidelines, as may be published on its - website or otherwise made available upon request from time to time. - - Creative Commons may be contacted at http://creativecommons.org/. diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-NC-1.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-NC-1.0 deleted file mode 100644 index 24b1a48172..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-ND-NC-1.0 +++ /dev/null @@ -1,204 +0,0 @@ -Creative Commons Legal Code - -Attribution-NoDerivs-NonCommercial 1.0 - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR - DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS -AUTHORIZED UNDER THIS LICENSE IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE -TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE -RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS -AND CONDITIONS. - -1. Definitions - - a. "Collective Work" means a work, such as a periodical issue, anthology - or encyclopedia, in which the Work in its entirety in unmodified form, - along with a number of other contributions, constituting separate and - independent works in themselves, are assembled into a collective - whole. A work that constitutes a Collective Work will not be - considered a Derivative Work (as defined below) for the purposes of - this License. - b. "Derivative Work" means a work based upon the Work or upon the Work - and other pre-existing works, such as a translation, musical - arrangement, dramatization, fictionalization, motion picture version, - sound recording, art reproduction, abridgment, condensation, or any - other form in which the Work may be recast, transformed, or adapted, - except that a work that constitutes a Collective Work will not be - considered a Derivative Work for the purpose of this License. - c. "Licensor" means the individual or entity that offers the Work under - the terms of this License. - d. "Original Author" means the individual or entity who created the Work. - e. "Work" means the copyrightable work of authorship offered under the - terms of this License. - f. "You" means an individual or entity exercising rights under this - License who has not previously violated the terms of this License with - respect to the Work, or who has received express permission from the - Licensor to exercise rights under this License despite a previous - violation. - -2. Fair Use Rights. Nothing in this license is intended to reduce, limit, -or restrict any rights arising from fair use, first sale or other -limitations on the exclusive rights of the copyright owner under copyright -law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, -Licensor hereby grants You a worldwide, royalty-free, non-exclusive, -perpetual (for the duration of the applicable copyright) license to -exercise the rights in the Work as stated below: - - a. to reproduce the Work, to incorporate the Work into one or more - Collective Works, and to reproduce the Work as incorporated in the - Collective Works; - b. to distribute copies or phonorecords of, display publicly, perform - publicly, and perform publicly by means of a digital audio - transmission the Work including as incorporated in Collective Works; - -The above rights may be exercised in all media and formats whether now -known or hereafter devised. The above rights include the right to make -such modifications as are technically necessary to exercise the rights in -other media and formats. All rights not expressly granted by Licensor are -hereby reserved. - -4. Restrictions. The license granted in Section 3 above is expressly made -subject to and limited by the following restrictions: - - a. You may distribute, publicly display, publicly perform, or publicly - digitally perform the Work only under the terms of this License, and - You must include a copy of, or the Uniform Resource Identifier for, - this License with every copy or phonorecord of the Work You - distribute, publicly display, publicly perform, or publicly digitally - perform. You may not offer or impose any terms on the Work that alter - or restrict the terms of this License or the recipients' exercise of - the rights granted hereunder. You may not sublicense the Work. You - must keep intact all notices that refer to this License and to the - disclaimer of warranties. You may not distribute, publicly display, - publicly perform, or publicly digitally perform the Work with any - technological measures that control access or use of the Work in a - manner inconsistent with the terms of this License Agreement. The - above applies to the Work as incorporated in a Collective Work, but - this does not require the Collective Work apart from the Work itself - to be made subject to the terms of this License. If You create a - Collective Work, upon notice from any Licensor You must, to the extent - practicable, remove from the Collective Work any reference to such - Licensor or the Original Author, as requested. - b. You may not exercise any of the rights granted to You in Section 3 - above in any manner that is primarily intended for or directed toward - commercial advantage or private monetary compensation. The exchange of - the Work for other copyrighted works by means of digital file-sharing - or otherwise shall not be considered to be intended for or directed - toward commercial advantage or private monetary compensation, provided - there is no payment of any monetary compensation in connection with - the exchange of copyrighted works. - c. If you distribute, publicly display, publicly perform, or publicly - digitally perform the Work or any Collective Works, You must keep - intact all copyright notices for the Work and give the Original Author - credit reasonable to the medium or means You are utilizing by - conveying the name (or pseudonym if applicable) of the Original Author - if supplied; the title of the Work if supplied. Such credit may be - implemented in any reasonable manner; provided, however, that in the - case of a Collective Work, at a minimum such credit will appear where - any other comparable authorship credit appears and in a manner at - least as prominent as such other comparable authorship credit. - -5. Representations, Warranties and Disclaimer - - a. By offering the Work for public release under this License, Licensor - represents and warrants that, to the best of Licensor's knowledge - after reasonable inquiry: - - i. Licensor has secured all rights in the Work necessary to grant the - license rights hereunder and to permit the lawful exercise of the - rights granted hereunder without You having any obligation to pay - any royalties, compulsory license fees, residuals or any other - payments; - ii. The Work does not infringe the copyright, trademark, publicity - rights, common law rights or any other right of any third party or - constitute defamation, invasion of privacy or other tortious - injury to any third party. - - b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN - WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS - IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED - INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS - OR ACCURACY OF THE WORK. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE -LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY -RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL -LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, -CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE -OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - a. This License and the rights granted hereunder will terminate - automatically upon any breach by You of the terms of this License. - Individuals or entities who have received Collective Works from You - under this License, however, will not have their licenses terminated - provided such individuals or entities remain in full compliance with - those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any - termination of this License. - b. Subject to the above terms and conditions, the license granted here is - perpetual (for the duration of the applicable copyright in the Work). - Notwithstanding the above, Licensor reserves the right to release the - Work under different license terms or to stop distributing the Work at - any time; provided, however that any such election will not serve to - withdraw this License (or any other license that has been, or is - required to be, granted under the terms of this License), and this - License will continue in full force and effect unless terminated as - stated above. - -8. Miscellaneous - - a. Each time You distribute or publicly digitally perform the Work or a - Collective Work, the Licensor offers to the recipient a license to the - Work on the same terms and conditions as the license granted to You - under this License. - b. If any provision of this License is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of - the remainder of the terms of this License, and without further action - by the parties to this agreement, such provision shall be reformed to - the minimum extent necessary to make such provision valid and - enforceable. - c. No term or provision of this License shall be deemed waived and no - breach consented to unless such waiver or consent shall be in writing - and signed by the party to be charged with such waiver or consent. - d. This License constitutes the entire agreement between the parties with - respect to the Work licensed here. There are no understandings, - agreements or representations with respect to the Work not specified - here. Licensor shall not be bound by any additional provisions that - may appear in any communication from You. This License may not be - modified without the mutual written agreement of the Licensor and You. - - - Creative Commons is not a party to this License, and makes no warranty - whatsoever in connection with the Work. Creative Commons will not be - liable to You or any party on any legal theory for any damages - whatsoever, including without limitation any general, special, - incidental or consequential damages arising in connection to this - license. Notwithstanding the foregoing two (2) sentences, if Creative - Commons has expressly identified itself as the Licensor hereunder, it - shall have all rights and obligations of Licensor. - - Except for the limited purpose of indicating to the public that the - Work is licensed under the CCPL, neither party will use the trademark - "Creative Commons" or any related trademark or logo of Creative - Commons without the prior written consent of Creative Commons. Any - permitted use will be in compliance with Creative Commons' - then-current trademark usage guidelines, as may be published on its - website or otherwise made available upon request from time to time. - - Creative Commons may be contacted at http://creativecommons.org/. diff --git a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-4.0 b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-4.0 index 2de99d1a4b..4dced8edf0 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-4.0 +++ b/sdk_container/src/third_party/portage-stable/licenses/CC-BY-SA-4.0 @@ -1,56 +1,61 @@ -Creative Commons Legal Code - Attribution-ShareAlike 4.0 International - Creative Commons Corporation ("Creative Commons") is not a law firm - and does not provide legal services or legal advice. Distribution of - Creative Commons public licenses does not create a lawyer-client or - other relationship. Creative Commons makes its licenses and related - information available on an "as-is" basis. Creative Commons gives no - warranties regarding its licenses, any material licensed under their - terms and conditions, or any related information. Creative Commons - disclaims all liability for damages resulting from their use to the - fullest extent possible. +======================================================================= - Using Creative Commons Public Licenses +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. - Creative Commons public licenses provide a standard set of terms and - conditions that creators and other rights holders may use to share - original works of authorship and other material subject to copyright - and certain other rights specified in the public license below. The - following considerations are for informational purposes only, are - not exhaustive, and do not form part of our licenses. +Using Creative Commons Public Licenses - Considerations for licensors: Our public licenses are intended for - use by those authorized to give the public permission to use - material in ways otherwise restricted by copyright and certain other - rights. Our licenses are irrevocable. Licensors should read and - understand the terms and conditions of the license they choose - before applying it. Licensors should also secure all rights - necessary before applying our licenses so that the public can reuse - the material as expected. Licensors should clearly mark any material - not subject to the license. This includes other CC-licensed - material, or material used under an exception or limitation to - copyright. More considerations for licensors. - +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. - Considerations for the public: By using one of our public licenses, - a licensor grants the public permission to use the licensed material - under specified terms and conditions. If the licensor's permission - is not necessary for any reason - for example, because of any - applicable exception or limitation to copyright - then that use is not - regulated by the license. Our licenses grant only permissions under - copyright and certain other rights that a licensor has authority to - grant. Use of the licensed material may still be restricted for - other reasons, including because others have copyright or other - rights in the material. A licensor may make special requests, such - as asking that all changes be marked or described. Although not - required by our licenses, you are encouraged to respect those - requests where reasonable. More considerations for the public. - + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees -Creative Commons Attribution-ShareAlike 4.0 International Public License +======================================================================= + +Creative Commons Attribution-ShareAlike 4.0 International Public +License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons @@ -59,302 +64,364 @@ License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from -making the Licensed Material available under these terms and conditions. +making the Licensed Material available under these terms and +conditions. -Section 1 - Definitions. - a. "Adapted Material" means material subject to Copyright and Similar - Rights that is derived from or based upon the Licensed Material and - in which the Licensed Material is translated, altered, arranged, - transformed, or otherwise modified in a manner requiring permission - under the Copyright and Similar Rights held by the Licensor. For - purposes of this Public License, where the Licensed Material is a - musical work, performance, or sound recording, Adapted Material is - always produced where the Licensed Material is synched in timed - relation with a moving image. - b. "Adapter's License" means the license You apply to Your Copyright - and Similar Rights in Your contributions to Adapted Material in - accordance with the terms and conditions of this Public License. - c. "BY-SA Compatible License" means a license listed at - , approved by - Creative Commons as essentially the equivalent of this Public - License. - d. "Copyright and Similar Rights" means copyright and/or similar rights - closely related to copyright including, without limitation, - performance, broadcast, sound recording, and Sui Generis Database - Rights, without regard to how the rights are labeled or categorized. - For purposes of this Public License, the rights specified in Section - 2(b)(1)-(2) are not Copyright and Similar Rights. - e. "Effective Technological Measures" means those measures that, in the - absence of proper authority, may not be circumvented under laws - fulfilling obligations under Article 11 of the WIPO Copyright Treaty - adopted on December 20, 1996, and/or similar international - agreements. - f. "Exceptions and Limitations" means fair use, fair dealing, and/or - any other exception or limitation to Copyright and Similar Rights - that applies to Your use of the Licensed Material. - g. "License Elements" means the license attributes listed in the name - of a Creative Commons Public License. The License Elements of this - Public License are Attribution and ShareAlike. - h. "Licensed Material" means the artistic or literary work, database, - or other material to which the Licensor applied this Public License. - i. "Licensed Rights" means the rights granted to You subject to the - terms and conditions of this Public License, which are limited to - all Copyright and Similar Rights that apply to Your use of the - Licensed Material and that the Licensor has authority to license. - j. "Licensor" means the individual(s) or entity(ies) granting rights - under this Public License. - k. "Share" means to provide material to the public by any means or - process that requires permission under the Licensed Rights, such as - reproduction, public display, public performance, distribution, - dissemination, communication, or importation, and to make material - available to the public including in ways that members of the public - may access the material from a place and at a time individually - chosen by them. - l. "Sui Generis Database Rights" means rights other than copyright - resulting from Directive 96/9/EC of the European Parliament and of - the Council of 11 March 1996 on the legal protection of databases, - as amended and/or succeeded, as well as other essentially equivalent - rights anywhere in the world. - m. "You" means the individual or entity exercising the Licensed Rights - under this Public License. "Your" has a corresponding meaning. +Section 1 -- Definitions. -Section 2 - Scope. + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. - a. License grant. + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. - 1. Subject to the terms and conditions of this Public License, the - Licensor hereby grants You a worldwide, royalty-free, - non-sublicensable, non-exclusive, irrevocable license to - exercise the Licensed Rights in the Licensed Material to: + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. - A. reproduce and Share the Licensed Material, in whole or in - part; and - B. produce, reproduce, and Share Adapted Material. + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. - 2. Exceptions and Limitations. For the avoidance of doubt, where - Exceptions and Limitations apply to Your use, this Public - License does not apply, and You do not need to comply with its - terms and conditions. - 3. Term. The term of this Public License is specified in Section - 6(a). - 4. Media and formats; technical modifications allowed. The Licensor - authorizes You to exercise the Licensed Rights in all media and - formats whether now known or hereafter created, and to make - technical modifications necessary to do so. The Licensor waives - and/or agrees not to assert any right or authority to forbid You - from making technical modifications necessary to exercise the - Licensed Rights, including technical modifications necessary to - circumvent Effective Technological Measures. For purposes of - this Public License, simply making modifications authorized by - this Section 2(a)(4) never produces Adapted Material. - 5. Downstream recipients. + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. - A. Offer from the Licensor - Licensed Material. Every recipient - of the Licensed Material automatically receives an offer - from the Licensor to exercise the Licensed Rights under the - terms and conditions of this Public License. - B. Additional offer from the Licensor - Adapted Material. Every - recipient of Adapted Material from You automatically - receives an offer from the Licensor to exercise the Licensed - Rights in the Adapted Material under the conditions of the - Adapter's License You apply. - C. No downstream restrictions. You may not offer or impose any - additional or different terms or conditions on, or apply any - Effective Technological Measures to, the Licensed Material - if doing so restricts exercise of the Licensed Rights by any - recipient of the Licensed Material. + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. - 6. No endorsement. Nothing in this Public License constitutes or - may be construed as permission to assert or imply that You are, - or that Your use of the Licensed Material is, connected with, or - sponsored, endorsed, or granted official status by, the Licensor - or others designated to receive attribution as provided in - Section 3(a)(1)(A)(i). + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. - b. Other rights. + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. - 1. Moral rights, such as the right of integrity, are not licensed - under this Public License, nor are publicity, privacy, and/or - other similar personality rights; however, to the extent - possible, the Licensor waives and/or agrees not to assert any - such rights held by the Licensor to the limited extent necessary - to allow You to exercise the Licensed Rights, but not otherwise. - 2. Patent and trademark rights are not licensed under this Public - License. - 3. To the extent possible, the Licensor waives any right to collect - royalties from You for the exercise of the Licensed Rights, - whether directly or through a collecting society under any - voluntary or waivable statutory or compulsory licensing scheme. - In all other cases the Licensor expressly reserves any right to - collect such royalties. + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. -Section 3 - License Conditions. + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. Your exercise of the Licensed Rights is expressly made subject to the following conditions. - a. Attribution. + a. Attribution. - 1. If You Share the Licensed Material (including in modified form), - You must: + 1. If You Share the Licensed Material (including in modified + form), You must: - A. retain the following if it is supplied by the Licensor with - the Licensed Material: + a. retain the following if it is supplied by the Licensor + with the Licensed Material: - i. identification of the creator(s) of the Licensed - Material and any others designated to receive - attribution, in any reasonable manner requested by the - Licensor (including by pseudonym if designated); - ii. a copyright notice; - iii. a notice that refers to this Public License; - iv. a notice that refers to the disclaimer of warranties; - v. a URI or hyperlink to the Licensed Material to the - extent reasonably practicable; + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); - B. indicate if You modified the Licensed Material and retain an - indication of any previous modifications; and - C. indicate the Licensed Material is licensed under this Public - License, and include the text of, or the URI or hyperlink - to, this Public License. + ii. a copyright notice; - 2. You may satisfy the conditions in Section 3(a)(1) in any - reasonable manner based on the medium, means, and context in - which You Share the Licensed Material. For example, it may be - reasonable to satisfy the conditions by providing a URI or - hyperlink to a resource that includes the required information. - 3. If requested by the Licensor, You must remove any of the - information required by Section 3(a)(1)(A) to the extent - reasonably practicable. + iii. a notice that refers to this Public License; - b. ShareAlike. + iv. a notice that refers to the disclaimer of + warranties; - In addition to the conditions in Section 3(a), if You Share Adapted - Material You produce, the following conditions also apply. + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; - 1. The Adapter's License You apply must be a Creative Commons - license with the same License Elements, this version or later, - or a BY-SA Compatible License. - 2. You must include the text of, or the URI or hyperlink to, the - Adapter's License You apply. You may satisfy this condition in - any reasonable manner based on the medium, means, and context in - which You Share Adapted Material. - 3. You may not offer or impose any additional or different terms or - conditions on, or apply any Effective Technological Measures to, - Adapted Material that restrict exercise of the rights granted - under the Adapter's License You apply. + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and -Section 4 - Sui Generis Database Rights. + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. -Where the Licensed Rights include Sui Generis Database Rights that apply -to Your use of the Licensed Material: + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. - a. for the avoidance of doubt, Section 2(a)(1) grants You the right to - extract, reuse, reproduce, and Share all or a substantial portion of - the contents of the database; - b. if You include all or a substantial portion of the database contents - in a database in which You have Sui Generis Database Rights, then - the database in which You have Sui Generis Database Rights (but not - its individual contents) is Adapted Material, including for purposes - of Section 3(b); and - c. You must comply with the conditions in Section 3(a) if You Share all - or a substantial portion of the contents of the database. + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + including for purposes of Section 3(b); and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. -Section 5 - Disclaimer of Warranties and Limitation of Liability. - a. Unless otherwise separately undertaken by the Licensor, to the - extent possible, the Licensor offers the Licensed Material as-is and - as-available, and makes no representations or warranties of any kind - concerning the Licensed Material, whether express, implied, - statutory, or other. This includes, without limitation, warranties - of title, merchantability, fitness for a particular purpose, - non-infringement, absence of latent or other defects, accuracy, or - the presence or absence of errors, whether or not known or - discoverable. Where disclaimers of warranties are not allowed in - full or in part, this disclaimer may not apply to You. - b. To the extent possible, in no event will the Licensor be liable to - You on any legal theory (including, without limitation, negligence) - or otherwise for any direct, special, indirect, incidental, - consequential, punitive, exemplary, or other losses, costs, - expenses, or damages arising out of this Public License or use of - the Licensed Material, even if the Licensor has been advised of the - possibility of such losses, costs, expenses, or damages. Where a - limitation of liability is not allowed in full or in part, this - limitation may not apply to You. - c. The disclaimer of warranties and limitation of liability provided - above shall be interpreted in a manner that, to the extent possible, - most closely approximates an absolute disclaimer and waiver of all - liability. +Section 5 -- Disclaimer of Warranties and Limitation of Liability. -Section 6 - Term and Termination. + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. - a. This Public License applies for the term of the Copyright and - Similar Rights licensed here. However, if You fail to comply with - this Public License, then Your rights under this Public License - terminate automatically. - b. Where Your right to use the Licensed Material has terminated under - Section 6(a), it reinstates: + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. - 1. automatically as of the date the violation is cured, provided it - is cured within 30 days of Your discovery of the violation; or - 2. upon express reinstatement by the Licensor. - - For the avoidance of doubt, this Section 6(b) does not affect any - right the Licensor may have to seek remedies for Your violations of - this Public License. - c. For the avoidance of doubt, the Licensor may also offer the Licensed - Material under separate terms or conditions or stop distributing the - Licensed Material at any time; however, doing so will not terminate - this Public License. - d. Sections 1, 5, 6, 7, and 8 survive termination of this Public - License. - -Section 7 - Other Terms and Conditions. - - a. The Licensor shall not be bound by any additional or different terms - or conditions communicated by You unless expressly agreed. - b. Any arrangements, understandings, or agreements regarding the - Licensed Material not stated herein are separate from and - independent of the terms and conditions of this Public License. - -Section 8 - Interpretation. - - a. For the avoidance of doubt, this Public License does not, and shall - not be interpreted to, reduce, limit, restrict, or impose conditions - on any use of the Licensed Material that could lawfully be made - without permission under this Public License. - b. To the extent possible, if any provision of this Public License is - deemed unenforceable, it shall be automatically reformed to the - minimum extent necessary to make it enforceable. If the provision - cannot be reformed, it shall be severed from this Public License - without affecting the enforceability of the remaining terms and - conditions. - c. No term or condition of this Public License will be waived and no - failure to comply consented to unless expressly agreed to by the - Licensor. - d. Nothing in this Public License constitutes or may be interpreted as - a limitation upon, or waiver of, any privileges and immunities that - apply to the Licensor or You, including from the legal processes of - any jurisdiction or authority. + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. - Creative Commons is not a party to its public licenses. - Notwithstanding, Creative Commons may elect to apply one of its - public licenses to material it publishes and in those instances will - be considered the "Licensor." Except for the limited purpose of - indicating that material is shared under a Creative Commons public - license or as otherwise permitted by the Creative Commons policies - published at , Creative Commons - does not authorize the use of the trademark "Creative Commons" or - any other trademark or logo of Creative Commons without its prior - written consent including, without limitation, in connection with - any unauthorized modifications to any of its public licenses or any - other arrangements, understandings, or agreements concerning use of - licensed material. For the avoidance of doubt, this paragraph does - not form part of the public licenses. +Section 6 -- Term and Termination. - Creative Commons may be contacted at . + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/sdk_container/src/third_party/portage-stable/licenses/CLX b/sdk_container/src/third_party/portage-stable/licenses/CLX deleted file mode 100644 index a0847ff40f..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/CLX +++ /dev/null @@ -1,17 +0,0 @@ - TEXAS INSTRUMENTS INCORPORATED - P.O. BOX 2909 - AUSTIN, TEXAS 78769 - -Portions Copyright (C) 1987 Texas Instruments Incorporated. -Portions Copyright (C) 1988, 1989 Franz Inc, Berkeley, Ca. - -Permission is granted to any individual or institution to use, -copy, modify, and distribute this software, provided that this -complete copyright and permission notice is maintained, intact, in -all copies and supporting documentation. - -Texas Instruments Incorporated provides this software "as is" -without express or implied warranty. - -Franz Incorporated provides this software "as is" without express -or implied warranty. diff --git a/sdk_container/src/third_party/portage-stable/licenses/CROSSOVER-3 b/sdk_container/src/third_party/portage-stable/licenses/CROSSOVER-3 new file mode 100644 index 0000000000..6906647634 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/CROSSOVER-3 @@ -0,0 +1,683 @@ + CrossOver Linux License Grant + +YOU REALLY WANT TO READ THIS, ESPECIALLY THE PART ABOUT +THE MANDATORY CAR WASH FOR CODEWEAVERS EMPLOYEES... + +If you don't like this license grant: + + a. Let us know, we'd appreciate the feedback. + + b. Stop right now, and ask for a refund. We'll cheerfully do so. + + +The main thing we want you to know: + This is a license for one user. The license is not necessarily for a +specific user, or a specific computer, but it is for one person at a +time. If you need to support more than one person, please contact us +for volume pricing and site licensing. We do offer educational +discounts. + + ----------------< Start of Formal License Grant >----------------------- + + 1. License. The software accompanying this License (hereinafter "Software"), + regardless of the media on which it is distributed, are licensed to you + by CodeWeavers ("VENDOR"). You own the medium on which the Software is + recorded, but VENDOR and VENDOR's Licensors (referred to collectively as + "VENDOR") retain title to the Software and related documentation. You + may: + + a. run the Software on any computer, so long as no more than one + person per license is ever using the Software at any one time. + + b. transfer all your license rights in the Software, the backup copy + of the Software, the related documentation and a copy of this + License to another party, provided the other party reads and agrees + to accept the terms and conditions of this License. + + + 2. Free Software. The Software contained in this product includes some + components of Free Software, including software from the Wine Project, + and the MojoSetup setup software. + + The Wine project is licensed under terms of the GNU Lesser General Public + License, which is included below as Appendix A. The best source for the + Wine source code is the main Wine web page at http://www.winehq.org. + + Japanese fonts are included under the Wada Laboratory public domain + license found at + http://sourceforge.jp/projects/ume-font/wiki/UmeFontLicence + + MojoSetup and its dependent projects are all licensed under BSD + style licenses. The best place for that code is also + www.icculus.org. + + We also use or include static copies of the following projects: + libxml2, libxslt - BSD-style + xml-dom, xml-namespacesupport, - Artistic or GPL license + xml-regexp, xml-sax + + We also use the htmltextview.py library by Gustavor Carneiro, which + is licensed under the LGPL. The source code was available to us at: + http://people.gnome.org/~gjc/htmltextview.py + + Portions of this software are copyright © 2009. The FreeType + Project (www.freetype.org). All rights reserved. + + In each case, we use them unmodified and strongly recommend that + anyone wishing source code for these projects find and visit the + respective project home page. + + We are deeply grateful to the authors of all of these software projects + for allowing us to use their software. + + We include source code with each CD purchase of CrossOver. Current + source code for Free Software contained within CrossOver products is also + generally available at our web site, www.codeweavers.com. However, + individuals wishing to obtain source directly from us will be cheerfully + provided with a copy of any Free Software source upon request. We reserve + the right to charge a nominal processing fee for transmission of the + source code. Send such requests to info@codeweavers.com. + + CodeWeavers strongly believes in the Free Software movement. We believe + that the spirit of this movement makes it important for you to be able to + obtain these components for yourself, make changes, and then use those + changes with our Software. To that end, you are explicitly granted + license to build alternate versions of the Wine software for use in + conjunction with the Software. + + IN NO WAY IS THIS LICENSE GRANT INTENDED TO SUPERSEDE THE LICENSE + AGREEMENTS OF ANY FREE SOFTWARE COMPONENTS THAT ARE DISTRIBUTED IN + CONJUNCTION WITH THE SOFTWARE. + + 3. Restrictions. The Software contains copyrighted material, trade secrets + and other proprietary material. In order to protect them, and except as + permitted by applicable legislation or by the Free Software licenses + detailed in Section 2, you may not: + + a. decompile, reverse engineer, disassemble or otherwise reduce the + Software to a human-perceivable form + + b. rent, lend, loan, distribute or create derivative works based upon + the Software in whole or in part. + + + 4. Term. This License is granted to you immediately upon purchase of a + license from CodeWeavers, or other related third party. + + This License is effective until terminated. You may terminate this + License at any time by destroying the Software, related documentation and + all copies thereof. + + This License will terminate immediately without notice from VENDOR if: + + a. you use the Software in a fashion that exceeds the rights granted + to you by this license, OR + + b. you fail to conclude the purchase transaction, OR + + c. you request a refund. + + + If the Software was given to you for purposes of evaluation, then this + License will terminate at the end of the specified evaluation period, + typically 15 days. + + 5. Export Law Assurance. You agree and certify that neither the Software nor + any other technical data received from VENDOR, nor the direct product + thereof, will be exported outside the United States except as authorized + and as permitted by the laws and regulations of the United States. If the + Software has been rightfully obtained by you outside of the United + States, you agree that you will not reexport the Software nor any other + technical data received from VENDOR, nor the direct product thereof, + except as permitted by the laws and regulations of the United States and + the laws and regulations of the jurisdiction in which you obtained the + Software. + + 6. Government End Users. If you are acquiring the Software on behalf of any + unit or agency of the United States Government, the following provisions + apply. The Government agrees: + + a. if the Software is supplied to the Department of Defense (DoD), the + Software is classified as "Commercial Computer Software" and the + Government is acquiring only "restricted rights" in the Software + and its documentation as that term is defined in Clause 252.227- + 7013(c)(1) of the DFARS; and + + b. if the Software is supplied to any unit or agency of the United + States Government other than DoD, the Government's rights in the + Software and its documentation will be as defined in Clause 52.227- + 19(c)(2) of the FAR or, in the case of NASA, in Clause 18-52.227-86 + (d) of the NASA Supplement to the FAR. + + + 7. Limited Warranty on Media. If you have purchased the Software in a + tangible form of media such as a CD ROM, VENDOR warrants the tangible media + on which the Software is recorded to be free from defects in materials and + workmanship under normal use for a period of ninety (90) days from the + date of purchase as evidenced by a copy of the receipt. VENDOR's entire + liability and your exclusive remedy will be replacement of the media not + meeting VENDOR's limited warranty and which is returned to VENDOR or an + VENDOR authorized representative with a copy of the receipt. VENDOR will + have no responsibility to replace any media damaged by accident, abuse or + misapplication. ANY IMPLIED WARRANTIES ON THE TANGIBLE MEDIA, INCLUDING + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE, ARE LIMITED IN DURATION TO NINETY (90) DAYS FROM THE DATE OF + DELIVERY. THIS WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS, AND YOU MAY ALSO + HAVE OTHER RIGHTS WHICH VARY BY JURISDICTION. + + 8. Disclaimer of Warranty on Software. You expressly acknowledge and agree + that use of the Software is at your sole risk. The Software and related + documentation are provided "AS IS" and without warranty of any kind and + VENDOR EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE. VENDOR DOES NOT WARRANT THAT THE + FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET YOUR REQUIREMENTS, OR THAT + THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR + THAT DEFECTS IN THE SOFTWARE WILL BE CORRECTED. THE ENTIRE RISK AS TO THE + RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. FURTHERMORE, + VENDOR DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR + THE RESULTS OF THE USE OF THE SOFTWARE OR RELATED DOCUMENTATION IN TERMS + OF THEIR CORRECTNESS, ACCURACY, RELIABILITY, CURRENTNESS, OR OTHERWISE. + NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY VENDOR OR VENDOR'S + AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY OR IN ANY WAY INCREASE + THE SCOPE OF THIS WARRANTY. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU (AND + NOT VENDOR OR VENDOR'S AUTHORIZED REPRESENTATIVE) ASSUME THE ENTIRE COST + OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. SOME JURISDICTIONS DO + NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE EXCLUSION MAY + NOT APPLY TO YOU. + + 9. Limitation of Liability. UNDER NO CIRCUMSTANCES INCLUDING NEGLIGENCE, + SHALL VENDOR, OR ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS, BE LIABLE + TO YOU FOR ANY INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES + (INCLUDING DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, + LOSS OF BUSINESS INFORMATION, AND THE LIKE) ARISING OUT OF THE USE, + MISUSE OR INABILITY TO USE THE SOFTWARE OR RELATED DOCUMENTATION, EVEN IF + VENDOR OR VENDOR'S AUTHORIZED REPRESENTATIVE HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE + LIMITATION OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL + DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU. In no + event shall VENDOR's total liability to you for all damages, losses, and + causes of action (whether in contract, tort (including negligence) or + otherwise) exceed the amount paid by you for the Software. + + 10. Controlling Law and Severability. This License shall be governed by and + construed in accordance with the laws of the United States and the State + of Minnesota, as applied to agreements entered into and to be performed + entirely within Minnesota between Minnesota residents. If for any reason + a court of competent jurisdiction finds any provision of this License or + portion thereof, to be unenforceable, that provision of the License shall + be enforced to the maximum extent permissible so as to effect the intent + of the parties, and the remainder of this License shall continue in full + force and effect. + + +Appendix A - Wine License + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + + ----------------< End of Formal License Grant >----------------------- + +OKAY, WE WERE JUST KIDDING. THERE'S NOTHING IN HERE ABOUT CARWASHES. BUT YOU +REALLY SHOULD READ THESE THINGS, YOU KNOW. (It's the Green RAV4, if +you really insist). + +For those of you that do really care about license agreements, +please feel free to email us at info@codeweavers.com; we are +always open to suggestions. diff --git a/sdk_container/src/third_party/portage-stable/licenses/DMD b/sdk_container/src/third_party/portage-stable/licenses/DMD deleted file mode 100644 index e084913e3a..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/DMD +++ /dev/null @@ -1,46 +0,0 @@ - -The Software is not generally available software. It has not undergone -testing and may contain errors. The Software was not designed to operate -after December 31, 1999. It may be incomplete and it may not function -properly. No support or maintenance is provided with this Software. Do -not install or distribute the Software if -you are not accustomed to using or distributing experimental software. -Do not use this software for life critical applications, or applications -that could cause significant harm or property damage. - -Digital Mars licenses the Software to you on an "AS IS" basis, without -warranty of any kind. DIGITAL MARS AND SYMANTEC HEREBY EXPRESSLY DISCLAIM -ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, -NONINFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. You are solely -responsible for determining the appropriateness of using this Software and -assume all risks associated with the use of this Software, including but not -limited to the risks of program errors, damage -to or loss of data, programs or equipment, unavailability or interruption of -operations and third party claims. You agree to defend, indemnify and hold -Digital Mars and Symantec, its subsidiaries, affiliates, directors, officers, -employees and agents harmless from all claims or demands made against them -(and any related losses, damages, expenses -and costs) arising out of your use of the Software. DIGITAL MARS AND SYMANTEC -WILL NOT BE LIABLE FOR ANY DIRECT DAMAGES OR FOR ANY SPECIAL, INCIDENTAL, OR -INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING -LOST PROFITS OR SAVINGS), EVEN IF DIGITAL MARS OR SYMANTEC HAS BEEN ADVISED -OF THE POSSIBILITY OF SUCH DAMAGES. -Digital Mars and Symantec will not be liable for the loss of, or damage to, -your records or data, the records or -data of any third party, or any damages claimed by you based on a third party -claim. - -If you send any messages to Digital Mars, on either the Digital Mars -newsgroups, the Digital Mars mailing list, or via email, you agree not -to make any claims of intellectual -property rights over the contents of those messages. - -The Software is copyrighted and comes with a single user license, -and may not be redistributed. If you wish to obtain a redistribution license, -please contact Digital Mars. - --------------------------------------------- -Photo credits: Courtesy of NASA/JPL/Caltech --------------------------------------------- - diff --git a/sdk_container/src/third_party/portage-stable/licenses/DSL b/sdk_container/src/third_party/portage-stable/licenses/DSL deleted file mode 100644 index d9158afac4..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/DSL +++ /dev/null @@ -1,181 +0,0 @@ -DESIGN SCIENCE LICENSE - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -Copyright © 1999-2001 Michael Stutz -Verbatim copying of this document is permitted, in any medium. - -0. PREAMBLE. - -Copyright law gives certain exclusive rights to the author of a work, -including the rights to copy, modify and distribute the work (the -"reproductive," "adaptative," and "distribution" rights). - -The idea of "copyleft" is to willfully revoke the exclusivity of those -rights under certain terms and conditions, so that anyone can copy and -distribute the work or properly attributed derivative works, while all -copies remain under the same terms and conditions as the original. - -The intent of this license is to be a general "copyleft" that can be -applied to any kind of work that has protection under copyright. This -license states those certain conditions under which a work published -under its terms may be copied, distributed, and modified. - -Whereas "design science" is a strategy for the development of -artifacts as a way to reform the environment (not people) and -subsequently improve the universal standard of living, this Design -Science License was written and deployed as a strategy for promoting -the progress of science and art through reform of the environment. - -1. DEFINITIONS. - -"License" shall mean this Design Science License. The License applies -to any work which contains a notice placed by the work's copyright -holder stating that it is published under the terms of this Design -Science License. - -"Work" shall mean such an aforementioned work. The License also -applies to the output of the Work, only if said output constitutes a -"derivative work" of the licensed Work as defined by copyright law. - -"Object Form" shall mean an executable or performable form of the -Work, being an embodiment of the Work in some tangible medium. - -"Source Data" shall mean the origin of the Object Form, being the -entire, machine-readable, preferred form of the Work for copying and -for human modification (usually the language, encoding or format in -which composed or recorded by the Author); plus any accompanying -files, scripts or other data necessary for installation, configuration -or compilation of the Work. - -(Examples of "Source Data" include, but are not limited to, the -following: if the Work is an image file composed and edited in PNG -format, then the original PNG source file is the Source Data; if the -Work is an MPEG 1.0 layer 3 digital audio recording made from a WAV -format audio file recording of an analog source, then the original WAV -file is the Source Data; if the Work was composed as an unformatted -plaintext file, then that file is the Source Data; if the Work was -composed in LaTeX, the LaTeX file(s) and any image files and/or custom -macros necessary for compilation constitute the Source Data.) - -"Author" shall mean the copyright holder(s) of the Work. - -The individual licensees are referred to as "you." - -2. RIGHTS AND COPYRIGHT. - -The Work is copyrighted by the Author. All rights to the Work are -reserved by the Author, except as specifically described below. This -License describes the terms and conditions under which the Author -permits you to copy, distribute and modify copies of the Work. - -In addition, you may refer to the Work, talk about it, and (as -dictated by "fair use") quote from it, just as you would any -copyrighted material under copyright law. - -Your right to operate, perform, read or otherwise interpret and/or -execute the Work is unrestricted; however, you do so at your own risk, -because the Work comes WITHOUT ANY WARRANTY -- see Section 7 ("NO -WARRANTY") below. - -3. COPYING AND DISTRIBUTION. - -Permission is granted to distribute, publish or otherwise present -verbatim copies of the entire Source Data of the Work, in any medium, -provided that full copyright notice and disclaimer of warranty, where -applicable, is conspicuously published on all copies, and a copy of -this License is distributed along with the Work. - -Permission is granted to distribute, publish or otherwise present -copies of the Object Form of the Work, in any medium, under the terms -for distribution of Source Data above and also provided that one of -the following additional conditions are met: - -(a) The Source Data is included in the same distribution, distributed -under the terms of this License; or - -(b) A written offer is included with the distribution, valid for at -least three years or for as long as the distribution is in print -(whichever is longer), with a publicly-accessible address (such as a -URL on the Internet) where, for a charge not greater than -transportation and media costs, anyone may receive a copy of the -Source Data of the Work distributed according to the section above; or - -(c) A third party's written offer for obtaining the Source Data at no -cost, as described in paragraph (b) above, is included with the -distribution. This option is valid only if you are a non-commercial -party, and only if you received the Object Form of the Work along with -such an offer. - -You may copy and distribute the Work either gratis or for a fee, and -if desired, you may offer warranty protection for the Work. - -The aggregation of the Work with other works that are not based on the -Work -- such as but not limited to inclusion in a publication, -broadcast, compilation, or other media -- does not bring the other -works in the scope of the License; nor does such aggregation void the -terms of the License for the Work. - -4. MODIFICATION. - -Permission is granted to modify or sample from a copy of the Work, -producing a derivative work, and to distribute the derivative work -under the terms described in the section for distribution above, -provided that the following terms are met: - -(a) The new, derivative work is published under the terms of this -License. - -(b) The derivative work is given a new name, so that its name or title -cannot be confused with the Work, or with a version of the Work, in -any way. - -(c) Appropriate authorship credit is given: for the differences -between the Work and the new derivative work, authorship is attributed -to you, while the material sampled or used from the Work remains -attributed to the original Author; appropriate notice must be included -with the new work indicating the nature and the dates of any -modifications of the Work made by you. - -5. NO RESTRICTIONS. - -You may not impose any further restrictions on the Work or any of its -derivative works beyond those restrictions described in this License. - -6. ACCEPTANCE. - -Copying, distributing or modifying the Work (including but not limited -to sampling from the Work in a new work) indicates acceptance of these -terms. If you do not follow the terms of this License, any rights -granted to you by the License are null and void. The copying, -distribution or modification of the Work outside of the terms -described in this License is expressly prohibited by law. - -If for any reason, conditions are imposed on you that forbid you to -fulfill the conditions of this License, you may not copy, distribute -or modify the Work at all. - -If any part of this License is found to be in conflict with the law, -that part shall be interpreted in its broadest meaning consistent with -the law, and no other parts of the License shall be affected. - -7. NO WARRANTY. - -THE WORK IS PROVIDED "AS IS," AND COMES WITH ABSOLUTELY NO WARRANTY, -EXPRESS OR IMPLIED, TO THE EXTENT PERMITTED BY APPLICABLE LAW, -INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. - -8. DISCLAIMER OF LIABILITY. - -IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS WORK, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - -END OF TERMS AND CONDITIONS - diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-openssl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-openssl-exception new file mode 100644 index 0000000000..7480f8003b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-2+-with-openssl-exception @@ -0,0 +1,12 @@ +GNU General Public License, version 2 or any later version. +See GPL-2 for the full text of this license. + +In addition, as a special exception, the copyright holders give permission +to link the code of this work with the OpenSSL project's "OpenSSL" library +(or with modified versions of it that use the same license as the "OpenSSL" +library), and distribute linked combinations including the two. You must +obey the GNU General Public License in all respects for all of the code +used other than "OpenSSL". If you modify this file, you may extend this +exception to your version of the file, but you are not obligated to do so. +If you do not wish to do so, delete this exception statement from your +version. diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-MySQL-FLOSS-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-MySQL-FLOSS-exception index 15e1617431..3bc909329b 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-MySQL-FLOSS-exception +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-MySQL-FLOSS-exception @@ -96,7 +96,7 @@ redistribute a copy of the Program exclusively under the terms of the GPL by removing the FLOSS Exception notice from that copy of the Program, provided that the copy has never been modified by you or any third party. -$Id: GPL-2-with-MySQL-FLOSS-exception,v 1.1 2007/05/07 21:05:49 betelgeuse Exp $ +$Id$ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-classpath-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-classpath-exception new file mode 100644 index 0000000000..5da7859773 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-2-with-classpath-exception @@ -0,0 +1,349 @@ +GNU General Public License, version 2, with the Classpath Exception + +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., 59 + Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-cuda-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-cuda-exception new file mode 100644 index 0000000000..b19349aa20 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-cuda-exception @@ -0,0 +1,11 @@ +GNU General Public License, version 3 or any later version. +See GPL-3 for the full text of this license. + +Additional permission under GNU GPL version 3 section 7 + +If you modify this Program, or any covered work, by linking or +combining it with NVIDIA Corporation's CUDA libraries from the +NVIDIA CUDA Toolkit (or a modified version of those libraries), +containing parts covered by the terms of NVIDIA CUDA Toolkit +EULA, the licensors of this Program grant you additional +permission to convey the resulting work. diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-cuda-openssl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-cuda-openssl-exception new file mode 100644 index 0000000000..734d93dc2f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-cuda-openssl-exception @@ -0,0 +1,20 @@ +GNU General Public License, version 3 or any later version. +See GPL-3 for the full text of this license. + +Additional permission under GNU GPL version 3 section 7 + +If you modify this Program, or any covered work, by linking or +combining it with the OpenSSL project's "OpenSSL" library (or a +modified version of that library), containing parts covered by +the terms of OpenSSL/SSLeay license, the licensors of this +Program grant you additional permission to convey the resulting +work. Corresponding Source for a non-source form of such a +combination shall include the source code for the parts of the +OpenSSL library used as well as that of the covered work. + +If you modify this Program, or any covered work, by linking or +combining it with NVIDIA Corporation's CUDA libraries from the +NVIDIA CUDA Toolkit (or a modified version of those libraries), +containing parts covered by the terms of NVIDIA CUDA Toolkit +EULA, the licensors of this Program grant you additional +permission to convey the resulting work. diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-opencl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-opencl-exception new file mode 100644 index 0000000000..8ce67672a1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-opencl-exception @@ -0,0 +1,12 @@ +GNU General Public License, version 3 or any later version. +See GPL-3 for the full text of this license. + +Additional permission under GNU GPL version 3 section 7 + +If you modify this Program, or any covered work, by linking or +combining it with any library or libraries implementing the +Khronos Group OpenCL Standard v1.0 or later (or modified +versions of those libraries), containing parts covered by the +terms of the licenses of their respective copyright owners, +the licensors of this Program grant you additional permission +to convey the resulting work. diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-opencl-openssl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-opencl-openssl-exception new file mode 100644 index 0000000000..a8b30e1cf2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-3+-with-opencl-openssl-exception @@ -0,0 +1,21 @@ +GNU General Public License, version 3 or any later version. +See GPL-3 for the full text of this license. + +Additional permission under GNU GPL version 3 section 7 + +If you modify this Program, or any covered work, by linking or +combining it with the OpenSSL project's "OpenSSL" library (or a +modified version of that library), containing parts covered by +the terms of OpenSSL/SSLeay license, the licensors of this +Program grant you additional permission to convey the resulting +work. Corresponding Source for a non-source form of such a +combination shall include the source code for the parts of the +OpenSSL library used as well as that of the covered work. + +If you modify this Program, or any covered work, by linking or +combining it with any library or libraries implementing the +Khronos Group OpenCL Standard v1.0 or later (or modified +versions of those libraries), containing parts covered by the +terms of the licenses of their respective copyright owners, +the licensors of this Program grant you additional permission +to convey the resulting work. diff --git a/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-openssl-exception b/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-openssl-exception new file mode 100644 index 0000000000..0f5ccd0fb5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/GPL-3-with-openssl-exception @@ -0,0 +1,687 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + + Exception + + In addition, as a special exception, the copyright holders give permission +to link the code of portions of this program with the OpenSSL library under +certain conditions as described in each individual source file, and distribute +linked combinations including the two. +You must obey the GNU General Public License in all respects for all of the +code used other than OpenSSL. If you modify file(s) with this exception, you +may extend this exception to your version of the file(s), but you are not +obligated to do so. If you do not wish to do so, delete this exception +statement from your version. If you delete this exception statement from all +source files in the program, then also delete it here. diff --git a/sdk_container/src/third_party/portage-stable/licenses/Google-TOS b/sdk_container/src/third_party/portage-stable/licenses/Google-TOS index c50b61c6e2..694bffbe72 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/Google-TOS +++ b/sdk_container/src/third_party/portage-stable/licenses/Google-TOS @@ -7,11 +7,11 @@ [3]Skip to content -  1. [4]Overview -  2. Terms of Service + 1. [4]Overview + 2. Terms of Service - * Terms of Service - * [5]Updates + * Terms of Service + * [5]Updates Google Terms of Service @@ -249,30 +249,30 @@ About these Terms Good to Know - * Our Good to Know site helps you stay safe and protect your family’s + * Our Good to Know site helps you stay safe and protect your family’s information online. [11]Visit to learn more Our legal policies - * [12]Privacy Policy - * Terms of Service - * [13]FAQ + * [12]Privacy Policy + * Terms of Service + * [13]FAQ Some technical details - * [14]Technologies and Principles - * [15]Advertising - * [16]How Google uses cookies - * [17]How Google uses pattern recognition - * [18]Types of location data used by Google - * [19]How Google Wallet uses credit card numbers - * [20]How Google Voice works + * [14]Technologies and Principles + * [15]Advertising + * [16]How Google uses cookies + * [17]How Google uses pattern recognition + * [18]Types of location data used by Google + * [19]How Google Wallet uses credit card numbers + * [20]How Google Voice works Change language: [[21]________________________] - * [22]Google - * [23]About Google - * [24]Privacy & Terms + * [22]Google + * [23]About Google + * [24]Privacy & Terms References diff --git a/sdk_container/src/third_party/portage-stable/licenses/HP-JDKJRE6 b/sdk_container/src/third_party/portage-stable/licenses/HP-JDKJRE6 deleted file mode 100644 index 6aa1634c24..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/HP-JDKJRE6 +++ /dev/null @@ -1,78 +0,0 @@ -License JRE or JDK version 6.0 - -To download and install the software, follow the steps below. - -LEGAL NOTICE - READ BEFORE DOWNLOADING OR OTHERWISE USING THIS SOFTWARE. - -ATTENTION: USE OF THE SOFTWARE IS SUBJECT TO THE HP SOFTWARE LICENSE TERMS AND SUPPLEMENTAL RESTRICTIONS SET FORTH BELOW, THIRD PARTY SOFTWARE LICENSE TERMS FOUND IN THE THIRDPARTYLICENSEREADME.TXT FILE AND THE WARRANTY DISCLAIMER ATTACHED. IF YOU DO NOT ACCEPT THESE TERMS FULLY, YOU MAY NOT INSTALL OR OTHERWISE USE THE SOFTWARE. NOTWITHSTANDING ANYTHING TO THE CONTRARY IN THIS NOTICE, INSTALLING OR OTHERWISE USING THE SOFTWARE INDICATES YOUR ACCEPTANCE OF THESE LICENSE TERMS. - -HP software license terms for both JRE and JDK - -The following terms govern your use of the Software. For the purpose of this Agreement, “Software” means the Java Runtime Environment (“JRE”) or the Java Developers Kit (“JDK”) you download in connection with this Agreement. - -License grant -HP grants you a license to Use one copy of the Software. "Use" means storing, loading, installing, executing or displaying the Software for the purpose of developing and running Java applets and applications on Java SE-enabled HP computers. You may not modify the Software or disable any licensing or control features of the Software. - -Ownership -The Software is owned and copyrighted by HP or its third party suppliers. Your license confers no title or ownership in the Software and is not a sale of any rights in the Software. HP's third party suppliers may protect their rights in the event of any violation of these License Terms. - -Third Party Code -Some third-party code embedded or bundled with the Software is licensed to you under different terms and conditions as set forth in the THIRDPARTYLICENSEREADME.txt file. In addition to any terms and conditions of any third party license identified in the THIRDPARTYLICENSEREADME.txt file, the disclaimer of warranty and limitation of liability provisions in this license shall apply to all code distributed as part of or bundled with the Software. - -Source Code -Software may contain source code that, unless expressly licensed for other purposes, is provided solely for reference purposes pursuant to the terms of this license. Source code may not be redistributed unless expressly provided for in these License Terms. - -Copies and Adaptations -You may only make copies or adaptations of the Software for archival purposes or when copying or adaptation is an essential step in the authorized Use of the Software. You must reproduce all copyright notices in the original Software on all copies or adaptations. You may not copy the Software onto any bulletin board or similar system. - -No disassembly or decryption -You may not disassemble or decompile the Software unless HP's prior written consent is obtained. In some jurisdictions, HP's consent may not be required for disassembly or decompilation. Upon request, you will provide HP with reasonably detailed information regarding any disassembly or decompilation. You may not decrypt the Software unless decryption is a necessary part of the operation of the Software. - -Termination -HP may terminate your license upon notice for failure to comply with any of these License Terms. Upon termination, you must immediately destroy the Software, together with all copies, adaptations and merged portions in any form. - -Export requirements -The software you are about to download contains cryptography technology. Some countries regulate the import, use and/or export of certain products with cryptography. HP makes no claims as to the applicability of local country import, use and/or export regulations in relation to the download of this product. If you are located outside the U.S. and Canada you are advised to consult your local country regulations to insure compliance. - -You may not export or re-export this software or any copy or adaptation in violation of any applicable laws or regulations. - -Without limiting the generality of the foregoing, hardware, software, technology or services provided under this license agreement may not be exported, reexported, transferred or downloaded to or within (or to a national resident of) countries under U.S. economic embargo including the following countries: - -Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria. -This list is subject to change. - -Hardware, software, technology or services may not be exported, reexported, transferred or downloaded to persons or entities listed on the U.S. Department of Commerce Denied Persons List, Entity List of proliferation concern or on any U.S. Treasury Department Designated Nationals exclusion list, or to parties directly or indirectly involved in the development or production of nuclear, chemical, biological weapons or in missile technology programs as specified in the U.S. Export Administration Regulations (15 CFR 744). - -By accepting this license agreement you confirm that you are not located in (or a national resident of) any country under U.S. economic embargo, not identified on any U.S. Department of Commerce Denied Persons List, Entity List or Treasury Department Designated Nationals exclusion list, and not directly or indirectly involved in the development or production of nuclear, chemical, biological weapons or in missile technology programs as specified in the U.S. Export Administration Regulations. - -U.S. government restricted rights -The Software and any accompanying documentation have been developed entirely at private expense. They are delivered and licensed as "commercial computer software" as defined in DFARS 252.227-7013 (Oct 1988), DFARS 252.211-7015 (May 1991) or DFARS 252.227-7014 (Jun 1995), as a "commercial item" as defined in FAR2.101(a), or as "Restricted computer software" as defined in FAR 52.227-19 (Jun 1987)(or any equivalent agency regulation or contract clause), whichever is applicable. You have only those rights provided for such Software and any accompanying documentation by the applicable FAR or DFARS clause or the HP standard software agreement for the product involved. The owner is Hewlett-Packard Company, 3000 Hanover Street, Palo Alto, California 94304. - -Supplemental restrictions -You acknowledge the Software is not designed or intended for use in on-line control of aircraft, air traffic, aircraft navigation, or aircraft communications; or in the design, construction, operation or maintenance of any nuclear facility. HP disclaims any express or implied warranty of fitness for such uses. - -Supplemental Terms Applicable to JRE only: -License to Distribute JRE. You are granted a royalty-free right to reproduce and distribute the JRE, provided that you distribute the JRE complete and unmodified, only as a part of, and for the sole purpose of running your Java compatible applet or application into which the JRE is incorporated. - -Java Platform Interface. You may not modify the Java Platform Interface ("JPI", identified as classes contained within the "java" package or any subpackages of the "java" package), by creating additional classes within the JPI or otherwise causing the addition to or modification of the classes in the JPI. In the event that you create any Java-related API and distribute such API to others for applet or application development, you must promptly publish broadly, an accurate specification for such API for free use by all developers of Java-based software. - -You may make the JRE accessible to application programs developed by you provided that the programs allow such access only through the invocation interface specified and provided that you shall not expose or document other interfaces that permit access to the JRE. You shall not be restricted hereunder from exposing or documenting interfaces to software components that use or access the JRE. - - -I ACCEPT ALL OF THE ABOVE TERMS. * -I DO NOT ACCEPT ALL OF THE ABOVE TERMS. - - - --------------------------------------------------------------------------------- - - -HP “AS-IS” warranty statement - - -TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, HP AND ITS SUPPLIERS PROVIDE THE SOFTWARE “AS IS” AND WITH ALL FAULTS, AND HEREBY DISCLAIM ALL INDEMNITIES, WARRANTIES AND CONDITIONS, WHETHER EXPRESS, IMPLIED, BY STATUTE, COMMON LAW, CUSTOM OR OTHERWISE, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF TITLE AND NON-INFRINGEMENT, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND LACK OF VIRUSES. HP does not warrant that the operation of the Software will be uninterrupted or error-free or that the Software will meet your requirements. Some states/jurisdictions do not allow exclusion of implied warranties or limitation on the duration of implied warranties, so the above disclaimer may not apply to you in its entirety. - -TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL HP OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR REVENUES, BUSINESS INTERRUPTION, DOWNTIME COSTS, FAILURE TO REALIZE EXPECTED SAVINGS, LOSS, DISCLOSURE, UNAVAILABILITY OF OR DAMAGE TO DATA, SOFTWARE RESTORATION, OR LOSS OF PRIVACY ARISING OUT OF OR IN ANY WAY RELATED TO THE USE OR INABILITY TO USE THE SOFTWARE, OR OTHERWISE IN CONNECTION WITH ANY PROVISION OF THIS AGREEMENT, EVEN IF HP OR ANY SUPPLIER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Some states/jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above exclusion may not apply to you. - -I ACCEPT ALL OF THE ABOVE TERMS. * - I DO NOT ACCEPT ALL OF THE ABOVE TERMS. diff --git a/sdk_container/src/third_party/portage-stable/licenses/HTML-Tidy b/sdk_container/src/third_party/portage-stable/licenses/HTML-Tidy index 3e704e09db..eca7acffa3 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/HTML-Tidy +++ b/sdk_container/src/third_party/portage-stable/licenses/HTML-Tidy @@ -1,17 +1,9 @@ - - - - HTML Tidy License - - - -
 HTML Tidy
 
 HTML parser and pretty printer
 
 Copyright (c) 1998-2003 World Wide Web Consortium
-(Massachusetts Institute of Technology, European Research 
+(Massachusetts Institute of Technology, European Research
 Consortium for Informatics and Mathematics, Keio University).
 All Rights Reserved.
 
@@ -21,7 +13,7 @@ representations or warranties, express or implied, including
 but not limited to, warranties of merchantability or fitness
 for any particular purpose or that the use of the software or
 documentation will not infringe any third party patents,
-copyrights, trademarks or other rights. 
+copyrights, trademarks or other rights.
 
 The copyright holders and contributing author(s) will not be held
 liable for any direct, indirect, special or consequential damages
@@ -37,14 +29,9 @@ for any purpose, without fee, subject to the following restrictions:
    not be misrepresented as being the original source.
 3. This Copyright notice may not be removed or altered from any
    source or altered source distribution.
- 
+
 The copyright holders and contributing author(s) specifically
 permit, without fee, and encourage the use of this source code
 as a component for supporting the Hypertext Markup Language in
 commercial products. If you use this source code in a product,
 acknowledgment is not required but would be appreciated.
-
- - - - diff --git a/sdk_container/src/third_party/portage-stable/licenses/HappyBunny b/sdk_container/src/third_party/portage-stable/licenses/HappyBunny new file mode 100644 index 0000000000..a9f8b0f39b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/HappyBunny @@ -0,0 +1,22 @@ +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +Restrictions: By making use of the Software for military purposes, you choose +to make a Bunny unhappy. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/IBM-J1.6 b/sdk_container/src/third_party/portage-stable/licenses/IBM-J1.6 deleted file mode 100644 index a42b8f456c..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/IBM-J1.6 +++ /dev/null @@ -1,988 +0,0 @@ -International License Agreement for Non-Warranted Programs - -Part 1 - General Terms - -BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, OR USING THE PROGRAM YOU AGREE -TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCEPTING THESE TERMS ON BEHALF OF -ANOTHER PERSON OR A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT AND WARRANT -THAT YOU HAVE FULL AUTHORITY TO BIND THAT PERSON, COMPANY, OR LEGAL ENTITY TO -THESE TERMS. IF YOU DO NOT AGREE TO THESE TERMS, - -- DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, OR USE THE PROGRAM; AND - -- PROMPTLY RETURN THE PROGRAM AND PROOF OF ENTITLEMENT TO THE PARTY FROM WHOM -YOU ACQUIRED IT TO OBTAIN A REFUND OF THE AMOUNT YOU PAID. IF YOU DOWNLOADED THE -PROGRAM, CONTACT THE PARTY FROM WHOM YOU ACQUIRED IT. - -"IBM" is International Business Machines Corporation or one of its subsidiaries. - -"License Information" ("LI") is a document that provides information specific to -a Program. The Program's LI is available at http://www.ibm.com/software/sla/ . -The LI may also be found in a file in the Program's directory, by the use of a -system command, or as a booklet which accompanies the Program. - -"Program" is the following, including the original and all whole or partial -copies: 1) machine-readable instructions and data, 2) components, 3) -audio-visual content (such as images, text, recordings, or pictures), 4) related -licensed materials, and 5) license use documents or keys, and documentation. - -A "Proof of Entitlement" ("PoE") is evidence of Your authorization to use a -Program at a specified level. That level may be measured, for example, by the -number of processors or users. The PoE is also evidence of Your eligibility for -future upgrade prices, if any, and potential special or promotional -opportunities. If IBM does not provide You with a PoE, then IBM may accept the -original paid sales receipt or other sales record from the party (either IBM or -its reseller) from whom You acquired the Program, provided that it specifies the -name of the Program and the usage level acquired. - -"You" and "Your" refer either to an individual person or to a single legal -entity. - -This Agreement includes Part 1 - General Terms, Part 2 - Country-unique Terms -(if any), License Information, and Proof of Entitlement and is the complete -agreement between You and IBM regarding the use of the Program. It replaces any -prior oral or written communications between You and IBM concerning Your use of -the Program. The terms of Part 2 and License Information may replace or modify -those of Part 1. To the extent there is a conflict between the terms of this -Agreement and those of the IBM International Passport Advantage Agreement, the -terms of the latter agreement prevail. - -1. Entitlement - -License - -The Program is owned by IBM or an IBM supplier, and is copyrighted and licensed, -not sold. - -IBM grants You a nonexclusive license to use the Program when You lawfully -acquire it. - -You may 1) use the Program up to the level of use specified in the PoE and 2) -make and install copies, including a backup copy, to support such use. The terms -of this license apply to each copy You make. You will reproduce all copyright -notices and all other legends of ownership on each copy, or partial copy, of the -Program. - -If You acquire the Program as a program upgrade, after You install the upgrade -You may not use the Program from which You upgraded or transfer it to another -party. - -You will ensure that anyone who uses the Program (accessed either locally or -remotely) does so only for Your authorized use and complies with the terms of -this Agreement. - -You may not 1) use, copy, modify, or distribute the Program except as provided -in this Agreement; 2) reverse assemble, reverse compile, or otherwise translate -the Program except as specifically permitted by law without the possibility of -contractual waiver; or 3) sublicense, rent, or lease the Program. - -IBM may terminate Your license if You fail to comply with the terms of this -Agreement. If IBM does so, You must destroy all copies of the Program and its -PoE. - -Money-back Guarantee - -If for any reason You are dissatisfied with the Program and You are the original -licensee, You may obtain a refund of the amount You paid for it, if within 30 -days of Your invoice date You return the Program and its PoE to the party from -whom You obtained it. If You downloaded the Program, You may contact the party -from whom You acquired it for instructions on how to obtain the refund. - -Program Transfer - -You may transfer a Program and all of Your license rights and obligations to -another party only if that party agrees to the terms of this Agreement. When You -transfer the Program, You must also transfer a copy of this Agreement, including -the Program's PoE. After the transfer, You may not use the Program. - -2. Charges - -The amount payable for a Program license is a one-time charge. - -One-time charges are based on the level of use acquired which is specified in -the PoE. IBM does not give credits or refunds for charges already due or paid, -except as specified elsewhere in this Agreement. - -If You wish to increase the level of use, notify IBM or the party from whom You -acquired it and pay any applicable charges. - -If any authority imposes a duty, tax, levy or fee, excluding those based on -IBM's net income, upon the Program, then You agree to pay the amount specified -or supply exemption documentation. You are responsible for any personal property -taxes for the Program from the date that You acquire it. - -3. No Warranty - -SUBJECT TO ANY STATUTORY WARRANTIES WHICH CAN NOT BE EXCLUDED, IBM MAKES NO -WARRANTIES OR CONDITIONS EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO, THE IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE, AND NON-INFRINGEMENT, REGARDING THE PROGRAM OR TECHNICAL -SUPPORT, IF ANY. - -The exclusion also applies to any of IBM's Program developers and suppliers. - -Manufacturers, suppliers, or publishers of non-IBM Programs may provide their -own warranties. - -IBM does not provide technical support, unless IBM specifies otherwise. - -4. Limitation of Liability - -Circumstances may arise where, because of a default on IBM's part or other -liability, You are entitled to recover damages from IBM. In each such instance, -regardless of the basis on which You may be entitled to claim damages from IBM, -(including fundamental breach, negligence, misrepresentation, or other contract -or tort claim), IBM is liable for no more than 1) damages for bodily injury -(including death) and damage to real property and tangible personal property and -2) the amount of any other actual direct damages up to the charges for the -Program that is the subject of the claim. - -This limitation of liability also applies to IBM's Program developers and -suppliers. It is the maximum for which they and IBM are collectively -responsible. - -UNDER NO CIRCUMSTANCES IS IBM, ITS PROGRAM DEVELOPERS OR SUPPLIERS LIABLE FOR -ANY OF THE FOLLOWING, EVEN IF INFORMED OF THEIR POSSIBILITY: - -1. LOSS OF, OR DAMAGE TO, DATA; - -2. SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES, OR FOR ANY ECONOMIC CONSEQUENTIAL -DAMAGES; OR - -3. LOST PROFITS, BUSINESS, REVENUE, GOODWILL, OR ANTICIPATED SAVINGS. - -SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR -CONSEQUENTIAL DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO -YOU. - -5. General - -1. Nothing in this Agreement affects any statutory rights of consumers that -cannot be waived or limited by contract. - -2. In the event that any provision of this Agreement is held to be invalid or -unenforceable, the remaining provisions of this Agreement remain in full force -and effect. - -3. You agree to comply with all applicable export and import laws and -regulations. - -4. You agree to allow IBM to store and use Your contact information, including -names, phone numbers, and e-mail addresses, anywhere they do business. Such -information will be processed and used in connection with our business -relationship, and may be provided to contractors, Business Partners, and -assignees of IBM for uses consistent with their collective business activities, -including communicating with You (for example, for processing orders, for -promotions, and for market research). - -5. Neither You nor IBM will bring a legal action under this Agreement more than -two years after the cause of action arose unless otherwise provided by local law -without the possibility of contractual waiver or limitation. - -6. Neither You nor IBM is responsible for failure to fulfill any obligations due -to causes beyond its control. - -7. This Agreement will not create any right or cause of action for any third -party, nor will IBM be responsible for any third party claims against You -except, as permitted by the Limitation of Liability section above, for bodily -injury (including death) or damage to real or tangible personal property for -which IBM is legally liable. - -6. Governing Law, Jurisdiction, and Arbitration - -Governing Law - -Both You and IBM consent to the application of the laws of the country in which -You acquired the Program license to govern, interpret, and enforce all of Your -and IBM's rights, duties, and obligations arising from, or relating in any -manner to, the subject matter of this Agreement, without regard to conflict of -law principles. - -The United Nations Convention on Contracts for the International Sale of Goods -does not apply. - -Jurisdiction - -All of our rights, duties, and obligations are subject to the courts of the -country in which You acquired the Program license. - -Part 2 - Country-unique Terms - -AMERICAS - -ARGENTINA: Governing Law, Jurisdiction, and Arbitration (Section 6): The -following exception is added to this section: - -Any litigation arising from this Agreement will be settled exclusively by the -Ordinary Commercial Court of the city of Buenos Aires. - -BRAZIL: Governing Law, Jurisdiction, and Arbitration (Section 6): The following -exception is added to this section: - -Any litigation arising from this Agreement will be settled exclusively by the -court of Rio de Janeiro, RJ. - -CANADA: General (Section 5): The following replaces item 7: - -7. This Agreement will not create any right or cause of action for any third -party, nor will IBM be responsible for any third party claims against You except -as permitted by the Limitation of Liability section above for bodily injury -(including death) or physical harm to real or tangible personal property caused -by IBM's negligence for which IBM is legally liable." - -Governing Law, Jurisdiction, and Arbitration (Section 6): The phrase "the laws -of the country in which You acquired the Program license" in the Governing Law -subsection is replaced by the following: - -the laws in the Province of Ontario" - -PERU: Limitation of Liability (Section 4): The following is added at the end of -this section: - -In accordance with Article 1328 of the Peruvian Civil Code, the limitations and -exclusions specified in this section will not apply to damages caused by IBM's -willful misconduct ("dolo") or gross negligence ("culpa inexcusable"). - -UNITED STATES OF AMERICA: General (Section 5): The following is added to this -section: - -U.S. Government Users Restricted Rights - Use, duplication or disclosure -restricted by the GSA ADP Schedule Contract with the IBM Corporation. - -Governing Law, Jurisdiction, and Arbitration (Section 6): The phrase "the laws -of the country in which You acquired the Program license" in the Governing Law -subsection is replaced by the following: - -the laws of the State of New York, United States of America - -ASIA PACIFIC - -AUSTRALIA: No Warranty (Section 3): The following is added: - -Although IBM specifies that there are no warranties, You may have certain -rights under the Trade Practices Act 1974 or other legislation and are only -limited to the extent permitted by the applicable legislation. - -Limitation of Liability (Section 4): The following is added: - -Where IBM is in breach of a condition or warranty implied by the Trade Practices -Act 1974, IBM's liability is limited to the repair or replacement of the goods, -or the supply of equivalent goods. Where that condition or warranty relates to -right to sell, quiet possession or clear title, or the goods are of a kind -ordinarily acquired for personal, domestic or household use or consumption, then -none of the limitations in this paragraph apply. - -Governing Law, Jurisdiction, and Arbitration (Section 6): The phrase "the laws -of the country in which You acquired the Program license" in the Governing Law -subsection is replaced by the following: - -the laws of the State or Territory in which You acquired the Program license - -CAMBODIA, LAOS, and VIETNAM: Governing Law, Jurisdiction, and Arbitration -(Section 6): The phrase "the laws of the country in which You acquired the -Program license" in the Governing Law subsection is replaced by the following: - -the laws of the State of New York, United States of America - -The following is added to this section: - -Arbitration - -Disputes arising out of or in connection with this Agreement shall be finally -settled by arbitration which shall be held in Singapore in accordance with the -Arbitration Rules of Singapore International Arbitration Center ("SIAC Rules") -then in effect. The arbitration award shall be final and binding for the parties -without appeal and shall be in writing and set forth the findings of fact and -the conclusions of law. - -The number of arbitrators shall be three, with each side to the dispute being -entitled to appoint one arbitrator. The two arbitrators appointed by the parties -shall appoint a third arbitrator who shall act as chairman of the proceedings. -Vacancies in the post of chairman shall be filled by the president of the SIAC. -Other vacancies shall be filled by the respective nominating party. Proceedings -shall continue from the stage they were at when the vacancy occurred. - -If one of the parties refuses or otherwise fails to appoint an arbitrator within -30 days of the date the other party appoints its, the first appointed arbitrator -shall be the sole arbitrator, provided that the arbitrator was validly and -properly appointed. - -All proceedings shall be conducted, including all documents presented in such -proceedings, in the English language. The English language version of this -Agreement prevails over any other language version. - -HONG KONG S.A.R. and MACAU S.A.R. of China: Governing Law, Jurisdiction, and -Arbitration (Section 6): The phrase "the laws of the country in which You -acquired the Program license" in the Governing Law subsection is replaced by the -following: - -the laws of Hong Kong Special Administrative Region of China - -INDIA: Limitation of Liability (Section 4): The following replaces the terms of -items 1 and 2 of the first paragraph: - -1) liability for bodily injury (including death) or damage to real property and -tangible personal property will be limited to that caused by IBM's negligence; -and 2) as to any other actual damage arising in any situation involving -nonperformance by IBM pursuant to, or in any way related to the subject of this -Agreement, IBM's liability will be limited to the charge paid by You for the -individual Program that is the subject of the claim. - -General (Section 5): The following replaces the terms of item 5: - -If no suit or other legal action is brought, within three years after the cause -of action arose, in respect of any claim that either party may have against the -other, the rights of the concerned party in respect of such claim will be -forfeited and the other party will stand released from its obligations in -respect of such claim. - -Governing Law, Jurisdiction, and Arbitration (Section 6): The following is added -to this section: - -Arbitration - -Disputes arising out of or in connection with this Agreement shall be finally -settled by arbitration which shall be held in Bangalore, India in accordance -with the laws of India then in effect. The arbitration award shall be final and -binding for the parties without appeal and shall be in writing and set forth the -findings of fact and the conclusions of law. - -The number of arbitrators shall be three, with each side to the dispute being -entitled to appoint one arbitrator. The two arbitrators appointed by the parties -shall appoint a third arbitrator who shall act as chairman of the proceedings. -Vacancies in the post of chairman shall be filled by the president of the Bar -Council of India. Other vacancies shall be filled by the respective nominating -party. Proceedings shall continue from the stage they were at when the vacancy -occurred. - -If one of the parties refuses or otherwise fails to appoint an arbitrator within -30 days of the date the other party appoints its, the first appointed arbitrator -shall be the sole arbitrator, provided that the arbitrator was validly and -properly appointed. - -All proceedings shall be conducted, including all documents presented in such -proceedings, in the English language. The English language version of this -Agreement prevails over any other language version. - -JAPAN: General (Section 5): The following is inserted after item 5: - -Any doubts concerning this Agreement will be initially resolved between us in -good faith and in accordance with the principle of mutual trust. - -MALAYSIA: Limitation of Liability (Section 4): The word "SPECIAL" in item 2 of -the third paragraph is deleted: - -NEW ZEALAND: No Warranty (Section 3): The following is added: - -Although IBM specifies that there are no warranties, You may have certain -rights under the Consumer Guarantees Act 1993 or other legislation which cannot -be excluded or limited. The Consumer Guarantees Act 1993 will not apply in -respect of any goods which IBM provides, if You require the goods for the -purposes of a business as defined in that Act. - -Limitation of Liability (Section 4): The following is added: - -Where Programs are not acquired for the purposes of a business as defined in the -Consumer Guarantees Act 1993, the limitations in this Section are subject to the -limitations in that Act. - -PEOPLE'S REPUBLIC OF CHINA: Charges (Section 2): The following is added: - -All banking charges incurred in the People's Republic of China will be borne by -You and those incurred outside the People's Republic of China will be borne by -IBM. - -Governing Law, Jurisdiction, and Arbitration (Section 6): The phrase "the laws -of the country in which You acquired the Program license" in the Governing Law -subsection is replaced by the following: - -the laws of the State of New York, United States of America (except when local -law requires otherwise) - -PHILIPPINES: Limitation of Liability (Section 4): The following replaces the -terms of item 2 of the third paragraph: - -2. special (including nominal and exemplary damages), moral, incidental, or -indirect damages or for any economic consequential damages; or - -Governing Law, Jurisdiction, and Arbitration (Section 6): The following is added -to this section: - -Arbitration - -Disputes arising out of or in connection with this Agreement shall be finally -settled by arbitration which shall be held in Metro Manila, Philippines in -accordance with the laws of the Philippines then in effect. The arbitration -award shall be final and binding for the parties without appeal and shall be in -writing and set forth the findings of fact and the conclusions of law. - -The number of arbitrators shall be three, with each side to the dispute being -entitled to appoint one arbitrator. The two arbitrators appointed by the parties -shall appoint a third arbitrator who shall act as chairman of the proceedings. -Vacancies in the post of chairman shall be filled by the president of the -Philippine Dispute Resolution Center, Inc. Other vacancies shall be filled by -the respective nominating party. Proceedings shall continue from the stage they -were at when the vacancy occurred. - -If one of the parties refuses or otherwise fails to appoint an arbitrator within -30 days of the date the other party appoints its, the first appointed arbitrator -shall be the sole arbitrator, provided that the arbitrator was validly and -properly appointed. - -All proceedings shall be conducted, including all documents presented in such -proceedings, in the English language. The English language version of this -Agreement prevails over any other language version. - -SINGAPORE: Limitation of Liability (Section 4): The words "SPECIAL" and -"ECONOMIC" are deleted from item 2 of the third paragraph. - -General (Section 5): The following replaces the terms of item 7: - -Subject to the rights provided to IBM's suppliers and Program developers as -provided in Section 4 above (Limitation of Liability), a person who is not a -party to this Agreement shall have no right under the Contracts (Right of Third -Parties) Act to enforce any of its terms. - -EUROPE, MIDDLE EAST, AFRICA (EMEA) - -No Warranty (Section 3): In the European Union, the following is added at the -beginning of this section: - -In the European Union, consumers have legal rights under applicable national -legislation governing the sale of consumer goods. Such rights are not affected -by the provisions of this Section 3. - -Limitation of Liability (Section 4): In Austria, Denmark, Finland, Greece, -Italy, Netherlands, Norway, Portugal, Spain, Sweden and Switzerland, the -following replaces the terms of this section in its entirety: - -Except as otherwise provided by mandatory law: - -1. IBM's liability for any damages and losses that may arise as a consequence of -the fulfillment of its obligations under or in connection with this agreement or -due to any other cause related to this agreement is limited to the compensation -of only those damages and losses proved and actually arising as an immediate and -direct consequence of the non-fulfillment of such obligations (if IBM is at -fault) or of such cause, for a maximum amount equal to the charges You paid for -the Program. - -The above limitation shall not apply to damages for bodily injuries (including -death) and damages to real property and tangible personal property for which IBM -is legally liable. - -2. UNDER NO CIRCUMSTANCES IS IBM, OR ANY OF ITS PROGRAM DEVELOPERS, LIABLE FOR -ANY OF THE FOLLOWING, EVEN IF INFORMED OF THEIR POSSIBILITY: 1) LOSS OF, OR -DAMAGE TO, DATA; 2) INCIDENTAL OR INDIRECT DAMAGES, OR FOR ANY ECONOMIC -CONSEQUENTIAL DAMAGES; 3) LOST PROFITS, EVEN IF THEY ARISE AS AN IMMEDIATE -CONSEQUENCE OF THE EVENT THAT GENERATED THE DAMAGES; OR 4) LOSS OF BUSINESS, -REVENUE, GOODWILL, OR ANTICIPATED SAVINGS. - -3. The limitation and exclusion of liability herein agreed applies not only to -the activities performed by IBM but also to the activities performed by its -suppliers and Program developers, and represents the maximum amount for which -IBM as well as its suppliers and Program developers, are collectively -responsible. - -Limitation of Liability (Section 4): In France and Belgium, the following -replaces the terms of this section in its entirety: - -Except as otherwise provided by mandatory law: - -1. IBM's liability for any damages and losses that may arise as a consequence of -the fulfillment of its obligations under or in connection with this agreement is -limited to the compensation of only those damages and losses proved and actually -arising as an immediate and direct consequence of the non-fulfillment of such -obligations (if IBM is at fault), for a maximum amount equal to the charges You -paid for the Program that has caused the damages. - -The above limitation shall not apply to damages for bodily injuries (including -death) and damages to real property and tangible personal property for which IBM -is legally liable. - -2. UNDER NO CIRCUMSTANCES IS IBM, OR ANY OF ITS PROGRAM DEVELOPERS, LIABLE FOR -ANY OF THE FOLLOWING, EVEN IF INFORMED OF THEIR POSSIBILITY: 1) LOSS OF, OR -DAMAGE TO, DATA; 2) INCIDENTAL OR INDIRECT DAMAGES, OR FOR ANY ECONOMIC -CONSEQUENTIAL DAMAGES; 3) LOST PROFITS, EVEN IF THEY ARISE AS AN IMMEDIATE -CONSEQUENCE OF THE EVENT THAT GENERATED THE DAMAGES; OR 4) LOSS OF BUSINESS, -REVENUE, GOODWILL, OR ANTICIPATED SAVINGS. - -3. The limitation and exclusion of liability herein agreed applies not only to -the activities performed by IBM but also to the activities performed by its -suppliers and Program developers, and represents the maximum amount for which -IBM as well as its suppliers and Program developers, are collectively -responsible. - -Governing Law, Jurisdiction, and Arbitration (Section 6) - -Governing Law - -The phrase "the laws of the country in which You acquired the Program license" -is replaced by: -1) "the laws of Austria" in Albania, Armenia, Azerbaijan, Belarus, -Bosnia-Herzegovina, Bulgaria, Croatia, Georgia, Hungary, Kazakhstan, Kyrgyzstan, -FYR Macedonia, Moldavia, Poland, Romania, Russia, Slovakia, Slovenia, -Tajikistan, Turkmenistan, Ukraine, Uzbekistan, and FR Yugoslavia; -2) "the laws of France" in Algeria, Benin, Burkina Faso, Cameroon, Cape Verde, -Central African Republic, Chad, Comoros, Congo Republic, Djibouti, Democratic -Republic of Congo, Equatorial Guinea, French Guiana, French Polynesia, Gabon, -Gambia, Guinea, Guinea-Bissau, Ivory Coast, Lebanon, Madagascar, Mali, -Mauritania, Mauritius, Mayotte, Morocco, New Caledonia, Niger, Reunion, Senegal, -Seychelles, Togo, Tunisia, Vanuatu, and Wallis & Futuna; -3) "the laws of Finland" in Estonia, Latvia, and Lithuania; -4) "the laws of England" in Angola, Bahrain, Botswana, Burundi, Egypt, Eritrea, -Ethiopia, Ghana, Jordan, Kenya, Kuwait, Liberia, Malawi, Malta, Mozambique, -Nigeria, Oman, Pakistan, Qatar, Rwanda, Sao Tome, Saudi Arabia, Sierra Leone, -Somalia, Tanzania, Uganda, United Arab Emirates, the United Kingdom, West -Bank/Gaza, Yemen, Zambia, and Zimbabwe; and -5) "the laws of South Africa" in South Africa, Namibia, Lesotho and Swaziland. - -Jurisdiction - -The following exceptions are added to this section: - -1) In Austria the choice of jurisdiction for all disputes arising out of this -Agreement and relating thereto, including its existence, will be the competent -court of law in Vienna, Austria (Inner-City); -2) in Angola, Bahrain, Botswana, Burundi, Egypt, Eritrea, Ethiopia, Ghana, -Jordan, Kenya, Kuwait, Liberia, Malawi, Malta, Mozambique, Nigeria, Oman, -Pakistan, Qatar, Rwanda, Sao Tome, Saudi Arabia, Sierra Leone, Somalia, -Tanzania, Uganda, United Arab Emirates, West Bank/Gaza, Yemen, Zambia, and -Zimbabwe all disputes arising out of this Agreement or related to its execution, -including summary proceedings, will be submitted to the exclusive jurisdiction -of the English courts; -3) in Belgium and Luxembourg, for all disputes arising out of this Agreement or -related to its interpretation or its execution, only the law and the courts of -the capital of the country in which Your registered office and/or commercial -office is located are competent; -4) in France, Algeria, Benin, Burkina Faso, Cameroon, Cape Verde, Central -African Republic, Chad, Comoros, Congo Republic, Djibouti, Democratic Republic -of Congo, Equatorial Guinea, French Guiana, French Polynesia, Gabon, Gambia, -Guinea, Guinea-Bissau, Ivory Coast, Lebanon, Madagascar, Mali, Mauritania, -Mauritius, Mayotte, Morocco, New Caledonia, Niger, Reunion, Senegal, Seychelles, -Togo, Tunisia, Vanuatu, and Wallis & Futuna all disputes arising out of this -Agreement or related to its violation or execution, including summary -proceedings, will be settled exclusively by the Commercial Court of Paris; -5) in Russia, all disputes arising out of or in relation to the interpretation, -the violation, the termination, the nullity of the execution of this Agreement -shall be settled by Arbitration Court of Moscow; -6) in South Africa, Namibia, Lesotho and Swaziland, both of us agree to submit -all disputes relating to this Agreement to the jurisdiction of the High Court in -Johannesburg; -7) in Turkey all disputes arising out of or in connection with this Agreement -shall be resolved by the Istanbul Central (Sultanahmet) Courts and Execution -Directorates of Istanbul, the Republic of Turkey; -8) in each of the following specified countries, any legal claim arising out of -this Agreement will be brought before, and settled exclusively by, the competent -court of a) Athens for Greece, b) Tel Aviv-Jaffa for Israel, c) Milan for Italy, -d) Lisbon for Portugal, and e) Madrid for Spain; and -9) in the United Kingdom, both of us agree to submit all disputes relating to -this Agreement to the jurisdiction of the English courts. - -Arbitration - -In Albania, Armenia, Azerbaijan, Belarus, Bosnia-Herzegovina, Bulgaria, Croatia, -Georgia, Hungary, Kazakhstan, Kyrgyzstan, FYR Macedonia, Moldavia, Poland, -Romania, Russia, Slovakia, Slovenia, Tajikistan, Turkmenistan, Ukraine, -Uzbekistan, and FR Yugoslavia all disputes arising out of this Agreement or -related to its violation, termination or nullity will be finally settled under -the Rules of Arbitration and Conciliation of the International Arbitral Center -of the Federal Economic Chamber in Vienna (Vienna Rules) by three arbitrators -appointed in accordance with these rules. -The arbitration will be held in Vienna, Austria, and the official language of -the proceedings will be English. The decision of the arbitrators will be final -and binding upon both parties. Therefore, pursuant to paragraph 598 (2) of the -Austrian Code of Civil Procedure, the parties expressly waive the application of -paragraph 595 (1) figure 7 of the Code. IBM may, however, institute proceedings -in a competent court in the country of installation. - -In Estonia, Latvia and Lithuania all disputes arising in connection with this -Agreement will be finally settled in arbitration that will be held in Helsinki, -Finland in accordance with the arbitration laws of Finland then in effect. Each -party will appoint one arbitrator. The arbitrators will then jointly appoint the -chairman. If arbitrators cannot agree on the chairman, then the Central Chamber -of Commerce in Helsinki will appoint the chairman. - -AUSTRIA: No Warranty (Section 3): The terms of this section are completely -replaced by the following: - -The following limited warranty applies if You have paid a charge to obtain the -Program: - -The warranty period is twelve months from the date of delivery. The limitation -period for consumers in action for breach of warranty is the statutory period as -a minimum. - -The warranty for an IBM Program covers the functionality of the Program for its -normal use and the Program's conformity to its specifications. - -IBM warrants that when the Program is used in the specified operating -environment it will conform to its specifications. IBM does not warrant -uninterrupted or error-free operation of the Program or that IBM will correct -all Program defects. You are responsible for the results obtained from the use -of the Program. - -The warranty applies only to the unmodified portion of the Program. - -If the Program does not function as warranted during the warranty period and the -problem cannot be resolved with information available. You may return the -Program to the party from whom You acquired it and receive a refund in the -amount You paid. If You downloaded the Program, You may contact the party from -whom You acquired it to obtain the refund. - -This is our sole obligation to You, except as otherwise required by applicable -statutory law. - -General (Section 5): The following is added to item 4: - -For purposes of this clause, contact information will also include information -about You as a legal entity, for example revenue data and other transactional -information. - -GERMANY: No Warranty (Section 3): The same changes apply as those in No Warranty -(Section 3) under Austria above. - -Limitation of Liability (Section 4): The following paragraph is added to this -Section: - -The limitations and exclusions specified in this Section will not apply to -damages caused by IBM intentionally or by gross negligence. - -General (Section 5): The following replaces the terms of item 5: - -Any claims resulting from this Agreement are subject to a statute of limitation -of three years, except as stated in Section 3 (No Warranty) of this Agreement. - -HUNGARY: Limitation of Liability (Section 4): The following is added at the end -of this section: - -The limitation and exclusion specified herein shall not apply to liability for a -breach of contract damaging life, physical well-being, or health that has been -caused intentionally, by gross negligence, or by a criminal act. - -The parties accept the limitations of liability as valid provisions and state -that the Section 314.(2) of the Hungarian Civil Code applies as the acquisition -price as well as other advantages arising out of the present Agreement balance -this limitation of liability. - -IRELAND: No Warranty (Section 3): The following is added to this section: - -Except as expressly provided in these terms and conditions, or section 12 of the -Sale of Goods Act 1893 (as amended by the Sale of Goods and Supply of Services -Act 1980 ("the 1980 Act")), all conditions and warranties (express or implied, -statutory or otherwise) are hereby excluded including, without limitation, any -warranties implied by the Sale of Goods Act 1893 as amended by the 1980 Act -(including, for the avoidance of doubt, section 39 of the 1980 Act). - -Limitation of Liability (Section 4): The following replaces the terms of this -section in its entirety: - -For the purposes of this section, a "Default" means any act, statement, -omission, or negligence on the part of IBM in connection with, or in relation -to, the subject matter of an Agreement in respect of which IBM is legally liable -to You whether in contract or tort. A number of Defaults which together result -in, or contribute to, substantially the same loss or damage will be treated as -one Default occurring on the date of occurrence of the last such Default. - -Circumstances may arise where, because of a Default, You are entitled to recover -damages from IBM. This section sets out the extent of IBM's liability and Your -sole remedy. - -1. IBM will accept unlimited liability for (a) death or personal injury caused -by the negligence of IBM, and (b) subject always to the Items for Which IBM is -Not Liable below, for physical damage to Your tangible property resulting from -the negligence of IBM. - -2. Except as provided in item 1 above, IBM's entire liability for actual damages -for any one Default will not in any event exceed the greater of 1) EUR 125,000, -or 2) 125% of the amount You paid for the Program directly relating to the -Default. These limits also apply to any of IBM's suppliers and Program -developers. They state the maximum for which IBM and such suppliers and Program -developers are collectively responsible. - -Items for Which IBM is Not Liable - -Save with respect to any liability referred to in item 1 above, under no -circumstances is IBM or any of its suppliers or Program developers liable for -any of the following, even if IBM or they were informed of the possibility of -such losses: - -1. loss of, or damage to, data; - -2. special, indirect, or consequential loss; or - -3. loss of profits, business, revenue, goodwill, or anticipated savings. - -ITALY: General (Section 5): The following is added to this section: - -IBM and Customer (hereinafter, individually, "Party") shall comply with all the -obligations of the applicable provisions of law and/or regulation on personal -data protection. Each of the Parties will indemnify and keep the other Party -harmless from any damage, claim, cost or expense incurred by the latter, -directly and or indirectly, as a consequence of an infringement of the other -Party of the mentioned provisions of law and/or regulations. - -SLOVAKIA: Limitation of Liability (Section 4): The following is added to the end -of the last paragraph: - -The limitations apply to the extent they are not prohibited under �� 373-386 of -the Slovak Commercial Code. - -General (Section 5): The terms of item 5 are replaced with the following: - -THE PARTIES AGREE THAT, AS DEFINED BY APPLICABLE LOCAL LAW, ANY LEGAL OR OTHER -ACTION RELATED TO A BREACH OF THIS AGREEMENT MUST BE COMMENCED NO LATER THAN -FOUR YEARS FROM THE DATE ON WHICH THE CAUSE OF ACTION AROSE. - -SWITZERLAND: General (Section 5): The following is added to item 4: - -For purposes of this clause, contact information will also include information -about You as a legal entity, for example revenue data and other transactional -information. - -UNITED KINGDOM: No Warranty (Section 3): The following replaces the first -sentence in the first paragraph of this section: - -SUBJECT TO ANY STATUTORY WARRANTIES WHICH CANNOT BE EXCLUDED, IBM MAKES NO -WARRANTY OR CONDITION EITHER EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) -THE IMPLIED WARRANTIES OF SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR -PURPOSE, AND NON-INFRINGEMENT, REGARDING THE PROGRAM. - -Limitation of Liability (Section 4): The following replaces the terms of this -section in its entirety: - -For the purposes of this section, a "Default" means any act, statement, -omission, or negligence on the part of IBM in connection with, or in relation -to, the subject matter of an Agreement in respect of which IBM is legally liable -to You, whether in contract or tort. A number of Defaults which together result -in, or contribute to, substantially the same loss or damage will be treated as -one Default. - -Circumstances may arise where, because of a Default, You are entitled to recover -damages from IBM. This section sets out the extent of IBM's liability and Your -sole remedy. - -1. IBM will accept unlimited liability for: - -a. death or personal injury caused by the negligence of IBM; - -b. any breach of its obligations implied by Section 12 of the Sale of Goods Act -1979 or Section 2 of the Supply of Goods and Services Act 1982, or any statutory -modification or re-enactment of either such Section; and - -c. subject always to the Items for Which IBM is Not Liable below, for physical -damage to Your tangible property resulting from the negligence of IBM. - -2. IBM's entire liability for actual damages for any one Default will not in any -event, except as provided in item 1 above, exceed the greater of 1) �75,000, or -2) 125% of the amount You paid for the Program directly relating to the Default. -These limits also apply to IBM's suppliers and Program developers. They state -the maximum for which IBM and such suppliers and Program developers are -collectively responsible. - -Items for Which IBM is Not Liable - -Save with respect to any liability referred to in item 1 above, under no -circumstances is IBM or any of its suppliers or Program developers liable for -any of the following, even if IBM or they were informed of the possibility of -such losses: - -1. loss of, or damage to, data; - -2. special, indirect, or consequential loss; or - -3. loss of profits, business, revenue, goodwill, or anticipated savings. - -Z125-5589-03 (06/2006) - - - -LICENSE INFORMATION - -The Programs listed below are licensed under the following terms and conditions -in addition to those of the International License Agreement for Non-Warranted -Programs. - -Program Name: IBM(R) 32-bit SDK for Linux(R) on Intel(R) architecture, Java(TM) -Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 64-bit SDK for Linux(R) on AMD64 / EM64T architecture, -Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 32-bit SDK for Linux(R) on System i(TM) and System p(TM) -architecture, Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 64-bit SDK for Linux(R) on System i(TM) and System p(TM) -architecture, Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 31-bit SDK for Linux(R) on System z(TM) architecture, -Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 64-bit SDK for Linux(R) on System z(TM) architecture, -Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 32-bit Runtime Environment for Linux(R) on Intel(R) -architecture, Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 64-bit Runtime Environment for Linux(R) on AMD64 / EM64T -architecture, Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 32-bit Runtime Environment for Linux(R) on System i(TM) and -System p(TM), Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 64-bit Runtime Environment for Linux(R) on System i(TM) and -System p(TM), Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 31-bit Runtime Environment for Linux(R) on System z(TM), -Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Program Name: IBM(R) 64-bit Runtime Environment for Linux(R) on System z(TM), -Java(TM) Technology Edition, Version 6 -Program Number: 6207-001 -Authorization for Use on Home/Portable Computer: The Program may be stored on -the primary machine and another machine, provided that the Program is not in -active use on both machines at the same time. - -Limited Use Rights for Other IBM Programs - -If You acquired this Program as part of another IBM Program ("Principal -Program") that lists this Program under "Other IBM Programs", You received this -Program only in support of the Principal Program, and Your rights to use this -Program will be limited by the license of the Principal Program. Please contact -Your IBM Sales Representative if You wish to acquire a separate license to this -Program not limited by the Principal Program's license terms. - -Excluded Components - -The provisions of this paragraph do not apply to the extent they are held to be -invalid or unenforceable under the law that governs this license. The components -listed below are "Excluded Components." Notwithstanding any of the terms in the -Agreement or any other agreement You may have with IBM: -(a) the third party suppliers of such Excluded Components ("Suppliers") provide -the components WITHOUT WARRANTIES OF ANY KIND and, such Suppliers DISCLAIM ANY -AND ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS INCLUDING, BUT NOT LIMITED -TO, THE WARRANTY OF TITLE, NON-INFRINGEMENT OR INTERFERENCE AND THE IMPLIED -WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE, WITH RESPECT TO THE EXCLUDED COMPONENTS; -(b) in no event are the Suppliers liable for any direct, indirect, incidental, -special, exemplary, punitive or consequential damages, including but not limited -to lost data, lost savings, and lost profits, with respect to the Excluded -Components; and, -(c) IBM and the Suppliers are not liable to You, and will not defend, indemnify, -or hold You harmless for any claims arising from or related to the Excluded -Components. - -Notwithstanding these exclusions, in Germany and Austria, IBM's warranty and -liability for the Excluded Components is governed only by the respective terms -applicable for Germany and Austria in the IBM license agreements. - -Notices and important information that IBM is required to provide to You with -respect to the Excluded Components, including instructions for obtaining source -code for certain Excluded Components, may be found in the NOTICES file(s) that -accompanies the Program. - -Your use of the Excluded Components is governed by the terms of the Agreement -and not by any terms that may be contained in the NOTICES file(s). The terms -contained in the Agreement are offered by IBM and not by any other party. Future -Program updates or fixpacks may contain additional Excluded Components. Such -additional Excluded Components, and related notices and information, if any, -will be listed in another NOTICES file that accompanies the Program update or -fixpack. - -The following are Excluded Components: -Apache Harmony :- -* Annotation (Subversion: r573440 2007-09-11 (Arena R4745)) -* Beans (Subversion: r573440 2007-09-11 (Arena R4745)) -* jndi (Subversion: r573440 2007-09-11 (Arena R4745)) -* lang-management (Subversion: r573440 2007-09-11 (Arena R4745)) -* logging (Subversion: r573440 2007-09-11 (Arena R4745)) -* security (Subversion: r573440 2007-09-11 (Arena R4745)) -* sql (Subversion: r573440 2007-09-11 (Arena R4745)) -* java.util (part of luni) (Subversion: r573440 2007-09-11 (Arena R4745)) - -Specified Operating Environment - -The Program's specifications and specified operating environment information may -be found in documentation accompanying the Program, if available, such as a -read-me file, or other information published by IBM, such as an announcement -letter. - -Program-unique Terms - -1. GENERAL - -To the extent of any conflict between the terms of the International License -Agreement for Non-Warranted Programs and this License Information, the terms of -this License Information shall prevail. - -WHERE THE PROGRAM HAS BEEN PROVIDED TO YOU SEPARATELY BY IBM, IT IS PROVIDED AT -NO CHARGE. - -The Program consists of binary code that executes on the operating system(s) -specified in Readme files that accompany the Program. - -3. TRADEMARKS AND COPYRIGHT: YOUR RESPONSIBILITIES - -a) You shall not modify, delete, suppress, or obscure any copyright, trademark -or other legal notice (whether from IBM or any third party) which may be -displayed by or included within the Program. - -b) Java and all Java-based Trademarks are trademarks of Sun Microsystems, Inc. -in the United States, other countries, or both. - -c) You recognize IBM's and Sun Microsystems, Inc.'s ownership and title to their -respective trademarks and of any goodwill attaching thereto, including goodwill -resulting from use. You will not use or attempt to register any trademark which -is confusingly similar to such IBM or Sun trademarks. - -3. PROOF OF ENTITLEMENT - -This License Agreement constitutes your Proof of Entitlement. - - - -D/N: L-RVEK-75GKYF -P/N: L-RVEK-75GKYF diff --git a/sdk_container/src/third_party/portage-stable/licenses/IBPP-1.1 b/sdk_container/src/third_party/portage-stable/licenses/IBPP-1.1 deleted file mode 100644 index 99ef9e6b25..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/IBPP-1.1 +++ /dev/null @@ -1,22 +0,0 @@ -IBPP License v1.1 ------------------ - -(C) Copyright 2000-2006 T.I.P. Group S.A. and the IBPP Team (www.ibpp.org) - -Permission is hereby granted, free of charge, to any person or organization -("You") obtaining a copy of this software and associated documentation files -covered by this license (the "Software") to use the Software as part of another -work; to modify it for that purpose; to publish or distribute it, modified or -not, for that same purpose; to permit persons to whom the other work using the -Software is furnished to do so; subject to the following conditions: the above -copyright notice and this complete and unmodified permission notice shall be -included in all copies or substantial portions of the Software; You will not -misrepresent modified versions of the Software as being the original. - -The Software is provided "as is", without warranty of any kind, express or -implied, including but not limited to the warranties of merchantability, -fitness for a particular purpose and noninfringement. In no event shall -the authors or copyright holders be liable for any claim, damages or other -liability, whether in an action of contract, tort or otherwise, arising from, -out of or in connection with the software or the use of other dealings in -the Software. diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA b/sdk_container/src/third_party/portage-stable/licenses/IDEA new file mode 100644 index 0000000000..bbe3d9179b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/IDEA @@ -0,0 +1,113 @@ +LICENSE AGREEMENT FOR INTELLIJ IDEA +(Commercial License) + +Version 10, Effective as of August 23, 2014 + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +Note: In case the terms of this Agreement are in conflict with the terms of any agreement individually negotiated and agreed between JetBrains and customer, the terms of the latter shall prevail. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the sole proprietor or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. + +2. DEFINITIONS + +(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 10 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 7 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). +(b) "Authorized User" means any employee, independent contractor or other temporary worker authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. +(c) "Client" means a computer device used by Authorized User for running Software. +(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted. +(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. +(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. +(g) "License Server" means a server application designed to store License Keys and to enable access to Software from Clients within Licensee's local area network ("Licensee's LAN"). License Server may be optionally provided by Licensor to Licensee. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: + +(a) Licensee may: +(i) install and use the licensed edition (if applicable) and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time; +(ii) access Software from Clients via License Server if Licensee has obtained License Server from Licensor or via JetBrains Account. Licensee may install multiple instances of License Server, provided that Licensee complies with restrictions set forth in this Section 4; and +(iii) make one backup copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or +(iii) use the same License Key or JetBrains Account concurrently by multiple Authorized Users, on multiple License Server instances, Software instances, or Clients. Software may contain a feature preventing concurrent use of the same License Key or JetBrains Account. + +5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE + +In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License. + +6. USE OF DECOMPILER + +(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner. +(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws. + +7. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. +(b) Licensee agrees and acknowledges that Sections 11 and 12 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +8. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified ("Evaluation Period"). +(b) Licensee's use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensee's requirements and whether Licensee desires to continue using Software. +(c) Upon expiration of Evaluation Period, Licensee must obtain License Certificate for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +9. LICENSE FEES AND PAYMENTS + +Licensee agrees to the terms and conditions of Software purchase published on Licensor's website at www.jetbrains.com. Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +10. UPGRADES + +(a) Licensor will provide generally available new versions of Software to Licensee pursuant to the optional upgrade terms published on Licensor's web site at www.jetbrains.com. Upon obtaining License Key for a new version of Software from Licensor, Licensee shall destroy License Key provided by Licensor for a previous version of Software. +(b) If Licensee has obtained an upgrade subscription for Software, Licensee will qualify for free upgrades during the initial 1-year upgrade subscription term. Licensee may renew an upgrade subscription for another 1-year period by paying to Licensor an applicable upgrade subscription renewal fee. Each subsequent upgrade subscription term will start on the day following the expiration of a previous upgrade subscription term regardless of the actual upgrade subscription renewal date. Upon obtaining License Key for a new upgrade subscription term from Licensor, Licensee shall destroy a License Key provided by Licensor for a previous upgrade subscription term. +(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. + +11. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +12. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +13. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +14. TERM AND TERMINATION + +(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual. +(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives. +(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +15. MARKETING + +Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +16. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Academic b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Academic new file mode 100644 index 0000000000..860d4c03c3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Academic @@ -0,0 +1,117 @@ +LICENSE AGREEMENT FOR INTELLIJ IDEA +(Academic License) + +Version 10, Effective as of August 23, 2014 + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means (i) the individual who is a student, faculty or staff member at an educational institution, or (ii) the educational institution specified in the License Certificate. For purposes of this definition, "educational institution" means a public or private school, college, university or other post-secondary educational establishment. + +2. DEFINITIONS + +(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 10 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 7 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). + +(b) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is an educational institution, any student, faculty or staff member authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. + +(c) "Client" means a computer device used by Authorized User for running Software. + +(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted. + +(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software for non-commercial, educational purposes only (including conducting academic research or providing educational services) as follows: + +(a) Licensee may: +(i) install and use the version of the Software that has been specified in License Certificate on multiple Clients and operating systems, provided that a number of concurrent users never exceeds the number of Authorized Users specified in License Certificate and that the same License Key is not used concurrently by different Authorized Users, on different Clients or operating systems; +(ii) use the Software for non-commercial, educational purposes only, including conducting academic research or providing educational services; +and +(iii) make one backup copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; +(iii) use the same License Key or JetBrains Account concurrently by multiple Authorized Users, on multiple Software instances or Clients. Software may contain a feature preventing concurrent use of the same License Key or JetBrains Account; or +(iv) use Software for any commercial purpose. + +5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE + +In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License. + +6. USE OF DECOMPILER + +(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner. +(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws. + +7. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. +(b) Licensee agrees and acknowledges that Sections 11 and 12 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +8. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified ("Evaluation Period"). +(b) Licensee's use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensee's requirements and whether Licensee desires to continue using Software. +(c) Upon expiration of Evaluation Period, Licensee must obtain License Certificate for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +9. LICENSE FEES AND PAYMENTS + +Licensee agrees to the terms and conditions of Software purchase published on Licensor's website at www.jetbrains.com. Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +10. UPGRADES + +(a) Licensor will provide generally available new versions of Software to Licensee pursuant to the upgrade subscription terms published on Licensor's web site at www.jetbrains.com. +(b) Licensee will qualify for free upgrades during the initial 1-year upgrade subscription term. Licensee may renew an upgrade subscription for another 1-year period by paying to Licensor an applicable upgrade subscription renewal fee. Each subsequent upgrade subscription term will start on the day following the expiration of a previous upgrade subscription term regardless of the actual upgrade subscription renewal date. Upon obtaining License Key for a new upgrade subscription term from Licensor, Licensee shall destroy a License Key provided by Licensor for a previous upgrade subscription term. +(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. + +11. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +12. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +13. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +14. TERM AND TERMINATION + +(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual. +(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives. +(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +15. MARKETING + +Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +16. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Classroom b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Classroom new file mode 100644 index 0000000000..4ccf46cced --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Classroom @@ -0,0 +1,105 @@ +LICENSE AGREEMENT FOR INTELLIJ IDEA +(Classroom License) + +Version 12, Effective as of August 23, 2014 + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. +(b) "Licensee" means a public or private school, college, training courses, university and other post secondary educational establishment specified in the License Certificate, exercising rights under, and complying with the terms of this Agreement. + +2. DEFINITIONS + +(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 7 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 6 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). +(b) "Authorized User" means any student, faculty or staff member authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. +(c) "Client" means a computer device owned, leased or otherwise directly controlled by Licensee; that is part of Licensee's internal network domain, located at Licensee's permanent facilities, and used by Authorized User for running Software. +(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted. +(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. +(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or itsrepresentatives are permitted to produce License Keys for Software. +(g) "License Server" means a software program that issues and revokes License Tickets to/from Clients based on installed License Key. +(h) "License ticket" means a token granted to a Client by the License Server in order to activate Software installed on the Client. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use Software for a period of 1 (one) year as follows: + +(a) Licensee may: +(i) install and use the version of Software that has been specified in License Certificate on any number of Clients and access it via JetBrains account; +(ii) use Software by Authorized Users solely in support of classroom instruction of students. The right to use Software for any other purposes is expressly prohibited; +(iii) allow Authorized Users to install and use Software for homework at their residencies on personally owned computers and process respective License Tickets, provided that they agree to all provisions of this Agreement; +(iv) install License Server solely on its own Clients (in such a case the Section 4 letter a) iii) of this Agreement shall not apply); +(v) process License Tickets to Clients; and +(vi) make one backup copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or +(iii) use Software for any commercial purposes. + +Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of Software by Authorized Users in an inappropriate manner or access to Software by unauthorized users. + +5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE + +In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License. + +6. USE OF DECOMPILER + +(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner. +(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws. + +7. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. +(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +8. UPGRADES AND LICENSE RENEWAL + +(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term specified in License Certificate. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site at www.jetbrains.com. +(b) Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date. +(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software or in the event of license renewal the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO FIVE (5) USD OR THE FEES ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT, WHICHEVER IS GREATER. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERMINATION + +(a) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its Clients and archives, and also ensure that it is deleted by Authorized Users. +(b) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +13. MARKETING + +Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_OpenSource b/sdk_container/src/third_party/portage-stable/licenses/IDEA_OpenSource new file mode 100644 index 0000000000..f2f83b8d3f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/IDEA_OpenSource @@ -0,0 +1,100 @@ +LICENSE AGREEMENT FOR INTELLIJ IDEA +(Open Source Development License) + +Version 10, Effective as of August 23, 2014 + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. +(b) "Licensee" means an open source development group specified in the License Certificate. + +2. DEFINITIONS + +(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 7 of this Agreement by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). +(b) "Authorized User" means a software developer or other open source development group member who is authorized by Licensee to use Software for the purpose of development of an open source project. +(c) "Client" means a computer device used by Authorized User for running Software. +(d) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Authorized User and licenses for Software provided to the Authorized User by Licensee. Sharing credentials for a JetBrains Account among multiple Authorized Users is not permitted. +(e) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. +(f) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use Software for a period of 1 (one) year as follows: + +(a) Licensee may: +(i) install and use the licensed edition and version of Software on any number of Clients and on any operating system supported by Software and access it via JetBrains Account; +(ii) use Software by Authorized Users solely for the purpose of development of non-commercial open source projects that meet the Open Source Definition at http://www.opensource.org/docs/osd The right to use Software for any other purposes is expressly prohibited; and +(iii) make one backup copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or +(iii) use Software for any commercial purposes. + +Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of Software by Authorized Users in an inappropriate manner or access to Software by unauthorized users. + +5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE + +In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License. + +6. USE OF DECOMPILER + +(a) Software includes decompiling functionality ("JetBrains Decompiler") that enables reproducing source code from the original binary code. Licensee acknowledges that binary code and source code might be protected by copyright and trademark laws. Before using JetBrains Decompiler, Licensee should make sure that decompilation of binary code is not prohibited by the applicable license agreement (except to the extent that Licensee may be expressly permitted under applicable law) or that Licensee has obtained permission to decompile the binary code from the copyright owner. +(b) Using JetBrains Decompiler is entirely optional. Licensor neither encourages nor condones the use of JetBrains Decompiler, and disclaims any liability for Licensee's use of JetBrains Decompiler in violation of applicable laws. + +7. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. +(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +8. UPGRADES AND LICENSE RENEWAL + +(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term specified in License Certificate. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site at www.jetbrains.com. +(b) Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date. +(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software or in the event of license renewal the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR AND ITS AFFILIATES, SUPPLIERS AND RESELLERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO FIVE (5) USD OR THE FEES ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT, WHICHEVER IS GREATER. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERMINATION + +(a) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its Clients and archives, and also ensure that it is deleted by Authorized Users. +(b) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +13. MARKETING + +Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/IDEA_Personal b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Personal new file mode 100644 index 0000000000..4f313853a7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/IDEA_Personal @@ -0,0 +1,108 @@ +LICENSE AGREEMENT FOR INTELLIJ IDEA +(Personal License) + +Version 10, Effective as of August 23, 2014 + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the individual specified in the License Certificate. For the avoidance of any doubt, Licensee is a natural person and not a corporation, company, partnership or association or other entity or organization. + +2. DEFINITIONS + +(a) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, any third party software programs that are owned and licensed by parties other than Licensor and that are either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). +(b) "Client" means a computer device used by Licensee for running Software. +(c) "JetBrains Account" means profile record on https://account.jetbrains.com , which identifies Licensee and licenses for Software provided by Licensor to Licensee. Sharing credentials for a JetBrains Account with any other person is not permitted. +(d) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. +(e) "License Key" means a unique key-code that enables Licensee to use Software. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: + +(a) Licensee may: +(i) install, register with License Key or JetBrains Account, and use the licensed edition and version of Software specified in License Certificate on any number of Clients and on any operating system supported by Software; and +(ii) make one backup copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or +(iii) use the License Key or JetBrains Account on different computers or operating systems at a time. + +(c) Additional Limitations: +This License is only for natural persons who are purchasing the license using their own funds only. Notwithstanding anything to the contrary set forth above, Licensee may not use Software, and this license shall not be in effect, in the event that Licensee does not pay Software license fee using Licensee's own funds. If any third party pays Software license fee or if Licensee expects or receives reimbursement for Software license fee from any third party, this License shall be invalid and not in effect. + +5. LICENSE TO DISTRIBUTE REDISTRIBUTABLE + +In addition to the license granted under Section 4 of this Agreement, Licensor grants to Licensee a non-exclusive, limited license to use the files located in the "redist" folder in Software installation under the terms of the Apache License, Version 2.0. Licensee may obtain a copy of the Apache License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed in writing, software distributed under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for the specific language governing permissions and limitations under the Apache License. + +6. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. +(b) Licensee agrees and acknowledges that Sections 10 and 11 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will bear no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +7. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified ("Evaluation Period"). +(b) Licensee's use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensee's requirements and whether Licensee desires to continue using Software. +(c) Upon expiration of Evaluation Period, Licensee must obtain License Certificate for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +8. LICENSE FEES AND PAYMENTS + +Licensee agrees to the terms and conditions of Software purchase published on Licensor's website at www.jetbrains.com. Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +9. UPGRADES + +(a) Licensor will provide generally available new versions of Software to Licensee pursuant to the upgrade subscription terms published on Licensor's web site at www.jetbrains.com. +(b) Licensee will qualify for free upgrades during the initial 1-year upgrade subscription term. Licensee may renew an upgrade subscription for another 1-year period by paying to Licensor an applicable upgrade subscription renewal fee. Each subsequent upgrade subscription term will start on the day following the expiration of a previous upgrade subscription term regardless of the actual upgrade subscription renewal date. Upon obtaining License Key for a new upgrade subscription term from Licensor, Licensee shall destroy a License Key provided by Licensor for a previous upgrade subscription term. +(c) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. + +10. LIMITED WARRANTY + +(a) If Licensee has paid a license fee for the Software, then for a period of thirty (30) days from the date of receipt of the Software, Licensor warrants the Software against any defects resulting from the electronic transmission process, and that any Software media supplied by Licensor will be free from defects in materials and workmanship ("Limited Warranty"). +(b) Licensor's, and its suppliers' and resellers', entire liability and Licensee's exclusive remedy will be, at Licensor's option, either (i) return of the price paid, or (ii) repair or replacement of the Software that does not meet Licensor' Limited Warranty. This Limited Warranty is void if failure of the Software has resulted from accident, abuse, or misapplication. Any replacement Software will be warranted for an additional thirty (30) days. Outside the United States, neither these remedies nor any product support services offered by Licensor are available without proof of purchase from an authorized international source. +(c) EXCEPT FOR THE FOREGOING LIMITED WARRANTY, THE SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO THE SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. THIS LIMITED WARRANTY GIVES LICENSEE SPECIFIC LEGAL RIGHTS. LICENSEE MAY HAVE OTHERS, WHICH VARY FROM STATE/JURISDICTION TO STATE/JURISDICTION. + +11. DISCLAIMER OF DAMAGES + +(a) REGARDLESS OF WHETHER ANY REMEDY SET FORTH HEREIN FAILS OF ITS ESSENTIAL PURPOSE, IN NO EVENT WILL LICENSOR OR ITS SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF THE SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR THE SOFTWARE. BECAUSE SOME STATES AND JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY, THE ABOVE LIMITATION MAY NOT APPLY TO LICENSEE. + +12. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +13. TERM AND TERMINATION + +(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual. +(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives. +(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +14. MARKETING + +Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +15. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/Intel-SDP b/sdk_container/src/third_party/portage-stable/licenses/Intel-SDP index d9a1794051..e8bc8b63d0 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/Intel-SDP +++ b/sdk_container/src/third_party/portage-stable/licenses/Intel-SDP @@ -1,74 +1,846 @@ -IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. -Do not copy, install, or use the Materials provided under this license agreement ("Agreement"), until you have carefully read the following terms and conditions. +Note: There are multiple End User License Agreements in this document. Please read to the end: -By copying, installing, or otherwise using the Materials, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not copy, install, or use the Materials. +IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. +Do not copy, install, distribute, publicly display, or use the Materials (as +defined below) provided under this license agreement ("Agreement") until you +("You" or "Your") have carefully read and agreed to the following terms and +conditions. + +This Agreement forms a legally binding contract between You and Intel +Corporation ("Intel") regarding Your use of the Materials. By copying, +installing, distributing, publicly displaying, or otherwise using the Materials, +You agree to be bound by the terms of this Agreement. If You do not agree to +the terms of this Agreement, do not copy, install, distribute, publicly display, +or use the Materials. + +If You are agreeing to the terms and conditions of this Agreement on behalf of a +company or other legal entity, You represent and warrant that You have the legal +authority to bind that legal entity to the Agreement, in which case, "You" or +"Your" will mean such entity. + +Third Party Programs (as defined below), even if included with the distribution +of the Materials, are governed by separate third party license terms, including +without limitation, open source software license terms. Such third party license +terms (and not this Agreement) govern Your use of the Third Party Programs, and +Intel is not liable for the Third Party Programs. End User License Agreement for the Intel(R) Software Development Products + (Version March 2015) -1. LICENSE DEFINITIONS: -A. "Materials" are defined as the software, documentation, license key codes and other materials, including any updates and upgrade thereto, for the applicable Intel Software Development Product (which may be found at http://www.intel.com/software/products/), that are provided to you under this Agreement. Materials also include the Redistributables as defined below. +1. LICENSE DEFINITIONS: -B. "Redistributables" are the files listed in the following text files that may be included in the Materials for the applicable Intel Software Development Product: clredist.txt, credist.txt, fredist.txt, redist.txt: + A. "Confidential Information" means all Materials (as defined below), + including without limitation, any Pre-Release Materials, that are identified + (in the product release notes, on Intel's download website for the Materials + or elsewhere) or labeled as Intel confidential information or a similar + legend. -C. "Cluster OpenMP Library", is comprised of the files listed in the "clredist.txt" file specified above, is the Intel(R) Cluster OpenMP Library add-on option to the Intel(R) C++ Compiler for Linux* and Intel(R) Fortran Compiler for Linux* products ("Intel Compiler for Linux"). The use of the Cluster OpenMP Library is conditioned on having a valid license from Intel for the Cluster OpenMP Library and for either Intel Compiler for Linux, and further is governed by the terms and conditions of the license agreement for applicable the Intel Compiler for Linux. + B. "Excluded License" means a license that requires, as a condition of use, + modification, or distribution, that the licensed software or other software + incorporated into, derived from or distributed with such software (a) be + disclosed or distributed in Source Code form; (b) be licensed by the user to + third parties for the purpose of making and/or distributing derivative works; + or (c) be redistributable at no charge. Excluded Licenses include, without + limitation, licenses that license or distribute software under any of the + following licenses or distribution models, or licenses or distribution models + substantially similar to any of the following: (a) GNU's General Public + License (GPL) or Lesser/Library GPL (LGPL), (b) the Artistic License (e.g., + PERL), (c) the Mozilla Public License, (d) the Netscape Public License, (e) + the Sun Community Source License (SCSL), (f) the Sun Industry Source License + (SISL), and (g) the Common Public License (CPL). + + C. "IPP Sample Source" is the Source Code file(s) that: (i) demonstrates + certain limited functions included in the binary libraries of the Intel(R) + Integrated Performance Primitives ("Intel(R) IPP"); (ii) is identified as + Intel IPP sample source code; (iii) is obtained separately from Intel after + You register Your copy of the Intel(R) IPP product with Intel; and (iv) is + subject to all of the terms and conditions of this Agreement. + + D. "Licensed Patent Claims" means the claims of Intel's patents that are + necessarily and directly infringed by the reproduction and distribution of + the Materials that is authorized in Section 2 below, when the Materials is in + its unmodified form as delivered by Intel to You and not modified or combined + with anything else. Licensed Patent Claims are only those claims that Intel + can license without paying, or getting the consent of, a third party. + + E. "Materials" are defined as the software, documentation, the software + product serial number and license key codes (if applicable), and other + materials, including any modifications, updates and upgrades thereto, that + are provided to You under this Agreement. Materials also include any + Redistributables, Source Code, and Pre-Release Materials, as defined below + but do not include Third Party Programs. + + F. "Microsoft Platforms" means any current and future Microsoft operating + system products, Microsoft run-time technologies (such as the .NET + Framework), and Microsoft application platforms (such as Microsoft Office or + Microsoft Dynamics) that Microsoft offers. + + G. "Redistributables" are the files listed in the following text files that + may be included in the Materials for the applicable Intel Software + Development Product: clredist.txt, credist.txt, fredist.txt, redist.txt, and + redist-rt.txt. + + H. "Sample Source Code" is those portions of the Materials that are Source + Code files and are identified as sample source code, including without + limitation, the IPP Sample Source. -D. "Source Code" is defined as the Materials provided in human readable format, whether unmodified or modified by you. + I. "Source Code" is defined as the software (and not documentation or text) + portion of the Materials provided in human readable format, and includes + modifications that You make or are made on Your behalf as expressly permitted + under the terms of this Agreement. + + J. "Third Party Programs" (if any) are the files listed in the + "third-party-programs.txt" text file that may be included in the Materials + for the applicable software. + + K. "Your Product" means one or more applications or products developed by or + for You using the Materials. + -E. "Sample Source" is the Source Code file(s) that: (i) demonstrate certain limited functions included in the binary libraries of the Intel(R) Integrated Performance Primitives ("Intel(R) IPPs"); (ii) are identified as Intel IPP sample source code; and (iii) are obtained separately from Intel after you register your copy of the Intel Integrated Performance Primitives product with Intel. +2. CONSENT. You agree that Intel, its subsidiaries or suppliers may collect and +use technical and related information, including but not limited to the software +product serial number, technical information about Your computer, system and +application software, and peripherals, that is gathered periodically to +facilitate the provision of software updates, product support and other services +to You (if any) related to the Materials, and to verify compliance with the +terms of this Agreement. Intel may use this information, as long as it is in a +form that does not personally identify You, to improve our products or to +develop and provide services or technologies. -2. LICENSE GRANT: +3. LICENSE GRANT: -A. Subject to all of the terms and conditions of this Agreement, Intel Corporation ("Intel") grants to you a non-exclusive, non-assignable, copyright license to use the Materials. +3.1 Subject to the terms and conditions of this Agreement, and timely +payment of any fees (if applicable), Intel grants You a non-exclusive, +worldwide, perpetual, non-assignable (except as expressly permitted hereunder), +limited right and license: -B. Subject to all of the terms and conditions of this Agreement, Intel grants to you a non-exclusive, non-assignable copyright license to modify the Materials, or any portions thereof, that are (i) provided in Source Code form or, (ii) are defined as Redistributables and are provided in text form. +A. under its copyrights, to: -C. Subject to all of the terms and conditions of this Agreement, Intel grants to you a non-exclusive, non-assignable copyright license to distribute (except under an Evaluation License as specified below) the Redistributables, or any portions thereof, as part of the product or application you developed using the Materials. If such application is a software development library, then attribution, as specified in the product release notes of the corresponding Materials, shall be displayed prominently in that application's product documentation and on the application's product web site. + (1) reproduce internally copies of the Materials for your internal use in + accordance with the applicable license rights and restrictions specified in + Section 4.D below; provided, however, that this license does not include the + right to sublicense and may only be exercised by You or Your employees and + only within Your facilities; -3. LICENSE RESTRICTIONS: + (2) use the Materials solely for Your internal use to develop Your + Product, in accordance with the applicable license rights and restrictions + specified in Section 4.D below and the documentation or text files included + as part of the Materials; provided, however, that this license does not + include the right to sublicense and may only be exercised by You or Your + employees and only within Your facilities; -A. If you receive your first copy of the Materials electronically, and a second copy on media, then you may use the second copy only in accordance with your applicable license stated in this Agreement, or for backup or archival purposes. You may not provide the second copy to another user. + (3) modify or create derivative works of the Materials, or any portions + thereof, that are provided in Source Code form, provided, however, that this + license does not include the right to sublicense and may be exercised only by + You or Your employees and only within Your facilities; + + (4) publicly perform, display, and distribute (directly and through Your + distributors, resellers and other channel partners) or otherwise make + publicly available the Redistributables, including any modifications to or + derivative works of the Redistributables made pursuant to Section 3.1.A(3), + or any portions thereof, subject to the following restrictions: + + (i) any distribution of the Redistributables must only be as part of + Your Product which must add significantly more functionality than the + Redistributables themselves; + + (ii) any additional restrictions which may appear in the + Redistributables text files specified in Section 1.G above and in + Section 4 below; and + + (iii) the license under Section 3.1.A(4) includes the right to + sublicense the Redistributables, but the sublicense rights are + limited to sublicensing of any Intel copyrights in the + Redistributables and only to the extent necessary to perform, + display, and distribute the Redistributables (including Your + modifications and derivative works thereto) solely as incorporated + in Your Product. IF YOU RECEIVED THE MATERIALS FOR EVALUATION, + HOWEVER, YOU HAVE NO RIGHTS TO DISTRIBUTE THE REDISTRIBUTABLES, + INCLUDING WITHOUT LIMITATION, ANY PORTIONS, MODIFICATIONS OR + DERIVATIVE WORKS. + ; and -B. You may NOT: (i) use or copy the Materials except as provided in this Agreement; (ii) rent or lease the Materials to any third party; (iii) assign this Agreement or transfer the Materials without the express written consent of Intel; (iv) modify, adapt, or translate the Materials in whole or in part except as provided in this Agreement; (v) reverse engineer, decompile, or disassemble the Materials; (vi) attempt to modify or tamper with the normal function of a license manager that regulates usage of the Materials; (vii) distribute, sublicense or transfer the Source Code form of any components of the Materials, Redistributables and Sample Source and derivatives thereof to any third party except as provided in this Agreement; or (viii) distribute Redistributables except as part of a larger program that adds significant primary functionality different from that of the Redistributables. +B. under Intel's Licensed Patent Claims, to: -C. The scope and duration (time period) of your license depends on the type of license you obtained from Intel. The variety of license types are set forth below, which may not be available for all "Intel(R) Software Development Products" and therefore may not apply to the Materials. For more information on the types of licenses, please contact Intel or your sales representative. + (1) make copies of the Materials internally only; -i. EVALUATION LICENSE: If you are using the Materials under the control of an Evaluation license, you as an individual may use the Materials only for internal evaluation purposes and only for the term of the evaluation time period, which is controlled by the license key code for the Materials. NOTWITHSTANDING ANYTHING TO THE CONTRARY ELSEWHERE IN THIS AGREEMENT, YOU MAY NOT DISTRIBUTE ANY PORTION OF THE MATERIALS, AND THE APPLICATION AND/OR PRODUCT DEVELOPED BY YOU MAY ONLY BE USED FOR EVALUATION PURPOSES AND ONLY FOR THE TERM OF THE EVALUATION PERIOD. You may install copies of the Materials on an unlimited number of computers provided that you are the only individual using the Materials and only one copy of the Materials is in use at any one time. A separate license is required for each additional use and/or individual user in all other cases. Intel will provide you with a license code key that enables the Materials for an Evaluation license. If you are an entity, Intel grants you the right to designate one individual within your organization to have the sole right to use the Materials in the manner provided above. + (2) use the Materials internally only; and -ii. NONCOMMERCIAL-USE LICENSE: If you are using the Materials under the control of a Noncommercial-Use license, you as an individual may use the Materials only for non-business use where you receive no fee, salary or any other form of compensation. The Materials may not be used for any other purpose, whether "for profit" or "not for profit." Any work performed or produced as a result of use of the Materials cannot be performed or produced for the benefit of other parties for a fee, compensation or any other reimbursement or remuneration. You may install copies of the Materials on an unlimited number of computers provided that you are the only individual using the Materials and only one copy of the Materials is in use at any one time. A separate license is required for each additional use and/or individual user in all other cases. Intel will provide you with a license code key that enables the Materials for a Noncommercial-Use license. If you obtained a time-limited Noncommercial-Use license, the duration (time period) of your license and your ability to use the Materials is limited to the time period of the obtained license, which is controlled by the license key code for the Materials. If you are an entity, Intel grants you the right to designate one individual within your organization to have the sole right to use the Materials in the manner provided above. + (3) offer to distribute, and distribute, but not sell, the + Redistributables only as part of Your Product, under Intel's copyright + license granted in Section 3.1(A), but only under the terms of that copyright + license and not as a sale (but this right does not include the right to + sub-license); -iii. SINGLE-USER LICENSE: If you are using the Materials under the control of a Single-User license, you as an individual may install and use the Materials on an unlimited number of computers provided that you are the only individual using the Materials and only one copy of the Materials is in use at any one time. A separate license is required for each additional use and/or individual user in all other cases. Intel will provide you with a license code key that enables the Materials for a Single-User license. If you obtained a time-limited Single-User license, the duration (time period) of your license and your ability to use the Materials is limited to the time period of the obtained license, which is controlled by the license key code for the Materials. If you are an entity, Intel grants you the right to designate one individual within your organization to have the sole right to use the Materials in the manner provided above. + (4) provided, further, that the license under the Licensed Patent Claims + does not and will not apply to any modifications to, or derivative works of, + the Materials, whether made by You, Your customer (which, for all purposes + under this Agreement, will mean either a customer, reseller, distributor or + other channel partner), or any third party even if the modification and + derivative works are permitted under 3.1(A)(3). -iv. NODE-LOCKED LICENSE: If you are using the Materials under the control of a Node-Locked license, you may use the Materials only on a single designated computer by no more than the authorized number of concurrent users. A separate license is required for each additional concurrent user and/or computer in all other cases. Intel will provide you with a license code key that enables the Materials for a Node-Locked license up to the authorized number of concurrent users. If you obtained a time-limited Node-Locked license, the duration (time period) of your license and your ability to use the Materials is limited to the time period of the obtained license, which is controlled by the license key code for the Materials. +3.2 If the Materials You receive are packaged, as a single orderable item +(i.e., as a single SKU), with hardware that includes one or more Intel +manufactured microprocessors ("Intel Target Hardware"), then the licenses +granted in Section 3.1 above are restricted to the sole purpose of producing and +releasing Your Product to execute on computer systems that include the same or +new versions of the Intel manufactured microprocessor included in the Intel +Target Hardware. -v. FLOATING LICENSE: If you are using the Materials under the control of a Floating license, you may (a) install the Materials on an unlimited number of computers that are connected to the designated network and (b) use the Material by no more than the authorized number of concurrent users. A separate license is required for each additional concurrent user and/or network on which the Materials are used. Intel will provide you with a license code key that enables the Materials for a Floating license up to the authorized number of concurrent users. If you obtained a time-limited Floating license, the duration (time period) of your license and your ability to use the Materials is limited to the time period of the obtained license, which is controlled by the license key code for the Materials. Intel Library Floating License: If the Materials are the Intel(R) Math Kernel Library or the Intel(R) Integrated Performance Primitives Library or the Intel(R) Threading Building Blocks (either "Intel Library"), then the Intel Library is provided to you as an add-on option to either the Intel(R) C++ Compiler product or the Intel(R) Fortran Compiler product (either "Intel Compiler") for which you have a Floating license, and as such, in addition to the terms and conditions above, the Intel Library may only be used by the authorized concurrent users of that Intel Compiler Floating license. +Intel expressly does not grant You a patent license in this Agreement to any +modifications or derivative works of the Materials, whether made by You, Your +contractor, Your customer, or any other third party in creating the derivative +works even to the extent creation of derivative works is permitted under Section +3.1(A)(3) above. -vi. CLUSTER SYSTEM LICENSE: If you are using the Materials under the control of a Cluster System license, (a) you may install the Materials on an unlimited number of computers provided that all such computers are part of a single cluster system and (b) if you are an entity you must designate from within your organization individuals, up to and not exceeding the authorized number of users, to have the sole right to use the Materials, and you must limit the use of the Materials to only those designated individuals. A separate license is required for (c) each additional cluster system on which the Materials are used, and (d) each additional designated individual user exceeding the authorized number of users. Intel will provide you with a license code key that enables the Materials for a Cluster System license up to the authorized number of individual uses/users. If you obtained a time-limited Cluster System license, the duration (time period) of your license and your ability to use the Materials is limited to the time period of the obtained license, which is specified in the Materials and/or controlled by the license key code for the Materials. -D. DISTRIBUTION: Distribution of the Materials is also subject to the following limitations: You (i) shall be solely responsible to your customers for any update or support obligation or other liability which may arise from the distribution, (ii) shall not make any statement that your product is "certified", or that its performance is guaranteed, by Intel, (iii) shall not use Intel's name or trademarks to market your product without written permission, (iv) shall prohibit disassembly and reverse engineering, (v) shall not publish reviews of Materials designated as beta without written permission by Intel, and (vi) shall indemnify, hold harmless, and defend Intel and its suppliers from and against any claims or lawsuits, including attorney's fees, that arise or result from your distribution of any product. +4. LICENSE CONDITIONS: -E. Intel(R) Integrated Performance Primitives (Intel IPP). The following terms and conditions apply only to the Intel IPP. + A. If You are an entity, each of Your employees and Your contractors may use + the Materials as specified in Section 3 above, provided: (i) their use of the + Materials is solely on behalf of and in support of Your business, (ii) they + agree to the terms and conditions of this Agreement, and (iii) You are solely + responsible for their use of the Materials. -i. Licensee's use or implementation of the Intel IPP Materials may require additional licenses, including but not limited to copyright and patent licenses from various entities. Should any such additional copyright, patent or other licenses be required, Licensee agrees to obtain any such licenses at Licensee's own expense. Licensee is solely responsible for obtaining any such licenses and the copyright licenses granted in herein are conditioned on Licensee obtaining such additional licenses. + B. If Your Product is a software development library, then attribution (if + any), as specified in the product release notes of the corresponding + Materials shall be displayed prominently in Your Product's associated + documentation and on the web site (if any) for Your Product. + + C. If You receive Your first copy of the Materials electronically, and a + second copy on media, then you may use the second copy only in accordance + with Your applicable license stated in this Agreement, or for backup or + archival purposes. You may not provide the second copy to another user. + + D. Except as expressly provided in this Agreement, You may NOT: (i) use, + copy, distribute, or publicly display the Materials; (ii) rent or lease the + Materials to any third party; (iii) assign this Agreement or transfer the + Materials; (iv) modify, adapt, or translate the Materials in whole or in + part; (v) reverse engineer, decompile, or disassemble the Materials; (vi) + attempt to modify or tamper with the normal function of any license manager + that may regulate usage of the Materials; (vii) distribute, sublicense or + transfer the Source Code form of any components of the Materials or + derivatives thereof to any third party; (viii) distribute Redistributables + except as part of a larger program that adds significant primary + functionality different from that of the Redistributables; (ix) distribute + the Redistributables to run on a platform other than a Microsoft Platform if + according to the accompanying user documentation the Materials are meant to + execute only on a Microsoft Platform; (x) include the Redistributables in + malicious, deceptive, or unlawful programs or products; or (xi) modify, + create a derivative work, link, or distribute the Materials so that any part + of it becomes subject to an Excluded License. + + E. The scope and term of Your license depends on the type of license You are + provided by Intel. The variety of license types are set forth below, which + may not be available for all "Intel(R) Software Development Products" and + therefore may not apply to the particular Materials You are licensing. For + more information on the types of licenses, please contact Intel or Your sales + representative. + + i. PRE-RELEASE LICENSE: If the Materials, or portions thereof, are identified + (in the product release notes, on Intel's download website for the Materials + or elsewhere) or labeled as pre-release ("Pre-Release Materials"), (a) the + Pre-Release Materials are deemed to be pre-release code (e.g., alpha or beta + release, etc.), which may not be fully functional and which Intel may + substantially modify in development of a commercial version, and for which + Intel makes no assurances that it will ever develop or make generally + available a commercial version,and (b) You have the right to use the + Pre-Release Materials only for the duration of the pre-release term, which is + specified in the product release notes, on Intel's download website for the + Materials or elsewhere, or until the commercial release, if any, of the + Pre-Release Materials, whichever is shorter, and (c) Your right to use the + Pre-Release Material is also restricted to the license type (i.e., Evaluation + License, Named-User License, Floating License, specified below) issued to You + for the Pre-Release Materials. + + ii. EVALUATION LICENSE: If You obtained the Materials pursuant to an + evaluation license, You may use the Materials only for internal evaluation + purposes and only for the term of the evaluation period, as specified on + Intel's download website or which may be controlled by the license key for + the Materials. NOTWITHSTANDING ANYTHING TO THE CONTRARY ELSEWHERE IN THIS + AGREEMENT, YOU MAY NOT DISTRIBUTE ANY PORTION OF THE MATERIALS, AND THE + APPLICATION AND/OR PRODUCT DEVELOPED BY YOU MAY ONLY BE USED FOR EVALUATION + PURPOSES AND ONLY FOR THE TERM OF THE EVALUATION. You may install copies of + the Materials on a reasonable number of computers to conduct Your evaluation + provided that You are the only individual using the Materials and only one + copy of the Materials is in use at any one time. A separate license key is + required for each additional use and/or individual user in all other cases, + including without limitation, use by persons, computer systems, and other use + methods known now and in the future. Intel may provide You with a license + key that enables the Materials for an evaluation license. If You are an + entity, Intel grants You the right to designate one individual within Your + organization to have the sole right to use the Materials in the manner + provided above. + + iii. NONCOMMERCIAL USE LICENSE: If You obtained the Materials under a + noncommercial use license, You may use the Materials only for non-commercial + use where You receive no fee, salary or any other form of compensation. The + Materials may not be used for any other purpose, whether "for profit" or "not + for profit." Any work performed or produced as a result of use of the + Materials cannot be performed or produced for the benefit of other parties + for a fee, compensation or any other reimbursement or remuneration. You may + install copies of the Materials on an unlimited number of computers provided + that You are the only individual using the Materials and only one copy of the + Materials is in use at any one time. A separate license is required for each + additional use and/or individual user in all other cases, including without + limitation, use by persons, computer systems, and other methods of use known + now and in the future. Intel will provide You with a license key that + enables the Materials for a noncommercial-use license. If You obtained a + time-limited noncommercial-use license, the duration (time period) of Your + license and Your ability to use the Materials is limited to the time period + of the obtained license, which is specified on Intel's download website, + specified in the applicable documentation or controlled by the license key + for the Materials. + + iv. NAMED-USER LICENSE: If You obtained the Materials under a named-user + license, You may allow only one (1) individual to install and use the + Materials on no more than three (3) computers provided that same individual + is using the Materials only on one (1) computer at a time. If You obtained a + time-limited named-user license, the term of Your license and your ability to + use the Materials is limited to the time period of the obtained license, + which is specified on Intel's download website, specified in the applicable + documentation or controlled by the license key for the Materials. + + v. NODE-LOCKED LICENSE: If You obtained the Materials under a node-locked + license, You may use the Materials only on a single designated computer by no + more than the authorized number of concurrent users. If You obtained a + time-limited node-locked license, the term of Your license and Your ability + to use the Materials is limited to the time period of the obtained license, + which is specified on Intel's download website, specified in the applicable + documentation or controlled by the license key for the Materials. + + vi. FLOATING LICENSE: If You obtained the Materials under a floating license, + you may (a) install the Materials on an unlimited number of computers that + are connected to the designated network and (b) use the Material by no more + than the authorized number of concurrent individual users. If You obtained a + time-limited Floating license key, the term of Your license and Your ability + to use the Materials is limited to the time period of the obtained license, + which is specified on Intel's download website, specified in the applicable + documentation or controlled by the license key for the Materials. + + F. DISTRIBUTION: Distribution of the Redistributables is also subject to the + following limitations: You (i) will be solely responsible to Your customers for + any update, support obligation or other liability which may arise from the + distribution, (ii) will not make any statement that Your Product is "certified" + or that its performance is guaranteed by Intel, (iii) will not use Intel's name + or trademarks to market Your Product without written permission from Intel, (iv) + will provide a license agreement with distribution of the Redistributables that + prohibits disassembly and reverse engineering of the Redistributables, (v) will + indemnify, hold harmless, and defend Intel and its suppliers from and against + any claims or lawsuits, including attorney's fees, that arise or result from + Your modifications, derivative works or Your distribution of Your Product. + + G. INTEL(R) INTEGRATED PERFORMANCE PRIMITIVES ("INTEL IPP"). The following terms + and conditions apply only to the Intel IPP. + + i. Notwithstanding anything in this Agreement to the contrary, if You + implement Intel IPP Sample Source Code in Your Product or if You use Intel + IPP to implement algorithms that are the intellectual property of third + parties, then you may need additional licenses from such entities.Should any + such additional licenses be required, You are solely responsible for + obtaining any such licenses and agree to obtain any such licenses at Your own + expense. -ii. Notwithstanding anything herein to the contrary, a valid license to Intel IPP is a prerequisite to any license for Sample Source, and possession of Sample Source does not grant any license to Intel IPP (or any portion thereof). To access Sample Source, you must first register your licensed copy of the Intel IPP with Intel. By downloading, installing or copying any Sample Source file, you agree to be bound by terms of this Agreement. + ii. Notwithstanding anything herein to the contrary, a valid license to Intel + IPP is a prerequisite to any license for Intel IPP Sample Source Code, and + possession of Intel IPP Sample Source Code does not grant any license to + Intel IPP (or any portion thereof). To access Intel IPP Sample Source Code, + You must first register Your licensed copy of the Intel IPP with Intel. By + downloading, installing or copying any Intel IPP Sample Source Code file, You + agree to be bound by terms of this Agreement. + + H. MEDIA FORMAT CODECS AND DIGITAL RIGHTS MANAGEMENT. You acknowledge and agree + that your use of the Materials or distribution of the Materials with Your + Product as permitted by this license may require you to procure license(s) from + one or more third parties that may hold intellectual property rights applicable + to any media decoding, encoding or transcoding technology (such as, for example, + through use of an audio or video codec) and/or digital rights management + capabilities of the Materials, if any. Should any such additional licenses be + required, You are solely responsible for obtaining any such licenses and agree + to obtain any such licenses at Your own expense. + + I. MATERIALS TRANSFER: Except for the Pre-Release Licenses or Evaluation + Licenses or Non-Commercial Licenses, as specified above, You may permanently + transfer the Materials you received pursuant to a license type listed in Section + 4(D) above, and all of Your rights under this Agreement, to another party + ("Recipient") solely in conjunction with a change of ownership, merger, + acquisition, sale or transfer of all or substantially all of Your business or + assets, either voluntarily, by operation of law or otherwise subject to the + following: You must notify Intel of the transfer by sending a letter to Intel + (i) identifying the legal entities of Recipient and You, (ii) identifying the + Materials (i.e., the specific Intel software and version) and the associated + serial numbers to be transferred, (iii) certifying that You retain no copies of + the Materials or portions thereof, (iv) certifying that the Recipient has agreed + in writing to be bound by all of the terms and conditions of this Agreement, (v) + certifying that the Recipient has been notified that in order to receive support + from Intel for the Materials they must notify Intel in writing of the transfer + and provide Intel with the information specified in subsection (ii) above along + with the name and email address of the individual assigned to use the Materials, + and (vi) providing Your email address so that Intel may confirm receipt of Your + letter. Please send such letter to: -F. SOFTWARE TRANSFER: You may permanently transfer all of your rights under this Agreement only with Intel's prior written permission. +Intel Corporation +2111 NE 25th Avenue +Hillsboro, OR 97124 +Attn: DPD Contracts Management, JF1-15 -4. COPYRIGHT: Title to the Materials and all copies thereof remain with Intel or its suppliers. The Materials are copyrighted and are protected by United States copyright laws and international treaty provisions. You will not remove any copyright notice from the Materials. You agree to prevent any unauthorized copying of the Materials. Except as expressly provided herein, no license or right is granted to you directly or by implication, inducement, estoppel or otherwise, specifically Intel does not grant any express or implied right to you under Intel patents, copyrights, trademarks, or trade secret information. +5. PRIVACY: -5. NO WARRANTY AND LIMITED REPLACEMENT: THE MATERIALS AND INFORMATION ARE PROVIDED "AS IS" WITH NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS, OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION, OR SAMPLE. If the media on which the Materials are furnished are found to be defective in material or workmanship under normal use for a period of ninety (90) days from the date of receipt, Intel's entire liability and your exclusive remedy shall be the replacement of the media. This offer is void if the media defect results from accident, abuse, or misapplication. + A. Data Collection: Intel has collected or will collect certain personal + information from You in order to inform You of updates to the Materials, based + on the personal information collected when You registered the license to the + Materials with Intel. + + B. Revoking Consent to Data Collection: You can revoke Your consent to this + collection of personal information at any time by clicking on the link to + "unsubscribe" at the bottom of any communication from Intel related to the + Materials which will allow You to opt-out of receiving future messages related + to the Materials. + + C. Intel's Privacy Notice: Intel is committed to respecting Your privacy. To + learn more about Intel's privacy practices, please visit + http://www.intel.com/privacy. -6. LIMITATION OF LIABILITY: THE ABOVE REPLACEMENT PROVISION IS THE ONLY WARRANTY OF ANY KIND. INTEL OFFERS NO OTHER WARRANTY EITHER EXPRESS OR IMPLIED INCLUDING THOSE OF MERCHANTABILITY, NONINFRINGEMENT OF THIRD- PARTY INTELLECTUAL PROPERTY OR FITNESS FOR A PARTICULAR PURPOSE. NEITHER INTEL NOR ITS SUPPLIERS SHALL BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. +6. OWNERSHIP: Title to the Materials and all copies thereof remain with Intel or +its suppliers. The Materials are protected by intellectual property rights, +including without limitation, United States copyright laws and international +treaty provisions. You will not remove any copyright or other proprietary +notice from the Materials. You agree to prevent any unauthorized copying of the +Materials. Except as expressly provided herein, no license or right is granted +to You directly or by implication, inducement, estoppel or otherwise; +specifically Intel does not grant any express or implied right to You under +Intel patents, copyrights, trademarks, or trade secrets. -7. UNAUTHORIZED USE: THE MATERIALS ARE NOT DESIGNED, INTENDED, OR AUTHORIZED FOR USE IN ANY TYPE OF SYSTEM OR APPLICATION IN WHICH THE FAILURE OF THE MATERIALS COULD CREATE A SITUATION WHERE PERSONAL INJURY OR DEATH MAY OCCUR (E.G MEDICAL SYSTEMS, LIFE SUSTAINING OR LIFE SAVING SYSTEMS). Should the buyer purchase or use the Materials for any such unintended or unauthorized use, the buyer shall indemnify and hold Intel and its officers, subsidiaries and affiliates harmless against all claims, costs, damages, and expenses, and reasonable attorney fees arising out of, directly or indirectly, any claim of product liability, personal injury or death associated with such unintended or unauthorized use, even if such claim alleges that Intel was negligent regarding the design or manufacture of the part. +7. NO WARRANTY AND NO SUPPORT: Disclaimer. Intel disclaims all warranties of +any kind and the terms and remedies provided in this Agreement are instead of +any other warranty or condition, express, implied or statutory, including those +regarding merchantability, fitness for any particular purpose, non-infringement +or any warranty arising out of any course of dealing, usage of trade, proposal, +specification or sample. Intel does not assume (and does not authorize any +person to assume on its behalf) any other liability. -8. USER SUBMISSIONS: You agree that any material, information or other communication you transmit or post to an Intel website or provide to Intel under this Agreement will be considered non-confidential and non-proprietary ("Communications"). Intel will have no obligations with respect to the Communications. You agree that Intel and its designees will be free to copy, modify, create derivative works, publicly display, disclose, distribute, license and sublicense through multiple tiers of distribution and licensees, incorporate and otherwise use the Communications and all data, images, sounds, text, and other things embodied therein, including derivative works thereto, for any and all commercial or non-commercial purposes. You are prohibited from posting or transmitting to or from an Intel website or provide to Intel any unlawful, threatening, libelous, defamatory, obscene, pornographic, or other material that would violate any law. +Intel may make changes to the Materials, or to items referenced therein, at any +time without notice, but is not obligated to support, update or provide training +for the Materials. Intel may in its sole discretion offer such support, update +or training services under separate terms at Intel's then-current rates. You may +request additional information on Intel's service offerings from an Intel sales +representative. -9. TERMINATION OF THIS LICENSE: This Agreement becomes effective on the date you accept this Agreement and will continue until terminated as provided for in this Agreement. If you are using the Materials under the control of a time-limited license, for example an Evaluation License, this Agreement terminates without notice on the last day of the time period, which is controlled by the license key code for the Materials. Intel may terminate this license at any time if you are in breach of any of its terms and conditions. Upon termination, you will immediately return to Intel or destroy the Materials and all copies thereof. +8. LIMITATION OF LIABILITY: Neither Intel nor its suppliers shall be liable for +any damages whatsoever (including, without limitation, damages for loss of +business profits, business interruption, loss of business information, or other +loss) arising out of the use of or inability to use the Materials, even if Intel +has been advised of the possibility of such damages. Because some jurisdictions +prohibit the exclusion or limitation of liability for consequential or +incidental damages, the above limitation may not apply to you. -10. U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with "RESTRICTED RIGHTS". Use, duplication or disclosure by the Government is subject to restrictions set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or its successor. Use of the Materials by the Government constitutes acknowledgment of Intel's rights in them. +9. UNAUTHORIZED USE: The Materials are not designed, intended, or authorized +for use in any type of a system or application in which the failure of the +Materials could create a situation where personal injury or death may occur +(e.g., medical systems, life sustaining or lifesaving systems). Should You use +the Materials for any such unintended or unauthorized use, You hereby indemnify, +defend, and hold Intel and its officers, subsidiaries and affiliates harmless +against all claims, costs, damages, expenses, and reasonable attorney fees +arising out of, directly or indirectly, such use and any claim of product +liability, personal injury or death associated with such unintended or +unauthorized use, even if such claim alleges that Intel was negligent regarding +the design or manufacture of the Materials. -11. APPLICABLE LAWS: Any claim arising under or relating to this Agreement shall be governed by the internal substantive laws of the State of Delaware, without regard to principles of conflict of laws. You agree that the terms of the United Nations Convention on Contracts for the Sale of Goods do not apply to this Agreement. You agree that your distribution and export/re-export of the Software and permitted modifications shall be in compliance with the laws, regulations, orders or other restrictions of applicable export laws. +10. USER SUBMISSIONS: This Agreement does not obligate You to provide Intel +with materials, information, comments, suggestions or other communication +regarding the Materials. However, You agree that any material, information, +comments, suggestions or other communication You transmit or post to an Intel +website (including but not limited to, submissions to the Intel Premier Support +and/or other customer support websites or online portals) or provide to Intel +under this Agreement related to the features, functions, performance or use of +the Materials are deemed non-confidential and non-proprietary +("Communications"). Intel will have no obligations with respect to the +Communications. You hereby grant to Intel a non-exclusive, perpetual, +irrevocable, royalty-free, copyright license to copy, modify, create derivative +works, publicly display, disclose, distribute, license and sublicense through +multiple tiers of distribution and licensees, incorporate and otherwise use the +Communications and all data, images, sounds, text, and other things embodied +therein, including derivative works thereto, for any and all commercial or +non-commercial purposes. You are prohibited from posting or transmitting to or +from an Intel website or provide to Intel any unlawful, threatening, libelous, +defamatory, obscene, pornographic, or other material that would violate any law. +If You wish to provide Intel with information that You intend to be treated as +confidential information, Intel requires that such confidential information be +provided pursuant to a non-disclosure agreement ("NDA"), so please contact Your +Intel representative to ensure the proper NDA is in place. +Nothing in this Agreement will be construed as preventing Intel from reviewing +Your Communications and errors or defects in Intel products discovered while +reviewing Your Communications. Furthermore, nothing in this Agreement will be +construed as preventing Intel from implementing independently-developed +enhancements to Intel's own error diagnosis methodology to detect errors or +defects in Intel products discovered while reviewing Your Communications or to +implement bug fixes or enhancements in Intel products. The foregoing may include +the right to include Your Communications in regression test suites. + +11. NON-DISCLOSURE: The following provisions will apply if there is no existing +non-disclosure agreement between You and Intel. You will maintain the +confidentiality of the Confidential Information (if any) with at least the same +degree of care that You use to protect Your own confidential and proprietary +information, but no less than a reasonable degree of care under the +circumstances. You will not disclose the Confidential Information to any +employees or to any third parties except to Your employees who have a need to +know and who agree to abide by nondisclosure terms at least as comprehensive as +those set forth herein; provided that You will be liable for breach by any such +entity. For the purposes of this Agreement, the term "employee" will include +Your independent contractors, who have signed confidentiality agreements with +You. You will not make any copies of the Confidential Information except as +necessary for Your employees with a need to know. Any copies which are made +will be identified as belonging to Intel and marked "confidential", +"proprietary" or with similar legend. You will not be liable for the disclosure +of any Confidential Information which is (a) generally made available publicly +or to third parties by Intel without restriction on disclosure; (b) rightfully +received from a third party without obligation of confidentiality; (c) +rightfully known to You without any limitation on disclosure prior to Your +receipt from Intel; (d) independently developed by Your employees; or (e) +required to be disclosed in accordance with applicable laws, regulations, court, +judicial or other government order, provided that You will give Intel reasonable +notice prior to such disclosure and will comply with any applicable protective +order. + +12. TERMINATION OF THIS LICENSE: This Agreement becomes effective on the date +You accept this Agreement and will continue until terminated as provided for in +this Agreement. If You are using the Materials under a time-limited license, +for example an Evaluation License, this Agreement terminates without notice on +the last day of the time period, which is specified in the Materials or on +Intel's website, and/or controlled by the license key code for the Materials. +Intel may terminate this license immediately if You are in breach of any of its +terms and conditions and such breach is not cured within thirty (30) days of +written notice from Intel. Upon termination, You will immediately return to +Intel or destroy the Materials and all copies thereof. In the event of +termination of this Agreement, the license grant to any Materials or +Redistributables distributed by You in accordance with the terms and conditions +of this Agreement, prior to the effective date of such termination, will survive +any such termination of this Agreement. Sections 1, 5, 6, 7, 8, 9, 10, 11, 12, +and 14 will survive expiration or termination of this Agreement. + +13. U.S. GOVERNMENT RESTRICTED RIGHTS: The technical data and computer software +covered by this license is a "Commercial Item," as such term is defined by the +FAR 2.101 (48 C.F.R. 2.101) and is "commercial computer software" and +"commercial computer software documentation" as specified under FAR 12.212 (48 +C.F.R. 12.212) or DFARS 227.7202 (48 C.F.R. 227.7202), as applicable. This +commercial computer software and related documentation is provided to end users +for use by and on behalf of the U.S. Government, with only those rights as are +granted to all other end users pursuant to the terms and conditions herein. Use +for or on behalf of the U.S. Government is permitted only if the party acquiring +or using this software is properly authorized by an appropriate U.S. Government +official. This use by or for the U.S. Government clause is in lieu of, and +supersedes, any other FAR, DFARS, or other provision that addresses Government +rights in the computer software or documentation covered by this license. All +copyright licenses granted to the U.S. Government are coextensive with the +technical data and computer software licenses granted herein. The U.S. +Government will only have the right to reproduce, distribute, perform, display, +and prepare derivative works as needed to implement those rights. + +14. GENERAL PROVISIONS + + A. ENTIRE AGREEMENT: This Agreement contains the complete and exclusive + agreement and understanding between the parties concerning the subject matter + of this Agreement, and supersedes all prior and contemporaneous proposals, + agreements, understanding, negotiations, representations, warranties, + conditions, and communications, oral or written, between the parties relating + to the same subject matter. This Agreement, including without limitation its + termination, has no effect on any signed non-disclosure agreements between + the parties, which remain in full force and effect as separate agreements to + their terms. Each party acknowledges and agrees that in entering into this + Agreement it has not relied on, and will not be entitled to rely on, any oral + or written representations, warranties, conditions, understanding, or + communications between the parties that are not expressly set forth in this + Agreement. The express provisions of this Agreement control over any course + of performance, course of dealing, or usage of the trade inconsistent with + any of the provisions of this Agreement. The provisions of this Agreement + will prevail notwithstanding any different, conflicting, or additional + provisions that may appear on any purchase order, acknowledgement, invoice, + or other writing issued by either party in connection with this Agreement. No + modification or amendment to this Agreement will be effective unless in + writing and signed by authorized representatives of each party, and must + specifically identify this Agreement by its title (e.g., "End User License + Agreement for the Intel(R) software and version, i.e., March 2015). If You + received a copy of this Agreement translated into another language, the + English language version of this Agreement will prevail in the event of any + conflict between versions. + + B. EXPORT. You must comply with all laws and regulations of the United States + and other countries governing the export, re-export, import, transfer, + distribution, use, and servicing of Software. In particular, You must not: + (a) sell or transfer Software to a country subject to sanctions, or to any + entity listed on a denial order published by the United States government or + any other relevant government; or (b) use, sell, or transfer Software for the + development, design, manufacture, or production of nuclear, missile, chemical + or biological weapons, or for any other purpose prohibited by the United + States government or other applicable government; without first obtaining all + authorizations required by all applicable laws. For more details on Your + export obligations, please visit + http://www.intel.com/content/www/us/en/legal/export-compliance.html?wapkw=export. + + + C. GOVERNING LAW, JURISDICTION, AND VENUE: All disputes arising out of or + related to this Agreement, whether based on contract, tort, or any other + legal or equitable theory, will in all respects be governed by, and construed + and interpreted under, the laws of the United States of America and the State + of Delaware, without reference to conflict of laws principles. The parties + agree that the United Nations Convention on Contracts for the International + Sale of Goods (1980) is specifically excluded from and will not apply to this + Agreement. All disputes arising out of or related to this Agreement, whether + based on contract, tort, or any other legal or equitable theory, will be + subject to the exclusive jurisdiction of the courts of the State of Delaware + or of the Federal courts sitting in that State. Each party submits to the + personal jurisdiction of those courts and waives all objections to that + jurisdiction and venue for those disputes. + + D. SEVERABILITY: The parties intend that if a court holds that any provision + or part of this Agreement is invalid or unenforceable under applicable law, + the court will modify the provision to the minimum extent necessary to make + it valid and enforceable, or if it cannot be made valid and enforceable, the + parties intend that the court will sever and delete the provision or part + from this Agreement. Any change to or deletion of a provision or part of this + Agreement under this Section will not affect the validity or enforceability + of the remainder of this Agreement, which will continue in full force and + effect. + + * Other names and brands may be claimed as the property of others + + + + + +Common Public License Version 1.0 + +THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON +PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF +THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + +1. DEFINITIONS + +"Contribution" means: + + a) in the case of the initial Contributor, the initial code and + documentation distributed under this Agreement, and + + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; where such changes and/or additions + to the Program originate from and are distributed by that + particular Contributor. A Contribution 'originates' from a + Contributor if it was added to the Program by such + Contributor itself or anyone acting on such Contributor's + behalf. Contributions do not include additions to the Program + which: (i) are separate modules of software distributed in + conjunction with the Program under their own license + agreement, and (ii) are not derivative works of the Program. + +"Contributor" means any person or entity that distributes the Program. + +"Licensed Patents " mean patent claims licensable by a Contributor +which are necessarily infringed by the use or sale of its Contribution +alone or when combined with the Program. + +"Program" means the Contributions distributed in accordance with this +Agreement. + +"Recipient" means anyone who receives the Program under this +Agreement, including all Contributors. + +2. GRANT OF RIGHTS + + a) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free + copyright license to reproduce, prepare derivative works of, + publicly display, publicly perform, distribute and sublicense the + Contribution of such Contributor, if any, and such derivative + works, in source code and object code form. + + b) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free patent + license under Licensed Patents to make, use, sell, offer to sell, + import and otherwise transfer the Contribution of such + Contributor, if any, in source code and object code form. This + patent license shall apply to the combination of the Contribution + and the Program if, at the time the Contribution is added by the + Contributor, such addition of the Contribution causes such + combination to be covered by the Licensed Patents. The patent + license shall not apply to any other combinations which include + the Contribution. No hardware per se is licensed hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe + the patent or other intellectual property rights of any other + entity. Each Contributor disclaims any liability to Recipient for + claims brought by any other entity based on infringement of + intellectual property rights or otherwise. As a condition to + exercising the rights and licenses granted hereunder, each + Recipient hereby assumes sole responsibility to secure any other + intellectual property rights needed, if any. For example, if a + third party patent license is required to allow Recipient to + distribute the Program, it is Recipient's responsibility to + acquire that license before distributing the Program. + + d) Each Contributor represents that to its knowledge it has + sufficient copyright rights in its Contribution, if any, to grant + the copyright license set forth in this Agreement. + +3. REQUIREMENTS + +A Contributor may choose to distribute the Program in object code form +under its own license agreement, provided that: + + a) it complies with the terms and conditions of this Agreement; and + + b) its license agreement: + i) effectively disclaims on behalf of all Contributors all + warranties and conditions, express and implied, including + warranties or conditions of title and non-infringement, and + implied warranties or conditions of merchantability and + fitness for a particular purpose; + ii) effectively excludes on behalf of all Contributors all + liability for damages, including direct, indirect, special, + incidental and consequential damages, such as lost profits; + iii) states that any provisions which differ from this Agreement + are offered by that Contributor alone and not by any other + party; and + iv) states that source code for the Program is available from + such Contributor, and informs licensees how to obtain it in a + reasonable manner on or through a medium customarily used for + software exchange. + +When the Program is made available in source code form: + + a) it must be made available under this Agreement; and + + b) a copy of this Agreement must be included with each copy of the + Program. Contributors may not remove or alter any copyright + notices contained within the Program. + +Each Contributor must identify itself as the originator of its +Contribution, if any, in a manner that reasonably allows subsequent +Recipients to identify the originator of the Contribution. + +4. COMMERCIAL DISTRIBUTION + +Commercial distributors of software may accept certain +responsibilities with respect to end users, business partners and the +like. While this license is intended to facilitate the commercial use +of the Program, the Contributor who includes the Program in a +commercial product offering should do so in a manner which does not +create potential liability for other Contributors. Therefore, if a +Contributor includes the Program in a commercial product offering, +such Contributor ("Commercial Contributor") hereby agrees to defend +and indemnify every other Contributor ("Indemnified Contributor") +against any losses, damages and costs (collectively "Losses") arising +from claims, lawsuits and other legal actions brought by a third party +against the Indemnified Contributor to the extent caused by the acts +or omissions of such Commercial Contributor in connection with its +distribution of the Program in a commercial product offering. The +obligations in this section do not apply to any claims or Losses +relating to any actual or alleged intellectual property +infringement. In order to qualify, an Indemnified Contributor must: + + a) promptly notify the Commercial Contributor in writing of such + claim, and + + b) allow the Commercial Contributor to control, and cooperate with + the Commercial Contributor in, the defense and any related + settlement negotiations. The Indemnified Contributor may + participate in any such claim at its own expense. + +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those +performance claims and warranties, and if a court requires any other +Contributor to pay any damages as a result, the Commercial Contributor +must pay those damages. + +5. NO WARRANTY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS +PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY +WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY +OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely +responsible for determining the appropriateness of using and +distributing the Program and assumes all risks associated with its +exercise of rights under this Agreement, including but not limited to +the risks and costs of program errors, compliance with applicable +laws, damage to or loss of data, programs or equipment, and +unavailability or interruption of operations. + +6. DISCLAIMER OF LIABILITY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR +ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING +WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR +DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED +HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and +enforceable. + +If Recipient institutes patent litigation against a Contributor with +respect to a patent applicable to software (including a cross-claim or +counterclaim in a lawsuit), then any patent licenses granted by that +Contributor to such Recipient under this Agreement shall terminate as +of the date such litigation is filed. In addition, if Recipient +institutes patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Program +itself (excluding combinations of the Program with other software or +hardware) infringes such Recipient's patent(s), then such Recipient's +rights granted under Section 2(b) shall terminate as of the date such +litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably +practicable. However, Recipient's obligations under this Agreement and +any licenses granted by Recipient relating to the Program shall +continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. IBM is the initial +Agreement Steward. IBM may assign the responsibility to serve as the +Agreement Steward to a suitable separate entity. Each new version of +the Agreement will be given a distinguishing version number. The +Program (including Contributions) may always be distributed subject to +the version of the Agreement under which it was received. In addition, +after a new version of the Agreement is published, Contributor may +elect to distribute the Program (including its Contributions) under +the new version. Except as expressly stated in Sections 2(a) and 2(b) +above, Recipient receives no rights or licenses to the intellectual +property of any Contributor under this Agreement, whether expressly, +by implication, estoppel or otherwise. All rights in the Program not +expressly granted under this Agreement are reserved. + +This Agreement is governed by the laws of the State of New York and +the intellectual property laws of the United States of America. No +party to this Agreement will bring a legal action under this Agreement +more than one year after the cause of action arose. Each party waives +its rights to a jury trial in any resulting litigation. + + diff --git a/sdk_container/src/third_party/portage-stable/licenses/LLVM-Grant b/sdk_container/src/third_party/portage-stable/licenses/LLVM-Grant new file mode 100644 index 0000000000..7719c4ec59 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/LLVM-Grant @@ -0,0 +1,47 @@ + + +Software Grant License Agreement ("Agreement") + +Except for the license granted herein to you, reserves all +right, title, and interest in and to the Software (defined below). + +Definition + +"Software" means the code and documentation as well as any original work of +authorship, including any modifications or additions to an existing work, that +is intentionally submitted by to llvm.org (http://llvm.org) ("LLVM") for +inclusion in, or documentation of, any of the products owned or managed by LLVM +(the "Work"). For the purposes of this definition, "submitted" means any form of +electronic, verbal, or written communication sent to LLVM or its +representatives, including but not limited to communication on electronic +mailing lists, source code control systems, and issue tracking systems that are +managed by, or on behalf of, LLVM for the purpose of discussing and improving +the Work, but excluding communication that is conspicuously marked otherwise. + +1. Grant of Copyright License. Subject to the terms and conditions of this + Agreement, hereby grants to you and to recipients of the Software + distributed by LLVM a perpetual, worldwide, non-exclusive, no-charge, + royalty-free, irrevocable copyright license to reproduce, prepare derivative + works of, publicly display, publicly perform, sublicense, and distribute the + Software and such derivative works. + +2. Grant of Patent License. Subject to the terms and conditions of this + Agreement, hereby grants you and to recipients of the Software + distributed by LLVM a perpetual, worldwide, non-exclusive, no-charge, + royalty-free, irrevocable (except as stated in this section) patent license + to make, have made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims licensable + by that are necessarily infringed by 's Software alone or by + combination of the Software with the Work to which such Software was + submitted. If any entity institutes patent litigation against or any + other entity (including a cross-claim or counterclaim in a lawsuit) alleging + that 's Software, or the Work to which has contributed + constitutes direct or contributory patent infringement, then any patent + licenses granted to that entity under this Agreement for the Software or Work + shall terminate as of the date such litigation is filed. + +Unless required by applicable law or agreed to in writing, the software is +provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied, including, without limitation, any warranties or +conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/MAJESTY-DEMO b/sdk_container/src/third_party/portage-stable/licenses/MAJESTY-DEMO old mode 100755 new mode 100644 diff --git a/sdk_container/src/third_party/portage-stable/licenses/MicroChip-SDCC b/sdk_container/src/third_party/portage-stable/licenses/MicroChip-SDCC new file mode 100644 index 0000000000..26b1c87e7a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/MicroChip-SDCC @@ -0,0 +1,6 @@ +For pic device libraries and header files which are derived from +Microchip header (.inc) and linker script (.lkr) files Microchip +requires that "The header files should state that they are only to be +used with authentic Microchip devices" which makes them incompatible +with the GPL. Pic device libraries and header files are located at +non-free/lib and non-free/include directories respectively. diff --git a/sdk_container/src/third_party/portage-stable/licenses/Midisport b/sdk_container/src/third_party/portage-stable/licenses/Midisport new file mode 100644 index 0000000000..b0f268c8f8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/Midisport @@ -0,0 +1,23 @@ +The firmware files (*.ihx) are copyrighted by Midiman, and can be used +and redistributed only as part of this package. + +All other files are distributed under the following license: + +Copyright (c) 2003-2006 Clemens Ladisch + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +Alternatively, this software may be distributed and/or modified under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your +option) any later version. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-CODEC-SDK b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-CODEC-SDK new file mode 100644 index 0000000000..7ebcc30788 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/NVIDIA-CODEC-SDK @@ -0,0 +1,210 @@ +NVIDIA VIDEO CODEC SDK LICENSE AGREEMENT (“Agreement”) + +BY DOWNLOADING, INSTALLING OR USING THE SOFTWARE AND OTHER AVAILABLE MATERIALS, +YOU (“LICENSEE”) AGREE TO BE BOUND BY THE FOLLOWING TERMS AND CONDITIONS OF THIS +AGREEMENT. If Licensee does not agree to the terms and condition of this +Agreement, THEN do not downLOAD, INSTALL OR USE the SOFTWARE AND MATERIALS. + +The materials available for download to Licensees may include software in both +sample source code ("Source Code") and object code ("Object Code") versions +(collectively, the “Software”), documentation and other materials (collectively, +these code and materials referred to herein as "Licensed Materials"). Except as +expressly indicated herein, all terms and conditions of this Agreement apply to +all of the Licensed Materials. + +Except as expressly set forth herein, NVIDIA owns all of the Licensed Materials +and makes them available to Licensee only under the terms and conditions set +forth in this Agreement. + +License: Subject to Licensee’s compliance with the terms of this Agreement, +NVIDIA grants to Licensee a nonexclusive, non-transferable, worldwide, +royalty-free, fully paid-up license and right to install, use, reproduce, +display, perform, modify the Source Code of the Software, and to prepare and +have prepared derivative works thereof, and distribute the Software and +derivative works thereof (in object code only) as integrated in Licensee +software products solely for use with supported NVIDIA GPU hardware products as +specified in the accompanying release notes. The following terms apply to the +Licensed Material: + + Derivative Works: Subject to the License Grant Back below, Licensee shall own + any Derivative Works it creates directly to the Source Code that integrates with + Licensee’s software product ("Modification(s)") subject to NVIDIA’s ownership of + the underlying Source Code and all intellectual property rights therein. + + Distribution: Licensee may distribute the Software (in object code form) + integrated with Licensee software products only to Licensee’s authorized + distributors, resellers, and others in Licensee’s distribution chain for + Licensee product and end users and grant to such third party a sublicense to use + the Software under a written, legally enforceable agreement that has the effect + of protecting the Software and the rights of NVIDIA under terms no less + restrictive than this Agreement. + + Limitations: Unless otherwise authorized in the Agreement, Licensee shall not + otherwise assign, sublicense, lease, or in any other way transfer or disclose + Software to any third party. Licensee agrees not to disassemble, decompile or + reverse engineer the Object Code or use or modify any of the Licensed Materials + to enable screen scraping, data scraping, or any other activity with the purpose + of capturing copyright protected content in violation of a third party party’s + intellectual property or other proprietary rights. Licensee shall indemnify + NVIDIA for any and all claims, liabilities, damages, expenses and costs arising + from Licensee’s breach of the foregoing limitations. + + License Grant Back: Licensee hereby grants to NVIDIA and its affiliates a + worldwide, non-exclusive, irrevocable, perpetual, sublicenseable (through + multiple tiers of sublicensees), royalty-free and fully paid-up right and + license to the Modification(s) created by or on behalf of Licensee so that + NVIDIA may copy, modify, create derivatives works thereof, to use, have used, + import, make, have made, sell, offer to sell, sublicense (through multiple tiers + of sublicensees), distribute (through multiple tiers of distributors) such + derivative work(s) on a stand-alone basis or as incorporated into the Licensed + Materials or other related technologies. For the sake of clarity, NVIDIA is not + prohibited or otherwise restricted from independently developing new features or + functionality with respect to the Licensed Materials + + No Other License: No rights or licenses with respect to any proprietary + information or patent, copyright, trade secret or other intellectual property + right owned or controlled by NVIDIA are granted by NVIDIA to Licensee under this + Agreement, expressly or by implication, except as expressly provided in this + Agreement. + +Confidentiality: If applicable, any exchange of Confidential Information (as +defined in the NDA) shall be made pursuant to the terms and conditions of a +separately signed Non-Disclosure Agreement (“NDA”) by and between NVIDIA and +You. For the sake of clarity, You agree that (a) the Software (in source code +form); and (b) Your use of the Software is considered Confidential Information +of NVIDIA. + +If You wish to have a third party consultant or subcontractor ("Contractor") +perform work on Your behalf which involves access to or use of Software, You +shall obtain a written confidentiality agreement from the Contractor which +contains terms and obligations with respect to access to or use of Software no +less restrictive than those set forth in this Agreement and excluding any +distribution or sublicense rights, and use for any other purpose than permitted +in this Agreement. Otherwise, You shall not disclose the terms or existence of +this Agreement or use NVIDIA's name in any publications, advertisements, or +other announcements without NVIDIA's prior written consent. Unless otherwise +provided in this Agreement, You do not have any rights to use any NVIDIA +trademarks or logos. + +Intellectual Property Ownership: Except as expressly licensed to Licensee under +this Agreement, NVIDIA reserves all right, title and interest, including but not +limited to all intellectual property rights, in and to the Licensed Materials +and any derivative work(s) made thereto. The algorithms, structure, organization +and Source Code are the valuable trade secrets and confidential information of +NVIDIA. + +Licensee acknowledges and agrees that it is Licensee’s sole responsibility to +obtain any, additional, third party licenses required to make, have made, use, +have used, sell, import, and offer for sale Licensee products that include or +incorporate any third party technology such as operating systems, audio and/or +video encoders and decoders or any technology from, including but not limited +to, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A., MPEG-LA, and Coding +Technologies (“Third Party Technology”). Licensee acknowledges and agrees that +NVIDIA has not granted to Licensee under this Agreement any necessary patent +rights with respect to the Third Party Technology. As such, Licensee’s use of +the Third Party Technology may be subject to further restrictions and terms and +conditions. Licensee acknowledges and agrees that Licensee is solely and +exclusively responsible for obtaining any and all authorizations and licenses +required for the use, distribution and/or incorporation of the Third Party +Technology. + +Licensee shall, at its own expense fully indemnify, hold harmless, defend and/or +settle any claim, suit or proceeding that is asserted by a third party against +NVIDIA and its officers, employees or agents, to the extent such claim, suit or +proceeding arising from or related to Licensee’s failure to fully satisfy and/or +comply with the third party licensing obligations related to the Third Party +Technology (a “Claim”). In the event of a Claim, Licensee agrees to: (a) pay +all damages or settlement amounts, which shall not be finalized without the +prior written consent of NVIDIA, (including other reasonable costs incurred by +NVIDIA, including reasonable attorneys fees, in connection with enforcing this +paragraph); (b) reimburse NVIDIA for any licensing fees and/or penalties +incurred by NVIDIA in connection with a Claim; and (c) immediately +procure/satisfy the third party licensing obligations before using the Software +pursuant to this Agreement. + +Term of Agreement: This Agreement shall become effective from the date of the +initial download and shall remain in effect for one year thereafter, unless +terminated as provided below. Unless either party notifies the other party of +its intent to terminate this Agreement at least thirty (30) days prior to the +end of the Initial Term or the applicable renewal period, this Agreement will be +automatically renewed for one (1) year renewal periods thereafter, unless +terminated in accordance with the “Termination” provision of this Agreement. + +NVIDIA may terminate this Agreement (and with it, all of Licensee’s right to the +Licensed Materials) if (i) Licensee fails to comply with any of the terms and +conditions of this Agreement and if the breach is not cured within thirty (30) +days after notice thereof. Upon expiration or termination of this Agreement +pursuant to this paragraph, Licensee shall immediately cease using the Licensed +Materials and return or destroy or copies thereof in its possession. + +Defensive Suspension: If Licensee commences or participates in any legal +proceeding against NVIDIA, then NVIDIA may, in its sole discretion, suspend or +terminate all license grants and any other rights provided under this Agreement. + +No Support: NVIDIA has no obligation to support or to continue providing or +updating any of the Licensed Materials. + +No Warranty: THE LICENSED MATERIALS PROVIDED BY NVIDIA TO LICENSEE HEREUNDER +ARE PROVIDED "AS IS." NVIDIA DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED OR +STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF TITLE, +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + +Limitation of Liability: NVIDIA SHALL NOT BE LIABLE TO LICENSEE, LICENSEE’S +CUSTOMERS, OR ANY OTHER PERSON OR ENTITY CLAIMING THROUGH OR UNDER LICENSEE FOR +ANY LOSS OF PROFITS, INCOME, SAVINGS, OR ANY OTHER CONSEQUENTIAL, INCIDENTAL, +SPECIAL, PUNITIVE, DIRECT OR INDIRECT DAMAGES (WHETHER IN AN ACTION IN CONTRACT, +TORT OR BASED ON A WARRANTY), EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY +OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF +THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY. IN NO EVENT SHALL NVIDIA’S +AGGREGATE LIABILITY TO LICENSEE OR ANY OTHER PERSON OR ENTITY CLAIMING THROUGH +OR UNDER LICENSEE EXCEED THE AMOUNT OF MONEY ACTUALLY PAID BY LICENSEE TO NVIDIA +FOR THE LICENSED MATERIALS. + +Applicable Law and Jurisdiction: This Agreement shall be deemed to have been +made in, and shall be construed pursuant to, the laws of the State of Delaware. +The state and/or federal courts residing in Santa Clara County, California shall +have exclusive jurisdiction over any dispute or claim arising out of this +Agreement. The United Nations Convention on Contracts for the International Sale +of Goods is specifically disclaimed. + +Feedback: Licensee may, but is not obligated to, provide to NVIDIA any +suggestions, comments and feedback regarding the Licensed Materials that are +delivered by NVIDIA to Licensee under this Agreement (collectively, “Licensee +Feedback”). NVIDIA may use and include any Licensee Feedback that Licensee +voluntarily provides to improve the Licensed Materials or other related NVIDIA +technologies. Accordingly, if Licensee provides Licensee Feedback, Licensee +grants NVIDIA and its licensees a perpetual, irrevocable, worldwide, +royalty-free, fully paid-up license grant to freely use, have used, sell, +modify, reproduce, transmit, license, sublicense (through multiple tiers of +sublicensees), distribute (through multiple tiers of distributors), and +otherwise commercialize the Licensee Feedback in the Licensed Materials or other +related technologies. + +RESTRICTED RIGHTS NOTICE: Licensed Materials has been developed entirely at +private expense and is commercial computer software provided with RESTRICTED +RIGHTS. Use, duplication or disclosure by the U.S. Government or a U.S. +Government subcontractor is subject to the restrictions set forth in the license +agreement under which Licensed Materials was obtained pursuant to DFARS +227.7202-3(a) or as set forth in subparagraphs (c)(1) and (2) of the Commercial +Computer Software - Restricted Rights clause at FAR 52.227-19, as applicable. +Contractor/manufacturer is NVIDIA, 2701 San Tomas Expressway, Santa Clara, CA +95050. + +Miscellaneous: If any provision of this Agreement is inconsistent with, or +cannot be fully enforced under, the law, such provision will be construed as +limited to the extent necessary to be consistent with and fully enforceable +under the law. This Agreement is the final, complete and exclusive agreement +between the parties relating to the subject matter hereof, and supersedes all +prior or contemporaneous understandings and agreements relating to such subject +matter, whether oral or written. This Agreement is solely between NVIDIA and +Licensee. There are no third party beneficiaries, express or implied, to this +Agreement. This Agreement may only be modified in writing signed by an +authorized officer of NVIDIA. Licensee agrees that it will not ship, transfer +or export the Licensed Materials into any country, or use the Licensed Materials +in any manner, prohibited by the United States Bureau of Industry and Security +or any export laws, restrictions or regulations. This Agreement, and Licensee’s +rights and obligations herein, may not be assigned, subcontracted, delegated, or +otherwise transferred by Licensee without NVIDIA’s prior written consent, and +any attempted assignment, subcontract, delegation, or transfer in violation of +the foregoing will be null and void. The terms of this Agreement shall be +binding upon assignees. diff --git a/sdk_container/src/third_party/portage-stable/licenses/OAL-1.0.1 b/sdk_container/src/third_party/portage-stable/licenses/OAL-1.0.1 index 03f93ca929..b9a2371253 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/OAL-1.0.1 +++ b/sdk_container/src/third_party/portage-stable/licenses/OAL-1.0.1 @@ -103,7 +103,7 @@ addressed below are outside the scope of this license. the identity of the Original Author; (3) the title of the work (at Original Author's option); and (4) how the first listed Original Author may be contacted (at Original Author's option). -Ê + Where a common, widely-adopted method for attribution is available (such as ID3 tagging for MP3 files), Original Author attribution should be implemented using the common, widely-adopted method. In diff --git a/sdk_container/src/third_party/portage-stable/licenses/ODbL-1.0 b/sdk_container/src/third_party/portage-stable/licenses/ODbL-1.0 deleted file mode 100644 index c734a1dd88..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/ODbL-1.0 +++ /dev/null @@ -1,540 +0,0 @@ -## ODC Open Database License (ODbL) - -### Preamble - -The Open Database License (ODbL) is a license agreement intended to -allow users to freely share, modify, and use this Database while -maintaining this same freedom for others. Many databases are covered by -copyright, and therefore this document licenses these rights. Some -jurisdictions, mainly in the European Union, have specific rights that -cover databases, and so the ODbL addresses these rights, too. Finally, -the ODbL is also an agreement in contract for users of this Database to -act in certain ways in return for accessing this Database. - -Databases can contain a wide variety of types of content (images, -audiovisual material, and sounds all in the same database, for example), -and so the ODbL only governs the rights over the Database, and not the -contents of the Database individually. Licensors should use the ODbL -together with another license for the contents, if the contents have a -single set of rights that uniformly covers all of the contents. If the -contents have multiple sets of different rights, Licensors should -describe what rights govern what contents together in the individual -record or in some other way that clarifies what rights apply. - -Sometimes the contents of a database, or the database itself, can be -covered by other rights not addressed here (such as private contracts, -trade mark over the name, or privacy rights / data protection rights -over information in the contents), and so you are advised that you may -have to consult other documents or clear other rights before doing -activities not covered by this License. - ------- - -The Licensor (as defined below) - -and - -You (as defined below) - -agree as follows: - -### 1.0 Definitions of Capitalised Words - -"Collective Database" – Means this Database in unmodified form as part -of a collection of independent databases in themselves that together are -assembled into a collective whole. A work that constitutes a Collective -Database will not be considered a Derivative Database. - -"Convey" – As a verb, means Using the Database, a Derivative Database, -or the Database as part of a Collective Database in any way that enables -a Person to make or receive copies of the Database or a Derivative -Database. Conveying does not include interaction with a user through a -computer network, or creating and Using a Produced Work, where no -transfer of a copy of the Database or a Derivative Database occurs. -"Contents" – The contents of this Database, which includes the -information, independent works, or other material collected into the -Database. For example, the contents of the Database could be factual -data or works such as images, audiovisual material, text, or sounds. - -"Database" – A collection of material (the Contents) arranged in a -systematic or methodical way and individually accessible by electronic -or other means offered under the terms of this License. - -"Database Directive" – Means Directive 96/9/EC of the European -Parliament and of the Council of 11 March 1996 on the legal protection -of databases, as amended or succeeded. - -"Database Right" – Means rights resulting from the Chapter III ("sui -generis") rights in the Database Directive (as amended and as transposed -by member states), which includes the Extraction and Re-utilisation of -the whole or a Substantial part of the Contents, as well as any similar -rights available in the relevant jurisdiction under Section 10.4. - -"Derivative Database" – Means a database based upon the Database, and -includes any translation, adaptation, arrangement, modification, or any -other alteration of the Database or of a Substantial part of the -Contents. This includes, but is not limited to, Extracting or -Re-utilising the whole or a Substantial part of the Contents in a new -Database. - -"Extraction" – Means the permanent or temporary transfer of all or a -Substantial part of the Contents to another medium by any means or in -any form. - -"License" – Means this license agreement and is both a license of rights -such as copyright and Database Rights and an agreement in contract. - -"Licensor" – Means the Person that offers the Database under the terms -of this License. - -"Person" – Means a natural or legal person or a body of persons -corporate or incorporate. - -"Produced Work" – a work (such as an image, audiovisual material, text, -or sounds) resulting from using the whole or a Substantial part of the -Contents (via a search or other query) from this Database, a Derivative -Database, or this Database as part of a Collective Database. - -"Publicly" – means to Persons other than You or under Your control by -either more than 50% ownership or by the power to direct their -activities (such as contracting with an independent consultant). - -"Re-utilisation" – means any form of making available to the public all -or a Substantial part of the Contents by the distribution of copies, by -renting, by online or other forms of transmission. - -"Substantial" – Means substantial in terms of quantity or quality or a -combination of both. The repeated and systematic Extraction or -Re-utilisation of insubstantial parts of the Contents may amount to the -Extraction or Re-utilisation of a Substantial part of the Contents. - -"Use" – As a verb, means doing any act that is restricted by copyright -or Database Rights whether in the original medium or any other; and -includes without limitation distributing, copying, publicly performing, -publicly displaying, and preparing derivative works of the Database, as -well as modifying the Database as may be technically necessary to use it -in a different mode or format. - -"You" – Means a Person exercising rights under this License who has not -previously violated the terms of this License with respect to the -Database, or who has received express permission from the Licensor to -exercise rights under this License despite a previous violation. - -Words in the singular include the plural and vice versa. - -### 2.0 What this License covers - -2.1. Legal effect of this document. This License is: - - a. A license of applicable copyright and neighbouring rights; - - b. A license of the Database Right; and - - c. An agreement in contract between You and the Licensor. - -2.2 Legal rights covered. This License covers the legal rights in the -Database, including: - - a. Copyright. Any copyright or neighbouring rights in the Database. - The copyright licensed includes any individual elements of the - Database, but does not cover the copyright over the Contents - independent of this Database. See Section 2.4 for details. Copyright - law varies between jurisdictions, but is likely to cover: the Database - model or schema, which is the structure, arrangement, and organisation - of the Database, and can also include the Database tables and table - indexes; the data entry and output sheets; and the Field names of - Contents stored in the Database; - - b. Database Rights. Database Rights only extend to the Extraction and - Re-utilisation of the whole or a Substantial part of the Contents. - Database Rights can apply even when there is no copyright over the - Database. Database Rights can also apply when the Contents are removed - from the Database and are selected and arranged in a way that would - not infringe any applicable copyright; and - - c. Contract. This is an agreement between You and the Licensor for - access to the Database. In return you agree to certain conditions of - use on this access as outlined in this License. - -2.3 Rights not covered. - - a. This License does not apply to computer programs used in the making - or operation of the Database; - - b. This License does not cover any patents over the Contents or the - Database; and - - c. This License does not cover any trademarks associated with the - Database. - -2.4 Relationship to Contents in the Database. The individual items of -the Contents contained in this Database may be covered by other rights, -including copyright, patent, data protection, privacy, or personality -rights, and this License does not cover any rights (other than Database -Rights or in contract) in individual Contents contained in the Database. -For example, if used on a Database of images (the Contents), this -License would not apply to copyright over individual images, which could -have their own separate licenses, or one single license covering all of -the rights over the images. - -### 3.0 Rights granted - -3.1 Subject to the terms and conditions of this License, the Licensor -grants to You a worldwide, royalty-free, non-exclusive, terminable (but -only under Section 9) license to Use the Database for the duration of -any applicable copyright and Database Rights. These rights explicitly -include commercial use, and do not exclude any field of endeavour. To -the extent possible in the relevant jurisdiction, these rights may be -exercised in all media and formats whether now known or created in the -future. - -The rights granted cover, for example: - - a. Extraction and Re-utilisation of the whole or a Substantial part of - the Contents; - - b. Creation of Derivative Databases; - - c. Creation of Collective Databases; - - d. Creation of temporary or permanent reproductions by any means and - in any form, in whole or in part, including of any Derivative - Databases or as a part of Collective Databases; and - - e. Distribution, communication, display, lending, making available, or - performance to the public by any means and in any form, in whole or in - part, including of any Derivative Database or as a part of Collective - Databases. - -3.2 Compulsory license schemes. For the avoidance of doubt: - - a. Non-waivable compulsory license schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme cannot be waived, the Licensor reserves - the exclusive right to collect such royalties for any exercise by You - of the rights granted under this License; - - b. Waivable compulsory license schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme can be waived, the Licensor waives the - exclusive right to collect such royalties for any exercise by You of - the rights granted under this License; and, - - c. Voluntary license schemes. The Licensor waives the right to collect - royalties, whether individually or, in the event that the Licensor is - a member of a collecting society that administers voluntary licensing - schemes, via that society, from any exercise by You of the rights - granted under this License. - -3.3 The right to release the Database under different terms, or to stop -distributing or making available the Database, is reserved. Note that -this Database may be multiple-licensed, and so You may have the choice -of using alternative licenses for this Database. Subject to Section -10.4, all other rights not expressly granted by Licensor are reserved. - -### 4.0 Conditions of Use - -4.1 The rights granted in Section 3 above are expressly made subject to -Your complying with the following conditions of use. These are important -conditions of this License, and if You fail to follow them, You will be -in material breach of its terms. - -4.2 Notices. If You Publicly Convey this Database, any Derivative -Database, or the Database as part of a Collective Database, then You -must: - - a. Do so only under the terms of this License or another license - permitted under Section 4.4; - - b. Include a copy of this License (or, as applicable, a license - permitted under Section 4.4) or its Uniform Resource Identifier (URI) - with the Database or Derivative Database, including both in the - Database or Derivative Database and in any relevant documentation; and - - c. Keep intact any copyright or Database Right notices and notices - that refer to this License. - - d. If it is not possible to put the required notices in a particular - file due to its structure, then You must include the notices in a - location (such as a relevant directory) where users would be likely to - look for it. - -4.3 Notice for using output (Contents). Creating and Using a Produced -Work does not require the notice in Section 4.2. However, if you -Publicly Use a Produced Work, You must include a notice associated with -the Produced Work reasonably calculated to make any Person that uses, -views, accesses, interacts with, or is otherwise exposed to the Produced -Work aware that Content was obtained from the Database, Derivative -Database, or the Database as part of a Collective Database, and that it -is available under this License. - - a. Example notice. The following text will satisfy notice under - Section 4.3: - - Contains information from DATABASE NAME, which is made available - here under the Open Database License (ODbL). - -DATABASE NAME should be replaced with the name of the Database and a -hyperlink to the URI of the Database. "Open Database License" should -contain a hyperlink to the URI of the text of this License. If -hyperlinks are not possible, You should include the plain text of the -required URI's with the above notice. - -4.4 Share alike. - - a. Any Derivative Database that You Publicly Use must be only under - the terms of: - - i. This License; - - ii. A later version of this License similar in spirit to this - License; or - - iii. A compatible license. - - If You license the Derivative Database under one of the licenses - mentioned in (iii), You must comply with the terms of that license. - - b. For the avoidance of doubt, Extraction or Re-utilisation of the - whole or a Substantial part of the Contents into a new database is a - Derivative Database and must comply with Section 4.4. - - c. Derivative Databases and Produced Works. A Derivative Database is - Publicly Used and so must comply with Section 4.4. if a Produced Work - created from the Derivative Database is Publicly Used. - - d. Share Alike and additional Contents. For the avoidance of doubt, - You must not add Contents to Derivative Databases under Section 4.4 a - that are incompatible with the rights granted under this License. - - e. Compatible licenses. Licensors may authorise a proxy to determine - compatible licenses under Section 4.4 a iii. If they do so, the - authorised proxy's public statement of acceptance of a compatible - license grants You permission to use the compatible license. - - -4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply -in the following: - - a. For the avoidance of doubt, You are not required to license - Collective Databases under this License if You incorporate this - Database or a Derivative Database in the collection, but this License - still applies to this Database or a Derivative Database as a part of - the Collective Database; - - b. Using this Database, a Derivative Database, or this Database as - part of a Collective Database to create a Produced Work does not - create a Derivative Database for purposes of Section 4.4; and - - c. Use of a Derivative Database internally within an organisation is - not to the public and therefore does not fall under the requirements - of Section 4.4. - -4.6 Access to Derivative Databases. If You Publicly Use a Derivative -Database or a Produced Work from a Derivative Database, You must also -offer to recipients of the Derivative Database or Produced Work a copy -in a machine readable form of: - - a. The entire Derivative Database; or - - b. A file containing all of the alterations made to the Database or - the method of making the alterations to the Database (such as an - algorithm), including any additional Contents, that make up all the - differences between the Database and the Derivative Database. - -The Derivative Database (under a.) or alteration file (under b.) must be -available at no more than a reasonable production cost for physical -distributions and free of charge if distributed over the internet. - -4.7 Technological measures and additional terms - - a. This License does not allow You to impose (except subject to - Section 4.7 b.) any terms or any technological measures on the - Database, a Derivative Database, or the whole or a Substantial part of - the Contents that alter or restrict the terms of this License, or any - rights granted under it, or have the effect or intent of restricting - the ability of any person to exercise those rights. - - b. Parallel distribution. You may impose terms or technological - measures on the Database, a Derivative Database, or the whole or a - Substantial part of the Contents (a "Restricted Database") in - contravention of Section 4.74 a. only if You also make a copy of the - Database or a Derivative Database available to the recipient of the - Restricted Database: - - i. That is available without additional fee; - - ii. That is available in a medium that does not alter or restrict - the terms of this License, or any rights granted under it, or have - the effect or intent of restricting the ability of any person to - exercise those rights (an "Unrestricted Database"); and - - iii. The Unrestricted Database is at least as accessible to the - recipient as a practical matter as the Restricted Database. - - c. For the avoidance of doubt, You may place this Database or a - Derivative Database in an authenticated environment, behind a - password, or within a similar access control scheme provided that You - do not alter or restrict the terms of this License or any rights - granted under it or have the effect or intent of restricting the - ability of any person to exercise those rights. - -4.8 Licensing of others. You may not sublicense the Database. Each time -You communicate the Database, the whole or Substantial part of the -Contents, or any Derivative Database to anyone else in any way, the -Licensor offers to the recipient a license to the Database on the same -terms and conditions as this License. You are not responsible for -enforcing compliance by third parties with this License, but You may -enforce any rights that You have over a Derivative Database. You are -solely responsible for any modifications of a Derivative Database made -by You or another Person at Your direction. You may not impose any -further restrictions on the exercise of the rights granted or affirmed -under this License. - -### 5.0 Moral rights - -5.1 Moral rights. This section covers moral rights, including any rights -to be identified as the author of the Database or to object to treatment -that would otherwise prejudice the author's honour and reputation, or -any other derogatory treatment: - - a. For jurisdictions allowing waiver of moral rights, Licensor waives - all moral rights that Licensor may have in the Database to the fullest - extent possible by the law of the relevant jurisdiction under Section - 10.4; - - b. If waiver of moral rights under Section 5.1 a in the relevant - jurisdiction is not possible, Licensor agrees not to assert any moral - rights over the Database and waives all claims in moral rights to the - fullest extent possible by the law of the relevant jurisdiction under - Section 10.4; and - - c. For jurisdictions not allowing waiver or an agreement not to assert - moral rights under Section 5.1 a and b, the author may retain their - moral rights over certain aspects of the Database. - -Please note that some jurisdictions do not allow for the waiver of moral -rights, and so moral rights may still subsist over the Database in some -jurisdictions. - -### 6.0 Fair dealing, Database exceptions, and other rights not affected - -6.1 This License does not affect any rights that You or anyone else may -independently have under any applicable law to make any use of this -Database, including without limitation: - - a. Exceptions to the Database Right including: Extraction of Contents - from non-electronic Databases for private purposes, Extraction for - purposes of illustration for teaching or scientific research, and - Extraction or Re-utilisation for public security or an administrative - or judicial procedure. - - b. Fair dealing, fair use, or any other legally recognised limitation - or exception to infringement of copyright or other applicable laws. - -6.2 This License does not affect any rights of lawful users to Extract -and Re-utilise insubstantial parts of the Contents, evaluated -quantitatively or qualitatively, for any purposes whatsoever, including -creating a Derivative Database (subject to other rights over the -Contents, see Section 2.4). The repeated and systematic Extraction or -Re-utilisation of insubstantial parts of the Contents may however amount -to the Extraction or Re-utilisation of a Substantial part of the -Contents. - -### 7.0 Warranties and Disclaimer - -7.1 The Database is licensed by the Licensor "as is" and without any -warranty of any kind, either express, implied, or arising by statute, -custom, course of dealing, or trade usage. Licensor specifically -disclaims any and all implied warranties or conditions of title, -non-infringement, accuracy or completeness, the presence or absence of -errors, fitness for a particular purpose, merchantability, or otherwise. -Some jurisdictions do not allow the exclusion of implied warranties, so -this exclusion may not apply to You. - -### 8.0 Limitation of liability - -8.1 Subject to any liability that may not be excluded or limited by law, -the Licensor is not liable for, and expressly excludes, all liability -for loss or damage however and whenever caused to anyone by any use -under this License, whether by You or by anyone else, and whether caused -by any fault on the part of the Licensor or not. This exclusion of -liability includes, but is not limited to, any special, incidental, -consequential, punitive, or exemplary damages such as loss of revenue, -data, anticipated profits, and lost business. This exclusion applies -even if the Licensor has been advised of the possibility of such -damages. - -8.2 If liability may not be excluded by law, it is limited to actual and -direct financial loss to the extent it is caused by proved negligence on -the part of the Licensor. - -### 9.0 Termination of Your rights under this License - -9.1 Any breach by You of the terms and conditions of this License -automatically terminates this License with immediate effect and without -notice to You. For the avoidance of doubt, Persons who have received the -Database, the whole or a Substantial part of the Contents, Derivative -Databases, or the Database as part of a Collective Database from You -under this License will not have their licenses terminated provided -their use is in full compliance with this License or a license granted -under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will -survive any termination of this License. - -9.2 If You are not in breach of the terms of this License, the Licensor -will not terminate Your rights under it. - -9.3 Unless terminated under Section 9.1, this License is granted to You -for the duration of applicable rights in the Database. - -9.4 Reinstatement of rights. If you cease any breach of the terms and -conditions of this License, then your full rights under this License -will be reinstated: - - a. Provisionally and subject to permanent termination until the 60th - day after cessation of breach; - - b. Permanently on the 60th day after cessation of breach unless - otherwise reasonably notified by the Licensor; or - - c. Permanently if reasonably notified by the Licensor of the - violation, this is the first time You have received notice of - violation of this License from the Licensor, and You cure the - violation prior to 30 days after your receipt of the notice. - -Persons subject to permanent termination of rights are not eligible to -be a recipient and receive a license under Section 4.8. - -9.5 Notwithstanding the above, Licensor reserves the right to release -the Database under different license terms or to stop distributing or -making available the Database. Releasing the Database under different -license terms or stopping the distribution of the Database will not -withdraw this License (or any other license that has been, or is -required to be, granted under the terms of this License), and this -License will continue in full force and effect unless terminated as -stated above. - -### 10.0 General - -10.1 If any provision of this License is held to be invalid or -unenforceable, that must not affect the validity or enforceability of -the remainder of the terms and conditions of this License and each -remaining provision of this License shall be valid and enforced to the -fullest extent permitted by law. - -10.2 This License is the entire agreement between the parties with -respect to the rights granted here over the Database. It replaces any -earlier understandings, agreements or representations with respect to -the Database. - -10.3 If You are in breach of the terms of this License, You will not be -entitled to rely on the terms of this License or to complain of any -breach by the Licensor. - -10.4 Choice of law. This License takes effect in and will be governed by -the laws of the relevant jurisdiction in which the License terms are -sought to be enforced. If the standard suite of rights granted under -applicable copyright law and Database Rights in the relevant -jurisdiction includes additional rights not granted under this License, -these additional rights are granted in this License in order to meet the -terms of this License. diff --git a/sdk_container/src/third_party/portage-stable/licenses/OFFIS b/sdk_container/src/third_party/portage-stable/licenses/OFFIS new file mode 100644 index 0000000000..59a59d3188 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/OFFIS @@ -0,0 +1,373 @@ + +COPYRIGHT + +Unless otherwise specified, the DCMTK software package has the following +copyright: + +/* + * Copyright (C) 1994-2011, OFFIS e.V. + * All rights reserved. + * + * This software and supporting documentation were developed by + * + * OFFIS e.V. + * R&D Division Health + * Escherweg 2 + * 26121 Oldenburg, Germany + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * - Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * - Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * - Neither the name of OFFIS nor the names of its contributors may be + * used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + +Please note that some DCMTK modules, especially those that are not part +of the free toolkit, are covered by a separate license which can be found +in the COPYRIGHT file in the corresponding module directory. + +Some portions of the DCMTK software package are derived from earlier +versions of this software with the following copyright, and can be +identified by the following copyright notice located in each source file: + +/* + * Copyright (C) 1993/1994, OFFIS, Oldenburg University and CERIUM + * + * This software and supporting documentation were + * developed by + * + * Institut OFFIS + * Bereich Kommunikationssysteme + * Westerstr. 10-12 + * 26121 Oldenburg, Germany + * + * Fachbereich Informatik + * Abteilung Prozessinformatik + * Carl von Ossietzky Universitaet Oldenburg + * Ammerlaender Heerstr. 114-118 + * 26111 Oldenburg, Germany + * + * CERIUM + * Laboratoire SIM + * Faculte de Medecine + * 2 Avenue du Pr. Leon Bernard + * 35043 Rennes Cedex, France + * + * for CEN/TC251/WG4 as a contribution to the Radiological + * Society of North America (RSNA) 1993 Digital Imaging and + * Communications in Medicine (DICOM) Demonstration. + * + * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER OFFIS, + * OLDENBURG UNIVERSITY NOR CERIUM MAKE ANY WARRANTY REGARDING + * THE SOFTWARE, ITS PERFORMANCE, ITS MERCHANTABILITY OR + * FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER + * DISEASES OR ITS CONFORMITY TO ANY SPECIFICATION. THE + * ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF THE SOFTWARE + * IS WITH THE USER. + * + * Copyright of the software and supporting documentation + * is, unless otherwise stated, jointly owned by OFFIS, + * Oldenburg University and CERIUM and free access is hereby + * granted as a license to use this software, copy this + * software and prepare derivative works based upon this + * software. However, any distribution of this software + * source code or supporting documentation or derivative + * works (source code and supporting documentation) must + * include the three paragraphs of this copyright notice. + * + */ + +Some other parts of this software within the dcmtk/dcmnet sub-package +related to the DICOM Upper Layer Protocol are derived from software +developed for the RSNA'93 DICOM demonstration and kindly made available +to us by the Mallinckrodt Institute of Radiology. Such software can be +identified by the following copyright notice located in each affected +source file: + +/* + * Copyright (C) 1993, RSNA and Washington University + * + * The software and supporting documentation for the Radiological + * Society of North America (RSNA) 1993 Digital Imaging and + * Communications in Medicine (DICOM) Demonstration were developed + * at the + * Electronic Radiology Laboratory + * Mallinckrodt Institute of Radiology + * Washington University School of Medicine + * 510 S. Kingshighway Blvd. + * St. Louis, MO 63110 + * as part of the 1993 DICOM Central Test Node project for, and + * under contract with, the Radiological Society of North America. + * + * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER RSNA NOR + * WASHINGTON UNIVERSITY MAKE ANY WARRANTY ABOUT THE SOFTWARE, ITS + * PERFORMANCE, ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR + * USE, FREEDOM FROM ANY COMPUTER DISEASES OR ITS CONFORMITY TO ANY + * SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF + * THE SOFTWARE IS WITH THE USER. + * + * Copyright of the software and supporting documentation is + * jointly owned by RSNA and Washington University, and free access + * is hereby granted as a license to use this software, copy this + * software and prepare derivative works based upon this software. + * However, any distribution of this software source code or + * supporting documentation or derivative works (source code and + * supporting documentation) must include the three paragraphs of + * the copyright notice. + */ + +The dcmjpeg sub-package includes an adapted version of the Independent +JPEG Group Toolkit Version 6b, which is contained in dcmjpeg/libijg8, +dcmjpeg/libijg12 and dcmjpeg/libijg16. This toolkit is covered by the +following copyright. The original README file for the Independent JPEG +Group Toolkit is located in dcmjpeg/docs/ijg_readme.txt. + +/* + * The authors make NO WARRANTY or representation, either express or implied, + * with respect to this software, its quality, accuracy, merchantability, or + * fitness for a particular purpose. This software is provided "AS IS", and you, + * its user, assume the entire risk as to its quality and accuracy. + * + * This software is copyright (C) 1991-1998, Thomas G. Lane. + * All Rights Reserved except as specified below. + * + * Permission is hereby granted to use, copy, modify, and distribute this + * software (or portions thereof) for any purpose, without fee, subject to these + * conditions: + * (1) If any part of the source code for this software is distributed, then this + * README file must be included, with this copyright and no-warranty notice + * unaltered; and any additions, deletions, or changes to the original files + * must be clearly indicated in accompanying documentation. + * (2) If only executable code is distributed, then the accompanying + * documentation must state that "this software is based in part on the work of + * the Independent JPEG Group". + * (3) Permission for use of this software is granted only if the user accepts + * full responsibility for any undesirable consequences; the authors accept + * NO LIABILITY for damages of any kind. + * + * These conditions apply to any software derived from or based on the IJG code, + * not just to the unmodified library. If you use our work, you ought to + * acknowledge us. + * + * Permission is NOT granted for the use of any IJG author's name or company name + * in advertising or publicity relating to this software or products derived from + * it. This software may be referred to only as "the Independent JPEG Group's + * software". + * + * We specifically permit and encourage the use of this software as the basis of + * commercial products, provided that all warranty or liability claims are + * assumed by the product vendor. + */ + +The code for the interpolatePixel() image scaling algorithm in module +dcmimgle has been derived from code written by Jef Poskanzer for the +"Extended Portable Bitmap Toolkit" (pbmplus10dec91) which has the +following copyright: + +/* + * Copyright (C) 1991 by Jef Poskanzer. + * + * Permission to use, copy, modify, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, provided + * that the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation. This software is provided "as is" without express or + * implied warranty. + */ + +The color quantization code in module dcmimage (dcmquant and the related +classes) has been derived from code written by Jef Poskanzer for the +NetPBM toolkit which has the following copyright: + +/* + * Copyright (C) 1989, 1991 by Jef Poskanzer. + * + * Permission to use, copy, modify, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, provided + * that the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation. This software is provided "as is" without express or + * implied warranty. + */ + +The code for the OFStandard::strlcpy and OFStandard::strlcat helper +functions in ofstd/libsrc/ofstd.cc has been derived from the BSD +implementation of strlcpy() and strlcat() and which carries the +following copyright notice: + +/* + * Copyright (c) 1998 Todd C. Miller + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL + * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; + * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +The code for the OFStandard::atof helper function in ofstd/libsrc/ofstd.cc +has been derived from an implementation which carries the following +copyright notice: + +/* + * Copyright 1988 Regents of the University of California + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appear in all copies. The + * University of California makes no representations about the + * suitability of this software for any purpose. It is provided "as + * is" without express or implied warranty. + * + * + * The code for OFStandard::ftoa has been derived + * from an implementation which carries the following copyright notice: + * + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that the above copyright notice and this paragraph are + * duplicated in all such forms and that any documentation, + * advertising materials, and other materials related to such + * distribution and use acknowledge that the software was developed + * by the University of California, Berkeley. The name of the + * University may not be used to endorse or promote products derived + * from this software without specific prior written permission. + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ + +The "Base64" encoder/decoder in ofstd/libsrc/ofstd.cc has been derived +from an implementation which carries the following copyright notice: + +/* + * Copyright (c) 1999, Bob Withers - bwit(at)pobox.com + * + * This code may be freely used for any purpose, either personal or commercial, + * provided the authors copyright notice remains intact. + */ + +The oflog sub-package is based on the log4cplus library which is covered by +the following two copyright notices (for details see oflog/docs/LICENSE): + +/* + * Copyright (C) 1999-2009 Contributors to log4cplus project. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modifica- + * tion, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + +// Module: Log4CPLUS +// File: appender.h +// Created: 6/2001 +// Author: Tad E. Smith +// +// +// Copyright 2001-2009 Tad E. Smith +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +The dcmjpls sub-package is based on the CharLS library, which is contained +in dcmjpls/libcharls. This toolkit is covered by the following copyright: + +/* + * The CharLS library is available under the following license: + * ------------------------------------------------------------------------------- + * Copyright (c) 2007-2010, Jan de Vaan + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * * Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * * Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * * Neither the name of my employer, nor the names of its contributors may be + * used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ diff --git a/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-LGPL-2.1-Exception-1.0 b/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-LGPL-2.1-Exception-1.0 old mode 100755 new mode 100644 diff --git a/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-Technology-Public-License-6.5 b/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-Technology-Public-License-6.5 deleted file mode 100644 index 9dfa295751..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-Technology-Public-License-6.5 +++ /dev/null @@ -1,300 +0,0 @@ -Open CASCADE Technology Public License -License version: 6.5 March, 2011 - -Open CASCADE S.A.S. releases and makes publicly available the source code of the -software Open CASCADE Technology to the free software development community -under the terms and conditions of this license. - -It is not the purpose of this license to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -license has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - - -Please read this license carefully and completely before downloading this -software. By downloading, using, modifying, distributing and sublicensing this -software, you indicate your acceptance to be bound by the terms and conditions -of this license. If you do not want to accept or cannot accept for any reasons -the terms and conditions of this license, please do not download or use in any -manner this software. - -1. Definitions - -Unless there is something in the subject matter or in the context inconsistent -therewith, the capitalized terms used in this License shall have the following -meaning. - -"Applicable Intellectual Property Rights" means (a) with respect to the Initial -Developer, any rights under patents or patents applications or other -intellectual property rights that are now or hereafter acquired, owned by or -assigned to the Initial Developer and that cover subject matter contained in the -Original Code, but only to the extent necessary to use, reproduce, modify, -distribute or sublicense the Original Code without infringement; and (b) with -respect to You or any Contributor, any rights under patents or patents -applications or other intellectual property rights that are now or hereafter -acquired, owned by or assigned to You or to such Contributor and that cover -subject matter contained in Your Modifications or in such Contributor's -Modifications, taken alone or in combination with Original Code. - -"Contributor" means each individual or legal entity that creates or contributes -to the creation of any Modification, including the Initial Developer. - -"Derivative Program": means a new program combining the Software or portions -thereof with other source code not governed by the terms of this License. - -"Initial Developer": means Open CASCADE S.A.S., with main offices at 1, place -des Frères Montgolfier, 78280 Guyancourt, France. - -"Modifications": mean any addition to, deletion from or change to the substance -or the structure of the Software. When source code of the Software is released -as a series of files, a Modification is: (a) any addition to, deletion from or -change to the contents of a file containing the Software or (b) any new file or -other representation of computer program statements that contains any part of -the Software. By way of example, Modifications include any debug of, or -improvement to, the Original Code or any of its components or portions as well -as its next versions or releases thereof. - -"Original Code": means (a) the source code of the software Open CASCADE -Technology originally made available by the Initial Developer under this -License, including the source code of any updates or upgrades of the Original -Code and (b) the object code compiled from such source code and originally made -available by Initial Developer under this License. - -"Software": means the Original Code, the Modifications, the combination of -Original Code and any Modifications or any respective portions thereof. - -"You" or "Your": means an individual or a legal entity exercising rights under -this License. - - -2. Acceptance of license - -By using, reproducing, modifying, distributing or sublicensing the Software or -any portion thereof, You expressly indicate Your acceptance of the terms and -conditions of this License and undertake to act in accordance with all the -provisions of this License applicable to You. - - -3. Scope and purpose - -This License applies to the Software and You may not use, reproduce, modify, -distribute, sublicense or circulate the Software, or any portion thereof, except -as expressly provided under this License. Any attempt to otherwise use, -reproduce, modify, distribute or sublicense the Software is void and will -automatically terminate Your rights under this License. - - -4. Contributor license - -Subject to the terms and conditions of this License, the Initial Developer and -each of the Contributors hereby grant You a world-wide, royalty-free, -irrevocable and non-exclusive license under the Applicable Intellectual Property -Rights they own or control, to use, reproduce, modify, distribute and sublicense -the Software provided that: - -You reproduce in all copies of the Software the copyright and other proprietary -notices and disclaimers of the Initial Developer as they appear in the Original -Code and attached hereto as Schedule "A" and any other notices or disclaimers -attached to the Software and keep intact all notices in the Original Code that -refer to this License and to the absence of any warranty; -You include a copy of this License with every copy of the Software You -distribute; -If you distribute or sublicense the Software (as modified by You or on Your -behalf as the case may be), You cause such Software to be licensed as a whole, -at no charge, to all third parties, under the terms and conditions of the -License, making in particular available to all third parties the source code of -the Software; -You document all Your Modifications, indicate the date of each such -Modifications, designate the version of the Software You used, prominently -include a file carrying such information with respect to the Modifications and -duplicate the copyright and other proprietary notices and disclaimers attached -hereto as Schedule "B" or any other notices or disclaimers attached to the -Software with your Modifications. - -For greater certainty, it is expressly understood that You may freely create -Derivative Programs (without any obligation to publish such Derivative Program) -and distribute same as a single product. In such case, You must ensure that all -the requirements of this License are fulfilled for the Software or any portion -thereof. - - -5. Your license - -You hereby grant all Contributors and anyone who becomes a party under this -License a world-wide, non-exclusive, royalty-free and irrevocable license under -the Applicable Intellectual Property Rights owned or controlled by You, to use, -reproduce, modify, distribute and sublicense all Your Modifications under the -terms and conditions of this License. - - -6. Software subject to license - -Your Modifications shall be governed by the terms and conditions of this -License. You are not authorized to impose any other terms or conditions than -those prevailing under this License when You distribute and/or sublicense the -Software, save and except as permitted under Section 7 hereof. - - -7. Additional terms - -You may choose to offer, on a non-exclusive basis, and to charge a fee for any -warranty, support, maintenance, liability obligations or other rights consistent -with the scope of this License with respect to the Software (the "Additional -Terms") to the recipients of the Software. However, You may do so only on Your -own behalf and on Your sole and exclusive responsibility. You must obtain the -recipient's agreement that any such Additional Terms are offered by You alone, -and You hereby agree to indemnify, defend and hold the Initial Developer and any -Contributor harmless for any liability incurred by or claims asserted against -the Initial Developer or any Contributors with respect to any such Additional -Terms. - - -8. Disclaimer of warranty - -The Software is provided under this License on an "as is" basis, without -warranty of any kind, including without limitation, warranties that the Software -is free of defects, merchantable, fit for a particular purpose or -non-infringing. The entire risk as to the quality and performance of the -Software is with You. - - -9. Liability - -Under no circumstances shall You, the Initial Developer or any Contributor be -liable to any person for any direct or indirect damages of any kind including, -without limitation, damages for loss of goodwill, loss of data, work stoppage, -computer failure or malfunction or any and all other commercial damages or -losses resulting from or relating to this License or indirectly to the use of -the Software. - - -10. Trademark - -This License does not grant any rights to use the trademarks, trade names and -domain names "MATRA", "EADS Matra Datavision", "CAS.CADE", "Open CASCADE", -"opencascade.com" and "opencascade.org" or any other trademarks, trade names or -domain names used or owned by the Initial Developer. - - -11. Copyright - -The Initial Developer retains all rights, title and interest in and to the -Original Code. You may not remove the copyright © notice which appears when You -download the Software. - - -12. Term - -This License is granted to You for a term equal to the remaining period of -protection covered by the intellectual property rights applicable to the -Original Code. - - -13. Termination - -In case of termination, as provided in Section 3 above, You agree to immediately -stop any further use, reproduction, modification, distribution and sublicensing -of the Software and to destroy all copies of the Software that are in Your -possession or control. All sublicenses of the Software which have been properly -granted prior to termination shall survive any termination of this License. In -addition, Sections 5, 8 to 11, 13.2 and 15.2 of this License, in reason of their -nature, shall survive the termination of this License for a period of fifteen -(15) years. - - -14. Versions of the license - -The Initial Developer may publish new versions of this License from time to -time. Once Original Code has been published under a particular version of this -License, You may choose to continue to use it under the terms and conditions of -that version or use the Original Code under the terms of any subsequent version -of this License published by the Initial Developer. - - -15. Miscellaneous - -15.1 Relationship of Parties - -This License will not be construed as creating an agency, partnership, joint -venture or any other form of legal association between You and the Initial -Developer, and You will not represent to the contrary, whether expressly, by -implication or otherwise. - -15.2 Independent Development - -Nothing in this License will impair the Initial Developer's right to acquire, -license, develop, have others develop for it, market or distribute technology or -products that perform the same or similar functions as, or otherwise compete -with, Modifications, Derivative Programs, technology or products that You may -develop, produce, market or distribute. - -15.3 Severability - -If for any reason a court of competent jurisdiction finds any provision of this -License, or portion thereof, to be unenforceable, that provision of the License -will be enforced to the maximum extent permissible so as to effect the economic -benefits and intent of the parties, and the remainder of this License will -continue in full force and extent. - - -END OF THE TERMS AND -CONDITIONS OF THIS LICENSE - - -Open CASCADE S.A.S. is a French société par actions simplifiée having its main -offices at 1, place des Frères Montgolfier, 78280 Guyancourt, France. Its web -site is located at the following address www.opencascade.com - - -Open CASCADE Technology Public License - -Schedule "A" - -The content of this file is subject to the Open CASCADE Technology Public -License Version 6.5 (the "License"). You may not use the content of this file -except in compliance with the License. Please obtain a copy of the License at -http://www.opencascade.org and read it completely before using this file. - -The Initial Developer of the Original Code is Open CASCADE S.A.S., with main -offices at 1, place des Frères Montgolfier, 78280 Guyancourt, France. The -Original Code is copyright © Open CASCADE S.A.S., 2001. All rights reserved. - -"The Original Code and all software distributed under the License are -distributed on an "AS IS" basis, without warranty of any kind, and the Initial -Developer hereby disclaims all such warranties, including without limitation, -any warranties of merchantability, fitness for a particular purpose or -non-infringement. Please see the License for the specific terms and conditions -governing rights and limitations under the License". - -End of Schedule "A" - - -Open CASCADE Technology Public License - -Schedule "B" - -"The content of this file is subject to the Open CASCADE Technology Public -License Version 6.5 (the "License"). You may not use the content of this file -except in compliance with the License. Please obtain a copy of the License at -http://www.opencascade.org and read it completely before using this file. - -The Initial Developer of the Original Code is Open CASCADE S.A.S., with main -offices at 1, place des Frères Montgolfier, 78280 Guyancourt, France. The -Original Code is copyright © Open CASCADE S.A.S., 2001. All rights reserved. - -Modifications to the Original Code have been made by ________________________. -Modifications are copyright © [Year to be included]. All rights reserved. - -The software Open CASCADE Technology and all software distributed under the -License are distributed on an "AS IS" basis, without warranty of any kind, and -the Initial Developer hereby disclaims all such warranties, including without -limitation, any warranties of merchantability, fitness for a particular purpose -or non-infringement. Please see the License for the specific terms and -conditions governing rights and limitations under the License". - -End of Schedule "B" diff --git a/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-Technology-Public-License-6.6 b/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-Technology-Public-License-6.6 deleted file mode 100644 index b704c0f5e2..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/Open-CASCADE-Technology-Public-License-6.6 +++ /dev/null @@ -1,321 +0,0 @@ -Open CASCADE Technology Public License -License version: 6.6 March, 2013 - -Open CASCADE S.A.S. releases and makes publicly available the source -code of the software Open CASCADE Technology to the free software -development community under the terms and conditions of this license. - -It is not the purpose of this license to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this license has the sole purpose of protecting the -integrity of the free software distribution system, which is implemented -by public license practices. Many people have made generous -contributions to the wide range of software distributed through that -system in reliance on consistent application of that system; it is up to -the author/donor to decide if he or she is willing to distribute -software through any other system and a licensee cannot impose that -choice. - - -Please read this license carefully and completely before downloading -this software. By downloading, using, modifying, distributing and -sublicensing this software, you indicate your acceptance to be bound by -the terms and conditions of this license. If you do not want to accept -or cannot accept for any reasons the terms and conditions of this -license, please do not download or use in any manner this software. - -1. Definitions - -Unless there is something in the subject matter or in the context -inconsistent therewith, the capitalized terms used in this License shall -have the following meaning. - -"Applicable Intellectual Property Rights" means (a) with respect to the -Initial Developer, any rights under patents or patents applications or -other intellectual property rights that are now or hereafter acquired, -owned by or assigned to the Initial Developer and that cover subject -matter contained in the Original Code, but only to the extent necessary -to use, reproduce, modify, distribute or sublicense the Original Code -without infringement; and (b) with respect to You or any Contributor, -any rights under patents or patents applications or other intellectual -property rights that are now or hereafter acquired, owned by or assigned -to You or to such Contributor and that cover subject matter contained in -Your Modifications or in such Contributor's Modifications, taken alone -or in combination with Original Code. - -"Contributor" means each individual or legal entity that creates or -contributes to the creation of any Modification, including the Initial -Developer. - -"Derivative Program": means a new program combining the Software or -portions thereof with other source code not governed by the terms of -this License. - -"Initial Developer": means Open CASCADE S.A.S., with main offices at -1, place des Frères Montgolfier, 78280 Guyancourt, France. - -"Modifications": mean any addition to, deletion from or change to the -substance or the structure of the Software. When source code of the -Software is released as a series of files, a Modification is: (a) any -addition to, deletion from or change to the contents of a file -containing the Software or (b) any new file or other representation of -computer program statements that contains any part of the Software. By -way of example, Modifications include any debug of, or improvement to, -the Original Code or any of its components or portions as well as its -next versions or releases thereof. - -"Original Code": means (a) the source code of the software Open CASCADE -Technology originally made available by the Initial Developer under this -License, including the source code of any updates or upgrades of the -Original Code and (b) the object code compiled from such source code and -originally made available by Initial Developer under this License. - -"Software": means the Original Code, the Modifications, the combination -of Original Code and any Modifications or any respective portions -thereof. - -"You" or "Your": means an individual or a legal entity exercising rights -under this License. - - -2. Acceptance of license - -By using, reproducing, modifying, distributing or sublicensing the -Software or any portion thereof, You expressly indicate Your acceptance -of the terms and conditions of this License and undertake to act in -accordance with all the provisions of this License applicable to You. - - -3. Scope and purpose - -This License applies to the Software and You may not use, reproduce, -modify, distribute, sublicense or circulate the Software, or any portion -thereof, except as expressly provided under this License. Any attempt to -otherwise use, reproduce, modify, distribute or sublicense the Software -is void and will automatically terminate Your rights under this License. - - -4. Contributor license - -Subject to the terms and conditions of this License, the Initial -Developer and each of the Contributors hereby grant You a world-wide, -royalty-free, irrevocable and non-exclusive license under the Applicable -Intellectual Property Rights they own or control, to use, reproduce, -modify, distribute and sublicense the Software provided that: - -You reproduce in all copies of the Software the copyright and other -proprietary notices and disclaimers of the Initial Developer as they -appear in the Original Code and attached hereto as Schedule "A" and any -other notices or disclaimers attached to the Software and keep intact -all notices in the Original Code that refer to this License and to the -absence of any warranty; -You include a copy of this License with every copy of the Software You -distribute; -If you distribute or sublicense the Software (as modified by You or on -Your behalf as the case may be), You cause such Software to be licensed -as a whole, at no charge, to all third parties, under the terms and -conditions of the License, making in particular available to all third -parties the source code of the Software; -You document all Your Modifications, indicate the date of each such -Modifications, designate the version of the Software You used, -prominently include a file carrying such information with respect to the -Modifications and duplicate the copyright and other proprietary notices -and disclaimers attached hereto as Schedule "B" or any other notices or -disclaimers attached to the Software with your Modifications. - -For greater certainty, it is expressly understood that You may freely -create Derivative Programs (without any obligation to publish such -Derivative Program) and distribute same as a single product. In such -case, You must ensure that all the requirements of this License are -fulfilled for the Software or any portion thereof. - - -5. Your license - -You hereby grant all Contributors and anyone who becomes a party under -this License a world-wide, non-exclusive, royalty-free and irrevocable -license under the Applicable Intellectual Property Rights owned or -controlled by You, to use, reproduce, modify, distribute and sublicense -all Your Modifications under the terms and conditions of this License. - - -6. Software subject to license - -Your Modifications shall be governed by the terms and conditions of this -License. You are not authorized to impose any other terms or conditions -than those prevailing under this License when You distribute and/or -sublicense the Software, save and except as permitted under Section 7 -hereof. - - -7. Additional terms - -You may choose to offer, on a non-exclusive basis, and to charge a fee -for any warranty, support, maintenance, liability obligations or other -rights consistent with the scope of this License with respect to the -Software (the "Additional Terms") to the recipients of the Software. -However, You may do so only on Your own behalf and on Your sole and -exclusive responsibility. You must obtain the recipient's agreement that -any such Additional Terms are offered by You alone, and You hereby agree -to indemnify, defend and hold the Initial Developer and any Contributor -harmless for any liability incurred by or claims asserted against the -Initial Developer or any Contributors with respect to any such -Additional Terms. - - -8. Disclaimer of warranty - -The Software is provided under this License on an "as is" basis, without -warranty of any kind, including without limitation, warranties that the -Software is free of defects, merchantable, fit for a particular purpose -or non-infringing. The entire risk as to the quality and performance of -the Software is with You. - - -9. Liability - -Under no circumstances shall You, the Initial Developer or any -Contributor be liable to any person for any direct or indirect damages -of any kind including, without limitation, damages for loss of goodwill, -loss of data, work stoppage, computer failure or malfunction or any and -all other commercial damages or losses resulting from or relating to -this License or indirectly to the use of the Software. - - -10. Trademark - -This License does not grant any rights to use the trademarks, trade -names and domain names "MATRA", "EADS Matra Datavision", "CAS.CADE", -"Open CASCADE", "opencascade.com" and "opencascade.org" or any other -trademarks, trade names or domain names used or owned by the Initial -Developer. - - -11. Copyright - -The Initial Developer retains all rights, title and interest in and to -the Original Code. You may not remove the copyright © notice which -appears when You download the Software. - - -12. Term - -This License is granted to You for a term equal to the remaining period -of protection covered by the intellectual property rights applicable to -the Original Code. - - -13. Termination - -In case of termination, as provided in Section 3 above, You agree to -immediately stop any further use, reproduction, modification, -distribution and sublicensing of the Software and to destroy all copies -of the Software that are in Your possession or control. All sublicenses -of the Software which have been properly granted prior to termination -shall survive any termination of this License. In addition, Sections 5, -8 to 11, 13.2 and 15.2 of this License, in reason of their nature, shall -survive the termination of this License for a period of fifteen (15) -years. - - -14. Versions of the license - -The Initial Developer may publish new versions of this License from time -to time. Once Original Code has been published under a particular -version of this License, You may choose to continue to use it under the -terms and conditions of that version or use the Original Code under the -terms of any subsequent version of this License published by the Initial -Developer. - - -15. Miscellaneous - -15.1 Relationship of Parties - -This License will not be construed as creating an agency, partnership, -joint venture or any other form of legal association between You and the -Initial Developer, and You will not represent to the contrary, whether -expressly, by implication or otherwise. - -15.2 Independent Development - -Nothing in this License will impair the Initial Developer's right to -acquire, license, develop, have others develop for it, market or -distribute technology or products that perform the same or similar -functions as, or otherwise compete with, Modifications, Derivative -Programs, technology or products that You may develop, produce, market -or distribute. - -15.3 Severability - -If for any reason a court of competent jurisdiction finds any provision -of this License, or portion thereof, to be unenforceable, that provision -of the License will be enforced to the maximum extent permissible so as -to effect the economic benefits and intent of the parties, and the -remainder of this License will continue in full force and extent. - - -END OF THE TERMS AND -CONDITIONS OF THIS LICENSE - - -Open CASCADE S.A.S. is a French société par actions simplifiée having -its main offices at 1, place des Frères Montgolfier, 78280 Guyancourt, -France. Its web site is located at the following address -www.opencascade.com - - -Open CASCADE Technology Public License - -Schedule "A" - -The content of this file is subject to the Open CASCADE Technology -Public License Version 6.5 (the "License"). You may not use the content -of this file except in compliance with the License. Please obtain a copy -of the License at http://www.opencascade.org and read it completely -before using this file. - -The Initial Developer of the Original Code is Open CASCADE S.A.S., with -main offices at 1, place des Frères Montgolfier, 78280 Guyancourt, -France. The Original Code is copyright © Open CASCADE S.A.S., 2001. All -rights reserved. - -"The Original Code and all software distributed under the License are -distributed on an "AS IS" basis, without warranty of any kind, and the -Initial Developer hereby disclaims all such warranties, including -without limitation, any warranties of merchantability, fitness for a -particular purpose or non-infringement. Please see the License for the -specific terms and conditions governing rights and limitations under the -License". - -End of Schedule "A" - - -Open CASCADE Technology Public License - -Schedule "B" - -"The content of this file is subject to the Open CASCADE Technology -Public License Version 6.5 (the "License"). You may not use the content -of this file except in compliance with the License. Please obtain a copy -of the License at http://www.opencascade.org and read it completely -before using this file. - -The Initial Developer of the Original Code is Open CASCADE S.A.S., with -main offices at 1, place des Frères Montgolfier, 78280 Guyancourt, -France. The Original Code is copyright © Open CASCADE S.A.S., 2001. All -rights reserved. - -Modifications to the Original Code have been made by -________________________. Modifications are copyright © [Year to be -included]. All rights reserved. - -The software Open CASCADE Technology and all software distributed under -the License are distributed on an "AS IS" basis, without warranty of any -kind, and the Initial Developer hereby disclaims all such warranties, -including without limitation, any warranties of merchantability, fitness -for a particular purpose or non-infringement. Please see the License for -the specific terms and conditions governing rights and limitations under -the License". - -End of Schedule "B" diff --git a/sdk_container/src/third_party/portage-stable/licenses/Opendylan b/sdk_container/src/third_party/portage-stable/licenses/Opendylan index 47a6c2f05f..8416fb0a53 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/Opendylan +++ b/sdk_container/src/third_party/portage-stable/licenses/Opendylan @@ -72,5 +72,5 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- -$Id: Opendylan,v 1.1 2012/08/20 07:09:19 patrick Exp $ +$Id$ diff --git a/sdk_container/src/third_party/portage-stable/licenses/Plex b/sdk_container/src/third_party/portage-stable/licenses/Plex new file mode 100644 index 0000000000..ee3c74fa7f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/Plex @@ -0,0 +1,558 @@ +Plex Terms of Service + +Revised July 10, 2015 + +Thank you for using Plex! By accessing, using, downloading, or visiting +any Plex “Service(s)”, which includes the Plex website, Plex software +and products described here, and any other products or materials +provided by Plex GmbH, a Swiss company, and its affiliates (together, +“Plex”), you agree to the terms (“Terms”) listed in this agreement +(“Agreement”). Plex reserves the right to amend these Terms at any time +and without notice. Any revisions to the Terms will be posted on the +Plex website. By continuing to access or use the Services, you accept +any changes or revisions to the Terms. + +Plex Software + +A. Plex grants you a personal, non-commercial, worldwide, royalty-free, + revocable, non-transferable, non-sublicensable, and non-exclusive + license to use the software provided to you by Plex as part of the + Services (“Software”). This license is for the sole purpose of + enabling you to use and enjoy the benefit of the Services in the + manner permitted by these Terms. + +B. The Software includes certain executable modules that Plex has + licensed from third party providers (“Third Party Components”) that + may be subject to different end user license terms as specified in + the license agreement(s) provided with such Third Party Components. + +C. Except as provided in the next section, you may not, or allow anyone + else to, directly or indirectly to: (1) copy, modify, distribute, + sell, or lease any part of the Software; (2) reverse engineer, + disassemble, decompile, or otherwise attempt to discover the source + code or structure, sequence, and/or organization of all or any part + of the Software, unless laws prohibit those restrictions or you have + our written permission; (3) rent, lease, or use the Software for + timesharing or service bureau purposes; (4) develop any improvement, + modification, or derivative works of the Software, or include any + portion thereof in any other product, software, work, equipment, or + item (except that you may customize and/or modify the Software only + as set forth in the documentation or as authorized in any license + agreement of Plex’s third party licensors and applicable to Third + Party Components); or (5) allow the transfer, transmission, export, + or re-export of the Software or any portion thereof or any technical + data associated with any Software. + +D. Plex grants you a personal, non-commercial, worldwide, royalty-free, + revocable, non-transferable, non-sublicensable, and non-exclusive + license to reproduce the Plex Media Server Software (PMS Software) in + copies and distribute the copies to others, provided that: you may + not charge a fee for the PMS Software, and you may not individually + charge for installing it; you may copy, distribute and install the + PMS Software only as others actually need the PMS Software, and not + more than five (5) times per calendar day or more than twenty-five + (25) times per calendar month; you may not offer the PMS Software to + the public for downloading on or in connection with any commercial + online site, whether or not a fee is charged for the PMS Software; + you shall comply with all other terms and conditions set forth in + this document; you agree that Plex may revoke or terminate the + license granted to you under this paragraph at any time for any + reason in its sole discretion. As an example, this section is + intended to permit reasonable copying and distribution of the PMS + Software in connection with services such as home theater or home + media center installation in which you install the PMS Software on + the computers of your customers as a convenience in connection with + other services or products that you are providing to them, and/or in + Arch Linux repositories and similar distributions. + +E. You shall maintain and shall not remove nor obscure any + proprietary notices on the Software, and shall reproduce such + notices exactly on all permitted copies of the Software. + +F. You may reverse engineer the Software solely (1) as permitted by + applicable law, or (2) for the purpose of debugging modifications + made by you to certain third party files in source code format that + are licensed under the GNU Lesser General Public License (LGPL) or + under the GNU General Public License version 2 (GPL2) and only + provided that you have made, prior to any such reverse engineering + permitted under this sentence, unsuccessful prior reasonable good + faith efforts to debug such modifications using techniques other than + the reverse engineering of the Software. + +G. As between the parties and except as otherwise provided in any + license agreement for Third Party Components, Plex shall own all + title, ownership rights, and intellectual property rights in and to + the Software, and any copies or derivative works thereof, except that + by downloading the Software, you retain any title that you may own in + and to the recording media on which the Software is recorded. + +H. You understand that Plex or its licensors may modify or discontinue + offering the Services at any time. + +I. You shall not make, or assist others in making, any use of data + adapters or similar technologies used by or with the Services that + are designed to receive and use data from Plex, its third party data + providers, and their affiliates and third parties, other than to + receive and use such data in accordance with these Terms and your + agreement with the third party data providers, and their affiliates + and third parties, including without limitation any data passing + through the Services or otherwise effectively made available by any + Service through an API, a download, a database, or the like. + +J. This Agreement does not entitle you to any support, upgrades, + patches, enhancements, or fixes (collectively, “Support”) for the + Services. Any such Support for the Services that may be made + available by Plex, in its sole discretion, shall become part of the + Services and will be subject to these Terms. + +Data + +Data provided by Plex or other third party data providers may be +delayed or unavailable as specified by Plex or such third party data +providers. Plex does not verify any data provided by Plex or other +third party data providers and disclaims any obligation to do so. Plex, +its third party data providers, and each of their affiliates and +business partners: (1) expressly disclaim the availability, accuracy, +adequacy, or completeness of any data or third party data provider, and +(2) shall not be liable for any errors, omissions, or other defects in, +unavailability of, delays or interruptions in such data or third party +data provider. + +Acceptable Use + +A. You may not, or allow anyone else to, use any of the Services to do + the following: + + i. Infringe the intellectual property rights, proprietary rights, + or rights of publicity or privacy of any third party; + + ii. Violate any law, statute, ordinance, or regulation, or perform + any other action that would incur civil liability or constitute + a crime; + + iii. Disseminate, transfer or store information or materials in any + form or format that is harmful, threatening, abusive, + harassing, tortuous, defamatory, vulgar, obscene, libelous, or + otherwise objectionable, or that otherwise violate any law or + right of any third party; or + + iv. Disseminate any software viruses or any other computer code, + files, programs, or the like that may without limitation + interrupt, destroy, or limit the functionality of any computer + software or hardware or telecommunications equipment, violate + the security of any computer network, or the like. + +B. If the occurrence of any prohibited use comes to our attention, we + reserve the right to disable any accounts associated with prohibited + use or otherwise terminate your access to the Services. + +Your Content + +A. You continue to retain any ownership rights you have in content you + make available via the Services, or otherwise use in conjunction with + the Services. However, by using the Services with particular content, + for example by using the Services to share particular content or + access particular content, you grant to Plex (and to each of the + third parties with whom we work to provide you with the Services) a + worldwide license to reproduce, modify, create derivative works, + transmit, publish, publicly perform, publicly display, distribute, + and otherwise use the particular content and metadata associated with + the content, such as images of you or images otherwise associated + with your account. The rights you grant us in this license are only + for the limited purpose of providing you with our Services. You may + not use the Services in connection with any content for which you do + not have the right to grant us this license. + +B. The Services may include features that allow you to share your + content with others. Please be careful when choosing to share content + with other users; Plex is not responsible for how others use your + content. Additionally, you hereby grant to any user with whom you + share content a non-exclusive license to access the content through + the Service, and to use, reproduce in copies, distribute, display and + perform the shared content as permitted through the functionality of + the Service and under this Agreement. You may not share any content + with others via the Services if you do not have the right to grant + this license to any user with whom you share the content. + +C. You understand that Plex may delete any content that you post in or + contribute to a message forum or similar service that Plex hosts, in + its sole discretion, for any reason. + +Content of Others + +A. You acknowledge that all content that you access through use of the + Software or other Services is accessed at your own risk, and you will + be solely responsible for any damage or liability to any party + resulting from such access. + +B. You understand that by using the Services you may encounter content + that you may find offensive, indecent, or objectionable. Plex does + not inspect, screen, or otherwise control the content that is posted, + shared or made available via the Services, and Plex does not + guarantee the accuracy, integrity or quality of such content. + +C. You acknowledge that unauthorized use of copyrighted content of + others may subject you to civil and criminal penalties, including + possible monetary damages, for copyright infringement. + +Developers and Interfacing Software + +A. “Interfacing Software” means any software that you obtain or provide + and that accesses or calls any Software provided by Plex as part of + the Services including, but not limited to, plug-ins for the + Services, channel plug-ins, metadata agents, and client applications + that communicate directly or indirectly with the Services. + +B. By making, or assisting others in making, Interfacing Software, you + agree to the following terms: + + i. You grant Plex and its affiliates worldwide a worldwide, + non-exclusive, and royalty-free right and license to use + (including testing, hosting and linking to), copy, publicly + perform, publicly display, reproduce in copies for + distribution, and distribute the copies of any Interfacing + Software made by you or with your assistance. + + ii. You will include in the source code of the Interfacing + Software a copyright notice of the form: Copyright © + . You grant, and authorize Plex to grant on + your behalf if necessary, a license, free of charge, to any + person obtaining a copy of the Interfacing Software and + associated documentation files from Plex, to deal in the + Interfacing Software without restriction, including without + limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Interfacing + Software, and to permit persons to whom the Interfacing + Software is furnished to do so, subject to the following + conditions: The above copyright notice and this permission + notice shall be included in all copies or substantial portions + of the Interfacing Software. THE INTERFACING SOFTWARE IS + PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE INTERFACING SOFTWARE. + + iii. You may notify us if you do not wish for Plex to use, + distribute, copy, publicly perform, publicly display, reproduce + in copies for distribution, or distribute copies of any + Interfacing Software that was created by you. Plex will comply + with such a request but Plex must be granted a transition + period of thirty (30) days after receipt of the request to + comply. + + A request to take down Interfacing Software must include (1) an + identification of the Interfacing Software you wish to be + removed; (2) your signature in either electronic or physical + form; and (3) the following statements: + + i. “I swear under penalty of perjury that I am the owner of + the Interfacing Software or I am authorized to act on + behalf of the owner of the Interfacing Software.” + + ii. “I swear under penalty of perjury that the information + in this notification is accurate.” + + iv. You shall protect the privacy and legal rights of Plex users. + If the users provide, or the Interfacing Software accesses or + uses, user names, passwords, or other login information or + personal information, you must make the users aware that such + information will be available to the Interfacing Software, and + you must provide privacy notices and protection for those users + in compliance with applicable law. Further, the Interfacing + Software may use that information only for the limited purposes + for which the user has given you permission to do so. If the + Interfacing Software stores personally identifying information + of users or information that a reasonable user would consider + to be sensitive, then the Interfacing Software must do so + securely and only for as long as it is needed. However, if the + user has opted or entered into a separate agreement with you + that allows you or the Interfacing Software to store or use + personally identifying information of users or information that + a reasonable user would consider to be sensitive, then the + terms of that separate agreement will govern your use of such + information. If the user provides the Interfacing Software with + Plex account information, the Interfacing Software may only use + that information to access the user’s Plex account when, and + for the limited purposes for which, the user has given you + permission to do so. + + v. Prohibited Uses. Plex prohibits performing certain actions + using the Interfacing Software. You shall not make, or assist + others in making, any Interfacing Software that: + + i. Knowingly violates a third party’s terms of service; + + ii. Violates any applicable laws or regulations; + + iii. Interferes with, disrupts, damages, harms, or accesses + in an unauthorized manner the machines, hardware. + devices, servers, networks, data, or other properties or + services of any other party including, but not limited + to, Plex users, Plex or any network operator; + + iv. Posts misleading information about an application’s purpose; + + v. Infringes on the intellectual property rights of others; or + + vi. Performs any other prohibited action listed under + “Acceptable Use” above. + + vi. You will require your end users to comply with any applicable + law and these Terms. You will not knowingly enable your end + users to violate applicable law or these Terms. + + vii. You shall indemnify and hold harmless Plex and its officers, + directors, employees, contractors, licensors, suppliers, + distributors, contractors, agents, and third party + contributors from any claims, damages, liabilities, costs and + fees (including reasonable attorney fees) arising from any use + of the Interfacing Software or from Plex’s distribution of the + Interfacing Software. + + viii. Brand Features and Attribution + + i. “Brand Features” is defined as the trade names, + trademarks, service marks, logos, domain names, and other + distinctive brand features of a party. Except where + expressly stated, these terms do not grant either party + any right, title, or interest in or to the other party’s + Brand Features. Any use by you of Plex’s Brand Features + (including any goodwill associated therewith) will inure + to the benefit of Plex. Plex Brand Features include the + Plex Play Logo (“>” in stylized format) and the + trademarks, trade names and designs as may be identified + from time to time in the Plex Trademark Notice that is + posted at https://www.plex.tv/about/privacy-legal/. + + ii. You must seek prior written approval from Plex to + display Plex’s Brand Features, including for the purpose + of promoting or advertising that your Interfacing + Software is for use in conjunction with Plex Services. + Plex, in its sole discretion and in a separate writing + such as an e-mail from an authorized representative of + Plex, may grant you a revocable, non-transferable, + nonexclusive license, without right of sub-license, to + display Plex’s Brand Features for the purpose of + promoting or advertising that your Interfacing Software + is for use in conjunction with Plex Services. You + understand and agree that Plex has the sole discretion to + determine whether your attribution(s) and use of Plex’s + Brand Features are in accordance with the above + requirements and guidelines and that Plex may revoke the + license granted herein at any time, or may require you to + modify your use of Plex’s Brand Features, for any reason + in its sole discretion. + + iii. You will not make any statement that suggests a + partnership with, sponsorship by, or endorsement by Plex, + without Plex’s express prior written approval. + + iv. In the course of promoting, marketing, or demonstrating + the Services, Plex may produce and distribute incidental + depictions, including screenshots, video, or other + content from your Interfacing Software, and may use your + company or product name. You grant us all necessary + rights for the above purposes. + +Children + +While Plex does distribute products that may be used by children, the +Services are not intended to be used by children, without involvement, +supervision, and approval of a parent or legal guardian. Therefore, if +an account owner sets parental controls or establishes sub-accounts +that the account owner intends to permit a child to use, the account +owner should not reveal the account password to the child. Plex and its +contributors may not provide controls that restrict the maturity level +of content available via Plex and an adult account owner has sole +responsibility for determining what maturity level is appropriate for +or accessible to any children whom the account owner permits to use the +Plex service or a sub-account. + +NO WARRANTY + +A. PLEX SERVICES ARE PROVIDED “AS IS”. PLEX MAKES NO WARRANTY OF ANY + KIND, EXPRESS OR IMPLIED, AND PLEX EXPRESSLY DISCLAIMS ALL WARRANTIES + WITH RESPECT TO THE PLEX SERVICES, INCLUDING WITHOUT LIMITATION, ANY + IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. FURTHER, PLEX DOES NOT WARRANT AGAINST + ERRORS, OMISSIONS, RESULTS OF USE, OR THAT PLEX SERVICES ARE BUG FREE + OR ERROR FREE OR THAT USE WILL BE UNINTERRUPTED. THIS DISCLAIMER OF + WARRANTY CONSTITUTES AN ESSENTIAL PART OF THE AGREEMENT. ALL THE + FOREGOING DISCLAIMERS ALSO APPLY IN FULL WITH RESPECT TO PLEX’S + LICENSORS, SUPPLIERS, DISTRIBUTORS, CONTRACTORS, AGENTS, AND THIRD + PARTY CONTRIBUTORS. SOME STATES DO NOT ALLOW THE EXCLUSION OF IMPLIED + WARRANTIES, SO THE ABOVE LIMITATIONS MAY NOT APPLY TO YOU. + +B. You agree that Plex and its officers, directors, employees, and + contractors are not responsible for any fault, inaccuracy, error, + omission, delay or any other failure of your equipment and/or + services caused by Plex’s hardware, software, cabling, network + services, or the like, or arising from Plex’s use of such equipment + and/or services. + +C. The above disclaimer of warranty applies to software developed by + Plex and any software developed by a third party and provided by Plex + including, but not limited to, Interfacing Software developed by any + Plex user. + +Limitation of Liability and Damages + +A. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, INCLUDING, BUT NOT + LIMITED TO, TORT, CONTRACT, NEGLIGENCE, STRICT LIABILITY, OR + OTHERWISE, SHALL PLEX BE LIABLE TO YOU OR ANY OTHER PERSON OR + ENTITY: (I) FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR + LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, ACCURACY OF RESULTS, + COMPUTER FAILURE OR MALFUNCTION, LOSS OF DATA, OR OTHER DAMAGES + RESULTING FROM YOUR USE OF THE SOFTWARE; OR (II) FOR ANY MATTER + BEYOND ITS REASONABLE CONTROL. PLEX’S AGGREGATE LIABILITY FOR DAMAGES + OF ANY KIND WHATSOEVER ARISING OUT OF THIS AGREEMENT SHALL BE LIMITED + TO THE LESSER OF THE TOTAL FEES PAID BY YOU TO PLEX (IF ANY) FOR THE + PORTION OF THE SOFTWARE THAT GAVE RISE TO SUCH DAMAGES OR $100 + (U.S.), EXCEPT WHERE NOT PERMITTED BY APPLICABLE LAW, IN WHICH CASE + PLEX’S LIABILITY SHALL BE LIMITED TO THE MINIMUM AMOUNT PERMITTED BY + SUCH APPLICABLE LAW. ALL THE FOREGOING LIMITATIONS SHALL APPLY EVEN + IF EITHER PARTY HAS BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. + ALL THE FOREGOING LIMITATIONS ALSO APPLY WITH RESPECT TO PLEX’S + SUPPLIERS, LICENSORS, DISTRIBUTORS, CONTRACTORS, AGENTS, AND THIRD + PARTY CONTRIBUTORS. SOME STATES DO NOT ALLOW THE EXCLUSION OR + LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE + LIMITATION AND EXCLUSION MAY NOT APPLY TO YOU. + +B. The above limitations and exclusions apply to software developed by + Plex and any software developed by a third party and provided by Plex + including, but not limited to, Interfacing Software developed by Plex + user. + +Third-Party Materials + +This website and other Services may provide links to websites, +software, or other materials provided by third parties. Plex does not +endorse and is not responsible or liable for the availability, +accuracy, safety, or intellectual property rights of or relating to +such content. Plex is not liable for any harm caused by any such +materials. + +Malware + +“Malware” means any known, discovered, envisioned, or invented, or any +yet to be known, discovered, envisioned, or invented: (i) virus, Trojan +horse, or any other harmful, harassing, or malicious software; or (ii) +method, use, or means by which any software, firmware, equipment, +device, communications medium, person, entity, or the like directly or +indirectly engages in or is used for: (a) any unauthorized access; (b) +any unauthorized communication; or (c) any cracks, hacks, exploits, or +other activity, method, use, or means, that may cause harassment, harm, +data loss, data theft, loss of communication, loss of privacy, or the +like. You acknowledge that the Internet, Internet service providers, +shared or dedicated telecommunication lines, wireless access points and +wireless networks, other forms of communication, online resources +including websites and cloud computing environments, or other means +that you use to connect to the Software may not be secure and may be +vulnerable to attack by third parties, and that it is possible to +receive Malware by using the Internet, dedicated lines, other forms of +communication, or other means. In order to protect the Software, you +shall regularly obtain, use, and update appropriate third party +software or other means to protect yourself from Malware and to detect +and remove Malware that may be downloaded using the Internet, dedicated +lines, other forms of communication, or other means. Plex does not +warrant that the Software will be free of Malware including, but not +limited to, Malware that is introduced by third parties, the Internet, +dedicated lines, other forms of communication, or other means. + +Waiver and Indemnity + +You agree that Plex and its licensors, distributors, contractors, +agents, and third party contributors shall have no liability whatsoever +for any use you make of the Services. You shall indemnify and hold +harmless Plex and its licensors, suppliers, distributors, contractors, +agents, and third party contributors from any claims, damages, +liabilities, costs and fees (including reasonable attorney fees) +arising from your use of the Plex Services as well as from your failure +to comply with any of the Terms, or any losses, damages, claims, costs, +and/or attorneys’ fees arising from any use of or reliance upon any +information received in connection with the Services that comprises or +is based upon data provided by Plex or any third party. + +Termination of Services + +Plex may at any time, with or without cause and with or without prior +notice, immediately terminate or suspend your Plex account or otherwise +terminate or suspend your access to all or a portion of the Services. +Cause for such termination may include: (a) violations of the Terms or +any other policies or guidelines that are referenced herein; (b) a +request by you to cancel or terminate your account; (c) a request +and/or order from law enforcement, a judicial body, or other government +agency; (d) where providing the Services to you is or may become +unlawful; (e) unexpected technical or security issues or problems; or +(f) your participation in fraudulent or illegal activities. Any such +termination or suspension shall be made by Plex in its sole discretion +and Plex will not be responsible to you or any third party for any +damages that may result or arise out of such termination or suspension +of your access to the Services. + +Miscellaneous + +A. This Agreement does not give you any rights not expressly and + unambiguously granted herein. + +B. No agency, partnership, joint venture, or employment is created as a + result of this Agreement and you do not have any authority of any + kind to bind Plex in any respect whatsoever. + +C. If any provision of this Agreement is found to be unenforceable or + invalid, that provision shall be limited or eliminated to the minimum + extent necessary so that this Agreement shall otherwise remain in + full force and effect and enforceable. + +D. This Agreement is not assignable, transferable, or sublicensable by + you except with Plex’s prior written consent. Plex may transfer, + assign, or delegate this Agreement and its rights and obligations + without consent. + +E. Plex’s failure to enforce any right or provisions in this Agreement + will not constitute a waiver of such or any other provision. + +F. This Agreement shall be governed by and construed in accordance + with the laws of the state of California, as if made within + California between two residents thereof, and the parties submit to + the exclusive jurisdiction of the Superior Court of Santa Clara + County and the United States District Court for the Northern District + of California. Notwithstanding the foregoing sentence, but without + limiting Plex’s right to seek injunctive or other equitable relief in + any court of competent jurisdiction, any disputes arising with + respect to this Agreement shall be referred to an arbitrator + affiliated with the Judicial Arbitration and Mediation Services, Inc. + (“JAMS”). The arbitrator shall be selected by joint agreement of the + parties. In the event the parties cannot agree on an arbitrator + within thirty (30) days of the initiating party providing the other + party with written notice that it plans to seek arbitration, the + parties shall each select an arbitrator affiliated with JAMS, which + arbitrators shall jointly select a third such arbitrator to resolve + the dispute. The written decision of the arbitrator shall be final + and binding on the parties. The arbitration proceeding shall be + carried on and heard in Santa Clara County, California using the + English language and pursuant to the rules of (and administered by) + JAMS. In any action or proceeding to enforce rights under this + Agreement, the prevailing party will be entitled to recover costs and + reasonable attorneys’ fees from the other party. A separate written + license agreement or order and signed by Plex and you or your + company, employer, or principal may state other terms and conditions + that apply to you, including terms relating to price, payment, + delivery, confidential information, support services, and the like. + You are solely responsible to review such terms or conditions with + your company, employer or principal. In the event of any conflict in + terms, the terms of the separate license agreement shall supersede + the terms of this Agreement. + +G. Both parties agree that this Agreement is the complete and exclusive + statement of the mutual understanding of the parties and supersedes + and cancels all previous written and oral agreements, communications, + and other understandings relating to the subject matter of this + Agreement. + +Source: https://www.plex.tv/about/privacy-legal/plex-terms-of-service/ diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm b/sdk_container/src/third_party/portage-stable/licenses/PyCharm new file mode 100644 index 0000000000..cff636945b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/PyCharm @@ -0,0 +1,128 @@ +LICENSE AGREEMENT FOR PYCHARM +(Commercial and Personal License) + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the individual or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. + +2. DEFINITIONS + +(a) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is a legal entity, any employee, independent contractor and other temporary worker authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. + +(b) "Client" means a computer device used by Authorized User for running Software. + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +(e) "License Server" means a server application that is designed to store License Keys and to enable access to Software from Clients within Licensee's local area network ("Licensee's LAN"). License Server may be optionally provided by Licensor to Licensee. + +(f) "Server Computer" means a central computer device that is part of Licensee's LAN and that is dedicated by Licensee to run License Server. + +(g) "Software" means software program known as PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of PyCharm (collectively, "Third Party Software"). + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: + +(a) Licensee may: + +(i) install and use the licensed edition and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time; + +(ii) access Software from Clients via License Server if Licensee has obtained License Server from Licensor. Licensee may install multiple instances of License Server, provided that Licensee complies with restrictions set forth in this Section 4; and + +(iii) make one back-up copy of Software solely for archival purposes. + +(b) Licensee may not: + +(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; + +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or + +(iii) allow the use of the same License Key by multiple Authorized Users, on multiple instances of License Server, on multiple Clients or on different operating systems at a time. Software may contain a feature preventing concurrent use of the same License Key by multiple Authorized Users, on multiple instances of License Server, on multiple Clients or on different operating systems at a time. + +(c) Additional Limitations for private individuals (applicable to Personal License only): + +If Licensee is a private individual, Licensee acknowledges that Software provided under this Agreement is only for his/her individual use and agrees to purchase Software using his/her own funds only. Notwithstanding anything to the contrary set forth above, Licensee may not use Software, and this Agreement shall not be in effect, in the event that Licensee does not pay Software license fee using Licensee's own funds, or if any third party pays Software license fee, or if Licensee expects or receives reimbursement for Software license fee from any third party. + +5. THIRD PARTY SOFTWARE LICENSE + +Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period). + +(b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software. + +(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +7. LICENSE FEES AND PAYMENTS + +Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +8. UPGRADES + +(a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. If Licensee obtains a new License Key for upgrade, Licensee shall destroy a License Key obtained for the previous version of Software. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERM AND TERMINATION + +(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual. + +(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives. + +LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +13. MARKETING + +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Academic b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Academic new file mode 100644 index 0000000000..3bfab143a3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Academic @@ -0,0 +1,120 @@ +LICENSE AGREEMENT FOR PYCHARM +(Academic License) + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the individual who is a student, faculty or staff member at an educational institution, or the educational institution specified in the License Certificate, exercising rights under, and complying with all of the terms of, this Agreement. For purposes of this definition, "educational institution" means a public or private school, college, university or other post secondary educational establishment. + +2. DEFINITIONS + +(a) "Authorized User" means (i) if Licensee is an individual, sole Licensee; (ii) if Licensee is an educational institution, any student, faculty or staff member authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. + +(b) "Client" means a computer device used by Authorized User for running Software. + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +(e) "Software" means software program known as PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of PyCharm (collectively, "Third Party Software"). + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: + +(a) Licensee may: + +(i) install and use the licensed edition and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time; + +(ii) use Software for non-commercial, educational purposes only, including conducting academic research or providing educational services; and + +(iii) make one back-up copy of Software solely for archival purposes. + +(b) Licensee may not: + +(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; + +(ii) reverse-engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; + +(iii) allow the use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time. Software may contain a feature preventing concurrent use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time; or + +(iv) use Software for any commercial purpose. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period). + +(b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software. + +(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +7. LICENSE FEES AND PAYMENTS + +Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +8. UPGRADES + +(a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. If Licensee obtains a new License Key for upgrade, Licensee shall destroy a License Key obtained for the previous version of Software. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERMINATION + +If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives. + +LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +13. MARKETING + +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Classroom b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Classroom new file mode 100644 index 0000000000..c799a24904 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Classroom @@ -0,0 +1,119 @@ +LICENSE AGREEMENT FOR PYCHARM + (Classroom License) + + Version 11, Effective as of 16 May 2013 + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means a public or private school, college, training courses, university and other post secondary educational establishment specified in the License Certificate, exercising rights under, and complying with the terms of this Agreement. + +2. DEFINITIONS + +(a) "Authorized User" means any student, faculty or staff member authorized by Licensee to use the Software while performing duties within the scope of their employment or assignment. + +(b) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 7 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 6 of this Agreement by parties other than Licensor and that either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables Licensee to use the Software by multiple Authorized Users at a time. Only Licensor and/or its representatives are permitted to produce License Keys for the Software. + +(e) "Client" means a computer device owned, leased or otherwise directly controlled by Licensee; that is part of Licensee's internal network domain, located at Licensee's permanent facilities, and used by Authorized User for running the Software. + +(f) "License Server" means a software program that issues and revokes License Tickets to/from Clients based on installed License Key. + +(g) "License ticket" means a token granted to a Client by the License Server in order to activate the Software installed on the Client. + +3. OWNERSHIP + +(a) The Software is the property of Licensor or its suppliers. The Software is licensed, not sold. Title and copyrights to the Software, in whole and in part and all copies thereof, and all modifications, +enhancements, derivatives and other alterations of the Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) The Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in the Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use the Software for a period of 1 (one) year as follows: + +(a) Licensee may: + +(i) install and use the version of the Software that has been specified in License Certificate on any number of Clients; + +(ii) use the Software by Authorized Users solely in support of classroom instruction of students. The right to use the Software for any other purposes is expressly prohibited; + +(iii) allow Authorized Users to install and use the Software for homework at their residencies on personally owned computers and process respective License Tickets, provided that they agree to all provisions of this Agreement; + +(iv) install License Server solely on its own Clients (in such a case the Section 4 letter a) iii) of this Agreement shall not apply); + +(v) process License Tickets to Clients; +and + +(vi) make one back-up copy of the Software for archival purposes. + +(b) Licensee may not: + +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer the Software, or any portions of the Software, to anyone without the prior written consent of Licensor; + +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of the Software, or create derivative works from the Software; or + +(iii) use the Software for any commercial purposes. + +Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of the Software by Authorized Users in an inappropriate manner or access to the Software by unauthorized users. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 7 and 8 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. UPGRADES AND LICENSE RENEWAL + +(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site atwww.jetbrains.com. Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal. + +7. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +8. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +9. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +10. TERMINATION + +If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its computers and archives, and also ensure that it is deleted by Authorized Users. +LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +11. MARKETING + +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +12. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_OpenSource b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_OpenSource new file mode 100644 index 0000000000..713b36eaba --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_OpenSource @@ -0,0 +1,110 @@ +LICENSE AGREEMENT FOR PYCHARM +(Open Source Project Development License) + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means an open source development group specified in the License Certificate. + +2. DEFINITIONS + +(a) "Authorized User" means a software developer or other open source development group member who is authorized by Licensee to use Software for the purpose of development of an open source project. + +(b) "Client" means a computer device used by Authorized User for running Software. + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables Licensee to use Software by multiple Authorized Users at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +(e) "Software" means software program known as JetBrains PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 6 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of JetBrains PyCharm (collectively, "Third Party Software"). + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use Software for a period of 1 (one) year as follows: + +(a) Licensee may: + +(i) install and use the licensed edition and version of Software on any number of Clients and on any operating system supported by Software; + +(ii) use Software by Authorized Users solely for the purpose of development of non-commercial open source projects that meet the Open Source Definition at: + +http://www.opensource.org/docs/osd + +The right to use Software for any other purposes is expressly prohibited, and; + +(iii) make one back-up copy of Software for archival purposes. + +(b) Licensee may not: + +(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; + +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or + +(iii) use Software for any commercial purposes. +Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of Software by Authorized Users in an inappropriate manner or access to Software by unauthorized users. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 7 and 8 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. UPGRADES AND LICENSE RENEWAL + +(a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site at www.jetbrains.com. Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software or license renewal the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase or license renewal. + +7. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +8. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +9. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +10. TERMINATION + +If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its Clients and archives, and also ensure that it is deleted by Authorized Users. +LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +11. MARKETING + +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +12. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Preview b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Preview new file mode 100644 index 0000000000..3e95223cb9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/PyCharm_Preview @@ -0,0 +1,61 @@ +JetBrains Technology Preview License Agreement + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT WHICH COVERS YOUR USE OF UNRELEASED SOFTWARE PROVIDED BY JETBRAINS S.R.O. ("LICENSOR") REFERENCED HEREIN AS JETBRAINS TECHNOLOGY. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING JETBRAINS TECHNOLOGY, YOU (EITHER AN INDIVIDUAL OR AN ENTITY) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. + +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE JETBRAINS TECHNOLOGY. + +1. DEFINITIONS + +(a) "Evaluation Period" means forty five (45) days from the date of installation of JetBrains Technology on Your computer. + +(b) "JetBrains Technology" means a preview version of software program known as PyCharm which is not generally available, including its documentation, any modifications, and any Third Party Software. + +(c) Third Party Software means software programs that are owned and licensed by parties other than Licensor and that either integrated with or made part of JetBrains Technology. + +2. JETBRAINS TECHNOLOGY OWNERSHIP, LICENSE GRANT AND USE + +(a) JetBrains Technology is the property of Licensor or its suppliers. Title and copyrights to JetBrains Technology, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of JetBrains Technology regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Subject to the terms, conditions, and limitations set forth in Section 2 (c) of this Agreement, Licensor hereby grants to You a limited, non-exclusive, non-transferable, royalty-free license to: + +(i) use JetBrains Technology in accordance with its documentation during Evaluation Period; + +(ii) copy JetBrains Technology for archival or backup purposes, provided that all titles and trademarks, copyright, and restricted rights notices are reproduced on such copies. + +(c) You are not expressly permitted to: + +(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer JetBrains Technology, or any portions of JetBrains Technology; + +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of JetBrains Technology, or create derivative works from JetBrains Technology; + +(iii) continue using JetBrains Technology upon termination of this Agreement as set forth in Section 5 herein. + +(d) You can provide to Licensor Your feedback, suggestions or ideas concerning the functionality and performance of JetBrains Technology (collectively, "Feedback"). You agree that Your Feedback will automatically become the property of Licensor and may be used by Licensor to improve JetBrains Technology or other Licensor's products. Licensor shall have a non-exclusive, perpetual, irrevocable, royalty-free, worldwide right and license to use, reproduce, disclose, sublicense, distribute, modify, and otherwise exploit Feedback without restriction. No obligation is assumed or may be implied on Licensor by receipt, examination or use of Feedback. For the avoidance of any doubt, this Section 2(d) does not apply to any Third Party Software. + +(e) You acknowledge that Licensor shall be under no obligation to provide technical support or upgrades for JetBrains Technology. + +3. LIMITATION OF LIABILITY + +(a) You understand that JetBrains Technology is only a preview version of the software product which has not been publicly announced or made available by Licensor, and that Licensor has no express or implied obligation to publicly announce or make available any production version of JetBrains Technology, or any product similar to or compatible with JetBrains Technology. You also understand that JetBrains Technology may contain errors, and that Licensor has no express or implied obligation to fix such errors. JetBrains Technology may contain features, functionality or modules that will not necessary be included in the production version of JetBrains Technology. You acknowledge that You use JetBrains Technology at Your own risk. + +(b) JETBRAINS TECHNOLOGY IS PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE. + +4. DISCLAIMER OF DAMAGES + +REGARDLESS OF WHETHER ANY REMEDY SET FORTH HEREIN FAILS OF ITS ESSENTIAL PURPOSE, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY YOU OR ANY USER OF THE JETBRAINS TECHNOLOGY, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE JETBRAINS TECHNOLOGY, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +5. TERMINATION + +This Agreement shall terminate upon the earlier of (a) automatic expiration of Evaluation Period based on the system date; (b) public release of any production version of JetBrains Technology, or (c) termination by Licensor, in its sole discretion, upon notice on Licensor's website. Upon termination of this Agreement, rights to use JetBrains Technology granted to You under this Agreement shall immediately terminate, and You shall immediately cease using JetBrains Technology. + +6. GENERAL + +(a) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between You and Licensor concerning Your use of JetBrains Technology, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to JetBrains Technology. + +(b) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(c) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. You agree that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(d) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or You may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For any questions regarding this Agreement, please contact JetBrains at sales@jetbrains.com. diff --git a/sdk_container/src/third_party/portage-stable/licenses/Quartus-prime-megacore b/sdk_container/src/third_party/portage-stable/licenses/Quartus-prime-megacore new file mode 100644 index 0000000000..bd37fed183 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/Quartus-prime-megacore @@ -0,0 +1,1828 @@ +QUARTUS(R) PRIME LICENSE AGREEMENT VERSION 15.1, ALL +DISTRIBUTIONS (WEB DOWNLOAD, DVDS) + + +Copyright (C) 1991-2015 Altera(R) Corporation. All rights +reserved. "Quartus" is a registered trademark of Altera Corporation +in the U.S. and other countries. Any other trademarks and trade names +referenced here are the property of their respective owners. Certain +files, programs, or other materials provided in connection with the +Licensed Software may originate or contain components from Third Party +Licensors and are licensed to You pursuant to the terms of the +applicable Third Party License appearing upon activation or +installation of the Licensed Software, and/or are contained or +described in associated release notes, header source files, or other +documentation. Any such additional terms, and conditions or +restrictions will also be listed in a separate file called "Third +Party Licenses document". You agree to carefully review and comply +with the terms of such Third Party Licenses. NOTWITHSTANDING ANYTHING +TO THE CONTRARY IN THE AGREEMENT, AS BETWEEN LICENSEE AND ALTERA, AND +TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH THIRD +PARTY LICENSES SHALL BE SUBJECT TO PARAGRAPH 11 (DISCLAIMER OF +WARRANTIES), PARAGRAPH 13 (LIMITATION OF LIABILITY) AND PARAGRAPH 14 +(GOVERNING LAW). ALTERA OFFERS NO WARRANTIES (WHETHER EXPRESS OR +IMPLIED); INDEMNIFICATION; AND/OR SUPPORT OF ANY KIND WITH RESPECT TO +THIRD PARTY MATERIALS, EXCEPT THAT WE WILL PASS THROUGH TO YOU, IF AND +TO THE EXTENT AVAILABLE, ANY WARRANTIES EXPRESSLY PROVIDED TO US BY +THIRD PARTY LICENSORS RELATING TO SUCH THIRD PARTY MATERIALS. + +PLEASE REVIEW THE FOLLOWING TERMS AND CONDITIONS IN THIS QUARTUS PRIME +VERSION 15.1 STANDARD LICENSE AGREEMENT (THE "QUARTUS +AGREEMENT" OR "AGREEMENT") CAREFULLY BEFORE DOWNLOADING, INSTALLING OR +USING THE LICENSED SOFTWARE. BY (A) DOWNLOADING, INSTALLING OR USING +THE LICENSED SOFTWARE; OR (B) PAYING A LICENSE FEE OR OTHER FEE TO +ALTERA; OR (C) PAYING A FEE TO AN AUTHORIZED DISTRIBUTOR, YOU INDICATE +YOUR ACCEPTANCE OF THIS QUARTUS AGREEMENT OR THE AGREEMENT BETWEEN YOU +AND THE AUTHORIZED DISTRIBUTOR FROM WHICH YOU HAVE ACQUIRED THE +LICENSE. IN THE EVENT OF ANY INCONSISTENCY BETWEEN THE TERMS OF THIS +QUARTUS AGREEMENT AND YOUR AGREEMENT WITH AN AUTHORIZED DISTRIBUTOR, +THIS QUARTUS AGREEMENT WILL GOVERN AND CONTROL, EXCEPT WITH REGARDS TO +PAYMENT TERMS. + +IF YOU DO NOT AGREE WITH THE TERMS AND CONDITIONS OF THIS QUARTUS +AGREEMENT OR THE TERMS OF ANY THIRD PARTY LICENSES, DO NOT DOWNLOAD, +INSTALL, OR USE THE LICENSED SOFTWARE. IF YOU HAVE ALREADY +DOWNLOADED THE LICENSED SOFTWARE, PLEASE UNINSTALL IT AND IRREVOCABLY +DESTROY IT AND ANY COPIES YOU HAVE MADE AS SOON AS POSSIBLE. IF YOU +HAVE RECEIVED A COPY OF THE LICENSED SOFTWARE ON A DVD OR OTHER MANNER +THAN ELECTRONIC DOWNLOAD, PLEASE RETURN THE LICENSED SOFTWARE UNUSED +TO ALTERA OR THE AUTHORIZED DISTRIBUTOR FROM WHICH YOU OBTAINED THE +LICENSE PROMPTLY. + +1. Definitions. + +"Altera" means Altera Corporation, a Delaware corporation with a place +of business at 101 Innovation Drive, San Jose, California 95134 U.S.A. +including its affiliates and subsidiaries worldwide. + +"Altera Devices" means programmable logic devices, including field +programmable gate arrays ("FPGAs") devices, complex programmable logic +devices ("CPLDs"), SoC devices, and/or any other semiconductor +devices designed, developed or manufactured by or on behalf of Altera. + +"Authorized Distributor" means a reseller, OEM, ODM, or any +distributor that is authorized by Altera to license the Licensed +Software to end users in a valid agreement entered into between Altera +and such reseller or distributor. + +"Checkout License" means a time-limited license granted by Altera +associated with an existing Floating License to install and Use the +Licensed Software on a single fixed standalone computer for use by a +single user. This license shall expire after a specified time as +designated by Altera. The total number of Checkout Licenses that may +be granted in relation to a single Floating License may not exceed the +total number of individual Seats associated with such Floating +License. + +"Concurrent Users" means the number of simultaneous Users accessing +the Licensed Software. For example, a 20-use concurrent use license +would allow 20 Users to log in and use the Licensed Software at one +time, but the 21st User attempting to log in would be blocked and +unable to do so until one other User logs out. + +"Confidential Information" means and includes, but is not limited to: +(i) the Licensed Software (whether provided in source code or binary +form, including any modifications, derivatives, updates and upgrades +thereto) and the algorithms, concepts, techniques, methods, and +processes embodied therein; (ii) the Licensed Products and all +information and specifications associated therewith; (iii) any +business, marketing, technical, scientific or financial information +disclosed to Licensee or You by Altera or an Authorized Distributor; +or (iv) any information which, at the time of disclosure, is +designated in writing as confidential or proprietary, or similar +designation, is disclosed in circumstances of confidence, or would be +reasonably understood by a person, exercising business judgment, to be +confidential. + +"Designated Equipment" means the computer system that is owned or +leased by You and operated on Your premises, and identified by a +network interface card ("NIC") or host ID number on which the Licensed +Software is installed and Used, and which has the configuration, +capacity, operating system version level, and pre-requisite +applications described in the Documentation as necessary for the +operation of the Licensed Software, and is designated by the NIC/host +ID in the License Key as the computer system on which the License Key +management software will be installed. + +"Documentation" means technical data in human or machine readable form +furnished by Altera which: (i) provides operating instructions for +using the Licensed Software, or (ii) explains the capabilities and +functions of the Licensed Software, and any full or partial copies of +any such technical data. + +"Fixed with Companion License" means a license to install: the +Licensed Software on a fixed standalone computer for Use by a single +User, and (ii) the Licensed Software on up to two companion fixed +standalone computers. Under this license, only one Seat may be used +by a single User at any given time. + +"Floating Node Seat" is a license that allows the Licensed Software to +be: (i) installed on and accessed from any number of computers on a +network environment; (ii) Used by the permitted number of Concurrent +Users that is equal to the number of Seats licensed as determined by +the License Key; and (iii) Used for the sole purposes of developing, +programming, synthesizing, testing and verifying designs for Altera +Devices. + +"Intellectual Property Rights" means all (i) patents, patent +applications, patent disclosures and inventions (whether patentable or +not); (ii) trademarks, service marks, trade dress, trade names, logos, +corporate names, Internet domain names, and registrations and +applications for the registration for any of them, together with all +goodwill associated with any of them; (iii) copyrights and +copyrightable works (including computer programs and mask works) and +registrations and applications for registration; (iv) trade secrets, +know-how and other Confidential Information; (v) waivable or +assignable rights of publicity, waivable or assignable moral rights; +(vi) unregistered and registered design rights and any applications +for registration; (vii) database rights and all other forms of +intellectual property, such as data; and (viii) any and all similar or +equivalent rights throughout the world. + +"IP Megafunctions or Components" means one or more design files, +including encrypted net lists, RTL, test vectors, simulation models +(such as VHDL, Verilog HDL, Quartus simulation, Matlab, Simulink, +Verisity Specman, Synopsys Vera, etc.), and other models, which may be +provided either as unencrypted source code, or in encrypted netlist or +encrypted source code format, that are designed to implement or +support the design of at least one logic function into an Altera logic +device. "IP Megafunctions or Components" includes any modified +versions, or updates thereto as may be provided by Altera, in its sole +and absolute discretion, to You under this Agreement. However, for +purposes of this Agreement, the term "IP Megafunctions or Components" +does not include any software or design files for any MegaCore(R) +functions (including the Nios(R) II embedded processor) which are +covered by and licensed under a separate MegaCore(R) Agreement. + +"License Key" means a FlexNet license key, license file, license +manager, dongle or other key, code or information provided by Altera +that: (i) enables a User to download, install, operate and/or regulate +User access to the Licensed Software; and (ii) describes the version +number of the Licensed Software and lists the number of Concurrent +Users authorized to Use the Licensed Software. + +"License Period" means the period of time Licensee has Use of the +Licensed Software as governed by the License Key. + +"Licensee" means an individual, corporation or other legal entity to +which Altera has issued a Seat. + +"Licensed Software" means the specific software enabled via the +License Key, but does not include Unlicensed Software components, +files, or portions specifically identified as not being included, +licensed or enabled via the License Key. + +"Maintenance Expiration Date" is set as twelve (12) months from the +latter of date of license/ license renewal and license activation. +The Maintenance Expiration date for each seat license is noted in the +license key. Further description is provided in Paragraph 12 below. + +"Seat" means the right granted under this Agreement by Altera or under +a license agreement by an Authorized Distributor, to Use the Licensed +Software by a single User in accordance with the terms and conditions +of this Agreement or an Authorized Distributor's license agreement. A +Seat is either a Floating Node Seat or a Fixed with Companion License, +which is enabled via a License Key. + +"Support" means any support or maintenance services provided to +Licensee by Altera, an Authorized Distributor, and/or authorized +Altera representatives in responding to email, telephone, or other +inquiries from You for maintenance, technical, or other support +requests in connection with the Licensed Software. + +"Third Party Licenses" is a separate file, header, or release notes +that contains additional terms, conditions or restrictions imposed by +Third Party Licensors. Such Third Party Licenses will be identified +in a Third Party Licenses Document describing each Third Party License +associated with every Altera product. A hyperlink to an Altera +database containing the text of all Third Party Licenses may be +accessed by clicking on the applicable line in the Third Party +Licenses Document. + +"Third Party Licensors" means and includes any third party that +licenses or provides Third Party Materials to Altera. + +"Third Party Materials" are materials or components included in the +download or the DVD, as applicable, that include but are not limited +to software, code portions or files owned by Third Party Licensors, +and are provided subject to Third Party Licenses. + +"Unlicensed Software" means any Altera computer programs or code in +any format for which Licensee does not hold an active License Key +issued by Altera, including but not limited to any non-subscribed or +disabled features. + +"Use" means downloading, installing and copying all or any portion of +the Licensed Software into the Designated Equipment for processing the +instructions contained in the Licensed Software, and/or loading data +into or displaying, viewing or extracting output results from, or +otherwise operating, any portion of the Licensed Software. + +"User" or "You" means each individual identified by Licensee as a +person authorized to Use the Licensed Software on behalf of and for +the benefit of Licensee. If Licensee is an individual who obtained a +Seat for his/her individual use, Licensee and User are and will be one +and the same. + +2. Grant of License and License Key. + + 2.1 Grant of License. Subject to and conditioned upon +Licensee's compliance with the terms and conditions of this Agreement, +Altera hereby grants to Licensee, a personal, perpetual (but subject +to termination as otherwise described in this Agreement), worldwide, +non-exclusive, non-transferable license with no right to sublicense, +to Use under Altera's copyrights and trade secret rights in and to the +Licensed Software (and any updates or upgrades thereof for which +Licensee has paid a license fee or other applicable fee to Altera or +an Authorized Distributor) on the terms and conditions set forth in +this Agreement. Licensee may: (i) use the Licensed Software on a +single computer (or, if Licensee has purchased a Floating Node Seat, +the number of Concurrent Users for which Licensee has obtained +licenses from Altera may use the Licensed Software on networked +workstations); (ii) use the Licensed Software for the sole purpose of +creating, simulating, verifying, placing and routing, and programming +designs on logic devices manufactured by Altera and sold by Altera or +its Authorized Distributors (although if You have obtained the +Licensed Software through Altera's University Program , You are only +permitted to use the Licensed Software for educational and academic +purposes, and cannot use the Licensed Software for any commercial +purposes); (iii) make one copy of the Licensed Software in any +computer-readable or printed form for back-up or archival purposes, or +as otherwise permitted under this Agreement; and (iv) modify the +Licensed Software, provided all Intellectual Property Rights notices +(including all copyright and restricted rights notices on the +Licensed Software) are included on any modified, merged, or combined +portion of the Licensed Software. Any copy of the Licensed Software +or portions thereof merged or combined into another program will +continue to be subject to the terms and conditions of this Agreement. +Licensee's end customers may use Altera's logic devices that have been +programmed with the Licensed Software. + + 2.2 License Key. Altera will deliver the License Key to +Licensee after Altera's receipt of all information required to +generate the License Key, including the host identification number for +the designated equipment onto which You will install the License Key +management software. In accordance with its distribution method, +Altera may include with the Licensed Software additional Unlicensed +Software to which the License Key will not permit access. Inclusion +of such Unlicensed Software in no way implies a license from Altera to +access or use such Unlicensed Software, and You agree not to access or +Use such Unlicensed Software, unless the License Key specifically +authorizes such access and Use. + + 2.3 Transfer of Licensed Software. The Licensed Software may +be transferred to a third party, provided such third party agrees in +writing to accept the terms and conditions of this Agreement and You +notify Altera in writing of the identity of such third party. If You +transfer the Licensed Software in accordance with the foregoing, You +must: (i) at the same time either transfer all copies or portions +thereof, whether in printed or in computer-readable form, to such +third party, or (ii) destroy any copies not transferred, including all +portions of the Licensed Software contained or merged into another +program, and certify the same in writing to Altera. + + 2.4 Floating Node Seat. If Licensee has purchased a Floating +Node Seat, You may also copy the Licensed Software onto another +computer (or access it through networked workstations) for use by +another User or contractor, but only internally, with any remote +access limited solely to such Users or contractors; provided that all +Users agree to accept the terms and conditions of this Agreement in +writing. + + 2.5 IP Megafunctions or Components License. IP +Megafunctions or Components are provided to You free of charge, in +source code form, and You may modify, create derivative works of, and +freely distribute any such IP Megafunctions or Components, and any +modifications or derivative works thereof, provided that the IP +Megafunctions or Components may not be used to program any non-Altera +Devices. + +3. Delivery of Licensed Software. The Licensed Software will be +delivered electronically, and will be accepted upon delivery. + +4. Designated Equipment. For all accepted orders, You will provide +Altera with the Designated Equipment's host identification number, +which Altera will include in the applicable License Key. Any time +that the Designated Equipment is inoperative due to malfunction, +repair, or maintenance, You may submit a request to change the +Designated Equipment and receive a new License Key from Altera at no +additional charge. Except for such temporary transfer, You and/or +Licensee may not transfer or install the License Key on any other +server or relocate the Designated Equipment without prior written +consent of Altera. Whenever You receive a new License Key in order +to effect a transfer to new Designated Equipment, You will immediately +cease to use the Licensed Software under the previously issued License +Key. You acknowledge and agree that You will not operate more than +the number of seats of the Licensed Software associated with your +License Key. + +5. Confidential Information. The Confidential Information +constitutes trade secrets and confidential and proprietary information +of Altera and its licensors, and You and Licensee agree not to access +or Use the Licensed Software, directly or indirectly, except and to +the extent expressly permitted under this Agreement or by applicable +law. Altera and its licensors retain all rights in and to the +Licensed Software and Documentation, modifications, derivatives, +updates, and upgrades, and all Intellectual Property Rights associated +with any of the foregoing. You and Licensee agree not to remove, +alter or obscure any copyright, - patent, or other proprietary notices +in the Licensed Software or Documentation. No other rights or +licenses are granted by implication, estoppel or otherwise, to +Licensee, You or any third party. + + 5.1 With respect to Confidential Information, You and +Licensee agree: (a) to use at least the same degree of care as You use +with respect to Your own Confidential Information of similar +importance, but in no event less than reasonable care, to prevent any +Confidential Information from being disclosed to any third party, +except as otherwise permitted by this Agreement; (b) not to use or +disclose Confidential Information for any purpose except to the extent +necessary and for the purpose of programming Altera Devices with the +Licensed Software (the "Intended Purpose"); and (c) to restrict the +disclosure and possession of Confidential Information solely to those +of Licensee's Users, employees and Authorized Contractors with a need +to know/need to access for the Intended Purpose, who agree to be bound +by written confidentiality agreements no less strict than those this +Agreement. Licensee agrees to be liable to Altera for any breaches by +Licensee, its Users, employees and Authorized Contractors of the +confidentiality obligations in this Section. + + 5.2 You and Licensee will have no obligations of +confidentiality with respect to any Confidential Information to the +extent that it is: (a) already in the public domain or falls into the +public domain through no breach of this Agreement (or any other +obligation to Altera) by Licensee and Authorized Contractors; (b) +already rightfully known to Licensee without any obligation of +confidentiality; (c) is rightfully obtained by Licensee from a third +party; or (d) developed independently by Licensee, its employees or +Authorized Contractors without breach of Licensee's obligation of +confidentiality under this Agreement. With respect to a disclosure +required by order of a court or an authorized government agency, You +may disclose Confidential Information, provided: (i) that You give +prompt written notice of any such required disclosure to Altera; (ii) +You disclose the Confidential Information only to the extent required +by such court or governmental agency; and (iii) You provide reasonable +assistance to Altera in its efforts to protect the confidentiality of +the Confidential Information required to be disclosed. + + 5.3 Notwithstanding anything in this Agreement to the +contrary, You and Licensee agree that Altera may disclose Licensee's +identity by name and address, and identify the Licensed Software +licensed to Licensee, to the extent required by its agreement with its +licensors and Authorized Distributors. + +6. Restrictions on Use. You and Licensee may not use, copy, +modify, distribute, or otherwise transfer the Licensed Software or any +portions thereof, or permit any remote access thereof by any person or +entity, except as expressly provided for in this Agreement. You shall +not use the Licensed Software to program any device other than Altera +Devices. If You or Licensee transfer possession the Licensed +Software, or any modifications or portions thereof to another party +except as expressly provided herein, this license shall automatically +terminate. You and Licensee may not decompile, disassemble, reverse +engineer, or otherwise attempt to access the source code of the +Licensed Software or reduce it to a human readable form ("Reverse +Engineer") except as otherwise permitted by applicable law. In such +case, You or Licensee may Reverse Engineer, but only after giving +written notice to Altera, and only to the extent permitted by +applicable law. You or Licensee may not publish or disclose the +results of any benchmarking or testing of the Licensed Software, or +use such results for Licensee's own software development activities, +without the prior written permission of Altera. + +7. No Other Licenses or Intellectual Property Rights. The software +code licensed under the Agreement (the "Licensed Software") is +protected by copyright law and international treaties. Other than +the rights expressly granted to Licensee in the Agreement, Altera +and its licensors retain and own all right, title and interest in and +to the Licensed Software, including any modifications, derivatives +and updates thereof, and all Intellectual Property Rights in all of +the foregoing. Nothing in this Agreement shall be construed to: (i) +transfer any rights of ownership and/or interest in and to the +Documentation and Licensed Software or portions thereof, or any +derivative works of the foregoing to You, except as specifically +provided in the Agreement; or (ii) enable You to exercise the rights +granted herein with respect to the Licensed Software with: (A) +products other than Your products; or (B) using the Licensed Software +to program any non-Altera Devices. We expressly reserve all other +rights in and to the Licensed Software, Documentation, and +Intellectual Property Rights not granted to You under this Agreement. + + You acknowledge and agree that: (i) this Agreement does not grant You +or Licensee any right to practice, or any other right at all with +respect to any patent of Altera or its licensors, and a separate +license agreement from Altera or its licensors is needed to use or +practice any patent of Altera or its licensors. You, on behalf of +Licensee and its affiliates and subsidiaries, agree not to contend in +any context that, as a result of this Quartus Agreement, either Altera +or its licensors have any obligation to extend, or You, Licensee, or +any other party has obtained any right to, any license, whether +express or implied, with respect to any patent of Altera or its +licensors, for any purpose whatsoever. + +8. Third Party Licensors. The Licensed Software may contain or +include Third Party Materials licensed or provided to Altera by third +parties (the "Third Party Licensors") which may be subject to +additional terms and conditions or restrictions imposed by such Third +Party Licensors in a separate license agreement (the "Third Party +Licenses"). Such Third Party Licenses will be identified in the +Third Party Licenses document describing each such Third Party +Licenses associated with every Altera product. A hyperlink to an +Altera webpage containing the text of all Third Party Licenses may be +accessed at http://dl.altera.com/eula. + +9. Term and Termination. The license is effective until terminated +by either party, or terminated in accordance with its terms, whichever +occurs first. You may terminate it at any time by uninstalling and +irrevocably destroying the Licensed Software, including all +modifications, copies, and all portions of the foregoing, and +certifying to such destruction in a writing signed by an officer of +Licensee. Altera may terminate the license if You or Licensee fail to +comply with any material term or condition of this Agreement, +including but not limited to Licensee's or Your breach of the license +rights granted to Licensee in this Agreement, or breach of Licensee's +obligations of confidentiality, and may also terminate the license in +accordance with the terms of the Agreement. + +10. Limited Warranty and Remedies. + + 10.1 Limited Warranty. For a period of ninety (90) days from +the date of Licensee's first receipt from Altera or the Authorized +Distributor, as the case may be, of the License Key (the "Warranty +Period"), Altera warrants to Licensee that: (i) the Licensed Software +will perform substantially in accordance with Altera's Documentation, +if used in full compliance with the terms of this Agreement; and (ii) +the DVD (if applicable) on which the Licensed Software is installed +will be free from defects in materials and workmanship under normal +use. This warranty is personal in nature, provided only to Licensee, +and is not transferable to Licensee's end users, customers, or to any +third party. + + 10.2 Exceptions to Warranty. During the Warranty Period, (i) +Altera (either directly or through its Authorized Distributor) will +replace any Licensed Software or DVD not meeting the foregoing +warranty which is returned to Altera or the Authorized Distributor +with adequate proof of purchase; or (ii) if Altera (either directly or +through the Authorized Distributor) is unable to deliver replacement +Licensed Software that performs substantially in accordance with +Altera's Documentation or a DVD that is free of defects in materials +or workmanship, Licensee may terminate this Agreement by either +returning to Altera or irrevocably destroying the Licensed Software, +and providing the certification described in Paragraph 8 above. Any +replacement Licensed Software or DVD will be warranted for the +remainder of the original Warranty Period or thirty (30) days, +whichever is longer. The foregoing warranty extends only to the +Licensed Software in the form delivered by Altera to Licensee, and not +to any: (i) modifications not made by Altera or its Authorized +Distributor; (ii) misuse, abuse, or use of the Licensed Software in a +manner not contemplated by this Agreement; (iii) failure to use +compatible Altera Devices as set forth in the Documentation; (iv) +Third Party Materials; and (v) any DVD (if applicable) that has been +damaged as a result of accident, misuse, or abuse. + +11. Disclaimer of Warranties. EXCEPT AS EXPRESSLY SET FORTH ABOVE, +AND NOTWITHSTANDING ANYTHING TO THE CONTRARY IN THIS QUARTUS +AGREEMENT, NO OTHER WARRANTIES OR CONDITIONS, EITHER EXPRESS OR +IMPLIED, ARE MADE WITH RESPECT TO THE LICENSED SOFTWARE AND/OR SUPPORT +PROVIDED BY ALTERA, ITS LICENSORS, OR ANY AUTHORIZED DISTRIBUTOR, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND +NONINFRINGEMENT. ALTERA, ITS LICENSORS, AND AUTHORIZED DISTRIBUTORS +EXPRESSLY DISCLAIM ALL LIABILITY FOR DAMAGES, INCLUDING, BUT NOT +LIMITED TO, DIRECT, INDIRECT, SPECIAL, INCIDENTAL, AND CONSEQUENTIAL +DAMAGES, SUCH AS EXPENSES, RECALL COSTS, BUSINESS INTERRUPTION +DAMAGES, LOSS OF OR DAMAGE TO INFORMATION, LOSS OF GOODWILL, LOST +PROFITS, LOST SAVINGS, OTHER DAMAGES ARISING OUT OF THE USE OF OR +INABILITY TO USE THE LICENSED SOFTWARE; THAT THE FUNCTIONS CONTAINED +IN THE LICENSED SOFTWARE WILL MEET LICENSEE REQUIREMENTS; OR THAT THE +OPERATION OF THE LICENSED SOFTWARE WILL BE UNINTERRUPTED OR ERROR- +FREE. LICENSEE ALSO ASSUMES RESPONSIBILITY FOR THE SELECTION OF THE +LICENSED SOFTWARE TO ACHIEVE ITS INTENDED RESULTS AND FOR THE +INSTALLATION, USE, AND RESULTS OBTAINED FROM THE LICENSED SOFTWARE. +YOUR'S AND LICENSEE'S SOLE REMEDIES AND ALTERA'S, ITS LICENSORS' AND +THE AUTHORIZED DISTRIBUTORS' ENTIRE LIABILITY ARE AS SET FORTH ABOVE. +Some jurisdictions do not permit the exclusion of implied warranties, +so the above exclusion may not apply to You or Licensee, but shall be +interpreted to apply to the maximum extent permissible under +applicable law. + +12. Support Services. After expiration of the Warranty Period, upon +payment of the applicable support fee Altera or its Authorized +Distributor, as the case may be, Altera or the Authorized Distributor +shall: (i) be obligated to provide Support for the Licensed Software +(including bug fixes, error corrections and any other updates) made +generally available by Altera to licensees that purchase support and +maintenance for a period of 12 months from the date of the license +purchase or renewal, or the date of the license activation, whichever +is later; and (ii) use commercially reasonable efforts to respond by +telephone or email to Your inquiries for support for the Licensed +Software. Any information collected by Altera or the Authorized +Distributor arising from or relating to Your requests for Support, +including but not limited to design files compiled using the Licensed +Software provided by You or Licensee for purposes of design +assistance, enhancement, and troubleshooting, may be used internally +by Altera for the purpose of improving future versions of the Licensed +Software and developing future products. Any such information will +not be disclosed by Altera to any third parties other than its +subsidiaries, its Authorized Distributors, its authorized sales +representatives, and to You. + +13. Limitation of Liability. Under no circumstances shall Altera, +its licensors, or an Authorized Distributor be liable to You, Licensee +or to any third party in an amount greater than One Thousand Dollars +($1,000.00) or the subscription fee paid by Licensee to Altera or the +Authorized Distributor for the Licensed Software covered by this +Quartus Agreement. You or Licensee may not sublicense, assign, or +transfer the license rights granted herein, or disclose any trade +secrets associated with the Licensed Software, except as expressly +provided in this Quartus Agreement. Any attempt to sublicense, +assign, or transfer any of the rights, duties, or obligations +hereunder is void and shall automatically terminate any licenses and +rights granted under this Quartus Agreement. + +14. Choice of Law/Venue. This Agreement will be governed by the laws +of the State of California, United States of America, without +reference to its choice of laws provisions. You and Licensee agree +to submit to the exclusive jurisdiction of the state and federal +courts in the County of Santa Clara, State of California for the +resolution of any dispute or claim arising out of or relating to this +Agreement. The prevailing party in any legal action, settlement or +arbitration arising out of this Agreement shall be entitled to +reimbursement for its expenses, including court costs and reasonable +attorneys' fees, in addition to any other rights and remedies such +party may have. + +15. Export Control. You and Licensee shall not transfer any +Confidential Information, the Licensed Software, the Documentation or +any modifications or portions of any of the foregoing to any U.S. +sanctioned or embargoed country, or to nationals or residents of such +countries, including but not limited to a foreign national having a +last citizenship or permanent residency of Cuba, Iran, Lybia, North +Korea, Sudan, or Syria, and/or to any country subject to trade +sanctions, as may be revised from time to time; or transfer the +Licensed Software to any party where the end use involves hazardous +uses, including but not limited to nuclear, chemical, and/or +biological weapons, missiles, drones, or space launch systems capable +of delivering such weapons. + +16. U.S. Government Restricted Rights. You and Licensee acknowledge +and agree that all software and software-related items licensed to +Licensee by Altera pursuant to this Agreement are "Commercial Computer +Software" or "Commercial Computer Software Documentation" as defined +in FAR 12.212 for civilian agencies and DFARS 227-7202 for military +agencies (as amended) and in the event You are permitted under this +Quartus Agreement to provide such items to the U.S. government, such +items shall be provided under terms that are at least as restrictive +as the provisions of this Quartus Agreement. The +Contractor/manufacturer is Altera Corporation, 101 Innovation Drive, +San Jose, CA 95134 and its licensors. + +17. Assignment. Altera reserves the right to transfer any and all +information collected by the TalkBack feature from users of the +Licensed Software to a third party in the event that we sell, merge +or transfer all or substantially all of our assets related to the +Licensed Software to such third party. + +18. Access to Information on the ALTERA Cloud Site. If enabled, all +users have the ability to view the compile data transmitted by logging +into the https://cloud.altera.com ALTERA cloud site with the same user +account specified when enabling the Quartus Prime notifications feature. +From this site, any users can browse the compile status data, or +delete/purge results as they wish. + +19. TalkBack(TM) and Problem Reporter Notice, Consent and Opt-Out. + + 19.1 Information Collected and Transmission of Information. +TalkBack is a feature of the Licensed Software that electronically +transmits to Altera various data concerning Your Use of the Licensed +Software. No actual logic designs or machine-executable binary form +of cores used to program an Altera Device that are processed with the +Licensed Software will be collected or transmitted with TalkBack. The +types of data TalkBack transmits to Altera include: (i) constraint +data (location assignments, clock and timing requirement and +assignments, and any constraints set via the Quartus PRIME GUI +(graphical user interface); (ii) device data (targeted device and +family); (iii) compilation data (device, memory and I/O utilization, +and time of compilation); (iv) design data (the number of each type of +file used, name of top file, intellectual property cores/MegaCore +logic functions used, and intellectual property parametrization); (v) +Licensed Software tools (synthesis, simulation and timing analysis +tools used, and version and build of the Licensed Software); (vi) +platform data (operating system, speed and number of processors and +main memory); (vii) license file identification number (T-Guard, host +ID, NIC ID or C: drive); (viii) GUI activities and Licensed Software +errors log data (previous exit status); and (ix) help access data. +Altera may correlate the data collected by TalkBack primarily through +the FlexNet License Key to determine the identity of Licensee and +Users. + + 19.2 Transmission of Information. TalkBack functions by +bundling the collected data resulting from Your Use of the Licensed +Software and writing it to html and/or xml files which are +electronically transmitted over the internet to Altera by hypertext +transfer protocol secure post (https). TalkBack will only maintain up +to fifteen (15) files at any given time (i.e., the last five (5) sent +files and up to ten (10) unsent files). As new files are created, +prior files (whether or not previously transmitted) will be deleted. +Each saved file will be less than 500 KB in size and can be viewed as +text files found in the temporary directory on Your hard drive +(typically in /tmp, c:/temp, or c:\documents and +setting\username\local settings\temp). If the https transmission +fails, or an internet connection is not available at the time of the +attempted transmission, the data is stored as an html and/or xml file. +TalkBack will not initiate an internet connection. Once an internet +connection is achieved, the https transmission will be attempted again +upon re-compilation. Files that have not been successfully +transmitted will be named "quartus_talkback*.xml", while successfully +transmitted files will be renamed as "sent_quartus_talkback*.xml." +The performance of the Licensed Software will not be materially +affected by the operation of TalkBack. + + 19.3 Non-disclosure and Protection of Information Collected; Use +of Information. Altera uses the data received through TalkBack in +order to continuously improve the Licensed Software and other +products, technology and services Altera offers to customers. This +information will not be used to send You any sales and marketing +communications, and we will only send You such information if You have +previously consented to receive such communications. + + Altera uses all reasonable efforts to maintain the privacy of the +data during transmission and after receipt by Altera through firewalls +and other commonly available physical and technical security measures. +However, due to technological limitations and the transmission of data +through internet service providers not under contract with Altera, and +the risk of unlawful interceptions and accessing of transmissions +and/or data, Altera cannot guarantee, and You and Licensee should not +expect, that Licensee's information will be absolutely protected or be +maintained with absolute confidentiality at all times. The +information collected by the TalkBack feature will not be disclosed +to any third parties other than Altera's subsidiaries and the company +on behalf of whom You are using the Quartus Prime software (collectively, +"Partners"). In addition to disclosures to Altera Partners, Altera +may disclose data collected by Talkback related to Licensee and its +Users with or without prior notice, when Altera reasonably believes +applicable law requires such disclosure, in response to subpoenas or +official requests from governmental or administrative agencies, to +protect Altera's business or systems, or to respond to an emergency. + + 19.4 Enabling/Disabling TalkBack. TalkBack will collect +and provide certain information to Altera. By downloading, +installing, copying or using the Licensed Software, or by paying a +subscription fee, You hereby agree that you have been fully informed +about the purposes for which your information will be used, and You +give Your consent for Altera to use this information both within and +outside of the European Union for the purposes described in this +TalkBack disclosure notice. You may disable or enable TalkBack by +running QTB_INSTALL.EXE located in Licensee's Quartus/bin folder. + + 19.5 Enabling/Disabling Problem Reporter. Problem +Reporter will collect and provide certain information to Altera +concerning Your Use of the Licensed Software, in the event of a +software crash. No logic designs or machine-executable binary form +of cores used to program an Altera Device that are processed with the +Licensed Software will be collected or transmitted with Problem +Reporter. The types of data Problem Reporter transmits to Altera +include: (i) Licensed Software tools (tools used, and version and +build of the Licensed Software); (ii) platform data (operating +system); and (iii) Licensed Software errors log data (previous exit +status). By downloading, installing, copying or using the Licensed +Software, or by paying a subscription fee, You hereby agree that you +have been fully informed about the purposes for which your information +will be used, and You give Your consent for Altera to use this +information both within and outside of the European Union for the +purposes described in this Problem Reporter disclosure notice. You +may disable or enable Problem Reporter at any time by making the +appropriate setting in the Quartus Prime "Options > Internet +Connectivity" dialog box in the Quartus Prime software graphical user +interface. + +20. General Terms. This Quartus Agreement is entered into for the +benefit of Altera, its licensors and Authorized Distributors, and all +rights granted to You and Licensee, and all obligations owed to +Altera, its licensors and the Authorized Distributors shall be +enforceable by Altera, its licensors and the Authorized Distributors. +No modification of this Quartus Agreement will be binding unless in +writing and signed by authorized representatives of each party. If +any of the provisions of this Quartus Agreement are found to be in +violation of applicable law, void, or unenforceable, then such +provisions shall be deemed to be deleted from the Quartus Agreement, +but the remaining provisions of the Quartus Agreement shall remain in +full force and effect. If You have any questions concerning this +Quartus Agreement, including questions relating to software +maintenance or warranty service, please contact Altera Corporation, +101 Innovation Drive, San Jose, CA 95134. + +By downloading, installing, copying or using the Licensed Software, or +by paying a subscription or other applicable fee, You acknowledge that +You have read this Quartus Agreement, understand it, and agree to be +bound by its terms and conditions. You further agree that the +Quartus Agreement is the complete and entire agreement of the parties +with respect to the subject matter hereof. No statements, promises or +representations have been made by one party to the other, or are +relied upon by either party when entering into this Quartus Agreement. +All prior and contemporaneous discussions and negotiations, whether +verbal or written, are merged into and superseded by the Quartus +Agreement. No entity or person not a party hereto shall have any +interest under this Quartus Agreement, or be deemed to be a third +party beneficiary of the Quartus Agreement. If the Agreement +terminates for any reason, all definitions in this Agreement and the +rights, obligations, and restrictions under Paragraphs 1 +(Definitions); 5 (Confidential Information; 6 (Restrictions on Use); 7 +(No Other Licenses or Intellectual Property Rights); 8 (Third Party +Licensors); 10 (Limited Warranty and Remedies); 11 (Disclaimer of +Warranties); 13 (Limitation of Liability); 14 (Choice of Law/Venue); +15 (Export Control); 16 (U.S. Government Restricted Rights); 17 +(Assignment); and 20 (General Terms) shall survive termination of this +Agreement. + + +[END OF QUARTUS PRIME, VERSION 15.1 LICENSE AGREEMENT] + +MEGACORE(R) FUNCTION VERSION 15.1 LICENSE AGREEMENT + + +Copyright (C) 1991-2015 Altera(R) Corporation. All rights +reserved. "Megacore" is a registered trademark of Altera Corporation +in the U.S. and other countries. Any other trademarks and trade names +referenced here are the property of their respective owners. + +PLEASE REVIEW THE FOLLOWING TERMS AND CONDITIONS IN THIS MEGACORE +FUNCTION LICENSE AGREEMENT (THE "MEGACORE AGREEMENT" OR "AGREEMENT") +CAREFULLY BEFORE DOWNLOADING, INSTALLING OR USING THE LICENSED +SOFTWARE. BY: (A) DOWNLOADING, INSTALLING, COPYING OR USING THE +LICENSED SOFTWARE; OR (B) PAYING A LICENSE FEE OR OTHER FEE TO ALTERA; +OR (C) PAYING A FEE TO AN AUTHORIZED DISTRIBUTOR, YOU INDICATE YOUR +ACCEPTANCE OF THIS MEGACORE AGREEMENT. IN THE EVENT OF ANY +INCONSISTENCY BETWEEN THE TERMS OF THE MEGACORE AGREEMENT AND YOUR +AGREEMENT WITH AN AUTHORIZED DISTRIBUTOR, THIS MEGACORE AGREEMENT WILL +GOVERN AND CONTROL, EXCEPT WITH REGARDS TO PAYMENT TERMS. + +Certain files, programs, or other materials provided in connection +with the Licensed Software may originate or contain components from +Third Party Licensors and are licensed to Licensee pursuant to the +terms of the applicable Third Party License appearing upon activation +or installation of the Licensed Software, and/or are contained or +described in associated release notes, header source files, or other +documentation. Any such additional terms, and conditions or +restrictions will also be listed in a separate file called "Third +Party Licenses Document". You agree to carefully review and comply +with the terms of such Third Party Licenses. NOTWITHSTANDING ANYTHING +TO THE CONTRARY IN THE AGREEMENT, AS BETWEEN LICENSEE AND ALTERA, AND +TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH THIRD +PARTY LICENSES SHALL BE SUBJECT TO SECTION 5.3 (DISCLAIMER OF +WARRANTIES), SECTION 10 (LIMITATION OF LIABILITY) AND SECTION 11.6 +(GOVERNING LAW). ALTERA OFFERS NO WARRANTIES (WHETHER EXPRESS OR +IMPLIED); INDEMNIFICATION; AND/OR SUPPORT OF ANY KIND WITH RESPECT TO +THIRD PARTY MATERIALS, EXCEPT THAT WE WILL PASS THROUGH TO YOU, IF AND +TO THE EXTENT AVAILABLE, ANY WARRANTIES EXPRESSLY PROVIDED TO US BY +THIRD PARTY LICENSORS RELATING TO SUCH THIRD PARTY MATERIALS. + +IF YOU DO NOT AGREE WITH THE TERMS AND CONDITIONS OF THIS MEGACORE +AGREEMENT OR THE TERMS OF ANY OF ITS THIRD PARTY LICENSES, DO NOT +DOWNLOAD, COPY, INSTALL OR USE THE LICENSED SOFTWARE. IF YOU HAVE +ALREADY DOWNLOADED THE LICENSED SOFTWARE, PLEASE UNINSTALL IT AND +IRREVOCABLY DESTROY ANY COPIES YOU HAVE MADE AS SOON AS POSSIBLE. IF +YOU HAVE RECEIVED A COPY OF THE LICENSED SOFTWARE ON DVD OR OTHER +MANNER THAN ELECTRONIC DOWNLOAD, PLEASE RETURN THE LICENSED SOFTWARE +UNUSED TO ALTERA OR THE AUTHORIZED DISTRIBUTOR FROM WHICH YOU OBTAINED +THE LICENSE PROMPTLY. + +1. Definitions. + +"Altera" means Altera Corporation, including its affiliates and +subsidiaries worldwide. + +"Altera Devices" means programmable logic devices, including field +programmable gate arrays ("FPGAs") devices or complex programmable +logic devices ("CPLDs") structured application specific integrated +circuit devices, and/or any other semiconductor devices designed, +developed or manufactured by or on behalf of Altera. + +"Authorized Contractors" means a person, company, or other entity +that: (i) provides design, testing, or integration services for +Licensee, but such integration services shall be performed solely for +implementation within Altera Devices; and who is (ii) is subject to a +written confidentiality agreement protecting Altera's Confidential +Information with restrictions no less restrictive than those contained +in this MegaCore Agreement, and Licensee shall enforce such agreement +in the same fashion as it would enforce its own confidentiality +agreements of similar importance. Any access to or use of the +Licensed Software or the Licensed Product by the Authorized Contractor +is subject to the following: (a) such access and/or use shall be for +the sole benefit of Licensee; (b) a breach of the MegaCore Agreement +or the terms of any other Altera agreement by the Authorized +Contractor shall be deemed to be a breach of such agreement(s) by +Licensee, and Licensee shall be liable for any acts or omissions of +the Authorized Contractor; (c) Licensee shall ensure that in no event +will any such Authorized Contractor be a competitor of Altera. + +"Authorized Distributor(s)" means a reseller, OEM, ODM, or any other +distributor that is authorized by Altera to license the Licensed +Software in a valid agreement entered into between Altera and such +reseller or distributor. + +"Checkout License" means a time-limited license granted by Altera +associated with an existing Floating License to install and Use the +Licensed Software on a single fixed standalone computer for use by a +single user. This license shall expire after a specified time as +designated by Altera. The total number of Checkout Licenses that may +be granted in relation to a single Floating License may not exceed the +total number of individual Seats associated with such Floating +License. + +"Concurrent Users" means the number of simultaneous users accessing +the Licensed Software. For example, a 20-seat concurrent use license +would allow 20 users to log in and use the Licensed Software at one +time, but the 21st user attempting to check in would be blocked and +unable to do so until one other user checks out. + +"Confidential Information" means and includes, but is not limited to: +(i) the Licensed Software (whether provided in source code or binary +form, including any modifications, derivatives, updates and upgrades +thereto) and the algorithms, concepts, techniques, methods and +processes embodied therein; (ii) the Licensed Products and all +information and specifications associated therewith; (iii) any +business, marketing, technical, scientific, or financial information +disclosed to You by Altera or an Authorized Distributor; or (iv) any +information which, at the time of disclosure, is designated in writing +as confidential or proprietary, or similar designation, is disclosed +in circumstances of confidence, or would be reasonably understood by a +person, exercising business judgment, to be confidential. + +"Designated Equipment" means the computer system that is owned or +leased by You and operated on Your premises, and identified by a +network interface card ("NIC") or host ID number on which the Licensed +Software is installed and Used, and which has the configuration, +capacity, operating system version level, and pre-requisite +applications described in the Documentation as necessary for the +operation of the Licensed Software, and is designated by the NIC /host +ID in the License Key as the computer system on which the License Key +management software will be installed. + +"Derivative Works" means any derivatives or modifications of the +Licensed Software created by You or by a third party on Your behalf, +including: (i) for copyrightable or copyrighted material, any +translation, abridgement, revision or other form in which an existing +work may be recast, transformed or adapted; (ii) for work protected by +topography or mask right, any translation, abridgement, revision or +other form in which an existing work may be recast, transformed or +adapted; (iii) for patentable or patented material, any improvements; +and (iv) for material protected by trade secret, any new material +derived from or employing such trade secret. + + "Fixed with Companion License" means a license to install: (i) the +Licensed Software on a fixed standalone computer for Use by a single +User; and (ii) the Licensed Software on up to two companion fixed +standalone computers. Under this license, only one Seat may be used +by a single User at any given time. + + "Floating Node Seat" is a license that allows the Licensed Software +to be: (i) installed on and accessed from any number of computers on a +network environment; (ii) Used by the permitted number of Concurrent +Users that is equal to the number of Seats licensed as determined by +the License Key; and (iii) Used for the sole purposes of developing, +programming, synthesizing, testing and verifying designs for Altera +Devices. + +"Intellectual Property Rights" means all (i) patents, patent +applications, patent disclosures and inventions (whether patentable or +not); (ii) trademarks, service marks, trade dress, trade names, logos, +corporate names, Internet domain names, and registrations and +applications for the registration for any of them, together with all +goodwill associated therewith; (iii) copyrights and copyrightable +works (including computer programs and mask works) and registrations +and applications for registration; (iv) trade secrets, know-how and +other such Confidential Information; (v) waivable or assignable rights +of publicity, waivable or assignable moral rights; (vi) unregistered +and registered design rights and any applications for registration; +(vii) database rights and all other forms of intellectual property, +such as data; and (viii) any and all similar or equivalent rights +throughout the world. + +"License Key" means a FlexNet license key, license file, license +manager, dongle or other key, code or information provided by Altera +that: (i) enables a User to, operate and/or regulate User access to +the Licensed Software; and (ii) describes the version number of the +Licensed Software and lists the number of Concurrent Users authorized +to Use the Licensed Software. + +"License Period" means the period of time Licensee has Use of the +Licensed Software as governed by the License Key. + +"Licensee" means an individual, corporation or other legal entity to +which Altera has issued a Seat of the Licensed Software. + +"Licensed Software" means (i) the applicable MegaCore Function; (ii) +any format test benches (if applicable) and/or suite of test vectors +(if applicable); and (iii) the Specification (if applicable) related +to the foregoing, and is enabled via the License Key, but does not +include Unlicensed Software components, files, or portions +specifically identified as not being included, licensed or enabled via +the License Key. + +"Licensed Products" means any Altera Device(s) in which the Licensed +Software, in whole or in part (or as modified by Licensee or an +Authorized Contractor) are incorporated or implemented pursuant to the +provisions of this MegaCore Agreement. + + +"Maintenance Expiration Date" is set as 12 months from the latter of +date of license/ license renewal and license activation. The +Maintenance Expiration date for each seat license is noted in the +license key. Further description is provided in Section 9.1 below. + +"MegaCore Function" means one or more design files, including +encrypted netlists, RTL, test vectors, simulation models (such as VHDL +, Verilog HDL, Quartus simulation, Matlab, Simulink, Verisity, +Specman, Synopsys, Vera, etc.) and other models, each of which may be +provided in either as unencrypted source code or object code formats, +or in encrypted netlist or encrypted source code formats, and memory +controllers provided in source code format, where each is designed to +implement or supports the design of a specific function into an Altera +Device, together with any updates Altera may provide to You pursuant +to this MegaCore Agreement, except for components, files, or portions +that are subject to any license agreement(s) set forth in any Third +Party Licenses document or file. + +"OpenCore Plus Evaluation Mode" means a limited licensing feature +offered by Altera that permits free evaluation of a MegaCore Function +upon installation and prior to payment of a licensing fee. + +"Seat" means the right granted under this Agreement by Altera to Use +the Licensed Software by a single User in accordance with the terms +and conditions of this Agreement or an Authorized Distributor's +license agreement. A Seat is either a Floating Node Seat or a Fixed +with Companion License, which is enabled via a License Key. + +"Specification" means technical data in human or machine readable +form furnished by Altera which: (i) provides operating instructions +for using the Licensed Software, or (ii) explains the capabilities and +functions of such items, and any full or partial copies of any such +technical data. + +"Support" means any support or maintenance services provided to +Licensee by Altera, an Authorized Distributor, and/or authorized +Altera representatives in responding to email, telephone, or other +inquiries from You for maintenance, technical, or other support +requests in connection with the Licensed Software or the Licensed +Products. + +"Third Party Licenses" is a separate file, header, or release notes +that contains additional terms, conditions or restrictions imposed by +Third Party Licensors. Such Third Party Licenses will be identified +in a Third Party Licenses Document describing each Third Party License +associated with every Altera product. A hyperlink to an Altera +database containing the text of all Third Party Licenses may be +accessed by clicking on the applicable line in the Third Party +Licenses Document. + +"Third Party Licensors" means and includes any third party that +licenses or provides Third Party Materials to Altera. + +"Third Party Materials" are materials or components included in the +download or the DVD, as applicable, that include but are not limited +to software, code portions or files owned by Third Party Licensors, +and are provided subject to Third Party Licenses. + +"Unlicensed Software" means any Altera computer programs or code in +any format for which Licensee does not hold an active License Key +issued by Altera, including but not limited to any non-subscribed or +disabled features. + +"Use" means downloading, installing, using and copying all or any +portion of the Licensed Software into the Designated Equipment for +processing the instructions contained in the Licensed Software, and/or +loading data into or displaying, viewing or extracting output results +from, or otherwise operating, any portion of the Licensed Software. + +"User" or "You" means an individual identified by Licensee as a person +authorized to Use the Licensed Software on behalf of and for the +benefit of Licensee. If Licensee is an individual who obtained a Seat +for his/her individual use, Licensee and User are and will be one and +the same. + +2. Grant of License, Restrictions and Limitations. + + 2.1. Altera License. Subject to and conditioned upon +Licensee's compliance with the terms and conditions of this Agreement, +including payment of the applicable license fee (unless You are using +the Licensed Software through the OpenCore Plus Evaluation Feature) +Altera hereby grants to Licensee a personal, worldwide, non-exclusive, +non-transferable, perpetual (but subject to termination as otherwise +described in this Agreement), royalty-free license with no right to +sublicense under Altera's copyright and trade secret rights embodied +in and to the Licensed Software to Use the Licensed Software during +the License Period solely to: + + (a) design with, parameterize, compile, route, and +generate programming files and netlists with the Licensed Software, +solely for implementation in Altera Devices, provided You have: (i) +obtained from Altera a Fixed with Companion License or Checkout +License; or (ii) if You have purchased a Floating License, multiple +users on networked workstations up to the number of Concurrent Users +for which You have obtained licenses from Altera; + + (b) program Altera Devices with the Licensed Software; + + (c) exercise the rights granted in Sections (a) and (c) of +this Section 2.1 through Authorized Contractors; + + (d) install the Licensed Software on one (1) or more +computers, as specified the Fixed with Companion License, Floating +License, or Checkout License (as applicable) You have obtained from +Altera. In accordance with the provisions of this Section 2.1 ; + + (e) Except as otherwise provided in Section 10.2 below, +You may manufacture or have manufactured, market, offer for sale, +sell, or otherwise distribute or have distributed Your products +containing one or more Licensed Software; and + + (f) Subject to Altera's prior written approval, upon the +negotiation of a mutually acceptable agreement and your payment to +Altera of license fees and royalties, You may incorporate the Licensed +Software within the approved ASIC for a specific project. + + 2.2 Use Restrictions. No right is granted under this +Agreement to use the Licensed Software or any machine-executable, +binary form of a core used to design, develop, or program a non-Altera +Devices. However, You may port ASIC designs to Altera Devices for the +sole purposes of prototyping and verification. Altera specifically +disclaims any liability for results obtained when using the Licensed +Software to program non-Altera Devices. Additionally, Licensee may +not: (i) modify or synthesize any simulation model output files +generated from or resulting from the Licensed Software, (ii) use, and +shall prevent any third parties or Authorized Contractors from using, +the Licensed Software to program programmable logic devices, field +programmable gate arrays ("FPGAs"), application specific integrated +circuits, application specific standard products, or any other +integrated circuit products designed or manufactured by any company or +entity other than Altera; (iii) except as otherwise permitted under +this Agreement, You may not sublicense or transfer the Licensed +Software and any rights granted under this Agreement. If Licensee +transfers possession or control of the Licensed Software (including +any modifications or portions thereof) or any rights granted under +this Agreement to a third party, this license shall automatically +terminate without notice; (iv) Licensee may not decompile, +disassemble, reverse engineer, or otherwise attempt to access or +derive the source code of the Licensed Software, or any algorithms, +concepts, techniques, methods or processes embodied therein, or reduce +the source code of the Licensed Software to a human readable form +("Reverse Engineer") except as otherwise permitted in this Agreement, +or as permitted by applicable law. In such case, Licensee may Reverse +Engineer, but only after giving written notice to Altera, and only to +the extent permitted by the Agreement or applicable law; and (v) You +or Licensee may not publish or disclose the results of any +benchmarking or testing of the Licensed Software or portions thereof, +or use such results for Licensee's own competing software development +activities, without the prior written permission of Altera. + + 2.3. OpenCore Plus Evaluation License. Notwithstanding +anything to the contrary in Section 2.1 above, if You are using the +Licensed Software through the OpenCore Plus Evaluation Feature, Your +license is more limited than the license granted by Altera in Section +2.1 above. Altera grants to You a temporary, limited, nonexclusive, +nontransferable, single Concurrent User right and license to: (a) +evaluate the logic designs of Altera Devices by performing the +following functions: design entry, timing, place and route, +compilation and verification of logic designs for Altera Devices; and +(b) evaluate the hardware in Altera Devices by programming the +MegaCore Function into such Altera Devices, but only for so long as +the Altera Device is continuously connected via a programming cable to +a host development computer that is running the Altera development +tool programmer software. Otherwise, the Licensed Software will +operate for a predetermined amount of time, after which the Licensed +Software is automatically disabled and will be inoperable. Certain +features and functions of the Licensed Software may be disabled by +Altera during the OpenCore Plus evaluation. In no event will Altera +be held liable for any damages or losses to You, Licensee or any +third-party resulting from the automatic disabling of any MegaCore +functions obtained through Altera's Opencore Plus evaluation license. + + 2.4. Reservation of Rights. Except for the licenses expressly +granted to You or Licensee in this Section 2, no other licenses are +granted to Licensee or You by implication, estoppel, or otherwise, and +all rights not expressly granted to Licensee or You in this Section 2 +are reserved by Altera. + + 2.5. Delivery of Licensed Software. The Licensed Software will +be delivered electronically, and will be accepted upon delivery. You +may copy the Licensed Software solely for back-up or archival +purposes, and may use the Licensed Software over a network. + + 2.6. License Key. Altera will deliver the License Key to You +after Altera's receipt of all information required to generate the +License Key, including the product name and quantity of Seats licensed +for the designated server or computer onto which You will install the +License Key management software. In accordance with its distribution +method, Altera may include with the Licensed Software additional +Unlicensed Software to which the License Key will not permit access. +Inclusion of such Unlicensed Software in no way implies a license from +Altera to access or use such Unlicensed Software, and You agree not to +access or use such Unlicensed Software, unless the License Key +specifically authorizes such access and use. + + 2.7. Intellectual Property Rights Notices. Any copies of the +Licensed Software made by or for Licensee or You shall include all +intellectual Property Rights notices. Licensee will not, and shall +cause its Authorized Contractors and its customers and/or end users to +not remove any Altera Intellectual Property Rights notices from the +Licensed Software. Any copy of the Licensed Software or portions +thereof, including but not limited to any modified versions, +Derivative Works, any portion merged into a design, and/or any design +or product that incorporates all or any portion of the Licensed +Software, will continue to be subject to the terms and conditions of +this Agreement. + + 2.8. Feedback. If You provide Altera with any comments or +suggestions with respect to the modification, correction, improvement, +or enhancement of: (i) the Licensed Software or portions thereof; (ii) +any Confidential Information disclosed by Altera to You; or (iii) +Licensed Products that may embody such Confidential Information +(collectively, the "Feedback") then You and Licensee agree to grant +and hereby grant to Altera a nonexclusive, irrevocable, perpetual, +worldwide, royalty-free, fully paid up right and license under any +Intellectual Property Rights You may have in and to the Feedback, +including but not limited to the following rights: (a) create +Derivative Works of the Feedback; (b) modify, enhance, and customize +the Feedback; (c) sublicense the Feedback to Altera licensees and +customers; and (d) market, perform, copy, have copied, make, have +made, Use, offer to sell, sell, and otherwise distribute Altera's and +its sublicensees' products including or embodying Feedback in any +manner and via any media Altera chooses. + + 2.9. No Other Licenses or Grant of Intellectual Property Rights. +Except as provided in this Agreement, neither party grants to the +other party, either directly or indirectly, by implication, or by way +of estoppel, any license or any other right under such party's +Intellectual Property Rights. You and Licensee acknowledge and agree +that: (i) this Agreement does not grant to Licensee any right to +practice, or any other right at all with respect to, any patent of +Altera or its licensors, and a separate license agreement from Altera +or its licensors is needed to use or practice any patent of Altera or +its licensors. Licensee, on behalf of its Users, affiliates and +subsidiaries, agrees not to contend in any context that, as a result +of this Agreement, either Altera or its licensors have any obligation +to extend, or Licensee, its Users or any other party has obtained any +right to, any license, whether express or implied, with respect to any +patent of Altera or its licensors, for any purpose whatsoever. + +3. Ownership and Future Development. + + 3.1. Ownership of Licensed Software. As between Licensee, You +and Altera, You and Licensee acknowledge and agree that Altera and +its licensors have and shall have exclusive ownership of all worldwide +right, title and interest in and to the Licensed Software and all +Intellectual Property Rights and industrial rights associated +therewith, including but not limited to enhancements, corrections, +improvements, modified versions, or Derivative Works of all the +foregoing, in whole or in part, whether developed or co-developed by +Altera, or developed or co-developed by Licensee pursuant to this +Agreement. To assist Altera in perfecting its ownership rights in and +to the intellectual property described in this Section 3.1, You and +Licensee agree to assign and hereby assign to Altera all Intellectual +Property Rights that You and Licensee may otherwise have acquired in +and to the intellectual property described herein, and You and +Licensee agree to assist and cooperate with Altera in all reasonable +respects in: (a) any actions to establish, transfer, or maintain such +ownership rights, including executing any documents associated +therewith; and (b) actions of enforcement of such ownership rights. +To the extent that any rights You and/or Licensee may have acquired +cannot be assigned under applicable law (for example, moral rights), +You and Licensee agree to waive and hereby waive any and all rights +related to the Intellectual Property Right described in this Section +3.1, including without limitation any and all rights of identification +of authorship and any and all rights of approval, restrictions or +limitation on use, or subsequent modification. + + 3.2. Licensee recognizes and acknowledges that Altera is or +may be independently developing for commercial use products that may +be complementary to or competitive with Licensee's products and may in +future independently develop products that may compete with Licensee's +products. Nothing in this Agreement shall limit Altera's independent +development and marketing or distribution of any products or systems, +provided such independent development is accomplished without use of +Licensee's confidential information. The existence of this Agreement +shall not prevent Altera from undertaking discussions with third +parties, including Licensee's competitors. + +4. Confidential Information. The Confidential Information +constitutes trade secrets and confidential and proprietary information +of Altera and its licensors, and You and Licensee agree not to access +or Use the Licensed Software or portions thereof, directly or +indirectly, except and to the extent expressly permitted under this +Agreement or by applicable law. Altera and its licensors retain all +rights in and to the Licensed Software, modifications, derivatives, +updates, and upgrades, and all Intellectual Property Rights associated +with any of the foregoing. No other rights or licenses are granted by +implication, estoppel or otherwise, to You, Licensee, or any third +party. + + 4.1. With respect to Confidential Information, You and +Licensee agree: (a) to use at least the same degree of care as +Licensee uses with respect to its own Confidential Information of +similar importance, but in no event less than reasonable care, to +prevent any Confidential Information from being disclosed to any third +party, except as otherwise permitted by this Agreement; (b) not to use +or disclose Confidential Information for any purpose except to the +extent necessary and for the purpose of programming Altera Devices +with the Licensed Software (the "Intended Purpose"); and (c) to +restrict the disclosure and possession of Confidential Information +solely to those of Licensee's Users, employees and Authorized +Contractors with a need to know/need to access for the Intended +Purpose, who agree to be bound by written confidentiality agreements +no less strict than those contained in this Agreement. Licensee +agrees to be liable to Altera for any breaches by Licensee, its Users, +employees and Authorized Contractors of the confidentiality +obligations in this Section 4.1. + + 4.2. You will have no obligations of confidentiality with +respect to any Confidential Information to the extent that it is: (a) +already in the public domain or falls into the public domain through +no breach of this Agreement (or any other obligation to Altera) by +You, Your employees and Authorized Contractors; (b) already rightfully +known to You without any obligation of confidentiality; (c) is +rightfully obtained by You from a third party; or (d) developed +independently by You, Your employees or Authorized Contractors without +breach of Your obligation of confidentiality under this Agreement. +With respect to a disclosure required by order of a court or an +authorized government agency, You may disclose Confidential +Information, provided: (i) that You give prompt written notice of any +such required disclosure to Altera; (ii) You disclose the Confidential +Information only to the extent required by such court or governmental +agency; and (iii) You provide reasonable assistance to Altera in its +efforts to protect the confidentiality of the Confidential Information +required to be disclosed. + + 4.3. Notwithstanding anything in this Agreement to the +contrary, Licensee agrees that Altera may disclose Licensee's identity +by name and address, and identify the Licensed Software licensed to +Licensee, to the extent required by its agreement with its licensors +and Authorized Distributors. + +5. Limited Warranty and Disclaimer of Warranties. + + 5.1. Limited Warranty. Unless You are using the Licensed +Software through the OpenCore Plus Evaluation Feature (in which case +the limited warranty described in this Section 5 will not apply, and +the Licensed Software is provided to You on an "AS-IS", "with all +faults", and on a "no warranty" basis) Altera warrants that, until +the Maintenance Expiration Date (the "Warranty Period"), the Licensed +Software will conform to the Specifications in all material respects +if used in compliance with the terms and conditions of this Agreement. +This warranty is personal to Licensee, and is not transferable to end- +user customers or to any third party. If the Licensed Software does +not materially conform to its Specifications, You agree to promptly +notify Altera in writing of such alleged nonconformance, and provide +sufficient details or evidence to allow Altera to reproduce the +alleged defect or nonconformance. Altera shall have no obligation to +remedy any nonconformance or defect it cannot replicate. During the +Warranty Period, Altera may, at Altera's sole option: (i) replace any +Licensed Software not meeting the foregoing warranty (either directly +or through its Authorized Distributor) provided the Licensed Software +is returned to Altera or the Authorized Distributor with adequate +proof of purchase; or (ii) if Altera is unable to remedy the defect or +nonconformance after reasonable commercial efforts, Altera may elect +to refund to Licensee the license fee actually paid for the Licensed +Software during the previous twelve (12) months. Any replacement +Licensed Software will be warranted for the remainder of the original +Warranty Period or thirty (30) days, whichever is longer. Your sole +remedy, and Altera's sole obligation for a breach of the warranty in +this Section 5.1 shall be replacement or the refund specified in +subsections (i) and (ii) above. If Altera refunds the license fee in +accordance with subsection (ii) above, Licensee's license and any +rights under this Agreement will terminate immediately, and You agree +to irrevocably destroy the nonconforming Licensed Software including +any copies thereof and portions thereof incorporated into a design or +product, and certify in writing to its destruction to Altera. + + 5.2. The foregoing warranty in Section 5.1 extends only to +the Licensed Software in the form delivered by Altera and its +Authorized Distributors to Licensee, and not to any: (a) +modifications not made by Altera or its Authorized Distributor; (b) +misuse, abuse, or use of the Licensed Software outside its Intended +Purpose; (c) failure to use compatible Altera Devices as set forth in +the Specifications; or (d) Third Party Materials. + + 5.3. Disclaimer of Warranties. THE FOREGOING WARRANTIES ARE +IN LIEU OF ALL OTHER WARRANTIES, EXPRESS OR IMPLIED, WITH RESPECT TO +THE LICENSED SOFTWARE OR SUPPORT SERVICES, INCLUDING BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, AND ANY IMPLIED +WARRANTIES ARISING FROM STATUTE, COURSE OF DEALING, COURSE OF +PERFORMANCE OR USAGE OF TRADE. ALTERA DOES NOT WARRANT THAT THE +FUNCTIONS IN THE LICENSED SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS +OR THAT THE OPERATION OF THE LICENSED SOFTWARE WILL BE UNINTERRUPTED +OR ERROR-FREE, AND DOES NOT MAKE ANY REPRESENTATIONS REGARDING THE USE +OF THE LICENSED SOFTWARE FOR ACCURACY, RELIABILITY, OR OTHERWISE. +ALTERA EXPRESSLY DISCLAIMS ALL WARRANTIES NOT EXPRESSLY STATED IN THIS +AGREEMENT. EXCEPT AND TO THE EXTENT OTHERWISE PROVIDED UNDER THIS +AGREEMENT, LICENSEE ASSUMES THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE LICENSED SOFTWARE AND ANY DESIGN OR PRODUCT IN +WHICH THE LICENSED SOFTWARE MAY BE USED, INCLUDING, WITHOUT +LIMITATION, ANY LICENSED PRODUCTS. No representation or other +affirmation of fact, including but limited to statements regarding +capacity, suitability for use or performance of the Licensed Software, +whether made by Altera employees or otherwise, shall be deemed to be a +warranty for any purpose or give rise to any liability of Altera +whatsoever. Some jurisdictions do not allow the exclusion of implied +warranties, so the above exclusions may not apply to You or Licensee, +but shall be interpreted to apply to the maximum extent permissible +under applicable law. + +6. Third Party Licensors. The Licensed Software may contain or +include Third Party Materials licensed or provided to Altera by third +parties (the "Third Party Licensors") which may be subject to +additional terms and conditions or restrictions imposed by such Third +Party Licensors in a separate license agreement (the "Third Party +Licenses"). Such Third Party Licenses will be identified in a +separate file, header, or release notes, and the Third Party Licenses +document describing each such Third Party Licenses associated with +every Altera product. A hyperlink to an Altera database containing +the text of all Third Party Licenses may be accessed by clicking on +the applicable line in the Third Party Licenses document. With +respect to the Third Party Materials that are not governed by a +separate Third Party License, the Third Party Licensors of such Third +Party Materials are intended third party beneficiaries of the terms of +this Agreement. + +7. Term and Termination. + + 7.1. Term. This Agreement will commence when you download +and install the Licensed Software, and will remain in effect unless +terminated by either party, or terminated in accordance with its +terms, whichever occurs first. + + 7.2. Termination. If the Licensed Software is licensed for +evaluation purposes as described in Section 2.3, then this Agreement +and the rights granted hereunder will automatically terminate in +accordance with Section 2.2 above, or upon notice by Altera. +Additionally, Altera may terminate this Agreement in accordance with +its terms. Licensee may terminate it at any time by uninstalling and +irrevocably destroying the Licensed Software, including all +modifications, copies, and all portions of the foregoing, and +certifying to such destruction in a writing signed by an officer of +Licensee. Altera may terminate the license immediately if You or +Licensee fail to comply with any material term or condition of this +Agreement, including but not limited to Licensee's breach of the +license rights granted in this Agreement, breach of Licensee's or Your +obligation of confidentiality, or if Licensee: (a) ceases to do +business or terminates its business operations; or (b) becomes +insolvent or seeks protection under any bankruptcy or liquidation or +similar proceedings. + + 7.3. Effect of Termination. Upon termination of this +Agreement for any reason, the licenses and any rights granted under +this Agreement shall terminate, and Licensee agrees to irrevocably +destroy, and shall cause any Licensee employees and Authorized +Contractors to irrevocably destroy, the Licensed Software and all +portions thereof in Your and Licensee's possession or under Your or +its control (including any portions thereof merged into a design or +Licensed Product not already distributed), and certify the same to +Altera in writing. You shall not continue to use the Licensed +Software or any portion thereof in development after termination of +the Agreement, but You may keep a single copy of the Licensed Software +solely for archival purposes, or to provide support to end users or +customers. + +8. Maintenance and Support. + + 8.1. Unless Licensee has licensed the Licensed Software +through the OpenCore Plus Evaluation Feature, Altera will provide +support and maintenance for the Licensed Software until the date +listed in the license file for a particular MegaCore Function "in the +format YYYY.MM" (the "Maintenance Expiration Date"). After +expiration of the Warranty Period, upon payment of the applicable +support fee Altera or its Authorized Distributor, as the case may be, +shall: (i) be obligated to provide Support for the Licensed Software +(including bug fixes, error corrections and any other updates made +generally available by Altera to licensees that purchase support and +maintenance) for a period of 12 months from the date of the license +purchase or renewal, or the date of the license activation, whichever +is later; and (ii) use commercially reasonable efforts to provide to +You fixes to defects in the Licensed Software that cause the Licensed +Software not to conform in all material respects with the +Specifications that are diagnosed as non-conformances, and are capable +of replication by Altera; (iii) provide to You fixes and other updates +to the Licensed Software that Altera, in its sole discretion, chooses +to make generally available to its licensees without a separate +charge; and (iv) respond by telephone or email to Your inquiries for +support. + + 8.2. Exclusions. Altera is not and shall not be obligated +to provide any maintenance or support for Licensed Software obtained +through the OpenCore Plus Evaluation Feature. Except as described in +Section 8.1 above, Altera will not have any obligation to provide any +maintenance, support, or training, or to provide any error +corrections, updates, upgrades, new versions, other modifications, or +enhancements to the Licensed Software, the Altera Devices, or any +Licensed Products. Licensee will be responsible, at its own expense, +for providing technical support and training to any Licensee customers +and any other end users of the Licensed Software or Licensed Products, +and Altera will have no obligation to support any of the foregoing. +Licensee will be solely responsible for, and Altera shall have no +obligation to honor, any warranties that Licensee may provide to +Licensee customers or to any other end users of the Licensed Products. + +9. Indemnification. + + 9.1. Subject to the provisions of this Agreement, and +provided Licensee has not acquired the Licensed Software through the +OpenCore Plus Evaluation License (in which case Altera is not +obligated to provide any defense or indemnification), Altera will +defend Licensee from and to the extent based on a claim by a third +party that the Licensed Software, in the form delivered by Altera or +its Authorized Distributor and used by Licensee and You in accordance +with this Agreement, infringes a third party's United States or +European Union copyright, trade secret or trademark, and will pay any +damages finally awarded as a result of the claim or amount agreed to +by Altera as part of a settlement, provided that: (i) Licensee +notifies Altera promptly in writing of any such claim, and (ii) +reasonably cooperates, at Altera's expense, in the defense or +settlement of such claim. Altera shall have sole authority to control +the defense and all related settlement negotiations, but Licensee +shall have the right to be represented by its own attorney, at its +sole expense. The foregoing indemnity does not extend to claims +resulting from: (a) any modifications of the Licensed Software by a +party other than Altera and its Authorized Distributors; (b) use of +the Licensed Software outside the scope of the licenses granted under +this Agreement; (c) the combination or use of the Licensed Software +with other products, software components or systems, to the extent +that the claim of infringement results from such combination or use; +(d) the use of other than the most recent version of the Licensed +Software, if the infringement claim would have been avoided by use of +the most recent version of Licensed Software; (e) any requirements +specified by Licensee; (f) any unauthorized use of the Licensed +Software, to the extent Altera has indicated in the Specifications +that third-party licenses may be required to use such Licensed +Software; or (g) any third party products, software, components, +systems, or materials. + + 9.2. Remedies. If, in Altera's judgment, the Use and/or +licensing of the Licensed Software is likely to be enjoined by a +court, Altera shall, at its option and expense (but subject to the +terms and conditions of this Agreement) either: (i) procure the right +to allow Licensee the continued rights to use the Licensed Software; +or (ii) replace or modify the Licensed Software so that it becomes +non-infringing, provided that the replacement or modified version +substantially meets the Specifications applicable to the original +Licensed Software. If Altera is unable, after exercising reasonable +commercial efforts, to obtain such license or provide such replacement +or modification, Altera may in its sole discretion terminate this +Agreement, in which case You and Licensee agree to irrevocably destroy +the Licensed Software, including all copies and portions thereof in +any form (including any portions thereof merged into a design or a +product that has not been distributed), and certify the same in +writing to Altera. Altera will refund the license fee paid during the +previous one (1) calendar year for such Licensed Software. Upon +performance by Altera of the remedies above, the liability of Altera +for such alleged infringement shall terminate with respect to all +damages arising from or relating to such alleged infringement after +the date of Altera's performance. Sections 9.1 and 9.2 of the +Agreement state Altera's entire liability, and Your and Licensee's +sole and exclusive remedies, with regards to infringement claims. + +10. Limitation of Liability. + + 10.1. OpenCore Plus Evaluation License Limitation of +Liability. YOU UNDERSTAND AND AGREE THAT THE LICENSED SOFTWARE MAY BE +FUNCTION-, TIME-, OR CLOCK CYCLE LIMITED, AND THEREFORE YOU AND +LICENSEE ACKNOWLEDGE AND AGREE THAT IN NO EVENT WILL ALTERA BE HELD +LIABLE FOR ANY DAMAGES, LOSSES, COSTS, LIABILITIES OR EXPENSES TO YOU +OR TO ANY THIRD PARTY ARISING FROM OR RELATING TO THE AUTOMATIC +DISABLING OF ANY LICENSED SOFTWARE FUNCTIONS OBTAINED THROUGH THE +OPENCORE PLUS EVALUATION LICENSE. + + 10.2. No Indirect Damages. TO THE MAXIMUM EXTENT PERMITTED BY +APPLICABLE LAW, UNDER NO CIRCUMSTANCES WILL ALTERA, ITS LICENSORS OR +AUTHORIZED DISTRIBUTORS BE LIABLE TO YOU, TO LICENSEE, OR TO ANY THIRD +PARTY FOR ANY INDIRECT, CONSEQUENTIAL, INCIDENTAL, PUNITIVE, OR +SPECIAL DAMAGES OF ANY KIND OR NATURE INCLUDING BUT NOT LIMITED TO +LOSS OF PROFITS, LOSS OR INACCURACY OF DATA, LOSS OF USE, COSTS OF +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES IN CONNECTION WITH THE +SUBJECT MATTER OF THIS AGREEMENT OR USE OF THE LICENSED SOFTWARE, IN +WHOLE OR IN PART, UNDER ANY THEORY OF LIABILITY, EVEN IF SUCH LOSSES +WERE REASONABLY FORESEEABLE OR ALTERA HAS BEEN ADVISED OF THE +POSSIBILITY OF OCCURRENCE OF SUCH DAMAGES. + + 10.3. Damages Cap. IN NO EVENT SHALL ALTERA'S TOTAL AGGREGATE +LIABILITY UNDER THIS AGREEMENT EXCEED THE LICENSE FEE ACTUALLY PAID +BY LICENSEE TO ALTERA FOR THE SPECIFIC LICENSE GIVING RISE TO THE +CLAIM FOR THE PRECEDING ONE (1) YEAR PERIOD. + + 10.4. Failure of Essential Purpose. WITHOUT LIMITING THE +FOREGOING, IT IS EXPRESSLY UNDERSTOOD AND AGREED BY THE PARTIES HERETO +THAT EACH AND EVERY PROVISION OF THIS AGREEMENT WHICH PROVIDES FOR A +LIMITATION OF LIABILITY, DISCLAIMER OF WARRANTY OR EXCLUSION OF +DAMAGES IS INTENDED BY THE PARTIES TO BE SEVERABLE AND INDEPENDENT OF +ANY OTHER SUCH PROVISION. FURTHER, IN THE EVENT THAT ANY REMEDY +HEREUNDER IS DETERMINED TO HAVE FAILED OF ITS ESSENTIAL PURPOSE, ALL +LIMITATIONS OF LIABILITY AND EXCLUSIONS OF DAMAGES SHALL REMAIN IN +EFFECT, TO THE MAXIMUM EFFECT PERMITTED BY APPLICABLE LAW. + + 10.5. Hazardous Applications and Uses. THE LICENSED SOFTWARE +IS NOT INTENDED OR DESIGNED TO BE FAIL-SAFE FOR USE IN ANY APPLICATION +REQUIRING FAIL-SAFE PERFORMANCE, SUCH AS LIFE SUPPORT, SAFETY OR +MEDICAL DEVICE SYSTEMS, NUCLEAR FACILITIES, OR ANY OTHER APPLICATIONS +THAT COULD LEAD TO DEATH, PERSONAL INJURY, OR SEVERE PROPERTY OR +ENVIRONMENTAL DAMAGE (COLLECTIVELY, "HAZARDOUS APPLICATIONS"). THE +LICENSED SOFTWARE IS ALSO NOT DESIGNED OR INTENDED FOR USE WITH ANY +APPLICATIONS THAT CONTROL VEHICLES OR AIRCRAFT. LICENSEE AGREES THAT +PRIOR TO USING OR DISTRIBUTING ANY SYSTEMS DEVELOPED BY USE OF THE +LICENSED SOFTWARE OR THAT INCORPORATE A PORTION OF THE LICENSED +SOFTWARE, TO THOROUGHLY TEST SUCH SYSTEMS FOR SAFETY PURPOSES. TO THE +MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSEE ASSUMES ALL RISK +AND LIABILITY FOR ANY HAZARDOUS APPLICATIONS AND USES IN APPLICATONS +THAT CONTROL VEHICLES OR AIRCRAFT. + + 10.6 Altera is willing to enter into this Agreement only in +consideration of and in reliance of the terms and conditions contained +herein limiting Altera's exposure to liability. Such provisions +constitute an essential part of the bargain underlying this Agreement +and have been reflected in the consideration hereto. The parties +understand and agree that the exclusion of warranties, limitation of +liability, and the limitation of remedies allocate risks between the +parties as authorized under applicable law. + + 10.7. NOTWITHSTANDING THE FOREGOING, THE LIMITATIONS OF +LIABILITY IN THIS SECTION 10 WILL NOT APPLY WITH RESPECT TO DEATH, +SERIOUS BODILY INJURY, OR DAMAGE TO PERSONAL PROPERTY RESULTING FROM A +PARTY'S GROSS NEGLIGENCE OR INTENTIONAL MISCONDUCT. + +11. General Terms and Conditions. + + 11.1. General Terms. This Agreement is entered into for the +benefit of Altera, its licensors, and Authorized Distributors, and all +rights granted to Licensee, its Users, and Authorized Contractors, and +obligations owed to Altera and the Authorized Distributors, shall be +enforceable by Altera, its licensors and the Authorized Distributors. +No modification of this Agreement will be binding unless in writing +and signed by authorized representatives of each party. If any of +the provisions of this Agreement are in violation of applicable law, +void, or unenforceable, then such provisions shall be deemed to be +deleted from the Agreement, but the remaining provisions shall remain +in full force and effect. If You have any questions concerning this +Agreement, including questions relating to software maintenance or +warranty service, please contact Altera Corporation, 101 Innovation +Drive, San Jose, CA 95134. + + 11.2. By downloading, installing, copying or using the +Licensed Software, or by paying a license or other applicable fee, You +acknowledge that You have read this Agreement, understand it, and +agree to be bound by its terms and conditions. You further agree +that the Agreement is the complete and entire agreement between You +and Altera with respect to the subject matter hereof. No statements, +promises or representations have been made by one party to the other, +or are relied upon by either party when entering into this Agreement. +All prior and contemporaneous discussions and negotiations, whether +verbal or written, are merged into and superseded by the Agreement. +No entity or person not a party hereto shall have any interest under +this Agreement, or be deemed to be a third party beneficiary thereof. + + 11.3. Audit Rights. Licensee agrees to keep complete and +accurate books and records which confirm its compliance with the terms +and conditions of this Agreement. Altera shall have a right to audit +Licensee's facilities and records, provided that such audit: (a) shall +be conducted at reasonable times, upon reasonable prior written +notice; (b) shall not unreasonably interfere with Licensee's normal +business operations. This Section 11.3 shall survive for three (3) +years after expiration or termination of this Agreement. + + 11.4. No Assignment. The license and rights granted to +Licensee hereunder are personal in nature. Licensee may not +sublicense, delegate, assign, or otherwise transfer this Agreement or +any of the rights or obligations contained therein. Any attempt to do +so will be void and shall have no force and effect, and shall +immediately terminate all licenses and rights granted under this +Agreement. Without limiting the foregoing, in the event of a merger, +reorganization, or change in control of fifty percent (50%) or more of +Licensee's equity or voting interest ("Change of Control") no transfer +or assignment (including but not limited to by operation of law) of +this Agreement may be made without Altera's prior written consent, +which may be withheld at Altera's sole discretion. + + 11.5. Export Control. The Licensed Software, technical data, +any products developed with or utilizing the Licensed Software, +Confidential Information, or any modifications or portions thereto +(collectively, the "Exported Software") is subject to U.S. and may be +subject to non-U.S. export control laws and regulations. Licensee may +not export, re-export, transfer or otherwise distribute the Exported +Software, in violation of the export control laws and regulations of +U.S. or non-U.S. laws and regulations, as may be amended from time to +time. It is Licensee's responsibility, at its sole expense, to +obtain all approvals, licenses and consents required from any +government entity prior to any export or re-export of the Exported +Software for any reason. + + 11.6. Governing Law/Venue. This Agreement will be governed +by the laws of the State of California, United States of America, +without reference to its choice of laws provisions. Licensee agrees +to submit to the exclusive jurisdiction of the state and federal +courts in the County of Santa Clara, State of California for the +resolution of any dispute or claim arising out of or relating to this +Agreement. The prevailing party in any legal action, settlement or +arbitration arising out of this Agreement shall be entitled to +reimbursement for its expenses, including court costs and reasonable +attorneys' fees, in addition to any other rights and remedies such +party may have. + + 11.7. U.S. Government Restricted Rights. Licensee +acknowledges and agrees that all software and software-related items +licensed by Altera pursuant to this Agreement are "Commercial Computer +Software" or "Commercial Computer Software Documentation" as defined +in FAR 12.212 for civilian agencies and DFARS 227-7202 for military +agencies (as amended) and in the event Licensee is permitted under +this Agreement to provide such items to the U.S. government, such +items shall be provided under terms that are at least as restrictive +as the provisions of this Agreement. The Contractor/manufacturer is +Altera Corporation, 101 Innovation Drive, San Jose, CA 95134. + + 11.8. Survival. If the Agreement terminates for any reason, +all definitions in this Agreement and the rights, obligations, and +restrictions under Sections 1 (Definitions); 2.3 (Reservation of +Rights) 2.6 (Intellectual Property Rights Notices); 2.9 (No Other +Licenses or Grant of Intellectual Property Rights); 3 (Ownership and +Future Development); 4 (Confidential Information); 5.3 (Disclaimer of +Warranties); 6 (Third Party Licensors); 7.3 (Effect of Termination); 9 +(Indemnification); 10 (Limitation of Liability); and 11 (General Terms +and Conditions) shall survive termination of the Agreement. + +[END OF MEGACORE FUNCTION V. 15.1 LICENSE TERMS AND +CONDITIONS] + + + +=================================================================== + +THIRD-PARTY LICENSES + +NOTE: The following third-party licenses and notices represent each +third-party contributor's use requirements for Your usage of any third- +party software incorporated into or provided in conjunction with the +Altera product(s) licensed under the Altera Software License Agreement +("Agreement"). The provisions contained in each such license apply +only to the respective Third-Party Components (as such term is defined +in the Agreement) and not to any Altera products licensed to You. + +Quartus Prime THIRD-PARTY LICENSES +------------------------------------------------------------------ +1. Liberation Fonts 2.00.1 (SIL Open Font License, Version 1.1) +2. Alphanum 1.0 (libpng/zlib License) +3. AngularJS 1.0.8 (MIT License) +4. AngularJS 1.2.0 (MIT License) +5. Apache Xerces C++ 2.6 (Apache v. 2.0 license) +6. autopep8 0.9.7 (MIT License) +7. Base64 decoder 1.0 (Zlib License) +8. boost 1.53.0 (MIT-style License) +9. Bootstrap components for AngularJS 0.10.0 (MIT License) +10. Bootstrap components for AngularJS 0.6.0 (MIT License) +11. Bottle 0.12.7 (MIT License) +12. buddy 2.2 (BSD-style License) +13. bwidget 1.4.1 (BSD-style License) +14. Cajun 2.0.1 (3 Clause BSD License) +15. CherryPy 3.5.0 (3 Clause BSD License) +16. Cygwin 1.7.32 (GPL v. 3.0) +17. D3.js: Data-Driven Documents 2.10.3 (3 Clause BSD Licens) +18. D3.js: Data-Driven Documents 3.0.0 (3 Clause BSD Licens) +19. Django 1.6 (3 Clause BSD License) +20. Editline Library (libedit) 0:42:0 (NetBSD License) +21. Eigen3 3.2.1 (Mozilla Public License Version 2.0) +22. Flake8 2.1.0 (MIT License) +23. GD 2.0.34 (BSD-style License) +24. Google Mock and Google Test 1.7 (BSD 3 Clause License) +25. gzip 1.3.12 (GPL v. 2.0 License) +26. HTTP-Parser 2.1 (MIT License) +27. IBM.ICU 4.4.2 (IBM ICU License and additional Third Party terms) +28. ICU 3.4 (IBM License and additional third party terms) +29. INCR TCL 4.0 (BSD-Style License) +30. javasysmon 0.3.5 (BSD 2 Clause License) +31. jdbc sqlite 20120209 (Apache v. 2.0 license) +32. jpeg 6b (Indedendent JPEG Group License) +33. jQuery 1.9.1 (MIT License) +34. jQuery UI 1.10.2 (MIT License) +35. jQuery UI Layout Plug-in 1.3.0.rc30.79 (MIT License, GPL v.3 License) +36. JRE Java SE 6 (Oracle Binary Code License) +37. LIBCURL 7.36.0 (MIT/X Derivative License) +38. Libelf 0.8.10 (LGPL v. 2.1 License) +39. Liberty Parser 2.6 (SYNOPSYS Open Source License Version 1.0) +40. libpng 1.2.18 (Libpng License) +41. lpsolve 5.5.0.10 (LGPL v 2.1 License) +42. make 3.81 (GPL v. 2.0 License) +43. McCabe 0.2.1 (MIT License) +44. metis 4.0.1 (GPL v. 2.0 License) +45. MINISAT 2 2.2.0 (MIT License) +46. mongoose 3.8 (MIT License) +47. Normalize.css 2.1.3 (MIT License) +48. OpenSSL 1.0.1h (BSD-style License) +49. OpenSSL 1.0.1m (BSD-style License) +50. Peewee 2.1.6 (MIT License) +51. pep8 1.4.6 (MIT License) +52. Perl 5.8.8 (GPL v. 1.0 or the Artistic License) +53. PicNet Table Filter (MIT License) +54. Protobuf 2.5.0 (BSD 3 Clause License) +55. psutil 1.2.1 (3 Clause BSD License) +56. pyflakes 3.2.2 (MIT License) +57. Python 3.3.0 (PSF License for Python 3.3.0) +58. pyzeromq 14.0.0 (Modified BSD License) +59. Requests 2.3.0 (Apache v. 2.0 license) +60. setuptools 2.0 (PSF or ZPL License) +61. superlu 2.2.0 (BSD 3 Clause License) +62. systemc 2.1 (SystemC Open Source License v. 3.3) +63. Tablelist 5.5 (MIT style license) +64. TableSorter 2.7.3 (MIT License, GPL v. 3.0 Licenses) +65. tbb 4.2.2 (GPL v.2.0 License) +66. TCL-TK 8.6 (BSD-style License) +67. tcldom 3.0 (BSD Style License) +68. tcllib 1.11 (BSD 4 Clause License) +69. tclsoap 1.6.7 (MIT License) +70. tclxml 3.2 (BSD style License) +71. TinyXml 2.6.2 (zlib License) +72. tktable 2.10 (Tcl/Tk license) +73. TLS 1.6 (BSD License) +74. Tufao 0.8 (LGPL v. 2.1 License (library) (documentation and examples under MIT License)) +75. Twitter Bootstrap 2.3.1 (Apache v. 2.0 License) +76. Twitter Bootstrap 2.3.2 (Apache v. 2.0 License) +77. Twitter Bootstrap version 3.0.3 (Apache v. 2.0 License) +78. Underscore.js 1.4.4 (MIT License) +79. unzip 6.00 (BSD Style Info-Zip License) +80. xmlgen 1.4 (Apache v. 2.0 license) +81. ZeroMQ 4.0.3 (LGPL v. 3 License) +82. ZLIB 1.2.3 (Zlib License) + +MegaCore (IP) THIRD-PARTY LICENSES +------------------------------------------------------------------ +1. antlr 2.7.2 (BSD 4 Clause License) +2. appframework 1.03 (LGPL v. 2.1 License) +3. asm 3.1 (BSD 3 Clause License) +4. avi2raw 1.1 (Mozilla Public License v. 1.1) +5. beansbinding 1.2.1 (LGPL v. 2.1 License) +6. JGoodies Binding 2.0.6 (BSD 3 Clause License) +7. binutils 2.24 (GPL v. 2 License) +8. boost 1.38.0 (MIT-style License) +9. castor 1.0.3 (Apache v. 2.0 and Intalio BSD-style Licenses) +10. castor 1.2 (Apache v. 2.0 and Intalio BSD-style Licenses) +11. checker-framework 1.8.7 (GPL v. 2 License) +12. checkstyle 4.2 (LGPL v. 2.1 License) +13. cli 1.1 (Apache v. 2.0 License) +14. cobertura 1.8 (GPL v. 2 License) +15. commons-beanutils 1.6 (Apache v. 1.1 License) +16. commons-collection 3 (Apache v. 2.0 License) +17. commons-digester 1.5 (Apache v. 1.1 License) +18. commons-lang 3.1 (Apache v. 2.0 License) +19. commons-logging 1.1 (Apache v. 2.0 License) +20. commons-logging 1.2 (Apache v. 2.0 License) +21. commons-pool 1.2 (Apache v. 2.0 License) +22. DockingFrames 1.1.2p12c (LGPL v. 2.1 License) +23. eclipse-cpp-kepler-SR2 4.3.2 (Eclipse Public License v 1.0) +24. expat 2.0.1 (MIT License) +25. expat 2.1.0 (MIT License) +26. explicitlayout 3.0 (LGPL v. 2.1 License) +27. forms_rt 6.0 (Apache v. 2.0 License) +28. gcc 4.9 (GNU Free Documentation v. 1.2 GPL License) +29. gdb 7.7 (GPL v. 2 License) +30. gmp 5.0.5 (LGPL v. 3 License) +31. gnu 1.2.5 (GPL v. 2 License) +32. guava-libraries 15.0 (Apache v. 2.0 License) +33. hamcrest 1.3 (BSD 3 Clause License) +34. jacl 1.3.2a (Jacl Software License) +35. jacoco 0.6.3 (Eclipse Public License v 1.0) +36. jaxb-ri 2.2.7 (CDDL v. 1.1; GPL v. 2 Classpath Exception) +37. jaxb-xew-plugin 1.4 (LGPL v. 3 License) +38. jaxb2-basics-annotate 1.0.1 (BSD 2 Clause License) +39. jaxb2-basics-tools 0.9.0 (BSD 3 Clause License) +40. jaxen 1.1.1 (BSD 3 Clause License) +41. jaxen 1.1.6 (BSD 3 Clause License) +42. jaxen 1.3 (BSD 4 Clause License) +43. jcommon 1.0.16 (LGPL v. 3 License) +44. JDOM 1 (BSD-style License) +45. JFreeChart 1.0.13 (LGPL v. 3 License) +46. JGraphX 2.2.0.2 (BSD 3 Clause License) +47. jline 2.12 (BSD 3 Clause License) +48. jsap 2.0a (LGPL v. 2.1 License) +49. jsr173 1.0 (Apache v. 2.0 License) +50. junit 3.8.1 (Common Public License v. 1.0) +51. junit 4.0 (Common Public License v. 1.0) +52. junit 4.1 (Common Public License v. 1.0) +53. l2fprod 7.3 (Apache v. 2.0 License) +54. libstdc v3 (GPL v. 3 License) +55. looks 2.0.1 (BSD 2 Clause License) +56. make 3.81 (GPL v. 2 License) +57. miglayout15 3.0.3 (BSD 2 Clause License) +58. mpc 1.0.1 (LGPL v. 3 License) +59. mpfr 3.1.0 (LGPL v. 3 License) +60. mpfr 3.1.1 (LGPL v. 3 License) +61. mpir 2.2.1 (LGPL v. 3 License) +62. mydoggy 1.4.2 (LGPL v. 3 License) +63. netbeans-swing-outline 6.9 (LGPL v. 2.1, GPL v. 2.0, and CDDL v. 1 Licenses plus Classpath Exception) +64. newlib 2.1.0 (Red Hat and BSD 3 Clause Licenses) +65. OpenCL 1.1 (MIT License) +66. powermock 1.5 (Apache v. 2.0 license) +67. quickserver 1.4.7 (LGPL v.2.1 License) +68. stlport 7.1 (Stlport License) +69. swingworker 3 (MPL v. 1.1 and LGPL v. 2.1 Licenses) +70. symphony 5.4.5 (Eclipse Public License v. 1.0) +71. systemc 2.2.0 (SystemC Open Source License v. 3.3) +72. velocity 1.4 (Apache v. 2.0 License) +73. wraplf 0.2 (Apache v. 2.0 License) +74. xalan 1.2.2 (Apache v. 2.0 License) +75. xerces 2.3.0 (Apache v. 1.1 License) +76. xmlbeans 2.2.0 (Apache v. 2.0 License) diff --git a/sdk_container/src/third_party/portage-stable/licenses/RAR b/sdk_container/src/third_party/portage-stable/licenses/RAR index 2096988b62..82af4af51f 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/RAR +++ b/sdk_container/src/third_party/portage-stable/licenses/RAR @@ -1,143 +1,127 @@ - The RAR Archiver - EULA (End User License Agreement) for use and distribution + END USER LICENSE AGREEMENT + The following agreement regarding RAR (and its Windows version - WinRAR) + archiver - referred to as "software" - is made between win.rar GmbH - + referred to as "licensor" - and anyone who is installing, accessing + or in any other way using the software - referred to as "user". - The RAR archiver is distributed as try before you buy. This means: + 1. The author and holder of the copyright of the software is + Alexander L. Roshal. The licensor and as such issuer of the license + and bearer of the worldwide exclusive usage rights including the rights + to reproduce, distribute and make the software available to the public + in any form is win.rar GmbH, Marienstr. 12, 10117 Berlin, Germany. - 1. All copyrights to RAR are exclusively owned by the author - - Alexander Roshal. + 2. The software is distributed as try before you buy. This means that + anyone may use the software during a test period of a maximum of 40 days + at no charge. Following this test period, the user must purchase + a license to continue using the software. - 2. Anyone may use this software during a test period of 40 days. - Following this test period of 40 days or less, if you wish to - continue to use RAR, you must purchase a license. + 3. The software's trial version may be freely distributed, with exceptions + noted below, provided the distribution package is not modified in any way. - 3. There are 2 basic types of licenses issued for RAR, these are: - - a. A single computer usage license. The user purchases one license - to use RAR archiver on one computer. + a. Nobody may distribute separate parts of the package, with the exception + of the UnRAR components, without written permission. - Home users may use their single computer usage license on - all computers which are in property of the license owner. + b. The software's unlicensed trial version may not be distributed + inside of any other software package without written permission. + The software must remain in the original unmodified installation + file for download without any barrier and conditions to the user + such as collecting fees for the download or making the download + conditional on the user giving his contact data. - Business users require one license per computer RAR is - installed on. + c. The unmodified installation file of WinRAR must be provided pure + and unpaired. Any bundling is interdicted. In particular the use + of any install or download software which is providing any kind + of download bundles is prohibited unless granted by win.rar GmbH + in written form. - b. A multiple usage license. The user purchases a number of usage - licenses for use, by the purchaser or the purchaser's employees - on the same number of computers. + d. Hacks/cracks, keys or key generators may not be included, pointed to + or referred to by the distributor of the trial version. - In a network (server/client) environment you must purchase - a license copy for each separate client (workstation) - on which RAR is installed, used, or accessed. A separate - license copy for each client (workstation) is needed regardless - of whether the clients (workstations) will use RAR simultaneously - or at different times. If for example you wish to have - 9 different clients (workstations) in your network with access - to RAR, you must purchase 9 license copies. + e. In case of violation of the precedent conditions the allowance + lapses immediately and automatically. - A user who purchased a RAR license, is granted a non-exclusive - right to use RAR on as many computers as defined by the licensing - terms above according to the number of licenses purchased, - for any legal purpose. The licensed RAR software may not be rented - or leased, but may be permanently transferred, in it's entirety, - if the person receiving it agrees to the terms of this license. - If the software is an update, the transfer must include the update - and all previous versions. + 4. The trial version of the software can display a registration reminder + dialog. Depending on the software version and configuration such dialog + can contain either a predefined text and links loaded locally + or a web page loaded from the internet. Such web page can contain + licensing instructions or other materials according to the licensor's + choice, including advertisement. When opening a web page, the software + transfers only those parameters which are technically required + by HTTP protocol to successfully open a web page in a browser. - 4. Licensing for RAR on mobile devices (U3 stick, USB stick, - external harddrive): + 5. The software is distributed "as is". No warranty of any kind is expressed + or implied. You use at your own risk. Neither the author, the licensor + nor the agents of the licensor will be liable for data loss, damages, + loss of profits or any other kind of loss while using or misusing + this software. - In addition to the terms stated above following licensing terms - apply to the licensing of RAR on mobile devices. + 6. There are 2 basic types of licenses issued for the software. These are: - a. A single computer usage license. Home users may use their - single computer usage license on all mobile devices which are - in property of the license owner. + a. A single computer usage license. The user purchases one license to + use the software on one computer. - Business users may use their single computer usage license - on one computer and one mobile device. + Home users may use their single computer usage license on all + computers and mobile devices (USB drive, external hard drive, etc.) + which are property of the license owner. - b. A multiple usage license. Users who own a multiple usage - license may use that license on the same number of mobile - devices as number of computers (clients) the license was - purchased for. + Business users require one license per computer or mobile device + on which the software is installed. - The number of computers/devices running RAR at any time is - limited to the number of licenses purchased according to the - licensing terms above. + b. A multiple usage license. The user purchases a number of usage + licenses for use, by the purchaser or the purchaser's employees + on the same number of computers. - A licensed version of RAR on a mobile device may be used by - the purchaser or the purchaser's employees, on several computers - consecutively. + In a network (server/client) environment the user must purchase + a license copy for each separate client (workstation) on which + the software is installed, used or accessed. A separate license copy + for each client (workstation) is needed regardless of whether + the clients (workstations) will use the software simultaneously + or at different times. If for example you wish to have 9 different + clients (workstations) in your network with access to RAR, + you must purchase 9 license copies. - There are no additional license fees, apart from the cost of - purchasing a license, associated with the use of RAR from - a mobile device on computers that are not owned by the owner - of the RAR license. + A user who purchased a license, is granted a non-exclusive right to use + the software on as many computers as defined by the licensing terms above + according to the number of licenses purchased, for any legal purpose. - 5. The RAR/WinRAR unlicensed trial version may be freely distributed, - with exceptions noted below, provided the distribution package is not - modified in any way. - - a. No person or company may distribute separate parts of the package - with the exception of the UnRAR components, without written - permission of the copyright owner. - - b. The RAR/WinRAR unlicensed trial version may not be distributed - inside of any other software package without written permission - of the copyright owner. + 7. There are no additional license fees, apart from the cost of the license, + associated with the creation and distribution of RAR archives, + volumes, self-extracting archives or self-extracting volumes. + Owners of a license may use their copies of the software to produce + archives and self-extracting archives and to distribute those archives + free of any additional royalties. - c. Hacks/cracks, keys or key generators may not be included on the - same distribution. + 8. The licensed software may not be rented or leased but may be permanently + transferred, in its entirety, if the recipient agrees to the terms of + this license. - 6. To buy a license please see order.htm for details. + 9. To buy a license, please read the file order.htm provided with + the software for details. - 7. THE RAR ARCHIVER IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY - KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK. - NEITHER THE AUTHOR NOR THE AGENTS OF THE AUTHOR WILL BE LIABLE - FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS - WHILE USING OR MISUSING THIS SOFTWARE. + 10. You may not use, copy, emulate, clone, rent, lease, sell, modify, + decompile, disassemble, otherwise reverse engineer, or transfer + the licensed software, or any subset of the licensed software, + except as provided for in this agreement. Any such unauthorized use + shall result in immediate and automatic termination of this license + and may result in criminal and/or civil prosecution. - 8. There are no additional license fees, apart from the cost of - purchasing a license, associated with the creation and distribution - of RAR archives, volumes, self-extracting archives or self-extracting - volumes. Legally registered owners may use their copies of RAR/WinRAR - to produce archives and self-extracting archives and to distribute - those archives free of any additional RAR royalties. + Neither RAR binary code, WinRAR binary code, UnRAR source + or UnRAR binary code may be used or reverse engineered to re-create + the RAR compression algorithm, which is proprietary, without written + permission. - 9. You may not use, copy, emulate, clone, rent, lease, sell, modify, - decompile, disassemble, otherwise reverse engineer, or transfer - the licensed program, or any subset of the licensed program, except - as provided for in this agreement. Any such unauthorized use shall - result in immediate and automatic termination of this license and - may result in criminal and/or civil prosecution. + The software may be using components developed and/or copyrighted + by third parties. Please read "Acknowledgments" help file topic + for WinRAR or acknow.txt text file for other RAR versions for details. - 7zxa.dll library is copyrighted by Igor Pavlov and distributed - under LGPL Version 3 license ( http://www.gnu.org/licenses/lgpl.html ). - You can modify portions of 7zxa.dll and perform reverse engineering - solely for purpose of debugging such 7zxa.dll modifications according - to LGPL. Source code of 7zxa.dll is available on www.7-zip.org. - - Neither RAR binary code, WinRAR binary code, UnRAR source or UnRAR - binary code may be used or reverse engineered to re-create the RAR - compression algorithm, which is proprietary, without written - permission of the author. - - RAR and WinRAR keyfiles may not be distributed, except as stated - in item 3) above, outside of the area of legal control of the - person or persons who purchased the original license, without - written permission of the copyright holder. - - All rights not expressly granted here are reserved by Alexander Roshal. - - 10. Installing and using RAR/WinRAR signifies acceptance of these terms - and conditions of the license. - - 11. If you do not agree with the terms of this license you must - remove RAR/WinRAR files from your storage devices and cease to - use the product. - - Thank you for using the original RAR. - - Alexander L. Roshal + 11. This License Agreement is construed solely and exclusively under + German law. If you are a merchant, the courts at the registered office + of win.rar GmbH in Berlin/Germany shall have exclusive jurisdiction + for any and all disputes arising in connection with this License + Agreement or its validity. + 12. Installing and using the software signifies acceptance of these terms + and conditions of the license. If you do not agree with the terms of this + license, you must remove all software files from your storage devices + and cease to use the software. diff --git a/sdk_container/src/third_party/portage-stable/licenses/RTCW-ETEULA b/sdk_container/src/third_party/portage-stable/licenses/RTCW-ETEULA index 61d40eba6f..0d72c9f744 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/RTCW-ETEULA +++ b/sdk_container/src/third_party/portage-stable/licenses/RTCW-ETEULA @@ -20,7 +20,7 @@ e. distribute the Software by any means, except as permitted by section 4 herein f. in any other manner and through any medium whatsoever commercially exploit the Software, or use the Software for any commercial purpose, including, without limitation, giving away copies of the Software for free to promote or market any other material; -g. disassemble, reverse engineer, decompile, modify, except as permitted by section 2 hereinabove, or alter the Software; +g. disassemble, reverse engineer, decompile, modify, except as permitted by section 2 hereinabove, or alter the Software; h. translate the Software; @@ -34,9 +34,9 @@ l. modify, remove or alter this Agreement or any notices or other markings or le 4. Permitted Distribution and Copying. So long as this Agreement accompanies each copy you make of the Software and so long as you fully comply at all times with this Agreement, ID grants to you the non-exclusive and limited right to: (i) copy the Software from the download onto your computer hard drive; (ii) copy the Software from your computer hard drive into your computer RAM; (iii) copy on one (1) hard disk one (1) "back up" or archival copy of the Software; and (iv) copy the Software and distribute such copies as standalone copies on physical media or in electronic format of the Software free of charge for non-commercial purposes and not in connection with any other material. You shall not distribute copies of the Software as mounted on or attached to the covers or any other part of magazines or other printed material. You shall not copy or distribute the Software in any manner that infringes against, misappropriates or otherwise violates any third-party right or that is libelous, defamatory, obscene, false, misleading, or otherwise illegal or unlawful. You shall not receive any postage, shipping, handling or other charge, payment, fee, or other consideration, including items in trade, in exchange for or in connection with copies of Software you may distribute, even if only for reimbursement. You shall not receive any value or consideration in exchange for or in connection with copies of the Software you may distribute. You shall not distribute the Software bundled, co-packaged or together with any material. You shall not distribute the Software in connection with the promotion or marketing of any material. Except as such are included by ID within copies of the Software that you are permitted to make under this Agreement, you shall not reproduce, depict, display or copy the title of the Software, the ID name or any screen display or other element or part of the Software. In exercising your limited rights hereunder, you shall comply, at all times, with all applicable laws, regulations, ordinances and statutes. ID reserves all rights not granted in this Agreement. You shall not commercially distribute the Software unless you first enter into a separate contract with ID, on terms and conditions determined in ID's sole discretion, and only upon your receipt of a written agreement executed by an authorized officer of ID. -5. Intellectual Property Rights. The Software and all copyrights, trademarks and all other conceivable intellectual property rights related to the Software are owned by ID and are protected by United States copyright laws, international treaty provisions and all applicable law, such as the Lanham Act. You must treat the Software like any other copyrighted material, as required by 17 U.S.C. § 101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder, or the New Creations, complies with this Agreement. You agree that you are receiving a copy of the Software by limited license only and not by sale and that the "first sale" doctrine of 17 U.S.C. § 109 does not apply to your receipt or use of the Software. This section shall survive the cancellation or termination of this Agreement. +5. Intellectual Property Rights. The Software and all copyrights, trademarks and all other conceivable intellectual property rights related to the Software are owned by ID and are protected by United States copyright laws, international treaty provisions and all applicable law, such as the Lanham Act. You must treat the Software like any other copyrighted material, as required by 17 U.S.C. § 101 et seq. and other applicable law. You agree to use your best efforts to see that any user of the Software licensed hereunder, or the New Creations, complies with this Agreement. You agree that you are receiving a copy of the Software by limited license only and not by sale and that the "first sale" doctrine of 17 U.S.C. § 109 does not apply to your receipt or use of the Software. This section shall survive the cancellation or termination of this Agreement. -6.         NO ID WARRANTIES.  ID DISCLAIMS , AND ITS LICENSEE'S (INCLUDING, WITHOUT LIMITATION, ACTIVISION INC. AND ITS AFFILIATES) DISCLAIM, ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT, WITH RESPECT TO THE SOFTWARE, THE SOFTWARE IMAGES AND OTHERWISE.  THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY.  ID DOES NOT (AND ITS LICENSEES DO NOT) WARRANT THAT THE SOFTWARE OR THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC OR SPECIAL REQUIREMENTS.  ADDITIONAL STATEMENTS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID (OR ANY ID LICENSEE) AND SHOULD NOT BE RELIED UPON.  THIS SECTION SHALL SURVIVE THE CANCELLATION OR TERMINATION OF THIS AGREEMENT. +6. NO ID WARRANTIES. ID DISCLAIMS , AND ITS LICENSEE'S (INCLUDING, WITHOUT LIMITATION, ACTIVISION INC. AND ITS AFFILIATES) DISCLAIM, ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT, WITH RESPECT TO THE SOFTWARE, THE SOFTWARE IMAGES AND OTHERWISE. THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ID DOES NOT (AND ITS LICENSEES DO NOT) WARRANT THAT THE SOFTWARE OR THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE WILL MEET YOUR SPECIFIC OR SPECIAL REQUIREMENTS. ADDITIONAL STATEMENTS, WHETHER ORAL OR WRITTEN, DO NOT CONSTITUTE WARRANTIES BY ID (OR ANY ID LICENSEE) AND SHOULD NOT BE RELIED UPON. THIS SECTION SHALL SURVIVE THE CANCELLATION OR TERMINATION OF THIS AGREEMENT. 7. Governing Law, Venue, Indemnity and Liability Limitation. This Agreement shall be construed in accordance with and governed by the applicable laws of the State of Texas and applicable United States federal law. Exclusive venue for all litigation regarding this Agreement shall be in Dallas County, Texas, and you agree to submit to the jurisdiction of the federal and state courts in Dallas County, Texas, for any such litigation. You hereby agree to indemnify, defend and hold harmless ID and ID's officers, employees, directors, agents, licensees (excluding you), sub-licensees (excluding you), successors and assigns from and against all losses, lawsuits, damages, causes of action and claims relating to and/or arising from the New Creations or the distribution or other use of the New Creations or relating to and/or arising from your breach of this Agreement. You agree that your unauthorized use of the Software Images, or the Software, or any part thereof, immediately and irreparably will damage ID such that ID could not be compensated adequately solely by a monetary award, and upon such actual or threatened unauthorized use, at ID's option, that ID shall be entitled to an injunctive order, in addition to all other available remedies, including a monetary award, to prohibit such unauthorized use without the necessity of ID posting bond or other security. IN ANY CASE, ID, AND ID'S OFFICERS, EMPLOYEES, DIRECTORS, SHAREHOLDERS, REPRESENTATIVES, AGENTS, LICENSEES (EXCLUDING YOU), SUBLICENSEES (EXCLUDING YOU), SUCCESSORS AND ASSIGNS SHALL NOT BE LIABLE FOR ANY CLAIM BY ANY THIRD PARTY OR FOR ANY LOSS OF DATA, LOSS OF PROFITS, LOST SAVINGS, SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT OR PUNITIVE DAMAGES OR ANY OTHER DAMAGES ARISING FROM ANY ALLEGED CLAIM FOR BREACH OF WARRANTY, BREACH OF CONTRACT, NEGLIGENCE, STRICT PRODUCT LIABILITY, OR OTHER LEGAL THEORY EVEN IF ID OR ID'S REPRESENTATIVES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY SUCH DAMAGES, OR EVEN IF SUCH DAMAGES ARE FORESEEABLE. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. This section shall survive the cancellation or termination of this Agreement. diff --git a/sdk_container/src/third_party/portage-stable/licenses/RuneScape-EULA b/sdk_container/src/third_party/portage-stable/licenses/RuneScape-EULA new file mode 100644 index 0000000000..263f9dc217 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/RuneScape-EULA @@ -0,0 +1,193 @@ +END USER LICENCE AGREEMENT FOR RUNESCAPE CLIENT + +PLEASE READ CAREFULLY BEFORE INSTALLING THE SOFTWARE + +This licence agreement (Licence) is a legal agreement between you (Licensee or you) and Jagex Limited of St John's Innovation Centre Cowley Road, Cambridge, CB4 0WS (Jagex, us or we) for the software program, and any files delivered to you to "patch", update or otherwise modify the software program known as RuneScape Client (Software). We licence use of the Software to you on the basis of this Licence. We do not sell the Software to you and we remain the owners of the Software at all times. + +IMPORTANT NOTICE TO ALL USERS: +* BY INSTALLING THE SOFTWARE OR OTHERWISE USING THE SOFTWARE YOU AGREE TO THE TERMS OF THIS LICENCE WHICH WILL BIND YOU. +* IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENCE, WE WILL NOT LICENCE THE SOFTWARE TO YOU AND YOU ARE NOT PERMITTED TO INSTALL, COPY OR USE THE SOFTWARE. + +In addition to the terms of this Licence, any and all uses of the Software are subject to the Privacy Policy located at http://www.jagex.com/privacy/privacy.ws; and the Terms and Conditions of use available at: http://www.jagex.com/terms/terms.ws, both of which are incorporated into this Licence by reference. + +1 GRANT AND SCOPE OF LICENCE + +1.1 Subject to you complying with this Licence, Jagex hereby grant to you a non-exclusive, non-transferable, limited, revocable licence to: (a) download, install and use the Software on one or more computers owned by you or under your legitimate control; and (b) use the Software for your non-commercial, personal purposes only. + +2 RESTRICTIONS + +2.1 Except as expressly set out in this Licence or as permitted by any local law, you undertake: +a. not to, in whole or in part, copy, reproduce, disassemble, decompile, reverse-engineer or create derivative works of the Software; except where such copying is incidental to normal use of the Software; +b. not to rent, sell, lease, sub-licence, loan, publish, display, distribute or otherwise transfer to a third party the Software, any copy thereof, in whole or in part; +c. not to translate, merge, adapt, vary or make alterations to, or modifications of, the whole or any part of the Software, nor permit the Software or any part of it to be combined with, or become incorporated in, any other programs; and +d. not to exploit the Software or any of its parts for any commercial purpose. + +2.2 Any use of the Software in violation of the Licence and restrictions will be regarded as an infringement of Jagex's copyrights in and to the Software and any use of the Software not expressly authorised by the terms of the Licence is expressly prohibited. + +3 INTELLECTUAL PROPERTY RIGHTS + +3.1 You acknowledge that all title, ownership rights and intellectual property rights in and to the Software and all copies thereof (including without limitation any titles, computer code, themes, objects, characters, storylines, catch phrases, locations, concepts, artwork, landscape designs, animations, sounds, musical compositions, recordings and audio-visual effects) anywhere in the world belong to us. + +3.2 You acknowledge that rights in the Software are licensed (not sold) to you, and that you have no rights in, or to, the Software other than the right to use them in accordance with the terms of this Licence. + +4 DISCLAIMER OF WARRANTIES + +4.1 TO THE FULLEST EXTENT PERMISSIBLE UNDER APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS IS" WITH ALL FAULTS, WITHOUT WARRANTY, PERFORMANCE ASSURANCES OR GUARANTEES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF CONDITION, QUALITY, SATISFACTION, UNINTERRUPTED USE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. YOUR USE IS AT YOUR SOLE RISK. JAGEX DOES NOT WARRANT THAT THE SOFTWARE WILL BE ERROR-FREE, OR THAT THE SOFTWARE WILL INTEROPERATE OR BE COMPATIBLE WITH ANY OTHER SOFTWARE OR THAT ANY ERRORS IN THE SOFTWARE WILL BE CORRECTED. + +5 LIMITATION OF LIABILITY + +5.1 SUBJECT TO SECTION 5.3, JAGEX SHALL NOT BE LIABLE IN ANY WAY FOR ANY LOSS OR DAMAGE OF ANY KIND ARISING OUT OF THE SOFTWARE OR ANY USE OF THE SOFTWARE, INCLUDING WITHOUT LIMITATION LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES. FURTHER, JAGEX SHALL NOT BE LIABLE IN ANY WAY FOR ANY LOSS OR DAMAGE TO PLAYER CHARACTERS, VIRTUAL GOODS OR CURRENCY, ACCOUNTS OR STATISTICS. JAGEX SHALL NOT BE RESPONSIBLE FOR ANY INTERRUPTIONS OF SERVICE, INCLUDING WITHOUT LIMITATION ISP DISRUPTIONS, SOFTWARE OR HARDWARE FAILURES, OR ANY OTHER EVENT WHICH MAY RESULT IN A LOSS OF DATA OR DISRUPTION OF SERVICE. IN NO EVENT WILL JAGEX BE LIABLE TO YOU FOR ANY INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES. + +5.2 In no event shall Jagex's liability, whether arising in contract, tort, strict liability or otherwise, exceed (in the aggregate) the total fees paid by you for the Software. + +5.3 Nothing in this Licence shall limit or exclude our liability for: (a) death or personal injury resulting from our negligence; (b) fraud or fraudulent misrepresentation; or (c) any other liability that cannot be excluded or limited by English law. + +6 TERMINATION + +6.1 We may terminate this Licence immediately if you commit a material or persistent breach of this Licence. + +6.2 Upon termination for any reason: (a) all rights granted to you under this Licence shall cease; (b) you must immediately cease all activities authorised by this Licence; and (c) you must immediately delete or remove the Software from all computer equipment in your possession. + +7 THIRD PARTY ACKNOWLEDGMENTS + +7.1 The Software may use or include third-party software ("Third Party Software"). A list of the Third Party Software used in the Software is included at Annex A to this Licence, along with any conditions or restrictions to use. In no event will the Software be deemed to be "open-source" or "publicly available" software. + +8 GENERAL + +8.1 We may transfer our rights and obligations under this Licence to another organisation, but this will not affect your rights or our obligations under this Licence. + +8.2 If we fail to insist that you perform any of your obligations under this Licence, or if we do not enforce our rights against you, or if we delay in doing so, that will not mean that we have waived our rights against you and will not mean that you do not have to comply with those obligations. + +8.3 Each of the conditions of this Licence operates separately. If any court or competent authority decides that any of them are unlawful or unenforceable, the remaining conditions will remain in full force and effect. + +8.4 This Licence, its subject matter and its formation, are governed by English law. You and we both agree that the courts of England and Wales will have exclusive jurisdiction. + +8.5 We may replace this Licence with new versions (each a "New EULA") over time as the Software and the law evolve. Jagex may change, modify, suspend, or discontinue any aspect of the Software at any time. + +8.6 This Licence constitutes and contains the entire agreement between the parties with respect to the subject matter hereof, provided, however, that this Licence shall coexist with, and shall not supersede, the Terms and Conditions of use and the Privacy Policy. + +================================================================= +ANNEX A + +This Software uses various Third Party Software libraries and we are grateful to their authors for their work. + +----------------------------------------------------------------- +General thanks to: + +* LibTomMath author Tom St Denis +* LZMA SDK author Igor Pavlov +* ZLib General Purpose Compression Library authors Jean-loup Gailly and Mark Adler +* LibBZip author Julian Seward +* LibPNG Contributing Authors and Group 42, Inc. +* Paul Bourke for his RGB colour space work http://paulbourke.net/texture_colour/colourspace/ + +(Used during development, but not part of this distribution): +* CMake contributors +* vera++ contributors + +----------------------------------------------------------------- +Conditions or restrictions attaching to use of some of the Third Party Software follows below: + +----------------------------------------------------------------- +ANGLE: + +Copyright (C) 2002-2013 The ANGLE Project Authors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. Ltd., nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +----------------------------------------------------------------- +cURL: + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1996 - 2015, Daniel Stenberg, daniel@haxx.se. + +All rights reserved. + +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in +this Software without prior written authorization of the copyright holder. + +----------------------------------------------------------------- +EASTL: + +Copyright (C) 2009-2010 Electronic Arts, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. Neither the name of Electronic Arts, Inc. ("EA") nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY ELECTRONIC ARTS AND ITS CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ELECTRONIC ARTS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +----------------------------------------------------------------- +GLEW: + +The OpenGL Extension Wrangler Library +Copyright (C) 2002-2007, Milan Ikits +Copyright (C) 2002-2007, Marcelo E. Magallon +Copyright (C) 2002, Lev Povalahev +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* The name of the author may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +Mesa 3-D graphics library +Version: 7.0 + +Copyright (C) 1999-2007 Brian Paul All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Copyright (c) 2007 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Materials, and to permit persons to whom the Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. + +----------------------------------------------------------------- +Paul Bourke's RGB colour space work http://paulbourke.net/texture_colour/colourspace/ + +(C) Copyright Paul Bourke. All rights reserved + +----------------------------------------------------------------- +FXAA algorithm and shader code: + +Based on standard FXAA algorithm by Timothy Lottes at NVIDIA, WebGL GLSL port from Florian Boesch: +https://github.com/pyalot/webgl-deferred-irradiance-volumes/blob/master/README.md + +MIT Licensed: + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/SCM-MICRO b/sdk_container/src/third_party/portage-stable/licenses/SCM-MICRO deleted file mode 100644 index 1507accc9b..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/SCM-MICRO +++ /dev/null @@ -1,56 +0,0 @@ -IMPORTANT: READ CAREFULLY: - - -This End-User License Agreement ("Agreement") is a legal agreement between you (either an individual or a legal entity) and SCM Microsystems, Inc. ("SCM") for the SCM software product identified above, which includes computer software and may include associated media, printed materials, and "online" or electronic documentation ("Licensed Product"). The Licensed Product also includes any updates and supplements to the original Licensed Product provided to you by SCM. Any software provided along with the Licensed Product that is associated with a separate license agreement is licensed to you under the terms of that license agreement. - -By installing, copying, downloading, accessing or otherwise using the Licensed Product, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Licensed Product; you may, however, return it to the company/person that supplied Licensed Product to you for a full refund. - - - -END-USER LICENSE AGREEMENT - -The Licensed Product is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The Licensed Product is licensed, not sold. - - -1. LICENSED RIGHTS AND USE RESTRICTIONS - -1.1 This Agreement grants you the right to install and use one copy of the Licensed Product on one computer. - -1.2 You may not reverse engineer, decompile, or disassemble the Licensed Product, except and only to the extent that such activity is expressly permitted by applicable law. - -1.3 SCM may provide you with support services related to the Licensed Product ("Support Services"). Use of Support Services, if any, is governed by the SCM polices and programs described in the user manual, in "on line" documentation and/or other SCM-provided materials. Any supplemental software code provided to you as part of the Support Services shall be considered part of the Licensed Product and subject to the terms and conditions of this Agreement. With respect to technical information you provide to SCM as part of the Support Services, SCM may use such information for its business purposes, including for product support and development. SCM will not utilize such technical information in a form that personally identifies you. - -1.4 You may transfer this Agreement and Licensed Product only directly to another end user and only together with the corresponding hardware product, if any. This transfer must include all of the Licensed Product (including all component parts, the media and printed materials, any upgrades, this Agreement). The transferee of such transfer must agree to comply with the terms of this Agreement. - -1.5 Without prejudice to any other rights, SCM may terminate this Agreement if you fail to comply with the terms and conditions of this Agreement. In such event, you must destroy all copies of the Licensed Product. - - -2. COPYRIGHT - -All title and intellectual property rights in and to the Licensed Product, the accompanying printed materials, and any copies of the Licensed Product are owned by SCM or its suppliers. All rights not expressly granted are reserved by SCM. - -3. BACK-UP COPY - -After installation of one copy of the Licensed Product pursuant to this Agreement, you may keep the original media on which the Licensed Product was provided by SCM solely for back-up or archival purposes. If the original media is required to use the Licensed Product on the computer, you may make one copy of the Licensed Product solely for back-up or archival purposes. Except as expressly provided in this Agreement, you may not otherwise make copies of the Licensed Product or the printed materials accompanying the Licensed Product. - - -4. EXPORT RESTRICTIONS. - -You agree that you will not export or re-export the Licensed Product to any country, person, entity or end user subject to U.S. or other applicable export restrictions. You specifically agree not to export or re-export the Licensed Product: (i) to any country to which the U.S. has embargoed or restricted the export of goods or services, or to any national of any such country, wherever located, who intends to transmit or transport the products back to such country; (ii) to any end-user who you know or have reason to know will utilize the Licensed Product or portion thereof in the design, development or production of nuclear, chemical or biological weapons; or (iii) to any end-user who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S. government. - -5. LIMITED WARRANTY - -5.1 SCM warrants that (a) the Licensed Product will perform substantially in accordance with the accompanying written materials for a period of ninety (90) days from the date of receipt, and (b) any Support Services provided by SCM shall be substantially as described in applicable written materials provided to you by SCM, and SCM support engineers will make commercially reasonable efforts to solve any problem. To the extent allowed by applicable law, implied warranties on the Licensed Product, if any, are limited to ninety (90) days. Some states/jurisdictions do not allow limitations on duration of warranty, so the above limitation may not apply to you. - -5.2 SCM's and its suppliers' entire liability and your exclusive remedy shall be, at SCM's option, either (a) return of the price paid, if any, or (b) repair or replacement of the Licensed Product that does not meet SCM's Limited Warranty and that is returned to SCM with a copy of your receipt. This Limited Warranty is void if failure of the Licensed Product has resulted from accident, abuse, or misapplication. Any replacement Licensed Product will be warranted for the remainder of the original warranty period or thirty (30) days, whichever is longer. - -5.3 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, SCM AND ITS SUPPLIERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT, WITH REGARD TO THE LICENSED PRODUCT, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. THIS LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS. YOU MAY HAVE OTHERS, WHICH VARY FROM STATE/JURISDICTION TO STATE/JURISDICTION. - -5.4 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL SCM OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE LICENSED PRODUCT OR THE FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF SCM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN ANY CASE, SCM'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT SHALL BE LIMITED TO THE GREATER OF THE AMOUNT ACTUALLY PAID BY YOU FOR THE LICENSED PRODUCT OR U.S.$ 10.000; PROVIDED, HOWEVER, IF YOU HAVE ENTERED INTO A SCM SUPPORT SERVICES AGREEMENT, SCM'S ENTIRE LIABILITY REGARDING SUPPORT SERVICES SHALL BE GOVERNED BY THE TERMS OF THAT AGREEMENT. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. - - -6. APPLICABLE LAW - -6.1 If you acquired this Licensed Product in the United States, this Agreement is governed by the laws of the State of California. - -6.2 If this product was acquired outside the United States, then local law may apply. diff --git a/sdk_container/src/third_party/portage-stable/licenses/SNIPS b/sdk_container/src/third_party/portage-stable/licenses/SNIPS deleted file mode 100644 index 269430dc29..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/SNIPS +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 1996-2001 Netplex Technologies Inc. -All rights reserved. - -Permission to use, copy, modify and distribute this software in source or -binary forms is hereby granted free of charge, provided that the above -copyright notice appear in all copies and that both the copyright notice and -this permission notice appear in supporting documentation, and that the name -of the author or Netplex Technologies Inc. not be used in advertising or -publicity pertaining to distribution of the software without specific, -written prior permission from the author(s) or Netplex Technologies Inc. - -You may NOT rent, lease, sell, grant a security interest in or otherwise -transfer rights to this Software. - -THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL THE -CONTRIBUTORS OR ASSOCIATED COMPANY BE LIABLE FOR ANY DAMAGES WHATSOEVER, -INCLUDING DAMAGES RESULTING FROM LOSS OF USE, DATA OR PROFITS, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/SNNS-4.2 b/sdk_container/src/third_party/portage-stable/licenses/SNNS-4.2 deleted file mode 100644 index 2a96c58459..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/SNNS-4.2 +++ /dev/null @@ -1,124 +0,0 @@ -********************************************************************** - SNNS License Agreement Readme File for SNNS version 4.2 -********************************************************************** - -SNNS is (Copyright) 1990-95 University of Stuttgart, Institute for -Parallel and Distributed High Performance Systems (IPVR), -Breitwiesenstr. 20-22, D-70565 Stuttgart, Fed. Rep. of Germany and -(Copyright) 1996-98 University of Tuebingen, Wilhelm-Schickard -Institute for Computer Science, Koestlinstr. 6, D-72074 Tuebingen. - -SNNS is distributed by the University of Tuebingen as `Free Software' -in a licensing agreement similar in some aspects to the GNU General -Public License. There are a number of important differences, however, -regarding modifications and distribution of SNNS to third parties. -Note also that SNNS is not part of the GNU software nor is any of its -authors connected with the Free Software Foundation. We only share -some common beliefs about software distribution. Note further that -SNNS is NOT PUBLIC DOMAIN. - -The SNNS License is designed to make sure that you have the freedom to -give away verbatim copies of SNNS, that you receive source code or can -get it if you want it and that you can change the software for your -personal use; and that you know you can do these things. - -We protect your and our rights with two steps: (1) copyright the -software, and (2) offer you this license which gives you legal -permission to copy and distribute the unmodified software or modify it -for your own purpose. - -In contrast to the GNU license we do not allow modified copies of our -software to be distributed. You may, however, distribute your -modifications as separate files (e.g. patch files) along with our -unmodified SNNS software. We encourage users to send changes and -improvements which would benefit many other users to us so that all -users may receive these improvements in a later version. The -restriction not to distribute modified copies is also useful to -prevent bug reports from someone else's modifications. - -Also, for our protection, we want to make certain that everyone -understands that there is NO WARRANTY OF ANY KIND for the SNNS -software. - -If you have any questions regarding this license agreement, please -contact Andreas Zell at zell@informatik.uni-tuebingen.de - - -********************************************************************** - SNNS License Agreement -********************************************************************** - -1. This License Agreement applies to the SNNS program and all -accompanying programs and files that are distributed with a notice -placed by the copyright holder saying it may be distributed under the -terms of the SNNS License. ``SNNS'', below, refers to any such -program or work, and a ``work based on SNNS'' means either SNNS or any -work containing SNNS or a portion of it, either verbatim or with -modifications. Each licensee is addressed as ``you''. - -2. You may copy and distribute verbatim copies of SNNS's source code -as you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this -License and to the absence of any warranty; and give any other -recipients of SNNS a copy of this license along with SNNS. - -3. You may modify your copy or copies of SNNS or any portion of it -only for your own use. You may not distribute modified copies of SNNS -You may, however, distribute your modifications as separate files (e. -patch files) along with the unmodified SNNS software. We also -encourage users to send changes and improvements which would benefit -many other users to us so that all users may receive these -improvements in a later version. The restriction not to distribute -modified copies is also useful to prevent bug reports from someone -else's modifications. - -4. If you distribute copies of SNNS you may not charge anything except -the cost for the media and a fair estimate of the costs of computer -time or network time directly attributable to the copying. - -5. You may not copy, modify, sublicense, distribute or transfer SNNS -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense, distribute or transfer SNNS is -void, and will automatically terminate your rights to use SNNS under -this License. However, parties who have received copies, or rights to -use copies, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - -6. By copying, distributing or modifying SNNS (or any work based on -SNNS) you indicate your acceptance of this license to do so, and all -its terms and conditions. - -7. Each time you redistribute SNNS (or any work based on SNNS), the -recipient automatically receives a license from the original licensor -to copy, distribute or modify SNNS subject to these terms and -conditions. You may not impose any further restrictions on the -recipients' exercise of the rights granted herein. - -8. Incorporation of SNNS or parts of it in commercial programs -requires a special agreement between the copyright holder and the -Licensee in writing and ususally involves the payment of license fees. -If you want to incorporate SNNS or parts of it in commercial programs -write to the author about further details. - -9. Because SNNS is licensed free of charge, there is no warranty for -SNNS, to the extent permitted by applicable law. The copyright holders -and/or other parties provide SNNS ``as is'' without warranty of any -kind, either expressed or implied, including, but not limited to, the -implied warranties of merchantability and fitness for a particular -purpose. The entire risk as to the quality and performance of SNNS is -with you. Should the program prove defective, you assume the cost of -all necessary servicing, repair or correction. - -10. In no event will any copyright holder, or any other party who may -redistribute SNNS as permitted above, be liable to you for damages, -including any general, special, incidental or consequential damages -arising out of the use or inability to use SNNS (including but not -limited to loss of data or data being rendered inaccurate or losses -sustained by you or third parties or a failure of SNNS to operate with -any other programs), even if such holder or other party has been -advised of the possibility of such damages. - -********************************************************************** - End of SNNS License Agreement -********************************************************************** diff --git a/sdk_container/src/third_party/portage-stable/licenses/Skype-TOS b/sdk_container/src/third_party/portage-stable/licenses/Skype-TOS new file mode 100644 index 0000000000..619c859e5f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/Skype-TOS @@ -0,0 +1,1455 @@ +Retrieved from https://www.skype.com/en/legal/ios/tos/ (2016-09-09) + +Table of contents: + + 1. Your agreement with Skype + 2. Acceptance of the Terms + 3. Changes to the Terms + 4. Licence + 5. Use of the software and products and Skype websites + 6. Your obligations + 7. Proprietary rights + 8. Charges + 9. Payment + 10. Refund Policy + 11. Ending Your relationship with Skype + 12. Exclusion of warranties, limitation of liability and indemnity + 13. Third party websites products and services + 14. Additional Terms + 15. Your confidential information and your privacy + 16. For Government users only + 17. How to contact Skype + 18. Miscellaneous + 19. Product specific terms + 20. Pay by mobile + +PLEASE READ CAREFULLY BEFORE DOWNLOADING THE SOFTWARE OR USING THE PRODUCT(S) +OR SKYPE WEBSITES + +Key Points + + It is important that you read the entirety of and understand this + document. There are, however, a few key points that we need to + emphasise: + + NO ACCESS TO EMERGENCY SERVICES: The Software is not a replacement for + your ordinary mobile or fixed line telephone. In particular, apart from + in the very limited circumstances set out in paragraph 5.6 of these + Terms (applicable to Skype’s Internet Communications Software only), + the Software does not allow you to make emergency calls to emergency + services. You must make alternative communications arrangements to + ensure that you can make emergency calls if needed. + + CHECK RESTRICTIONS ON USE: In some countries there are restrictions on + the use of the Software. It is your responsibility to ensure that you + are legally allowed to use the Software where you are located. + + NO OWNERSHIP OF NUMBERS: If Skype allocates to you a Skype Number + (previously known as “Online Number”) or Skype To Go Number, you do not + own the number or have a right to retain that number forever. Skype may + need to change or withdraw the number allocated to you from time to + time. You will not transfer or attempt to transfer your Skype Number or + Skype To Go Number to anyone else. You must ensure you comply with any + allocation requirements displayed when purchasing a Skype Number as + failure to do so could result in the number being withdrawn. Please see + also paragraph 19.1. + + SKYPE CREDIT BECOMES INACTIVE AFTER 180 DAYS: If you purchase Skype + Credit please be aware that it becomes inactive after 180 days of + inactivity. Please see also paragraph 9.2. + + ARBITRATION CLAUSE AND CLASS ACTION WAIVER: If you live in the USA and + select Pay by Mobile (see paragraph 20), a binding arbitration clause + and class action waiver affects your rights to resolve a dispute with + Skype, its corporate affiliates, or other third parties including + mobile phone carriers. Please read paragraph 20.3 carefully. + +1. YOUR AGREEMENT WITH SKYPE + + 1.1 Skype’s internet communication software applications (“Internet + Communications Software”), other “Skype” branded software applications + (together the “Skype Software”), the “Qik” branded software + applications (“Qik Software”) and associated documentation (whether in + printed or electronic form) including any improvements, modifications, + enhancements, fixes, updates, upgrades and future versions thereto + (“Updates”) and whether made available for free or for a fee, + (collectively the “Software”) are licensed (not sold) to you by Skype + Software Sàrl. + + 1.2 The features and products that are made available through the + Software for free (excluding products or features available for free on + a trial basis only) (“Free Products”) are provided to you by Skype + Software Sàrl. + + 1.3 Any additional products or features of the Skype Software or Qik + Software, or other “Skype” or “Qik” branded products, that you pay for + (including products or features available for free on a trial basis + only) (“Paid For Products”) are provided to you by Skype Communications + Sàrl. + + 1.4 “Skype Websites” means www.skype.com, www.qik.com (both of which + are operated by Skype Communications Sàrl) and any other websites + authorised by Skype which link to these Terms. + + 1.5 “Skype’’ means Skype Software Sàrl, 23 – 29 Rives de Clausen, + L-2165 Luxembourg or Skype Communications Sàrl, 23 – 29 Rives de + Clausen, L-2165 Luxembourg as the context requires; + “Products” means collectively the Free Products and Paid For Products; + “you” or “your” means you, the registered holder of the User Account + (as described in paragraph 6.1) and licensee under these Terms. + + 1.6 Your agreement with Skype is made up of the terms and conditions + set out in this document, together with any fair usage policies + described in this document and Additional Terms referred to in + paragraph 14 (collectively the “Terms”). To the extent of any + inconsistency between the fair usage policies or any Additional Terms + and this document, this document shall take precedence. + +2. ACCEPTANCE OF THE TERMS + + 2.1 In order to download and/or use the Software, Products and/or Skype + Websites you must first accept these Terms. These Terms are accepted by + you (a) when you click to accept or agree to the Terms; or (b) when you + download and/or use the Software, Products and/or Skype Websites. We + advise you to print a copy of these Terms for your records. These Terms + remain effective from the date of acceptance until terminated by you or + Skype in accordance with paragraph 11. + + 2.2 You cannot accept these Terms if: (a) you are not lawfully entitled + to use the Software, Products and/or Skype Websites in the country in + which you are located or reside or (b) if you are not of legal age to + form a binding agreement with Skype. + + 2.3 In some countries the Products may be provided to you by Skype’s + local partner. If so, that local partner may ask you to accept its own + terms of service (“local terms”). If there is any inconsistency between + those local terms and these Terms, then the local terms shall govern to + the extent of that inconsistency. + + +3. CHANGES TO THE TERMS + + 3.1 Skype may make changes to these Terms from time to time. Skype will + publish the changes at www.skype.com/go/tou. Changes to the fair usage + policies and/or Additional Terms will be posted on the applicable Skype + Website. The changes will be effective when published. Please review + the Terms on a regular basis. You understand and agree that your + express acceptance of the Terms or your use of the Software, Products + and/or Skype Websites after the date of publication shall constitute + your agreement to the updated Terms. If you do not agree with the + amended Terms, you may terminate your relationship with Skype in + accordance with paragraph 11 below. + +4. LICENCE + + 4.1 Licence. Subject to your compliance with these Terms, you are + granted a limited, non-exclusive, non-sublicensable, non-assignable, + free of charge license to download and install the Software on a + personal computer, mobile phone or other device; and personally use the + Software through your individual Skype or Qik user account (as + applicable) (“User Account”). For the avoidance of doubt, (a) IT + administrators working on behalf of a company may download and install + the Skype Software onto personal computers or other devices used by + personnel of such company; and (b) you are permitted to use the + Software at a university or other educational institution, or at work. + Skype reserves all rights not expressly granted to you under these + Terms. + + 4.2 Restrictions. You may not and you agree not to: + + (a) sub-license, sell, assign, rent, lease, export, import, distribute + or transfer or otherwise grant rights to any third party in the + Software; + + (b) undertake, cause, permit or authorise the modification, creation of + derivative works or improvements, translation, reverse engineering, + decompiling, disassembling, decryption, emulation, hacking, discovery + or attempted discovery of the source code or protocols of the Software + or any part or features thereof (except to the extent permitted by + law); + + (c) remove, obscure or alter any copyright notices or other proprietary + notices included in the Software; + + (d) use the Software or cause the Software (or any part of it) to be + used within or to provide commercial products or services to third + parties. The foregoing shall not preclude you using the Software for + your own business communications, subject to paragraph 4.1 above; + + (e) other than for the purposes of download and installation, use the + Software except through your User Account. + + 4.3 Third-Party Technology. If you are using Software pre-loaded on, + embedded in, combined, distributed or used with or downloaded onto + third party products, hardware, software applications, programs or + devices (“Third-Party Technology”), you agree and acknowledge that: (a) + you may be required to enter into a separate licence agreement with the + relevant third party owner or licensor for the use of such Third-Party + Technology; (b) some Products and/or functionality may not be + accessible through the Third-Party Technology and (c) Skype cannot + guarantee that the Software shall always be available on or in + connection with such Third-Party Technology. + + 4.4 Third Party Notices. The Software may include third party code that + Skype, not the third party, licenses to you under this agreement. + Notices, if any, for the third party code are included for your + information only. Third party scripts, linked to, called or referenced + from the Software, are licensed to you by the third parties that own + such code, not by Skype. + +5. USE OF THE SOFTWARE AND PRODUCTS AND SKYPE WEBSITES + + 5.1 Equipment: In order to use the Software and the Products you will + need an Internet broadband connection. You are responsible for + providing all equipment required to access the Internet or enable + communications such as headsets, microphones and webcams. + + 5.2 Use of Your Equipment: The Internet Communications Software may use + the processing capabilities, memory and bandwidth of the computer (or + other applicable device) you are using, for the limited purpose of + facilitating the communication and establishing the connection between + Internet Communications Software users. If your use of the Internet + Communications Software is dependent upon the use of a processor and + bandwidth owned or controlled by a third party, you acknowledge and + agree that your licence to use the Internet Communications Software is + subject to you obtaining consent from the relevant third party for such + use. You represent and warrant that by accepting these Terms, you have + obtained such consent. + + 5.3 Updates to the Software: Skype may automatically check your version + of the Skype Software. You may be required to enter into an updated + version of these Terms to be able to download or otherwise take + advantage of any Updates. Skype has no obligation to make available any + Updates. However, Skype may (a) require you to download and install + Updates; or (b) download and install Updates from Skype automatically + from time to time unless you have chosen (through your Skype client + settings) not to receive automatic Updates. Microsoft Corporation or + its affiliates and subsidiaries may also automatically download updates + to the Skype Software for Windows, if you have chosen to receive + Microsoft Updates. These updates are required to maintain software + compatibility, provide security updates or bug fixes, or offer new + features, functionality or versions. You agree to receive such updates + from Skype in order to continue using the Skype Software and you agree + to accept such Updates subject to these Terms. + + 5.4 Suspension, technical improvement and maintenance: From time to + time, Skype may need to perform maintenance on or upgrade the Software, + Products or Skype Websites or the underlying infrastructure that + enables you to use the Software, Products or Skype Websites. This may + require Skype to temporarily suspend or limit your use of some or all + of the Software, Products or Skype Websites until such time as this + maintenance and/or upgrade can be completed. To the extent possible and + unless an intervention is urgently required, Skype will publish the + time and date of such suspension or limitation on the Skype Website in + advance. You will not be entitled to claim damages for such suspension + or limitation of the use of any Software, Product or Skype Website. + + 5.5 No Access to Emergency Services: Neither the Products nor the + Software are intended to support or carry emergency calls to any type + of hospitals, law enforcement agencies, medical care unit or any other + kind of services that connect a user to emergency services personnel or + public safety answering points (“Emergency Services”). There are + important differences between traditional telephone services and the + Products. You acknowledge and agree that: (i) Skype is not required to + offer access to Emergency Services under any applicable local and/or + national rules, regulations or law; (ii) it is your responsibility to + purchase, separately from the Products, traditional wireless (mobile) + or fixed line telephone services that offer access to Emergency + Services, and (iii) the Software and the Products are not a replacement + for your primary telephone service. Find out more about calling 112, + the dedicated emergency number for the EU at + www.skype.com/go/emergency. + + 5.6 Limited Emergency Calling (Internet Communications Software Only + and Not Applicable to the Qik Software) + + 5.6.1 In a very limited number of countries, and for defined Internet + Communications Software versions and platforms only, Skype will try to + provide limited emergency calling as a stand-alone feature but can + provide no commitment in this respect. Click here for the listing of + countries (“Enabled Countries”) and software versions and other + platforms (“Enabled Versions”) that enable limited Skype emergency + calling. Skype emergency calling is not available for any other + countries, versions or platforms. You should keep traditional wireless + (mobile) or fixed line telephone services available for your calls to + Emergency Services and use Skype’s limited emergency calling only as an + absolute last resort. In particular, please also note that: + + (i) power cut, battery failure or internet connection failure can lead + to a Skype call failure, including your call to Emergency Services. + Additionally, any of the quality limitations set out in paragraph 5.9 + below, may otherwise affect successful call connection. + + (ii) where available, an emergency call made using the Internet + Communications Software in an enabled country may not receive the same + network priority as a call made using traditional wireless (mobile) or + fixed line telephone services. + + (iii) if your emergency call is connected, you will need to tell the + Emergency Services operator that you speak to where you are physically + located so that the correct emergency organisation can respond to your + emergency and knows where to find you. If you do not provide this + information when prompted, you acknowledge that your emergency call may + not be completed and you will not be able to gain access to your + required Emergency Services using the Internet Communications Software. + Skype will have no liability for your failed emergency call in such + circumstances. + + (iv) other than for the Enabled Countries and Enabled Versions, Skype + does not provide limited emergency calling in any country or for or in + conjunction with any Products or using any platforms, devices, services + or operating systems (including any products, platforms, devices, + services or operating systems developed by third parties using Skype’s + APIs, any of Skype’s software development kits or otherwise). + + 5.6.2 In Enabled Countries, you should configure the limited emergency + calling functionality by setting your default location for emergency + calling in the Call Settings page of your desktop Internet + Communications Software (if you are using a 4.1 version for Windows (or + later) or version 2.8 for Mac OS X (or later)). It is your + responsibility to ensure that this location information is correct and + kept up-to-date if your physical address changes. Skype does not + support emergency calls in the majority of countries around the world. + Where limited emergency calling is supported Skype will not charge you + to make an emergency call and you do not need to have a Skype Credit + balance. If however your country is not supported for limited emergency + calling then you should not attempt to, and agree not to, make any + emergency calls using your Internet Communications Software. If, with + your permission, another user uses your User Account, it is your + responsibility to inform that user of the limited circumstances in + which limited emergency calling is available. + + 5.7 Content of Communications: Skype is not the source of, does not + verify or endorse and takes no responsibility for the content of + communications made using the Software. By using the Software, you + agree that any content that you submit may be transmitted to the + recipient of your communication. The content of communications is + entirely the responsibility of the person from whom such content + originated. You therefore may be exposed to content that is offensive, + unlawful, harmful to minors, obscene, indecent or otherwise + objectionable. The content of communications may be protected by + intellectual property rights, which are owned by third parties. You are + responsible for the content you choose to communicate and access using + the Software. In particular, you are responsible for ensuring that you + do not submit material that is (i) copyrighted, protected by trade + secret or otherwise subject to third party proprietary rights, + including privacy and publicity rights, unless you are the owner of + such rights or have permission from their rightful owner (ii) a + falsehood or misrepresentation (iii) offensive, unlawful, harmful to + minors, obscene, defamatory, libellous, threatening, pornographic, + harassing, hateful, racially or ethnically offensive, or that + encourages conduct that would be considered a criminal offense, gives + rise to civil liability, violates any law, or is otherwise + objectionable; (iv) an advertisement or solicitation of business; or + (v) impersonating another person. Skype reserves the right (but shall + have no obligation) to review content for the purpose of enforcing + these Terms. Skype may in its sole discretion block, prevent delivery + of or otherwise remove the content of communications as part of its + effort to protect the Software, Products or its customers, or otherwise + enforce these Terms. Further, Skype may in its sole discretion remove + such content and/or terminate these Terms and your User Account if you + use any content that is in breach of these Terms. + + 5.8 Notice and Take-Down If Skype receives any notification that any + material that you post, upload, edit, host, share and/or publish on the + Skype Website or through the Software (excluding your private + communications) (“User Submission”) is inappropriate, infringes any + rights of any third party, or if Skype wishes to remove your User + Submission for any reason whatsoever, Skype reserves the right to + automatically remove such User Submission for any reason immediately or + within such other timescales as may be decided from time to time by + Skype in its sole discretion. The User Submission shall be taken down + without any admission as to liability and without prejudice to any + rights, remedies or defenses, all of which are expressly reserved. You + acknowledge and agree that Skype is under no obligation to put back + such User Submission at any time. If User Submissions infringe, or if + you believe that User Submissions infringe any of your rights + (including intellectual property rights) or are unlawful, please + contact us immediately by following our notice and takedown procedure. + Click here to view the Notice and Takedown Procedure. Skype reserves + the right to ask for verification of your identity and to seek further + information to verify your complaint. You agree that you are solely + responsible for the consequences resulting from your complaint + (including but not limited to removal or blocking of the User + Submission) and you acknowledge and agree that any complaint may be + used in court proceedings. Any false, misleading or inaccurate + information provided by you may result in civil and criminal liability. + + 5.9 Quality: Skype cannot guarantee that the Software, Products or + Skype Websites will always function without disruptions, delay or + errors. A number of factors may impact the quality of your + communications and use of the Software, Products (depending on the + Products used) or Skype Websites, and may result in the failure of your + communications including but not limited to: your local network, + firewall, your internet service provider, the public internet, the + public switched telephone network and your power supply. Skype takes no + responsibility for any disruption, interruption or delay caused by any + failure of or inadequacy in any of these items or any other items over + which we have no control. + + 5.10 Changes to Products: Skype is constantly improving the Software + and Products and may also need to change technical features from time + to time in order to comply with applicable regulations. Accordingly, + you acknowledge and agree that the Products and functionality of the + Software may vary from time to time. Technical requirements for use of + Products and Software and feature descriptions are available on the + Skype Website. If you do not agree with any changes to Software and + Products you may terminate your relationship with Skype in accordance + with paragraph 11. You may need to upgrade to a new version in order to + enjoy the benefit of certain Products. In addition, you acknowledge and + agree that certain Products may be subject to usage limits or + geographical restrictions, which may vary from time to time. Please + check the Skype Website for details of the most up-to-date usage + restrictions that apply to the Products that you are using. + + 5.11 Unsolicited Ideas Skype does not consider or accept unsolicited + proposals or ideas, including without limitation ideas for new + products, technologies, promotions, product names, product feedback and + product improvements (“Unsolicited Feedback”). If you send any + Unsolicited Feedback to Skype through the Skype Website or otherwise, + you acknowledge and agree that Skype shall not be under any obligation + of confidentiality with respect to the Unsolicited Feedback. + + 5.12 Reports Certain parts of the Skype Websites or the Software may + ask for written suggestions or problem reports such as using our + contact form or problem report form (“Reports”). Please read carefully + any specific terms, which govern those Reports. The Reports shall be + deemed the property of Skype. Skype shall exclusively own all now known + or hereafter existing rights to the Reports throughout the universe in + perpetuity and shall be entitled to use the Reports for any purpose + whatsoever, commercial or otherwise, without compensation to the + provider of the Reports. Any Reports you send to Skype will not be + treated as confidential and Skype shall not be liable for any + disclosure of the Reports. + + 5.13 Linking You may link to the Skype Website from another website + owned by you, provided you do so in a way that is fair and legal and + does not damage our reputation or take advantage of it. You must not + establish a link in such a way as to suggest any form of association, + approval or endorsement by Skype where none exists. You may not frame + the Site on any other site. Skype provides a Qik branded embeddable + flash player feature which you may incorporate into your own personal, + non-commercial website for use in accessing the materials on the Qik + branded Skype Website. Skype may revoke the permission to link to the + Skype Websites at any time at its sole discretion and will notify you + in this respect. + +6. YOUR OBLIGATIONS + + 6.1 User Account. Prior to your first use of the Skype Software and + your first use of the Qik Software, you will be asked to create a User + Account and choose a user ID and password. We recommend that you choose + a password that is hard to guess and consists of letters, numbers and + symbols. You may only use the Software through your User Account. You + are solely responsible and liable for all activities conducted through + your User Account. To prevent unauthorised use, you shall keep your + password confidential and shall not share it with any third party or + use it to access third party websites or services. If you suspect that + someone else knows your password, then you shall immediately change it + in order to protect the security of your User Account. It is your + responsibility to ensure that you do not respond to any unsolicited + requests for credit card details, passwords or other data. Skype takes + no responsibility for your failure to comply with the obligations in + this paragraph 6.1. + + 6.2 Lawful Use: You must use the Software, Products and Skype Websites + in accordance with the laws of where you are located. In some countries + there are restrictions on the download and use of the Software, + Products and/or Skype Websites. It is your responsibility to ensure + that you are legally allowed to use the Software, Products and/or Skype + Websites where you are located. + + 6.3 Prohibited Use: You may not: + + (a) intercept or monitor, damage or modify any communication which is + not intended for you; + + (b) use any type of spider, virus, worm, trojan-horse, time bomb or any + other codes or instructions that are designed to distort, delete, + damage, emulate or disassemble the Software, Products, Skype Websites, + communication or protocols; + + (c) send unsolicited communications (also referred to as “SPAM”, “SPIM” + or “SPIT”) or any communication not permitted by applicable law or use + the Software, Products or Skype Websites for the purposes of phishing + or pharming or impersonating or misrepresenting affiliation with + another person or entity; + + (d) expose any third party to material which is offensive, harmful to + minors, indecent or otherwise objectionable in any way; + + (e) use the Software, Products or Skype Websites to cause or intend to + cause embarrassment or distress to, or to threaten, harass or invade + the privacy of, any third party; or + + (f) use (including as part of your User ID and/or profile picture) any + material or content that is subject to any third party proprietary + rights, unless you have a licence or permission from the owner of such + rights; or + + (g) collect or harvest any personally identifiable information, + including account names, from the Software, Products or Skype Websites; + + (h) impact or attempt to impact the availability of the Software, + Products or Skype Websites for example, with a denial of service (DOS) + or distributed denial of service (DDoS) attack; + + (i) use or launch any automated system, including without limitation, + robots, spiders or offline readers that access the Software, Products + or Skype Websites. Notwithstanding the foregoing, you agree that Skype + grants to the operators of public search engines permission to use + spiders to copy materials from the Skype Website for the sole purpose + of creating publicly available searchable indices of the materials, but + not caches or archives of such materials. Skype reserves the right to + revoke these exceptions at any time. + + 6.4 User Submissions Please exercise respect when participating in any + features of the Skype Websites or Software such as Forums, Blogs, email + functions, video hosting, sharing and/or publishing or any other + function on the Skype Websites or of the Skype Software which allows + you to post, upload, edit, host, share and/or publish content. You + acknowledge and agree that: (i) by using the Skype Websites and/or + Software you may be exposed to content that you may find offensive or + indecent and you do so at your own risk; (ii) you are solely + responsible for, and Skype has no responsibility to you or any third + party for any User Submissions that you create, submit, post or publish + on the Skype Websites or through the Software; (iii) Skype does not + guarantee any confidentiality with respect to User Submissions, whether + or not they are published (iv) Skype is not responsible for any User + Submissions that you may have access to through your use of the Skype + Websites or Software and all User Submissions are the responsibility of + the person from whom such User Submissions originated. Skype does not + endorse any User Submissions or any opinion, recommendation, or advice + expressed therein, and expressly disclaims any and all liability in + connection with User Submissions. + + In connection with your User Submissions, you represent and warrant + that you + + (i) own or have the necessary licenses, rights, consents, and + permissions to use and authorise Skype to use all copyrights, trade + marks, trade secrets, patents and other intellectual property or + proprietary rights in and to any and all User Submissions in accordance + with these Terms; and + + (ii) you have the written consent, release and /or permission of each + and every identifiable individual person in the User Submission to use + the name and/or likeness of each and every such individual in the User + Submission, to enable inclusion and use thereof in the manner + contemplated by these Terms. You shall not copy, post or use text, + photos, pictures, music, sounds, images or any other content from any + third party or source (“Third Party Content”) without specific + permission from the owner. Such Third Party Content may be protected by + intellectual property laws and the owners of the intellectual property + rights in such content may object to its use. You must not use any + Third Party Content without first obtaining the permission of the owner + of the intellectual property rights in such content. + + Notwithstanding any rights or obligations governed by the Additional + Terms (as defined below) if, at any time you choose to upload or post + User Submissions to the Skype Websites or through the Software + (excluding Reports and excluding the content of your communications) + you automatically grant Skype a non-exclusive, worldwide, irrevocable, + royalty-free, perpetual, sub-licensable and transferable license of all + rights to use, edit, modify, include, incorporate, adapt, record, + publicly perform, display, transmit and reproduce the User Submissions + including, without limitation, all trade marks associated therewith, in + connection with the Skype Websites and Skype’s Software and Products + including for the purpose of promoting or redistributing part or all of + the Skype Websites and/or the Software or Products, in any and all + media now known or hereafter devised. You also hereby grant each user + of the Skype Website and/or Skype’s Software or Products a + non-exclusive license to access your User Submission through the Skype + Website and/or Software or Products and to use, copy, distribute, + prepare derivative works of, display, perform and transmit such User + Submissions solely as permitted through the functionality of the Skype + Websites and/or Software or Products and pursuant to these Terms of + Use. In addition, you waive any so-called “moral rights” in and to the + User Submissions, to the extent permitted by applicable law. + + You may not submit or publish through the Skype Website or Software any + User Submissions that are libelous, defamatory, pornographic, + harassing, hateful, an invasion of privacy, obscene, abusive, illegal, + racist, offensive, harmful to a minor or an infringement of any + intellectual property rights or a trade secret of a third party, or + would otherwise violate the rights of any third party or give rise to + civil or criminal liability. Furthermore, you may not submit or publish + User Submissions that contain falsehoods or misrepresentations, solicit + funds or services, contain advertising, promotional materials, junk + mail, spam, chain letters or any form of solicitation, impersonate + others or include programs that contain viruses or any other programs + designed to impair the functionality of any computer. You agree not to + solicit, for commercial purposes, any users of the Skype Website or + Software with respect to their User Submissions. You agree not to + circumvent, disable or otherwise interfere with the security related + features of the Skype Website or Software or features that prevent or + restrict the use of any content thereof. + + 6.5 Your Information: From time to time, Skype may request information + from you for the purpose of supplying the Software or Products to you. + You shall ensure that any such information is complete, up-to-date and + accurate. + + 6.6 No Reselling. The Software and Products are for your individual + use. You shall not resell or commercialise the Software and/or Products + to any third party. + + 6.7 Export Restrictions: The Software may be subject to international + rules that govern the export of software. You shall comply with all + applicable international and national laws that apply to the Software + as well as end-user, end-use, destination restrictions issued by + national governments or similar bodies, and restrictions on embargoed + nations. In the US the Internet Communications Software is controlled + under ECCN 5D992 of the Export Administration Regulations (“EAR”) under + Encryption Registration Number (“ERN”) R100351 and thus may not be + exported or re exported from the US to or downloaded by any person in + any countries controlled for anti terrorism reasons under the EAR, + which include Iran, North Korea, Cuba, Syria and Sudan. Moreover, the + Internet Communications Software may not be exported or re exported + from the US to or downloaded by any person or entity subject to US + sanctions regardless of location. See + www.bis.doc.gov/ComplianceAndEnforcement/ListsToCheck.htm and EAR Part + 736. Skype is making the Software available to you for download only on + the condition that you certify that you are not such a person or entity + and that the download is not otherwise in violation of US export + control and sanctions regulations. + +7. PROPRIETARY RIGHTS + + 7.1 The Software, Products and Skype Websites contain proprietary and + confidential information that is protected by intellectual property + laws and treaties. + + 7.2 The content and compilation of content included on the Skype + Websites, (excluding User Submissions) such as sounds, text, graphics, + logos, icons, images, audio clips, digital downloads and software, are + the property of Skype, its affiliates or licensors and are protected by + United States and international copyright laws. Such copyright + protected content cannot be reproduced without Skype’s express + permission. You may download and make personal, non-commercial use of + User Submissions on www.qik.com that are displayed with a “download” or + similar link. Skype reserves all rights not expressly granted in the + Skype Websites. + + 7.3 Skype and/or its licensors retain exclusive ownership of the + Software, Products and Skype Websites and all intellectual property + therein (whether or not registered and anywhere in the world). You will + not take any action to jeopardise, limit or interfere with Skype’s + intellectual property rights in the Software, Products and/or Skype + Websites. + + 7.4 “Skype”, associated trademarks and logos and the “S” logo are + trademarks of Skype. Skype has registered and filed applications to + register its trademarks in many countries worldwide. Skype’s trademarks + and trade dress may not be used in connection with any product or + service that is not Skype’s, in any manner that is likely to cause + confusion among customers, or in any manner that disparages or + discredits Skype. All other trademarks not owned by Skype or any of its + related companies that appear on this site are the property of their + respective owners. You are not permitted to and shall not register or + use any trade name, trademark, logo, domain name or any other name or + sign that incorporates any of Skype’s intellectual property (in whole + or part) or that is confusingly similar thereto. Please also see + Skype’s Trademark Guidelines for further details on use of its marks. + +8. CHARGES + + 8.1 Calling phones and premium rate numbers with Skype Credit: + + (i) Calling landlines and mobiles: The charges payable for calling + phones (outside of a subscription) consist of a connection fee (charged + once, per call) and a per-minute rate as set out on + www.skype.com/go/allrates. All calls will be disconnected and require a + re-dial after a 4-hour duration and an additional connection fee will + be charged on re-dial. + + (ii) Premium rate numbers: The charges payable for calling premium rate + numbers consist of a per-minute rate available at + www.skype.com/go/rates-premium. No connection fee is payable. + + (iii) Skype may change the rates for calling phones and premium rate + numbers at any time without notice to you by posting such change at + www.skype.com/go/allrates. The new rate will apply to your next + purchase after the new rates have been published. Please check the + latest rates before you make your call. If you do not accept the new + rates, do not make your call. + + (iv) The duration of a call shall be based on one-minute increments. + Fractions of minutes will be rounded up to the next minute. The + connection fee, where applicable, will be charged at the beginning of + the call. At the end of a call, fractional cent charges will be rounded + up to the nearest whole cent, for example a total call price of €0.034 + will be rounded up to €0.04. During the call, charges incurred will be + deducted automatically from the Skype Credit balance in your User + Account. + + 8.2 Charges for other Paid For Products: The charges for other Paid For + Products will be confirmed to you before you complete a purchase from + Skype. Skype may change the charges payable for the purchase of such + Products at any time without any notice to you. You can choose whether + or not to accept the new charges prior to completing your next purchase + of the applicable Product. The new charges will apply to your next + purchase after the new charges have been published. + + 8.3 Promotional Offers: From time to time, Skype may offer Paid-For + Products for free for a trial period. Skype reserves the right to + charge you for such Products (at the normal rate) in the event that + Skype determines (in its reasonable discretion) that you are abusing + the terms of the offer, including if you are using any service, proxy + or other devices or anonymous IP address that prevents us from locating + you. + + 8.4 Tax: Skype may collect VAT or other indirect taxes at the + appropriate rate (as per applicable tax rules) at the time of purchase + of Skype Credit. 15% Luxembourg VAT generally applies if you are + located in the EU and the Products are purchased and used in the EU. 8% + Swiss VAT applies if you are located in Switzerland. Other local taxes + may apply in certain countries. When you purchase a voucher or pre-paid + card, depending on the country, 15% Luxembourg VAT, local VAT or other + taxes may apply and may be deducted from the value of the voucher or + prepaid card upon redemption. You explicitly waive any right to VAT + reimbursement from Skype if the amount of VAT ultimately payable by the + latter to the tax authorities would for any reason be lower than the + amount of VAT collected from you at the time of purchase. Your Skype + Credit balance is displayed exclusive of any such taxes. The + territories in the EU set out below are outside the scope of EU VAT + under Council Directive 2006/112/EC on the common system of VAT, as + amended. The Skype Website does not enable users in such territories to + take advantage of this VAT exemption and we therefore do not provide + the Products in such territories: Mount Athos, Canary Islands, French + Overseas Departments, Aland Islands, Channel Islands, Heligoland + Island, Büsingen / Buesingen Territory, Ceuta, Melilla, Livigno, + Campione d'Italia and Italian Waters of Lake Lugano. + + 8.5 Third-Party Charges: Using the Software on mobile applications will + use some of the data allowance available on the data package to which + you have subscribed with your mobile network operator. Out-of-country + usage may lead to significantly higher costs than regular usage, and + you are solely responsible for keeping yourself informed and paying for + possible roaming and other applicable charges levied by your mobile + network operator. + +9. PAYMENT + + 9.1 Skype Credit. You can pay for select Paid-For Products using Skype + Credit. You can purchase Skype Credit using any payment method made + available to you by Skype from time to time. The Skype Credit that you + purchase will be credited to your User Account at the time of purchase + (or if you are using a Skype Credit voucher, at the time you redeem + that voucher). + + 9.2 Inactive Skype Credit. If you do not use your Skype Credit for a + period of 180 days, (including Skype Credit that has been allocated to + you by a Skype Manager administrator) Skype will place your Skype + Credit on inactive status. You can reactivate the Skype Credit by + following the reactivation link in My Account at + https://secure.skype.com/account/credit-reactivate. Reactivated Skype + Credit is not refundable. If you are located in Japan and you buy Skype + Credit from the Skype Website, this paragraph does not apply to you and + your Skype Credit shall expire 6 months from the date of purchase. You + are not permitted to use any Skype Credit on or after the date of its + expiry. + + 9.3 Other payment methods. Skype does not guarantee that you will be + able to use your Skype Credit balance to purchase all Products. Where + Skype Credit cannot be used to pay for a Product, Skype will make + another payment method available to you. Skype reserves the right to + remove or amend the available payment methods at its sole discretion. + + 9.4 Recurring Payments. Where you purchase Products on a subscription + basis (monthly, every 3 months or annually (as applicable)), you + acknowledge and agree that this is a recurring payment and payments + shall be made to Skype by the method you have chosen at the recurring + intervals chosen by you, until the subscription for that Product is + terminated by you or by Skype. + + 9.5 Auto-Recharge. + + (a) The Auto-Recharge feature will be automatically enabled when you + buy Skype Credit, unless you untick the appropriate box. Your Skype + Credit balance will be recharged with the same amount and by the same + payment method chosen when you first sign up for Auto-Recharge, unless + you subsequently change the amount by accessing your User Account. For + example, if you purchase 10 Euros of Skype Credit with your credit + card, the recharge amount charged to your credit card will also be 10 + Euros of Skype Credit. In future the same amount will be charged to + your credit card every time your Skype account balance goes below the + threshold set by Skype from time to time. If you do not want to enable + Auto-Recharge, please untick the box. + + (b) If you purchased a subscription with a payment method other than + credit card, PayPal or Moneybookers (Skrill), and you have enabled + Auto-Recharge, your Skype Credit balance will be recharged with the + amount necessary to purchase your next recurring subscription. + + (c) You can disable Auto-Recharge at any time by accessing your User + Account. + +10. REFUND POLICY + + 10.1 When you purchase Paid-For-Products directly from Skype you will + be entitled to a cancellation period of fifteen (15) days (a + “Cooling-Off Period”) unless you have made use of the Paid-For-Products + in any way, in which case the Cooling-Off Period will be extinguished + and your purchase cannot be cancelled or refunded. + + 10.2 Outside of the Cooling-Off Period, only subscriptions are + refundable unless used or expired. + + 10.3 Expenditure of Skype Credit, allocation of a Skype Number, or use + of any aspect of a subscription amounts to “use” of a Paid-For-Product. + You hereby expressly agree that Skype Numbers may be allocated before + the end of the Cooling-Off Period. + + 10.4 The Cooling-Off Period and refunds do not apply to + Paid-For-Products that are (i) purchased via a third party partner of + Skype (please contact the partner directly, who may decide in its sole + discretion whether or not to pay a refund), (ii) not directly acquired + online from Skype (e.g. vouchers or pre-paid cards) (iii) paid for in + cash using third party payment methods (such as a cash payment wallet) + and (iv) paid for and allocated to your Skype Account by a Skype + Manager administrator. They also do not apply to Membership of Skype + Developer. + + 10.5 If you believe that Skype has charged you in error, you must + contact Skype within 90 days of such charge. No refunds will be given + for any charges more than 90 days old. + + 10.6 Skype reserves the right to refuse a refund request if it + reasonably believes (i) that you are trying to unfairly exploit this + refund policy, for example, by making repetitive refund requests in + respect of the same Product; (ii) if you are in breach of these Terms + or (iii) if Skype reasonably suspects that you are using our Products + or Software fraudulently or that your User Account is being used by a + third party fraudulently. + + 10.7 This refund policy does not affect your statutory rights. + +11. ENDING YOUR RELATIONSHIP WITH SKYPE + + 11.1 You may terminate your relationship with Skype at any time and + without recourse to the courts by requesting closure of your User + Account, ceasing to use the Software, Products and/or Skype Websites + and cancelling any recurring payments. + + 11.2 Skype may terminate its relationship with you, or may terminate or + suspend your use of the Software, User Account(s), Products or Skype + Websites at any time and without recourse to the courts: + + (a) if you are in breach of these Terms; + + (b) if Skype reasonably suspects that you are using the Software, the + Products and/or Skype Websites to break the law or infringe third party + rights; + + (c) if Skype reasonably suspects that you are trying to unfairly + exploit or misuse the refund policy, or any of our policies. + + (d) if Skype reasonably suspects that you are using our Products, + Software and/or Skype Websites fraudulently or that your User Account + is being used by a third party fraudulently; + + (e) if you have purchased Skype Credit from an unauthorised reseller; + + (f) in respect of a particular Product, on thirty (30) days notice if + Skype decides to cease offering that Product; + + (g) immediately, if required due to a change in laws/regulation by a + regulator or authority with a lawful mandate, or by any of Skype’s + partners; + + (h) on thirty (30) days notice if Skype decides to cease offering the + Software to users in your jurisdiction generally. + + 11.3 Skype shall effect such termination by preventing your access to + your User Account, the Software, Products and/or Skype Websites (as + applicable). We reserve the right to cancel User Accounts that have + been inactive for more than one (1) year. + + 11.4 Consequences of Termination: Upon termination of your relationship + with Skype: (a) all licenses and rights to use the Software, Products + and/or Skype Websites shall immediately terminate; (b) you will + immediately cease any and all use of the Software, Products and/or + Skype Websites; and (c) you will immediately remove the Software from + all hard drives, networks and other storage media and destroy all + copies of the Software in your possession or under your control. + +12. EXCLUSION OF WARRANTIES, LIMITATION OF LIABILITY AND INDEMNITY + + 12.1 For the purposes of this paragraph 12, "Skype" includes its + subsidiary companies and affiliated legal entities and all their + directors, officers, agents, licensors and employees. + + 12.2 No Warranties: TO THE MAXIMUM EXTENT PERMITTED BY LAW: THE + SOFTWARE, PRODUCTS AND SKYPE WEBSITES ARE PROVIDED “AS IS” AND USED AT + YOUR SOLE RISK WITH NO WARRANTIES WHATSOEVER; SKYPE DOES NOT MAKE ANY + WARRANTIES, CLAIMS OR REPRESENTATIONS AND EXPRESSLY DISCLAIMS ALL SUCH + WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY, WITH + RESPECT TO THE SOFTWARE, PRODUCTS AND/OR SKYPE WEBSITES INCLUDING, + WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF QUALITY, PERFORMANCE, + NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR USE FOR A PARTICULAR + PURPOSE. SKYPE FURTHER DOES NOT REPRESENT OR WARRANT THAT THE SOFTWARE, + PRODUCTS AND/OR SKYPE WEBSITES WILL ALWAYS BE AVAILABLE, ACCESSIBLE, + UNINTERRUPTED, TIMELY, SECURE, ACCURATE, COMPLETE AND ERROR-FREE OR + WILL OPERATE WITHOUT PACKET LOSS, NOR DOES SKYPE WARRANT ANY CONNECTION + TO OR TRANSMISSION FROM THE INTERNET, OR ANY QUALITY OF CALLS MADE + THROUGH THE SOFTWARE. + + 12.3 Nothing in these Terms shall exclude or restrict Skype's liability + for (a) death or personal injury, (b) loss resulting from Skype's + wilful default or gross negligence, (c) fraud or deliberate + misrepresentation, or (d) any liability which cannot be limited or + excluded by applicable law. + + 12.4 No Liability: YOU ACKNOWLEDGE AND AGREE THAT SKYPE WILL HAVE NO + LIABILITY WHATSOEVER, WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE) + OR ANY OTHER THEORY OF LIABILITY, AND WHETHER OR NOT THE POSSIBILITY OF + SUCH DAMAGES OR LOSSES HAS BEEN NOTIFIED TO SKYPE, IN CONNECTION WITH + OR ARISING FROM YOUR USE OF SKYPE WEBSITES, OR THE INTERNET + COMMUNICATIONS SOFTWARE OR OTHER SOFTWARE THAT IS PROVIDED FREE OF + CHARGE. YOUR ONLY RIGHT OR REMEDY WITH RESPECT TO ANY PROBLEMS OR + DISSATISFACTION WITH SUCH SOFTWARE AND/OR SKYPE WEBSITES IS TO + IMMEDIATELY DEINSTALL SUCH SOFTWARE AND CEASE USE OF SUCH SOFTWARE + AND/OR SKYPE WEBSITES. + + 12.5 Limitation of Liability: Subject to paragraphs 12.3 and 12.4 + above, Skype shall not be liable to you, whether in contract, tort + (including negligence) or any other theory of liability, and whether or + not the possibility of such damages or losses has been notified to + Skype, for: + + (a) any indirect, special, incidental or consequential damages; or + + (b) any loss of income, business, actual or anticipated profits, + opportunity, goodwill or reputation (whether direct or indirect); or + + (c) any damage to or corruption of data (whether direct or indirect); + + (d) any claim, damage or loss (whether direct or indirect ) arising + from or relating to: + + (i) your inability to use the Software to contact Emergency Services; + + (ii) your failure to make additional arrangements to access Emergency + Services in accordance with paragraph 5.5 above; + + (iii)the service limitations set out in paragraph 5.6; + + (iv)your failure to provide accurate physical location information to + an Emergency Services operative; or + + (v)conduct of third party Emergency Services operatives and calling + centres to which you may be connected. + + (e) any claim, damage or loss (whether direct or indirect) arising from + or relating to: + + (i) any product or service provided by a third party under their own + terms of service, including without limitation, Skype WiFi; + + (ii) any Third Party Technology; + + (iii) any third party website. + + 12.6 Subject to paragraphs 12.3 - 12.5 above, Skype’s total liability + to you under or in connection with these Terms (whether in contract, + tort (including negligence) or any other theory of liability)) SHALL + NOT EXCEED IN AGGREGATE THE AMOUNT PAID BY YOU FOR THE PRODUCTS IN THE + 12 MONTH PERIOD IMMEDIATELY PRIOR TO THE DATE OF THE EVENT GIVING RISE + TO THE RELEVANT CLAIM, SUBJECT TO A MAXIMUM OF FIVE THOUSAND EUROS IN + ALL CASES. + + 12.7 If any third party brings a claim against Skype in connection + with, or arising out of (i) your breach of these Terms; (ii) your + breach of any applicable law of regulation; (iii) your infringement or + violation of the rights of any third parties (including intellectual + property rights); (iv) your User Submissions or (v) your complaint in + relation to any User Submission, you will indemnify and hold Skype + harmless from and against all damages, liability, loss, costs and + expenses (including reasonable legal fees and costs) related to such + claim. + +13. THIRD-PARTY WEBSITES, PRODUCTS AND SERVICES + + 13.1 Third parties may offer products or services via the Software + and/or Skype Websites, including games, applications, images, ring + tones, or avatars. Whilst Skype takes no responsibility for such + products or services, if you encounter any problems with payment for or + download, use of installation of such products or services, Skype will + use commercially reasonable endeavours to assist or resolve the + problems. The third party products or services may be subject to the + third party provider’s own terms and privacy policy that you may have + to accept upon download or installation. You should review such terms + before making any purchase or using any third party product or service + and Skype shall not be responsible for your failure to do so. + + 13.2 You acknowledge and agree that any third-party product information + and pricing that is shown on the Skype Websites regarding third-party + products and services is given to Skype by the applicable third-party + merchant (“Merchant”). The Merchant has the ability to change its + pricing or terminate its product availability at anytime. Skype is not + involved in any transactions between you and any Merchant whose + products and/or services are listed on the Skype Websites. Skype does + not control, is not responsible for and does not guarantee: (i) the + pricing, quality, performance, availability or terms and conditions of + purchase of products or services provided by the Merchant; (ii) any + payment transactions, delivery, returns or after sales activities + related to the products or services purchased on the Merchants’ + websites; (iii) the availability of the Merchant’s websites; (iv) the + completeness, truth or accuracy of any advertising or other materials + on, or available from, the Merchants’ websites, nor any listing or + other content about such products and services displayed on the Skype + Websites; (v) links to the Merchants’ websites that are featured on the + Skype Websites. Any questions, complaints, or claims related to any + product or service provided by a Merchant should be directed to the + applicable Merchant. + + 13.3 The Software and Skype Websites may include hyperlinks to other + third party websites. Skype is not responsible for such third party + websites or the availability of such websites and does not endorse any + content or material on such third party websites. Your use of each of + these third party websites is subject to the terms and conditions + posted on the applicable website. + +14. ADDITIONAL TERMS + + 14.1 The Skype Etiquette provides guidelines on how to use Skype and + how to treat the other members of Skype’s community properly and + respectfully. Please read these guidelines carefully which form part of + the Terms. + + 14.2 If you want to use the Internet Communications Software in + connection with any Broadcast, you must comply with the Broadcast TOS + at http://www.skype.com/legal/broadcast + + 14.3 Software Development Kits and APIs. Software development kits + provided through Skype Developer on the Skype Website (including + “SkypeKit”) and the use of any application program interface (“API”) + exposed or made available by Skype are subject to their own licensing + terms in which case such licensing terms will govern your use of that + software. If you use any such software development kit or API (as + applicable) you agree that you have read and will comply with the + applicable licensing terms, which are available on + http://developer.skype.com/. + + 14.4 Qik Free and Open Source Software Notice is incorporated herein by + reference. + +15. YOUR CONFIDENTIAL INFORMATION AND YOUR PRIVACY + + Skype is committed to respecting your privacy and the confidentiality + of your personal information. We will process your personal + information, the traffic data and the content of your communication(s) + in accordance with our Privacy Policy: http://www.skype.com/go/privacy. + +16. FOR GOVERNMENT USERS ONLY + + The Software and Documentation are “commercial computer software” and + “commercial computer software documentation,” respectively, as such + terms are used in United States Federal Acquisition Regulations + paragraph 12.212. Any use, duplication or disclosure of the Software or + the Documentation by or on behalf of the U.S. Government is subject to + restrictions as set forth in this Agreement. + +17. HOW TO CONTACT SKYPE + + 17.1 To contact Skype in relation to the Skype Software or “Skype” + branded Products, please submit a support request to support.skype.com. + + 17.2 To contact Skype in relation to the Qik Software or “Qik” branded + Products, please submit a support request to support.qik.com. + + 17.3 If you contact Skype by any means other than as set out in + paragraphs 17.1 or 17.2, your request may not be acknowledged. + +18. MISCELLANEOUS + + 18.1 You agree to the use of electronic communication in order to enter + into contracts, place orders, and create other records and to the + electronic delivery of notices, policies and changes thereto and + records of transactions with Skype. + + 18.2 For your convenience, Skype may provide you with a translation of + the English language version of these Terms. In the event of any + inconsistency between a non-English version of these Terms and the + English version, the English version shall govern your relationship + with Skype. + + 18.3 These Terms constitute the entire agreement between you and Skype + with respect to your use of the Software, Products and/or Skype + Websites and replace any prior agreements between you and Skype with + respect to the Software, Products and/or Skype Websites. + + 18.4 If any provision of these Terms (or part of it), is found by any + court or administrative body of competent jurisdiction or an arbitrator + to be illegal, invalid or unenforceable, then such provision (or part + of it) shall be removed from the Terms without affecting the legality, + validity or enforceability of the remainder of the Terms. Paragraph + 20.3(i) says what happens if parts of paragraph 20.3 (arbitration and + class action waiver) are found to be illegal, invalid or unenforceable. + Paragraph 20.3(i) prevails over this paragraph if inconsistent with it. + + 18.5 The failure by Skype to exercise, or delay in exercising, a legal + right or remedy provided by these Terms or by law shall not constitute + a waiver of Skype’s right or remedy. If Skype waives a breach of these + Terms, this shall not operate as a waiver of a subsequent breach of the + Terms. + + 18.6 You may not assign these Terms or any rights or obligations + contained in them. Skype may, without prior notice, assign these Terms + or any rights or obligations contained in them to any third party. + + 18.7 This paragraph 18, along with paragraphs, 4.2, 12, 20.3 and any + other provisions, which are expressed or clearly intended to survive or + operate in the event of termination, shall survive termination of the + Terms. + + 18.8 You acknowledge and agree that if Skype is unable to provide the + Software, Products and/or Skype Websites as a result of a force majeure + event, Skype will not be in breach of any of its obligations towards + you under these Terms. A force majeure event means any event beyond the + control of Skype. + + 18.9 These Terms other than paragraph 20.3 shall be governed by and + interpreted in accordance with the laws of Luxembourg and shall be + subject to the jurisdiction of the courts of the district of + Luxembourg. Paragraph 20.3 is governed by the United States Federal + Arbitration Act. + + 18.10 AVC/H.264 NOTICE: If the Software is used to make video calls (i) + between a personal computer and a device that is not a personal + computer or (ii) between devices that are not personal computers, the + AVC/H.264 codec may be used to facilitate video functionality in which + case the following notice applies: THE AVC VIDEO FUNCTIONALITY IN THIS + PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE + PERSONAL AND NON-COMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN + COMPLIANCE WITH THE AVC STANDARD (“AVC VIDEO”) AND/OR (ii) DECODE AVC + VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND + NON-COMMERCIAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER + LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE + IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM + MPEG LA, L.L.C. SEE www.mpegla.com. + +19. PRODUCT SPECIFIC TERMS + + 19.1 Skype Numbers (previously known as “Online Numbers”) and Skype To + Go numbers + + (a) Availability and use. Where we provide you with a Skype Number or + Skype To Go number, you agree that: + + (i) you do not own the number or have a right to retain that number + forever; + + (ii) the number provided to you is subject to applicable numbering + rules and regulatory practices; + + (iii) you will comply on an ongoing basis with any specific number + allocation requirements that we make you aware of, or any reasonable + instructions that Skype or Skype’s partners may give to you with regard + to the use of the numbers and the Products; + + (iv) you will not transfer or attempt to transfer your number to any + third party. In particular, you are responsible for compliance with any + requirements related to residency and or location; and + + (v) you will supply accurate, complete and up-to-date information to us + where we request it and inform us where such information changes. Skype + reserves the right to change the terms related to Skype Numbers and/or + Skype To Go numbers, including without limitation to impose or amend + any residency requirements and/or require the provision of further user + information for continued access to such numbers. In certain countries, + a number may be made available to you by a Skype partner rather than + Skype, and you may need to enter into a separate agreement with such + partner. + + (b) Other changes to numbers. If Skype needs to withdraw or change the + number that has been made available to you, Skype will use commercially + reasonable endeavours to notify you by e-mail, stating the effective + date of the change and where possible, your new number. If you do not + wish to accept this new number, you are entitled to terminate your + number. + + 19.2 User Account on Skype Manager + + (a) You are not permitted to belong to more than one Skype Manager at + the same time. + + (b) Any Skype Number purchased before 21 July 2009 and allocated to you + by a Skype Manager administrator shall be taken back by the + administrator of the Skype Manager, if you leave the Skype Manager + account for any reason. The right to use the number and the + cancellation of such right rest with the Skype Manager administrator at + his/her sole discretion and not you. + + (c) Personal and traffic data – Members. As a member of a Skype Manager + account you acknowledge and agree that the administrator of the Skype + Manager may, if you agree, view detailed information about the activity + on your User Account including the time, date, duration and destination + number of calls and SMS made and details of your purchases and + downloads. You can withdraw your agreement at any time by changing the + settings on your User Account. If you provide personal data including + your name and job title to be included on the Skype Manager directory, + you acknowledge that other members of that Skype Manager may view such + data. + + 19.3 Subscriptions + + (a) Fair Usage Policy. At Skype, we want all of our customers to get + the best calling plans, known as ‘subscriptions’, at the lowest + possible price. This Fair Usage Policy ("FUP") is designed to prevent + fraud and abuse of our subscriptions by a small number of users. + + Subject to this FUP, Skype’s unlimited subscriptions allow unlimited + calls to landlines in the applicable subscription countries (excluding + special, premium, service and non-geographic numbers). Unlimited calls + to mobiles may also be included where stated at the time of purchase. + All calls will be disconnected and require a re-dial after a 2-hour + duration. + + Skype’s subscriptions are for individual use only (personal or business + communications) in accordance with our Terms of Use and this FUP + (“Legitimate Use”). The following is a non-exhaustive list of practices + that would not be considered Legitimate Use: + + (i) Using subscriptions for telemarketing or call centre operations; + + (ii) Re-selling subscription minutes; + + (iii) Sharing subscriptions between users whether via a PBX, call + centre, computer or any other means; + + (iv) Calling numbers (whether singly, sequentially or automatically) to + generate income for yourself or others as a result of merely placing + the call, other than for your individual business communications (and + subject to paragraph 4.1 of the Terms of Use); and + + (v) Unusual calling patterns inconsistent with normal, individual + subscription use, for example, regular calls of short duration or calls + to multiple numbers in a short period of time. + + Other practices may be relevant in determining Legitimate Use and Skype + reserves the right to take any unlawful, prohibited, abnormal or + unusual activity into account in making its determination. Skype may at + its option, terminate its relationship with you, or may suspend your + subscription immediately if it determines you are using your + subscription contrary to this FUP or Skype’s Terms of Use. Where + reasonable, Skype will provide you with notice of improper usage before + suspension or termination of your subscription and, if appropriate, + Skype may offer you an alternative subscription. + + (b) Skype reserves the right to withdraw or change the subscriptions at + any time. If Skype changes the Products included in your subscription, + Skype will notify you by email stating the changes and their effective + date. If you do not wish to accept these changes, you are entitled to + terminate your subscription, with effect from the date on which the + changes are due to take effect. + + (c) The “Unlimited World Extra” subscription has a minimum fixed term + of 2 years from the date of purchase. You are not permitted to + terminate it before the expiry of the 2-year minimum term except in + case of breach by Skype of the Terms. This subscription is billed + monthly as a recurring payment. + + 19.4 Skype WiFi + + Skype WiFi is provided by one of Skype’s WiFi partners. Your use of + Skype WiFi is subject to that partner’s terms of service. Before you + start a Skype WiFi session at a specific WiFi hotspot, you will be + notified of the identity of the WiFi provider and their terms of + service. You will have to read their terms of service, which you agree + to be subject to by proceeding with the Skype WiFi session. You can pay + for Skype WiFi using your Skype Credit balance, and your use of Skype + Credit is subject to these Terms of Service. + + 19.5 SMS + + Each SMS message has a limit of 160 characters. If you type a longer + message it will be broken down into several SMS messages and you will + be charged for each message sent. If you send SMS messages to more than + one person you will be charged for each SMS sent to each recipient. If + Skype cannot (for whatever reason) send your SMS, Skype will continue + to try and send the message for up to 24 hours after which time the SMS + charge will be refunded to your Skype Credit balance automatically if + delivery is unsuccessful. + + 19.6 Group Video Calling + + (a) A fair usage policy applies at www.skype.com/go/terms.gvc.fairusage + and is incorporated herein by reference. Skype reserves the right to + change the fair usage policy at any time. Changes shall become + effective when published on the Skype Website. Your continued use of a + Skype Premium Subscription after publication on the Skype Website shall + constitute your acceptance to be bound by the terms and conditions of + the revised fair usage policy. + + (b) Number of Participants. The number of permitted participants on a + group video call varies from 3 to a maximum of 10, subject to system + requirements. You can find more details at + www.skype.com/go/skypepremium. + + (c) Audio Conversion. If a Skype Premium Subscription or Day Pass + expires during a group video call, or it has exceeded the fair usage + limit, or the owner of the Skype Premium Subscription leaves the call + (and there is no other participant on the call who owns a Skype Premium + Subscription), then the call will convert from video to audio. + + (d) Software Versions. If a participant of a group video call is not on + a version of Internet Communications Software that supports group video + calls, then the call will be an audio call only for that participant. + For details of the system requirements for group video calling, please + see www.skype.com/go/skypepremium.requirements. + + (e) Live chat. Live chat customer support is available as part of the + Skype Premium Subscription. This support is available 24 hours a day, + every day, and only in English. + + 19.7 Qik Premium Fair Usage Policy + + Qik Premium is subject to a fair usage policy of 15GB of video storage + per user per month and each video can be no more than 90 minutes in + duration. Once these limits have been reached you cannot upload any new + videos in that month or continue recording beyond the 90-minute mark. + + Skype reserves the right to change the fair usage policy at any time. + Changes shall become effective when published on the Skype Website. + Your continued use of Qik Premium after publication on the Skype + Website shall constitute your acceptance to be bound by the terms and + conditions of the revised fair usage policy. + + 19.8 Skype Video Messaging (“Video Messaging”) + + If you are not a Skype Premium subscriber, the number of Video Messages + you can send are limited and will be subject to an expiry date. + + Fair Use Policy: This FUP is designed to prevent fraud and abuse of + Video Messaging. Video Messaging is for personal, individual and + non-commercial use only, and to be in accordance with these Terms at + all times (“Legitimate Use”). Skype reserves the right to take any + unlawful, prohibited, abnormal or unusual activity into account in + making its determination as to whether your activity does not + constitute Legitimate Use. Skype may in its option, terminate its + relationship with you, or suspend your account immediately if it + determines you are using Video Messaging contrary to this FUP or these + Terms. + +20. PAY BY MOBILE + + 20.1 This section applies if you select a third-party payment system + that enables you to pay for Skype Credit and certain Paid for Products + via your mobile phone bill where applicable (“Pay by Mobile”). + + 20.2 By selecting or using Pay by Mobile: + + (a) You authorise your mobile phone carrier to charge appropriate fees + directly to your mobile phone bill; and + + (b) You represent that you are the person or entity responsible for the + mobile phone account associated with the mobile number you provide when + using Pay by Mobile, or are authorised by that person or entity to + incur such charges. + + 20.3 BINDING ARBITRATION AND CLASS ACTION WAIVER FOR UNITED STATES + ACCOUNTS. If you select Pay by Mobile and your mobile phone account is + registered with a mobile phone carrier in the USA or you reside in the + USA, the following additional terms apply: + + (a) Paragraph 20.3 applies to any dispute arising between you and + either Skype or any third party including mobile phone carriers and + Skype’s corporate affiliates (collectively, “Disputed Party” or + “Disputed Parties”) relating to your use of Pay by Mobile, EXCEPT IT + DOES NOT INCLUDE A DISPUTE RELATING TO THE ENFORCEMENT OR VALIDITY OF + YOUR, SKYPE’S, OR EITHER OF OUR LICENSORS’ INTELLECTUAL PROPERTY + RIGHTS. Dispute, for purposes of paragraph 20.3, means any dispute, + action, or other controversy whether in contract, warranty, tort, + statute, regulation, ordinance, or any other legal or equitable basis. + Dispute will be given the broadest possible meaning allowable under + law. + + (b) In the event of a dispute, you must provide Skype or other Disputed + Party with a Notice of Dispute, which is a written statement of the + name, address and contact information of the party giving it, the facts + giving rise to the dispute, and the relief requested. You must send any + Notice of Dispute to Skype or its corporate affiliate at ATTN: Legal + Department, Microsoft Corporation One Microsoft Way Redmond, WA + 98052-7329. and to any other Disputed Party at its principal place of + business in the USA, marked ATTN: Legal Department. The Disputed Party + will send any Notice of Dispute to your address if it has it, or + otherwise to your e-mail address on file. You and the Disputed Party + will attempt to resolve any dispute through informal negotiation within + 60 days from the date the Notice of Dispute is sent, after which you or + the Disputed Party may commence arbitration. + + (c) You may also litigate any dispute in a small claims court in your + county of residence, if the dispute meets all requirements to be heard + in the small claims court. You may litigate in a small claims court + whether or not you negotiated informally first. + + (d) Binding Arbitration. If you and a Disputed Party do not resolve any + dispute by informal negotiation or in small claims court, any other + effort to resolve the dispute will be conducted exclusively by binding + arbitration governed by the United States Federal Arbitration Act + (“FAA”). You are giving up the right to litigate (or participate in as + a party or class member) all disputes in court before a judge or jury. + Instead, all disputes will be resolved before a neutral arbitrator, + whose decision will be final except for a limited right of appeal under + the FAA. Any court with jurisdiction over the parties may enforce the + arbitrator’s award. + + (e) Class Action Waiver. Any proceedings to resolve or litigate any + dispute in any forum will be conducted solely on an individual basis. + Neither you nor a Disputed Party will seek to have any dispute heard as + a class action, private attorney general action, or in any other + proceeding in which either party acts or proposes to act in a + representative capacity. No arbitration or proceeding will be combined + with another without the prior written consent of all parties to all + affected arbitrations or proceedings. + + (f) Any arbitration will be conducted by the American Arbitration + Association (the “AAA”) under its Commercial Arbitration Rules. If you + are an individual and use the Software or Products for personal or + household use, or if the value of the dispute is $75,000 USD or less + whether or not you are an individual or how you use them, its + Supplementary Procedures for Consumer-Related Disputes will also apply. + For more information, see adr.org or call +1-800-778-7879. In a dispute + involving $75,000 USD or less, Skype will promptly reimburse your + filing fees and pay the AAA’s and arbitrator’s fees. You and Skype + agree to the terms governing procedures, fees and incentives at + go.microsoft.com/fwlink/?linkid=275219. To commence arbitration, + submit the form available at go.microsoft.com/fwlink/?linkid=275627 to + the AAA. You agree to commence arbitration only in your county of + residence, in Santa Clara County, California, or another Disputed + Party’s principal place of business in the USA. Skype and other + Disputed Parties agree to commence arbitration only in your county of + residence. + + (g) To the extent permitted by law, any claim or dispute relating to + your use of Pay by Mobile must be filed within one year in small claims + court (paragraph 20.3(c)) or in arbitration (paragraph 20.3(d)). The + one-year period begins when the claim or dispute first could be filed. + If such a claim or dispute is not filed within one year, it is + permanently barred. + + (h) Rejecting Future Arbitration Changes. You may reject any change + Skype makes to paragraph 20.3 (other than address changes) by sending + us notice within 30 days of the change by U.S. Mail to the address in + paragraph 20.3(b). If you do, the most recent version of paragraph 20.3 + before the change you rejected will apply. + + (i) If the class action waiver in paragraph 20.3(e) is found to be + illegal, invalid or unenforceable as to all or some parts of a dispute, + then paragraph 20.3 will not apply to those parts. Instead, those parts + will be severed and proceed in a court of law, with the remaining parts + proceeding in arbitration. If any other provision of paragraph 20.3 is + found to be illegal, invalid or unenforceable, that provision will be + severed with the remainder of paragraph 20.3 remaining in full force + and effect. + + YOU EXPRESSLY ACKNOWLEDGE THAT YOU HAVE READ THESE TERMS AND UNDERSTAND + THE RIGHTS, OBLIGATIONS, TERMS AND CONDITIONS SET FORTH HEREIN. BY + CLICKING ON THE ACCEPT BUTTON AND/OR CONTINUING TO INSTALL THE SOFTWARE + OR USE THE SOFTWARE, PRODUCTS AND/OR SKYPE WEBSITES, YOU EXPRESSLY + CONSENT TO BE BOUND BY ITS TERMS AND CONDITIONS AND GRANT TO SKYPE THE + RIGHTS SET FORTH HEREIN. + +© Skype – Last updated: April 2013 diff --git a/sdk_container/src/third_party/portage-stable/licenses/StarUML-EULA b/sdk_container/src/third_party/portage-stable/licenses/StarUML-EULA new file mode 100644 index 0000000000..52087572c5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/StarUML-EULA @@ -0,0 +1,26 @@ +End User License Agreement +The SOFTWARE PRODUCT (StarUML) is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold. +LICENSES +StarUML is licensed as follows: +Installation and Usage. + +Licenses are per user and valid for use on all supported operating systems. License keys may be used on multiple computers and operating systems, provided the license key holder is the primary user. Businesses must purchase at least as many licenses as the number of people using StarUML. +Backup Copies. + +You may make copies of the license key and or StarUML for backup and archival purposes. +DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS +Maintenance of Copyright Notices. + +You must not remove or alter any copyright notices on any copy of StarUML. +Distribution. + +You may not distribute or sell license keys or StarUML to third parties. Licenses will be revoked if distributed or sold to third parties. +Rental. + +You may not rent, lease, or lend the license key or StarUML. +COPYRIGHT +All title, including but not limited to copyrights, in and to StarUML and any copies thereof are owned by MKLab. +NO WARRANTIES +MKLab expressly disclaims any warranty for StarUML, which is provided 'as is' without any express or implied warranty of any kind, including but not limited to any warranties of merchantability, non-infringement, or fitness of a particular purpose. +LIMITATION OF LIABILITY +In no event shall MKLab be liable for any damages due to use of StarUML, to the maximum extent permitted by law. This includes without limitation, lost profits, business interruption, or lost information. In no event will MKLab be liable for loss of data or for indirect, special, incidental, consequential (including lost profit), or other damages. MKLab shall have no liability with respect to the content of StarUML or any part thereof, including but not limited to errors or omissions contained therein, libel, trademark rights, business interruption, loss of privacy or the disclosure of confidential information. diff --git a/sdk_container/src/third_party/portage-stable/licenses/Stuffit b/sdk_container/src/third_party/portage-stable/licenses/Stuffit index e2080411d1..0bdcf84930 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/Stuffit +++ b/sdk_container/src/third_party/portage-stable/licenses/Stuffit @@ -56,5 +56,5 @@ Server, multiple user and site licenses are available, please visit: or contact: sales@aladdinsys.com -$Id: Stuffit,v 1.1 2002/10/30 02:17:50 nall Exp $ +$Id$ diff --git a/sdk_container/src/third_party/portage-stable/licenses/UCAR-BSD b/sdk_container/src/third_party/portage-stable/licenses/UCAR-BSD new file mode 100644 index 0000000000..36e1810283 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/UCAR-BSD @@ -0,0 +1,32 @@ +Copyright 2014 University Corporation for Atmospheric Research and contributors. +All rights reserved. + +This software was developed by the Unidata Program Center of the +University Corporation for Atmospheric Research (UCAR) +. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1) Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2) Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + 3) Neither the names of the development group, the copyright holders, nor the + names of contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + 4) This license shall terminate automatically and you may no longer exercise + any of the rights granted to you by this license as of the date you + commence an action, including a cross-claim or counterclaim, against + the copyright holders or any contributor alleging that this software + infringes a patent. This termination provision shall not apply for an + action alleging patent infringement by combinations of this software with + other software or hardware. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/UPX-exception b/sdk_container/src/third_party/portage-stable/licenses/UPX-exception new file mode 100644 index 0000000000..444ded8d94 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/UPX-exception @@ -0,0 +1,138 @@ +-----BEGIN PGP SIGNED MESSAGE----- + + + ooooo ooo ooooooooo. ooooooo ooooo + `888' `8' `888 `Y88. `8888 d8' + 888 8 888 .d88' Y888..8P + 888 8 888ooo88P' `8888' + 888 8 888 .8PY888. + `88. .8' 888 d8' `888b + `YbodP' o888o o888o o88888o + + + The Ultimate Packer for eXecutables + Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar + http://wildsau.idv.uni-linz.ac.at/mfx/upx.html + http://www.nexus.hu/upx + http://upx.tsx.org + + +PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN +TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION. + + +ABSTRACT +======== + + UPX and UCL are copyrighted software distributed under the terms + of the GNU General Public License (hereinafter the "GPL"). + + The stub which is imbedded in each UPX compressed program is part + of UPX and UCL, and contains code that is under our copyright. The + terms of the GNU General Public License still apply as compressing + a program is a special form of linking with our stub. + + As a special exception we grant the free usage of UPX for all + executables, including commercial programs. + See below for details and restrictions. + + +COPYRIGHT +========= + + UPX and UCL are copyrighted software. All rights remain with the authors. + + UPX is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer + UPX is Copyright (C) 1996-2000 Laszlo Molnar + + UCL is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer + + +GNU GENERAL PUBLIC LICENSE +========================== + + UPX and the UCL library are free software; you can redistribute them + and/or modify them under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version. + + UPX and UCL are distributed in the hope that they will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. + + +SPECIAL EXCEPTION FOR COMPRESSED EXECUTABLES +============================================ + + The stub which is imbedded in each UPX compressed program is part + of UPX and UCL, and contains code that is under our copyright. The + terms of the GNU General Public License still apply as compressing + a program is a special form of linking with our stub. + + Hereby Markus F.X.J. Oberhumer and Laszlo Molnar grant you special + permission to freely use and distribute all UPX compressed programs + (including commercial ones), subject to the following restrictions: + + 1. You must compress your program with a completely unmodified UPX + version; either with our precompiled version, or (at your option) + with a self compiled version of the unmodified UPX sources as + distributed by us. + 2. This also implies that the UPX stub must be completely unmodfied, i.e. + the stub imbedded in your compressed program must be byte-identical + to the stub that is produced by the official unmodified UPX version. + 3. The decompressor and any other code from the stub must exclusively get + used by the unmodified UPX stub for decompressing your program at + program startup. No portion of the stub may get read, copied, + called or otherwise get used or accessed by your program. + + +ANNOTATIONS +=========== + + - You can use a modified UPX version or modified UPX stub only for + programs that are compatible with the GNU General Public License. + + - We grant you special permission to freely use and distribute all UPX + compressed programs. But any modification of the UPX stub (such as, + but not limited to, removing our copyright string or making your + program non-decompressible) will immediately revoke your right to + use and distribute a UPX compressed program. + + - UPX is not a software protection tool; by requiring that you use + the unmodified UPX version for your proprietary programs we + make sure that any user can decompress your program. This protects + both you and your users as nobody can hide malicious code - + any program that cannot be decompressed is highly suspicious + by definition. + + - You can integrate all or part of UPX and UCL into projects that + are compatible with the GNU GPL, but obviously you cannot grant + any special exceptions beyond the GPL for our code in your project. + + - We want to actively support manufacturers of virus scanners and + similar security software. Please contact us if you would like to + incorporate parts of UPX or UCL into such a product. + + + +Markus F.X.J. Oberhumer Laszlo Molnar +markus.oberhumer@jk.uni-linz.ac.at ml1050@cdata.tvnet.hu + +Linz, Austria, 25 Feb 2000 + + + +-----BEGIN PGP SIGNATURE----- +Version: 2.6.3ia +Charset: noconv + +iQCVAwUBOLaLS210fyLu8beJAQFYVAP/ShzENWKLTvedLCjZbDcwaBEHfUVcrGMI +wE7frMkbWT2zmkdv9hW90WmjMhOBu7yhUplvN8BKOtLiolEnZmLCYu8AGCwr5wBf +dfLoClxnzfTtgQv5axF1awp4RwCUH3hf4cDrOVqmAsWXKPHtm4hx96jF6L4oHhjx +OO03+ojZdO8= +=CS52 +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/licenses/URI b/sdk_container/src/third_party/portage-stable/licenses/URI index a55d997d48..a368e51e95 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/URI +++ b/sdk_container/src/third_party/portage-stable/licenses/URI @@ -1,5 +1,5 @@ - $Id: URI,v 1.1 2009/04/18 23:57:30 nerdboy Exp $ + $Id$ (c) Copyright 1994-2000 by The University of Rhode Island and The Massachusetts Institute of Technology diff --git a/sdk_container/src/third_party/portage-stable/licenses/W3C-document b/sdk_container/src/third_party/portage-stable/licenses/W3C-document index e8020bd718..1b1879149e 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/W3C-document +++ b/sdk_container/src/third_party/portage-stable/licenses/W3C-document @@ -62,5 +62,5 @@ site-policy@w3.org. Joseph Reagle -Last revised $Id: copyright-documents-20021231.html,v 1.6 2004/07/06 16:02:49 +Last revised $Id$ slesch Exp $ diff --git a/sdk_container/src/third_party/portage-stable/licenses/WPS-EULA b/sdk_container/src/third_party/portage-stable/licenses/WPS-EULA index b5fe974fa3..aa9f47306f 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/WPS-EULA +++ b/sdk_container/src/third_party/portage-stable/licenses/WPS-EULA @@ -6,7 +6,7 @@ As a reference, you may print out the text of the EULA from this page now. You m The EULA is a legal agreement entered into between you and Kingsoft regarding the "Product". The "Product" includes computer software and any associated documents and printed materials. Before first using the "Product", you shall agree to all the terms of the EULA. If there is any disagreement, please uninstall the "Product" and do not use the "Product" in any way. -The "Product" is protected by copyright laws, international copyright treaties and other related laws and treaties. The "Product" is licensed, not sold. +The "Product" is protected by copyright laws, international copyright treaties and other related laws and treaties. The "Product" is licensed, not sold. 1. Kingsoft grants you a nonexclusive license to the "Product" in the territorial scope of the world. You are entitled to: 1) Install, use, display and run (collectively referred as to "run") a copy of the "Product" on one computer based on Linux system; @@ -32,7 +32,7 @@ b.each node and terminal which has been legally granted the license is based on 3. You may make a one-time permanent assignment of the "Product" accompanied by the EULA to a third party, provided that the following conditions shall be wholly satisfied: 1) The whole and complete "Product" (including but not limited to computer software and any associated documents and printed materials) are assigned. 2) Any assignment comprises all former editions of the "Product", if the "Product" is an upgraded edition. -3) You retain no copies of the "Product" . +3) You retain no copies of the "Product" . 4) Your license is terminated upon the assignment. 5) The third party receiving the "Product" agrees to all the terms of the EULA. diff --git a/sdk_container/src/third_party/portage-stable/licenses/WebStorm b/sdk_container/src/third_party/portage-stable/licenses/WebStorm new file mode 100644 index 0000000000..ca2d39708c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/WebStorm @@ -0,0 +1,110 @@ +License Agreement for WebStorm +Commercial License + + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the individual or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. + +2. DEFINITIONS + +(a) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is a legal entity, any employee, independent contractor and other temporary worker authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. + +(b) "Software" means software program known as WebStorm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of WebStorm (collectively, "Third Party Software"). + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: + +(a) Licensee may: +(i) install and use the version of Software specified in License Certificate(s) on multiple computers and operating systems, provided that a number of concurrent users never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple computers, or on different operating systems at a time, and +(ii) make one back-up copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software, or +(iii) allow the use of the same License Key by multiple Authorized Users, on multiple computers, or on different operating systems at a time. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period). + +(b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software. + +(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +7. LICENSE FEES AND PAYMENTS + +Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +8. UPGRADES + +(a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. Upon installing any Upgrade, Licensee must cease using a previous version of Software and destroy License Key provided by Licensor for a previous version of Software. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or purchase. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERM AND TERMINATION + +(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual. + +(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its computers and archives. + +(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +13. MARKETING + +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/WebStorm_Academic b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_Academic new file mode 100644 index 0000000000..35ca7f3d67 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_Academic @@ -0,0 +1,111 @@ +License Agreement for WebStorm +Academic License + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the individual who is a student, faculty or staff member at an educational institution, or the educational institution specified in the License Certificate, exercising rights under, and complying with all of the terms of, this Agreement. For purposes of this definition, "educational institution" means a public or private school, college, university or other post secondary educational establishment. + +2. DEFINITIONS + +(a) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is an educational institution, any student, faculty or staff member authorized by Licensee to use the Software while performing duties within the scope of their employment or assignment. + +(b) "Client" means a computer device used by Authorized User for running the Software. + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables a single Authorized User to use the Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for the Software. + +(e) "Software" means software program known as WebStorm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that either integrated with or made part of WebStorm (collectively, "Third Party Software"). + +3. OWNERSHIP + +(a) The Software is the property of Licensor or its suppliers. The Software is licensed, not sold. Title and copyrights to the Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of the Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) The Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in the Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use the Software as follows: + +(a) Licensee may: +(i) install and use the licensed edition and version of the Software specified in License Certificate(s) on any number of Clients and on any operating system supported by the Software, provided that a number of concurrent users of the Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time; +(ii) use the Software for non-commercial, educational purposes only, including conducting academic research or providing educational services; and +(iii) make one back-up copy of the Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer the Software, or any portions of the Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of the Software, or create derivative works from the Software; +(iii) allow the use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time. The Software may contain a feature preventing concurrent use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time; +(iv) use the Software for any commercial purpose. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use the Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of the Software unless otherwise specified (Evaluation Period). + +(b) Licensees use of the Software during Evaluation Period shall be limited to the internal evaluation of the Software for the sole purpose of determining whether the Software meets Licensees requirements and whether Licensee desires to continue using the Software. + +(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of the Software or cease using the Software. The Software contains a feature that will automatically disable the Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of the Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use the Software. + +7. LICENSE FEES AND PAYMENTS + +Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +8. UPGRADES + +(a) All generally available Upgrades to the Software will be free of charge to Licensee during the initial one (1) year period after purchase of the Software. If Licensee obtains a new License Key for upgrade, Licensee shall destroy a License Key obtained for the previous version of the Software. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of Licensee agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERMINATION + +If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use the Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using the Software and delete the Software from its Clients and archives. + +LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT THE SOFTWARE NO LONGER OPERATES. + +13. MARKETING + +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of the Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of the Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of the Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to the Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic
 +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/WebStorm_Classroom b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_Classroom new file mode 100644 index 0000000000..73db152706 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_Classroom @@ -0,0 +1,119 @@ +LICENSE AGREEMENT FOR WEBSTORM + (Classroom License) + + Version 11, Effective as of 16 May 2013 + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na h?ebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means a public or private school, college, training courses, university and other post secondary educational establishment specified in the License Certificate, exercising rights under, and complying with the terms of this Agreement. + +2. DEFINITIONS + +(a) "Authorized User" means any student, faculty or staff member authorized by Licensee to use the Software while performing duties within the scope of their employment or assignment. + +(b) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 7 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 6 of this Agreement by parties other than Licensor and that either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables Licensee to use the Software by multiple Authorized Users at a time. Only Licensor and/or its representatives are permitted to produce License Keys for the Software. + +(e) "Client" means a computer device owned, leased or otherwise directly controlled by Licensee; that is part of Licensee's internal network domain, located at Licensee's permanent facilities, and used by Authorized User for running the Software. + +(f) "License Server" means a software program that issues and revokes License Tickets to/from Clients based on installed License Key. + +(g) "License ticket" means a token granted to a Client by the License Server in order to activate the Software installed on the Client. + +3. OWNERSHIP + +(a) The Software is the property of Licensor or its suppliers. The Software is licensed, not sold. Title and copyrights to the Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of the Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) The Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in the Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use the Software for a period of 1 (one) year as follows: + +(a) Licensee may: + +(i) install and use the version of the Software that has been specified in License Certificate on any number of Clients; + +(ii) use the Software by Authorized Users solely in support of classroom instruction of students. The right to use the Software for any other purposes is expressly prohibited; + +(iii) allow Authorized Users to install and use the Software for homework at their residencies on personally owned computers and process respective License Tickets, provided that they agree to all provisions of this Agreement; + +(iv) install License Server solely on its own Clients (in such a case the Section 4 letter a) iii) of this Agreement shall not apply); + +(v) process License Tickets to Clients; +and + +(vi) make one back-up copy of the Software for archival purposes. +(b) Licensee may not: + +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer the Software, or any portions of the Software, to anyone without the prior written consent of Licensor; + +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of the Software, or create derivative works from the Software; or + +(iii) use the Software for any commercial purposes. + +Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of the Software by Authorized Users in an inappropriate manner or access to the Software by unauthorized users. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 7 and 8 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. UPGRADES AND LICENSE RENEWAL + +(a)Upgrades to new versions of Software are optional and free of charge during the 1-year license term. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site atwww.jetbrains.com. Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal. + +7. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +8. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +9. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +10. TERMINATION + +If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its computers and archives, and also ensure that it is deleted by Authorized Users. +LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +11. MARKETING + +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +12. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + + +For exceptions or modifications to this Agreement, please contact Licensor at: + +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/WebStorm_OpenSource b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_OpenSource new file mode 100644 index 0000000000..1ebe1d7223 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_OpenSource @@ -0,0 +1,110 @@ +License Agreement for WebStorm +Open Source Development License + + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the individual or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. + +2. DEFINITIONS + +(a) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is a legal entity, any employee, independent contractor and other temporary worker authorized by Licensee to use Software while performing duties within the scope of their employment or assignment; (iii) if Licensee meets the "Open Source definition", an open source development group member who is authorized by Licensee to use Software for the purpose of open source development. + +(b) "Software" means software program known as WebStorm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of WebStorm (collectively, "Third Party Software"). + +(c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: + +(a) Licensee may: +(i) install and use the version of Software specified in License Certificate(s) on multiple computers and operating systems, provided that a number of concurrent users never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple computers, or on different operating systems at a time, and +(ii) make one back-up copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software, or +(iii) allow the use of the same License Key by multiple Authorized Users, on multiple computers, or on different operating systems at a time. +(c) License Limitations for Open Source Development: +(i) if Licensee has been granted a Software license for open source development, the purpose of use of Software shall be restricted solely to development of non-commercial open source projects that meet the Open Source Definition at http://www.opensource.org/docs/osd. Any commercial use of a Software license for open source development is expressly prohibited; +(ii) Licensee's right to use a Software license for open source development shall be limited to one (1) year. Licensee may renew its Software license for open source development for another year by submitting a written request to Licensor thirty (30) days prior to a license expiration date. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period). + +(b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software. + +(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +7. LICENSE FEES AND PAYMENTS + +Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +8. UPGRADES + +(a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after download of Software. Upon installing any Upgrade, Licensee must cease using a previous version of Software and destroy License Key provided by Licensor for a previous version of Software. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or purchase. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERMINATION + +If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its computers and archives. + +LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +13. MARKETING +Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/WebStorm_personal b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_personal new file mode 100644 index 0000000000..dec6d70d98 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/WebStorm_personal @@ -0,0 +1,110 @@ +License Agreement for WebStorm +Personal License + + +IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. + +1. PARTIES + +(a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. + +(b) "Licensee" means the individual or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. + +2. DEFINITIONS + +(a) "Software" means software program known as WebStorm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of WebStorm (collectively, "Third Party Software"). + +(b) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. + +(c) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. + +3. OWNERSHIP + +(a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. + +(b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. + +4. GRANT OF LICENSE + +Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: + +(a) Licensee may: +(i) install and use the version of Software specified in License Certificate on multiple computers and operating systems, provided that Licensee is the only user of Software and that Software is not used on more than one machine and (or) operating system at a time, and +(ii) make one back-up copy of Software solely for archival purposes. + +(b) Licensee may not: +(i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; +(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software, or +(iii) use the License Key on different computers or operating systems at a time. +(c) Additional Limitations +This License is only for natural persons who are purchasing the license using their own funds only. Notwithstanding anything to the contrary set forth above, Licensee may not use Software, and this license shall not be in effect, in the event that Licensee does not pay Software license fee using Licensee's own funds. If any third party pays Software license fee or if Licensee expects or receives reimbursement for Software license fee from any third party, this License shall be invalid and not in effect. + +5. THIRD PARTY SOFTWARE LICENSE + +(a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. + +(b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. + +(c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. + +6. RESTRICTED USE DURING EVALUATION PERIOD + +(a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period). + +(b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software. + +(c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. + +7. LICENSE FEES AND PAYMENTS + +Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. + +8. UPGRADES + +(a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. Upon installing any Upgrade, Licensee must cease using a previous version of Software and destroy License Key provided by Licensor for a previous version of Software. + +(b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or purchase. + +9. LIMITED WARRANTY + +SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. + +10. DISCLAIMER OF DAMAGES + +(a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. + +(b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. + +11. EXPORT REGULATIONS + +Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. + +12. TERM AND TERMINATION + +(a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual. + +(b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its computers and archives. + +(c) LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. + +13. MARKETING + +Licensee agrees to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. + +14. GENERAL + +(a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. + +(b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. + +(c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. + +(d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. + +(e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. + +For exceptions or modifications to this Agreement, please contact Licensor at: +Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic +Fax: +420 241 722 540 +E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/WolframCDFPlayer b/sdk_container/src/third_party/portage-stable/licenses/WolframCDFPlayer new file mode 100644 index 0000000000..8394d0ee34 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/WolframCDFPlayer @@ -0,0 +1,108 @@ +[ Source: http://www.wolfram.com/legal/agreements/wolfram-cdf-player.html ] + +Wolfram CDF Player License Agreement + +Acceptance + +This is a binding agreement: read all terms; retain a copy. + +The terms and conditions of this License Agreement are subject to change without notice from time to time in our sole discretion. We will notify You of amendments to these terms +and conditions by posting them at http://www.wolfram.com/legal/agreements/wolfram-cdf-player.html. + +Carefully read the following terms and conditions before accessing, installing, or using the Software. By clicking the "I Agree" button, downloading the Product, or +installing/using the Product, You are consenting to be bound by this Wolfram CDF Player License Agreement ("Agreement"). If You are not willing to accept the terms and +conditions of this Agreement, You may not access, copy, install, or use the Product. You should discontinue use/installation, and immediately uninstall/remove/destroy any +existing or additional copies of the Product. + +Definitions + +WRI: Wolfram Research, Inc., 100 Trade Center Drive, Champaign, IL 61820-7237, USA. + +You/Licensee: The individual or organization obtaining the Product. If You/Licensee agree to these terms on behalf of an organization, You represent to WRI that You are +authorized to accept these terms on the organization's behalf. + +Software: The computer programs provided by WRI under this Agreement, known as CDF Player. + +Product: All the materials, including the Software, provided by WRI under this Agreement (whether by download or physical storage media), and data accessed on WRI's servers. + +Intellectual Property Rights: Any and all rights existing from time to time under patent law, copyright law, trade secret law, trademark law, unfair competition law, and any and +all other proprietary rights, and any and all applications, renewals, extensions, and restorations thereof. + +Ownership + +WRI is the sole owner of the Product as provided by WRI with the exception of the portions of the Product licensed by WRI from third parties. WRI is the holder of the +Intellectual Property Rights in the Product, including, without limitation, such aspects of the Software as its code, structure, sequence, organization, "look and feel", +programming language, and compilations of command names, descriptors, and data. Use of the Product, unless pursuant to the terms of a license granted by WRI or as otherwise +authorized by law, is an infringement of Intellectual Property Rights. + +Product Use + +Subject to the terms of this Agreement and Your acceptance thereof, WRI grants You a non-exclusive license to install and use the Product on a single online storage device +solely in accordance with the terms of this Agreement. Provisions of this Agreement that by their nature express ongoing rights or obligations shall survive the expiration or +termination of this Agreement. Other than this express Agreement, no other right, title, or interest in or to any tangible or intangible property right of WRI is granted, and is +expressly reserved by WRI. + +Prohibited Uses + +All uses of the Software and other elements of the Product not specifically allowed under this Agreement are prohibited, including, without limitation: + + a. decompiling, disassembling, or reverse engineering the Software; + + b. modifying the Product in any manner; + + c. distributing, publishing, transferring, sublicensing, lending, leasing, renting, or otherwise making available any portion of the Software, including collections of data; + + d. copying or allowing copying of the Product or any elements of the Product, except as permitted for the maintenance of a single archival copy of the Product; + + e. using the Product for anything other than (i) passively viewing .cdf or .nb files and/or (ii) actively running .cdf files; and + + f. removing or obscuring any copyright, trademark, logo, watermark, or other proprietary notices from the Product. + +Term and Termination + +This Agreement is effective upon Your acceptance of this Agreement, and shall continue in effect until terminated. WRI may terminate this Agreement immediately in the event of +any breach by You of any term herein. + +Online Services and Data + +Certain functionality in the Product may require the Software to access collections of data available through external servers. WRI makes no warranty that access to such data +will be uninterrupted or that the data itself will be error free. WRI reserves the right to restrict access to, add, update, modify, or remove collections of data based on +availability, Your service subscription, or otherwise at WRI's discretion. You agree all data access and use shall be in accordance with this Agreement, and not to access or use +data collections in such a manner that could damage, disable, overburden, or impair the servers providing such data. You shall only access collections of data through the +intended CDF Player interface. Data provided through WRI's online services constitute protected intellectual property and may not be copied, distributed, used to construct a +database, stored (in whole or in part) in databases for access by You or any third party, or provided or distributed through any database services containing all or part of such +data. Access to the online services is provided to You at WRI's discretion and may be terminated or restricted at any time. + +Additional functionality in the Product allows You to access Wolfram|Alpha® data from within the Software. In addition to the general Online Services and Data terms and +restrictions listed above, data and other results obtained through the Wolfram|Alpha functionality are subject to the Wolfram|Alpha Terms of Use at +http://www.wolframalpha.com/termsofuse.html. Your use of this functionality indicates your acceptance of these Terms. + +No Warranty and Disclaimer + +WRI does not warrant that the Product is free from all errors and/or omissions, and in fact it may contain them. Except as specifically set forth above, the Product is provided +"as is". WRI makes no representations or warranties, express, statutory, or implied, with respect to the Product or the Software contained in the Product or data accessed +thereby, including, without limitation, any implied warranties of merchantability, interoperability, or fitness for a particular purpose, all of which are expressly disclaimed. +WRI does not warrant that the functions contained in the Product will meet Your requirements, or that the operation of the Product will be uninterrupted or error free. + +WRI, and its agents, representatives, and independent contractors, shall not be obligated to provide or liable, under any circumstances, for providing information on or +corrections to errors and/or omissions discovered at any time in the Product, whether or not they were aware of the errors and/or omissions. + +WRI does not recommend the use of the Product for applications in which errors and/or omissions could threaten life, injury, or significant loss. Some states do not allow the +exclusion of implied warranties, so this may not apply to You. This warranty gives You specific legal rights, and You may also have other rights that vary from state to state. +This Agreement is governed by the laws of the State of Illinois without effect to any choice of law provisions. + +Limited Damages + +In no event shall WRI or its agents, representatives, and independent contractors be liable for any lost profits, lost use, lost benefits, or any consequential, indirect, +incidental, special, or punitive damages, whether in contract, tort, or otherwise, even if WRI has been advised of the possibility of such damages. WRI's cumulative liability to +You or any other party for any loss or damages resulting from any claims, demands, actions, or otherwise arising out of or relating to this Agreement shall not exceed the +license fee paid for the Product. Some states do not allow certain limitations of damages, so the above limitations may not apply to You. + +United States Federal Government Restricted Rights + +If this Software is acquired by or on behalf of the US federal government, this provision applies. Use, duplication, or disclosure of this Software is subject to restrictions +set forth in FAR 52.227-19 and DFAR 227.7200 - 227.7202-4, as applicable. The Software is "commercial computer software" and is licensed with only "Restricted Rights". + +Information on enhanced licensing/distribution options is available upon request from WRI. + +Wolfram CDF Player is a trademark of Wolfram Research, Inc. Wolfram|Alpha is a registered trademark of Wolfram Alpha LLC. diff --git a/sdk_container/src/third_party/portage-stable/licenses/Zend-2.0 b/sdk_container/src/third_party/portage-stable/licenses/Zend-2.0 new file mode 100644 index 0000000000..5837d7cf3c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/Zend-2.0 @@ -0,0 +1,56 @@ +-------------------------------------------------------------------- + The Zend Engine License, version 2.00 +Copyright (c) 1999-2002 Zend Technologies Ltd. All rights reserved. +-------------------------------------------------------------------- + +Redistribution and use in source and binary forms, with or without +modification, is permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + 3. The names "Zend" and "Zend Engine" must not be used to endorse + or promote products derived from this software without prior + permission from Zend Technologies Ltd. For written permission, + please contact license@zend.com. + + 4. Zend Technologies Ltd. may publish revised and/or new versions + of the license from time to time. Each version will be given a + distinguishing version number. + Once covered code has been published under a particular version + of the license, you may always continue to use it under the + terms of that version. You may also choose to use such covered + code under the terms of any subsequent version of the license + published by Zend Technologies Ltd. No one other than Zend + Technologies Ltd. has the right to modify the terms applicable + to covered code created under this License. + + 5. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes the Zend Engine, freely available at + http://www.zend.com" + + 6. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "The Zend Engine is freely available at http://www.zend.com" + +THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND +ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZEND +TECHNOLOGIES LTD. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +-------------------------------------------------------------------- diff --git a/sdk_container/src/third_party/portage-stable/licenses/abyss b/sdk_container/src/third_party/portage-stable/licenses/abyss index 787bc86582..8e9f366c40 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/abyss +++ b/sdk_container/src/third_party/portage-stable/licenses/abyss @@ -98,7 +98,7 @@ Section 2; or acquired by or licensed to BCCA. You will take all reasonable precautions necessary to safeguard the confidentiality of the Product, and will not disclose any information about the Product to - any other person without BCCA¡Çs prior written consent. You will + any other person without BCCA's prior written consent. You will not allow the removal or defacement of any confidential or proprietary notice placed on the Product. You acknowledge that any breach of this Section 6 will cause irreparable harm to BCCA and @@ -136,12 +136,12 @@ AND THE AMOUNT OF FEES PAID BY YOU IN RESPECT OF THE PRODUCT. 9. INDEMNITY: You will indemnify, defend and hold harmless BCCA, its board of directors, staff and agents from and against any and all liability, loss, damage, action, claim or expense (including - attorney¡Çs fees and costs at trial and appellate levels) in + attorney's fees and costs at trial and appellate levels) in connection with any claim, suit, action, demand or judgement (collectively, "Claim") arising out of, connected with, resulting from, or sustained as a result of Your use of the Product or the downloading of the Product, including without limitation, any Claim - relating to infringement of BCCA¡Çs intellectual property rights or + relating to infringement of BCCA's intellectual property rights or the intellectual property rights of any third party. 10. SUPPORT AND MAINTENANCE: You acknowledge and agree that, unless diff --git a/sdk_container/src/third_party/portage-stable/licenses/atheros-hal b/sdk_container/src/third_party/portage-stable/licenses/atheros-hal deleted file mode 100644 index 6de8a2fa83..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/atheros-hal +++ /dev/null @@ -1,42 +0,0 @@ -All files contained in this distribution are covered by the following -copyright unless explicitly identified otherwise. Note that this -copyright does _NOT_ contain a "or GPL" clause and does _NOT_ permit -redistribution with changes. - -/*- - * Copyright (c) 2002-2006 Sam Leffler, Errno Consulting, Atheros - * Communications, Inc. All rights reserved. - * - * Redistribution and use in source and binary forms are permitted - * provided that the following conditions are met: - * 1. The materials contained herein are unmodified and are used - * unmodified. - * 2. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following NO - * ''WARRANTY'' disclaimer below (''Disclaimer''), without - * modification. - * 3. Redistributions in binary form must reproduce at minimum a - * disclaimer similar to the Disclaimer below and any redistribution - * must be conditioned upon including a substantially similar - * Disclaimer requirement for further binary redistribution. - * 4. Neither the names of the above-listed copyright holders nor the - * names of any contributors may be used to endorse or promote - * product derived from this software without specific prior written - * permission. - * - * NO WARRANTY - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, - * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE - * FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGES. - * - * $Id: atheros-hal,v 1.1 2007/02/20 12:09:11 genstef Exp $ - */ diff --git a/sdk_container/src/third_party/portage-stable/licenses/bea.ri.jsr173 b/sdk_container/src/third_party/portage-stable/licenses/bea.ri.jsr173 index 3da20e28bc..db026f53b4 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/bea.ri.jsr173 +++ b/sdk_container/src/third_party/portage-stable/licenses/bea.ri.jsr173 @@ -26,12 +26,12 @@ READ THE TERMS OF THIS (THE "AGREEMENT") CAREFULLY BEFORE VIEWING OR USING THE S 1.8. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent for which the grantor has the right to grant a license. -1.9. “Reference Implementation” means the prototype or “proof of concept” implementa­tion of the Specification developed and made available for license by or on behalf of BEA. +1.9. “Reference Implementation” means the prototype or “proof of concept” implementation of the Specification developed and made available for license by or on behalf of BEA. 1.10. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated documentation, interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. 1.11. “Specification” means the written specification for the Streaming API for XML , Java technology developed pursuant to the Java Community Process. -1.12. "Technology Compatibility Kit" or “TCK” means the documentation, testing tools and test suites associated with the Specification as may be revised by BEA from time to time, that is provided so that an implementer of the Specifi­cation may determine if its implementation is compliant with the Specification. +1.12. "Technology Compatibility Kit" or “TCK” means the documentation, testing tools and test suites associated with the Specification as may be revised by BEA from time to time, that is provided so that an implementer of the Specification may determine if its implementation is compliant with the Specification. 1.13. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this Agreement or a future version of this Agreement issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. diff --git a/sdk_container/src/third_party/portage-stable/licenses/cadsoft b/sdk_container/src/third_party/portage-stable/licenses/cadsoft deleted file mode 100644 index e102ca04e5..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/cadsoft +++ /dev/null @@ -1,72 +0,0 @@ -EAGLE LICENSE AGREEMENT - -This is a legal agreement between you, the end user, and CadSoft Computer, -Inc., which markets software products under the trademark EAGLE. CadSoft -Computer, Inc. shall be referred to in this Agreement as CadSoft. If you do not -agree to the terms of this Agreement, promptly return the disk package and -accompanying items (including written materials and containers) to the place -you obtained them for a full refund. -USE OF THIS PRODUCT CONSTITUTES YOUR ACCEPTANCE OF THESE TERMS AND CONDITIONS -AND YOUR AGREEMENT TO ABIDE BY THEM. - -Grant of License - -CadSoft grants to you the right to use one copy of the accompanying EAGLE -software program and any and all updates that you may receive (the Software) on -a single computer or workstation. You may, however, install the Software on -more than one computer or on a file server provided you do not operate the -Software on more than one computer or workstation at a time. Multi user -licenses are limited to the given number of concurrent users. - -Freeware License - -The "Freeware" version of EAGLE Light is limited to "non-profit" or evaluation -use. By "non-profit" we mean that as soon as you earn money by using EAGLE, you -have to register it! This allows anybody who wishes to use EAGLE Light for -their private hobby projects to do so. Also students can use this version for -any educational projects. It is even ok to use this version in a commercial -environment as long as you just want to evaluate the program. As soon as you -start using it for commercial projects, you will have to register it. -Board manufacturers ("board houses") who only want to produce production data -(like, e.g. Gerber files) from board files they receive from EAGLE users, may -also use the Freeware version to do this. -The Freeware license is valid without a printed "User License Certificate". - -Copyright - -The Software is owned by CadSoft and is protected by United States copyright -laws and international treaty provisions. Therefore, you must treat the -Software like any other copyrighted material (e.g., a book or musical -recording). You may not copy the written materials accompanying the Software. - -Other Restrictions - -You may not rent or lease the Software, but you may transfer your stand-alone -copy of the Software and accompanying written materials on a permanent basis -provided you retain no copies and the recipient agrees to the terms of this -Agreement. Any such transfer must include all updates and prior versions of the -Software and accompanying written materials, and notice must be given by you to -CadSoft that such transfer has taken place. You may not reverse engineer, -decompile, disassemble, or create derivative works based on the Software for -any purpose other than creating an adaptation to the Software as an essential -step in its utilization for your own use. You acknowledge Cadsoft's claim that -the Software embodies valuable trade secrets proprietary to CadSoft; you may -not disclose any information regarding the internal operations of the Software -to others. - -Limited Warranty and Liability - -CadSoft warrants that the Software, as updated and when properly used, will -operate in all material respects in conformity with the documentation for such -Software, and the Software media will be free of defects, for 30 (thirty) days -from the date of shipment of such version to you. In the event of a failure to -meet the foregoing limited warranty, your sole remedy in the event of -nonconformity of the Software, at CadSoft's option, shall be replacement of the -defective materials or a refund of the license fees paid for the affected -Software. - -CadSoft disclaims all other warranties and conditions, express or implied. No -warranty is made regarding the results of any Software or services, or that the -Software's functionality will meet your requirements. In no event will CadSoft -or its suppliers be liable for any loss or inaccuracy of data or any loss of -profits. diff --git a/sdk_container/src/third_party/portage-stable/licenses/cadsoft-2 b/sdk_container/src/third_party/portage-stable/licenses/cadsoft-2 new file mode 100644 index 0000000000..4bc6812328 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/cadsoft-2 @@ -0,0 +1,141 @@ +IMPORTANT NOTICE: PLEASE READ CAREFULLY BEFORE CONTINUING WITH YOUR INSTALLATION OF EAGLE + +This license agreement ('License') is a legal agreement between you ('Licensee' or 'you') and CadSoft Computer GmbH of Pleidolfweg 15, Pleiskirchen, D-84568, Germany ('Licensor' or 'we') for this EAGLE software product ('Software'), which includes computer software and any data supplied with it (such as electronic manuals or tutorials) ('Documentation'). +BY CLICKING ON THE 'YES' OR 'AGREE' BUTTON BELOW YOU AGREE TO THE TERMS OF THIS LICENSE (INCLUDING THE RELEVANT SCHEDULES TO IT) WHICH WILL BIND YOU AND ANYONE WHO USES THE COPY OF EAGLE LICENSED TO YOU. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE, WE ARE UNWILLING TO LICENSE THE SOFTWARE TO YOU. YOU SHOULD NOT IN THIS EVENT CLICK THE 'YES' OR 'AGREE' BUTTON AND THE INSTALLATION PROCESS WILL NOT CONTINUE. . + +1. GRANT AND SCOPE OF LICENSE +1.1 In consideration of your agreeing to abide by the terms of this License, the Licensor hereby grants to you a non-exclusive, non-transferable license to use the Software and the Documentation on the terms of this License. +1.2 The terms on which you are licensed to use the Software vary according to the edition licensed to you. Please see the Schedules to this License for any terms applicable to the Software edition licensed to you which are in addition to or amend those set out below. The Schedule relevant to the edition of EAGLE licensed to you (in each case the 'Applicable Schedule') will form part of this License. In the event of any conflict between conditions 1 to 14 of this License and the provisions of the Applicable Schedule, the provisions of the Applicable Schedule will prevail. +1.3 You may: +(a) use the Software for your purposes only, either: +(i) on one computer if the License is a single-user license or the Software is for single use; or +(ii) if the License is a multi-user license, by the number of concurrent users agreed between you and us +provided that, in either case and save where prohibited in the Applicable Schedule, the Software may be installed on more than one computer or file server simultaneously provided that it is not used concurrently on more than the number of computers for which use is licensed in accordance with (i) or (ii) above, whichever is appropriate. +(b) transfer the Software from one computer to another provided it is used only on the number of computers for which use is licensed in accordance with condition 1.3 (a); +(c) make up one copy of the Software for back-up purposes only, provided that this is necessary for the activities permitted under condition 2.1; +(d) receive and use any free supplementary software code or update of the Software incorporating "patches" and corrections of errors as may be provided by us from time to time; +(e) use any Documentation in support of the use permitted under condition 1.2. + +We reserve the right to use a license management tool to ensure compliance with the terms of this License. We furthermore reserve the right to use such a tool in future, for example together with an updated or upgraded version or any new release of the Software, in case the version you have bought does not include such a license management tool. + +2. LICENSEE'S UNDERTAKINGS +2.1 Except as expressly set out in this License or as permitted by any local law, you undertake: +(a) not to copy the Software or Documentation except where such copying is incidental to normal use of the Software, or where it is necessary for the purpose of back-up; +(b) not to rent, lease, sub-license, loan, translate, merge, adapt, vary or modify the Software or Documentation; +(c) not to make alterations to, or modifications of, the whole or any part of the Software, nor permit the Software or any part of it to be combined with, or become incorporated in, any other programs; +(d) not to disassemble, decompile, reverse engineer or create derivative works based on the whole or any part of the Software nor attempt to do any such thing except to the extent that such actions cannot be prohibited because they are essential for the purpose of achieving inter-operability of the Software with another software program, and provided that the information obtained by you during such activities: +(i) is used only for the purpose of achieving inter-operability of the Software with another software program; and +(ii) is not unnecessarily disclosed or communicated without the Licensor's prior written consent to any third party; and +(iii) is not used to create any software which is substantially similar to the Software; +(e) to keep all copies of the Software secure and to maintain accurate and up-to-date records of the number and locations of all copies of the Software; +(f) to supervise and control use of the Software and ensure that the Software is only used in accordance with the terms of this License; +(g) to include the copyright notice of the Licensor on all copies (entire or partial) you make of the Software on any medium; +(h) to replace the current version of the Software with any updated or upgraded version or any new release provided by the Licensor under the terms of this License immediately on receipt; and +(i) not to provide or otherwise make available the Software in whole or in part (including but not limited to program listings, object and source program listings, object code and source code), in any form to any person (other than, in the case of a multi-user license only, such number of your employees or authorised representatives as are permitted to use the Software at any time under the terms of this License) without prior written consent from the Licensor. +2.2 The Licensor may at any time request you to provide a certificate of confirmation of your compliance with the terms of this License and you will provide such certificate on request. + +3. SUPPORT +As any support provided for the Software is provided free of charge, we provide only such support for it as we see fit and that support may vary according to the edition of the Software licensed to you. The extent of support provided (if any) is detailed on our website or those of our associated companies. We reserve the right to change the support provided or the means by which it may be accessed or remove the support altogether at any time without notice. + +4. INTELLECTUAL PROPERTY RIGHTS +4.1 You acknowledge that all intellectual property rights in the Software and the Documentation anywhere in the world belong to the Licensor, that rights in the Software are licensed (not sold) to you, and that you have no rights in, or to, the Software or the Documentation other than the right to use them in accordance with the terms of this License. +4.2 You acknowledge that you have no right to have access to the Software in source code form or in unlocked coding or with comments. +4.3 The integrity of this Software is protected by technical protection measures (TPM) so that the intellectual property rights, including copyright, in the Software of the Licensor are not misappropriated. You must not attempt in any way to remove or circumvent any such TPM, nor apply or manufacture for sale or hire, import, distribute, sell or let for hire, offer or expose for sale or hire, advertise for sale or hire or have in your possession for private or commercial purposes any means the sole intended purpose of which is to facilitate the unauthorised removal or circumvention of such TPM. + +5. LIMITED WARRANTY +5.1 Further details as to the extent of any warranty applicable to the edition of the Software licensed to you are as set out in the Schedule relevant to that edition. +5.2 Save as may be set out in the Applicable Schedule, we make no representation or warranty as to the suitability or fitness for purpose of the Software, whether your purpose or any other and regardless of whether that purpose has been disclosed to us and save as above, we make no warranties or representations as to the Software or the Documentation or as to the performance, accuracy, quality, condition, completeness, compliance with statement or description of either of them and all such warranties and representations are excluded to the fullest extent permitted by law. +5.3 You acknowledge that: +(a) the Software has not been developed to meet your individual requirements, and that it is therefore your responsibility to ensure that the facilities and functions of the Software as described in the Documentation meet your requirements; and +(b) that the Software may not be free of bugs or errors, and you agree that the existence of minor errors shall not constitute a breach of this License. +5.4 It is your responsibility to ensure that you make regular and frequent back-ups of all designs, files and other work produced with Software. As set out below, we can accept no liability for any loss of designs, files or other data. + +6. LICENSOR'S LIABILITY +6.1 Nothing in this License shall limit or exclude the liability of either party for death or personal injury resulting from negligence, fraud or fraudulent misrepresentation. +6.2 Subject to condition 6.1, the Licensor's liability for losses suffered by you arising out of or in connection with this License (including any liability for the acts or omissions of its employees, agents and subcontractors), however such losses may arise, whether in contract, tort (including negligence), misrepresentation or otherwise, shall be limited as set out in the Applicable Schedule and shall in any event exclude any liability for: +(a) loss of income; +(b) loss of business profits or contracts; +(c) business interruption; +(d) loss of the use of money or anticipated savings; +(e) loss of information, data or designs; +(f) loss of opportunity, goodwill or reputation; +(g) loss of, damage to or corruption of data; or +(h) any indirect or consequential loss or damage of any kind +even if such losses, claims or damages result from the Licensor's deliberate personal repudiatory breach of this License and all and any such liability is hereby expressly excluded to the fullest extent permitted by law. +6.3 This License sets out the full extent of the Licensor's obligations and liabilities in respect of the supply of the Software and Documentation. In particular, there are no conditions, warranties, representations or other terms, express or implied, that are binding on the Licensor except as specifically stated in this License. Any condition, warranty, representation or other term concerning the supply of the Software and Documentation which might otherwise be implied into, or incorporated in, this License, or any collateral contract, whether by statute, common law or otherwise, is hereby excluded to the fullest extent permitted by law. +6.4 Any reference to loss or liability arising out of or in connection with this License shall be deemed to include any loss, claim, liability or damage arising out of or in connection with the Software, its availability or otherwise, its performance, operability, functionality or in connection with the loss of any designs, data or information or the accuracy or validity of any designs produced using the Software. + +7. TERMINATION +7.1 The Licensor may terminate this License immediately by written notice to you if you commit a material or persistent breach of this License which you fail to remedy (if remediable) within 14 days after the service of written notice requiring you to do so. +7.2 Upon termination for any reason: +(a) all rights granted to you under this License shall cease; +(b) you must cease all activities authorised by this License; and +(c) you must immediately delete or remove the Software from all computer equipment in your possession, and immediately destroy or return to the Licensor (at the Licensor's option) all copies of the Software then in your possession, custody or control and, in the case of destruction, certify to the Licensor that you have done so. + +8. TRANSFER OF RIGHTS AND OBLIGATIONS +8.1 This License is binding on you and us, and on our respective successors and assigns. +8.2 You may not transfer, assign, charge or otherwise dispose of this License, or any of your rights or obligations arising under it, without our prior written consent. +8.3 We may transfer, assign, charge, sub-contract or otherwise dispose of this License, or any of our rights or obligations arising under it, at any time during the term of the License. + +9. NOTICES +All notices given by you to us must be given to CadSoft Computer GmbH at Pleidolfweg 15, Pleiskirchen, Germany. We may give notice to you in accordance with the Applicable Schedule. Notice will be deemed received and properly served immediately when posted on the Websites or any of them, 24 hours after an e-mail is sent, or three days after the date of posting of any letter. In proving the service of any notice, it will be sufficient to prove, in the case of a letter, that such letter was properly addressed, stamped and placed in the post and, in the case of an e-mail, that such e-mail was sent to the specified e-mail address of the addressee. + +10. EVENTS OUTSIDE OUR CONTROL +10.1 We will not be liable or responsible for any failure to perform, or delay in performance of, any of our obligations under this License or any unavailability of the Software that is caused by events outside our reasonable control (Force Majeure Event). +10.2 A Force Majeure Event includes any act, event, non-happening, omission or accident beyond our reasonable control and includes in particular (without limitation) the following: +(a) strikes, lock-outs or other industrial action; +(b) civil commotion, riot, invasion, terrorist attack or threat of terrorist attack, war (whether declared or not) or threat or preparation for war; +(c) fire, explosion, storm, flood, earthquake, subsidence, epidemic or other natural disaster; +(d) impossibility of the use of railways, shipping, aircraft, motor transport or other means of public or private transport; +(e) impossibility of the use of public or private telecommunications networks or +(f) the acts, decrees, legislation, regulations or restrictions of any government. + +11. WAIVER +11.1 If we fail, at any time during the term of this License, to insist upon strict performance of any of your obligations under this License, or if we fail to exercise any of the rights or remedies to which we are entitled under this License, this shall not constitute a waiver of such rights or remedies and shall not relieve you from compliance with such obligations. +11.2 A waiver by us of any default shall not constitute a waiver of any subsequent default. +11.3 No waiver by us of any of these terms and conditions shall be effective unless it is expressly stated to be a waiver and is communicated to you in writing. + +12. SEVERABILITY +If any of the terms of this License are determined by any competent authority to be invalid, unlawful or unenforceable to any extent, such term, condition or provision will to that extent be severed from the remaining terms, conditions and provisions which will continue to be valid to the fullest extent permitted by law. + +13. ENTIRE AGREEMENT +13.1 This License and any document expressly referred to in it represents the entire agreement between us in relation to the licensing of the Software and Documentation and supersedes any prior agreement, understanding or arrangement between us, whether oral or in writing. +13.2 We each acknowledge that, in entering into this License, neither of us has relied on any representation, undertaking or promise given by the other or be implied from anything said or written in negotiations between us prior to entering into this License except as expressly stated in this License. +13.3 Neither of us shall have any remedy in respect of any untrue statement made by the other, whether orally or in writing, prior to the date we entered into this License (unless such untrue statement was made fraudulently) and the other party's only remedy shall be for breach of contract as provided in these terms and conditions. + +14. LAW AND JURISDICTION +This License, its subject matter or its formation (including non-contractual disputes or claims) shall be governed by and construed in accordance with German law and submitted to the non-exclusive jurisdiction of the German courts. + +SCHEDULE 1 +CONDITIONS APPLICABLE TO THE LIGHT, STANDARD AND PROFESSIONAL EDITIONS OF EAGLE (TOGETHER WITH ANY OTHER COMMERCIAL EDITION OF EAGLE ISSUED BY US FROM TIME TO TIME TO WHICH THE FOLLOWING SCHEDULES DO NOT APPLY) +1 Reference in this Schedule 1 to the Software is reference to the commercial edition of EAGLE licensed to you. +2 The Licensor warrants that for a period of 30 days from the date of installation ('Warranty Period') the Software will, when properly used, perform substantially in accordance with the functions described in the Documentation (provided that the Software is properly used on the computer and with the operating system for which it was designed, as specified by us) and the Documentation correctly describes the operation of the Software in all material respects. +3 If, within the Warranty Period, you notify the Licensor in writing of any defect or fault in the Software in consequence of which it fails to perform substantially in accordance with the Documentation, and such defect or fault does not result from you having amended the Software or used it in contravention of the terms of this License, the Licensor will, at its sole option, either repair or replace the Software, provided that you make available all the information that may be necessary to help the Licensor to remedy the defect or fault, including sufficient information to enable the Licensor to recreate the defect or fault. +4 Subject to condition 6.1 and 6.2 of the License above, the Licensor's maximum aggregate liability under or in connection with this License, or any collateral contract, whether in contract, tort (including negligence) or otherwise, shall be limited to a sum equal to the amount received by us by way of license fee for the Software. +5 Subject to condition 6.1 and 6.2 of the License and clause 4 of this Schedule 1 above, the Licensor's liability for infringement of third-party intellectual property rights shall be limited to breaches of rights subsisting in the USA and/or Germany. +6 Notice in connection with this License may be given by us to you at either the e-mail, fax or postal address you provided to us or our representative at the time of order of the Software or where such information is generic and not specific to you by displaying on our website or that of any of our associated companies or undertakings. + +SCHEDULE 2 +CONDITIONS APPLICABLE TO THE Free Trial EDITION ONLY +1 The Free Trial edition requires access to the internet to operate. The computer on which the Free Trial edition is run must have access to the internet on each occasion on which you launch EAGLE in order for the Free Trial edition to open and operate. Reference in this Schedule 2 to the Software is reference to the Free Trial edition of EAGLE. +2 All licenses of the Free Trial edition are for single use only. The Free Trial edition may be downloaded to and used only on the computer licensed to run the Software at the time you activated the Free Trial edition. +3 The Free Trial edition is licensed for use for evaluation or not for profit purposes only. 'Evaluation' allows you to use the Software in a commercial environment but purely for the purposes of evaluating the functionality and suitability for your purposes of the Software. 'Not for profit' allows you to use the Software for personal use or in the course of your studies if you are in education or for any other not-for-profit aim. In no case must the Software be used in order to generate revenue (whether directly or by way of costs savings). +4 This license of the Software is for a period of sixty (60) days from the date of its download by you. On expiry of this sixty (60) day period, this license and your right to use the Software under it shall cease and the Software shall cease to operate. At that time you should delete the Software from any computer onto which it is loaded. You may apply to download and be licensed to use the Free Trial edition under the terms of a separate license between you and us at any time after the expiry of this license but we may apply restrictions as to the frequency with which such downloads may be available and may amend, revise, supplement or remove those restrictions from time to time. We shall endeavour to publish the terms of those restrictions on our website or those of our associated companies or undertakings or any other website(s) on which we make the Software available but shall have no liability to you in the event that we do not do so for any reason and failing to do so shall not affect the efficacy of those restrictions. +5 You acknowledge that the Software is licensed to you free of charge and that accordingly we make no representation or warranty as to: +(i) the suitability or fitness for purpose of the Software, whether your purpose or any other and regardless of whether that purpose has been disclosed to us; +(ii) the performance or functionality of the Software, whether in accordance with any statements made, materials published or the Documentation or otherwise; +(iii) the availability or functionality of any server or system to allow registration for, download or communication with the Software; +(iv) whether the Software infringes the intellectual property rights of any third party anywhere in the world. +6 You further acknowledge that the Software will not operate without access to the internet, such that the Software is able to communicate with our servers, and that it is your responsibility to ensure that you have such access at all times when starting the Software; and that that access is adequate and uninterrupted throughout the start-up process. +7 Notice in connection with this License may be given by us to you at either the e-mail or postal address you provided to us or our representative when registering to receive the Software or by displaying such notice on our website or that of any of our associated companies or undertakings or any other website(s) on which we make the Software available. + +SCHEDULE 3 +CONDITIONS APPLICABLE TO THE FREEWARE EDITION ONLY +1 Reference in this Schedule 3 to the Software is reference to the Freeware edition of EAGLE. +2 All licenses of the Freeware edition are for single use only. +3 The Freeware edition is licensed for use for evaluation or not for profit purposes only. 'Evaluation' allows you to use the Software in a commercial environment but purely for the purposes of evaluating the functionality and suitability for your purposes of the Software. 'Not for profit' allows you to use the Software for personal use or in the course of your studies if you are in education or for any other not-for-profit aim. In no case must the Software be used in order to generate revenue (whether directly or by way of costs savings). The Freeware edition may also be used by a PCB manufacturer to determine production data necessary for the manufacture of a PCB where that PCB manufacturer has been commissioned by the third party designer of that PCB to produce a PCB to that design on his or her behalf. +4 You acknowledge that the Software is licensed to you free of charge and that accordingly we make no representation or warranty as to: +(i) the suitability or fitness for purpose of the Software, whether your purpose or any other and regardless of whether that purpose has been disclosed to us; +(ii) the performance or functionality of the Software, whether in accordance with any statements made, materials published or the Documentation or otherwise; +(iii) whether the Software infringes the intellectual property rights of any third party anywhere in the world. +6 Notice in connection with this License may be given by us to you or by displaying such notice on our websites or that of any of our associated companies or undertakings. diff --git a/sdk_container/src/third_party/portage-stable/licenses/ccp4 b/sdk_container/src/third_party/portage-stable/licenses/ccp4 deleted file mode 100644 index 09c73a68e9..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/ccp4 +++ /dev/null @@ -1,371 +0,0 @@ -CCP4 PROGRAM SUITE -LICENCE AGREEMENT -(Academic Use) -THIS LICENCE AGREEMENT is made BETWEEN: -1. THE COUNCIL FOR THE CENTRAL LABORATORY OF THE RESEARCH -COUNCILS, an executive Non-Departmental Public Body established as a Research -Council by Royal Charter under the Science and Technology Act 1965 (“CCLRC”); -and -2. [INSERT NAME OF ACADEMIC/RESEARCH INSTITUTION] whose administrative -offices are at [insert address] ("the Licensee"). -BACKGROUND -CCLRC has assembled the CCP4 suite of software applications and libraries with -support -from the Biotechnology and Biological Sciences Research Council, as part of the -Collaborative Computational Project Number 4. -The CCP4 Software Suite comprises: -a) applications and libraries distributed in source code, that the Licensee may -use -free of charge for Academic Purposes, subject to the terms of clauses 2.1-2.4 of -this Agreement; -b) applications and libraries distributed in source code, that the Licensee may -use, -free of charge, subject to the terms of the LGPL or the GPL; and -c) third party software that is included in the CCP4 suite of programs and that -is -licensed by a third party on that third party's terms and conditions. -1. DEFINITIONS AND INTERPRETATION -1.1 In this Agreement the following expressions have the meaning set opposite: -Academic Purposes: fundamental or basic research or academic teaching, -including any fundamental research that is funded by any -public or charitable body, but not any purpose that -generates revenue (as opposed to grant income) for the -Licensee or any third party. Any research that is wholly or -partially sponsored by any profit making organisation or -that is carried out for the benefit of any profit-making -organisation is not an Academic Purpose; -an Application: a software program designed to provide a specific function -for the user; -the CCP4 Software: the Libraries and Applications distributed by CCLRC from -time to time as part of the CCP4 Software Suite, except -the GNU Software and the Third Party Software; -the CCP4 Website: the website with the URL www.ccp4.ac.uk; -the Current Release: Version 5.0 of the Software, and all later versions that -CCLRC decides may be used under this Agreement; -a Derived Work: any modification of, or enhancement or improvement to, -any of the Software and any software or other work -developed or derived from, or based on, any of the -Software, or that incorporates any of the Software; -the LGPL: the GNU Lesser General Public Licence, a copy of which -appears in Appendix A to this Agreement; -the GPL: the GNU General Public Licence, a copy of which appears -in Appendix B to this Agreement; -the GNU Software: the open source Libraries and Applications that are listed -on the CCP4 Website from time to time as being subject -to, respectively, the terms of the LGPL or the GPL; -a Harmful Element: any virus, worm, time bomb, time lock, drop dead device, -trap and access code or anything else that might disrupt, -disable, harm or impede the operation of any information -system, or that might corrupt, damage, destroy or render -inaccessible any software, data or file on, or that may -allow any unauthorised person to gain access to, any -information system or any software, data or file on it; -Intellectual Property: patents, trade marks, service marks, registered designs, -copyrights, database rights, design rights, know-how, -confidential information, applications for any of the above, -and any similar right recognised from time to time in any -jurisdiction, together with all rights of action in relation to -the infringement of any of the above; -a Library: a collection of reusable programming routines, software -functions or data that may be linked to, or used with, an -Application; -the Licence Period: the period beginning when the Licensee posts or faxes the -completed and signed copy of this Agreement to CCLRC -2 -in accordance with clause 5.1, and ending on the -termination of this Agreement under clause 5.2; -the Software: the suite of programs known as CCP4, comprising the -GNU Software, the CCP4 Software and the Third Party -Software; and -the Third Party Software Procheck, FFTw, libjpeg, CBF, Astexviewer, Rasmol and -Phaser. -2. LICENCE -The CCP4 Software -2.1 CCLRC grants the Licensee a non-exclusive, non-transferable, royalty free -licence to use, -copy, modify, and enhance and distribute the CCP4 Libraries during the Licence -Period -on the terms and conditions of this Agreement provided that: -2.1.1 the Licensee may distribute, or supply any CCP4 Library or any Derived -Work -based on that Library, and may allow any third party to use any CCP4 Library or -any -Derived Work based on that Library, solely on condition that the recipient of -that -CCP4 Library or that Derived Work will comply with clause 2.1.2 below as though -it -were named instead of the Licensee in that clause; and -2.1.2 the Licensee will notify CCLRC of any Derived Work made by or for the -Licensee, or -by any of its employees or students, based on any CCP4 Library, and will provide -CCLRC with a copy of that Derived Work (in source code) within one year after it -was made. The Licensee grants CCLRC an irrevocable, indefinite licence to make -that Derived Work available to any third party on such terms and conditions as -CCLRC may from time to time decide. This clause does not apply to any -executable program based on or combined with a Library, or to any Derived Work -that the Licensee distributes under the LGPL or the GPL. -2.2 CCLRC grants the Licensee a non-exclusive, non-transferable, royalty free -licence to use -and copy the CCP4 Applications during the Licence Period on the terms and -conditions of -this Agreement provided that: -2.2.1 the Licensee may not distribute any CCP4 Application or any Derived Work -based -on any CCP4 Application to any third party, or share their use with any third -party -(whether free of charge or otherwise); and -2.2.2 the Licensee may not copy any CCP4 Application except for the purposes of -making -a reasonable number of back-up copies, nor may the Licensee modify any CCP4 -Application or create any Derived Work based on any CCP4 Application except for -the purpose of error correction. The Licensee will provide CCLRC with a copy of -any -3 -correction made by the Licensee (in source code) within one year after it was -made. -The licensee grants CCLRC an irrevocable, indefinite licence to make that -correction available to any third party on such terms and conditions as CCLRC -may -from time to time decide. -2.3 The CCP4 Software and any Derived Work based on any part of the CCP4 -Software may -be used by the Licensee and its employees and registered students for Academic -Purposes only. -2.4 The licences granted in this clause 2 relate only to the Current Release. -The Licensee -must acquire a new licence for any future version of the Software that CCLRC -decides -requires a new or further licence. -The GNU Software -2.5 The GNU Software is supplied to the Licensee on the terms and conditions of -the LGPL -or the GPL as indicated on the CCP4 Website from time to time. By entering into -this -Agreement the Licensee agrees to comply with the terms of the LGPL or the GPL -as so -indicated. -The Third Party Software -2.6 The Third Party Software is supplied to the Licensee on the terms and -conditions imposed -by the third party owner or licensor. By entering into this Agreement the -Licensee agrees -to comply with those terms and conditions. -The Software -2.7 The Licensee will not tamper with or remove any copyright or other -proprietary notice or -any disclaimer that appears on or in any part of the Software, and will -reproduce the -same in all copies of any of the Software and in all Derived Works. -3. WARRANTIES AND LIABILITY -3.1 The Software is provided for Academic Purposes free of charge. Therefore -CCLRC and -its licensors give no warranty and make no representation in relation to the -Software or -any assistance or advice that CCLRC may give in connection with the Software. -The -Licensee, its employees and students and anyone to whom the Licensee makes the -Software or any Derived Work available, use them at their own risk. The Licensee -will indemnify CCLRC against any claim made by any third party to whom the -Licensee -has made the Software or any Derived Work available. -3.2 Before using any of the software, the Licensee will check that the Software -does not -contain any Harmful Element. Neither CCLRC nor its licensors warrants that the -Software -will run without interruption or be error free, or free from any Harmful -Element. CCLRC is -not obliged to provide any support or error correction service, assistance or -advice in -4 -relation to the Software. If it does provide that sort of service, assistance -or advice, -subject to clause 3.7, CCLRC will not be liable for any loss or damage suffered -by the -Licensee as a result. -3.3 Neither CCLRC nor any of its licensors will be liable to the Licensee to -the extent that any -loss or damage is caused by the Licensee's failure to implement, or the -Licensee's delay -in implementing, any upgrade, update, new release, revision, version or -modification of, or -advice in relation to, the Software that would have remedied or mitigated the -effects of -any error, defect, bug or deficiency. -3.4 The Licensee acknowledges that proper use of the Software and any Derived -Work is -dependent on the Licensee, its employees and students exercising proper skill -and care -in inputting data and interpreting the output provided by the Software or that -Derived -Work. CCLRC and its licensors will not be liable for the consequences of -decisions taken -by the Licensee or any other person on the basis of that output. CCLRC does not -accept -any responsibility for any use which may be made by the Licensee of that -output, nor for -any reliance which may be placed on that output, nor for advice or information -given in -connection with that output. -3.5 Subject to clause 3.7, CCLRC's liability for any breach of this Agreement, -any negligence -or arising in any other way out of the subject matter of this Agreement, will -not extend to -any incidental or consequential damages or losses, or any loss of profits, loss -of revenue, -loss of data, loss of contracts or opportunity, whether direct or indirect, -even if the -Licensee has advised CCLRC of the possibility of those losses arising or if -they were or -are within CCLRC's contemplation. CCLRC’s licensors will not be liable to the -Licensee -for any loss or damage, however caused (including by negligence) and whether -direct or -indirect. -3.6 Subject to clause 3.7, the aggregate liability of CCLRC for any breach of -this Agreement, -any negligence or arising in any other way out of the subject matter of this -Agreement will -not exceed £50,000. -3.7 Nothing in this Agreement (including without limitation the LGPL or the -GPL, as -applicable) limits or excludes CCLRC's liability for death or personal injury -caused by its -negligence or for any fraud, or for any sort of liability that, by law, cannot -be limited or -excluded. -3.8 In addition to the terms and conditions of the LGPL or the GPL (as -applicable), and the -terms that apply to any Third Party Software, the terms of this clause 3 apply -as -between CCLRC and the Licensee, and the validity of any part of this clause 3 -will not -be affected by any part of the LGPL or the GPL or the terms that apply to any -Third -Party Software being held to be invalid by any court. -5 -3.9 The express undertakings and given by CCLRC in this Agreement and the terms -of this -Agreement are in lieu of all warranties, conditions, terms, undertakings and -obligations -on the part of CCLRC, whether express or implied by statute, common law, custom, -trade usage, course of dealing or in any other way. All of these are excluded -to the -fullest extent permitted by law. -4. INTELLECTUAL PROPERTY RIGHTS AND ACKNOWLEDGEMENTS -4.1 Nothing in this Agreement assigns or transfers any Intellectual Property -Rights in any of -the Software. Those rights are reserved to CCLRC or its licensors. -4.2 The Licensee will ensure that, if any of its employees or students publish -any article or -other material resulting from, or relating to, a project or work undertaken -with the -assistance of any part of the Software, that publication will contain a proper -acknowledgement or citation as indicated from time to time on the CCP4 Website. -5. TERMINATION -5.1 This Agreement will take effect and the Licence Period will start when a -completed copy -of this Agreement, signed on behalf of the Licensee, has been posted to the -Secretary to -CCP4, at CCLRC, Daresbury Laboratory, Warrington WA 4 4AD, or faxed to :+44 1925 -603825 (or to any other address or fax number given for this purpose on the CCP4 -website at the time the Licensee downloads this form of Licence Agreement from -that -website). -5.2 This Agreement will terminate immediately and automatically if: -5.2.1 the Licensee is in breach of this Agreement; or -5.2.2 the Licensee becomes insolvent, or if an order is made or a resolution is -passed for -its winding up (except voluntarily for the purpose of solvent amalgamation or -reconstruction), or if an administrator, administrative receiver or receiver is -appointed over the whole or any part of its assets, or if it makes any -arrangement -with its creditors. -5.3 The Licensee's right to use the Software will cease immediately on the -termination of this -Agreement, and the Licensee will destroy all copies of the Software that it or -any of its -employees or students holds. -5.4 Clauses 1, 2.1.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3, 4, 5.3, 5.4, 5.5 and 6 will -survive the expiry of -the Licence Period and the termination of this Agreement, and will continue -indefinitely. -5.5 CCLRC may withdraw any of the Software from the CCP4 Suite at any time. If -any third -party owner of the Intellectual Property in any of the Software withdraws -CCLRC’s right -to distribute that software, the Licensee’s rights under this Agreement in -relation to that -6 -software will immediately terminate, and the Licensee will cease using that -part of the -Software -6. GENERAL -6.1 Headings: The headings in this Agreement are for ease of reference only; -they do not -affect its construction or interpretation. -6.2 Assignment etc: The Licensee may not assign or transfer this Agreement as a -whole, or -any of its rights or obligations under it, without first obtaining the written -consent of -CCLRC. -6.3 Illegal/unenforceable provisions: If the whole or any part of any provision -of this -Agreement is void or unenforceable in any jurisdiction, the other provisions of -this -Agreement, and the rest of the void or unenforceable provision, will continue -in force in -that jurisdiction, and the validity and enforceability of that provision in any -other -jurisdiction will not be affected. -6.4 Waiver of rights: If CCLRC fails to enforce, or delays in enforcing, an -obligation of the -Licensee, or fails to exercise, or delays in exercising, a right under this -Agreement, that -failure or delay will not affect its right to enforce that obligation or -constitute a waiver of -that right. Any waiver by CCLRC of any provision of this Agreement will not, -unless -expressly stated to the contrary, constitute a waiver of that provision on a -future occasion. -6.5 Entire agreement: This Agreement constitutes the entire agreement between -the parties -relating to its subject matter. The Licensee acknowledges that it has not -entered into this -Agreement on the basis of any warranty, representation, statement, agreement or -undertaking except those expressly set out in this Agreement. The Licensee -waives any -claim for breach of, or any right to rescind this Agreement in respect of, any -representation which is not an express provision of this Agreement. However, -this clause -does not exclude any liability which CCLRC may have to the Licensee (or any -right which -the Licensee may have to rescind this Agreement) in respect of any fraudulent -misrepresentation or fraudulent concealment before the signing of this -Agreement. -6.6 Amendments: No variation of, or amendment to, this Agreement will be -effective unless -it is made in writing and signed by each party's representative. -6.7 Third parties: No one except a party to this Agreement has any right to -prevent the -amendment of this Agreement or its termination, and no one except a party to -this -Agreement may enforce any benefit conferred by this Agreement, unless this -Agreement -expressly provides otherwise. -6.8 Governing law: This Agreement is governed by, and is to be construed in -accordance -with, English law. The English Courts will have exclusive jurisdiction to deal -with any -7 -dispute which has arisen or may arise out of or in connection with this -Agreement, except -that CCLRC may bring proceedings against the Licensee or for an injunction in -any -jurisdiction. [If the Licensee's usual place of business or registered office -is not in -England, the Licensee’s address for service in England is ____]. -SIGNED for and on behalf of the Licensee: -Name: -Position: -Signature: -Date: diff --git a/sdk_container/src/third_party/portage-stable/licenses/codehaus-classworlds b/sdk_container/src/third_party/portage-stable/licenses/codehaus-classworlds index 5dc7afbd1c..a8e9a986f6 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/codehaus-classworlds +++ b/sdk_container/src/third_party/portage-stable/licenses/codehaus-classworlds @@ -1,7 +1,7 @@ /* - $Id: codehaus-classworlds,v 1.1 2004/01/11 21:54:29 karltk Exp $ + $Id$ Copyright 2002 (C) The Codehaus. All Rights Reserved. diff --git a/sdk_container/src/third_party/portage-stable/licenses/codehaus-groovy b/sdk_container/src/third_party/portage-stable/licenses/codehaus-groovy deleted file mode 100644 index 17175ad4b5..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/codehaus-groovy +++ /dev/null @@ -1,47 +0,0 @@ - - -/* - $Id: codehaus-groovy,v 1.1 2004/05/03 17:59:32 karltk Exp $ - - Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved. - - Redistribution and use of this software and associated documentation - ("Software"), with or without modification, are permitted provided - that the following conditions are met: - - 1. Redistributions of source code must retain copyright - statements and notices. Redistributions must also contain a - copy of this document. - - 2. Redistributions in binary form must reproduce the - above copyright notice, this list of conditions and the - following disclaimer in the documentation and/or other - materials provided with the distribution. - - 3. The name "groovy" must not be used to endorse or promote - products derived from this Software without prior written - permission of The Codehaus. For written permission, - please contact info@codehaus.org. - - 4. Products derived from this Software may not be called "groovy" - nor may "groovy" appear in their names without prior written - permission of The Codehaus. "groovy" is a registered - trademark of The Codehaus. - - 5. Due credit should be given to The Codehaus - - http://groovy.codehaus.org/ - - THIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS - ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT - NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL - THE CODEHAUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - OF THE POSSIBILITY OF SUCH DAMAGE. - - */ diff --git a/sdk_container/src/third_party/portage-stable/licenses/cos b/sdk_container/src/third_party/portage-stable/licenses/cos deleted file mode 100644 index c82a5d8dc8..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/cos +++ /dev/null @@ -1,82 +0,0 @@ -Copyright (C) 2001-2002 by Jason Hunter, jhunter@servlets.com. -All rights reserved. - -The source code, object code, and documentation in the com.oreilly.servlet -package is copyright and owned by Jason Hunter. - - -USE RIGHTS - -Permission is granted to use the com.oreilly.servlet.* packages in the -development of any non-commercial project. For this use you are granted a -non-exclusive, non-transferable limited license at no cost. - -For a commercial project, permission is granted to use the -com.oreilly.servlet.* packages provided that every person on the development -team for that project owns a copy of the book Java Servlet Programming -(O'Reilly) in its most recent edition. The most recent edition is currently -the 2nd Edition, available in association with Amazon.com at -http://www.amazon.com/exec/obidos/ASIN/0596000405/jasonhunter. - -Other (sometimes cheaper) license terms are available upon request; please -write to jhunter@servlets.com for more information. - - -REDISTRIBUTION RIGHTS - -Commercial redistribution rights of the com.oreilly.servlet.* packages are -available by writing jhunter@servlets.com. - -Non-commercial redistribution is permitted provided that: - -1. You redistribute the package in object code form only (as Java .class files -or a .jar file containing the .class files) and only as part of a product that -uses the classes as part of its primary functionality. - -2. The product containing the package is non-commercial in nature. - -3. The public interface to the classes in the package, and the public -interface to any classes with similar functionality, is hidden from end users -when engaged in normal use of the product. - -4. The distribution is not part of a software development kit, operating -system, other library, or a development tool without written permission from -the copyright holder. - -5. The distribution includes copyright notice as follows: "The source code, -object code, and documentation in the com.oreilly.servlet package is copyright -and owned by Jason Hunter." in the documentation and/or other materials -provided with the distribution. - -6. You reproduce the above copyright notice, this list of conditions, and the -following disclaimer in the documentation and/or other materials provided with -the distribution. - -7. Licensor retains title to and ownership of the Software and all -enhancements, modifications, and updates to the Software. - -Note that the com.oreilly.servlet package is provided "as is" and the author -will not be liable for any damages suffered as a result of your use. -Furthermore, you understand the package comes without any guarantee of -technical support. - -You can always find the latest version of the com.oreilly.servlet package at -http://www.servlets.com. - - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS -OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -Thanks, - -Jason Hunter -jhunter@servlets.com diff --git a/sdk_container/src/third_party/portage-stable/licenses/cryptopp b/sdk_container/src/third_party/portage-stable/licenses/cryptopp deleted file mode 100644 index 7eaee52484..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/cryptopp +++ /dev/null @@ -1,67 +0,0 @@ -Compilation Copyright (c) 1995-2003 by Wei Dai. All rights reserved. -This copyright applies only to this software distribution package -as a compilation, and does not imply a copyright on any particular -file in the package. - -The following files are copyrighted by their respective original authors, -and their use is subject to additional licenses included in these files. - -mars.cpp - Copyright 1998 Brian Gladman. - -All other files in this compilation are placed in the public domain by -Wei Dai and other contributors. - -I would like to thank the following authors for placing their works into -the public domain: - -Joan Daemen - 3way.cpp -Leonard Janke - cast.cpp, seal.cpp -Steve Reid - cast.cpp -Phil Karn - des.cpp -Michael Paul Johnson - diamond.cpp -Andrew M. Kuchling - md2.cpp, md4.cpp -Colin Plumb - md5.cpp, md5mac.cpp -Seal Woods - rc6.cpp -Chris Morgan - rijndael.cpp -Paulo Baretto - rijndael.cpp, skipjack.cpp, square.cpp -Richard De Moliner - safer.cpp -Matthew Skala - twofish.cpp - -Permission to use, copy, modify, and distribute this compilation for -any purpose, including commercial applications, is hereby granted -without fee, subject to the following restrictions: - -1. Any copy or modification of this compilation in any form, except -in object code form as part of an application software, must include -the above copyright notice and this license. - -2. Users of this software agree that any modification or extension -they provide to Wei Dai will be considered public domain and not -copyrighted unless it includes an explicit copyright notice. - -3. Wei Dai makes no warranty or representation that the operation of the -software in this compilation will be error-free, and Wei Dai is under no -obligation to provide any services, by way of maintenance, update, or -otherwise. THE SOFTWARE AND ANY DOCUMENTATION ARE PROVIDED "AS IS" -WITHOUT EXPRESS OR IMPLIED WARRANTY INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. IN NO EVENT WILL WEI DAI OR ANY OTHER CONTRIBUTOR BE LIABLE FOR -DIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -4. Users will not use Wei Dai or any other contributor's name in any -publicity or advertising, without prior written consent in each case. - -5. Export of this software from the United States may require a -specific license from the United States Government. It is the -responsibility of any person or organization contemplating export -to obtain such a license before exporting. - -6. Certain parts of this software may be protected by patents. It -is the users' responsibility to obtain the appropriate -licenses before using those parts. - -If this compilation is used in object code form in an application -software, acknowledgement of the author is not required but would be -appreciated. The contribution of any useful modifications or extensions -to Wei Dai is not required but would also be appreciated. diff --git a/sdk_container/src/third_party/portage-stable/licenses/czyborra b/sdk_container/src/third_party/portage-stable/licenses/czyborra deleted file mode 100644 index db0436225e..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/czyborra +++ /dev/null @@ -1,5 +0,0 @@ -All of my works you find here are freeware. You may freely copy, use, -quote, modify or redistribute them as long as you properly attribute -my contribution and have given a quick thought about whether Roman -might perhaps be interested to read what you did with his stuff. -Horizontal rules don't apply. diff --git a/sdk_container/src/third_party/portage-stable/licenses/gSOAP b/sdk_container/src/third_party/portage-stable/licenses/gSOAP index 94d783fac6..4ce2da1fe3 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/gSOAP +++ b/sdk_container/src/third_party/portage-stable/licenses/gSOAP @@ -1,492 +1,413 @@ - - - - - - + gSOAP Public License + Version 1.3a - gSOAP Public License + The gSOAP public license is derived from the Mozilla Public License + (MPL1.1). The sections that were deleted from the original MPL1.1 text + are 1.0.1, 2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 + was added. The modified sections are 2.1.(b), 2.2.(b), 3.2 + (simplified), 3.5 (deleted the last sentence), and 3.6 (simplified). -

gSOAP Public License

+1 DEFINITIONS. -

Version 1.3a

+ 1.0.1. + 1.1. "Contributor" + means each entity that creates or contributes to the creation of + Modifications. + 1.2. "Contributor Version" + means the combination of the Original Code, prior Modifications + used by a Contributor, and the Modifications made by that + particular Contributor. + 1.3. "Covered Code" + means the Original Code, or Modifications or the combination of + the Original Code, and Modifications, in each case including + portions thereof. + 1.4. "Electronic Distribution Mechanism" + means a mechanism generally accepted in the software development + community for the electronic transfer of data. + 1.5. "Executable" + means Covered Code in any form other than Source Code. + 1.6. "Initial Developer" + means the individual or entity identified as the Initial + Developer in the Source Code notice required by Exhibit A. + 1.7. "Larger Work" + means a work which combines Covered Code or portions thereof + with code not governed by the terms of this License. + 1.8. "License" + means this document. + 1.8.1. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently + acquired, any and all of the rights conveyed herein. + 1.9. "Modifications" + means any addition to or deletion from the substance or + structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of + files, a Modification is: + A. + Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + B. + Any new file that contains any part of the Original Code, + or previous Modifications. + 1.10. "Original Code" + means Source Code of computer software code which is described + in the Source Code notice required by Exhibit A as Original + Code, and which, at the time of its release under this License + is not already Covered Code governed by this License. + 1.10.1. "Patent Claims" + means any patent claim(s), now owned or hereafter acquired, + including without limitation, method, process, and apparatus + claims, in any patent Licensable by grantor. + 1.11. "Source Code" + means the preferred form of the Covered Code for making + modifications to it, including all modules it contains, plus any + associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or + another well known, available Covered Code of the Contributor's + choice. The Source Code can be in a compressed or archival form, + provided the appropriate decompression or de-archiving software + is widely available for no charge. + 1.12. "You" (or "Your") + means an individual or a legal entity exercising rights under, + and complying with all of the terms of, this License or a future + version of this License issued under Section 6.1. For legal + entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes + of this definition, "control" means (a) the power, direct or + indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. -

- The gSOAP public license is derived from the Mozilla Public License (MPL1.1). -The sections that were deleted from the original MPL1.1 text are 1.0.1, -2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was -added. The modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), -3.5 (deleted the last sentence), and 3.6 (simplified). +2 SOURCE CODE LICENSE. -

-1  DEFINITIONS.

+ 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, + royalty-free, non-exclusive license, subject to third party + intellectual property claims: + (a) + under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, + reproduce, modify, display, perform, sublicense and + distribute the Original Code (or portions thereof) with or + without Modifications, and/or as part of a Larger Work; and + (b) + under patents now or hereafter owned or controlled by + Initial Developer, to make, have made, use and sell ("offer + to sell and import") the Original Code, Modifications, or + portions thereof, but solely to the extent that any such + patent is reasonably necessary to enable You to utilize, + alone or in combination with other software, the Original + Code, Modifications, or any combination or portions + thereof. + (c) + (d) + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each + Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license + (a) + under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, + modify, display, perform, sublicense and distribute the + Modifications created by such Contributor (or portions + thereof) either on an unmodified basis, with other + Modifications, as Covered Code and/or as part of a Larger + Work; and + (b) + under patents now or hereafter owned or controlled by + Contributor, to make, have made, use and sell ("offer to + sell and import") the Contributor Version (or portions + thereof), but solely to the extent that any such patent is + reasonably necessary to enable You to utilize, alone or in + combination with other software, the Contributor Version + (or portions thereof). + (c) + (d) +3 DISTRIBUTION OBLIGATIONS. -
+ 3.1. Application of License. + The Modifications which You create or to which You contribute + are governed by the terms of this License, including without + limitation Section 2.2. The Source Code version of Covered Code + may be distributed only under the terms of this License or a + future version of this License released under Section 6.1, and + You must include a copy of this License with every copy of the + Source Code You distribute. You may not offer or impose any + terms on any Source Code version that alters or restricts the + applicable version of this License or the recipients' rights + hereunder. However, You may include an additional document + offering the additional rights described in Section 3.5. + 3.2. Availability of Source Code. + Any Modification created by You will be provided to the Initial + Developer in Source Code form and are subject to the terms of + the License. + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to + contain a file documenting the changes You made to create that + Covered Code and the date of any change. You must include a + prominent statement that the Modification is derived, directly + or indirectly, from Original Code provided by the Initial + Developer and including the name of the Initial Developer in (a) + the Source Code, and (b) in any notice in an Executable version + or related documentation in which You describe the origin or + ownership of the Covered Code. + 3.4. Intellectual Property Matters. + (a) Third Party Claims. + If Contributor has knowledge that a license under a third + party's intellectual property rights is required to + exercise the rights granted by such Contributor under + Sections 2.1 or 2.2, Contributor must include a text file + with the Source Code distribution titled "LEGAL" which + describes the claim and the party making the claim in + sufficient detail that a recipient will know whom to + contact. If Contributor obtains such knowledge after the + Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all + copies Contributor makes available thereafter and shall + take other steps (such as notifying appropriate mailing + lists or newsgroups) reasonably calculated to inform those + who received the Covered Code that new knowledge has been + obtained. + (b) Contributor APIs. + If Contributor's Modifications include an application + programming interface and Contributor has knowledge of + patent licenses which are reasonably necessary to implement + that API, Contributor must also include this information in + the LEGAL file. + (c) Representations. + Contributor represents that, except as disclosed pursuant + to Section 3.4(a) above, Contributor believes that + Contributor's Modifications are Contributor's original + creation(s) and/or Contributor has sufficient rights to + grant the rights conveyed by this License. + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the + Source Code. If it is not possible to put such notice in a + particular Source Code file due to its structure, then You must + include such notice in a location (such as a relevant directory) + where a user would be likely to look for such a notice. If You + created one or more Modification(s) You may add your name as a + Contributor to the notice described in Exhibit A. You must also + duplicate this License in any documentation for the Source Code + where You describe recipients' rights or ownership rights + relating to Covered Code. You may choose to offer, and to charge + a fee for, warranty, support, indemnity or liability obligations + to one or more recipients of Covered Code. However, You may do + so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered + Code. You may distribute the Executable version of Covered Code + or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are + in compliance with the terms of this License and that the + license for the Executable version does not attempt to limit or + alter the recipient's rights in the Source Code version from the + rights set forth in this License. If You distribute the + Executable version under a different license You must make it + absolutely clear that any terms which differ from this License + are offered by You alone, not by the Initial Developer or any + Contributor. If you distribute executable versions containing + Covered Code as part of a product, you must reproduce the notice + in Exhibit B in the documentation and/or other materials + provided with the product. + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with + other code not governed by the terms of this License and + distribute the Larger Work as a single product. In such a case, + You must make sure the requirements of this License are + fulfilled for the Covered Code. + 3.8. Restrictions. + You may not remove any product identification, copyright, + proprietary notices or labels from gSOAP. -
sep 0mm
-
1.0.1.
-
-
1.1. "Contributor"
-
-means each entity that creates or contributes to the creation of -Modifications.
-
1.2. "Contributor Version"
-
-means the combination of the Original Code, prior -Modifications used by a Contributor, and the Modifications made by that -particular Contributor.
-
1.3. "Covered Code"
-
-means the Original Code, or Modifications or the combination -of the Original Code, and Modifications, in each case -including portions thereof.
-
1.4. "Electronic Distribution Mechanism"
-
-means a mechanism generally accepted in the software development community for -the electronic transfer of data.
-
1.5. "Executable"
-
-means Covered Code in any form other than Source Code.
-
1.6. "Initial Developer"
-
-means the individual or entity identified as the Initial Developer in the -Source Code notice required by Exhibit A.
-
1.7. "Larger Work"
-
-means a work which combines Covered Code or portions thereof with code not -governed by the terms of this License.
-
1.8. "License"
-
-means this document.
-
1.8.1. "Licensable"
-
-means having the right to grant, to the maximum extent possible, whether at the -time of the initial grant or subsequently acquired, any and all of the rights -conveyed herein.
-
1.9. "Modifications"
-
-means any addition to or deletion from the substance or structure of either the -Original Code or any previous Modifications. When Covered -Code is released as a series of files, a Modification is: +4 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION. -
+ If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to statute, + judicial order, or regulation then You must: (a) comply with the terms + of this License to the maximum extent possible; and (b) describe the + limitations and the code they affect. Such description must be included + in the LEGAL file described in Section 3.4 and must be included with + all distributions of the Source Code. Except to the extent prohibited + by statute or regulation, such description must be sufficiently + detailed for a recipient of ordinary skill to be able to understand it. -
sep 0mm
-
A.
-
Any addition to or deletion from the contents of a file containing -Original Code or previous Modifications.
-
B.
-
Any new file that contains any part of the Original Code, -or previous Modifications.
-
-
1.10. "Original Code"
-
-means Source Code of computer software code which is described in the Source -Code notice required by Exhibit A as Original Code, and which, at the -time of its release under this License is not already Covered Code governed by -this License.
-
1.10.1. "Patent Claims"
-
-means any patent claim(s), now owned or hereafter acquired, including without -limitation, method, process, and apparatus claims, in any patent Licensable by -grantor.
-
1.11. "Source Code"
-
-means the preferred form of the Covered Code for making modifications to it, -including all modules it contains, plus any associated interface definition -files, scripts used to control compilation and installation of an Executable, -or source code differential comparisons against either the Original Code or -another well known, available Covered Code of the Contributor's choice. The -Source Code can be in a compressed or archival form, provided the appropriate -decompression or de-archiving software is widely available for no charge.
-
1.12. "You" (or "Your")
-
-means an individual or a legal entity exercising rights under, and complying -with all of the terms of, this License or a future version of this License -issued under Section 6.1. For legal entities, "You" includes any -entity which controls, is controlled by, or is under common control with You. -For purposes of this definition, "control" means (a) the power, direct or -indirect, to cause the direction or management of such entity, whether by -contract or otherwise, or (b) ownership of more than fifty percent (50%) of -the outstanding shares or beneficial ownership of such entity.
-
+5 APPLICATION OF THIS LICENSE. -

-2  SOURCE CODE LICENSE.

+ This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. -
+6 VERSIONS OF THE LICENSE. -
sep 0mm
-
2.1. The Initial Developer Grant.
-

-The Initial Developer hereby grants You a world-wide, royalty-free, -non-exclusive license, subject to third party intellectual property claims: + 6.1. New Versions. + Grantor may publish revised and/or new versions of the License + from time to time. Each version will be given a distinguishing + version number. + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version + of the License, You may always continue to use it under the + terms of that version. You may also choose to use such Covered + Code under the terms of any subsequent version of the License. + 6.3. Derivative Works. + If You create or use a modified version of this License (which + you may only do in order to apply it to code which is not + already Covered Code governed by this License), You must (a) + rename Your license so that the phrase "gSOAP" or any + confusingly similar phrase do not appear in your license (except + to note that your license differs from this License) and (b) + otherwise make it clear that Your version of the license + contains terms which differ from the gSOAP Public License. + (Filling in the name of the Initial Developer, Original Code or + Contributor in the notice described in Exhibit A shall not of + themselves be deemed to be modifications of this License.) -
+7 DISCLAIMER OF WARRANTY. -
sep 0mm
-
(a)
-
-under intellectual property rights (other than patent or trademark) Licensable -by Initial Developer to use, reproduce, modify, display, perform, sublicense -and distribute the Original Code (or portions thereof) with or without -Modifications, and/or as part of a Larger Work; and
-
(b)
-
-under patents now or hereafter owned or controlled by Initial Developer, to -make, have made, use and sell ("offer to sell and import") the Original Code, -Modifications, or portions thereof, but solely to the extent that any such -patent is reasonably necessary to enable You to utilize, alone or in -combination with other software, the Original Code, Modifications, or any -combination or portions thereof.
-
(c)
-
-
(d)
-
-
-
2.2. Contributor Grant.
-

-Subject to third party intellectual property claims, each Contributor hereby -grants You a world-wide, royalty-free, non-exclusive license + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY, + INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT + OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS, AND ANY WARRANTY THAT MAY + ARISE BY REASON OF TRADE USAGE, CUSTOM, OR COURSE OF DEALING. WITHOUT + LIMITING THE FOREGOING, YOU ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED + "AS IS" AND THAT THE AUTHORS DO NOT WARRANT THE SOFTWARE WILL RUN + UNINTERRUPTED OR ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO + RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO + CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT, + INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY KIND OR NATURE + WHATSOEVER, WHETHER BASED ON CONTRACT, WARRANTY, TORT (INCLUDING + NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, ARISING OUT OF OR IN ANY + WAY RELATED TO THE SOFTWARE, EVEN IF THE AUTHORS HAVE BEEN ADVISED ON + THE POSSIBILITY OF SUCH DAMAGE OR IF SUCH DAMAGE COULD HAVE BEEN + REASONABLY FORESEEN, AND NOTWITHSTANDING ANY FAILURE OF ESSENTIAL + PURPOSE OF ANY EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES + INCLUDES, BUT IS NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST + PROFITS, LOSS OF DATA OR SOFTWARE, WORK STOPPAGE, COMPUTER FAILURE OR + MALFUNCTION OR IMPAIRMENT OF OTHER GOODS. IN NO EVENT WILL THE AUTHORS + BE LIABLE FOR THE COSTS OF PROCUREMENT OF SUBSTITUTE SOFTWARE OR + SERVICES. YOU ACKNOWLEDGE THAT THIS SOFTWARE IS NOT DESIGNED FOR USE IN + ON-LINE EQUIPMENT IN HAZARDOUS ENVIRONMENTS SUCH AS OPERATION OF + NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL + APPLICATIONS. THE AUTHORS EXPRESSLY DISCLAIM ANY LIABILITY RESULTING + FROM USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS + ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS OR + CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT + IN HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS PARAGRAPH, THE + TERM "LIFE-CRITICAL APPLICATION" MEANS AN APPLICATION IN WHICH THE + FUNCTIONING OR MALFUNCTIONING OF THE SOFTWARE MAY RESULT DIRECTLY OR + INDIRECTLY IN PHYSICAL INJURY OR LOSS OF HUMAN LIFE. THIS DISCLAIMER OF + WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY + COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. -
+8 TERMINATION. -
sep 0mm
-
(a)
-
-under intellectual property rights (other than patent or trademark) Licensable -by Contributor, to use, reproduce, modify, display, perform, sublicense and -distribute the Modifications created by such Contributor (or portions thereof) -either on an unmodified basis, with other Modifications, as Covered Code and/or -as part of a Larger Work; and
-
(b)
-
-under patents now or hereafter owned or controlled by Contributor, to make, -have made, use and sell ("offer to sell and import") the Contributor Version -(or portions thereof), but solely to the extent that any such patent is -reasonably necessary to enable You to utilize, alone or in combination with -other software, the Contributor Version (or portions thereof).
-
(c)
-
-
(d)
-
-
-
+ 8.1. + This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail + to cure such breach within 30 days of becoming aware of the + breach. All sublicenses to the Covered Code which are properly + granted shall survive any termination of this License. + Provisions which, by their nature, must remain in effect beyond + the termination of this License shall survive. + 8.2. + 8.3. + If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved + (such as by license or settlement) prior to the initiation of + patent infringement litigation, then the reasonable value of the + licenses granted by such Participant under Sections 2.1 or 2.2 + shall be taken into account in determining the amount or value + of any payment or license. + 8.4. + In the event of termination under Sections 8.1 or 8.2 above, all + end user license agreements (excluding distributors and + resellers) which have been validly granted by You or any + distributor hereunder prior to termination shall survive + termination. -

-3  DISTRIBUTION OBLIGATIONS.

+9 LIMITATION OF LIABILITY. -
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY + INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS + EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. -
sep 0mm
-
3.1. Application of License.
-

-The Modifications which You create or to which You contribute are governed by -the terms of this License, including without limitation Section 2.2. The -Source Code version of Covered Code may be distributed only under the terms of -this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source -Code You distribute. You may not offer or impose any terms on any Source Code -version that alters or restricts the applicable version of this License or the -recipients' rights hereunder. However, You may include an additional document -offering the additional rights described in Section 3.5.
-
3.2. Availability of Source Code.
-

-Any Modification created by You will be provided to the Initial Developer in -Source Code form and are subject to the terms of the License.
-
3.3. Description of Modifications.
-

-You must cause all Covered Code to which You contribute to contain a file -documenting the changes You made to create that Covered Code and the date of -any change. You must include a prominent statement that the Modification is -derived, directly or indirectly, from Original Code provided by the Initial -Developer and including the name of the Initial Developer in (a) the Source -Code, and (b) in any notice in an Executable version or related documentation -in which You describe the origin or ownership of the Covered Code.
-
3.4. Intellectual Property Matters.
-
+10 U.S. GOVERNMENT END USERS. -
+11 MISCELLANEOUS. -
sep 0mm
-
(a) Third Party Claims.
-
-If Contributor has knowledge that a license under a third party's intellectual -property rights is required to exercise the rights granted by such Contributor -under Sections 2.1 or 2.2, Contributor must include a text file with the Source -Code distribution titled "LEGAL" which describes the claim and the party -making the claim in sufficient detail that a recipient will know whom to -contact. If Contributor obtains such knowledge after the Modification is made -available as described in Section 3.2, Contributor shall promptly modify the -LEGAL file in all copies Contributor makes available thereafter and shall take -other steps (such as notifying appropriate mailing lists or newsgroups) -reasonably calculated to inform those who received the Covered Code that new -knowledge has been obtained.
-
(b) Contributor APIs.
-
-If Contributor's Modifications include an application programming interface and -Contributor has knowledge of patent licenses which are reasonably necessary to -implement that API, Contributor must also include this information in the LEGAL -file.
-
(c) Representations.
-
-Contributor represents that, except as disclosed pursuant to Section -3.4(a) above, Contributor believes that Contributor's Modifications are -Contributor's original creation(s) and/or Contributor has sufficient rights to -grant the rights conveyed by this License.
-
-
3.5. Required Notices.
-

-You must duplicate the notice in Exhibit A in each file of the Source -Code. If it is not possible to put such notice in a particular Source Code file -due to its structure, then You must include such notice in a location (such as -a relevant directory) where a user would be likely to look for such a notice. -If You created one or more Modification(s) You may add your name as a -Contributor to the notice described in Exhibit A. You must also duplicate -this License in any documentation for the Source Code where You describe -recipients' rights or ownership rights relating to Covered Code. You may choose -to offer, and to charge a fee for, warranty, support, indemnity or liability -obligations to one or more recipients of Covered Code. However, You may do so -only on Your own behalf, and not on behalf of the Initial Developer or any -Contributor.
-
3.6. Distribution of Executable Versions.
-

-You may distribute Covered Code in Executable form only if the requirements -of Section 3.1-3.5 have been met for that Covered Code. You may distribute the -Executable version of Covered Code or ownership rights under a license of Your -choice, which may contain terms different from this License, provided that You -are in compliance with the terms of this License and that the license for the -Executable version does not attempt to limit or alter the recipient's rights in -the Source Code version from the rights set forth in this License. If You -distribute the Executable version under a different license You must make it -absolutely clear that any terms which differ from this License are offered by -You alone, not by the Initial Developer or any Contributor. If you -distribute executable versions containing Covered Code as part of a product, -you must reproduce the notice in Exhibit B in the documentation and/or -other materials provided with the product.
-
3.7. Larger Works.
-

-You may create a Larger Work by combining Covered Code with other code not -governed by the terms of this License and distribute the Larger Work as a -single product. In such a case, You must make sure the requirements of this -License are fulfilled for the Covered Code.
-
3.8. Restrictions.
-

-You may not remove any product identification, copyright, proprietary notices or labels from gSOAP.
-
+12 RESPONSIBILITY FOR CLAIMS. -

-4  INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.

-If it is impossible for You to comply with any of the terms of this License -with respect to some or all of the Covered Code due to statute, judicial order, -or regulation then You must: (a) comply with the terms of this License to the -maximum extent possible; and (b) describe the limitations and the code they -affect. Such description must be included in the LEGAL file described in -Section 3.4 and must be included with all distributions of the Source -Code. Except to the extent prohibited by statute or regulation, such -description must be sufficiently detailed for a recipient of ordinary skill to -be able to understand it. + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, out + of its utilization of rights under this License and You agree to work + with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. -

-5  APPLICATION OF THIS LICENSE.

-This License applies to code to which the Initial Developer has attached the -notice in Exhibit A and to related Covered Code. +EXHIBIT A. -

-6  VERSIONS OF THE LICENSE.

+ "The contents of this file are subject to the gSOAP Public License + Version 1.3 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at -
+ http://www.cs.fsu.edu/ engelen/soaplicense.html -
sep 0mm
-
6.1. New Versions.
-

-Grantor may publish revised and/or new versions of the License from time to -time. Each version will be given a distinguishing version number.
-
6.2. Effect of New Versions.
-

-Once Covered Code has been published under a particular version of the License, -You may always continue to use it under the terms of that version. You may also -choose to use such Covered Code under the terms of any subsequent version of -the License.
-
6.3. Derivative Works.
-

-If You create or use a modified version of this License (which you may only do -in order to apply it to code which is not already Covered Code governed by this -License), You must (a) rename Your license so that the phrase "gSOAP" or -any confusingly similar phrase do not appear in your license (except to note -that your license differs from this License) and (b) otherwise make it clear -that Your version of the license contains terms which differ from the gSOAP -Public License. (Filling in the name of the Initial Developer, Original Code or -Contributor in the notice described in Exhibit A shall not of themselves -be deemed to be modifications of this License.)
-
+ Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. -

-7  DISCLAIMER OF WARRANTY.

-COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT -WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT -LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A -PARTICULAR PURPOSE, NONINFRINGEMENT OF THIRD PARTY INTELLECTUAL PROPERTY -RIGHTS, AND ANY WARRANTY THAT MAY ARISE BY REASON OF TRADE USAGE, CUSTOM, OR -COURSE OF DEALING. WITHOUT LIMITING THE FOREGOING, YOU ACKNOWLEDGE THAT THE -SOFTWARE IS PROVIDED "AS IS" AND THAT THE AUTHORS DO NOT WARRANT THE SOFTWARE -WILL RUN UNINTERRUPTED OR ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO -RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO -CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, -EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY KIND OR NATURE WHATSOEVER, WHETHER -BASED ON CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR -OTHERWISE, ARISING OUT OF OR IN ANY WAY RELATED TO THE SOFTWARE, EVEN IF THE -AUTHORS HAVE BEEN ADVISED ON THE POSSIBILITY OF SUCH DAMAGE OR IF SUCH DAMAGE -COULD HAVE BEEN REASONABLY FORESEEN, AND NOTWITHSTANDING ANY FAILURE OF -ESSENTIAL PURPOSE OF ANY EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES -INCLUDES, BUT IS NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST PROFITS, -LOSS OF DATA OR SOFTWARE, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION OR -IMPAIRMENT OF OTHER GOODS. IN NO EVENT WILL THE AUTHORS BE LIABLE FOR THE -COSTS OF PROCUREMENT OF SUBSTITUTE SOFTWARE OR SERVICES. YOU ACKNOWLEDGE THAT -THIS SOFTWARE IS NOT DESIGNED FOR USE IN ON-LINE EQUIPMENT IN HAZARDOUS -ENVIRONMENTS SUCH AS OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR -CONTROL, OR LIFE-CRITICAL APPLICATIONS. THE AUTHORS EXPRESSLY DISCLAIM ANY -LIABILITY RESULTING FROM USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN -HAZARDOUS ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS OR -CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN -HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS PARAGRAPH, THE TERM -"LIFE-CRITICAL APPLICATION" MEANS AN APPLICATION IN WHICH THE FUNCTIONING OR -MALFUNCTIONING OF THE SOFTWARE MAY RESULT DIRECTLY OR INDIRECTLY IN PHYSICAL -INJURY OR LOSS OF HUMAN LIFE. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN -ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED -HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + The Original Code of the gSOAP Software is: stdsoap.h, stdsoap2.h, + stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp, soapcpp2.h, + soapcpp2.c, soapcpp2_lex.l, soapcpp2_yacc.y, error2.h, error2.c, + symbol2.c, init2.c, soapdoc2.html, and soapdoc2.pdf, httpget.h, + httpget.c, stl.h, stldeque.h, stllist.h, stlvector.h, stlset.h. -

-8  TERMINATION.

+ The Initial Developer of the Original Code is Robert A. van Engelen. + Portions created by Robert A. van Engelen are Copyright (C) 2001-2004 + Robert A. van Engelen, Genivia inc. All Rights Reserved. -
+ Contributor(s): + "________________________." -
sep 0mm
-
8.1.
-
-This License and the rights granted hereunder will terminate automatically if -You fail to comply with terms herein and fail to cure such breach within 30 -days of becoming aware of the breach. All sublicenses to the Covered Code which -are properly granted shall survive any termination of this License. Provisions -which, by their nature, must remain in effect beyond the termination of this -License shall survive.
-
8.2.
-
-
8.3.
-
-If You assert a patent infringement claim against Participant alleging that -such Participant's Contributor Version directly or indirectly infringes any -patent where such claim is resolved (such as by license or settlement) prior to -the initiation of patent infringement litigation, then the reasonable value of -the licenses granted by such Participant under Sections 2.1 or 2.2 -shall be taken into account in determining the amount or value of any payment -or license.
-
8.4.
-
In the event of termination under Sections 8.1 or -8.2 above, all end user license agreements (excluding distributors -and resellers) which have been validly granted by You or any distributor -hereunder prior to termination shall survive termination.
-
+ [Note: The text of this Exhibit A may differ slightly form the text of + the notices in the Source Code files of the Original code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] -

-9  LIMITATION OF LIABILITY.

-UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING -NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, -ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER -OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, -INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT -LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE -OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN -IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. -THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR -PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE -LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION -OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION -AND LIMITATION MAY NOT APPLY TO YOU. +EXHIBIT B. -

-10  U.S. GOVERNMENT END USERS.

+ "Part of the software embedded in this product is gSOAP software. -

-11  MISCELLANEOUS.

+ Portions created by gSOAP are Copyright (C) 2001-2007 Robert A. van + Engelen, Genivia inc. All Rights Reserved. -

-12  RESPONSIBILITY FOR CLAIMS.

-As between Initial Developer and the Contributors, each party is responsible -for claims and damages arising, directly or indirectly, out of its utilization -of rights under this License and You agree to work with Initial Developer and -Contributors to distribute such responsibility on an equitable basis. Nothing -herein is intended or shall be deemed to constitute any admission of liability. - -
- -

EXHIBIT A.

- -
-"The contents of this file are subject to the gSOAP Public License Version 1.3 -(the "License"); you may not use this file except in compliance with the -License. You may obtain a copy of the License at - -
-http://www.cs.fsu.edu/ engelen/soaplicense.html -
-Software distributed under the License is distributed on an "AS IS" -basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -for the specific language governing rights and limitations under the License. - -
-The Original Code of the gSOAP Software is: -stdsoap.h, stdsoap2.h, stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp, soapcpp2.h, soapcpp2.c, -soapcpp2_lex.l, soapcpp2_yacc.y, error2.h, error2.c, -symbol2.c, init2.c, soapdoc2.html, and soapdoc2.pdf, httpget.h, httpget.c, stl.h, stldeque.h, stllist.h, stlvector.h, stlset.h. - -
-The Initial Developer of the Original Code is Robert A. van Engelen. Portions -created by Robert A. van Engelen are Copyright (C) 2001-2004 Robert A. van -Engelen, Genivia inc. All Rights Reserved. - -
-Contributor(s): - -
-
"________________________."
-
-
-[Note: The text of this Exhibit A may differ slightly form the text of the -notices in the Source Code files of the Original code. You should use the text -of this Exhibit A rather than the text found in the Original Code Source Code -for Your Modifications.] - -
- -

EXHIBIT B.

- -
-"Part of the software embedded in this product is gSOAP software. - -
-Portions created by gSOAP are Copyright (C) 2001-2007 Robert A. van Engelen, -Genivia inc. All Rights Reserved. - -
-THE SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY GENIVIA INC AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." - - + THE SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY GENIVIA INC AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE." diff --git a/sdk_container/src/third_party/portage-stable/licenses/genymotion b/sdk_container/src/third_party/portage-stable/licenses/genymotion new file mode 100644 index 0000000000..376d039210 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/genymotion @@ -0,0 +1,329 @@ +Terms and conditions of use GENYMOTION + +Definition of “end user” + +The end user shall be a single person represented by a unique username with the software installed on a single workstation. No other person may use the username crated by such person or the software granted under this license at any time for any purpose. + + + +Free VERSION AGREEMENT : Personal and private use only, exclusion of all other uses + +Binding agreement + +By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol. + +The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees. + +Warning: warranties and representations of the licensee + +Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE. + +License granted: Limited + +GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE. + +This license is granted to the end user only and exclusively in connection with personal use, the end user is an individual, and not a professional, who downloads the application for personal and private needs, excluding commercial and professional environment. + +The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever: + +assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or include this applicationin a product whatsoever, +use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party, +Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement. + +No support and no guarantee + +GENYMOBILE is not required to provide or make available any support, maintenance, or other services to the end user or to the licensee. + +GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever. + +GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements. + +The applicationis provided « as is » and « where is ». + +GENYMOBILE provides no commitment, no warranty to the end user or licensee. + +GENYMOBILE disclaims: + +Any liability of any nature whatsoever, +Any warranty and any support, maintenance or other service, +Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications, +Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors, +Any use that is consistent with security needs and specific requirements by the end user or licensee, +Any warranty arising as a result of custom, usage or trade and those arising under Law. +GENYMOBILE shall in no event be liable to the end user or licensee or any third party for any damages. + +Downtime + +GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILEmay deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application. + +GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime. + +Ownership + +GENYMOBILE owns and retains all rights to: + +the software/application she has developed and all modifications and improvements, +any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law, +any other technology, invention, concept, system, method, process, and other element of the software/application developed by her, +Any derivative works made from modifications and improvements to the application. +Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property. + +The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited »). + +He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights. + +The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE. + +Basis of bargain + +GENYMOBILE grants, free of charge, this license to the end user or licensee who accepts it. + +Infringement + +If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following: + +negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim, +modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application, +replace the software/application with non-infringing software/application or, +terminate this license and the end user or the licensee shall stop using the software/application. +Modifications + +GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested. + +GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application. + +GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto. + +Statistics + +GENYMOBILE may, without the prior consent of the end user or the licensee, perform all statistics. + +Termination + +GENYMOBILE may terminate this agreement at any time without cause and without need for any notice to the end user or to the licensee. + +Upon the termination of this agreement, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights. + +Forum for disputes and applicable Law + +The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief. + +This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction. + +******* + +Terms of the paid Agreement version INDIE : Professional use limited to companies with fewer than three employees + +Binding agreement + +By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol. + +The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees. + +Warning: warranties and representations of the licensee + +Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE. + +License granted: Limited + +GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE. + +The user downloads the application says to do so in a professional and for the purposes of its business which is necessarily a business with fewer than three employees. This so-called INDIE license is limited to the use made in the company, prohibiting the user to subscribe several INDIE licenses. Therefore the licensee warrants, represents and undertakes to use the application solely for this approved use. + +The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever: + +assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or includethis applicationin a productwhatsoever, +use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party, +Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement. + +No support and no guarantee + +GENYMOBILE is not required to provide or make available any support, maintenance, or other services to the end user or to the licensee. + +If GENYMOBILE decided to offer support, it would be without warranty of any kind with respect to the response time, this possible response would occur in any event by email. + +GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever. + +GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements. + +The application is provided « as is » and « where is ». + +GENYMOBILE provides no commitment, no warranty to the end user or licensee. + +GENYMOBILE disclaims: + +Any liability of any nature whatsoever, +Any warranty and any support, maintenance or other service, +Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications, +Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors, +Any use that is consistent with security needs and specific requirements by the end user or licensee, +Any warranty arising as a result of custom, usage or trade and those arising under Law. +GENYMOBILE shall in no event be liable to the end user orlicensee or any third party for any damages. + +Downtime + +GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILE may deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application. + +GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime. + +Ownership + +GENYMOBILE owns and retains all rights to: + +the software/application she has developed and all modifications and improvements, +any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law, +any other technology, invention, concept, system, method, process, and other element of the software/application developed by her, +Any derivative works made from modifications and improvements to the application. +Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property. + +The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee underthe article « license granted: Limited »). + +He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights. + +The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE. + +Basis of bargain + +GENYMOBILE grants this license to the end user or licensee who accepts it. + +In consideration of the rights granted (professional use limited to companies with fewer than three employees), the licensee shall pay online GENYMOBILE before downloading the application, a fixed annual license fee. + +Infringement + +If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following: + +negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim, +modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application, +replace the software/application with non-infringing software/application or, +terminate this license and the end user or the licensee shall stop using the software/application. +Modifications + +GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested. + +GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application. + +GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto. + +Statistics + +GENYMOBILE may, without the prior consent of the end user or the licensee, perform all statistics. + +Duration and Termination + +This license is granted for a period of one year, renewable by tacit agreement. GENYMOBILE will remember the deadline to the end user or to the licensee one month before the deadline, with a possible return within 15 days if necessary, with the need to pay the fixed annual license fee fixed. Without payment in this period and one month after the expiry of one year, the license is automatically terminated. + +GENYMOBILE may terminate this license if the end user or to the licensee does not comply with the terms of this license for any reason whatsoever. + +Upon the termination of this agreement or in the event of non-payment of the license fee, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights. + +Forum for disputes and applicable Law + +The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief. + +This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction. + +******* + +Terms of the paid AGREEMENT: Business use + +Binding agreement + +By acceptance of this end user license agreement, a legally binding contract and agreement, which sets forth the license and use rights for the software/application developed by GENYMOBILE, is created between the end user/licensee and GENYMOBILE, a corporation with an establishment in Paris (75004), 36, boulevard de Sébastopol. + +The end user or the licensee agrees that any time when he accesses, uses the software developed by GENYMOBILE or logs into the software/application of GENYMOBILE, it reaffirms its acceptance and express agreement under these conditions. If the licensee or the end user does not agree to all the terms, he is not authorized to access or use the software/application. By accepting these terms, the licensee or the end user has specifically taken note of all GENYMOBILE’s rights and intellectual property rights, as well as exclusions of responsibilities and guarantees. + +Warning: warranties and representations of the licensee + +Licensee and the end user are solely responsible for the use, application, and implementation, and all decisions related to the use, application, and implementation of the software/application developed by GENYMOBILE. + +License granted: Limited + +GENYMOBILE grants the end user or the licensee a non-transferable, non-sublicenseable, non-assignable, terminable, limited, and non-exclusive license to access and use the software application developed by GENYMOBILE. + +The end user or licensee who downloads the software/application developed by GENYMOBILE says to do so in a professional environment and/or in relation of the activities of the company. Nevertheless, the pecuniary license is limited to one year per user. Therefore, the end user or the licensee warrants, represents and undertakes to use the application/software only under the above conditions. + +The end user and the licensee do not have any right or license to, and will not, directly or indirectly, in any manner whatsoever: + +assign, transfer, sell, encumber or modify the software/application developed by GENYMOBILE or includethis applicationin a productwhatsoever, +use or utilize this software/application for any purpose or in any manner that is illegal or in violation of any applicable law or rights of any third party, +Generally speaking, all access, performance or use of the application except as expressly permitted by these terms and any use in accordance to GENYMOBILE’s purpose shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights on its software/application and open all rights and remedies in connection with such infringement. + +Support + +GENYMOBILE may, in its sole discretion, directly or indirectly make available, but is not obligated, to provide a support by email regarding this application. Regarding this support, GENYMOBILE will try to give an answer to the questions that would be asked in a reasonable period of about 3 working days, working days agreeing Monday to Friday. + +No guarantee and downtime + +GENYMOBILE may, at any time, take down or shut down access the software/application developed for maintenance, repair, or for any reason whatsoever. + +GENYMOBILE makes no warranty with respect to the application developed including, without limitation, regarding the modifications and improvements. + +The applicationis provided « as is » and « where is ». + +GENYMOBILE provides no commitment, no warranty to the end user or licensee. + +GENYMOBILE disclaims: + +Any liability of any nature whatsoever, +Any warranty and any support, except response within 3 working days, any maintenance or other service, +Any warranty of merchantability, non-infringement, ownership, accuracy, reliability, interoperability with other software or applications, +Any collateral security or quiet enjoyment or the use is not interrupted by virus or error-free, or that the end user will not meet errors, +Any use that is consistent with security needs and specific requirements by the end user or licensee, +Any warranty arising as a result of custom, usage or trade and those arising under Law. +GENYMOBILE shall in noevent be liableto the end user orlicensee orany third partyfor any damages. + +GENYMOBILE may, from time to time, take down or shut down access to the software/application for maintenance, repair, or service as GENYMOBILE may deem necessary in its sole discretion (« downtime »). The end user or licensee acknowledges that, during any downtime, he may not be able to access and use some or all parts of the software/application. GENYMOBILE may, but shall have no obligation to, make commercially reasonable efforts to notify to the end user or licensee in advance of such downtime, for example by displaying a notice during access of the software/application. + +GENYMOBILE will make commercially reasonable efforts to keep the downtime to a minimum, but in no event GENYMOBILE shall be liable for such downtime. + +Ownership + +GENYMOBILE owns and retains all rights to: + +the software/application she has developed and all modifications and improvements, +any trademarks, domain names, patents, software, copyrights, trade name and trade secret rights belonging to her, and other intellectual property rights, industrial property rights, and other proprietary rights of any kind, existing anywhere or under any law, +any other technology, invention, concept, system, method, process, and other element of the software/application developed by her, +Any derivative works made from modifications and improvements to the application. +Nothing in this agreement constitutes, or shall be interpreted or construed to constitute, any assignment, transfer or conveyance of any right, title or interest, or (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited ») any license or use right, or any right to grant any license or right of use any GENYMOBILE’s property. + +The end user or the licensee acknowledges that he can not acquire, by use or by any other means, and will not claim, any ownership, license, or other rights (except solely for the license expressly granted to the end user or the licensee under the article « license granted: Limited »). + +He also agrees to take no action, which may impair or jeopardize the GENYMOBILE’s property and rights. + +The end user or the licensee can not make use of any trademarks or any signs owned by GENYMOBILE. + +Basis of bargain + +GENYMOBILE grants this license to the end user or licensee who accepts it. + +In consideration of the rights granted (business use, one license by user for one year), the licensee shall pay online GENYMOBILE before downloading the application, a fixed annual license fee. + +Infringement + +If use of the software/application may be enjoined due to a claim of infringement by a third party then, at its sole discretion, GENYMOBILE may do one of the following: + +negotiate a license or other agreement so that the software/application is no longer subject to such a potential claim, +modify the software/application so that it becomes non-infringing, provided such modification can be accomplished without materially affecting the performance and functionality of the software/application, +replace the software/application with non-infringing software/application or, +terminate this license and the end user or the licensee shall stop using the software/application. +Modifications + +GENYMOBILE may modify, amend, change, and cancel the license agreement. The end user or the licensee agrees that the acceptance of each such modification, amendment, change, and alteration shall be a condition precedent for the license, the access and use of the software/application. The license shall automatically terminate, without need for any notice, if the end user or the licensee fails to accept such modification, amendment, change when requested. + +GENYMOBILE may, when she decides to do, install or make available any update to the software/application including, without limitation, modification, error correction, update, upgrade, enhancement, or change of the software/application. + +GENYMOBILE has the right to make any modification at any time, without the obligation to provide any notice or obtain any consent or agreement from the end user or the licensee, and without any right for him to receive any notice or provide any consent or agreement thereto. + +Duration and Termination + +This license is granted for a period of one year, renewable by tacit agreement. GENYMOBILE will remember the deadline to the end user or to the licensee one month before the deadline, with a possible return within 15 days if necessary, with the need to pay the fixed annual license fee fixed. Without payment in this period and one month after the expiry of one year, the license is automatically terminated. + +GENYMOBILE may terminate this license if the end user or to the licensee does not comply with the terms of this license for any reason whatsoever. + +Upon the termination of this agreement or in the event of non-payment of the license fee, the end user or the licensee shall immediately cease using the software/application developed by GENYMOBILE. Any use of the software/application after termination of this agreement shall be deemed to be an infringement of GENYMOBILE’s intellectual property rights. + +Forum for disputes and applicable Law + +The parties hereto agree that the Paris Court will have exclusive jurisdiction to resolve any dispute between the end user or the licensee and GENYMOBILE. The parties hereby irrevocably consent and submit to, and waive any objection to, personal jurisdiction of such courts. Notwithstanding the foregoing, GENYMOBILE may apply to any court of competent jurisdiction for injunctive relief. + +This agreement shall be governed by French Law, exclusive of any of its conflicts of law or international private law rules or principles that would result in the application of the law of any other jurisdiction. diff --git a/sdk_container/src/third_party/portage-stable/licenses/glimpse b/sdk_container/src/third_party/portage-stable/licenses/glimpse index 209c0e07b7..cde66dd4ac 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/glimpse +++ b/sdk_container/src/third_party/portage-stable/licenses/glimpse @@ -1,145 +1,142 @@ - - - - - - - - +Glimpse/Webglimpse Software Licensing Agreement -

Glimpse/Webglimpse Software Licensing Agreement

+THIS SOFTWARE LICENSING AND ROYALTY AGREEMENT (this "Agreement") is made +by and between Internet WorkShop (hereinafter "Licensor"), as per resale +license granted by The Arizona Board of Regents for The University of +Arizona, and "Licensee", a company or individual who has purchased the +SOFTWARE from Internet Workshop. -

THIS SOFTWARE LICENSING AND ROYALTY AGREEMENT (this "Agreement") -is made by and between Internet WorkShop (hereinafter "Licensor"), -as per resale license granted by The Arizona Board of Regents for The University -of Arizona, and "Licensee", a company or individual who has purchased -the SOFTWARE from Internet Workshop.

+WITNESSETH: -

WITNESSETH:

+WHEREAS, Licensor is the author of, or has acquired the rights to, +certain computer software programs, documentation, and related written +materials (collectively "Software") specifically Glimpse and Webglimpse, +and Licensee desires to acquire a right and license to use Licensor's +Software under the terms and conditions set forth herein. -

WHEREAS, Licensor is the author of, or has acquired the rights to, certain -computer software programs, documentation, and related written materials -(collectively "Software") specifically Glimpse and Webglimpse, -and Licensee desires to acquire a right and license to use Licensor's Software -under the terms and conditions set forth herein.

+NOW, THEREFORE, in consideration of the mutual covenants and premises +herein contained, the Parties hereto agree as follows: -

NOW, THEREFORE, in consideration of the mutual covenants and premises -herein contained, the Parties hereto agree as follows:

+I. LICENSE -

I. LICENSE

+1.1 Scope of License Grant. In consideration of the agreement of +Licensee to pay royalties hereunder, Licensor hereby grants to Licensee +the nonexclusive, nontransferable right and license to use Licensor's +Software subject to the terms and conditions of this agreement. The +Software is licensed for use solely for Licensee's internal applications +in the normal course of Licensee's business. No rights to sublicense or +market the Software or Documentation are granted. All rights not +specifically granted to Licensee by this license shall remain in +Licensor. -

1.1 Scope of License Grant. In consideration of the agreement of Licensee -to pay royalties hereunder, Licensor hereby grants to Licensee the nonexclusive, -nontransferable right and license to use Licensor's Software subject to -the terms and conditions of this agreement. The Software is licensed for -use solely for Licensee's internal applications in the normal course of -Licensee's business. No rights to sublicense or market the Software or -Documentation are granted. All rights not specifically granted to Licensee -by this license shall remain in Licensor.

+1.4 Right to Copy. Licensee shall not copy the Software, in whole or in +part, except as expressly provided in this section. The Software may be +copied in whole or in part, in printed or machine-readable form, for +archival storage or emergency restart purposes, or to replace a worn +copy. -

1.4 Right to Copy. Licensee shall not copy the Software, in whole or -in part, except as expressly provided in this section. The Software may -be copied in whole or in part, in printed or machine-readable form, for -archival storage or emergency restart purposes, or to replace a worn copy.

+1.5 If Licensee obtains source code under this agreement, Licensee +agrees it will not use the source code or any associated Licensor +proprietary information for any purpose other than Licensee's internal +needs and in particular not for the purpose of development or +distribution of any product or program similar to, or competitive with, +the Software. -

1.5 If Licensee obtains source code under this agreement, Licensee agrees -it will not use the source code or any associated Licensor proprietary -information for any purpose other than Licensee's internal needs and in -particular not for the purpose of development or distribution of any product -or program similar to, or competitive with, the Software.

+II. WARRANTY -

II. WARRANTY

- -

2.1 LICENSOR MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AND SPECIFICALLY +2.1 LICENSOR MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AND SPECIFICALLY DISCLAIMS OTHER WARRANTIES, INCLUDING (WITHOUT LIMITATION) ANY WARRANTY -OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL -LICENSOR BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL -DAMAGES, OR FOR LOST PROFITS, OR FOR LOST DATA OR DOWNTIME, WHETHER OR -NOT LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

+OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT +SHALL LICENSOR BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL OR +CONSEQUENTIAL DAMAGES, OR FOR LOST PROFITS, OR FOR LOST DATA OR +DOWNTIME, WHETHER OR NOT LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. -

2.2 LICENSEE AGREES THAT ITS SOLE REMEDY AGAINST LICENSOR OR ITS REPRESENTATIVES -FOR LOSS OR DAMAGE CAUSED BY ANY DEFECT OR FAILURE OF THE SOFTWARE, REGARDLESS -OF THE FORM OF ACTION, WHETHER IN CONTRACT, TORT, INCLUDING NEGLIGENCE, -STRICT LIABILITY OR OTHERWISE, SHALL BE (I) THE REPAIR OR REPLACEMENT OF -THE SOFTWARE OR (II) IF SUCH REPAIR CANNOT BE MADE OR AN EQUIVALENT REPLACEMENT -CANNOT BE PROVIDED, THE REFUND OF AMOUNTS PREVIOUSLY PAID BY LICENSEE.

+2.2 LICENSEE AGREES THAT ITS SOLE REMEDY AGAINST LICENSOR OR ITS +REPRESENTATIVES FOR LOSS OR DAMAGE CAUSED BY ANY DEFECT OR FAILURE OF +THE SOFTWARE, REGARDLESS OF THE FORM OF ACTION, WHETHER IN CONTRACT, +TORT, INCLUDING NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, SHALL BE (I) +THE REPAIR OR REPLACEMENT OF THE SOFTWARE OR (II) IF SUCH REPAIR CANNOT +BE MADE OR AN EQUIVALENT REPLACEMENT CANNOT BE PROVIDED, THE REFUND OF +AMOUNTS PREVIOUSLY PAID BY LICENSEE. -

III. OPERATING ENVIRONMENT

+III. OPERATING ENVIRONMENT -

3.1 This Agreement is a [CPU, Site or per-Seat] license.

+3.1 This Agreement is a [CPU, Site or per-Seat] license. -

3.2 In the event this Agreement pertains to a CPU license:

+3.2 In the event this Agreement pertains to a CPU license: -

3.2.1 Licensee shall have the right to use the Software only on a single +3.2.1 Licensee shall have the right to use the Software only on a single designated single central processing unit or mainframe computer and its -associated peripheral units.

+associated peripheral units. -

If Licensee has purchased a single-domain license, the Software shall -be made accessible via a single IP address and/or domain name. Unlimited +If Licensee has purchased a single-domain license, the Software shall be +made accessible via a single IP address and/or domain name. Unlimited end users may access the Software through the single central processing -unit where it is running. If licensee has purchased a 10-domain or 100-domain -license, up to that number of additional IP addresses or Virtual Domains -may be configured for use with the Software. Other numbers of domains may -be agreed upon separately by the parties.

+unit where it is running. If licensee has purchased a 10-domain or +100-domain license, up to that number of additional IP addresses or +Virtual Domains may be configured for use with the Software. Other +numbers of domains may be agreed upon separately by the parties. -

3.3 In the event this Agreement pertains to a Site license, Licensee -has the right to use the Software on any processor or mainframe computer -and its associated peripheral equipment owned or operated by Licensee at -a single geographic location.

+3.3 In the event this Agreement pertains to a Site license, Licensee has +the right to use the Software on any processor or mainframe computer and +its associated peripheral equipment owned or operated by Licensee at a +single geographic location. -

3.4 In the event this Agreement pertains to a per-Seat license, Licensee +3.4 In the event this Agreement pertains to a per-Seat license, Licensee has the right for a single user to use the software on a single computer per Seat purchased. In this case the Software will not be made available to additional users via Intranet or Internet, but will be used locally -by each licensed user.

+by each licensed user. -

IV. ROYALTIES AND PAYMENTS

+IV. ROYALTIES AND PAYMENTS -

4.1 This agreement takes effect and is executed only upon receipt of +4.1 This agreement takes effect and is executed only upon receipt of full Payment by Licensor from Licensee. The amount shall be as according -to the published schedule on the Licensor's website, http://webglimpse.net, -or by separate agreement between Licensor and Licensee.

+to the published schedule on the Licensor's website, +http://webglimpse.net, or by separate agreement between Licensor and +Licensee. -

V. TERM AND TERMINATION

+V. TERM AND TERMINATION -

7.1 Discretionary Termination by Licensee. Licensee, at its option, -shall have the right to terminate this Agreement with respect to any license -or right granted herein at any time and from time to time with respect -to any of the Licensor Software. Any such termination shall be made by -written notice to Licensor and shall become effective 90 days after giving -such notice. If such termination is made in writing within 60 days of receiving -access to Software, Licensor shall refund amounts paid by Licensee to purchase -Software. Any amounts paid by Licensee for support or services shall not -be refunded.

+7.1 Discretionary Termination by Licensee. Licensee, at its option, +shall have the right to terminate this Agreement with respect to any +license or right granted herein at any time and from time to time with +respect to any of the Licensor Software. Any such termination shall be +made by written notice to Licensor and shall become effective 90 days +after giving such notice. If such termination is made in writing within +60 days of receiving access to Software, Licensor shall refund amounts +paid by Licensee to purchase Software. Any amounts paid by Licensee for +support or services shall not be refunded. -

7.2 Discretionary Termination by Licensor. Licensor, at its option, -shall have the right to terminate this Agreement within 60 days of execution, -with respect to any license or right granted herein with respect to any -of the Licensor Software. Any such termination shall be made by written -notice to Licensee and shall become effective 90 days after giving such -notice. If such termination is made by Licensor, Licensor shall refund -all amounts paid by Licensee in relation to Software.

+7.2 Discretionary Termination by Licensor. Licensor, at its option, +shall have the right to terminate this Agreement within 60 days of +execution, with respect to any license or right granted herein with +respect to any of the Licensor Software. Any such termination shall be +made by written notice to Licensee and shall become effective 90 days +after giving such notice. If such termination is made by Licensor, +Licensor shall refund all amounts paid by Licensee in relation to +Software. -

VI. GENERAL

+VI. GENERAL -

5.1 Governing Law and Arbitration. The validity, construction, and performance -of this Agreement shall be governed by the substantive laws of Arizona. -The parties agree that any dispute arising under this agreement shall be -resolved by arbitration pursuant to the Arizona Uniform Rules of Procedure -for Arbitration, and the location of arbitration shall be Tucson, Arizona. -The decision of the arbitrator(s) shall be final.

+5.1 Governing Law and Arbitration. The validity, construction, and +performance of this Agreement shall be governed by the substantive laws +of Arizona. The parties agree that any dispute arising under this +agreement shall be resolved by arbitration pursuant to the Arizona +Uniform Rules of Procedure for Arbitration, and the location of +arbitration shall be Tucson, Arizona. The decision of the arbitrator(s) +shall be final. -

5.2 Conflict of Interest. This Agreement is subject to the provisions -of A.R.S. 38-511 and the State of Arizona may cancel this Contract if any -person significantly involved in negotiating, drafting, securing or obtaining -this Contract for or on behalf of the Arizona Board of Regents becomes -an employee in any capacity of any other party or a consultant to any other -party with reference to the subject matter of this Contract while the Contract -or any extension hereof is in effect.

+5.2 Conflict of Interest. This Agreement is subject to the provisions of +A.R.S. 38-511 and the State of Arizona may cancel this Contract if any +person significantly involved in negotiating, drafting, securing or +obtaining this Contract for or on behalf of the Arizona Board of Regents +becomes an employee in any capacity of any other party or a consultant +to any other party with reference to the subject matter of this Contract +while the Contract or any extension hereof is in effect. -

5.3 Non-discrimination. The parties agree to be bound by applicable -state and federal rules governing Equal Employment Opportunity and Non-Discrimination.

- - - +5.3 Non-discrimination. The parties agree to be bound by applicable +state and federal rules governing Equal Employment Opportunity and +Non-Discrimination. diff --git a/sdk_container/src/third_party/portage-stable/licenses/hashcat b/sdk_container/src/third_party/portage-stable/licenses/hashcat deleted file mode 100644 index 6a8a5993f3..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/hashcat +++ /dev/null @@ -1,31 +0,0 @@ -Purpose - -Software has been created for scientific, analyzation, demonstration and -sportive reasons. It is a dual-use tool under federal german law in the -meaning of the Convention on Cybercrime, Budapest, 23.XI.2001. Usage -restricted to legal use. - -License agreement - -1. All copyrights to this program are exclusively owned by the author -- -atom - -2. You may only use this software for legal purposes. - -3. THIS PROGRAM IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS -EXPRESSED OR IMPLIED. YOU USE THIS SOFTWARE AT YOUR OWN RISK. THE AUTHOR -WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER -KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE. - -4. If your countries law(s) do not allow restrictions as in (3.) you -need to get an additional, written and individual license by the -copyright holder to use this software. Unless you have such a -license, you are not allowed to use the software. - -5. You may not rent, lease, sell, modify, decompile, disassemble, or reverse -engineer this program or any subset of this program. Any such unauthorized -use shall result in immediate and automatic termination of this license and -may result in criminal and/or civil prosecution. - -6. Redistribution of the original package, in whole or in part, or a modified -version as needed for distribution packaging is permitted without restrictions. diff --git a/sdk_container/src/third_party/portage-stable/licenses/hp-proliant-essentials b/sdk_container/src/third_party/portage-stable/licenses/hp-proliant-essentials old mode 100755 new mode 100644 diff --git a/sdk_container/src/third_party/portage-stable/licenses/hpe b/sdk_container/src/third_party/portage-stable/licenses/hpe new file mode 100644 index 0000000000..cbca4e6d35 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/hpe @@ -0,0 +1,202 @@ +HPE End User License Agreement – Enterprise Version + +1. Applicability. This end user license agreement (the "Agreement") governs + the use of accompanying software, unless it is subject to a separate + agreement between you and Hewlett Packard Enterprise Company and its + subsidiaries (“HPE”). By downloading, copying, or using the software you + agree to this Agreement. HPE provides translations of this Agreement in + certain languages other than English, which may be found at: + http://www.hpe.com/software/SWLicensing. + +2. Terms. This Agreement includes supporting material accompanying the + software or referenced by HPE, which may be software license + information, additional license authorizations, software specifications, + published warranties, supplier terms, open source software licenses and + similar content ("Supporting Material"). Additional license + authorizations are at: http://www.hpe.com/software/SWLicensing. + +3. Authorization. If you agree to this Agreement on behalf of another + person or entity, you warrant you have authority to do so. + +4. Consumer Rights. If you obtained software as a consumer, nothing in this + Agreement affects your statutory rights. + +5. Electronic Delivery. HPE may elect to deliver software and related + software product or license information by electronic transmission or + download. + +6. License Grant. If you abide by this Agreement, HPE grants you a + non-exclusive non-transferable license to use one copy of the version or + release of the accompanying software for your internal purposes only, + and is subject to any specific software licensing information that is in + the software product or its Supporting Material. + +Your use is subject to the following restrictions, unless specifically +allowed in Supporting Material: + + * You may not use software to provide services to third parties. + + * You may not make copies and distribute, resell or sublicense software + to third parties. + + * You may not download and use patches, enhancements, bug fixes, or + similar updates unless you have a license to the underlying software. + However, such license doesn't automatically give you a right to receive + such updates and HPE reserves the right to make such updates only + available to customers with support contracts. + + * You may not copy software or make it available on a public or external + distributed network. + + * You may not allow access on an intranet unless it is restricted to + authorized users. + + * You may make one copy of the software for archival purposes or when it + is an essential step in authorized use. + + * You may not modify, reverse engineer, disassemble, decrypt, decompile + or make derivative works of software. If you have a mandatory right to + do so under statute, you must inform HPE in writing about such + modifications. + +7. Remote Monitoring. Some software may require keys or other technical + protection measures and HPE may monitor your compliance with the + Agreement, remotely or otherwise. If HPE makes a license management + program for recording and reporting license usage information, you will + use such program no later than 180 days from the date it's made + available. + +8. Ownership. No transfer of ownership of any intellectual property will + occur under this Agreement. + +9. Copyright Notices. You must reproduce copyright notices on software and + documentation for authorized copies. + +10. Operating Systems. Operating system software may only be used on + approved hardware and configurations. + +11. 90-day Limited Warranty for HPE Software. + + * HPE-branded software materially conforms to its specifications, if any, + and is free of malware at the time of delivery; if you notify HPE + within 90 days of delivery of non-conformance to this warranty, HPE + will replace your copy. This Agreement states all remedies for warranty + claims. + + * HPE does not warrant that the operation of software will be + uninterrupted or error free, or that software will operate in hardware + and software combinations other than as authorized by HPE in Supporting + Material. To the extent permitted by law, HPE disclaims all other + warranties. + +12. Intellectual Property Rights Infringement. HPE will defend and/or + settle any claims against you that allege that HPE-branded software as + supplied under this Agreement infringes the intellectual property + rights of a third party. HPE will rely on your prompt notification of + the claim and cooperation with our defense. HPE may modify the software + so as to be non-infringing and materially equivalent, or we may procure + a license. If these options are not available, we will refund to you + the amount paid for the affected product in the first year or the + depreciated value thereafter. HPE is not responsible for claims + resulting from any unauthorized use of the software. + +13. Limitation of Liability. HPE's liability to you under this Agreement is + limited to the amount actually paid by you to HPE for the relevant + software, except for amounts in Section 12 ("Intellectual Property + Rights Infringement"). Neither you nor HPE will be liable for lost + revenues or profits, downtime costs, loss or damage to data or + indirect, special or consequential costs or damages. This provision + does not limit either party's liability for: unauthorized use of + intellectual property, death or bodily injury caused by their + negligence; acts of fraud; willful repudiation of the Agreement; or any + liability that may not be excluded or limited by applicable law. + +14. Termination. This Agreement is effective until terminated or in the + case of a limited-term license, upon expiration; however, your rights + under this Agreement terminate if you fail to comply with it. + Immediately upon termination or expiration, you will destroy the + software and documentation and any copies, or return them to HPE. You + may keep one copy of software and documentation for archival purposes. + We may ask you to certify in writing you have complied with this + section. Warranty disclaimers, the limitation of liability, this + section on termination, and Section 15 ("General") will survive + termination. + +15. General. + + a. Assignment. You may not assign this Agreement without prior written + consent of HPE, payment of transfer fees and compliance with HPE's + software license transfer policies. Authorized assignments will + terminate your license to the software and you must deliver software + and documentation and copies thereof to the assignee. The assignee + will agree in writing to this Agreement. You may only transfer + firmware if you transfer associated hardware. + + b. U.S. Government. If the software is licensed to you for use in the + performance of a U.S. Government prime contract or subcontract, you + agree that, consistent with FAR 12.211 and 12.212, commercial computer + software, computer software documentation and technical data for + commercial items are licensed under HPE's standard commercial license. + + c. Global Trade Compliance. You agree to comply with the trade-related + laws and regulations of the U.S. and other national governments. If + you export, import or otherwise transfer products provided under this + Agreement, you will be responsible for obtaining any required export + or import authorizations. You confirm that you are not located in a + country that is subject to trade control sanctions (currently Cuba, + Iran, N. Korea, N. Sudan, and Syria) and further agree that you will + not retransfer the products to any such country. HPE may suspend its + performance under this Agreement to the extent required by laws + applicable to either party. + + d. Audit. HPE may audit you for compliance with the software license + terms. Upon reasonable notice, HPE may conduct an audit during normal + business hours (with the auditor's costs being at HPE's expense). If + an audit reveals underpayments then you will pay to HPE such + underpayments. If underpayments discovered exceed five (5) percent, + you will reimburse HPE for the auditor costs. + + e. Open Source Components. To the extent the Supporting Material includes + open source licenses, such licenses shall control over this Agreement + with respect to the particular open source component. To the extent + Supporting Material includes the GNU General Public License or the + GNU Lesser General Public License: (a) the software includes a copy of + the source code; or (b) if you downloaded the software from a website, + a copy of the source code is available on the same website; or (c) if + you send HPE written notice, HPE will send you a copy of the source + code for a reasonable fee. + + f. Notices. Written notices under this Agreement may be provided to HPE + via the method provided in the Supporting Material. + + g. Governing Law. This Agreement will be governed by the laws of the + state of California, U.S.A., excluding rules as to choice and conflict + of law. You and HPE agree that the United Nations Convention on + Contracts for the International Sale of Goods will not apply. + + h. Force Majeure. Neither party will be liable for performance delays nor + for non-performance due to causes beyond its reasonable control, + except for payment obligations. + + i. Entire Agreement. This Agreement represents our entire understanding + with respect to its subject matter and supersedes any previous + communication or agreements that may exist. Modifications to the + Agreement will be made only through a written amendment signed by both + parties. If HPE doesn't exercise its rights under this Agreement, such + delay is not a waiver of its rights. + +16. Australian Consumers. If you acquired the software as a consumer within + the meaning of the 'Australian Consumer Law' under the Australian + Competition and Consumer Act 2010 (Cth) then despite any other + provision of this Agreement, the terms at this URL apply: + http://www.hpe.com/software/SWLicensing. + +17. Russian Consumers. If you are based in the Russian Federation and the + rights to use the software are provided to you under a separate license + and/or sublicense agreement concluded between you and a duly authorized + HPE partner, then this Agreement shall not be applicable. + +HPE End User License Agreement – Enterprise Version + +5012-3777 v1.5, 2016 +© Copyright 2015 Hewlett Packard Enterprise Development LP diff --git a/sdk_container/src/third_party/portage-stable/licenses/hplip-plugin b/sdk_container/src/third_party/portage-stable/licenses/hplip-plugin new file mode 100644 index 0000000000..e6a6241821 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/hplip-plugin @@ -0,0 +1,24 @@ +LICENSE TERMS FOR HP Linux Imaging and Printing (HPLIP) Driver Plug-in + +These License Terms govern your Use of the HPLIP Driver Plug-in Software (the "Software"). USE OF THE SOFTWARE INCLUDING, WITHOUT LIMITATION, ANY DOCUMENTATION, IS SUBJECT TO THESE LICENSE TERMS AND THE APPLICABLE AS-IS WARRANTY STATEMENT. BY DOWNLOADING AND INSTALLING THE SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THESE TERMS. IF YOU DO NOT AGREE TO ALL OF THESE TERMS, DO NOT DOWNLOAD AND INSTALL THE SOFTWARE ON YOUR SYSTEM. + +1. License Grant. HP grants you a license to Use one copy of the Software with HP printing products only. "Use" includes using, storing, loading, installing, executing, and displaying the Software. You may not modify the Software or disable any licensing or control features of the Software. + +2. Ownership. The Software is owned and copyrighted by HP or its third party suppliers. Your license confers no title to, or ownership in, the Software and is not a sale of any rights in the Software. HP's third party suppliers may protect their rights in the Software in the event of any violation of these license terms. + +3. Copies and Adaptations. You may only make copies or adaptations of the Software for archival purposes or when copying or adaptation is an essential step in the authorized Use of the Software. You must reproduce all copyright notices in the original Software on all copies or adaptations. You may not copy the Software onto any public network. + +4. No Disassembly. You may not Disassemble the Software unless HP's prior written consent is obtained. "Disassemble" includes disassembling, decompiling, decrypting, and reverse engineering. In some jurisdictions, HP's consent may not be required for limited Disassembly. Upon request, you will provide HP with reasonably detailed information regarding any Disassembly. + +5. No Transfer. You may not assign, sublicense or otherwise transfer all or any part of these License Terms or the Software. + +6. Termination. HP may terminate your license, upon notice, for failure to comply with any of these License Terms. Upon termination, you must immediately destroy the Software, together with all copies, adaptations and merged portions in any form. + +7. Export Requirements. You may not export or re-export the Software or any copy or adaptation in violation of any applicable laws or regulations. + +8. U.S. Government Restricted Rights. The Software has been developed entirely at private expense. It is delivered and licensed, as defined in any applicable DFARS, FARS, or other equivalent federal agency regulation or contract clause, as either "commercial computer software" or "restricted computer software", whichever is applicable. You have only those rights provided for such Software by the applicable clause or regulation or by these License Terms. + +9. DISCLAIMER OF WARRANTIES. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, HP AND ITS SUPPLIERS PROVIDE THE SOFTWARE "AS IS" AND WITH ALL FAULTS, AND HEREBY DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF TITLE AND NON-INFRINGEMENT, ANY IMPLIED WARRANTIES, DUTIES OR CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, AND OF LACK OF VIRUSES ALL WITH REGARD TO THE SOFTWARE. Some states/jurisdictions do not allow exclusion of implied warranties or limitations on the duration of implied warranties, so the above disclaimer may not apply to you in its entirety. + +10. LIMITATION OF LIABILITY. Notwithstanding any damages that you might incur, the entire liability of HP and any of its suppliers under any provision of this agreement and your exclusive remedy for all of the foregoing shall be limited to the greater of the amount actually paid by you separately for the Software or U.S. $5.00. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL HP OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY ARISING OUT OF OR IN ANY WAY RELATED TO THE USE OF OR INABILITY TO USE THE SOFTWARE, OR OTHERWISE IN CONNECTION WITH ANY PROVISION OF THIS AGREEMENT, EVEN IF HP OR ANY SUPPLIER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND EVEN IF THE REMEDY FAILS OF ITS ESSENTIAL PURPOSE. Some states/jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. diff --git a/sdk_container/src/third_party/portage-stable/licenses/ipw2200-fw b/sdk_container/src/third_party/portage-stable/licenses/ipw2200-fw index fa26c671a3..1e219cac28 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/ipw2200-fw +++ b/sdk_container/src/third_party/portage-stable/licenses/ipw2200-fw @@ -101,7 +101,7 @@ this Agreement shall be effective unless in writing and signed by an officer of Intel. No failure or delay in exercising any right, power, or remedy under this Agreement shall operate as a waiver of any such right, power or remedy. Without limiting the foregoing, terms and conditions on any purchase orders or -similar materials submitted by you to Intel, and any terms contained in Intel’s +similar materials submitted by you to Intel, and any terms contained in Intel's standard acknowledgment form that are in conflict with these terms, shall be of no force or effect. diff --git a/sdk_container/src/third_party/portage-stable/licenses/ixp4xx b/sdk_container/src/third_party/portage-stable/licenses/ixp4xx deleted file mode 100644 index ddb3efcc81..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/ixp4xx +++ /dev/null @@ -1,170 +0,0 @@ -http://www.intel.com/design/network/swsup/np_sla/ixp400.htm -http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm - - INTEL SOFTWARE LICENSE AGREEMENT - IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. - - DO NOT USE OR LOAD THIS SOFTWARE OR ANY ASSOCIATED MATERIALS - (COLLECTIVELY, THE "SOFTWARE") UNTIL YOU HAVE CAREFULLY READ THE - FOLLOWING TERMS AND CONDITIONS. BY LOADING OR USING THE SOFTWARE, YOU - AS AN INDIVIDUAL AND ON BEHALF OF YOUR EMPLOYER ("YOU") AGREE TO THE - TERMS OF THIS AGREEMENT. - IF YOU DO NOT WISH TO SO AGREE, DO NOT INSTALL OR USE THE SOFTWARE. - LICENSE: Subject to the terms and conditions of this Agreement - including without limitation the restrictions below, Intel Corporation - ("Intel") grants to you the following non-exclusive, non-transferable, - non-assignable, royalty-free copyright licenses in the Software: - * "Redistributable Code" includes all Software EXCEPT for the software - contained in the subdirectory "ixp425_xscale_sw/src/adsl". Subject to - the terms and conditions of this Agreement, You may reproduce, create - derivative works of, and distribute Redistributable Code, in - executable or source form, ONLY with, or as part of, Your Product (as - defined below), subject to the restrictions set forth in this - Agreement. Distribution for any other purpose or in any other manner - is prohibited under this license. - * If you have downloaded the version of IXP400 Software with - encryption Software, all Software contained in the - ixp425AccessLibraryWithCrypto_x_y.zip (Where x and y represent the - specific version number of the software) is also Redistributable Code - EXCEPT for the software contained in the subdirectory - "ixp425_xscale_sw/src/adsl." Note that all Software in the - ixp425AccessLibraryWithCrypto_x_y.zip file is subject to the U.S. - Export Administration Regulations and other U.S. law, and You are - responsible for compliance with such laws and regulations. - * "Non-Redistributable Code" includes the Software contained in the - ixp425AccessLibrary_x_y.zip and ixp425AccessLibraryWithCrypto_x_y.zip - subdirectory "ixp425_xscale_sw/src/adsl." Subject to the terms and - conditions of this Agreement, You may reproduce and create derivative - works of Non-Redistributable Code, and distribute such derivative - works only in executable form and ONLY with, or as part of, Your - Product, subject to the restrictions set forth in this Agreement. - Redistributable Code may NOT be redistributed to third parties in - source code form, and may NOT be distributed if such distribution - would obligate You, under an open source agreement or otherwise, to - make source code available to third parties. If you desire to - redistribute the Non-Redistributable Source Code, please contact Intel - to request information. - "Your Product" must be: (1) a hardware product that includes an Intel - network processor ("Your Hardware Product"); and/or (2) software that - runs on or interfaces with an Intel network processor; and which also - includes a substantial amount of software functionality, software - modifications and/or hardware that differentiates it from the Software - as provided by Intel ("Your Software Product"). - RESTRICTIONS: - Any authorized distribution of the Software and/or derivative works - thereof is also subject to the following conditions: You: (i) enter - into a written agreement (enforceable "shrink-wrap" or "click to - accept" licenses are permissible) with the entity or person to whom - you are distributing such Software that are least as restrictive as - the terms and conditions you enter into with your licensees for - distribution of your software; (ii) are solely responsible for any - warranty, update or support obligation, or other liability that may - arise from Your distribution of Software and/or derivative works; - (iii) will not make any statement that your product is warranted, - "certified," or that its performance is guaranteed, by Intel; (iv) - will not use Intel's name or trademarks to market your product without - written permission of an authorized representative of Intel; (v) shall - prohibit disassembly and reverse engineering of any executable - Software and/or derivative works thereof; (vi) shall indemnify, hold - harmless, and defend Intel (including its officers, employees, - directors, subsidiaries, representatives, affiliates and agents) and - Intel's suppliers from and against any claims or lawsuits, including - attorney's fees and expenses, that arise or result from your - distribution of any Software or derivative works thereof, including - any liabilities arising from any permitted distribution under any open - source license. - OPEN SOURCE SOFTWARE RESTRICTIONS. Unless expressly permitted - elsewhere in this license, You may not combine or distribute the - Software with Open Source Software (as defined below) or with software - developed using Open Source Software (e.g., tools) in a manner that - subjects Intel or any portion of the Software provide by Intel - hereunder to any license obligations of such Open Source Software. - "Open Source Software" means any software licensed under terms - requiring that other software combined or distributed with such - software: (i) be disclosed or distributed in source code form; (ii) be - licensed on terms inconsistent with the terms of this Agreement. - NO SUPPORT UNDER THIS LICENSE AGREEMENT. Intel has no obligation to - support the Software under this Agreement. - EXPORT. You shall NOT export, either directly or indirectly, any - product, service or technical data or system incorporating Software - without first obtaining any required license or other approval from - the U. S. Department of Commerce or any other agency or department of - the United States Government. In the event any Software is exported - from the United States or re-exported from a foreign destination by - You, You shall ensure that the distribution and export/re-export or - import of the Software is in compliance with all laws, regulations, - orders, or other restrictions of the U.S. Export Administration - Regulations and the appropriate foreign government. You shall NOT - export/re-export any technical data, process, product, or service, - directly or indirectly, to any country for which the United States - government or any agency thereof or the foreign government from where - it is shipping requires an export license, or other governmental - approval, without first obtaining such license or approval. - OWNERSHIP OF SOFTWARE AND INTELLECTUAL PROPERTY. Title to all copies - of the Software and any intellectual property therein remains with - Intel or its suppliers. The Software is copyrighted and protected by - the laws of the United States and other countries, and by - international treaty provisions. You may not remove any copyright - notices from the Software. Intel may make changes to the Software, or - to items referenced therein, at any time without notice, but is not - obligated to support or update the Software. Except as otherwise - expressly provided, Intel grants no express or implied right under - Intel patents, copyrights, trademarks, or other intellectual property - rights. You may not transfer the Software. - DISCLAIMER OF WARRANTIES. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY - EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF - MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. - Intel does not warrant or assume responsibility for the accuracy or - completeness of any information, text, graphics, links or other items - contained within the Software. - LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE - LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST - PROFITS, BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF - THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN - ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS - PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES - OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY - NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM - JURISDICTION TO JURISDICTION. - TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at - any time if you violate its terms. Upon termination, you will - immediately destroy the Software or return all copies of the Software - to Intel. - APPLICABLE LAWS. Any claims arising under or relating to this - Agreement shall be governed by the internal substantive laws of the - State of Delaware or federal courts located in Delaware, without - regard to principles of conflict of laws. Each Party hereby agrees to - jurisdiction and venue in the courts of the State of Delaware for all - disputes and litigation arising under or relating to this Agreement. - The Parties agree that the United Nations Convention on Contracts for - the International Sale of Goods is specifically excluded from - application to this Agreement. The Parties consent to the personal - jurisdiction of the above courts. In the event any proceeding or - lawsuit is brought by Intel or You in connection with this Agreement, - the prevailing Party in such proceeding shall be entitled to receive - its costs, expert witness fees and reasonable attorneys' fees, - including costs and fees on appeal. It is understood and agreed that, - notwithstanding any other provisions of this Agreement, breach of the - "License" or "Distribution" sections of this Agreement by You will - cause Intel irreparable damage for which recovery of money damages - would be inadequate, and that Intel therefore shall be entitled to - obtain timely injunctive relief to protect this Intel's rights under - this Agreement in addition to any and all remedies available at law. - GOVERNMENT RESTRICTED RIGHTS. The Software is a "commercial item" as - that term is defined in 48 C.F.R. 2.101, consisting of "commercial - computer software" and "commercial computer software documentation" as - such terms are used in 48 C.F.R. 12.212. Consistent with 48 C.F.R. - 12.212 and 48 C.F.R 227.7202-1 through 227.7202-4, You will provide - the Software to U.S. Government as an End User only pursuant to the - terms and conditions therein. You shall provide the Software to - foreign governments in an equivalent manner as described in this - Section. - REVERSE ENGINEERING. You may not reverse-assemble, reverse-compile, or - otherwise reverse-engineer any software provided solely in executable - form. - ENTIRE AGREEMENT; MODIFICATION. This Agreement constitutes the entire - agreement between You and Intel and supersedes in their entirety any - and all oral or written agreements previously existing between You and - Intel with respect to the subject matter hereof. For the avoidance of - doubt, this Agreement shall in no way supersede any terms and - conditions of any third-party software license agreement. diff --git a/sdk_container/src/third_party/portage-stable/licenses/kicad-doc b/sdk_container/src/third_party/portage-stable/licenses/kicad-doc deleted file mode 100644 index 279bf373bb..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/kicad-doc +++ /dev/null @@ -1,60 +0,0 @@ - KiCad Free Documentation Licence - ================================ - -Copyright (c) jean-pierre Charras -Copyright (C) KiCad Developers - -Everyone is permitted to copy and distribute verbatim copies -of this licence document, but changing it is not allowed. - - KICAD FREE DOCUMENTATION LICENCE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -1. Permission is granted to make and distribute verbatim copies of this -manual or piece of documentation provided any copyright notice and this -permission notice are preserved on all copies. - -2. Permission is granted to process this file or document through a -document processing system and, at your option and the option of any third -party, print the results, provided a printed document carries a copying -permission notice identical to this one. - -3. Permission is granted to copy and distribute modified versions of this -manual or piece of documentation under the conditions for verbatim -copying, provided also that any sections describing licensing conditions -for this manual, such as, in particular, the GNU General Public Licence, -the GNU Library General Public Licence, and any wxWindows Licence are -included exactly as in the original, and provided that the entire -resulting derived work is distributed under the terms of a permission -notice identical to this one. - -4. Permission is granted to copy and distribute translations of this -manual or piece of documentation into another language, under the above -conditions for modified versions, except that sections related to -licensing, including this paragraph, may also be included in translations -approved by the copyright holders of the respective licence documents in -addition to the original French or English. - - WARRANTY DISCLAIMER - -5. BECAUSE THIS MANUAL OR PIECE OF DOCUMENTATION IS LICENSED FREE OF CHARGE, -THERE IS NO WARRANTY FOR IT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER -PARTIES PROVIDE THIS MANUAL OR PIECE OF DOCUMENTATION "AS IS" WITHOUT -WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF -THE MANUAL OR PIECE OF DOCUMENTATION IS WITH YOU. SHOULD THE MANUAL OR -PIECE OF DOCUMENTATION PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL -NECESSARY SERVICING, REPAIR OR CORRECTION. - -6. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE MANUAL OR PIECE OF DOCUMENTATION AS PERMITTED ABOVE, BE -LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -MANUAL OR PIECE OF DOCUMENTATION (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF A PROGRAM BASED ON THE MANUAL OR PIECE OF -DOCUMENTATION TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR -OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. diff --git a/sdk_container/src/third_party/portage-stable/licenses/lotus-notes b/sdk_container/src/third_party/portage-stable/licenses/lotus-notes deleted file mode 100755 index 72b1123a66..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/lotus-notes +++ /dev/null @@ -1,953 +0,0 @@ -International Program License Agreement - -Part 1 - General Terms - -BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, CLICKING ON AN "ACCEPT" BUTTON, OR OTHERWISE USING THE PROGRAM, LICENSEE AGREES TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCEPTING THESE TERMS ON BEHALF OF LICENSEE, YOU REPRESENT AND WARRANT THAT YOU HAVE FULL AUTHORITY TO BIND LICENSEE TO THESE TERMS. IF YOU DO NOT AGREE TO THESE TERMS, - -- DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, CLICK ON AN "ACCEPT" BUTTON, OR USE THE PROGRAM; AND - -- PROMPTLY RETURN THE UNUSED MEDIA, DOCUMENTATION, AND PROOF OF ENTITLEMENT TO THE PARTY FROM WHOM IT WAS OBTAINED FOR A REFUND OF THE AMOUNT PAID. IF THE PROGRAM WAS DOWNLOADED, DESTROY ALL COPIES OF THE PROGRAM. - -1. Definitions - -"Authorized Use" - the specified level at which Licensee is authorized to execute or run the Program. That level may be measured by number of users, millions of service units ("MSUs"), Processor Value Units ("PVUs"), or other level of use specified by IBM. - -"IBM" - International Business Machines Corporation or one of its subsidiaries. - -"License Information" ("LI") - a document that provides information and any additional terms specific to a Program. The Program's LI is available at www.ibm.com/software/sla. The LI can also be found in the Program's directory, by the use of a system command, or as a booklet included with the Program. - -"Program" - the following, including the original and all whole or partial copies: 1) machine-readable instructions and data, 2) components, files, and modules, 3) audio-visual content (such as images, text, recordings, or pictures), and 4) related licensed materials (such as keys and documentation). - -"Proof of Entitlement" ("PoE") - evidence of Licensee's Authorized Use. The PoE is also evidence of Licensee's eligibility for warranty, future update prices, if any, and potential special or promotional opportunities. If IBM does not provide Licensee with a PoE, then IBM may accept as the PoE the original paid sales receipt or other sales record from the party (either IBM or its reseller) from whom Licensee obtained the Program, provided that it specifies the Program name and Authorized Use obtained. - -"Warranty Period" - one year, starting on the date the original Licensee is granted the license. - -2. Agreement Structure - -This Agreement includes Part 1 - General Terms, Part 2 - Country-unique Terms (if any), the LI, and the PoE and is the complete agreement between Licensee and IBM regarding the use of the Program. It replaces any prior oral or written communications between Licensee and IBM concerning Licensee's use of the Program. The terms of Part 2 may replace or modify those of Part 1. To the extent of any conflict, the LI prevails over both Parts. - -3. License Grant - -The Program is owned by IBM or an IBM supplier, and is copyrighted and licensed, not sold. - -IBM grants Licensee a nonexclusive license to 1) use the Program up to the Authorized Use specified in the PoE, 2) make and install copies to support such Authorized Use, and 3) make a backup copy, all provided that - -a. Licensee has lawfully obtained the Program and complies with the terms of this Agreement; - -b. the backup copy does not execute unless the backed-up Program cannot execute; - -c. Licensee reproduces all copyright notices and other legends of ownership on each copy, or partial copy, of the Program; - -d. Licensee ensures that anyone who uses the Program (accessed either locally or remotely) 1) does so only on Licensee's behalf and 2) complies with the terms of this Agreement; - -e. Licensee does not 1) use, copy, modify, or distribute the Program except as expressly permitted in this Agreement; 2) reverse assemble, reverse compile, otherwise translate, or reverse engineer the Program, except as expressly permitted by law without the possibility of contractual waiver; 3) use any of the Program's components, files, modules, audio-visual content, or related licensed materials separately from that Program; or 4) sublicense, rent, or lease the Program; and - -f. if Licensee obtains this Program as a Supporting Program, Licensee uses this Program only to support the Principal Program and subject to any limitations in the license to the Principal Program, or, if Licensee obtains this Program as a Principal Program, Licensee uses all Supporting Programs only to support this Program, and subject to any limitations in this Agreement. For purposes of this Item "f," a "Supporting Program" is a Program that is part of another IBM Program ("Principal Program") and identified as a Supporting Program in the Principal Program's LI. (To obtain a separate license to a Supporting Program without these restrictions, Licensee should contact the party from whom Licensee obtained the Supporting Program.) - -This license applies to each copy of the Program that Licensee makes. - -3.1 Trade-ups, Updates, Fixes, and Patches - -3.1.1 Trade-ups - -If the Program is replaced by a trade-up Program, the replaced Program's license is promptly terminated. - -3.1.2 Updates, Fixes, and Patches - -When Licensee receives an update, fix, or patch to a Program, Licensee accepts any additional or different terms that are applicable to such update, fix, or patch that are specified in its LI. If no additional or different terms are provided, then the update, fix, or patch is subject solely to this Agreement. If the Program is replaced by an update, Licensee agrees to promptly discontinue use of the replaced Program. - -3.2 Fixed Term Licenses - -If IBM licenses the Program for a fixed term, Licensee's license is terminated at the end of the fixed term, unless Licensee and IBM agree to renew it. - -3.3 Term and Termination - -This Agreement is effective until terminated. - -IBM may terminate Licensee's license if Licensee fails to comply with the terms of this Agreement. - -If the license is terminated for any reason by either party, Licensee agrees to promptly discontinue use of and destroy all of Licensee's copies of the Program. Any terms of this Agreement that by their nature extend beyond termination of this Agreement remain in effect until fulfilled, and apply to both parties' respective successors and assignees. - -4. Charges - -Charges are based on Authorized Use obtained, which is specified in the PoE. IBM does not give credits or refunds for charges already due or paid, except as specified elsewhere in this Agreement. - -If Licensee wishes to increase its Authorized Use, Licensee must notify IBM or an authorized IBM reseller in advance and pay any applicable charges. - -5. Taxes - -If any authority imposes on the Program a duty, tax, levy, or fee, excluding those based on IBM's net income, then Licensee agrees to pay that amount, as specified in an invoice, or supply exemption documentation. Licensee is responsible for any personal property taxes for the Program from the date that Licensee obtains it. If any authority imposes a customs duty, tax, levy, or fee for the import into or the export, transfer, access, or use of the Program outside the country in which the original Licensee was granted the license, then Licensee agrees that it is responsible for, and will pay, any amount imposed. - -6. Money-back Guarantee - -If Licensee is dissatisfied with the Program for any reason and is the original Licensee, Licensee may terminate the license and obtain a refund of the amount Licensee paid for the Program, provided that Licensee returns the Program and PoE to the party from whom Licensee obtained it within 30 days of the date the PoE was issued to Licensee. If the license is for a fixed term that is subject to renewal, then Licensee may obtain a refund only if the Program and its PoE are returned within the first 30 days of the initial term. If Licensee downloaded the Program, Licensee should contact the party from whom Licensee obtained it for instructions on how to obtain the refund. - -7. Program Transfer - -Licensee may transfer the Program and all of Licensee's license rights and obligations to another party only if that party agrees to the terms of this Agreement. If the license is terminated for any reason by either party, Licensee is prohibited from transferring the Program to another party. Licensee may not transfer a portion of 1) the Program or 2) the Program's Authorized Use. When Licensee transfers the Program, Licensee must also transfer a hard copy of this Agreement, including the LI and PoE. Immediately after the transfer, Licensee's license terminates. - -8. Warranty and Exclusions - -8.1 Limited Warranty - -IBM warrants that the Program, when used in its specified operating environment, will conform to its specifications. The Program's specifications, and specified operating environment information, can be found in documentation accompanying the Program (such as a read-me file) or other information published by IBM (such as an announcement letter). Licensee agrees that such documentation and other Program content may be supplied only in the English language, unless otherwise required by local law without the possibility of contractual waiver or limitation. - -The warranty applies only to the unmodified portion of the Program. IBM does not warrant uninterrupted or error-free operation of the Program, or that IBM will correct all Program defects. Licensee is responsible for the results obtained from the use of the Program. - -During the Warranty Period, IBM provides Licensee with access to IBM databases containing information on known Program defects, defect corrections, restrictions, and bypasses at no additional charge. Consult the IBM Software Support Handbook for further information at www.ibm.com/software/support. - -If the Program does not function as warranted during the Warranty Period and the problem cannot be resolved with information available in the IBM databases, Licensee may return the Program and its PoE to the party (either IBM or its reseller) from whom Licensee obtained it and receive a refund of the amount Licensee paid. After returning the Program, Licensee's license terminates. If Licensee downloaded the Program, Licensee should contact the party from whom Licensee obtained it for instructions on how to obtain the refund. - -8.2 Exclusions - -THESE WARRANTIES ARE LICENSEE'S EXCLUSIVE WARRANTIES AND REPLACE ALL OTHER WARRANTIES OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND ANY WARRANTY OR CONDITION OF NON-INFRINGEMENT. SOME STATES OR JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF EXPRESS OR IMPLIED WARRANTIES, SO THE ABOVE EXCLUSION MAY NOT APPLY TO LICENSEE. IN THAT EVENT, SUCH WARRANTIES ARE LIMITED IN DURATION TO THE WARRANTY PERIOD. NO WARRANTIES APPLY AFTER THAT PERIOD. SOME STATES OR JURISDICTIONS DO NOT ALLOW LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY LASTS, SO THE ABOVE LIMITATION MAY NOT APPLY TO LICENSEE. - -THESE WARRANTIES GIVE LICENSEE SPECIFIC LEGAL RIGHTS. LICENSEE MAY ALSO HAVE OTHER RIGHTS THAT VARY FROM STATE TO STATE OR JURISDICTION TO JURISDICTION. - -THE WARRANTIES IN THIS SECTION 8 (WARRANTY AND EXCLUSIONS) ARE PROVIDED SOLELY BY IBM. THE DISCLAIMERS IN THIS SUBSECTION 8.2 (EXCLUSIONS), HOWEVER, ALSO APPLY TO IBM'S SUPPLIERS OF THIRD PARTY CODE. THOSE SUPPLIERS PROVIDE SUCH CODE WITHOUT WARRANTIES OR CONDITION OF ANY KIND. THIS PARAGRAPH DOES NOT NULLIFY IBM'S WARRANTY OBLIGATIONS UNDER THIS AGREEMENT. - -9. Licensee Data and Databases - -To assist Licensee in isolating the cause of a problem with the Program, IBM may request that Licensee 1) allow IBM to remotely access Licensee's system or 2) send Licensee information or system data to IBM. However, IBM is not obligated to provide such assistance unless IBM and Licensee enter a separate written agreement under which IBM agrees to provide to Licensee that type of technical support, which is beyond IBM's warranty obligations in this Agreement. In any event, IBM uses information about errors and problems to improve its products and services, and assist with its provision of related support offerings. For these purposes, IBM may use IBM entities and subcontractors (including in one or more countries other than the one in which Licensee is located), and Licensee authorizes IBM to do so. - -Licensee remains responsible for 1) any data and the content of any database Licensee makes available to IBM, 2) the selection and implementation of procedures and controls regarding access, security, encryption, use, and transmission of data (including any personally-identifiable data), and 3) backup and recovery of any database and any stored data. Licensee will not send or provide IBM access to any personally-identifiable information, whether in data or any other form, and will be responsible for reasonable costs and other amounts that IBM may incur relating to any such information mistakenly provided to IBM or the loss or disclosure of such information by IBM, including those arising out of any third party claims. - -10. Limitation of Liability - -The limitations and exclusions in this Section 10 (Limitation of Liability) apply to the full extent they are not prohibited by applicable law without the possibility of contractual waiver. - -10.1 Items for Which IBM May Be Liable - -Circumstances may arise where, because of a default on IBM's part or other liability, Licensee is entitled to recover damages from IBM. Regardless of the basis on which Licensee is entitled to claim damages from IBM (including fundamental breach, negligence, misrepresentation, or other contract or tort claim), IBM's entire liability for all claims in the aggregate arising from or related to each Program or otherwise arising under this Agreement will not exceed the amount of any 1) damages for bodily injury (including death) and damage to real property and tangible personal property and 2) other actual direct damages up to the charges (if the Program is subject to fixed term charges, up to twelve months' charges) Licensee paid for the Program that is the subject of the claim. - -This limit also applies to any of IBM's Program developers and suppliers. It is the maximum for which IBM and its Program developers and suppliers are collectively responsible. - -10.2 Items for Which IBM Is Not Liable - -UNDER NO CIRCUMSTANCES IS IBM, ITS PROGRAM DEVELOPERS OR SUPPLIERS LIABLE FOR ANY OF THE FOLLOWING, EVEN IF INFORMED OF THEIR POSSIBILITY: - -a. LOSS OF, OR DAMAGE TO, DATA; - -b. SPECIAL, INCIDENTAL, EXEMPLARY, OR INDIRECT DAMAGES, OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES; OR - -c. LOST PROFITS, BUSINESS, REVENUE, GOODWILL, OR ANTICIPATED SAVINGS. - -11. Compliance Verification - -For purposes of this Section 11 (Compliance Verification), "IPLA Program Terms" means 1) this Agreement and applicable amendments and transaction documents provided by IBM, and 2) IBM software policies that may be found at the IBM Software Policy website (www.ibm.com/softwarepolicies), including but not limited to those policies concerning backup, sub-capacity pricing, and migration. - -The rights and obligations set forth in this Section 11 remain in effect during the period the Program is licensed to Licensee, and for two years thereafter. - -11.1 Verification Process - -Licensee agrees to create, retain, and provide to IBM and its auditors accurate written records, system tool outputs, and other system information sufficient to provide auditable verification that Licensee's use of all Programs is in compliance with the IPLA Program Terms, including, without limitation, all of IBM's applicable licensing and pricing qualification terms. Licensee is responsible for 1) ensuring that it does not exceed its Authorized Use, and 2) remaining in compliance with IPLA Program Terms. - -Upon reasonable notice, IBM may verify Licensee's compliance with IPLA Program Terms at all sites and for all environments in which Licensee uses (for any purpose) Programs subject to IPLA Program Terms. Such verification will be conducted in a manner that minimizes disruption to Licensee's business, and may be conducted on Licensee's premises, during normal business hours. IBM may use an independent auditor to assist with such verification, provided IBM has a written confidentiality agreement in place with such auditor. - -11.2 Resolution - -IBM will notify Licensee in writing if any such verification indicates that Licensee has used any Program in excess of its Authorized Use or is otherwise not in compliance with the IPLA Program Terms. Licensee agrees to promptly pay directly to IBM the charges that IBM specifies in an invoice for 1) any such excess use, 2) support for such excess use for the lesser of the duration of such excess use or two years, and 3) any additional charges and other liabilities determined as a result of such verification. - -12. Third Party Notices - -The Program may include third party code that IBM, not the third party, licenses to Licensee under this Agreement. Notices, if any, for the third party code ("Third Party Notices") are included for Licensee's information only. These notices can be found in the Program's NOTICES file(s). Information on how to obtain source code for certain third party code can be found in the Third Party Notices. If in the Third Party Notices IBM identifies third party code as "Modifiable Third Party Code," IBM authorizes Licensee to 1) modify the Modifiable Third Party Code and 2) reverse engineer the Program modules that directly interface with the Modifiable Third Party Code provided that it is only for the purpose of debugging Licensee's modifications to such third party code. IBM's service and support obligations, if any, apply only to the unmodified Program. - -13. General - -a. Nothing in this Agreement affects any statutory rights of consumers that cannot be waived or limited by contract. - -b. For Programs IBM provides to Licensee in tangible form, IBM fulfills its shipping and delivery obligations upon the delivery of such Programs to the IBM-designated carrier, unless otherwise agreed to in writing by Licensee and IBM. - -c. If any provision of this Agreement is held to be invalid or unenforceable, the remaining provisions of this Agreement remain in full force and effect. - -d. Licensee agrees to comply with all applicable export and import laws and regulations, including U.S. embargo and sanctions regulations and prohibitions on export for certain end uses or to certain users. - -e. Licensee authorizes International Business Machines Corporation and its subsidiaries (and their successors and assigns, contractors and IBM Business Partners) to store and use Licensee's business contact information wherever they do business, in connection with IBM products and services, or in furtherance of IBM's business relationship with Licensee. - -f. Each party will allow the other reasonable opportunity to comply before it claims that the other has not met its obligations under this Agreement. The parties will attempt in good faith to resolve all disputes, disagreements, or claims between the parties relating to this Agreement. - -g. Unless otherwise required by applicable law without the possibility of contractual waiver or limitation: 1) neither party will bring a legal action, regardless of form, for any claim arising out of or related to this Agreement more than two years after the cause of action arose; and 2) upon the expiration of such time limit, any such claim and all respective rights related to the claim lapse. - -h. Neither Licensee nor IBM is responsible for failure to fulfill any obligations due to causes beyond its control. - -i. No right or cause of action for any third party is created by this Agreement, nor is IBM responsible for any third party claims against Licensee, except as permitted in Subsection 10.1 (Items for Which IBM May Be Liable) above for bodily injury (including death) or damage to real or tangible personal property for which IBM is legally liable to that third party. - -j. In entering into this Agreement, neither party is relying on any representation not specified in this Agreement, including but not limited to any representation concerning: 1) the performance or function of the Program, other than as expressly warranted in Section 8 (Warranty and Exclusions) above; 2) the experiences or recommendations of other parties; or 3) any results or savings that Licensee may achieve. - -k. IBM has signed agreements with certain organizations (called "IBM Business Partners") to promote, market, and support certain Programs. IBM Business Partners remain independent and separate from IBM. IBM is not responsible for the actions or statements of IBM Business Partners or obligations they have to Licensee. - -l. The license and intellectual property indemnification terms of Licensee's other agreements with IBM (such as the IBM Customer Agreement) do not apply to Program licenses granted under this Agreement. - -14. Geographic Scope and Governing Law - -14.1 Governing Law - -Both parties agree to the application of the laws of the country in which Licensee obtained the Program license to govern, interpret, and enforce all of Licensee's and IBM's respective rights, duties, and obligations arising from, or relating in any manner to, the subject matter of this Agreement, without regard to conflict of law principles. - -The United Nations Convention on Contracts for the International Sale of Goods does not apply. - -14.2 Jurisdiction - -All rights, duties, and obligations are subject to the courts of the country in which Licensee obtained the Program license. - -Part 2 - Country-unique Terms - -For licenses granted in the countries specified below, the following terms replace or modify the referenced terms in Part 1. All terms in Part 1 that are not changed by these amendments remain unchanged and in effect. This Part 2 is organized as follows: - -- Multiple country amendments to Part 1, Section 14 (Governing Law and Jurisdiction); - -- Americas country amendments to other Agreement terms; - -- Asia Pacific country amendments to other Agreement terms; and - -- Europe, Middle East, and Africa country amendments to other Agreement terms. - -Multiple country amendments to Part 1, Section 14 (Governing Law and Jurisdiction) - -14.1 Governing Law - -The phrase "the laws of the country in which Licensee obtained the Program license" in the first paragraph of 14.1 Governing Law is replaced by the following phrases in the countries below: - -AMERICAS - -(1) in Canada: the laws in the Province of Ontario; - -(2) in Mexico: the federal laws of the Republic of Mexico; - -(3) in the United States, Anguilla, Antigua/Barbuda, Aruba, British Virgin Islands, Cayman Islands, Dominica, Grenada, Guyana, Saint Kitts and Nevis, Saint Lucia, Saint Maarten, and Saint Vincent and the Grenadines: the laws of the State of New York, United States; - -(4) in Venezuela: the laws of the Bolivarian Republic of Venezuela; - -ASIA PACIFIC - -(5) in Cambodia and Laos: the laws of the State of New York, United States; - -(6) in Australia: the laws of the State or Territory in which the transaction is performed; - -(7) in Hong Kong SAR and Macau SAR: the laws of Hong Kong Special Administrative Region ("SAR"); - -(8) in Taiwan: the laws of Taiwan - -EUROPE, MIDDLE EAST, AND AFRICA - -(9) in Albania, Armenia, Azerbaijan, Belarus, Bosnia-Herzegovina, Bulgaria, Croatia, Former Yugoslav Republic of Macedonia, Georgia, Hungary, Kazakhstan, Kyrgyzstan, Moldova, Montenegro, Poland, Romania, Russia, Serbia, Slovakia, Tajikistan, Turkmenistan, Ukraine, and Uzbekistan: the laws of Austria; - -(10) in Algeria, Andorra, Benin, Burkina Faso, Cameroon, Cape Verde, Central African Republic, Chad, Comoros, Congo Republic, Djibouti, Democratic Republic of Congo, Equatorial Guinea, French Guiana, French Polynesia, Gabon, Gambia, Guinea, Guinea-Bissau, Ivory Coast, Lebanon, Madagascar, Mali, Mauritania, Mauritius, Mayotte, Morocco, New Caledonia, Niger, Reunion, Senegal, Seychelles, Togo, Tunisia, Vanuatu, and Wallis and Futuna: the laws of France; - -(11) in Estonia, Latvia, and Lithuania: the laws of Finland; - -(12) in Angola, Bahrain, Botswana, Burundi, Egypt, Eritrea, Ethiopia, Ghana, Jordan, Kenya, Kuwait, Liberia, Malawi, Malta, Mozambique, Nigeria, Oman, Pakistan, Qatar, Rwanda, Sao Tome and Principe, Saudi Arabia, Sierra Leone, Somalia, Tanzania, Uganda, United Arab Emirates, the United Kingdom, West Bank/Gaza, Yemen, Zambia, and Zimbabwe: the laws of England; and - -(13) in South Africa, Namibia, Lesotho, and Swaziland: the laws of the Republic of South Africa. - -14.2 Jurisdiction - -The following paragraph pertains to jurisdiction and replaces Subsection 14.2 (Jurisdiction) as it applies for those countries identified in bold below: - -All rights, duties, and obligations are subject to the courts of the country in which Licensee obtained the Program license except that in the countries identified below all disputes arising out of or related to this Agreement, including summary proceedings, will be brought before and subject to the exclusive jurisdiction of the following courts of competent jurisdiction: - -AMERICAS - -(1) in Argentina: the Ordinary Commercial Court of the city of Buenos Aires, - -(2) in Brazil: the court of Rio de Janeiro, RJ; - -(3) in Chile: the Civil Courts of Justice of Santiago; - -(4) in Ecuador: the civil judges of Quito for executory or summary proceedings (as applicable); - -(5) in Mexico: the courts located in Mexico City, Federal District; - -(6) in Peru: the judges and tribunals of the judicial district of Lima, Cercado; - -(7) in Uruguay: the courts of the city of Montevideo; - -(8) in Venezuela: the courts of the metropolitan area of the city of Caracas; - -EUROPE, MIDDLE EAST, AND AFRICA - -(9) in Austria: the court of law in Vienna, Austria (Inner-City); - -(10) in Algeria, Andorra, Benin, Burkina Faso, Cameroon, Cape Verde, Central African Republic, Chad, Comoros, Congo Republic, Djibouti, Democratic Republic of Congo, Equatorial Guinea, France, French Guiana, French Polynesia, Gabon, Gambia, Guinea, Guinea-Bissau, Ivory Coast, Lebanon, Madagascar, Mali, Mauritania, Mauritius, Mayotte, Monaco, Morocco, New Caledonia, Niger, Reunion, Senegal, Seychelles, Togo, Tunisia, Vanuatu, and Wallis and Futuna: the Commercial Court of Paris; - -(11) in Angola, Bahrain, Botswana, Burundi, Egypt, Eritrea, Ethiopia, Ghana, Jordan, Kenya, Kuwait, Liberia, Malawi, Malta, Mozambique, Nigeria, Oman, Pakistan, Qatar, Rwanda, Sao Tome and Principe, Saudi Arabia, Sierra Leone, Somalia, Tanzania, Uganda, United Arab Emirates, the United Kingdom, West Bank/Gaza, Yemen, Zambia, and Zimbabwe: the English courts; - -(12) in South Africa, Namibia, Lesotho, and Swaziland: the High Court in Johannesburg; - -(13) in Greece: the competent court of Athens; - -(14) in Israel: the courts of Tel Aviv-Jaffa; - -(15) in Italy: the courts of Milan; - -(16) in Portugal: the courts of Lisbon; - -(17) in Spain: the courts of Madrid; and - -(18) in Turkey: the Istanbul Central Courts and Execution Directorates of Istanbul, the Republic of Turkey. - -14.3 Arbitration - -The following paragraph is added as a new Subsection 14.3 (Arbitration) as it applies for those countries identified in bold below. The provisions of this Subsection 14.3 prevail over those of Subsection 14.2 (Jurisdiction) to the extent permitted by the applicable governing law and rules of procedure: - -ASIA PACIFIC - -(1) In Cambodia, India, Indonesia, Laos, Philippines, and Vietnam: - -Disputes arising out of or in connection with this Agreement will be finally settled by arbitration which will be held in Singapore in accordance with the Arbitration Rules of Singapore International Arbitration Center ("SIAC Rules") then in effect. The arbitration award will be final and binding for the parties without appeal and will be in writing and set forth the findings of fact and the conclusions of law. - -The number of arbitrators will be three, with each side to the dispute being entitled to appoint one arbitrator. The two arbitrators appointed by the parties will appoint a third arbitrator who will act as chairman of the proceedings. Vacancies in the post of chairman will be filled by the president of the SIAC. Other vacancies will be filled by the respective nominating party. Proceedings will continue from the stage they were at when the vacancy occurred. - -If one of the parties refuses or otherwise fails to appoint an arbitrator within 30 days of the date the other party appoints its, the first appointed arbitrator will be the sole arbitrator, provided that the arbitrator was validly and properly appointed. All proceedings will be conducted, including all documents presented in such proceedings, in the English language. The English language version of this Agreement prevails over any other language version. - -(2) In the People's Republic of China: - -In case no settlement can be reached, the disputes will be submitted to China International Economic and Trade Arbitration Commission for arbitration according to the then effective rules of the said Arbitration Commission. The arbitration will take place in Beijing and be conducted in Chinese. The arbitration award will be final and binding on both parties. During the course of arbitration, this agreement will continue to be performed except for the part which the parties are disputing and which is undergoing arbitration. - -EUROPE, MIDDLE EAST, AND AFRICA - -(3) In Albania, Armenia, Azerbaijan, Belarus, Bosnia-Herzegovina, Bulgaria, Croatia, Former Yugoslav Republic of Macedonia, Georgia, Hungary, Kazakhstan, Kyrgyzstan, Moldova, Montenegro, Poland, Romania, Russia, Serbia, Slovakia, Tajikistan, Turkmenistan, Ukraine, and Uzbekistan: - -All disputes arising out of this Agreement or related to its violation, termination or nullity will be finally settled under the Rules of Arbitration and Conciliation of the International Arbitral Center of the Federal Economic Chamber in Vienna (Vienna Rules) by three arbitrators appointed in accordance with these rules. The arbitration will be held in Vienna, Austria, and the official language of the proceedings will be English. The decision of the arbitrators will be final and binding upon both parties. Therefore, pursuant to paragraph 598 (2) of the Austrian Code of Civil Procedure, the parties expressly waive the application of paragraph 595 (1) figure 7 of the Code. IBM may, however, institute proceedings in a competent court in the country of installation. - -(4) In Estonia, Latvia, and Lithuania: - -All disputes arising in connection with this Agreement will be finally settled in arbitration that will be held in Helsinki, Finland in accordance with the arbitration laws of Finland then in effect. Each party will appoint one arbitrator. The arbitrators will then jointly appoint the chairman. If arbitrators cannot agree on the chairman, then the Central Chamber of Commerce in Helsinki will appoint the chairman. - -AMERICAS COUNTRY AMENDMENTS - -CANADA - -10.1 Items for Which IBM May be Liable - -The following replaces Item 1 in the first paragraph of this Subsection 10.1 (Items for Which IBM May be Liable): - -1) damages for bodily injury (including death) and physical harm to real property and tangible personal property caused by IBM's negligence; and - -13. General - -The following replaces Item 13.d: - -d. Licensee agrees to comply with all applicable export and import laws and regulations, including those of that apply to goods of United States origin and that prohibit or limit export for certain uses or to certain users. - -The following replaces Item 13.i: - -i. No right or cause of action for any third party is created by this Agreement or any transaction under it, nor is IBM responsible for any third party claims against Licensee except as permitted by the Limitation of Liability section above for bodily injury (including death) or physical harm to real or tangible personal property caused by IBM's negligence for which IBM is legally liable to that third party. - -The following is added as Item 13.m: - -m. For purposes of this Item 13.m, "Personal Data" refers to information relating to an identified or identifiable individual made available by one of the parties, its personnel or any other individual to the other in connection with this Agreement. The following provisions apply in the event that one party makes Personal Data available to the other: - -(1) General - -(a) Each party is responsible for complying with any obligations applying to it under applicable Canadian data privacy laws and regulations ("Laws"). - -(b) Neither party will request Personal Data beyond what is necessary to fulfill the purpose(s) for which it is requested. The purpose(s) for requesting Personal Data must be reasonable. Each party will agree in advance as to the type of Personal Data that is required to be made available. - -(2) Security Safeguards - -(a) Each party acknowledges that it is solely responsible for determining and communicating to the other the appropriate technological, physical and organizational security measures required to protect Personal Data. - -(b) Each party will ensure that Personal Data is protected in accordance with the security safeguards communicated and agreed to by the other. - -(c) Each party will ensure that any third party to whom Personal Data is transferred is bound by the applicable terms of this section. - -(d) Additional or different services required to comply with the Laws will be deemed a request for new services. - -(3) Use - -Each party agrees that Personal Data will only be used, accessed, managed, transferred, disclosed to third parties or otherwise processed to fulfill the purpose(s) for which it was made available. - -(4) Access Requests - -(a) Each party agrees to reasonably cooperate with the other in connection with requests to access or amend Personal Data. - -(b) Each party agrees to reimburse the other for any reasonable charges incurred in providing each other assistance. - -(c) Each party agrees to amend Personal Data only upon receiving instructions to do so from the other party or its personnel. - -(5) Retention - -Each party will promptly return to the other or destroy all Personal Data that is no longer necessary to fulfill the purpose(s) for which it was made available, unless otherwise instructed by the other or its personnel or required by law. - -(6) Public Bodies Who Are Subject to Public Sector Privacy Legislation - -For Customers who are public bodies subject to public sector privacy legislation, this Item 13.m applies only to Personal Data made available to Customer in connection with this Agreement, and the obligations in this section apply only to Customer, except that: 1) section (2)(a) applies only to IBM; 2) sections (1)(a) and (4)(a) apply to both parties; and 3) section (4)(b) and the last sentence in (1)(b) do not apply. - -PERU - -10. Limitation of Liability - -The following is added to the end of this Section 10 (Limitation of Liability): - -Except as expressly required by law without the possibility of contractual waiver, Licensee and IBM intend that the limitation of liability in this Limitation of Liability section applies to damages caused by all types of claims and causes of action. If any limitation on or exclusion from liability in this section is held by a court of competent jurisdiction to be unenforceable with respect to a particular claim or cause of action, the parties intend that it nonetheless apply to the maximum extent permitted by applicable law to all other claims and causes of action. - -10.1 Items for Which IBM May be Liable - -The following is added at the end of this Subsection 10.1: - -In accordance with Article 1328 of the Peruvian Civil Code, the limitations and exclusions specified in this section will not apply to damages caused by IBM's willful misconduct ("dolo") or gross negligence ("culpa inexcusable"). - -UNITED STATES OF AMERICA: - -5. Taxes - -The following is added at the end of this Section 5 (Taxes) - -For Programs delivered electronically in the United States for which Licensee claims a state sales and use tax exemption, Licensee agrees not to receive any tangible personal property (e.g., media and publications) associated with the electronic program. - -Licensee agrees to be responsible for any sales and use tax liabilities that may arise as a result of Licensee's subsequent redistribution of Programs after delivery by IBM. - -13. General - -The following is added to Section 13 as Item 13.m: - -U.S. Government Users Restricted Rights - Use, duplication or disclosure is restricted by the GSA IT Schedule 70 Contract with the IBM Corporation. - -The following is added to Item 13.f: - -Each party waives any right to a jury trial in any proceeding arising out of or related to this Agreement. - -ASIA PACIFIC COUNTRY AMENDMENTS - -AUSTRALIA: - -5. Taxes - -The following sentences replace the first two sentences of Section 5 (Taxes): - -If any government or authority imposes a duty, tax (other than income tax), levy, or fee, on this Agreement or on the Program itself, that is not otherwise provided for in the amount payable, Licensee agrees to pay it when IBM invoices Licensee. If the rate of GST changes, IBM may adjust the charge or other amount payable to take into account that change from the date the change becomes effective. - -8.1 Limited Warranty - -The following is added Subsection 8.1 (Limited Warranty): - -The warranties specified this Section are in addition to any rights Licensee may have under the Trade Practices Act 1974 or other legislation and are only limited to the extent permitted by the applicable legislation. - -10.1 Items for Which IBM May be Liable - -The following is added to Subsection 10.1 (Items for Which IBM Maybe Liable): - -Where IBM is in breach of a condition or warranty implied by the Trade Practices Act 1974, IBM's liability is limited to the repair or replacement of the goods, or the supply of equivalent goods. Where that condition or warranty relates to right to sell, quiet possession or clear title, or the goods are of a kind ordinarily obtained for personal, domestic or household use or consumption, then none of the limitations in this paragraph apply. - -HONG KONG SAR, MACAU SAR, AND TAIWAN - -As applies to licenses obtained in Taiwan and the special administrative regions, phrases throughout this Agreement containing the word "country" (for example, "the country in which the original Licensee was granted the license" and "the country in which Licensee obtained the Program license") are replaced with the following: - -(1) In Hong Kong SAR: "Hong Kong SAR" - -(2) In Macau SAR: "Macau SAR" except in the Governing Law clause (Section 14.1) - -(3) In Taiwan: "Taiwan." - -INDIA - -10.1 Items for Which IBM May be Liable - -The following replaces the terms of Items 1 and 2 of the first paragraph: - -1) liability for bodily injury (including death) or damage to real property and tangible personal property will be limited to that caused by IBM's negligence; and 2) as to any other actual damage arising in any situation involving nonperformance by IBM pursuant to, or in any way related to the subject of this Agreement, IBM's liability will be limited to the charge paid by Licensee for the individual Program that is the subject of the claim. - -13. General - -The following replaces the terms of Item 13.g: - -If no suit or other legal action is brought, within three years after the cause of action arose, in respect of any claim that either party may have against the other, the rights of the concerned party in respect of such claim will be forfeited and the other party will stand released from its obligations in respect of such claim. - -INDONESIA - -3.3 Term and Termination - -The following is added to the last paragraph: - -Both parties waive the provision of article 1266 of the Indonesian Civil Code, to the extent the article provision requires such court decree for the termination of an agreement creating mutual obligations. - -JAPAN - -13. General - -The following is inserted after Item 13.f: - -Any doubts concerning this Agreement will be initially resolved between us in good faith and in accordance with the principle of mutual trust. - -MALAYSIA - -10.2 Items for Which IBM Is not Liable - -The word "SPECIAL" in Item 10.2b is deleted. - -NEW ZEALAND - -8.1 Limited Warranty - -The following is added: - -The warranties specified in this Section are in addition to any rights Licensee may have under the Consumer Guarantees Act 1993 or other legislation which cannot be excluded or limited. The Consumer Guarantees Act 1993 will not apply in respect of any goods which IBM provides, if Licensee requires the goods for the purposes of a business as defined in that Act. - -10. Limitation of Liability - -The following is added: - -Where Programs are not obtained for the purposes of a business as defined in the Consumer Guarantees Act 1993, the limitations in this Section are subject to the limitations in that Act. - -PEOPLE'S REPUBLIC OF CHINA - -4. Charges - -The following is added: - -All banking charges incurred in the People's Republic of China will be borne by Licensee and those incurred outside the People's Republic of China will be borne by IBM. - -PHILIPPINES - -10.2 Items for Which IBM Is not Liable - -The following replaces the terms of Item 10.2b: - -b. special (including nominal and exemplary damages), moral, incidental, or indirect damages or for any economic consequential damages; or - -SINGAPORE - -10.2 Items for Which IBM Is not Liable - -The words "SPECIAL" and "ECONOMIC" are deleted from Item 10.2b. - -13. General - -The following replaces the terms of Item 13.i: - -Subject to the rights provided to IBM's suppliers and Program developers as provided in Section 10 above (Limitation of Liability), a person who is not a party to this Agreement will have no right under the Contracts (Right of Third Parties) Act to enforce any of its terms. - -TAIWAN - -8.1 Limited Warranty - -The last paragraph is deleted. - -10.1 Items for Which IBM May Be Liable - -The following sentences are deleted - -This limit also applies to any of IBM's subcontractors and Program developers. It is the maximum for which IBM and its subcontractors and Program developers are collectively responsible. - -EUROPE, MIDDLE EAST, AFRICA (EMEA) COUNTRY AMENDMENTS - -EUROPEAN UNION MEMBER STATES - -8. Warranty and Exclusions - -The following is added to Section 8 (Warranty and Exclusion): - -In the European Union ("EU"), consumers have legal rights under applicable national legislation governing the sale of consumer goods. Such rights are not affected by the provisions set out in this Section 8 Warranty and Exclusions. The territorial scope of the Limited Warranty is worldwide. - -EU MEMBER STATES AND THE COUNTRIES IDENTIFIED BELOW - -Iceland, Liechtenstein, Norway, Switzerland, Turkey, and any other European country that has enacted local data privacy or protection legislation similar to the EU model. - -13. General - -The following replaces Item 13.e: - -(1) Definitions - For the purposes of this Item 13.e, the following additional definitions apply: - -(a) Business Contact Information - business-related contact information disclosed by Licensee to IBM, including names, job titles, business addresses, telephone numbers and email addresses of Licensee's employees and contractors. For Austria, Italy and Switzerland, Business Contact Information also includes information about Customer and its contractors as legal entities (for example, Customer's revenue data and other transactional information) - -(b) Business Contact Personnel - Licensee employees and contractors to whom the Business Contact Information relates. - -(c) Data Protection Authority - the authority established by the Data Protection and Electronic Communications Legislation in the applicable country or, for non-EU countries, the authority responsible for supervising the protection of personal data in that country, or (for any of the foregoing) any duly appointed successor entity thereto. - -(d) Data Protection & Electronic Communications Legislation - (i) the applicable local legislation and regulations in force implementing the requirements of EU Directive 95/46/EC (on the protection of individuals with regard to the processing of personal data and on the free movement of such data) and of EU Directive 2002/58/EC (concerning the processing of personal data and the protection of privacy in the electronic communications sector); or (ii) for non-EU countries, the legislation and/or regulations passed in the applicable country relating to the protection of personal data and the regulation of electronic communications involving personal data, including (for any of the foregoing) any statutory replacement or modification thereof. - -(e) IBM Group - International Business Machines Corporation of Armonk, New York, USA, its subsidiaries, and their respective Business Partners and subcontractors. - -(2) Licensee authorises IBM: - -(a) to process and use Business Contact Information within IBM Group in support of Licensee including the provision of support services, and for the purpose of furthering the business relationship between Licensee and IBM Group, including, without limitation, contacting Business Contact Personnel (by email or otherwise) and marketing IBM Group products and services (the "Specified Purpose"); and - -(b) to disclose Business Contact Information to other members of IBM Group in pursuit of the Specified Purpose only. - -(3) IBM agrees that all Business Contact Information will be processed in accordance with the Data Protection & Electronic Communications Legislation and will be used only for the Specified Purpose. - -(4) To the extent required by the Data Protection & Electronic Communications Legislation, Licensee represents that (a) it has obtained (or will obtain) any consents from (and has issued (or will issue) any notices to) the Business Contact Personnel as are necessary in order to enable IBM Group to process and use the Business Contact Information for the Specified Purpose. - -(5) Licensee authorises IBM to transfer Business Contact Information outside the European Economic Area, provided that the transfer is made on contractual terms approved by the Data Protection Authority or the transfer is otherwise permitted under the Data Protection & Electronic Communications Legislation. - -AUSTRIA - -8.2 Exclusions - -The following is deleted from the first paragraph: - -MERCHANTABILITY, SATISFACTORY QUALITY - -10. Limitation of Liability - -The following is added: - -The following limitations and exclusions of IBM's liability do not apply for damages caused by gross negligence or willful misconduct. - -10.1 Items for Which IBM May Be Liable - -The following replaces the first sentence in the first paragraph: - -Circumstances may arise where, because of a default by IBM in the performance of its obligations under this Agreement or other liability, Licensee is entitled to recover damages from IBM. - -In the second sentence of the first paragraph, delete entirely the parenthetical phrase: - -"(including fundamental breach, negligence, misrepresentation, or other contract or tort claim)". - -10.2 Items for Which IBM Is Not Liable - -The following replaces Item 10.2b: - -b. indirect damages or consequential damages; or - -BELGIUM, FRANCE, ITALY, AND LUXEMBOURG - -10. Limitation of Liability - -The following replaces the terms of Section 10 (Limitation of Liability) in its entirety: - -Except as otherwise provided by mandatory law: - -10.1 Items for Which IBM May Be Liable - -IBM's entire liability for all claims in the aggregate for any damages and losses that may arise as a consequence of the fulfillment of its obligations under or in connection with this Agreement or due to any other cause related to this Agreement is limited to the compensation of only those damages and losses proved and actually arising as an immediate and direct consequence of the non-fulfillment of such obligations (if IBM is at fault) or of such cause, for a maximum amount equal to the charges (if the Program is subject to fixed term charges, up to twelve months' charges) Licensee paid for the Program that has caused the damages. - -The above limitation will not apply to damages for bodily injuries (including death) and damages to real property and tangible personal property for which IBM is legally liable. - -10.2 Items for Which IBM Is Not Liable - -UNDER NO CIRCUMSTANCES IS IBM OR ANY OF ITS PROGRAM DEVELOPERS LIABLE FOR ANY OF THE FOLLOWING, EVEN IF INFORMED OF THEIR POSSIBILITY: 1) LOSS OF, OR DAMAGE TO, DATA; 2) INCIDENTAL, EXEMPLARY OR INDIRECT DAMAGES, OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES; AND / OR 3) LOST PROFITS, BUSINESS, REVENUE, GOODWILL, OR ANTICIPATED SAVINGS, EVEN IF THEY ARISE AS AN IMMEDIATE CONSEQUENCE OF THE EVENT THAT GENERATED THE DAMAGES. - -10.3 Suppliers and Program Developers - -The limitation and exclusion of liability herein agreed applies not only to the activities performed by IBM but also to the activities performed by its suppliers and Program developers, and represents the maximum amount for which IBM as well as its suppliers and Program developers are collectively responsible. - -GERMANY - -8.1 Limited Warranty - -The following is inserted at the beginning of Section 8.1: - -The Warranty Period is twelve months from the date of delivery of the Program to the original Licensee. - -8.2 Exclusions - -Section 8.2 is deleted in its entirety and replaced with the following: - -Section 8.1 defines IBM's entire warranty obligations to Licensee except as otherwise required by applicable statutory law. - -10. Limitation of Liability - -The following replaces the Limitation of Liability section in its entirety: - -a. IBM will be liable without limit for 1) loss or damage caused by a breach of an express guarantee; 2) damages or losses resulting in bodily injury (including death); and 3) damages caused intentionally or by gross negligence. - -b. In the event of loss, damage and frustrated expenditures caused by slight negligence or in breach of essential contractual obligations, IBM will be liable, regardless of the basis on which Licensee is entitled to claim damages from IBM (including fundamental breach, negligence, misrepresentation, or other contract or tort claim), per claim only up to the greater of 500,000 euro or the charges (if the Program is subject to fixed term charges, up to 12 months' charges) Licensee paid for the Program that caused the loss or damage. A number of defaults which together result in, or contribute to, substantially the same loss or damage will be treated as one default. - -c. In the event of loss, damage and frustrated expenditures caused by slight negligence, IBM will not be liable for indirect or consequential damages, even if IBM was informed about the possibility of such loss or damage. - -d. In case of delay on IBM's part: 1) IBM will pay to Licensee an amount not exceeding the loss or damage caused by IBM's delay and 2) IBM will be liable only in respect of the resulting damages that Licensee suffers, subject to the provisions of Items a and b above. - -13. General - -The following replaces the provisions of 13.g: - -Any claims resulting from this Agreement are subject to a limitation period of three years, except as stated in Section 8.1 (Limited Warranty) of this Agreement. - -The following replaces the provisions of 13.i: - -No right or cause of action for any third party is created by this Agreement, nor is IBM responsible for any third party claims against Licensee, except (to the extent permitted in Section 10 (Limitation of Liability)) for: i) bodily injury (including death); or ii) damage to real or tangible personal property for which (in either case) IBM is legally liable to that third party. - -IRELAND - -8.2 Exclusions - -The following paragraph is added: - -Except as expressly provided in these terms and conditions, or Section 12 of the Sale of Goods Act 1893 as amended by the Sale of Goods and Supply of Services Act, 1980 (the "1980 Act"), all conditions or warranties (express or implied, statutory or otherwise) are hereby excluded including, without limitation, any warranties implied by the Sale of Goods Act 1893 as amended by the 1980 Act (including, for the avoidance of doubt, Section 39 of the 1980 Act). - -IRELAND AND UNITED KINGDOM - -2. Agreement Structure - -The following sentence is added: - -Nothing in this paragraph shall have the effect of excluding or limiting liability for fraud. - -10.1 Items for Which IBM May Be Liable - -The following replaces the first paragraph of the Subsection: - -For the purposes of this section, a "Default" means any act, statement, omission or negligence on the part of IBM in connection with, or in relation to, the subject matter of an Agreement in respect of which IBM is legally liable to Licensee, whether in contract or in tort. A number of Defaults which together result in, or contribute to, substantially the same loss or damage will be treated as one Default. - -Circumstances may arise where, because of a Default by IBM in the performance of its obligations under this Agreement or other liability, Licensee is entitled to recover damages from IBM. Regardless of the basis on which Licensee is entitled to claim damages from IBM and except as expressly required by law without the possibility of contractual waiver, IBM's entire liability for any one Default will not exceed the amount of any direct damages, to the extent actually suffered by Licensee as an immediate and direct consequence of the default, up to the greater of (1) 500,000 euro (or the equivalent in local currency) or (2) 125% of the charges (if the Program is subject to fixed term charges, up to 12 months' charges) for the Program that is the subject of the claim. Notwithstanding the foregoing, the amount of any damages for bodily injury (including death) and damage to real property and tangible personal property for which IBM is legally liable is not subject to such limitation. - -10.2 Items for Which IBM is Not Liable - -The following replaces Items 10.2b and 10.2c: - -b. special, incidental, exemplary, or indirect damages or consequential damages; or - -c. wasted management time or lost profits, business, revenue, goodwill, or anticipated savings. - -Z125-3301-13 (05/2009) - - -NOTICE - -This document includes License Information documents below for multiple Programs. Each License Information document identifies the Program(s) to which it applies. Only those License Information documents for the Program(s) for which Licensee has acquired entitlements apply. - - -========================= - - -LICENSE INFORMATION - -The Programs listed below are licensed under the following terms and conditions in addition to those of the International Program License Agreement. - -Program Name: IBM Lotus Domino Messaging Client Access License 8.5.3 -Program Number: 5724Z09 - -Supporting Programs - -The Program is licensed as a multi-product package and includes the Supporting Programs identified below. Licensee is authorized to install and use such Supporting Programs only to support Licensee's use of the Principal Program under this Agreement and within the limits of the Proofs of Entitlement for the Program (unless broader rights are provided elsewhere in this License Information document). The phrase "to support Licensee's use" would include only those uses that are necessary or otherwise directly related to a licensed use of the Principal Program or another Supporting Program. The Supporting Programs may not be used for any other purpose. Licensee is not authorized to transfer or remarket the Supporting Programs separate from the Principal Program. The terms of this Agreement may replace or modify the license terms for the Supporting Programs. In the event of conflict, these terms supersede the terms of the license agreement which accompanies the Supporting Programs. When Licensee's right to use the Program expires or terminates, Licensee must discontinue use, destroy or promptly return all copies of the Supporting Programs to the party from whom Licensee acquired the Program. If Licensee downloaded the Supporting Programs, Licensee should contact the party from whom Licensee acquired the Program. If Licensee wishes to license the Supporting Programs for any use beyond the limits set forth above, please contact an IBM Sales Representative or the party from whom Licensee acquired the Program to obtain the appropriate license. - -The following are Supporting Programs licensed with the Program: -IBM Connections -IBM Lotus Expeditor -IBM Lotus Notes Traveler -IBM Lotus Symphony -IBM Sametime Entry -IBM Sametime Proxy Server - - -Prohibited Components - -Notwithstanding any provision in the Agreement, Licensee is not authorized to use any of the following components or functions of the Program: -Activities (of IBM Connections) -Blogs (of IBM Connections) -Bookmarks (of IBM Connections) -Communities (of IBM Connections) -Forums (of IBM Connections) -HomePage (of IBM Connections) -Mobile (of IBM Connections) -Wikis (of IBM Connections) - -Redistributables - -If the Program includes components that are Redistributable, they will be identified in the REDIST file that accompanies the Program. In addition to the license rights granted in the Agreement, Licensee may distribute the Redistributables subject to the following terms: -1) Redistribution must be in object code form only and must conform to all directions, instruction and specifications in the Program's accompanying REDIST or documentation; -2) If the Program's accompanying documentation expressly allows Licensee to modify the Redistributables, such modification must conform to all directions, instruction and specifications in that documentation and these modifications, if any, must be treated as Redistributables; -3) Redistributables may be distributed only as part of Licensee's application that was developed using the Program ("Licensee's Application") and only to support Licensee's customers in connection with their use of Licensee's Application. Licensee's Application must constitute significant value add such that the Redistributables are not a substantial motivation for the acquisition by end users of Licensee's software product; -4) If the Redistributables include a Java Runtime Environment, Licensee must also include other non-Java Redistributables with Licensee's Application, unless the Application is designed to run only on general computer devices (for example, laptops, desktops and servers) and not on handheld or other pervasive devices (i.e., devices that contain a microprocessor but do not have computing as their primary purpose); -5) Licensee may not remove any copyright or notice files contained in the Redistributables; -6) Licensee must hold IBM, its suppliers or distributors harmless from and against any claim arising out of the use or distribution of Licensee's Application; -7) Licensee may not use the same path name as the original Redistributable files/modules; -8) Licensee may not use IBM's, its suppliers or distributors names or trademarks in connection with the marketing of Licensee's Application without IBM's or that supplier's or distributor's prior written consent; -9) IBM, its suppliers and distributors provide the Redistributables and related documentation without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE; -10) Licensee is responsible for all technical assistance for Licensee's Application and any modifications to the Redistributables; and -11) Licensee's license agreement with the end user of Licensee's Application must notify the end user that the Redistributables or their modifications may not be i) used for any purpose other than to enable Licensee's Application, ii) copied (except for backup purposes), iii) further distributed or transferred without Licensee's Application or iv) reverse assembled, reverse compiled, or otherwise translated except as specifically permitted by law and without the possibility of a contractual waiver. Furthermore, Licensee's license agreement must be at least as protective of IBM as the terms of this Agreement. - -Source Components and Sample Materials - -The Program may include some components in source code form ("Source Components") and other materials identified as Sample Materials. Licensee may copy and modify Source Components and Sample Materials for internal use only provided such use is within the limits of the license rights under this Agreement, provided however that Licensee may not alter or delete any copyright information or notices contained in the Source Components or Sample Materials. IBM provides the Source Components and Sample Materials without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -For Source Components and Sample Materials listed in a Program's REDIST file, Licensee may redistribute modified versions of those Source Components or Sample Materials consistent with the terms of this license and any instructions in the REDIST file. - -Export and Import Restrictions - -This Program may contain cryptography. Transfer to, or use by, users of the Program may be prohibited or subject to export or import laws, regulations or policies, including those of the United States Export Administration Regulations. Licensee assumes all responsibility for complying with all applicable laws, regulations, and policies regarding the export, import, or use of this Program, including but not limited to, U.S. restrictions on exports or reexports. To obtain the export classification of this Program refer to: https://www.ibm.com/products/exporting/. - -Authorized User - -Authorized User is a unit of measure by which the Program can be licensed. An Authorized User is a unique person who is given access to the Program. The Program may be installed on any number of computers or servers and each Authorized User may have simultaneous access to any number of instances of the Program at one time. Licensee must obtain separate, dedicated entitlements for each Authorized User given access to the Program in any manner directly or indirectly (for example: via a multiplexing program, device, or application server) through any means. An entitlement for an Authorized User is unique to that Authorized User and may not be shared, nor may it be reassigned other than for the permanent transfer of the Authorized User entitlement to another person. - -Program-unique Terms - -Multi Product Install Image - -The Program is provided as part of a multi-product install image. Licensee is authorized to install and use only the Program (and its Supporting Programs, if any) for which an valid entitlement is obtained and may not install or use any of the other software included in the image unless Licensee has acquired separate entitlements for that other software. - -Third Party Data and Services - -The Program may contain links to or be able to be used to access third party data services, databases, web services, software, or other third party content (all, "content"). Access to this content is provided "as-is", without any warranty or guarantee on IBM's part, and can be terminated by the relevant third party at its sole discretion at any time. Licensee may be required to enter into a separate agreement with the third party for the access to or use of such content. IBM is not a party to any such separate agreement and as an express condition of this license Licensee agrees to comply with the terms of such separate agreement. To the extent that IBM has provided any warranty in respect of the Program, that IBM warranty does not apply to any such content. - -If Licensee uses the Google Desktop Search feature of the Program, Licensee must review and agree to be bound by the Terms and Conditions set forth at http://desktop.google.com/eula.html. If Licensee places Google Gadgets on web pages through Licensee's use of the Program, Licensee must review and agree to be bound by the Syndicated Google Gadgets Terms of Service for Webmasters set forth at http://www.google.com/webmasters/gadgets/terms.html. - -If Licensee uses the Google Web Search feature of the Program, Licensee acknowledges that Google, Inc., owns all right, title and interest, including without limitation all intellectual property rights, in and to the Google Web Search Service (including Google's search engine technology and Google brand features, and excluding items licensed by Google from third parties), and that Licensee does not acquire any right, title, or interest in or to the Google Web Search Service (including Google's search engine technology and Google brand features) by using this feature. - -If Licensee uses the Yahoo! Web Search feature of the Program, Licensee must review and agree to be bound by the Terms of Service set forth at: http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html. If Licensee uses the Yahoo! Web Search feature of the Program in a country other the United States, Licensee must review and agree to be bound by the Terms of Service applicable to such country set forth at http://world.yahoo.com/. - -Permitted Components - -Notwithstanding any provision in the Agreement, Licensee is permitted to use only the following components or functions of the identified Supporting Program: - -- Presence and instant messaging capabilities (of Lotus Sametime Entry), but only with a single Sametime community (a "community" is a shared directory, or set of directories, that lists the Authorized Users and groups within Licensee's enterprise on one or more IBM Lotus Sametime servers that each have access to the shared directory or set of directories) and only when utilized within the IBM Lotus Notes client or the IBM Lotus iNotes environment. -- Chat logging service provider interface (of Lotus Sametime Entry). -- Plug-ins for integration with Microsoft applications (of Lotus Sametime Entry). -- Web chat client (of Sametime Proxy Server), but only when utilized within the IBM Lotus iNotes environment. - -Licensees of IBM Lotus Domino Messaging Client Access License are authorized to access an IBM Lotus Domino Server via: - -a) a standards-based (Post Office Protocol "POP" or Internet Message Access Protocol "IMAP") client and/or Web browser, or - -b) IBM Lotus Notes and IBM Lotus iNotes. - -Licensee's authorized use of the Program includes rights to use IBM Lotus Notes only for email, and Personal Information Manager data, for exclusive use with the following templates that are included in or provided with the Program: Messaging/Calendar & Scheduling, Personal Directory, Personal Journal, Discussion, and Document Libraries, and not for any other purpose. - - -D/N: L-GHUS-8EHK63 -P/N: CT64RML - -========================= - - -LICENSE INFORMATION - -The Programs listed below are licensed under the following terms and conditions in addition to those of the International Program License Agreement. - -Program Name: IBM Lotus Domino Enterprise Client Access License 8.5.3 -Program Number: 5724Z08 - -Multi-Product Install Image - -The Program is provided as part of a multi-product install image. Licensee is authorized to install and use only the Program (and its Supporting Programs, if any) for which a valid entitlement is obtained and may not install or use any of the other software included in the image unless Licensee has acquired separate entitlements for that other software. - -Supporting Programs - -The Program is licensed as a multi-product package and includes the Supporting Programs identified below. Licensee is authorized to install and use such Supporting Programs only to support Licensee's use of the Principal Program under this Agreement and within the limits of the Proofs of Entitlement for the Program (unless broader rights are provided elsewhere in this License Information document). The phrase "to support Licensee's use" would include only those uses that are necessary or otherwise directly related to a licensed use of the Principal Program or another Supporting Program. The Supporting Programs may not be used for any other purpose. Licensee is not authorized to transfer or remarket the Supporting Programs separate from the Principal Program. The terms of this Agreement may replace or modify the license terms for the Supporting Programs. In the event of conflict, these terms supersede the terms of the license agreement which accompanies the Supporting Programs. When Licensee's right to use the Program expires or terminates, Licensee must discontinue use, destroy or promptly return all copies of the Supporting Programs to the party from whom Licensee acquired the Program. If Licensee downloaded the Supporting Programs, Licensee should contact the party from whom Licensee acquired the Program. If Licensee wishes to license the Supporting Programs for any use beyond the limits set forth above, please contact an IBM Sales Representative or the party from whom Licensee acquired the Program to obtain the appropriate license. - -The following are Supporting Programs licensed with the Program: -IBM Connections -IBM Lotus Domino Designer -IBM Lotus Domino Global Workbench -IBM Lotus Expeditor -IBM Lotus Mobile Connect Client -IBM Lotus Notes Traveler -IBM Lotus Symphony -IBM Sametime Entry -IBM Sametime Proxy Server - -Prohibited Components - -Notwithstanding any provision in the Agreement, Licensee is not authorized to use any of the following components or functions of the Program: -Activities (of IBM Connections) -Blogs (of IBM Connections) -Bookmarks (of IBM Connections) -Communities (of IBM Connections) -Forums (of IBM Connections) -HomePage (of IBM Connections) -Mobile (of IBM Connections) -Wikis (of IBM Connections) - -Redistributables - -If the Program includes components that are Redistributable, they will be identified in the REDIST file that accompanies the Program. In addition to the license rights granted in the Agreement, Licensee may distribute the Redistributables subject to the following terms: -1) Redistribution must be in object code form only and must conform to all directions, instruction and specifications in the Program's accompanying REDIST or documentation; -2) If the Program's accompanying documentation expressly allows Licensee to modify the Redistributables, such modification must conform to all directions, instruction and specifications in that documentation and these modifications, if any, must be treated as Redistributables; -3) Redistributables may be distributed only as part of Licensee's application that was developed using the Program ("Licensee's Application") and only to support Licensee's customers in connection with their use of Licensee's Application. Licensee's Application must constitute significant value add such that the Redistributables are not a substantial motivation for the acquisition by end users of Licensee's software product; -4) If the Redistributables include a Java Runtime Environment, Licensee must also include other non-Java Redistributables with Licensee's Application, unless the Application is designed to run only on general computer devices (for example, laptops, desktops and servers) and not on handheld or other pervasive devices (i.e., devices that contain a microprocessor but do not have computing as their primary purpose); -5) Licensee may not remove any copyright or notice files contained in the Redistributables; -6) Licensee must hold IBM, its suppliers or distributors harmless from and against any claim arising out of the use or distribution of Licensee's Application; -7) Licensee may not use the same path name as the original Redistributable files/modules; -8) Licensee may not use IBM's, its suppliers or distributors names or trademarks in connection with the marketing of Licensee's Application without IBM's or that supplier's or distributor's prior written consent; -9) IBM, its suppliers and distributors provide the Redistributables and related documentation without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE; -10) Licensee is responsible for all technical assistance for Licensee's Application and any modifications to the Redistributables; and -11) Licensee's license agreement with the end user of Licensee's Application must notify the end user that the Redistributables or their modifications may not be i) used for any purpose other than to enable Licensee's Application, ii) copied (except for backup purposes), iii) further distributed or transferred without Licensee's Application or iv) reverse assembled, reverse compiled, or otherwise translated except as specifically permitted by law and without the possibility of a contractual waiver. Furthermore, Licensee's license agreement must be at least as protective of IBM as the terms of this Agreement. - -Source Components and Sample Materials - -The Program may include some components in source code form ("Source Components") and other materials identified as Sample Materials. Licensee may copy and modify Source Components and Sample Materials for internal use only provided such use is within the limits of the license rights under this Agreement, provided however that Licensee may not alter or delete any copyright information or notices contained in the Source Components or Sample Materials. IBM provides the Source Components and Sample Materials without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -For Source Components and Sample Materials listed in a Program's REDIST file, Licensee may redistribute modified versions of those Source Components or Sample Materials consistent with the terms of this license and any instructions in the REDIST file. - -Export and Import Restrictions - -This Program may contain cryptography. Transfer to, or use by, users of the Program may be prohibited or subject to export or import laws, regulations or policies, including those of the United States Export Administration Regulations. Licensee assumes all responsibility for complying with all applicable laws, regulations, and policies regarding the export, import, or use of this Program, including but not limited to, U.S. restrictions on exports or reexports. To obtain the export classification of this Program refer to: https://www.ibm.com/products/exporting/. - -Authorized User - -Authorized User is a unit of measure by which the Program can be licensed. An Authorized User is a unique person who is given access to the Program. The Program may be installed on any number of computers or servers and each Authorized User may have simultaneous access to any number of instances of the Program at one time. Licensee must obtain separate, dedicated entitlements for each Authorized User given access to the Program in any manner directly or indirectly (for example: via a multiplexing program, device, or application server) through any means. An entitlement for an Authorized User is unique to that Authorized User and may not be shared, nor may it be reassigned other than for the permanent transfer of the Authorized User entitlement to another person. - -Program-unique Terms - -Third Party Data and Services - -The Program may contain links to or be able to be used to access third party data services, databases, web services, software, or other third party content (all, "content"). Access to this content is provided "as-is", without any warranty or guarantee on IBM's part, and can be terminated by the relevant third party at its sole discretion at any time. Licensee may be required to enter into a separate agreement with the third party for the access to or use of such content. IBM is not a party to any such separate agreement and as an express condition of this license Licensee agrees to comply with the terms of such separate agreement. To the extent that IBM has provided any warranty in respect of the Program, that IBM warranty does not apply to any such content. - -If Licensee uses the Google Desktop Search feature of the Program, Licensee must review and agree to be bound by the Terms and Conditions set forth at http://desktop.google.com/eula.html. If Licensee places Google Gadgets on web pages through Licensee's use of the Program, Licensee must review and agree to be bound by the Syndicated Google Gadgets Terms of Service for Webmasters set forth at http://www.google.com/webmasters/gadgets/terms.html. - -If Licensee uses the Google Web Search feature of the Program, Licensee acknowledges that Google, Inc., owns all right, title and interest, including without limitation all intellectual property rights, in and to the Google Web Search Service (including Google's search engine technology and Google brand features, and excluding items licensed by Google from third parties), and that Licensee does not acquire any right, title, or interest in or to the Google Web Search Service (including Google's search engine technology and Google brand features) by using this feature. - -If Licensee uses the Yahoo! Web Search feature of the Program, Licensee must review and agree to be bound by the Terms of Service set forth at: http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html. If Licensee uses the Yahoo! Web Search feature of the Program in a country other the United States, Licensee must review and agree to be bound by the Terms of Service applicable to such country set forth at http://world.yahoo.com/. - -Permitted Components - -Notwithstanding any provision in the Agreement, Licensee is permitted to use only the following components or functions of the identified Supporting Program: - -- Presence and instant messaging capabilities (of Lotus Sametime Entry), but only with a single Sametime community (a "community" is a shared directory, or set of directories, that lists the Authorized Users and groups within Licensee's enterprise on one or more IBM Lotus Sametime servers that each have access to the shared directory or set of directories) and only when utilized within the IBM Lotus Notes client or the IBM Lotus iNotes environment. - -- Chat logging service provider interface (of Lotus Sametime Entry). - -- Plug-ins for integration with Microsoft applications (of Lotus Sametime Entry). - -- Web chat client (of Sametime Proxy Server), but only when utilized within the IBM Lotus iNotes environment. - -Licensees of the Program are authorized to access an IBM Lotus Domino Server via: - -a) a standards-based (Post Office Protocol "POP" or Internet Message Access Protocol "IMAP") client and/or Web browser, or - -b) IBM Lotus Notes and IBM Lotus iNotes. - - -D/N: L-GHUS-8EHKAB -P/N: CT64SML - -========================= - - -LICENSE INFORMATION - -The Programs listed below are licensed under the following terms and conditions in addition to those of the International Program License Agreement. - -Program Name: IBM Lotus Domino Designer 8.5.3 -Program Number: 5724Z08 - -Multi-Product Install Image - -The Program is provided as part of a multi-product install image. Licensee is authorized to install and use only the Program (and its Supporting Programs, if any) for which a valid entitlement is obtained and may not install or use any of the other software included in the image unless Licensee has acquired separate entitlements for that other software. - -Limited Use Program - -This Program is supplied only for use with Named Program(s) identified below or their successors. Licensee is prohibited from using this Program in connection with any other software. - -Named Program(s): -IBM Lotus Domino Enterprise Client Access License - -Export and Import Restrictions - -This Program may contain cryptography. Transfer to, or use by, users of the Program may be prohibited or subject to export or import laws, regulations or policies, including those of the United States Export Administration Regulations. Licensee assumes all responsibility for complying with all applicable laws, regulations, and policies regarding the export, import, or use of this Program, including but not limited to, U.S. restrictions on exports or reexports. To obtain the export classification of this Program refer to: https://www.ibm.com/products/exporting/. - -Program-unique Terms - -Multi Product Install Image - -The Program is provided as part of a multi-product install image. Licensee is authorized to install and use only the Program (and its Supporting Programs, if any) for which an valid entitlement is obtained and may not install or use any of the other software included in the image unless Licensee has acquired separate entitlements for that other software. - -Third Party Data and Services - -The Program may contain links to or be used to access third party data services, databases, web services, software, or other third party content (all, "content"). Access to this content is provided "AS-IS", WITH NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, on IBM's part, and can be terminated by the relevant third parties at their sole discretion at any time. Licensee may be required to enter into separate agreements with the third parties for the access to or use of such content. IBM is not a party to any such separate agreements and as an express condition of this license Licensee agrees to comply with the terms of such separate agreements. - -If Licensee uses the Google Desktop Search feature of the Program, Licensee must review and agree to be bound by the Terms and Conditions set forth at http://desktop.google.com/eula.html. If Licensee places Google Gadgets on web pages through Licensee's use of the Program, Licensee must review and agree to be bound by the Syndicated Google Gadgets Terms of Service for Webmasters set forth at http://www.google.com/webmasters/gadgets/terms.html. - -If Licensee uses the Google Web Search feature of the Program, Licensee acknowledges that Google, Inc., owns all right, title and interest, including without limitation all intellectual property rights, in and to the Google Web Search Service (including Google's search engine technology and Google brand features, and excluding items licensed by Google from third parties), and that Licensee does not acquire any right, title, or interest in or to the Google Web Search Service (including Google's search engine technology and Google brand features) by using this feature. - -If Licensee uses the Yahoo! Web Search feature of the Program, Licensee must review and agree to be bound by the Terms of Service set forth at: http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html. If Licensee uses the Yahoo! Web Search feature of the Program in a country other the United States, Licensee must review and agree to be bound by the Terms of Service applicable to such country set forth at http://world.yahoo.com/. - -Licensee's authorized use of the Program includes the right to create or modify IBM Lotus Notes applications. - - -D/N: L-GHUS-8EHKDH -P/N: CT64TML \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/mod_fastcgi b/sdk_container/src/third_party/portage-stable/licenses/mod_fastcgi deleted file mode 100644 index 2c58d0dc81..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/mod_fastcgi +++ /dev/null @@ -1,42 +0,0 @@ -This FastCGI application library source and object code (the -"Software") and its documentation (the "Documentation") are -copyrighted by Open Market, Inc ("Open Market"). The following terms -apply to all files associated with the Software and Documentation -unless explicitly disclaimed in individual files. - -Open Market permits you to use, copy, modify, distribute, and license -this Software and the Documentation solely for the purpose of -implementing the FastCGI specification defined by Open Market or -derivative specifications publicly endorsed by Open Market and -promulgated by an open standards organization and for no other -purpose, provided that existing copyright notices are retained in all -copies and that this notice is included verbatim in any distributions. - -No written agreement, license, or royalty fee is required for any of -the authorized uses. Modifications to this Software and Documentation -may be copyrighted by their authors and need not follow the licensing -terms described here, but the modified Software and Documentation must -be used for the sole purpose of implementing the FastCGI specification -defined by Open Market or derivative specifications publicly endorsed -by Open Market and promulgated by an open standards organization and -for no other purpose. If modifications to this Software and -Documentation have new licensing terms, the new terms must protect Open -Market's proprietary rights in the Software and Documentation to the -same extent as these licensing terms and must be clearly indicated on -the first page of each file where they apply. - -Open Market shall retain all right, title and interest in and to the -Software and Documentation, including without limitation all patent, -copyright, trade secret and other proprietary rights. - -OPEN MARKET MAKES NO EXPRESS OR IMPLIED WARRANTY WITH RESPECT TO THE -SOFTWARE OR THE DOCUMENTATION, INCLUDING WITHOUT LIMITATION ANY -WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN -NO EVENT SHALL OPEN MARKET BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY -DAMAGES ARISING FROM OR RELATING TO THIS SOFTWARE OR THE -DOCUMENTATION, INCLUDING, WITHOUT LIMITATION, ANY INDIRECT, SPECIAL OR -CONSEQUENTIAL DAMAGES OR SIMILAR DAMAGES, INCLUDING LOST PROFITS OR -LOST DATA, EVEN IF OPEN MARKET HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS". -OPEN MARKET HAS NO LIABILITY IN CONTRACT, TORT, NEGLIGENCE OR -OTHERWISE ARISING OUT OF THIS SOFTWARE OR THE DOCUMENTATION. diff --git a/sdk_container/src/third_party/portage-stable/licenses/myspell-ru_RU-ALexanderLebedev b/sdk_container/src/third_party/portage-stable/licenses/myspell-ru_RU-AlexanderLebedev similarity index 100% rename from sdk_container/src/third_party/portage-stable/licenses/myspell-ru_RU-ALexanderLebedev rename to sdk_container/src/third_party/portage-stable/licenses/myspell-ru_RU-AlexanderLebedev diff --git a/sdk_container/src/third_party/portage-stable/licenses/nap b/sdk_container/src/third_party/portage-stable/licenses/nap deleted file mode 100644 index daa8aecbff..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/nap +++ /dev/null @@ -1,37 +0,0 @@ -Copyright (c) 2000 Kevin Sullivan. All rights reserved. - -Permission is granted to anyone to use this software for any purpose on -any computer system, and to alter it and redistribute it, subject -to the following restrictions: - -1. The origin of this software must not be misrepresented, either by - explicit claim or by omission. Since few users ever read sources, - credits must also appear in the documentation. - -2. Altered versions must be plainly marked as such, and must not be - misrepresented as being the original software. Since few users - ever read sources, credits must also appear in the documentation. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgement: This product - includes software developed by Kevin Sullivan. - -4. The name of the Author may not be used to endorse or promote - products derived from this software without specific prior written - permission. - -5. This notice, and any references to this notice in the source, - documentation, or binary, may not be removed or altered. - - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/oasis b/sdk_container/src/third_party/portage-stable/licenses/oasis deleted file mode 100644 index 243a3a6ed6..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/oasis +++ /dev/null @@ -1,55 +0,0 @@ - LICENSE of VEC, SAPI, DIMS and Associated Programs - -COPYRIGHT NOTICE: - -Copyright (c) 1985-2002, - Research group on Methods of Solving Crystal Structures, - Institute of Physics, Chinese Academy of Sciences. - All rights reserved. -Authors: - VEC - Wan Zheng-hua, Liu Yu-dong, Fu Zheng-qing, Li Yang, - Cheng Ting-zhu, Li Fang-hua & Fan Hai-fu - SAPI - Zheng Chao-de, Gu Yuan-xin, Wan Zheng-hua, Yao Jia-xing & - Fan Hai-fu - DIMS - Fu Zheng-qing, Li Yang, Liu Yu-dong & Fan Hai-fu - -LICENSE AGREEMENT: - -In consideration of being allowed to copy and/or use this software, -the user agrees to be bound by the terms and conditions of this License -Agreement as "Licensee." This Agreement gives you, the LICENSEE, -certain rights and obligations. By using the software, you indicate -that you have read, understood, and will comply with the following -terms and conditions. - -Permission is hereby granted to use or copy these programs for academic -purpose, provided the text of this NOTICE (to include COPYRIGHT -NOTICE, LICENSE AGREEMENT, and DISCLAIMER) is retained with all -copies. Permission to modify the code and to distribute modified code -is granted, provided the text of this NOTICE is retained, a notice -that the code was modified is included with the above COPYRIGHT NOTICE -and with the COPYRIGHT NOTICE in any modified files, and that this -file ("LICENSE") is distributed with the modified code. - -Title to copyright to this software and its derivatives and to any -associated documentation shall at all times remain with Licensor and -LICENSEE agrees to preserve the same. Nothing in this Agreement shall -be construed as conferring rights to use in advertising, publicity or -otherwise any trademark of the name of the Institute of Physics, Chinese -Academy of Sciences. - -DISCLAIMER: - -THIS SOFTWARE IS PROVIDED BY THE AUTHORS "AS IS" AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/openspml b/sdk_container/src/third_party/portage-stable/licenses/openspml deleted file mode 100644 index 410f85f4eb..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/openspml +++ /dev/null @@ -1,53 +0,0 @@ -Version 0.1, April 2003 - -Copyright © 2003 Waveset Technologies, Inc. 6034 West Courtyard Drive, Suite -210, Austin, Texas 78730 All rights reserved. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions, and the disclaimers in Sections 6 and 7 below. - - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the disclaimers in Sections 6 and 7 below in the - documentation and/or other materials provided with the distribution. - - 3. The end-user documentation included with the redistribution, if any, must - include the following acknowledgment: - - "This product includes software developed by the Waveset Technologies, - Inc. (www.waveset.com)." - - Alternately, this acknowledgment may appear in the software itself, if and - wherever such third-party acknowledgments normally appear. - - 4. The names "Waveset" and "Waveset Technologies, Inc." must not be used to - endorse or promote products derived from this software without the prior - written permission of Waveset. For written permission, please contact - www.waveset.com. - - 5. Products derived from this software may not be called "Waveset", nor may - "Waveset" appear in their name, without the prior written permission of - Waveset. - - 6. NO WARRANTY - - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - - 7. LIMITATION OF LIABILITY - - IN NO EVENT SHALL THE WAVESET OR ITS LICENSORS BE LIABLE FOR ANY DIRECT, - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -End of Terms and Conditions diff --git a/sdk_container/src/third_party/portage-stable/licenses/oracle-java-documentation b/sdk_container/src/third_party/portage-stable/licenses/oracle-java-documentation deleted file mode 100644 index ff4b74ad0b..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/oracle-java-documentation +++ /dev/null @@ -1,59 +0,0 @@ -ORACLE CORPORATION ("ORACLE") IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT. PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THIS PAGE. - -Specification: JAVA PLATFORM, STANDARD EDITION ("Specification") -Version: 6 -Status: Final Release -Release: December 7, 2006 - -Copyright 2010 Oracle Corporation, 500 Oracle Parkway, -Redwood Shores, California 94065, USA. -All rights reserved. - -LIMITED LICENSE GRANTS - -1. License for Evaluation Purposes. -Oracle hereby grants you a fully-paid, non-exclusive, non-transferable, worldwide, limited license (without the right to sublicense), under Oracle's applicable intellectual property rights to view, download, use and reproduce the Specification only for the purpose of internal evaluation. This includes (i) developing applications intended to run on an implementation of the Specification, provided that such applications do not themselves implement any portion(s) of the Specification, and (ii) discussing the Specification with any third party; and (iii) excerpting brief portions of the Specification in oral or written communications which discuss the Specification provided that such excerpts do not in the aggregate constitute a significant portion of the Specification. - -2. License for the Distribution of Compliant Implementations. -Oracle also grants you a perpetual, non-exclusive, non-transferable, worldwide, fully paid-up, royalty free, limited license (without the right to sublicense) under any applicable copyrights or, subject to the provisions of subsection 4 below, patent rights it may have covering the Specification to create and/or distribute an Independent Implementation of the Specification that: (a) fully implements the Specification including all its required interfaces and functionality; (b) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include any public or protected packages, classes, Java interfaces, fields or methods within the Licensor Name Space other than those required/authorized by the Specification or Specifications being implemented; and (c) passes the Technology Compatibility Kit (including satisfying the requirements of the applicable TCK Users Guide) for such Specification ("Compliant Implementation"). In addition, the foregoing license is expressly conditioned on your not acting outside its scope. No license is granted hereunder for any other purpose (including, for example, modifying the Specification, other than to the extent of your fair use rights, or distributing the Specification to third parties). Also, no right, title, or interest in or to any trademarks, service marks, or trade names of Oracle or Oracle's licensors is granted hereunder. Java, and Java-related logos, marks and names are trademarks or registered trademarks of Oracle Corporation in the U.S. and other countries. - -3. Pass-through Conditions. -You need not include limitations (a)-(c) from the previous paragraph or any other particular "pass through" requirements in any license You grant concerning the use of your Independent Implementation or products derived from it. However, except with respect to Independent Implementations (and products derived from them) that satisfy limitations (a)-(c) from the previous paragraph, You may neither: (a) grant or otherwise pass through to your licensees any licenses under Oracle's applicable intellectual property rights; nor (b) authorize your licensees to make any claims concerning their implementation's compliance with the Specification in question. - -4. Reciprocity Concerning Patent Licenses. -a. With respect to any patent claims covered by the license granted under subparagraph 2 above that would be infringed by all technically feasible implementations of the Specification, such license is conditioned upon your offering on fair, reasonable and non-discriminatory terms, to any party seeking it from You, a perpetual, non-exclusive, non-transferable, worldwide license under Your patent rights which are or would be infringed by all technically feasible implementations of the Specification to develop, distribute and use a Compliant Implementation. - -b. With respect to any patent claims owned by Oracle and covered by the license granted under subparagraph 2, whether or not their infringement can be avoided in a technically feasible manner when implementing the Specification, such license shall terminate with respect to such claims if You initiate a claim against Oracle that it has, in the course of performing its responsibilities as the Specification Lead, induced any other entity to infringe Your patent rights. - -c. Also with respect to any patent claims owned by Oracle and covered by the license granted under subparagraph 2 above, where the infringement of such claims can be avoided in a technically feasible manner when implementing the Specification such license, with respect to such claims, shall terminate if You initiate a claim against Oracle that its making, having made, using, offering to sell, selling or importing a Compliant Implementation infringes Your patent rights. - -5. Definitions. -For the purposes of this Agreement: "Independent Implementation" shall mean an implementation of the Specification that neither derives from any of Oracle's source code or binary code materials nor, except with an appropriate and separate license from Oracle, includes any of Oracle's source code or binary code materials; "Licensor Name Space" shall mean the public class or interface declarations whose names begin with "java", "javax", "com.sun" or their equivalents in any subsequent naming convention adopted by Oracle through the Java Community Process, or any recognized successors or replacements thereof; and "Technology Compatibility Kit" or "TCK" shall mean the test suite and accompanying TCK User's Guide provided by Oracle which corresponds to the Specification and that was available either (i) from Oracle's 120 days before the first release of Your Independent Implementation that allows its use for commercial purposes, or (ii) more recently than 120 days from such release but against which You elect to test Your implementation of the Specification. - -This Agreement will terminate immediately without notice from Oracle if you breach the Agreement or act outside the scope of the licenses granted above. - -DISCLAIMER OF WARRANTIES - -THE SPECIFICATION IS PROVIDED "AS IS". ORACLE MAKES NO REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT (INCLUDING AS A CONSEQUENCE OF ANY PRACTICE OR IMPLEMENTATION OF THE SPECIFICATION), OR THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE. This document does not represent any commitment to release or implement any portion of the Specification in any product. In addition, the Specification could include technical inaccuracies or typographical errors. - -LIMITATION OF LIABILITY - -TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL ORACLE OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION, LOST REVENUE, PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED IN ANY WAY TO YOUR HAVING, IMPELEMENTING OR OTHERWISE USING USING THE SPECIFICATION, EVEN IF ORACLE AND/OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. You will indemnify, hold harmless, and defend Oracle and its licensors from any claims arising or resulting from: (i) your use of the Specification; (ii) the use or distribution of your Java application, applet and/or implementation; and/or (iii) any claims that later versions or releases of any Specification furnished to you are incompatible with the Specification provided to you under this license. - -RESTRICTED RIGHTS LEGEND - -U.S. Government: If this Specification is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions). - -REPORT - -If you provide Oracle with any comments or suggestions concerning the Specification ("Feedback"), you hereby: (i) agree that such Feedback is provided on a non-proprietary and non-confidential basis, and (ii) grant Oracle a perpetual, non-exclusive, worldwide, fully paid-up, irrevocable license, with the right to sublicense through multiple levels of sublicensees, to incorporate, disclose, and use without limitation the Feedback for any purpose. - -GENERAL TERMS - -Any action related to this Agreement will be governed by California law and controlling U.S. federal law. The U.N. Convention for the International Sale of Goods and the choice of law rules of any jurisdiction will not apply. - -The Specification is subject to U.S. export control laws and may be subject to export or import regulations in other countries. Licensee agrees to comply strictly with all such laws and regulations and acknowledges that it has the responsibility to obtain such licenses to export, re-export or import as may be required after delivery to Licensee. - -This Agreement is the parties' entire agreement relating to its subject matter. It supersedes all prior or contemporaneous oral or written communications, proposals, conditions, representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication between the parties relating to its subject matter during the term of this Agreement. No modification to this Agreement will be binding, unless in writing and signed by an authorized representative of each party. - -Rev. October, 2010 diff --git a/sdk_container/src/third_party/portage-stable/licenses/phaser b/sdk_container/src/third_party/portage-stable/licenses/phaser deleted file mode 100644 index e03a57a147..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/phaser +++ /dev/null @@ -1,280 +0,0 @@ -Software: PHASER -Version: 1.3 - -This End User Licence Agreement is a legal agreement between you the -"Licensee" (in your capacity as an individual and as an agent for your -institution or other entity) -and -Cambridge University Technical Services Limited ("CUTS") whose registered -office is at 16 Mill Lane, Cambridge, CB2 1SB UK. - -CUTS is a company wholly owned by the Chancellor, Masters and Scholars of the -University of Cambridge which holds title in intellectual property rights -including in the Software and carries on trading, business and technology -transfer transactions on behalf of the University of Cambridge. - -CUTS is the entire legal and beneficial owner and licensor of the Software and -desires to grant on the Software non-exclusive, restricted-use licences for -in-house use to appropriate academic and non-commercial third parties. - -Downloading the Software from its internet publication site (restricted access -via user ID and password) at -http://www-structmed.cimr.cam.ac.uk/phaser/download.html, installing, or -using of the Software by you indicates your agreement to be bound by the terms -and conditions of this Agreement. If you do not agree to these terms and -conditions, do not download, install or use the Software. - -AGREED TERMS - -1. DEFINITIONS - -1.1 In this Agreement the following words and phrases shall, unless the -context otherwise requires, have the following meanings: - -Commencement Date means the initial date of download of the Software from its -internet publication site by the Licensee; - -Derivatives means computer programs in machine readable object code or source -code form developed or otherwise acquired by the Licensee which are a -modification of, enhancement to, derived from or based upon the Software; - -Intellectual Property Rights means all patents, copyrights, design rights, -trade marks, service marks, trade secrets, know-how, database rights and other -rights in the nature of intellectual property rights (whether registered or -unregistered) and all applications for the same, anywhere in the world; - -Parties means CUTS and the Licensee and "Party" shall mean either of them; - -Software means the computer program and version listed at the head of this -Agreement. - -2. GRANT OF LICENCE - -2.1 CUTS hereby grants to the Licensee and the Licensee hereby accepts a -non-exclusive, non-transferable, royalty-free licence, commencing on the -Commencement Date and for a term of five years therefrom, to download, install -and use the Software subject to the following terms and conditions: - -(a) the Licensee may use the Software solely for its internal use and the -Licensee shall not sell, give, disclose, lend, transfer, sublicense or -otherwise distribute the Software to any third party, or allow the Software to -be accessed over the internet or in any other manner that would allow access -to the Software by anyone other than the Licensee's employees (and consultants -and contractors provided such use is solely for the Licensee's internal use -and subject to the provisions of this Agreement); - -(b) the Licensee may create Derivatives solely for its own internal use but -shall not distribute the Software or any Derivatives in whole or in part to -any third party; - -(c) the Software may be installed and used only on computers owned or leased -by the Licensee; - -(d) the Licensee may copy the Software solely to the extent necessary to -exercise this Licence, and for backup, disaster recovery and archival -purposes, provided that the Licensee shall retain on all copies of the -Software the following copyright notice: © 2000-2005. Cambridge University -Technical Services Limited. All rights reserved. - -3. INTELLECTUAL PROPERTY RIGHTS - -3.1 The Licensee acknowledges that all Intellectual Property Rights in the -Software and any copies thereof belong and shall belong to CUTS and the -Licensee shall have no rights in or to the Software other than the right to -use it in accordance with the terms of the Licence in this Agreement. - -3.2 Title to and ownership of any portion of the Software incorporated into -Derivatives shall at all times remain with CUTS and the Licensee shall not -have any title or ownership interest therein. - -3.3 Title to and ownership of any portion of Derivatives created by the -Licensee and not owned by CUTS pursuant to Clauses 3.1 and 3.2 above shall be -held by the Licensee. Nothing contained in this Licence shall be construed to -limit CUTS rights to modify or to develop other derivatives of the Software -which are similar to or offer the same or similar improvements as any -Derivatives developed by the Licensee. - -3.4 Error fixes, bug fixes, technical suggestions, comments and suggested -improvements to the Software and its code are welcome by the authors of the -Software and CUTS, and in agreeing to provide these to the authors or to CUTS -the Licensee hereby assigns the Intellectual Property Rights in error fixes, -bug fixes, or technical improvements to CUTS which are communicated in any -manner or medium to the authors of the Software or CUTS with a reservation of -use of those improvements and suggestions by the Licensee subject to the terms -and conditions of the Licence in this Agreement. - -4. NO MAINTENANCE OR SUPPORT - -4.1 CUTS is under no obligation whatsoever to: - -(a) provide maintenance or support for the Software; or - -(b) notify the Licensee of error fixes, bug fixes, patches, or upgrades to -the features, functionality or performance of the Software ("Enhancements") -(if any), whether developed by CUTS or third parties. If, in its sole -discretion, CUTS makes an Enhancement available to the Licensee and CUTS does -not separately enter into a written licence agreement with the Licensee -relating to such bug fix, patch or upgrade, then it shall be deemed -incorporated into the Software and subject to this Agreement. - -5. DISCLAIMER OF WARRANTIES - -5.1 CUTS warrants that the Software will conform substantially with its -functional specifications. Otherwise the Software is supplied "as is" without -warranty of any kind. CUTS, its licensors and its employees: - -(a) disclaim any warranties, express or implied, including but not limited to -any implied warranties of merchantability, fitness for a particular purpose, -title or non-infringement of third party rights; - -(b) do not assume any legal liability or responsibility for the accuracy, -completeness, or usefulness of the Software; - -(c) do not represent that use of the Software will not infringe privately -owned rights; - -(d) do not warrant that the Software will function uninterrupted, that it is -error-free or that any errors will be corrected. - -6. LIMITATION OF LIABILITY - -6.1 The Software is provided for academic non-commercial purposes only. -Therefore, in no event will CUTS or its licensors or its employees be liable -to the Licensee for any indirect, incidental, consequential, special or -punitive damages of any kind or nature, including but not limited to loss of -profits or loss of data, for any reason whatsoever, whether such liability is -asserted on the basis of contract, tort (including negligence or strict -liability), or otherwise, even if CUTS has been warned of the possibility of -such loss or damages. - -6.2 The limitations and exclusions in this Agreement shall not apply in -respect of claims for personal injury or death caused by the negligence of -CUTS, its licensors or its employees or in respect of fraud or fraudulent -misrepresentation. - -7. INDEMNITY - -7.1 The Licensee shall indemnify CUTS, the Software authors, the Software -sponsors, and their agents, officers, and employees, against any and all -claims, suits, losses, damages, costs, fees, and expenses arising out of or in -connection with any claim or threatened claim by any third party relating to -or arising from the use of the Software by the Licensee. The Licensee shall -pay all costs incurred by CUTS in enforcing this provision. - -8. TERM AND TERMINATION - -8.1 This Agreement and the Licence granted herein shall come into effect -on the Commencement Date and will continue for the duration of five years -therefrom unless terminated by CUTS in accordance with this Agreement. If the -Licensee breaches any term of this Agreement, and fails to cure such breach -within thirty (30) days of the date of written notice, this Agreement shall -immediately terminate. Upon such termination the Licensee shall immediately -cease using the Software, return to CUTS or destroy all copies of the -Software, and provide CUTS with written certification of the Licensee's -compliance with the foregoing. Termination shall not relieve the Licensee -from its obligations arising prior to such termination. Notwithstanding any -provision of this Agreement to the contrary, Sections 3, 5, 6, 7, 8, 9, 10, -13, 14 and 18 shall survive termination of this Agreement. - -9. CONFIDENTIALITY - -9.1 The Licensee agrees and undertakes that during the term of the Licence in -this Agreement and thereafter it will keep confidential all, and will not use -for its own purposes nor without the prior written consent of CUTS disclose to -any third party any information of a confidential nature (including trade -secrets and information of commercial value) which may become known to the -Licensee and which relates to CUTS unless such information is public knowledge -or already known to the Licensee at the time of disclosure or subsequently -becomes public knowledge other by breach of the Licence in this Agreement or -subsequently comes lawfully into the possession of the Licensee from a third -party. - -10. NO SUBLICENSING AND NO ASSIGNMENT - -10.1 The Licensee shall have no right to sub-license or to assign, -transfer, charge or deal in any other manner the benefit or burden of the -Licence in this Agreement in whole or in part or to allow the Software to -become the subject of any charge, lien or encumbrance without the prior -written consent of CUTS such consent may be withheld without giving any -reasons. - -11. WAIVER - -11.1 No forbearance or delay by either party in enforcing its rights will -prejudice or restrict the rights of that party, and no waiver of any such -rights or of any breach of any contractual terms will be deemed to be a waiver -of any other right or of any later breach. - -12. SEVERABILITY - -12.1 If any provision of the Licence in this Agreement is judged to be -illegal or unenforceable, the continuation in full force and effect of the -remainder of the provisions will not be prejudiced. - -13. NO AGENCY OR PARTNERSHIP - -13.1 Nothing contained or implied in this Agreement constitutes a Party the -partner, agent, or legal representative of another party or of the other Party -for any purpose or creates any partnership, agency or trust, and no Party has -any authority to bind the other Party in any way. - -14. THE CONTRACTS (RIGHTS OF THIRD PARTIES) ACT 1999 - -14.1 The Contracts (Rights of Third Parties) Act 1999 shall not apply to -this Agreement and nothing in this Agreement shall confer or purport to confer -on or operate to give any third Party any benefit or any right to enforce any -term of this Agreement. - -15. NOTICES - -15.1 Any notice to be given under this Agreement shall be in writing and -delivered by hand, prepaid registered post or facsimile to a Party at the -address set out at the head of this Agreement or to such other address or fax -number as any Party may specify in writing to another. Notices are deemed to -have been given: - -(a) if delivered by hand, at the time of delivery unless delivered after 5pm -in the place of receipt or on a non-business day, in which case the notice is -deemed to have been given at 9am the next business day; - -(b) if sent by registered post from within the United Kingdom, three -business days after posting (or seven business days if posted from outside the -United Kingdom); and - -(c) if sent by facsimile, at the time the facsimile is received shown in -the transmission report as the time that the whole facsimile was sent unless -received after 5pm in the place of receipt or on a non-business day, in which -case the notice is deemed to have been given at 9am the next business day. -Any notice served by facsimile transmission shall be confirmed by post. - -16. ENTIRE AGREEMENT - -16.1 This Agreement constitutes the entire agreement and understanding of the -Parties and supersedes all negotiations, understandings or previous agreement -between the Parties relating to the subject matter of this Agreement. - -17. GOVERNING LAW - -17.1 This Agreement and any documents to be entered into pursuant to it -shall be governed by and construed in accordance with English law and each -Party irrevocably submits to the exclusive jurisdiction of the courts of -England over any claim or matter arising under or in connection with this -Agreement and the documents entered into pursuant to it. - -18. EXPORT CONTROL REGULATIONS - -18.1 'Export Control Regulations' means any United Nations trade sanctions -or EU or UK legislation or regulation, from time to time in force, which -impose arms embargoes or control of export of goods, technology or software. - -18.2 The Licensee shall ensure that, in using the Software it shall not and -nor shall its employees breach or compromise directly of indirectly compliance -with any Export Control Regulations. - - - -If you have any questions or feedback concerning the Software, contact -University of Cambridge, Department of Haematology, Cambridge Institute for -Medical Research, Wellcome Trust/MRC Building, Cambridge CB2 0XY UK. -Attn: Professor Randy Read, or via email at cimr-phaser@lists.cam.ac.uk - diff --git a/sdk_container/src/third_party/portage-stable/licenses/phaser-com b/sdk_container/src/third_party/portage-stable/licenses/phaser-com deleted file mode 100644 index 3c1b3a03c8..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/phaser-com +++ /dev/null @@ -1,290 +0,0 @@ -Software: PHASER -Version: 1.3 - -This End User Licence Agreement ("Agreement") is a legal agreement between -your company the "Licensee" -and -CAMBRIDGE UNIVERSITY TECHNICAL SERVICES LIMITED ("CUTS") whose registered -office is at 16 Mill Lane, Cambridge, CB2 1SB UK. - -CUTS is a company wholly owned by the Chancellor, Masters and Scholars of the -University of Cambridge which holds title in intellectual property rights -including in the Software and carries on trading, business and technology -transfer transactions on behalf of the University of Cambridge. - -CUTS is the entire legal and beneficial owner and licensor of the Software and -is willing to license use of the Software by the Licensee. As a condition -precedent to the execution and performance of this Licence, the Licensee -(and/or any of its Affiliates, if applicable, the Licensee and its Affiliates -collectively referred to as the "Licensee" for the purposes of this Agreement) -will have paid up annual fees to the PHENIX Industry Consortium for use of -software, including the Software which is the subject of the Licence in this -Agreement, which has been assembled for the PHENIX Industry Consortium. - -Downloading the Software from its internet publication site (restricted access -via user ID and password) at -http://www-structmed.cimr.cam.ac.uk/phaser/download.html, installing, or use -of the Software by the Licensee indicates the Licensee's agreement to be bound -by the terms and conditions of this Agreement. If the Licensee does not agree -to these terms and conditions, the Licensee may not download, install or use -the Software. - -AGREED TERMS - -1. DEFINITIONS - -1.1 In this Agreement the following words and phrases shall, unless the -context otherwise requires, have the following meanings: - -Commencement Date means the initial date of download of the Software from its -internet publication site by the Licensee; - -Derivatives means computer programs in machine readable object code or source -code form developed or otherwise acquired by the Licensee which are a -modification of, enhancement to, derived from or based upon the Software; - -Fee means the annual licence fee payable by the Licensee to the PHENIX -Industry Consortium; - -Intellectual Property Rights means all patents, copyrights, design rights, -trade marks, service marks, trade secrets, know-how, database rights and other -rights in the nature of intellectual property rights (whether registered or -unregistered) and all applications for the same, anywhere in the world; - -Parties means CUTS and the Licensee and "Party" shall mean either of them; - -Software means the computer program and version listed at the head of this -Agreement. - -2. GRANT OF LICENCE - -2.1 In consideration of the Fee, CUTS hereby grants to the Licensee a -non-exclusive, non-transferable, royalty-free licence, commencing on the -Commencement Date and for the duration of payment of the Fee, to download, -install and use the Software subject to the following terms and conditions: - -(a) the Licensee may use the Software solely for its internal use and the -Licensee shall not sell, give, disclose, lend, transfer, sublicense or -otherwise distribute the Software to any third party, or allow the Software to -be accessed over the internet or in any other manner that would allow access -to the Software by anyone other than the Licensee's employees (and consultants -and contractors provided such use is solely for the Licensee's internal use -and subject to the provisions of this Agreement); - -(b) the Licensee may create Derivatives solely for its own internal use but -shall not distribute the Software or any Derivatives in whole or in part to -any third party; - -(c) the Software may be installed and used only on computers owned or leased -by the Licensee; - -(d) the Licensee may copy the Software solely to the extent necessary to -exercise this Licence, and for backup, disaster recovery and archival -purposes, provided that the Licensee shall retain on all copies of the -Software the following copyright notice: © 2000-2005. Cambridge University -Technical Services Limited. All rights reserved. - -3. INTELLECTUAL PROPERTY RIGHTS - -3.1 The Licensee acknowledges that all Intellectual Property Rights in the -Software belong and shall belong to CUTS and the Licensee shall have no rights -in or to the Software other than the right to use it in accordance with the -terms of the Licence in this Agreement. - -3.2 Title to and ownership of any portion of the Software incorporated into -Derivatives shall at all times remain with CUTS and the Licensee shall not -have any title or ownership interest therein. - -3.3 Title to and ownership of any portion of Derivatives created by the -Licensee and not owned by CUTS pursuant to Clauses 3.1 and 3.2 above shall be -held by the Licensee. Nothing contained in this Licence shall be construed to -limit CUTS rights to modify or to develop other derivatives of the Software -which are similar to or offer the same or similar improvements as any -Derivatives developed by the Licensee. - -3.4 Error fixes, bug fixes, technical suggestions, comments and suggested -improvements to the Software and its code are welcome by the authors of the -Software and CUTS, and in agreeing to provide these to the authors or to CUTS -the Licensee hereby assigns the Intellectual Property Rights in error fixes, -bug fixes, or technical improvements to CUTS which are communicated in any -manner or medium to the authors of the Software or CUTS with a reservation of -use of those improvements and suggestions by the Licensee subject to the terms -and conditions of the Licence in this Agreement. - -4. NO MAINTENANCE OR SUPPORT - -4.1 CUTS is under no obligation whatsoever to: - -(a) provide maintenance or support for the Software; or - -(b) notify the Licensee of error fixes, bug fixes, patches, or upgrades to -the features, functionality or performance of the Software ("Enhancements") -(if any), whether developed by CUTS or third parties. If, in its sole -discretion, CUTS makes an Enhancement available to the Licensee and CUTS does -not separately enter into a written licence agreement with the Licensee -relating to such bug fix, patch or upgrade, then it shall be deemed -incorporated into the Software and subject to this Agreement. - -5. DISCLAIMER OF WARRANTIES - -5.1 CUTS warrants that the Software will conform substantially with its -functional specifications. Otherwise the Software is supplied "as is" without -warranty of any kind. CUTS, its licensors and its employees: - -(a) disclaim any warranties, express or implied, including but not limited to -any implied warranties of merchantability, fitness for a particular purpose, -title or non-infringement of third party rights; - -(b) do not assume any legal liability or responsibility for the accuracy, -completeness, or usefulness of the Software; - -(c) do not represent that use of the Software will not infringe privately -owned rights; - -(d) do not warrant that the Software will function uninterrupted, that it is -error-free or that any errors will be corrected. - -6. LIMITATION OF LIABILITY - -6.1 In no event will CUTS or its licensors or its employees be liable to -the Licensee for any indirect, incidental, consequential, special or punitive -damages of any kind or nature, including but not limited to loss of profits or -loss of data, for any reason whatsoever, whether such liability is asserted on -the basis of contract, tort (including negligence or strict liability), or -otherwise, even if CUTS has been warned of the possibility of such loss or -damages. In no event shall CUTS' liability arising from or in connection with -this Agreement exceed a sum equivalent to the annual Fee paid by the Licensee -to the PHENIX Industry Consortium for use of the Software. - -6.2 The limitations and exclusions in this Agreement shall not apply in -respect of claims for personal injury or death caused by the negligence of -CUTS, its licensors or its employees or in respect of fraud or fraudulent -misrepresentation. - -7. INDEMNITY - -7.1 The Licensee shall indemnify CUTS, the Software authors, the Software -sponsors, and their agents, officers, and employees, against any and all -claims, suits, losses, damages, costs, fees, and expenses arising out of or in -connection with any claim or threatened claim by any third party relating to -or arising from the use of the Software by the Licensee. The Licensee shall -pay all costs incurred by CUTS in enforcing this provision. - -8. TERM AND TERMINATION - -8.1 This Agreement and the Licence granted herein shall come into effect -on the Commencement Date and will continue for the duration of payment of the -Fee unless terminated by CUTS in accordance with this Agreement. If the -Licensee breaches any term of this Agreement, and fails to cure such breach -within thirty (30) days of the date of written notice, this Agreement shall -immediately terminate. Upon such termination the Licensee shall immediately -cease using the Software, return to CUTS or destroy all copies of the -Software, and provide CUTS with written certification of the Licensee's -compliance with the foregoing. Termination shall not relieve the Licensee -from its obligations arising prior to such termination. Notwithstanding any -provision of this Agreement to the contrary, Sections 3, 5, 6, 7, 8, 9, 10, -13, 14 and 18 shall survive termination of this Agreement. - -9. CONFIDENTIALITY - -9.1 The Licensee agrees and undertakes that during the term of the Licence in -this Agreement and thereafter it will keep confidential all, and will not use -for its own purposes nor without the prior written consent of CUTS disclose to -any third party any information of a confidential nature (including trade -secrets and information of commercial value) which may become known to the -Licensee and which relates to CUTS unless such information is public knowledge -or already known to the Licensee at the time of disclosure or subsequently -becomes public knowledge other by breach of the Licence in this Agreement or -subsequently comes lawfully into the possession of the Licensee from a third -party. - -10. NO SUBLICENSING AND NO ASSIGNMENT - -10.1 The Licensee shall have no right to sub-license or to assign, -transfer, charge or deal in any other manner the benefit or burden of the -Licence in this Agreement in whole or in part or to allow the Software to -become the subject of any charge, lien or encumbrance without the prior -written consent of CUTS such consent may be withheld without giving any -reasons. - -11. WAIVER - -11.1 No forbearance or delay by either party in enforcing its rights will -prejudice or restrict the rights of that party, and no waiver of any such -rights or of any breach of any contractual terms will be deemed to be a waiver -of any other right or of any later breach. - -12. SEVERABILITY - -12.1 If any provision of the Licence in this Agreement is judged to be -illegal or unenforceable, the continuation in full force and effect of the -remainder of the provisions will not be prejudiced. - -13. NO AGENCY OR PARTNERSHIP - -13.1 Nothing contained or implied in this Agreement constitutes a Party the -partner, agent, or legal representative of another party or of the other Party -for any purpose or creates any partnership, agency or trust, and no Party has -any authority to bind the other Party in any way. - -14. THE CONTRACTS (RIGHTS OF THIRD PARTIES) ACT 1999 - -14.1 The Contracts (Rights of Third Parties) Act 1999 shall not apply to -this Agreement and nothing in this Agreement shall confer or purport to confer -on or operate to give any third Party any benefit or any right to enforce any -term of this Agreement except as expressly provided in this Agreement. - -15. NOTICES - -15.1 Any notice to be given under this Agreement shall be in writing and -delivered by hand, prepaid registered post or facsimile to a Party at the -address set out at the head of this Agreement or to such other address or fax -number as any Party may specify in writing to another. Notices are deemed to -have been given: - -(a) if delivered by hand, at the time of delivery unless delivered after 5pm -in the place of receipt or on a non-business day, in which case the notice is -deemed to have been given at 9am the next business day; - -(b) if sent by registered post from within the United Kingdom, three -business days after posting (or seven business days if posted from outside the -United Kingdom); and - -(c) if sent by facsimile, at the time the facsimile is received shown in -the transmission report as the time that the whole facsimile was sent unless -received after 5pm in the place of receipt or on a non-business day, in which -case the notice is deemed to have been given at 9am the next business day. -Any notice served by facsimile transmission shall be confirmed by post. - -16. ENTIRE AGREEMENT - -16.1 This Agreement constitutes the entire agreement and understanding of -the Parties and supersedes all negotiations, understandings or previous -agreement between the Parties relating to the subject matter of this -Agreement. - -17. GOVERNING LAW - -17.1 This Agreement and any documents to be entered into pursuant to it -shall be governed by and construed in accordance with English law and each -Party irrevocably submits to the exclusive jurisdiction of the courts of -England over any claim or matter arising under or in connection with this -Agreement and the documents entered into pursuant to it. - -18. EXPORT CONTROL REGULATIONS - -18.1 'Export Control Regulations' means any United Nations trade sanctions -or EU or UK legislation or regulation, from time to time in force, which -impose arms embargoes or control of export of goods, technology or software. - -18.2 The Licensee shall ensure that, in using the Software it shall not and -nor shall its employees or consultants or contractors breach or compromise -directly of indirectly compliance with any Export Control Regulations. - - - -If you have any questions or feedback concerning the Software, contact -University of Cambridge, Department of Haematology, Cambridge Institute for -Medical Research, Wellcome Trust/MRC Building, Cambridge CB2 0XY UK. -Attn: Professor Randy Read, or via email at cimr-phaser@lists.cam.ac.uk - diff --git a/sdk_container/src/third_party/portage-stable/licenses/radeon-ucode b/sdk_container/src/third_party/portage-stable/licenses/radeon-ucode index 0d1894f8a8..ffed88fe78 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/radeon-ucode +++ b/sdk_container/src/third_party/portage-stable/licenses/radeon-ucode @@ -1,4 +1,4 @@ -Copyright (C) 2009-2013 Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2009-2016 Advanced Micro Devices, Inc. All rights reserved. REDISTRIBUTION: Permission is hereby granted, free of any license fees, to any person obtaining a copy of this microcode (the "Software"), to diff --git a/sdk_container/src/third_party/portage-stable/licenses/rc b/sdk_container/src/third_party/portage-stable/licenses/rc index 17e0588657..da656a66ef 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/rc +++ b/sdk_container/src/third_party/portage-stable/licenses/rc @@ -1,5 +1,5 @@ /* - * Copyright 1991, 2001, 2002 by Byron Rakitzis. All rights reserved. + * Copyright . All rights reserved. * * This software is not subject to any license of the American Telephone * and Telegraph Company or of the Regents of the University of California. diff --git a/sdk_container/src/third_party/portage-stable/licenses/shoutcast b/sdk_container/src/third_party/portage-stable/licenses/shoutcast deleted file mode 100644 index 8fc6cd7d25..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/shoutcast +++ /dev/null @@ -1,29 +0,0 @@ -License Fees, Warranties & Disclaimers, Copyright and Trademarks - - By using Shoutcast.com, you agree to the following terms concerning usability and liability of Nullsoft, Inc. - - Nullsoft, Inc. grants a revokable, no-charge license for use of Shoutcast Server for any use. - - Unless explicitly stated in writing, Nullsoft, Inc. does not grant permission to distribute any of its software in any form, including but not limited to, electronic -information service distribution, bulletin board distribution, and magnetic or optical medium distribution. - - Nullsoft, Inc. is not responsible for any damage to the purchaser's computer system or data and in no event will Nullsoft, Inc., its officers, directors, employees or -agents be responsible to the purchaser for any consequential, incidental, or indirect damages (including damages for loss of business profits, business interruption, loss -of business information and the like) arising out of the use or inability to use the Nullsoft, Inc. products, or the Shoutcast.com server, even if Nullsoft, Inc. has been -advised of the possibility of such damages. Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above -limitations may not apply to you. - - You can participate in Shoutcast.com broadcasts that we index on our sites, but please remember that Nullsoft does not create, endorse, or sponsor said broadcasts. If -you download any third-party materials that we index or support, you do so completely at your own risk. If you plan to download any software, please be sure to read the -copyright and licensing information first. - - Nullsoft, Inc. is not responsible for the content of what is broadcast utilizing Shoutcast.com. Nullsoft, Inc. believes in the First Amendment to the US Constitution and -will not review or censor any broadcast. Those who listen to any broadcast listed or served herein assume all risk of being offended or suffering any other form of -damage. - - "Winamp," "Nitrane," "Shoutcast" are Copyright ) 1998-2002 by Nullsoft, Inc. - - Among the trademarks and service marks owned by Nullsoft, Inc. are Nullsoft, the Nullsoft logo, Winamp, winamp.com, Nitrane, Shoutcast.com, the respective logos of the -sites and the curious Winamp motto, "Winamp, it really whips the llama's ass!" - - The "look" and "feel" of our sites also are Nullsoft trademarks. This includes our color combinations, button shapes, layout, and all other graphical elements. diff --git a/sdk_container/src/third_party/portage-stable/licenses/simpserver-test b/sdk_container/src/third_party/portage-stable/licenses/simpserver-test deleted file mode 100644 index f1931dc4ff..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/simpserver-test +++ /dev/null @@ -1,184 +0,0 @@ -SimpServer test releases License Agreement - -This Agreement sets forth the terms and conditions under which test releases -(also called beta versions) of the software known as SimpServer will be licensed -by Secway SARL ("Secway") to you ("Licensee") for the duration of the test -period. - -IMPORTANT: BY CLICKING THE ACCEPTANCE BUTTON OR INSTALLING OR USING OR -DISTRIBUTING SIMPSERVER BETA VERSIONS (THE "PRODUCT") OR ANY OF ITS FILES (THE -"PACKAGE"), THE INDIVIDUAL OR ENTITY LICENSING THE PRODUCT ("LICENSEE") IS -CONSENTING TO BE BOUND BY AND IS BECOMING A PARTY TO THIS AGREEMENT. IF LICENSEE -DOES NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, THE BUTTON INDICATING NON- -ACCEPTANCE MUST BE SELECTED, AND LICENSEE MUST NOT INSTALL OR DISTRIBUTE OR USE -THE SOFTWARE. - - -Terms of the license agreement - -1. LICENSE AGREEMENT. This license agreement governs the obtaining, use, -duplication, distribution, and modification of the Product and its package. Use, -duplication, distribution or modification of the Product and its package implies -the acceptation of this license agreement. - -2. LICENSE GRANT. -a. Secway grants Licensee a non-exclusive and non-transferable license to -reproduce and use for personal purposes the executable code version of the -Product for the duration of the test period, provided any copy must contain all -of the original proprietary notices. -b. This license does not entitle Licensee to receive from Secway hard-copy -documentation, technical support, telephone assistance, or enhancements or -updates to the Product. -c. Licensee may not customize the Product unless he has received a written -agreement from Secway. In this case, the exact terms and extends of this -customization are to be found in the written agreement. -d. Licensee may not redistribute the Product unless for personal or -internal business purposes. Redistribution must be free except possibly for -media or bandwidth costs, and redistributed files must be the original package -as obtained from Secway, without any modification. Distribution of the Product -or its package aggregated with other programs as part of a larger (possibly -commercial) software distribution may be permitted by a written agreement from -Secway. Such distribution is also governed by terms of this license agreement -plus amendments possibly made by the written agreement. - -3. RESTRICTIONS. -a. Except as otherwise expressly permitted in this Agreement, Licensee may -not: -i. modify or create any derivative works of the Product or documentation, -including translation or localization -ii. redistribute, encumber, sell, rent, lease, sublicense, or otherwise -transfer rights to the Product -iii. remove or alter any trademark, logo, copyright or other proprietary -notices, legends, symbols or labels in the Product -iv. publish any results of benchmark tests or evaluation or reverse -engineering (see below) run on the Product to a third party without Secway's -prior written consent, which cannot be refused without any valid reason. -b. Decompilation, disassembly, reverse engineering or any attempt to derive -the source code for the Product is allowed for personal verification purposes -only. - -4. FEES. -a. There is no license fee for the Product. -b. If Licensee wishes to receive the Product on media, there may be a small -charge for the media and for shipping and handling. Licensee is responsible for -any and all taxes. - -5. TERMINATION. -a. Without prejudice to any other rights, Licensor may terminate this -Agreement 1) at the end of the test period, as fixed by Licensor and posted to -its Web site on the Internet or 2) if Licensee breaches any of its terms and -conditions. Upon termination, Licensee shall destroy all copies of the Product. - -6. PROPRIETARY RIGHTS. -a. Title, ownership rights, and intellectual property rights in the Product -shall remain in Secway and/or its suppliers. -b. Licensee acknowledges such ownership and intellectual property rights -and will not take any action to jeopardize, limit or interfere in any manner -with Secway's or its suppliers' ownership of or rights with respect to the -Product. -c. The Product is protected by copyright and other intellectual property -laws and by international treaties. -d. Title and related rights in the content accessed through the Product is -the property of the applicable content owner and is protected by applicable law. -The license granted under this Agreement gives Licensee no rights to such -content. -e. The names Secway or Simp or SimpServer may not be used to endorse or -promote products derived from this software without specific prior written -permission. - -7. DISCLAIMER OF WARRANTY. -BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE -PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED -IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS -IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT -NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -8. LIMITATION OF LIABILITY. -TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR -ITS SUPPLIERS OR RESELLERS BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR INABILITY TO USE THE PRODUCT, -INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, -COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR -LOSSES, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS OF THE LEGAL -OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. -IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT -SHALL NOT EXCEED IN THE AGGREGATE THE SUM OF THE FEES LICENSEE PAID FOR THIS -LICENSE (IF ANY) AND FEES FOR SUPPORT OF THE PRODUCT RECEIVED BY SECWAY UNDER A -SEPARATE SUPPORT AGREEMENT (IF ANY), WITH THE EXCEPTION OF DEATH OR PERSONAL -INJURY CAUSED BY THE NEGLIGENCE OF LICENSOR TO THE EXTENT APPLICABLE LAW -PROHIBITS THE LIMITATION OF DAMAGES IN SUCH CASES. SOME JURISDICTIONS DO NOT -ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO -THIS EXCLUSION AND LIMITATION MAY NOT BE APPLICABLE. SECWAY IS NOT RESPONSIBLE -FOR ANY LIABILITY ARISING OUT OF CONTENT PROVIDED BY LICENSEE OR A THIRD PARTY -THAT IS ACCESSED THROUGH THE PRODUCT AND/OR ANY MATERIAL LINKED THROUGH SUCH -CONTENT. - -9. ENCRYPTION. -The Product containing encryption algorithms that may be forbidden by certain -legislations or in certain parts of the World, Licensee must ensure himself that -he has the legal right to import and/or use the Product. When redistributing -copies of the Product in accordance with 1. and 2., the Licensee shall also -ensure that he has the legal right to redistribute such copies, especially when -exporting them. - -10. HIGH RISK ACTIVITIES. -The Product is not fault-tolerant and is not designed, manufactured or intended -for use or resale as on-line control equipment in hazardous environments -requiring fail-safe performance, such as in the operation of nuclear facilities, -aircraft navigation or communication systems, air traffic control, direct life -support machines, or weapons systems, in which the failure of the Product could -lead directly to death, personal injury, or severe physical or environmental -damage ("High Risk Activities"). Accordingly, Licensor and its suppliers -specifically disclaim any express or implied warranty of fitness for High Risk -Activities. Licensee agrees that Licensor and its suppliers will not be liable -for any claims or damages arising from the use of the Product in such -applications. - -11. MISCELLANEOUS. -a. This Agreement constitutes the entire agreement between the parties -concerning the subject matter hereof. -b. This Agreement may be amended only by a writing signed by both parties. -c. Except to the extent applicable law, if any, provides otherwise, this -Agreement shall be governed by the laws of France. -d. If any provision in this Agreement should be held illegal or -unenforceable by a court having jurisdiction, such provision shall be modified -to the extent necessary to render it enforceable without losing its intent, or -severed from this Agreement if no such modification is possible, and other -provisions of this Agreement shall remain in full force and effect. -e. The controlling language of this Agreement is French. If Licensee has -received a translation into another language, it has been provided for -Licensee's convenience only. -f. A waiver by either party of any term or condition of this Agreement or -any breach thereof, in any one instance, shall not waive such term or condition -or any subsequent breach thereof. -g. The provisions of this Agreement which require or contemplate -performance after the expiration or termination of this Agreement shall be -enforceable notwithstanding said expiration or termination. -h. Licensee may not assign or otherwise transfer by operation of law or -otherwise this Agreement or any rights or obligations herein except in the case -of a merger or the sale of all or substantially all of Licensee's assets to -another entity. -i. This Agreement shall be binding upon and shall inure to the benefit of -the parties, their successors and permitted assigns. -j. Neither party shall be in default or be liable for any delay, failure in -performance (excepting the obligation to pay) or interruption of service -resulting directly or indirectly from any cause beyond its reasonable control. -k. The relationship between Licensor and Licensee is that of independent -contractors and neither Licensee nor its agents shall have any authority to bind -Licensor in any way. -l. If any dispute arises under this Agreement, the prevailing party shall -be reimbursed by the other party for any and all legal fees and costs associated -therewith. -m. The headings to the sections of this Agreement are used for convenience -only and shall have no substantive meaning. -n. Licensor may use Licensee's name in any customer reference list or in -any press release issued by Licensor regarding the licensing of the Product -and/or provide Licensee's name and the names of the Product licensed by Licensee -to third parties. - - - -[end.] \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/licenses/solve b/sdk_container/src/third_party/portage-stable/licenses/solve deleted file mode 100644 index 1dc2c2708e..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/solve +++ /dev/null @@ -1,18 +0,0 @@ - -SOLVE/RESOLVE Licensing Information -U.S. Universities, non-profits, other non-governmental institutions - -A one-time $500 license fee is good for versions 2.00 to 2.99 for all machines at your institution. You can get a free 45-day trial license, too. -U.S. Government institutions - -For U.S. government institutions, the SOLVE/RESOLVE license is free of charge. One license is good for versions 2.00 to 2.99 for all machines at your institution. -U.S. Commercial institutions - -Contact the Los Alamos Technology Transfer Division for commercial licenses. You can get a free 45-day trial license if you wish. -Non-U.S. Non-commercial institutions - -A one-time $600 license and export fee is good for versions 2.00 to 2.99 for all machines at your institution. -Non-U.S. Commercial institutions - -Contact the Los Alamos Technology Transfer Division for non-U.S. commercial licenses. - diff --git a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jmf b/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jmf deleted file mode 100644 index 59c5e4952c..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/sun-bcla-jmf +++ /dev/null @@ -1,152 +0,0 @@ -JavaTM Media Framework (JMF) 2.1.x -Binary Code License Agreement - -READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED SUPPLEMENTAL LICENSE TERMS (COLLECTIVELY -"AGREEMENT") CAREFULLY BEFORE OPENING THE SOFTWARE MEDIA PACKAGE. BY OPENING THE SOFTWARE -MEDIA PACKAGE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCESSING THE SOFTWARE -ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING THE "ACCEPT" BUTTON AT -THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS, PROMPTLY RETURN THE -UNUSED SOFTWARE TO YOUR PLACE OF PURCHASE FOR A REFUND OR, IF THE SOFTWARE IS ACCESSED -ELECTRONICALLY, SELECT THE "DECLINE" BUTTON AT THE END OF THIS AGREEMENT. - -1. License to Use. Sun Microsystems, Inc. ("Sun") grants you a non-exclusive and -non-transferable license for the internal use only of the accompanying software and -documentation and any error corrections provided by Sun (collectively "Software"), by the -number of users and the class of computer hardware for which the corresponding fee has been -paid. - -2. Restrictions. Software is confidential and copyrighted. Title to Software and all -associated intellectual property rights is retained by Sun and/or its licensors. Except as -specifically authorized in any Supplemental License Terms, you may not make copies of -Software, other than a single copy of Software for archival purposes. Unless enforcement is -prohibited by applicable law, you may not modify, decompile, or reverse engineer Software. -You acknowledge that Software is not designed or intended for use in the design, -construction, operation or maintenance of any nuclear facility. Sun disclaims any express or -implied warranty of fitness for such uses. No right, title or interest in or to any -trademark, service mark, logo or trade name of Sun or its licensors is granted under this -Agreement. - -3. Limited Warranty. Sun warrants to you that for a period of ninety (90) days from the date -of purchase, as evidenced by a copy of the receipt, the media on which Software is furnished -(if any) will be free of defects in materials and workmanship under normal use. Except for -the foregoing, Software is provided "AS IS". Your exclusive remedy and Sun's entire -liability under this limited warranty will be at Sun's option to replace Software media or -refund the fee paid for Software. - -4. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT, ALL EXPRESS OR IMPLIED -CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT -TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. - -5. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS -LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, -CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF -LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN -HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will Sun's liability to -you, whether in contract, tort (including negligence), or otherwise, exceed the amount paid -by you for Software under this Agreement. The foregoing limitations will apply even if the -above stated warranty fails of its essential purpose. - -6. Termination. This Agreement is effective until terminated. You may terminate this -Agreement at any time by destroying all copies of Software. This Agreement will terminate -immediately without notice from Sun if you fail to comply with any provision of this -Agreement. Upon Termination, you must destroy all copies of Software. - -7. Export Regulations. All Software and technical data delivered under this Agreement are -subject to US export control laws and may be subject to export or import regulations in -other countries. You agree to comply strictly with all such laws and regulations and -acknowledge that you have the responsibility to obtain such licenses to export, re-export, -or import as may be required after delivery to you. - -8. U.S. Government Restricted Rights. If Software is being acquired by or on behalf of the -U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), -then the Government's rights in Software and accompanying documentation will be only as set -forth in this Agreement; this is in accordance with 48 C.F.R. 227.7202-4 (for Department of -Defense (DOD) acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD acquisitions). - -9. Governing Law. Any action related to this Agreement will be governed by California law -and controlling U.S. federal law. No choice of law rules of any jurisdiction will apply. - -10. Severability. If any provision of this Agreement is held to be unenforceable, this -Agreement will remain in effect with the provision omitted, unless omission would frustrate -the intent of the parties, in which case this Agreement will immediately terminate. - -11. Integration. This Agreement is the entire agreement between you and Sun relating to its -subject matter. It supersedes all prior or contemporaneous oral or written communications, -proposals, representations and warranties and prevails over any conflicting or additional -terms of any quote, order, acknowledgment, or other communication between the parties -relating to its subject matter during the term of this Agreement. No modification of this -Agreement will be binding, unless in writing and signed by an authorized representative of -each party. - -JavaTM Media Framework (JMF) 2.1.x -Supplemental License Terms - -These supplemental license terms ("Supplemental Terms") add to or modify the terms of the -Binary Code License Agreement (collectively, the "Agreement"). Capitalized terms not defined -in these Supplemental Terms shall have the same meanings ascribed to them in the Agreement. -These Supplemental Terms shall supersede any inconsistent or conflicting terms in the -Agreement, or in any license contained within the Software. - -1. Software Internal Use and Development License Grant. Subject to the terms and conditions -of this Agreement, including, but not limited to Section 3 (Java Technology Restrictions) of -these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited license -to reproduce internally and use internally the binary form of the Software, complete and -unmodified, for the sole purpose of designing, developing and testing your Java applets and -applications ("Programs"). - -2. License to Distribute Software. In addition to the license granted in Section 1 (Software -Internal Use and Development License Grant) of these Supplemental Terms, subject to the -terms and conditions of this Agreement, including but not limited to, Section 3 (Java -Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, -non-transferable, limited license to reproduce and distribute the Software in binary code -form only, provided that you: (i) distribute the Software complete and unmodified, except -that you may omit those files specifically identified as"optional" in the Software "README" -file, which include samples, documents, and bin files, or that are removable by using the -Software customizer tool provided, only as part of and for the sole purpose of running your -Program into which the Software is incorporated; (ii) do not distribute additional software -intended to replace any components of the Software; (iii) do not remove or alter any -proprietary legends or notices contained in the Software; (iv) only distribute the Software -subject to a license agreement that protects Sun's interests consistent with the terms -contained in this Agreement; and (v) agree to defend and indemnify Sun and its licensors -from and against any damages, costs, liabilities, settlement amounts or expenses, including -attorneys' fees, incurred in connection with any claim, lawsuit or action by any third party -that arises or results from the use or distribution of any and all Programs or Software. - -3. Java Technology Restrictions. You may not modify the Java Platform Interface ("JPI", -identified as classes contained within the "java" package or any subpackages of the "java" -package), by creating additional classes within the JPI or otherwise causing the addition to -or modification of the classes in the JPI. In the event that you create an additional class -and associated API's, which: (i) extends the functionality of the Java platform, and (ii) is -exposed to third party software developers for the purpose of developing additional software -which invokes such additional API, you must promptly publish broadly an accurate -specification for such API for free use by all developers. You may not create, or authorize -your licensees to create additional classes, interfaces, packages or subpackages that are in -any way identified as "java", "javax", "sun" or similar convention as specified by Sun in -any class file naming convention designation. - -4. Java Runtime Availability. Refer to the appropriate version of the Java Runtime -Environment binary code license (currently located at -http://www.java.sun.com/jdk/index.html) for the availability of runtime code which may be -distributed with Java applets and applications. - -5. Trademarks and Logos. You acknowledge and agree as between you and Sun that Sun owns the -SUN, SOLARIS, JAVA, JINI, FORTE, STAROFFICE, STARPORTAL and iPLANET trademarks and all SUN, -SOLARIS, JAVA, JINI, FORTE, STAROFFICE, STARPORTAL and iPLANET-related trademarks, service -marks, logos and other brand designations ("Sun Marks"), and you agree to comply with the -Sun Trademark and Logo Usage Requirements currently located at -http://www.sun.com/policies/trademarks. Any use you make of the Sun Marks inures to Sun's -benefit. - -6. Source Code. Software may contain source code that is provided solely for reference -purposes pursuant to the terms of this Agreement. Source code may not be redistributed -unless expressly provided for in this Agreement. - -7. Termination for Infringement. Either party may terminate this Agreement immediately -should any Software become, or in either party's opinion be likely to become, the subject of -a claim of infringement of any intellectual property right. - -For inquiries please contact: Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, -California 95054. - -LFI# 129621/Form ID#011801 diff --git a/sdk_container/src/third_party/portage-stable/licenses/sun-concurrent-util b/sdk_container/src/third_party/portage-stable/licenses/sun-concurrent-util deleted file mode 100644 index 331a350aa3..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/sun-concurrent-util +++ /dev/null @@ -1,51 +0,0 @@ - TECHNOLOGY LICENSE FROM SUN MICROSYSTEMS, INC. - TO DOUG LEA - -Whereas Doug Lea desires to utlized certain Java Software technologies -in the util.concurrent technology; and - -Whereas Sun Microsystems, Inc. (“Sun”) desires that Doug Lea utilize -certain Java Software technologies in the util.concurrent technology; - -Therefore the parties agree as follows, effective May 31, 2002: - -“Java Software technologies” means - - classes/java/util/ArrayList.java, and - classes/java/util/HashMap.java. - -The Java Software technologies are Copyright (c) 1994-2000 Sun -Microsystems, Inc. All rights reserved. - -Sun hereby grants Doug Lea a non-exclusive, worldwide, -non-transferrable license to use, reproduce, create derivate works of, -and distribute the Java Software and derivative works thereof in -source and binary forms as part of a larger work, and to sublicense -the right to use, reproduce and distribute the Java Software and Doug -Lea's derivative works as the part of larger works through multiple -tiers of sublicensees provided that the following conditions are met: - --Neither the name of or trademarks of Sun may be used to endorse or -promote products including or derived from the Java Software -technology without specific prior written permission; and --Redistributions of source or binary code must contain the above -copyright notice, this notice and and the following disclaimers: - -This software is provided "AS IS," without a warranty of any kind. -ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, -INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN -MICROSYSTEMS, INC. AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY -DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR -DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN -MICROSYSTEMS, INC. OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, -PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, -INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE -THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE -SOFTWARE, EVEN IF SUN MICROSYSTEMS, INC. HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. You acknowledge that Software is not -designed,licensed or intended for use in the design, construction, -operation or maintenance of any nuclear facility. - - - signed [Doug Lea] dated diff --git a/sdk_container/src/third_party/portage-stable/licenses/sun-jsr93 b/sdk_container/src/third_party/portage-stable/licenses/sun-jsr93 deleted file mode 100644 index 51726a5dec..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/sun-jsr93 +++ /dev/null @@ -1,45 +0,0 @@ -JavaTM API for XML Registries (JAXR) Specification ("Specification") -Version: 1.0 -Status: FCS -Release: June 11, 2002 - -Copyright 2002 Sun Microsystems, Inc. - -4150 Network Circle, Santa Clara, California 95054, U.S.A -All rights reserved. - -NOTICE; LIMITED LICENSE GRANTS - -Sun hereby grants you a fully-paid, non-exclusive, non-transferable, worldwide, limited license (without the right to sublicense), under the Specification Lead's applicable intellectual property rights to view, download, use and reproduce the Specification only for the purpose of internal evaluation, which shall be understood to include developing applications intended to run on an implementation of the Specification provided that such applications do not themselves implement any portion(s) of the Specification. - -Sun also grants you a perpetual, non-exclusive, worldwide, fully paid-up, royalty free, limited license (without the right to sublicense) under any applicable copyrights or patent rights it may have in the Specification to create and/or distribute an Independent Implementation of the Specification that: (i) fully implements the Spec(s) including all its required interfaces and functionality; (ii) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include any public or protected packages, classes, Java interfaces, fields or methods within the Licensor Name Space other than those required/authorized by the Specification or Specifications being implemented; and (iii) passes the TCK (including satisfying the requirements of the applicable TCK Users Guide) for such Specification. The foregoing license is expressly conditioned on your not acting outside its scope. No license is granted hereunder for any other purpose. - -You need not include limitations (i)-(iii) from the previous paragraph or any other particular "pass through" requirements in any license You grant concerning the use of your Independent Implementation or products derived from it. However, except with respect to implementations of the Specification (and products derived from them) by the your licensee that satisfy limitations (i)-(iii) from the previous paragraph, You may neither: (a) grant or otherwise pass through to your licensees any licenses under Sun's applicable intellectual property rights; nor (b) authorize your licensees to make any claims concerning their implementation's compliance with the Spec in question. - -For the purposes of this Agreement: "Independent Implementation" shall mean an implementation of the Specification that neither derives from any of Sun's source code or binary code materials nor, except with an appropriate and separate license from Sun, includes any of Sun's source code or binary code materials; and "Licensor Name Space" shall mean the public class or interface declarations whose names begin with "java", "javax", "com.sun" or their equivalents in any subsequent naming convention adopted by Sun through the Java Community Process, or any recognized successors or replacements thereof. - -This Agreement will terminate immediately without notice from Sun if you fail to comply with any material provision of or act outside the scope of the licenses granted above. - -TRADEMARKS - -No right, title, or interest in or to any trademarks, service marks, or trade names of Sun or Sun's licensors is granted hereunder. Sun, Sun Microsystems, the Sun logo, Java, and the Java Coffee Cup logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. - -DISCLAIMER OF WARRANTIES - -THE SPECIFICATION IS PROVIDED "AS IS". SUN MAKES NO REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE OR THAT ANY PRACTICE OR IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADE SECRETS OR OTHER RIGHTS. This document does not represent any commitment to release or implement any portion of the Specification in any product. - -THE SPECIFICATION COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION THEREIN; THESE CHANGES WILL BE INCORPORATED INTO NEW VERSIONS OF THE SPECIFICATION, IF ANY. SUN MAY MAKE IMPROVEMENTS AND/OR CHANGES TO THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THE SPECIFICATION AT ANY TIME. Any use of such changes in the Specification will be governed by the then-current license for the applicable version of the Specification. - -LIMITATION OF LIABILITY - -TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION, LOST REVENUE, PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO ANY FURNISHING, PRACTICING, MODIFYING OR ANY USE OF THE SPECIFICATION, EVEN IF SUN AND/OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -You will indemnify, hold harmless, and defend Sun and its licensors from any claims arising or resulting from: (i) your use of the Specification; (ii) the use or distribution of your Java application, applet and/or clean room implementation; and/or (iii) any claims that later versions or releases of any Specification furnished to you are incompatible with the Specification provided to you under this license. - -RESTRICTED RIGHTS LEGEND - -U.S. Government: If this Specification is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions). - -REPORT - -You may wish to report any ambiguities, inconsistencies or inaccuracies you may find in connection with your use of the Specification ("Feedback"). To the extent that you provide Sun with any Feedback, you hereby: (i) agree that such Feedback is provided on a non-proprietary and non-confidential basis, and (ii) grant Sun a perpetual, non-exclusive, worldwide, fully paid-up, irrevocable license, with the right to sublicense through multiple levels of sublicensees, to incorporate, disclose, and use without limitation the Feedback for any purpose related to the Specification and future versions, implementations, and test suites thereof. diff --git a/sdk_container/src/third_party/portage-stable/licenses/telegram b/sdk_container/src/third_party/portage-stable/licenses/telegram new file mode 100644 index 0000000000..77e1f6119f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/telegram @@ -0,0 +1,687 @@ +Telegram Desktop is licensed under the GNU General Public License +version 3 with the addition of the following special exception: + +In addition, as a special exception, the copyright holders give +permission to link the code of portions of this program with the OpenSSL +library. +You must obey the GNU General Public License in all respects for all of +the code used other than OpenSSL. If you modify file(s) with this +exception, you may extend this exception to your version of the file(s), +but you are not obligated to do so. If you do not wish to do so, delete +this exception statement from your version. If you delete this exception +statement from all source files in the program, then also delete it here. + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/sdk_container/src/third_party/portage-stable/licenses/the-Click-license b/sdk_container/src/third_party/portage-stable/licenses/the-Click-license new file mode 100644 index 0000000000..e524ecaea6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/the-Click-license @@ -0,0 +1,29 @@ +(c) 1999-2009 Massachusetts Institute of Technology +(c) 2000-2009 Mazu Networks, Inc. +(c) 2001-2009 International Computer Science Institute +(c) 2004-2011 Regents of the University of California +(c) 2006-2013 Meraki, Inc. +(c) 2011-2013 President and Fellows of Harvard College + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +The name and trademarks of copyright holders may NOT be used in advertising +or publicity pertaining to the Software without specific, written prior +permission. Title to copyright in this Software and any associated +documentation will at all times remain with copyright holders. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/truecrypt-3.0 b/sdk_container/src/third_party/portage-stable/licenses/truecrypt-3.0 index d608906b7a..cae7767107 100644 --- a/sdk_container/src/third_party/portage-stable/licenses/truecrypt-3.0 +++ b/sdk_container/src/third_party/portage-stable/licenses/truecrypt-3.0 @@ -30,46 +30,40 @@ III. Modification, Derivation, and Inclusion in Other Products 1. If all conditions specified in the following paragraphs in this Chapter (III) are met (for exceptions, see Section III.2) and if You comply with all other applicable terms and conditions of this License, You may modify This Product (thus forming Your Product), derive new works from This Product or portions thereof (thus forming Your Product), include This Product or portions thereof in another product (thus forming Your Product, unless defined otherwise in Chapter I), and You may use (for non-commercial and/or commercial purposes), copy, and/or distribute Your Product. - 1. The name of Your Product (or of Your modified version of This Product) must not contain the name TrueCrypt (for example, the following names are not allowed: TrueCrypt, TrueCrypt+, TrueCrypt Professional, iTrueCrypt, etc.) nor any other names confusingly similar to the name TrueCrypt (e.g., True-Crypt, True Crypt, TruKrypt, etc.) + The name of Your Product (or of Your modified version of This Product) must not contain the name TrueCrypt (for example, the following names are not allowed: TrueCrypt, TrueCrypt+, TrueCrypt Professional, iTrueCrypt, etc.) nor any other names confusingly similar to the name TrueCrypt (e.g., True-Crypt, True Crypt, TruKrypt, etc.) - Note: TrueCrypt and the TrueCrypt logo are registered trademarks. The goal is not to monetize the name or the product, but to protect the reputation of TrueCrypt, and to prevent support issues and other kinds of issues that might arise from the existence of similar products with the same or similar name. Even though TrueCrypt and the TrueCrypt logo are trademarks, TrueCrypt is and will remain open-source and free software. + All occurrences of the name TrueCrypt that could reasonably be considered to identify Your Product must be removed from Your Product and from any associated materials. Logo(s) included in (or attached to) Your Product (and in/to associated materials) must not incorporate and must not be confusingly similar to any of the TrueCrypt logos (including, but not limited to, the non-textual logo consisting primarily of a key in stylized form) or portion(s) thereof. All graphics contained in This Product (logos, icons, etc.) must be removed from Your Product (or from Your modified version of This Product) and from any associated materials. - All occurrences of the name TrueCrypt that could reasonably be considered to identify Your Product must be removed from Your Product and from any associated materials. Logo(s) included in (or attached to) Your Product (and in/to associated materials) must not incorporate and must not be confusingly similar to any of the TrueCrypt logos (including, but not limited to, the non-textual logo consisting primarily of a key in stylized form) or portion(s) thereof. All graphics contained in This Product (logos, icons, etc.) must be removed from Your Product (or from Your modified version of This Product) and from any associated materials. + The following phrases must be removed from Your Product and from any associated materials, except the text of this License: "A TrueCrypt Foundation Release", "Released by TrueCrypt Foundation", "This is a TrueCrypt Foundation release." - 2. The following phrases must be removed from Your Product and from any associated materials, except the text of this License: "A TrueCrypt Foundation Release", "Released by TrueCrypt Foundation", "This is a TrueCrypt Foundation release." + Phrase "Based on TrueCrypt, freely available at www.truecrypt.org" must be displayed by Your Product (if technically feasible) and contained in its documentation. Alternatively, if This Product or its portion You included in Your Product constitutes only a minor portion of Your Product, phrase "Portions of this product are based in part on TrueCrypt, freely available at www.truecrypt.org" may be displayed instead. In each of the cases mentioned above in this paragraph, "www.truecrypt.org" must be a hyperlink (if technically feasible) pointing to www.truecrypt.org and You may freely choose the location within the user interface (if there is any) of Your Product (e.g., an "About" window, etc.) and the way in which Your Product will display the respective phrase. - 3. Phrase "Based on TrueCrypt, freely available at http://www.truecrypt.org/" must be displayed by Your Product (if technically feasible) and contained in its documentation. Alternatively, if This Product or its portion You included in Your Product constitutes only a minor portion of Your Product, phrase "Portions of this product are based in part on TrueCrypt, freely available at http://www.truecrypt.org/" may be displayed instead. In each of the cases mentioned above in this paragraph, "http://www.truecrypt.org/" must be a hyperlink (if technically feasible) pointing to http://www.truecrypt.org/ and You may freely choose the location within the user interface (if there is any) of Your Product (e.g., an "About" window, etc.) and the way in which Your Product will display the respective phrase. + Your Product (and any associated materials, e.g., the documentation, the content of the official web site of Your Product, etc.) must not present any Internet address containing the domain name truecrypt.org (or any domain name that forwards to the domain name truecrypt.org) in a manner that might suggest that it is where information about Your Product may be obtained or where bugs found in Your Product may be reported or where support for Your Product may be available or otherwise attempt to indicate that the domain name truecrypt.org is associated with Your Product. - Your Product (and any associated materials, e.g., the documentation, the content of the official web site of Your Product, etc.) must not present any Internet address containing the domain name truecrypt.org (or any domain name that forwards to the domain name truecrypt.org) in a manner that might suggest that it is where information about Your Product may be obtained or where bugs found in Your Product may be reported or where support for Your Product may be available or otherwise attempt to indicate that the domain name truecrypt.org is associated with Your Product. + The complete source code of Your Product must be freely and publicly available (for exceptions, see Section III.2) at least until You cease to distribute Your Product. This condition can be met in one or both of the following ways: (i) You include the complete source code of Your Product with every copy of Your Product that You make and distribute and You make all such copies of Your Product available to the general public free of charge, and/or (ii) You include information (valid and correct at least until You cease to distribute Your Product) about where the complete source code of Your Product can be obtained free of charge (e.g., an Internet address) or for a reasonable reproduction fee with every copy of Your Product that You make and distribute and, if there is a web site officially associated with Your Product, You include the aforementioned information about the source code on a freely and publicly accessible web page to which such web site links via an easily viewable hyperlink (at least until You cease to distribute Your Product). - 4. The complete source code of Your Product must be freely and publicly available (for exceptions, see Section III.2) at least until You cease to distribute Your Product. This condition can be met in one or both of the following ways: (i) You include the complete source code of Your Product with every copy of Your Product that You make and distribute and You make all such copies of Your Product available to the general public free of charge, and/or (ii) You include information (valid and correct at least until You cease to distribute Your Product) about where the complete source code of Your Product can be obtained free of charge (e.g., an Internet address) or for a reasonable reproduction fee with every copy of Your Product that You make and distribute and, if there is a web site officially associated with Your Product, You include the aforementioned information about the source code on a freely and publicly accessible web page to which such web site links via an easily viewable hyperlink (at least until You cease to distribute Your Product). + The source code of Your Product must not be deliberately obfuscated and it must not be in an intermediate form (e.g., the output of a preprocessor). Source code means the preferred form in which a programmer would usually modify the program. - The source code of Your Product must not be deliberately obfuscated and it must not be in an intermediate form (e.g., the output of a preprocessor). Source code means the preferred form in which a programmer would usually modify the program. + Portions of the source code of Your Product not contained in This Product (e.g., portions added by You in creating Your Product, whether created by You or by third parties) must be available under license(s) that (however, see also Subsection III.1.e) allow(s) anyone to modify and derive new works from the portions of the source code that are not contained in This Product and to use, copy, and redistribute such modifications and/or derivative works. The license(s) must be perpetual, non-exclusive, royalty-free, no-charge, and worldwide, and must not invalidate, weaken, restrict, interpret, amend, modify, interfere with or otherwise affect any part, term, provision, or clause of this License. The text(s) of the license(s) must be included with every copy of Your Product that You make and distribute. - Portions of the source code of Your Product not contained in This Product (e.g., portions added by You in creating Your Product, whether created by You or by third parties) must be available under license(s) that (however, see also Subsection III.1.e) allow(s) anyone to modify and derive new works from the portions of the source code that are not contained in This Product and to use, copy, and redistribute such modifications and/or derivative works. The license(s) must be perpetual, non-exclusive, royalty-free, no-charge, and worldwide, and must not invalidate, weaken, restrict, interpret, amend, modify, interfere with or otherwise affect any part, term, provision, or clause of this License. The text(s) of the license(s) must be included with every copy of Your Product that You make and distribute. - - Note: If you cannot comply with the above requirements, you may contact licensing@truecrypt.org. - - 5. You must not change the license terms of This Product in any way (adding any new terms is considered changing the license terms even if the original terms are retained), which means, e.g., that no part of This Product may be put under another license. You must keep intact all the legal notices contained in the source code files. You must include the following items with every copy of Your Product that You make and distribute: a clear and conspicuous notice stating that Your Product or portion(s) thereof is/are governed by this version of the TrueCrypt License, a verbatim copy of this version of the TrueCrypt License (as contained herein), a clear and conspicuous notice containing information about where the included copy of the License can be found, and an appropriate copyright notice. + You must not change the license terms of This Product in any way (adding any new terms is considered changing the license terms even if the original terms are retained), which means, e.g., that no part of This Product may be put under another license. You must keep intact all the legal notices contained in the source code files. You must include the following items with every copy of Your Product that You make and distribute: a clear and conspicuous notice stating that Your Product or portion(s) thereof is/are governed by this version of the TrueCrypt License, a verbatim copy of this version of the TrueCrypt License (as contained herein), a clear and conspicuous notice containing information about where the included copy of the License can be found, and an appropriate copyright notice. 2. You are not obligated to comply with Subsection III.1.d if Your Product is not distributed (i.e., Your Product is available only to You). -Note: If you cannot comply with Subsection III.1.d, you may contact licensing@truecrypt.org. - IV. Disclaimer of Liability, Disclaimer of Warranty, Indemnification You expressly acknowledge and agree to the following: -1. IN NO EVENT WILL ANY (CO)AUTHOR OF THIS PRODUCT, OR ANY APPLICABLE COPYRIGHT/TRADEMARK OWNER, OR ANY OTHER PARTY WHO MAY COPY AND/OR (RE)DISTRIBUTE THIS PRODUCT OR PORTIONS THEREOF, AS MAY BE PERMITTED HEREIN, BE LIABLE TO YOU OR TO ANY OTHER PARTY FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, ANY DIRECT, INDIRECT, GENERAL, SPECIAL, INCIDENTAL, PUNITIVE, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, CORRUPTION OR LOSS OF DATA, ANY LOSSES SUSTAINED BY YOU OR THIRD PARTIES, A FAILURE OF THIS PRODUCT TO OPERATE WITH ANY OTHER PRODUCT, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR BUSINESS INTERRUPTION), WHETHER IN CONTRACT, STRICT LIABILITY, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE) OR OTHERWISE, ARISING OUT OF THE USE, COPYING, MODIFICATION, OR (RE)DISTRIBUTION OF THIS PRODUCT (OR A PORTION THEREOF) OR OF YOUR PRODUCT (OR A PORTION THEREOF), OR INABILITY TO USE THIS PRODUCT (OR A PORTION THEREOF), EVEN IF SUCH DAMAGES (OR THE POSSIBILITY OF SUCH DAMAGES) ARE/WERE PREDICTABLE OR KNOWN TO ANY (CO)AUTHOR, COPYRIGHT/TRADEMARK OWNER, OR ANY OTHER PARTY. +1. IN NO EVENT WILL ANY (CO)AUTHOR OF THIS PRODUCT, OR ANY APPLICABLE INTELLECTUAL-PROPERTY OWNER, OR ANY OTHER PARTY WHO MAY COPY AND/OR (RE)DISTRIBUTE THIS PRODUCT OR PORTIONS THEREOF, AS MAY BE PERMITTED HEREIN, BE LIABLE TO YOU OR TO ANY OTHER PARTY FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, ANY DIRECT, INDIRECT, GENERAL, SPECIAL, INCIDENTAL, PUNITIVE, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, CORRUPTION OR LOSS OF DATA, ANY LOSSES SUSTAINED BY YOU OR THIRD PARTIES, A FAILURE OF THIS PRODUCT TO OPERATE WITH ANY OTHER PRODUCT, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR BUSINESS INTERRUPTION), WHETHER IN CONTRACT, STRICT LIABILITY, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE) OR OTHERWISE, ARISING OUT OF THE USE, COPYING, MODIFICATION, OR (RE)DISTRIBUTION OF THIS PRODUCT (OR A PORTION THEREOF) OR OF YOUR PRODUCT (OR A PORTION THEREOF), OR INABILITY TO USE THIS PRODUCT (OR A PORTION THEREOF), EVEN IF SUCH DAMAGES (OR THE POSSIBILITY OF SUCH DAMAGES) ARE/WERE PREDICTABLE OR KNOWN TO ANY (CO)AUTHOR, INTELLECTUAL-PROPERTY OWNER, OR ANY OTHER PARTY. 2. THIS PRODUCT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THIS PRODUCT IS WITH YOU. SHOULD THIS PRODUCT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. 3. THIS PRODUCT MAY INCORPORATE IMPLEMENTATIONS OF CRYPTOGRAPHIC ALGORITHMS THAT ARE REGULATED (E.G., SUBJECT TO EXPORT/IMPORT CONTROL REGULATIONS) OR ILLEGAL IN SOME COUNTRIES. IT IS SOLELY YOUR RESPONSIBILITY TO VERIFY THAT IT IS LEGAL TO IMPORT AND/OR (RE)EXPORT AND/OR USE THIS PRODUCT (OR PORTIONS THEREOF) IN COUNTRIES WHERE YOU INTEND TO USE IT AND/OR TO WHICH YOU INTEND TO IMPORT IT AND/OR FROM WHICH YOU INTEND TO EXPORT IT, AND IT IS SOLELY YOUR RESPONSIBILITY TO COMPLY WITH ANY APPLICABLE REGULATIONS, RESTRICTIONS, AND LAWS. -4. YOU SHALL INDEMNIFY, DEFEND AND HOLD ALL (CO)AUTHORS OF THIS PRODUCT, AND APPLICABLE COPYRIGHT/TRADEMARK OWNERS, HARMLESS FROM AND AGAINST ANY AND ALL LIABILITY, DAMAGES, LOSSES, SETTLEMENTS, PENALTIES, FINES, COSTS, EXPENSES (INCLUDING REASONABLE ATTORNEYS' FEES), DEMANDS, CAUSES OF ACTION, CLAIMS, ACTIONS, PROCEEDINGS, AND SUITS, DIRECTLY RELATED TO OR ARISING OUT OF YOUR USE, INABILITY TO USE, COPYING, (RE)DISTRIBUTION, IMPORT AND/OR (RE)EXPORT OF THIS PRODUCT (OR PORTIONS THEREOF) AND/OR YOUR BREACH OF ANY TERM OF THIS LICENSE. +4. YOU SHALL INDEMNIFY, DEFEND AND HOLD ALL (CO)AUTHORS OF THIS PRODUCT, AND APPLICABLE INTELLECTUAL-PROPERTY OWNERS, HARMLESS FROM AND AGAINST ANY AND ALL LIABILITY, DAMAGES, LOSSES, SETTLEMENTS, PENALTIES, FINES, COSTS, EXPENSES (INCLUDING REASONABLE ATTORNEYS' FEES), DEMANDS, CAUSES OF ACTION, CLAIMS, ACTIONS, PROCEEDINGS, AND SUITS, DIRECTLY RELATED TO OR ARISING OUT OF YOUR USE, INABILITY TO USE, COPYING, (RE)DISTRIBUTION, IMPORT AND/OR (RE)EXPORT OF THIS PRODUCT (OR PORTIONS THEREOF) AND/OR YOUR BREACH OF ANY TERM OF THIS LICENSE. @@ -77,10 +71,6 @@ V. Trademarks This License does not grant permission to use trademarks associated with (or applying to) This Product, except for fair use as defined by applicable law and except for use expressly permitted or required by this License. Any attempt otherwise to use trademarks associated with (or applying to) This Product automatically and immediately terminates Your rights under This License and may constitute trademark infringement (which may be prosecuted). -TrueCrypt is a trademark registered with the World Intellectual Property Organization, an agency of the United Nations, (international trademark registration), in the U.S. Patent and Trademark Office, and in the trademark offices of other countries. All TrueCrypt logos are trademarks and the non-textual TrueCrypt logo consisting primarily of a key in stylized form is a trademark registered in the U.S. Patent and Trademark Office. - -Note: The goal is not to monetize the name or the product, but to protect the reputation of TrueCrypt. TrueCrypt is and will remain open-source and free software. - VI. General Terms and Conditions, Miscellaneous Provisions @@ -100,69 +90,3 @@ VI. General Terms and Conditions, Miscellaneous Provisions 7. IF (IN RELEVANT CONTEXT) ANY PROVISION OF CHAPTER IV OF THIS LICENSE IS UNENFORCEABLE, INVALID, OR PROHIBITED UNDER APPLICABLE LAW IN YOUR JURISDICTION, YOU HAVE NO RIGHTS UNDER THIS LICENSE AND YOU MUST NOT USE, COPY, MODIFY, CREATE DERIVATIVE WORKS OF, NOR (RE)DISTRIBUTE THIS PRODUCT, NOR ANY PORTION(S) THEREOF. 8. Except as otherwise provided in this License, if any provision of this License, or a portion thereof, is found to be invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of this License, and such invalid or unenforceable provision shall be construed to reflect the original intent of the provision and shall be enforced to the maximum extent permitted by applicable law so as to effect the original intent of the provision as closely as possible. - - -Third-Party Licenses - -This Product contains components that were created by third parties and that are governed by third-party licenses, which are contained hereinafter (separated by lines consisting of underscores). Each of the third-party licenses applies only to (portions of) the source code file(s) in which the third-party license is contained or in which it is explicitly referenced, and to compiled or otherwise processed forms of such source code. None of the third-party licenses applies to This Product as a whole, even when it uses terms such as "product", "program", or any other equivalent terms/phrases. This Product as a whole is governed by the TrueCrypt License (see above). Some of the third-party components have been modified by the authors of This Product. Unless otherwise stated, such modifications and additions are governed by the TrueCrypt License (see above). Note: Unless otherwise stated, graphics and files that are not part of the source code are governed by the TrueCrypt License. - - -License agreement for Encryption for the Masses. - -Copyright (C) 1998-2000 Paul Le Roux. All Rights Reserved. - -This product can be copied and distributed free of charge, including source code. - -You may modify this product and source code, and distribute such modifications, and you may derive new works based on this product, provided that: - -1. Any product which is simply derived from this product cannot be called E4M, or Encryption for the Masses. - -2. If you use any of the source code in your product, and your product is distributed with source code, you must include this notice with those portions of this source code that you use. - -Or, - -If your product is distributed in binary form only, you must display on any packaging, and marketing materials which reference your product, a notice which states: - -"This product uses components written by Paul Le Roux " - -3. If you use any of the source code originally by Eric Young, you must in addition follow his terms and conditions. - -4. Nothing requires that you accept this License, as you have not signed it. However, nothing else grants you permission to modify or distribute the product or its derivative works. - -These actions are prohibited by law if you do not accept this License. - -5. If any of these license terms is found to be to broad in scope, and declared invalid by any court or legal process, you agree that all other terms shall not be so affected, and shall remain valid and enforceable. - -6. THIS PROGRAM IS DISTRIBUTED FREE OF CHARGE, THEREFORE THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. UNLESS OTHERWISE STATED THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -7. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM, INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS, EVEN IF SUCH HOLDER OR OTHER PARTY HAD PREVIOUSLY BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved. - -LICENSE TERMS - -The free distribution and use of this software is allowed (with or without changes) provided that: - - 1. source code distributions include the above copyright notice, this list of conditions and the following disclaimer; - 2. binary distributions include the above copyright notice, this list of conditions and the following disclaimer in their documentation; - 3. the name of the copyright holder is not used to endorse products built using this software without specific written permission. - -DISCLAIMER - -This software is provided 'as is' with no explicit or implied warranties in respect of its properties, including, but not limited to, correctness and/or fitness for purpose. - -Copyright (C) 2002-2004 Mark Adler, all rights reserved -version 1.8, 9 Jan 2004 - -This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - - - - diff --git a/sdk_container/src/third_party/portage-stable/licenses/tsm b/sdk_container/src/third_party/portage-stable/licenses/tsm old mode 100755 new mode 100644 diff --git a/sdk_container/src/third_party/portage-stable/licenses/uni_indiana b/sdk_container/src/third_party/portage-stable/licenses/uni_indiana new file mode 100644 index 0000000000..7a66dbb801 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/uni_indiana @@ -0,0 +1,39 @@ +Copyright (c) 2011-2013 The Trustees of Indiana University and Indiana +University Research and Technology +Corporation. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +- Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer listed +in this license in the documentation and/or other materials +provided with the distribution. + +- Neither the name of the copyright holders nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +The copyright holders provide no reassurances that the source code +provided does not infringe any patent, copyright, or any other +intellectual property rights of third parties. The copyright holders +disclaim any liability to any recipient for claims brought against +recipient by any third party for infringement of that parties +intellectual property rights. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/sdk_container/src/third_party/portage-stable/licenses/worklog-assistant b/sdk_container/src/third_party/portage-stable/licenses/worklog-assistant new file mode 100644 index 0000000000..1b446ecfd7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/worklog-assistant @@ -0,0 +1,83 @@ +LICENSE AGREEMENT + +Your use of Worklog Assistant is governed by the following Terms and Conditions: + +Acceptance of License Agreement + +You should carefully read the following terms and conditions before using +Worklog Assistant (the "Software"). Unless you have a different license +agreement signed by Fizz Buzz Inc., your use of this software indicates your +agreement to these terms and conditions. If you do not accept all of these terms +and conditions, you must cease using the Software immediately. + +Copyright + +Licensee acknowledges that the Software, License Key and accompanying user +documentation ("Documentation") are copyrighted works and that Licensee has no +rights in the foregoing except as expressly granted herein. + +Free Trial + +Fizz Buzz Inc. hereby grants you a non-exclusive, non-transferable, limited +licensed to use the Software free of charge for a period of thirty (30) days. +Use of the Software beyond the thirty (30) trial period requires the purchase of +a License Key as described below. Use of the Software beyond the thirty-day +(30-day) trial period without purchase of a License Key is a violation of +Canadian and international copyright laws. + +License Key + +A unique key that will allow you to use the Software beyond the thirty-day +(30-day) free trial period ("License Key") may be purchased from the Worklog +Assistant website, which is currently http://worklogassistant.com. License Keys +may be purchased for single or multiple users, and are priced according to the +price list on the Fizz Buzz Inc. website. Upon purchase of a License Key, Fizz +Buzz Inc. hereby grants you a non-exclusive, non-transferable 1-year license to +use the Software as follows: + +A License Key may be purchased based upon the number of computers on which the +Software will be installed for use by the same number of users. You may not use +the Software in excess of this number. A License Key may not be used by +subsidiary or parent companies, customers or any other third parties. + +Licensee Obligations + +The Licensee shall be responsible for maintaining the License Key in a safe +location and are specifically prohibited from distributing the License Key, +intentionally or unintentionally, to any third party. Upon loss or distribution +of the License Key, Licensee shall be required to pay a reinstatement fee at +Fizz Buzz Inc.'s discretion. + +Distribution of the Software + +Provided that you do not copy or distribute the License Key, and you include a +copy of this License Agreement, you may (a) make copies of the Software; (b) +give exact, unmodified copies of the Software to anyone; and (c) distribute the +Software in its unmodified form via electronic means. You are specifically +prohibited from charging any fees for any such copies or distributions. + +Term and Termination + +You may continue to use the Software for as long as you comply with the terms +and conditions of this License Agreement. Fizz Buzz Inc. may terminate this +License Agreement immediately upon notice to you in the event that Fizz Buzz +Inc. has reason to believe you have breached this License Agreement. Upon +termination, you shall immediately cease all use of the Software, License Key +and Documentation and shall not be entitled to a refund of any fees paid. + +Governing Law + +The validity and interpretation of this Agreement shall be governed by the laws +of Canada and the Province of Ontario. Licensee agrees that the courts located +in the Province of Ontario, city of Toronto, shall be the appropriate site of +venue for actions relating to this Agreement, and hereby consents to the +exclusive jurisdiction and venue of such courts. + +Disclaimer of Warranty + +THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS." TO THE MAXIMUM EXTENT +PERMITTED BY APPLICABLE LAW, FIZZ BUZZ INC. DISCLAIMS ALL WARRANTIES, EITHER +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF +MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE ANY +LIABILITY OF FIZZ BUZZ INC. WILL BE LIMITED EXCLUSIVELY TO REFUND OF THE +PURCHASE PRICE. diff --git a/sdk_container/src/third_party/portage-stable/licenses/yuuji b/sdk_container/src/third_party/portage-stable/licenses/yuuji new file mode 100644 index 0000000000..92208958cd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/licenses/yuuji @@ -0,0 +1,28 @@ +;;; (c) 1993-2005 by HIROSE Yuuji + +;;; This program is distributed as a free software. The author is +;;; not responsible for any possible defects caused by this +;;; software. +;;; +;;; Comments and bug reports are welcome. Don't hesitated to +;;; report. My possible e-mail address is following. +;;; +;;; yuuji@gentei.org + +The author has clarified his definition of free software by providing this +explanation: + +;; * Can I incorporate this program into Debian package? +;; +;; Yes. +;; This "Yes" is NOT a special answer only for Debian. +;; My recognition on `free software' is not the permanently +;; constant notion. Therefore I won't define the fixed license +;; sentences at any moment of my life. All I can say now is I hope +;; the free software be; freely usable, freely (re-)distributable +;; without any charge for itself, freely modifiable unless the +;; original author(=me)'s copyrights are infringed or neglected, +;; absolutely not responsible to any result from itself. If there +;; is A license clauses which implies these points above in some +;; era, this software can be classified into the group that the +;; clauses want to assume as `free'. diff --git a/sdk_container/src/third_party/portage-stable/licenses/zpaq b/sdk_container/src/third_party/portage-stable/licenses/zpaq deleted file mode 100644 index 200c024463..0000000000 --- a/sdk_container/src/third_party/portage-stable/licenses/zpaq +++ /dev/null @@ -1,9 +0,0 @@ -Copyright (C) 2011, Dell Inc. Written by Matt Mahoney. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so without restriction. -This Software is provided "as is" without warranty. diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog deleted file mode 100644 index cd2a3bf9ba..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog +++ /dev/null @@ -1,1641 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10147 2015/06/22 10:41:14 grobian Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 22 Jun 2015; Fabian Groffen package.mask: - Extend Exim 4.86 RC mask - - 22 Jun 2015; Patrice Clement package.mask: - Mask dev-java/mockmaker. - - 21 Jun 2015; Ulrich Müller license_groups: - Move wxWinLL-3.1 from OSI-APPROVED to MISC-FREE; it was erroneously added to - the former group in revision 1.63. Delete wxWinLL-3 from MISC-FREE, as it is - already listed in OSI-APPROVED. - - 21 Jun 2015; Pacho Ramos arch/sparc/package.use.mask: - Drop unneeded use.mask - - 20 Jun 2015; James Le Cuirot package.mask: - Mask app-eselect/eselect-ecj. - - 20 Jun 2015; James Le Cuirot use.desc: - Remove unused java6 flag. - - 20 Jun 2015; Andreas K. Huettel package.mask: - Add a dummy Test-use-ok to the Perl 5.22 package mask - - 20 Jun 2015; Andreas K. Huettel package.mask: - Add a dummy Test-Tester to the Perl 5.22 package mask - - 20 Jun 2015; Ulrich Müller license_groups: - Remove unused sun-bcla-java-vm license from EULA group. - - 19 Jun 2015; package.mask: - The Cyphertite backup service is closing as of August 18th, 2015. - app-backup/cyphertite masked for removal in 30 days. Bug 552578 - - 19 Jun 2015; Mike Gilbert package.mask: - Mask virtual/libgudev-230 and related providers for bug 552036. - - 18 Jun 2015; Johannes Huber package.mask: - Update KDE Plasma 5.3.1 mask. - - 18 Jun 2015; NP-Hardass package.mask: - Remove mask for =net-misc/teamviewer-10.0.36281 as it is no longer in the - tree - - 16 Jun 2015; Jauhien Piatlicki package.mask: - Masked dev-util/ext4_utils and dev-util/libsparse for removal - - 15 Jun 2015; Fabian Groffen package.mask: - Extend Exim 4.86 RC mask - - 14 Jun 2015; Patrice Clement package.mask: - Masked dev-java/aspecktwerkz for removal. - - 14 Jun 2015; Andreas K. Huettel package.mask: - Mask obsolete Perl virtuals for removal - - 14 Jun 2015; Patrick Lauer package.mask: - Mask broken udev-init-scripts #551724 - - 13 Jun 2015; Mikle Kolyada package.mask: - Fix perl-mask date - - 13 Jun 2015; Pacho Ramos arch/ia64/package.use.mask, - arch/sparc/package.use.mask: - package.use.mask net-misc/spice-gtk webdav (#513108) - - 13 Jun 2015; Pacho Ramos arch/ia64/package.use.mask, - arch/sparc/package.use.mask: - package.use.mask net-misc/spice-gtk smartcard (#513108) - - 13 Jun 2015; Ole Markus With package.mask: - Add =virtual/httpd-php to package.mask - - 13 Jun 2015; Andreas K. Huettel updates/2Q-2015: - Move perl-core/Module-Pluggable to dev-perl - - 13 Jun 2015; Andreas K. Huettel updates/2Q-2015: - Move perl-core/Module-Build to dev-perl - - 13 Jun 2015; Andreas K. Huettel updates/2Q-2015: - Move perl-core/CGI to dev-perl - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add Unicode::Collate to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - (Semi-)Lastrite unused perl-core packages - - 13 Jun 2015; Andreas K. Huettel package.mask: - Remove obsolete Perl 5.18 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Remove obsolete Perl 5.20.1 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add threads::shared to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add threads to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add parent to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add libnet to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add if to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add bignum to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add autodie to Perl 5.22 mask - - 13 Jun 2015; Andreas K. Huettel package.mask: - Add XSLoader to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Time::Piece to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Text::ParseWords to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Text::Balanced to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Test::Simple to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Test::Harness to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Term::ReadLine to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Term::ANSIColor to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Storable to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Socket to Perl 5.22 mask - - 12 Jun 2015; Andreas K. Huettel package.mask: - Add Scalar::List::Utils to Perl 5.22 mask - - 12 Jun 2015; Ole Markus With package.mask: - Mask pre release versions of PHP 7 - - 12 Jun 2015; William Hubbs package.mask: - udev-220-r2 builds again, so unmask it, thanks to poly-c for pointing out the - missing patch. - - 12 Jun 2015; William Hubbs package.mask: - Mask udev-220-r2 temporarily while waiting for response about missing patch - on bug #551808 - - 11 Jun 2015; Pacho Ramos - arch/alpha/package.use.stable.mask: - update stable masks - - 10 Jun 2015; Andreas K. Huettel package.mask: - Add Safe to Perl 5.22 mask - - 10 Jun 2015; Andreas K. Huettel package.mask: - Add Pod::Simple to Perl 5.22 mask - - 10 Jun 2015; Andreas K. Huettel package.mask: - Add Pod::Parser to Perl 5.22 mask - - 10 Jun 2015; Andreas K. Huettel package.mask: - Add Pod::Escapes to Perl 5.22 mask - - 10 Jun 2015; Pacho Ramos - arch/powerpc/package.use.stable.mask: - Update package.use.stable.mask - - 10 Jun 2015; Michael Haubenwallner arch.list, - profiles.desc: - add arch x64-cygwin; add profiles.desc prefix/windows/cygwin/2.0/x86,x64 - - 10 Jun 2015; Mike Gilbert targets/desktop/package.use: - Enable dev-libs/libgudev[introspection] - - 10 Jun 2015; Mike Gilbert - targets/systemd/package.use.mask: - Mask dev-libs/libgudev[static-libs] - - 10 Jun 2015; Gilles Dartiguelongue package.mask: - Drop Gnome 3.16 mask. - - 09 Jun 2015; Gilles Dartiguelongue base/package.use.force, - base/package.use.mask: - Add package.use tweaks for net-libs/webkit-gtk-2.8. - - 09 Jun 2015; Alexandre Rostovtsev package.mask: - Fix cogl mask, thanks to Gilles for noticing - - 09 Jun 2015; Hans de Graaff updates/2Q-2015: - Move dev-ruby/temple versions into the correct slot. - - 09 Jun 2015; Alexandre Rostovtsev package.mask: - Fix gnome-3.16 overmasking, thanks to floppym for noticing - - 08 Jun 2015; Gilles Dartiguelongue updates/2Q-2015: - Slot moves for phodav. - - 08 Jun 2015; Gilles Dartiguelongue package.mask: - Add mask for Gnome 3.16. - - 08 Jun 2015; Andreas K. Huettel package.mask: - Add Perl::OSType to Perl 5.22 mask - - 08 Jun 2015; Andreas K. Huettel package.mask: - Add Module::Metadata to Perl 5.22 mask - - 08 Jun 2015; Pacho Ramos - arch/powerpc/package.use.stable.mask: - Update package.use.stable.mask to try to move more gnome-mm stuff to testing - in less common arches - - 08 Jun 2015; Aaron W. Swenson updates/2Q-2015: - Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver. - - 08 Jun 2015; Fabian Groffen package.mask: - Mask upcoming Exim 4.86 RC1 - - 07 Jun 2015; Andreas K. Huettel package.mask: - Add Module::Load::Conditional to Perl 5.22 mask - - 07 Jun 2015; Andreas K. Huettel package.mask: - Add Math::BigRat to Perl 5.22 mask - - 07 Jun 2015; Andreas K. Huettel package.mask: - Add Math::BigInt to Perl 5.22 mask - - 07 Jun 2015; Andreas K. Huettel package.mask: - Add MIME::Base64 to Perl 5.22 mask - - 07 Jun 2015; Andreas K. Huettel package.mask: - Add Locale::Maketext to Perl 5.22 mask - - 07 Jun 2015; Pacho Ramos - arch/sparc/package.use.stable.mask: - Update package.use.stable.mask for arches not doing gnome stabilizations - - 06 Jun 2015; Andreas K. Huettel package.mask: - Add JSON::PP to Perl 5.22 mask - - 06 Jun 2015; Andreas K. Huettel package.mask: - Add IO::Socket::IP to Perl 5.22 mask - - 06 Jun 2015; Andreas K. Huettel package.mask: - Add IO::Compress to Perl 5.22 mask - - 06 Jun 2015; Andreas K. Huettel package.mask: - Add IO to Perl 5.22 mask - - 06 Jun 2015; Andreas K. Huettel package.mask: - Add HTTP::Tiny to Perl 5.22 mask - - 06 Jun 2015; Andreas K. Huettel package.mask: - Add Getopt::Long to Perl 5.22 mask - - 05 Jun 2015; Andreas K. Huettel package.mask: - Add Filter::Simple to Perl 5.22 mask - - 05 Jun 2015; Andreas K. Huettel package.mask: - Add File::Spec to Perl 5.22 mask - - 05 Jun 2015; Andreas K. Huettel package.mask: - Add ExtUtils::ParseXS to Perl 5.22 mask - - 05 Jun 2015; Andreas K. Huettel package.mask: - Add ExtUtils::MakeMaker to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add ExtUtils::Install to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add ExtUtils::Command to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add ExtUtils::CBuilder to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Exporter to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Digest::SHA to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Digest::MD5 to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Devel::PPPort to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Data::Dumper to Perl 5.22 mask - - 04 Jun 2015; Michał Górny package.mask: - Extend the PyPy 2.6.0 mask to the binary package and virtual. - - 04 Jun 2015; Michael Palimaka updates/2Q-2015: - Remove package included by accident. - - 04 Jun 2015; Michael Palimaka - arch/nios2/package.use.mask, targets/desktop/kde/package.use, - targets/desktop/plasma/package.use: - Move various kde-base packages to kde-apps. - - 04 Jun 2015; Michael Palimaka updates/2Q-2015: - Move various kde-base packages to kde-apps. - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add DB_File to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Compress::Raw::Zlib to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Compress::Raw::Bzip2 to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Carp to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add CPAN::Meta::Requirements to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add CPAN::Meta to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add CPAN to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add B::Debug to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Add Attribute::Handlers to Perl 5.22 mask - - 04 Jun 2015; Andreas K. Huettel package.mask: - Start with Perl version bump, mask work in progress - - 04 Jun 2015; Michał Górny package.mask: - Mask new PyPy for testing & binpkg build. - - 04 Jun 2015; Andreas K. Huettel package.mask: - Mask Perl 5.20.1 for removal. - - 04 Jun 2015; Michael Palimaka categories: - Introduce new kde-apps category. - - 04 Jun 2015; Hans de Graaff package.mask: - Remove masked for removed ruby packages. - - 04 Jun 2015; Jeroen Roovers thirdpartymirrors: - Remove two more sourceforge.net mirrors. - - 04 Jun 2015; Jeroen Roovers thirdpartymirrors: - Remove ignum.dl.sourceforge.net. - - 02 Jun 2015; Pacho Ramos arch/arm/package.use.stable.mask, - arch/powerpc/package.use.stable.mask: - Update use.stable.masks due to missing keywords - - 02 Jun 2015; Pacho Ramos - arch/powerpc/ppc32/package.use.mask: - Update use.masks due to missing keywords - - 02 Jun 2015; Michael Palimaka thirdpartymirrors: - Remove dead KDE mirror. - - 02 Jun 2015; Ulrich Müller - arch/amd64/no-multilib/package.mask, arch/amd64/use.mask, - base/package.use.force, default/linux/uclibc/amd64/package.mask, - default/linux/uclibc/use.mask, default/linux/use.mask, embedded/use.mask, - features/64bit-native/package.mask, features/selinux/use.mask, - hardened/linux/amd64/no-multilib/package.mask, - hardened/linux/musl/amd64/package.mask, hardened/linux/musl/use.mask, - hardened/linux/use.mask, prefix/aix/use.mask, prefix/bsd/use.mask, - prefix/darwin/use.mask, prefix/hpux/use.mask, prefix/mint/use.mask, - prefix/sunos/use.mask, prefix/windows/interix/use.mask, - prefix/windows/winnt/use.mask, targets/desktop/package.use, uclibc/use.mask: - Remove various masks related to emul-linux* from subprofiles. - - 02 Jun 2015; Ulrich Müller package.mask: - Drop mask for dev-tex/mh after package removal. - - 01 Jun 2015; Michael Palimaka profiles.desc: - Introduce new profile for KDE Plasma 5. - - 01 Jun 2015; Michał Górny package.mask: - Replace lastrite mask of emul-linux-x86 with informatory mask. - - 01 Jun 2015; Pawel Hajdan jr package.mask: - Roll dev channel mask for chromium-45. - - 31 May 2015; Johannes Huber - default/linux/amd64/package.use.mask, package.mask: - Mask KDE Plasma 5.3.1 for testing. - - 31 May 2015; Jason Zaman use.desc: - update debug url to wiki, bug 550874 - - 31 May 2015; Markos Chandras package.mask: - Bump lightdm mask to 1.15 - - 29 May 2015; Ulrich Müller license_groups: - The HPND and IJG licenses have been approved by the FSF. Add HPND to the - GPL-COMPATIBLE group; move IJG from the MISC-FREE to the GPL-COMPATIBLE - group. - - 29 May 2015; Michael Haubenwallner base/make.defaults, - base/use.mask, prefix/windows/cygwin/make.defaults, - prefix/windows/interix/make.defaults, prefix/windows/use.force, - prefix/windows/use.mask, prefix/windows/winnt/make.defaults: - Cygwin,Interix are pure ELIBC values, KERNEL is Winnt (bug#544518) - - 28 May 2015; Andreas K. Hüttel package.mask: - Improve lcms:0 mask message - - 28 May 2015; Mike Gilbert package.mask: - Unmask dev-lang/python-2.7.10. - - 28 May 2015; Lars Wendler package.mask: - Masked =dev-lang/python-2.7.10 until bug #550632 is resolved. - - 27 May 2015; Matthias Maier package.mask: - mask lcms:0 for removal, bug #526642 - - 26 May 2015; Andreas K. Huettel package.mask: - Clarify mask message - - 26 May 2015; Michał Górny package.mask: - Clean up after removing some lastrited packages. - - 25 May 2015; Hans de Graaff package.mask: - Mask gorg for removal. - - 25 May 2015; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable mesa[gles2] by default for gnome, needed for cogl[gles2] which is - needed for mutter. - - 24 May 2015; Patrice Clement package.mask: - Mask dev-java/excalibur-logger for removal. - - 24 May 2015; Michael Palimaka - targets/desktop/plasma/package.use: - Avoid kde-apps/kde4-l10n blockers with Plasma 5. - - 23 May 2015; Manuel Rüger package.mask: - Cleanup unneeded masks. - - 23 May 2015; Hans de Graaff package.mask: - Remove dev-ruby/json_pure mask now that package is removed. - - 20 May 2015; Jeroen Roovers desc/linguas.desc: - _The_ Netherlands. - - 20 May 2015; Jeroen Roovers desc/linguas.desc: - Add sa, de_1901, de_CH. Sort. - - 19 May 2015; James Le Cuirot package.mask: - dev-java/classworlds, dev-java/diablo-jdk, and dev-java/diablo-jre-bin have - been removed. I haven't forgotten about emul-linux-x86-java but not quite - ready to remove it yet. - - 18 May 2015; Justin Lecher desc/linguas.desc: - Add locale used by scribus - - 18 May 2015; Zac Medico categories: - Add dev-go category. - - 17 May 2015; Markos Chandras desc/linguas.desc: - Add tt_RU locale for the Tatar language locale for Russia. It's used by - x11-misc/pcmanfm - - 17 May 2015; Ben de Groot - +arch/powerpc/ppc32/package.mask, arch/powerpc/ppc32/use.mask: - Fix Qt5 mask for ppc - - 15 May 2015; Pacho Ramos arch/powerpc/use.stable.mask: - Update use.stable.mask - - 15 May 2015; Pacho Ramos - arch/powerpc/package.use.stable.mask: - package.use.stable.mask due to missing keywords - - 15 May 2015; Pacho Ramos base/package.use.stable.mask: - package.use.stable.mask ffmpeg for vice - - 14 May 2015; Anthony G. Basile package.mask: - No longer required by any packages in the tree. Maksed for removal in 30 - days. - - 13 May 2015; Pacho Ramos base/package.use.stable.mask: - texinfo-5 cannot be stabilized yet for gnat-gcc-4.6* - - 13 May 2015; Sebastian Pipping license_groups: - Add just-added licensed AGPL-3+ to @GPL-COMPATIBLE and @OSI-APPROVED (where - AGPL-3 is, already) - - 13 May 2015; Patrice Clement package.mask: - dev-java/xt masked for removal in 30 days. - - 13 May 2015; Ian Delaney package.mask: - dev-python/gevent-zeromq masked for removal in 30 days - - 13 May 2015; Hans de Graaff updates/2Q-2015: - Move dev-ruby/vcr-2.9.3 into SLOT 2. - - 12 May 2015; Michael Palimaka - targets/desktop/plasma/package.use: - Avoid net-libs/libkpeople blockers with KF5. - - 10 May 2015; Mike Gilbert package.mask: - Also mask open-vm-tools-kmod snapshots. - - 10 May 2015; Aaron Bauman profiles/package.mask: - Remove net-misc/gns3 mask following tree removal - - 09 May 2015; Ben de Groot desc/linguas.desc: - Add doi and syc locales - - 08 May 2015; Ulrich Müller license_groups: - Fix typo in name of Nokia-Qt-LGPL-Exception-1.1 license. - - 08 May 2015; Ulrich Müller license_groups: - Remove unused licenses. - - 07 May 2015; Pacho Ramos - targets/desktop/gnome/package.use: - Some more defaults needed by mutter for being able to 'emerge gnome' - (#547300) - - 07 May 2015; Pacho Ramos - targets/desktop/gnome/make.defaults: - Enable 'tracker' by default (#547302), drop 'socialweb' as it's going to be - removed - - 07 May 2015; Michael Palimaka - targets/desktop/plasma/package.use: - Avoid sys-auth/polkit-kde-agent blockers with Plasma 5. - - 07 May 2015; Mike Gilbert package.mask: - Mask open-vm-tools dev snapshots. - - 06 May 2015; Justin Lecher package.mask: - Remove obsolete mask for virtual/python-cffi - - 05 May 2015; Justin Lecher base/package.use.stable.mask: - Mask USE=qt5 for stable app-office/texmaker - - 05 May 2015; Ben de Groot package.mask: - Removing x11-themes/gtk-engines-qtcurve (bug #544406) - - 05 May 2015; Ian Delaney package.mask: - remove entry for mask / removal of sci-geosciences/LatLongUTMconversion - - 03 May 2015; Mikle Kolyada package.mask: - Drop obsolete perl masks - - 03 May 2015; Jauhien Piatlicki base/package.use.mask: - unmask system-llvm USE for dev-lang/rust, bug #546704 - - 03 May 2015; Andreas K. Huettel updates/2Q-2015: - Fix capitalization of dev-perl/Class-ReturnValue - - 03 May 2015; Hans de Graaff package.mask: - Mask dev-ruby/fssm for removal. - - 03 May 2015; Ben de Groot arch/amd64/package.use, - +arch/arm/package.use, +arch/powerpc/ppc32/package.use, arch/x86/package.use: - Enable luajit on media-video/mpv for OSC by default - - 03 May 2015; Ben de Groot arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/powerpc/ppc64/package.use.mask, - arch/sparc/package.use.mask: - Mask mpv[rubberband], bug #548446 - - 02 May 2015; Andreas K. Huettel package.mask: - Remove obsolete mask of app-laptop/gtkpbbuttons and app-laptop/gkrellm-pmu - - 01 May 2015; Mike Gilbert - +default/linux/amd64/13.0/systemd/eapi, - +default/linux/amd64/13.0/systemd/parent, default/linux/amd64/ChangeLog, - profiles.desc: - Add basic systemd profile for amd64 - - 01 May 2015; Andreas K. Huettel updates/2Q-2015: - Fix capitalization of dev-perl/ExtUtils-Depends - - 30 Apr 2015; package.mask: - Adjust package mask for smarty to include PEAR-PhpDocumentor-1.4.4 while work - is done on that package - - 30 Apr 2015; package.mask: - Mask package.mask: - Mask >=sys-devel/gcc-config-1.8-r1 - - Moving to /lib/gentoo/functions.sh broke the eclass - by changing output it relies on. See bug #504118, - 547586, and 547962. - - 28 Apr 2015; James Le Cuirot package.mask: - dev-java/jna-posix has been removed. - - 28 Apr 2015; Ulrich Müller package.mask: - Mask dev-tex/mh for removal. - - 28 Apr 2015; Sebastian Pipping package.mask: - Mask package.mask: - Mask rubinius 1.x for removal. - - 27 Apr 2015; Hans de Graaff package.mask: - Mask obsolete rubyforge.org related packages for removal. - - 26 Apr 2015; Jeroen Roovers base/package.use.stable.mask: - Mask USE=mongodb for net-analyzer/pmacct (bug #542210). - - 26 Apr 2015; Pacho Ramos package.mask: - Clean obsolete entries - - 26 Apr 2015; Pacho Ramos package.mask: - Package was fixed, unmasked then - - 26 Apr 2015; Hans de Graaff package.mask: - Mask ruby19-only packages for removal. - - 25 Apr 2015; Hans de Graaff package.mask: - Remove mask for app-admin/chef now that packages have been removed. - - 24 Apr 2015; Sergey Popov package.mask: - Mask net-libs/libcapsinetwork - - 23 Apr 2015; Mike Frysinger package.mask: - Unmask newer isl & cloog #547480. - - 23 Apr 2015; Markos Chandras package.mask: - unmask minitube again - - 22 Apr 2015; Mike Gilbert targets/systemd/package.mask, - +targets/systemd/package.use.force: - Force systemd for udev virtuals, bug 547360. - - 21 Apr 2015; Pacho Ramos targets/systemd/package.mask: - Mask other udev providers apart of systemd for systemd subprofiles to help - portage to not try to pull in wrong provider leading to strange blockers - - 20 Apr 2015; James Le Cuirot package.mask: - Unmask Java 8. This is long overdue and it's looking good now. - - 19 Apr 2015; Hans de Graaff package.mask: - Mask dev-ruby/json_pure for removal. - - 19 Apr 2015;; Ian Delaney package.mask: - unmask app-backup/pdumpfs now again in working order wrt bug #509960 - - 19 Apr 2015; Markos Chandras package.mask: - Unleash rb_libtorrent-1.0.X to ~testing - - 19 Apr 2015; Markos Chandras package.mask: - Mask media-video/minitube since it's now broken. See #546866 - - 19 Apr 2015; Ben de Groot - arch/amd64/package.use.stable.mask, arch/x86/package.use.stable.mask, - default/linux/powerpc/ppc32/13.0/package.use.stable.mask: - Add precision and bug reference (bug #500868) to vlc[opus] stable mask - - 19 Apr 2015; Ben de Groot - arch/amd64/package.use.stable.mask, arch/x86/package.use.stable.mask, - default/linux/powerpc/ppc32/13.0/package.use.stable.mask: - Re-apply stable use mask for opus on vlc (and also chromaprint for ppc32). - See bug #530254 and #504826. - - 19 Apr 2015; Ben de Groot - arch/amd64/package.use.stable.mask, arch/arm/package.use.stable.mask, - arch/x86/package.use.stable.mask, - default/linux/powerpc/ppc32/13.0/package.use.stable.mask: - Drop stable vlc useflags mask (bug #530254), except slacking alpha - - 18 Apr 2015; Alexandre Rostovtsev package.mask: - Old wine ebuilds gone from the tree, mask no longer needed (bug #543336). - - 18 Apr 2015; Mike Frysinger arch.list, profiles.desc: - Add Nios II (nios2) arch support. - - 18 Apr 2015; James Le Cuirot package.mask: - Mask dev-java/classworlds. - - 18 Apr 2015; Andreas K. Huettel updates/2Q-2015: - Rename dev-perl/Cgi-Simple to dev-perl/CGI-Simple - - 18 Apr 2015; Pacho Ramos package.mask: - Delay app-backup/pdumpfs removal as it's going to be fixed and proxy - maintained soon - - 17 Apr 2015; Pacho Ramos package.mask: - rdiff-backup removal postponed - - 17 Apr 2015; Pawel Hajdan jr package.mask: - Roll dev channel mask for chromium-44. - - 17 Apr 2015; Pawel Hajdan jr package.mask: - Unmask libvpx-1.4.0. - - 16 Apr 2015; Ben de Groot base/make.defaults: - Remove USE=libav default. See news item 2015-04-16 ffmpeg default. - - 15 Apr 2015; Ulrich Müller profiles.desc: - [QA] Revert default/linux/arm/13.0 profile back to stable. This has been - acknowledged by the QA team lead and three other QA members. - - 15 Apr 2015; Michał Górny profiles.desc: - arm: stable -> dev because of prolonged tree breakage in keywording. Please - restore the stable status when you are done. - - 14 Apr 2015; James Le Cuirot package.mask: - Mask dev-java/diablo-jdk and dev-java/diablo-jre-bin. - - 14 Apr 2015; Manuel Rüger package.mask: - Cleanup package.mask. - - 14 Apr 2015; Patrice Clement package.mask: - Mask dev-java/openjms. - - 14 Apr 2015; Patrick Lauer package.mask: - Drop obsolete pypy mask - - 12 Apr 2015; Ulrich Müller license_groups: - Add OSL-2.1 and UoI-NCSA licenses to the OSI-APPROVED group. - - 12 Apr 2015; Ulrich Müller license_groups: - CPAL-1.0, gnuplot, CC-BY-*, and CC-BY-SA-* licenses are FSF approved now. - Move them to the appropriate groups. - - 11 Apr 2015; Andreas K. Huettel package.mask: - Add libecwj2 to lcms:0 revdeps mask - - 11 Apr 2015; Michael Palimaka updates/2Q-2015: - Move dev-libs/extra-cmake-modules:0 to kde-frameworks/extra-cmake-modules:5. - - 11 Apr 2015; Hans de Graaff package.mask: - Remove mask now that packages have been removed. - - 11 Apr 2015; Michał Górny package.mask: - Unmask app-emulation/fuse, bug #518284. - - 11 Apr 2015; Michał Górny package.mask: - Unmask lcms:0 until all rev-deps are handled. - - 10 Apr 2015; Andreas K. Huettel package.mask: - Mask lcms:0 and friends for removal - - 10 Apr 2015; Patrick Lauer package.mask: - Mask gnutls-3.4.0 #546124 - - 09 Apr 2015; Andreas K. Hüttel package.mask: - Reference bugs added - - 08 Apr 2015; Aaron W. Swenson package.mask: - pgtune removed from tree, removing mask - - 07 Apr 2015; Andreas K. Huettel package.mask: - Mask app-laptop/gkrellm-pmu for removal - - 07 Apr 2015; Andreas K. Huettel package.mask: - Mask app-laptop/gtkpbbuttons for removal - - 07 Apr 2015; Ulrich Müller package.mask: - Remove mask for app-emacs/grep-edit, package removed from tree. - - 07 Apr 2015; Pawel Hajdan jr package.mask: - Mask >=media-libs/libvpx-1.4.0 for testing. - - 06 Apr 2015; Andreas K. Huettel updates/2Q-2015: - Move dev-perl/log-dispatch to dev-perl/Log-Dispatch following upstream - - 06 Apr 2015; Aaron Bauman package.mask: - Masked net-misc/gns3 for removal - - 06 Apr 2015; Maciej Mrozowski package.mask: - Masked sys-fs/evms for removal - - 05 Apr 2015; Michał Górny updates/2Q-2015: - Move libdbusmenu:3 to :0. - - 05 Apr 2015; James Le Cuirot package.mask: - dev-java/jackson-mapper has been removed. Mask - app-emulation/emul-linux-x86-java and dev-java/sun-j2me-bin. - - 05 Apr 2015; Ben de Groot package.mask: - Remove obsolete masks for >roboto-9999 and culmus-ancient - - 03 Apr 2015; Christoph Junghans package.mask: - >= dragonegg-3.6 fails to build (bug #543644) - - 03 Apr 2015; Christoph Junghans package.mask: - sci-libs/openmm: removed (bug #536406) - - 03 Apr 2015; Mikle Kolyada package.mask: - Mask dev-perl/Apache-AuthTicket for removal - - 03 Apr 2015; Yixun Lan arch/amd64/package.use.stable.mask: - stable mask USE=zfs on sys-cluster/ceph, for bug 544606 - - 03 Apr 2015; Hans de Graaff package.mask: - Package dev-ruby/gemoji has been removed. - - 02 Apr 2015; Andreas K. Huettel package.mask: - Mask dev-perl/Eidetic and app-admin/rackview for removal - - 02 Apr 2015; Michael Palimaka - targets/desktop/plasma/package.use: - Avoid kde-base/kde-l10n blockers with Plasma 5. - - 02 Apr 2015; Tim Harder updates/2Q-2015: - Rename dev-util/pkgcore-checks to dev-util/pkgcheck. - - 01 Apr 2015; Andreas K. Huettel +updates/2Q-2015: - Fix capitalization of dev-perl/Config-General - - 01 Apr 2015; Michael Weber package.mask: - Unmask RPi kernels - - 01 Apr 2015; Ulrich Müller updates/1Q-2015: - Delete package move for dev-tex/pdftex because target package exists. - - 31 Mar 2015; Ulrich Müller package.mask, - prefix/sunos/solaris/5.9/package.use.force: - Remove duplicate app-admin/eselect-* entries, following package move. - - 31 Mar 2015; Ulrich Müller updates/1Q-2015: - Package move app-admin/eselect-* to app-eselect/eselect-*. - - 31 Mar 2015; Ulrich Müller package.mask, - prefix/sunos/solaris/5.9/package.use.force: - Add duplicate app-eselect/eselect-* entries in preparation for package move. - - 31 Mar 2015; Ulrich Müller categories: - New category app-eselect. - - 30 Mar 2015; Markos Chandras package.mask: - Update lightdm mask - - 30 Mar 2015; Chí-Thanh Christopher Nguyễn - package.mask: - Mask package.mask: - Mask for removal all app-emulation/emul-linux-x86-jna versions. People - relying on latest version should update to - >=virtual/libffi-3.0.13-r1[abi_x86_32(-)] dep. - - 29 Mar 2015; Andreas K. Huettel package.mask: - Mask Perl 5.18 for removal - - 29 Mar 2015; Michał Górny package.mask: - Fix p.mask date for emul-linux-x86. - - 29 Mar 2015; Ben de Groot package.mask: - Last-rite x11-themes/gtk-engines-qtcurve - - 28 Mar 2015; Michał Górny package.mask, profiles.desc: - emul-linux-x86 last rites. Remove no-emul-linux-x86 subprofiles that are now - redundant. - - 28 Mar 2015; James Le Cuirot package.mask: - Mask dev-java/jna-posix. - - 28 Mar 2015; Ian Delaney package.mask: - Entry for LatLongUTMconversion masked for removal - - 26 Mar 2015; Bernard Cafarelli package.mask: - Last rites for old NX packages, bug #537774 - - 25 Mar 2015; Andrew Savchenko package.mask: - sys-power/nvclock is maintained again, removing mask: #537926. - - 24 Mar 2015; Ian Delaney package.mask: - Entry for net-irc/{supybot-plugins,supybot} masked for removal - - 24 Mar 2015; Ian Delaney package.mask: - removal of entries in package.mask for purged packages; - dev-python/{py-freebsd,cherryflow,colubrid,genetic, - gnosis-utils,g-pypi,ldaptor} dev-util/spe app-text/pyrpub - - 23 Mar 2015; Patrick Lauer package.mask: - Remove obsolete nodejs mask - - 22 Mar 2015; Brian Evans package.mask: - Fix masked squirrelmail version and spelling mistake - - 22 Mar 2015; Brian Evans package.mask: - PHP 5.3.x is vulernable to several security bugs and has - reached EOL status. (Bugs #533998, #537586, #537590, #538822, #541098) - Masked pending resolution to bug #538756 - - 22 Mar 2015; Pacho Ramos package.mask: - Mask some packages for removal - - 21 Mar 2015; Joerg Bornkessel package.mask: - removed pmask media-plugins/vdr-setup, #540788 - - 20 Mar 2015; Johannes Huber package.mask: - Remove obsolete mask on games-board/kaya. - - 19 Mar 2015; Manuel Rüger package.mask: - Remove old masks. - - 19 Mar 2015; Manuel Rüger package.mask: - Cleanup old masks. - - 19 Mar 2015; Pawel Hajdan jr package.mask: - Roll dev channel mask for chromium-43. - - 19 Mar 2015; Pacho Ramos package.mask: - Mask for removal some packages - - 19 Mar 2015; Pacho Ramos package.mask: - drop obsolete entries - - 17 Mar 2015; Markos Chandras package.mask: - No updates on #542434 so just unmask the rb_libtorrent-0.16.17-r2 ebuild - - 17 Mar 2015; Alexis Ballier package.mask: - remove pdftex mask; its gone - - 17 Mar 2015; Alexis Ballier updates/1Q-2015: - move dev-tex/pdftex to app-text/texlive-core; standalone pdftex is not going - to be updated and is provided by texlive-core - - 16 Mar 2015; Jeroen Roovers package.mask: - Remove package.mask entry for net-analyzer/mausezahn (bug #515210). - - 15 Mar 2015; Alexandre Rostovtsev package.mask: - Mask categories: - Drop rox-* categories - - 15 Mar 2015; Manuel Rüger package.mask: - Remove old masks. - - 15 Mar 2015; Ben de Groot arch/powerpc/package.use.mask: - Mask >=media-sound/picard-1.3.2[cdda] while waiting for ppc keywording in bug - 543398 - - 15 Mar 2015; Ben de Groot package.mask: - Mask media-video/mplayer2 and media-video/smplayer2 for removal in 30 days - (bug #519212 and others) - - 15 Mar 2015; Ben de Groot updates/1Q-2015: - Move dev-qt/qtdocumentation to dev-qt/qt-docs as per Qt team policy (bug - 457028#c56) - - 15 Mar 2015; Ben de Groot arch/amd64/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask: - Globally mask bdplus useflag on media-libs/libbluray, and unmask on amd64/x86 - where media-libs/libbdplus is keyworded. - - 14 Mar 2015; Bernard Cafarelli package.mask: - Unmask llvm 3.6 - - 11 Mar 2015; Alexis Ballier package.mask: - unmask latest aubio - - 10 Mar 2015; Mike Frysinger package.mask: - Drop protobuf/protobuf-c masks now that packages seem to work with it. - - 10 Mar 2015; Markos Chandras package.mask: - Mask broken rb_libtorrent ebuild due to #539368 and #542434 - - 10 Mar 2015; Alice Ferrazzi package.mask: - Added mask for =pypy-2.5.0 - - 09 Mar 2015; Ulrich Müller package.mask: - QA mask net-misc/teamviewer-10.0.36281, broken dependencies. - - 09 Mar 2015; Michael Palimaka - targets/desktop/plasma/package.use: - Avoid blockers with dev-util/kdevelop. - - 08 Mar 2015; Lars Wendler package.mask: - Added mask for >=samba-4.2 - - 08 Mar 2015; Pacho Ramos - arch/amd64/package.use.stable.mask, arch/x86/package.use.stable.mask: - Mask dev-python/apptools[test] because mayavi is broken (#500104) - - 08 Mar 2015; Hans de Graaff package.mask: - Mask various ruby19-only packages. - - 07 Mar 2015; Christoph Junghans package.mask: - Masked sci-libs/openmm for removal - - 07 Mar 2015; Lars Wendler package.mask: - Unleash samba-4 to ~arch - - 07 Mar 2015; Brian Evans package.mask: - Clean up from removed dev-php/PEAR-MDB2_Driver_sqlite - - 05 Mar 2015; Justin Lecher arch/mips/ChangeLog, - arch/mips/package.use.mask, arch/powerpc/ChangeLog, - arch/powerpc/package.use.mask, arch/sparc/ChangeLog, - arch/sparc/package.use.mask, base/ChangeLog, base/package.use.mask, - package.mask: - Cleaned obsolete entries in package.use.mask - - 04 Mar 2015; Bernard Cafarelli package.mask: - Remove x11-plugins/wmauda mask after last rites - - 03 Mar 2015; Anthony G. Basile package.mask: - Remove net-misc/vidalia p.mask which is now off the tree. - - 03 Mar 2015; Markos Chandras package.mask: - Drop obsolete entry - - 02 Mar 2015; Manuel Rüger package.mask: - Add missed MSN library to mask. - - 02 Mar 2015; Manuel Rüger package.mask: - Mask further MSN libraries and applications. - - 01 Mar 2015; Michał Górny profiles.desc: - Introduce support for FreeBSD 10.1, - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/46 by nigoro. - - 01 Mar 2015; Markos Chandras package.mask: - net-im/{amsn,emesene} have been removed - - 01 Mar 2015; Joerg Bornkessel package.mask: - media-plugins/vdr-pcd masked for removal around 1 Apr 2015 - - 28 Feb 2015; Andrew Savchenko use.desc: - Add "seccomp" global USE flag. - - 28 Feb 2015; Tomáš Chvátal package.mask: - Add dev-libs/libzypp to zypper mask too. - - 28 Feb 2015; Manuel Rüger package.mask: - Keep dev-ruby/mixlib-shellout in tree. - - 28 Feb 2015; Tomáš Chvátal package.mask: - Mask libsolv and zypper for removal as they are just experiment that didn't - go further. - - 28 Feb 2015; Manuel Rüger package.mask: - Remove obsolete mask. - - 28 Feb 2015; Justin Lecher package.mask: - Mask dev-python/django-1.5* for unfixed security issues - (CVE-2015-{0219,0220,0221,0222}), #536586 - - 27 Feb 2015; Bernard Cafarelli package.mask: - Update llvm 3.6.0 mask for final release - - 27 Feb 2015; Sergey Popov package.mask: - Drop obsolete mask on net-dialup/gtk-imonc - - 25 Feb 2015; Andrey Grozin base/package.use.mask, - arch/amd64/package.use.mask, arch/x86/package.use.mask: - dev-lisp/ecls-15.2.21 does not compile with CPU_FLAGS_X86=sse - - 24 Feb 2015; Ulrich Müller package.mask: - Mask app-emacs/grep-edit for removal. - - 24 Feb 2015; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update multilib masks - - 23 Feb 2015; Andrey Grozin base/package.use.mask: - dev-lisp/ecls-15.2.21 does not compile with CPU_FLAGS_X86=sse - - 23 Feb 2015; Hans de Graaff package.mask: - Also include vulnerable rest-client version in chef mask, bug 540254. - - 23 Feb 2015; Hans de Graaff package.mask: - Mask app-admin/chef and its dependencies for removal. - - 23 Feb 2015; Bernard Cafarelli package.mask: - Update llvm/clang 3.6 mask - - 23 Feb 2015; Pacho Ramos arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/sparc/package.use.mask: - Update masks for #533420 - - 23 Feb 2015; Pacho Ramos arch/powerpc/package.use.mask, - arch/x86/package.use.mask: - libinput was keyworded (#533420) - - 23 Feb 2015; Ian Delaney package.mask: - dev-python/py-freebsd dev-util/spe masked for removal - - 22 Feb 2015; Pacho Ramos base/package.use.stable.mask: - use.stable.mask openfoam[paraview] until bug #541012 is solved - - 22 Feb 2015; Ben de Groot updates/1Q-2015: - Move media-fonts/libertine-ttf to media-fonts/libertine - - 21 Feb 2015; Anthony G. Basile profiles.desc: - Add hardened/linux/amd64/no-emul-linux-x86 to profiles.desc - - 21 Feb 2015; Markos Chandras desc/input_devices.desc: - Drop roccat_ryos and add roccat_ryosmk. Bug #539906 by Dmitry Pisklov - - 21 Feb 2015; Sven Vermeulen package.mask: - Recent comments on bug #125902 show that I was overzealous, hearse is not to - be unmasked - - 21 Feb 2015; Sven Vermeulen package.mask: - Unmasking hearse as it was masked due to dependency with nethack; nethack was - recently put back on its feet (bug #125902, comment 17) - - 21 Feb 2015; Ben de Groot package.mask: - Last-rite media-fonts/culmus-ancient which duplicates - media-fonts/culmus[ancient] - - 20 Feb 2015; Sven Vermeulen package.mask: - Removing nethack from p.mask, bug #125902 is resolved - - 20 Feb 2015; Joerg Bornkessel package.mask: - media-plugins/vdr-setup masked for removal ~20/Mar/2015 - - 20 Feb 2015; Pacho Ramos base/package.use.stable.mask: - use.stable.mask because dev-libs/libappindicator isn't going to be stabilized - - 20 Feb 2015; Ben de Groot base/package.use.mask, - base/package.use.stable.mask: - Move qpdfview use mask to correct file - - 20 Feb 2015; Ben de Groot base/package.use.mask: - Mask experimental app-text/qpdfview feature on stable. This also needs not - yet stable mupdf. - - 19 Feb 2015; Manuel Rüger package.mask: - Cleanup old masks. - - 19 Feb 2015; Manuel Rüger package.mask: - Cleanup old masks. - - 19 Feb 2015; Ian Delaney package.mask: - Mask old abadonned defunct packages X 6 in python herd for removal in 30 days - - 19 Feb 2015; Michael Palimaka package.mask: - Mask games-board/kaya for removal. - - 19 Feb 2015; Alexandre Rostovtsev - targets/desktop/gnome/package.use, targets/desktop/package.use: - Set reasonable choice of USE=gtk2 or gtk3 for nvidia-drivers depending on - profile so average users aren't forced to choose manually to avoid emerge - failure - - 18 Feb 2015; Bernard Cafarelli package.mask: - Mask sys-devel/llvm-3.6.0_rc* ebuilds - - 18 Feb 2015; Ben de Groot targets/desktop/package.use: - Enable sensible defaults on dev-python/PyQt5 for desktop users (bug #540046) - - 17 Feb 2015; Hans de Graaff package.mask: - Mask virtual/ruby-threads for removal. - - 16 Feb 2015; Brian Evans package.mask: - Remove the masks added by me today and revbump the old virtual back down to - ~arch instead - - 16 Feb 2015; Brian Evans package.mask: - Add in dev-db/mysql-cluster-7.2* to the previous 5.5 series mask - - 16 Feb 2015; Brian Evans package.mask: - Mask MySQL and MariaDB 5.5 series for security bug 537216 - - 15 Feb 2015; Hans de Graaff package.mask: - Mask old virtuals based on the slot-per-version idea for removal, bug 421497. - - 15 Feb 2015; Hans de Graaff package.mask: - Mask dev-ruby/gemoji for removal, bug 539778. - - 15 Feb 2015; Ian Delaney package.mask: - Mask app-text/pyrpub for removal - - 14 Feb 2015; Andreas K. Huettel package.mask: - Unmask poppler-0.31.0 now we have a working cups-filters for it - - 13 Feb 2015; Ulrich Müller license_groups: - Remove unused licenses. - - 13 Feb 2015; Michał Górny use.desc: - Remove unused flags: gtkhtml, old-linux, xsl. - - 12 Feb 2015; Markos Chandras package.mask: - Add net-im/emesene to the MSN clients that need to be removed. See #525100 - - 12 Feb 2015; Joerg Bornkessel package.mask: - media-plugins/vdr-yaepg masked for removal ~12/mar/2015, dead on upstream - - 12 Feb 2015; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update multilib masks - - 12 Feb 2015; Ian Delaney package.mask: - Mask app-office/{openerp-client,openerp-server,openerp-web} - for removal, remove mask of weasyprint-0.22 - - 12 Feb 2015; Patrick Lauer package.mask: - Remove handbrake mask as ffmpeg is unmasked - - 12 Feb 2015; Patrick Lauer package.mask: - Add layman to portage mask - - 11 Feb 2015; Alexis Ballier package.mask: - unmask latest ffmpeg - - 11 Feb 2015; Alexis Ballier package.mask: - unmask latest gst-libav - - 11 Feb 2015; Pacho Ramos arch/arm/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Mask gnome-base/gnome[extras] on arches with missing keywords (#537036) - - 11 Feb 2015; Michał Górny package.mask: - Mask new portage versions because of bug #539746. - - 10 Feb 2015; Ben de Groot package.mask: - remove temp lxqt mask - - 10 Feb 2015; Ben de Groot package.mask: - temporary LXQt 0.9.0 bump mask - - 10 Feb 2015; Ben de Groot base/package.use.mask: - Remove outdated mpv libav and lxqt-meta sddm use masks - - 10 Feb 2015; Chí-Thanh Christopher Nguyễn - package.mask: - Remove mask after cleanup for bug #532086. - - 10 Feb 2015; Ben de Groot updates/1Q-2015: - Move app-admin/lxqt-admin and net-misc/lxqt-openssh-askpass to lxqt-base - category. - - 10 Feb 2015; Patrick Lauer base/package.use.mask, - package.mask: - Re-mask media-video/handbrake-0.10.0-r1 until ffmpeg catches up - - 10 Feb 2015; Patrick Lauer base/package.use.mask, - package.mask: - Re-mask media-plugins/gst-plugins-libav until ffmpeg catches up - - 10 Feb 2015; Patrick Lauer base/package.use.mask, - package.mask: - Remove libav masks after discussion with lu_zero - - 09 Feb 2015; Eray Aslan package.mask: - Unmask mail-mta/postfix-3.0.0 official release - - 09 Feb 2015; Tim Harder updates/1Q-2015: - Add pkgmove for upstream renamed vim plugin, zencoding to emmet. - - 08 Feb 2015; Chí-Thanh Christopher Nguyễn - base/package.mask, targets/systemd/package.mask: - narrow xinit mask to broken version - - 08 Feb 2015; Michael Palimaka package.mask: - Unmask media-sound/moodbar. - - 08 Feb 2015; Vladimir Smirnov package.mask: - Remove mask for Alien-SDL 1.444.0 - - 07 Feb 2015; Ben de Groot base/package.use.mask: - p.use.mask armv7 on games-board/stockfish - - 07 Feb 2015; Markos Chandras license_groups: - Drop the GPL-2.1 from the license_groups. It has been removed from the tree - - 07 Feb 2015; Markos Chandras license_groups: - Add the GPL-2.1 license to the MISC-FREE and FSF-APPROVED-OTHER groups - - 07 Feb 2015; Michał Górny categories: - Remove empty net-zope/ category. - - 06 Feb 2015; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update emul masks - - 05 Feb 2015; Anthony G. Basile package.mask: - Mask >=dev-libs/cloog-0.18.3 which depends on >=dev-libs/isl-0.14:0/14, also - masked. - - 04 Feb 2015; Jeroen Roovers license_groups: - Add Vivaldi license to EULA group. - - 04 Feb 2015; Ben de Groot base/package.use.mask, - package.mask: - Unmask mpv-0.7.3 and smplayer-14.9.0.6690 after masking libav useflag on - newer mpv. - - 03 Feb 2015; Pacho Ramos package.mask: - Prepare for gst-libav bump - - 03 Feb 2015; Michał Górny base/package.use.mask, - package.mask: - Unmask USE=libav revbumps. Replace libav-10 p.u.masks with plain p.mask of - version bumps to get less insane results. - - 03 Feb 2015; Pacho Ramos package.mask: - Cleanup obsolete entries - - 03 Feb 2015; Bernard Cafarelli package.mask: - Last rites for x11-plugins/wmauda - - 03 Feb 2015; Eray Aslan package.mask: - Mask mail-mta/postfix-3.1* - - 02 Feb 2015; Brian Evans base/package.use.mask, - package.mask: - Mask dev-php/PEAR-MDB2_Driver_sqlite for removal and sqlite USE on - dev-php/PHPonTrax Bug 538584 - - 02 Feb 2015; Michael Weber package.mask: - Adjust mask of netsurf to affected versions - - 02 Feb 2015; Michał Górny package.mask: - Temporarily mask bumps of ffmpeg rev-deps for improvements. - - 02 Feb 2015; Alexis Ballier package.mask: - remove obrowser mask (removed from tree) - - 01 Feb 2015; Michał Górny base/package.use.mask: - Mask net-misc/mediatomb[libav] since it requires masked libav. - - 01 Feb 2015; Michał Górny package.mask: - Mask >=media-video/handbrake-0.10 since it requires libav or ffmpeg versions - that are both masked. - - 01 Feb 2015; Michał Górny base/package.use.mask: - Mask media-tv/xbmc[libav] since USE=vdpau requires masked libav. Sad we can't - mask the combination of the two... - - 01 Feb 2015; Michał Górny base/package.use.mask, - package.mask: - Mask app-text/unpaper[libav] since it requires masked libav version. - - 01 Feb 2015; Tim Harder package.mask: - Remove old inkscape pre-release mask. - - 01 Feb 2015; Michał Górny use.desc: - Describe USE=libav. - - 01 Feb 2015; Michał Górny use.desc: - Remove global flags for x86 CPU instruction sets since they are no longer - used in the repo. - - 01 Feb 2015; Michael Palimaka - +targets/desktop/plasma/eapi, +targets/desktop/plasma/make.defaults, - +targets/desktop/plasma/package.use, +targets/desktop/plasma/parent, - +targets/desktop/plasma/use.force: - Add initial profile for KDE Plasma 5. - - 01 Feb 2015; Ben de Groot base/use.stable.mask: - Keep qt5 in use.stable.mask until Qt5 goes stable - - 01 Feb 2015; Ben de Groot package.mask: - Unmask lxqt-0.8.0 now that Qt5 is unmasked - - 01 Feb 2015; Michael Palimaka package.mask: - Umask Qt 5 consumers now that Qt 5 is unmasked. - - 01 Feb 2015; Michael Palimaka package.mask: - Remove old mask for versions no longer in the tree. - - 01 Feb 2015; Ben de Groot arch/alpha/ChangeLog, - arch/alpha/package.mask, arch/alpha/use.mask, arch/arm/ChangeLog, - arch/arm/package.mask, arch/arm/use.mask, arch/hppa/ChangeLog, - +arch/hppa/package.mask, arch/hppa/use.mask, arch/ia64/ChangeLog, - arch/ia64/package.mask, arch/ia64/use.mask, arch/mips/ChangeLog, - arch/mips/package.mask, arch/mips/use.mask, arch/powerpc/ChangeLog, - arch/powerpc/package.mask, arch/powerpc/use.mask: - Add Qt5 mask to relevant arches until keyworded - - 01 Feb 2015; Ben de Groot base/package.use.mask: - Unmask qt5 useflag on mkvtoolnix - - 01 Feb 2015; Ben de Groot package.mask: - Unmask qt5 version of sddm - - 01 Feb 2015; Ben de Groot base/use.mask, package.mask: - Unmask Qt5 - - 31 Jan 2015; Eray Aslan package.mask: - Remove mask entry for mail-mta/postfix-2.12 - no longer in the tree - - 31 Jan 2015; Eray Aslan package.mask: - Mask mail-mta/postfix-3.0 experimental release - - 31 Jan 2015; Ben de Groot desc/linguas.desc, package.mask: - Add media-video/smplayer-14.9.0.6690 to mpv-0.6/libav-10 mask. Add sq_AL - locale. - - 30 Jan 2015; Tim Harder package.mask: - Remove old app-vim/cvscommand and app-vim/svncommand masks. - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead mirrors from nongnu mirror list, wrt bug #494856 - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead HTTP artfiles.org mirror from all mirror lists - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead mirrors.igsobe.com from nongnu mirror list - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead mirror.its.uidaho.edu from all mirror lists - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop some of the obsolete mirrors on ftp.tpnet.pl - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead ftp.sh.cvut.cz from all mirror lists - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead ftp.isy.liu.se from all mirror lists - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead ftp.esat.net from all mirror lists - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead ftp.duth.gr from all mirror lists - - 30 Jan 2015; Sergey Popov thirdpartymirrors: - Drop dead ftp.chg.ru from all mirror lists - - 29 Jan 2015; Michał Górny desc/cpu_flags_x86.desc: - Fix USE=mmxext description. Thanks to Doug Freed for figuring out what it - actually is. - - 29 Jan 2015; Sergei Trofimovich package.mask: - Mask live dev-util/radare2 ebuild. - - 29 Jan 2015; Johannes Huber package.mask: - Unmask >=app-crypt/qca-2.1. - - 28 Jan 2015; Ulrich Müller package.mask: - Remove mask for app-emacs/cedet, package removed from tree. - - 28 Jan 2015; Michał Górny uclibc/x86/use.mask: - Unmask CPU_FLAGS_X86 in uclibc profiles. - - 28 Jan 2015; Johannes Huber package.mask: - Remove mask on kde-misc/kio-ftps, bug #537746 fixed. - - 28 Jan 2015; Anthony G. Basile package.mask: - p.mask =net-misc/tor-0.2.6.2_alpha-r1, bug #536196. - - 28 Jan 2015; Michał Górny desc/cpu_flags_x86.desc: - Remove the warning since the news item has been committed. - - 28 Jan 2015; Johannes Huber package.mask: - Mask >=app-crypt/qca-2.1. - - 26 Jan 2015; Johannes Huber package.mask: - Mask kde-misc/kio-ftps for removal. - - 26 Jan 2015; Mike Gilbert package.mask: - Mask >=www-client/chromium-42. - - 25 Jan 2015; Jeroen Roovers thirdpartymirrors: - Drop berlios.de mirrors (bug #494678). - - 25 Jan 2015; Justin Lecher license_groups: - Drop Mendeley-EULA and add Mendeley-terms to EULA group, #536686 - - 25 Jan 2015; Pacho Ramos arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - Update use.mask due to pending argyllcms keywords - - 25 Jan 2015; Chí-Thanh Christopher Nguyễn - package.mask: - Update mask after xorg-server and tigervnc stabilization, bug #532086. - - 25 Jan 2015; Pacho Ramos - +arch/arm/armv7a/package.use.mask, arch/arm/package.use.mask: - Unmask webkit-gtk[jit] only on arm7 profiles (#523400) - - 24 Jan 2015; Michał Górny desc/cpu_flags_x86.desc: - Add XOP as used by media-video/ffmpeg. - - 23 Jan 2015; Michał Górny use.desc: - Update USE=ffmpeg to mention libav as well since that is how it works. - - 23 Jan 2015; Michał Górny +desc/cpu_flags_x86.desc: - Initially commit CPU_FLAGS_X86 for better testing of the script. - - 22 Jan 2015; Julian Ospald package.mask: - mask games-rpg/morrowind-data for removal wrt #537260 - - 22 Jan 2015; Mikle Kolyada package.mask: - Mask dev-perl/IP-Country for removal. - - 21 Jan 2015; Manuel Rüger package.mask: - Remove outdated masks. - - 19 Jan 2015; Hans de Graaff package.mask: - Mask obsolete and unused virtual/ruby-rdoc for removal. - - 19 Jan 2015; Alexis Ballier profiles.desc: - downgrade amd64-fbsd profiles to dev state; there are too many keywording - bugs and nobody really processing them... - - 19 Jan 2015; Brian Evans package.mask: - Remove dev-php/suhosin from mask - - 19 Jan 2015; Hans de Graaff updates/1Q-2015: - Move tilt 2.x into a separate slot. - - 18 Jan 2015; Manuel Rüger package.mask: - Mask Ruby 1.9 only packages. - - 18 Jan 2015; Pacho Ramos arch/amd64-fbsd/package.use.mask, - arch/arm/package.use.mask, arch/ia64/package.use.mask, - arch/sparc/package.use.mask, arch/x86/package.use.mask: - use.mask due to missing keywords - - 18 Jan 2015; Eray Aslan package.mask: - net-proxy/squid-3.5* is no longer beta. Removing the mask - - 18 Jan 2015; Davide Pesavento package.mask: - Mask qt-creator versions that depend on Qt5. - - 17 Jan 2015; Manuel Rüger package.mask: - Mask rox-extra/* and rox-base/* See bug #533642. - - 16 Jan 2015; Pacho Ramos - default/linux/uclibc/package.mask: - Mask more ebuilds needing glibc - - 15 Jan 2015; Manuel Rüger package.mask: - Add media-sound/teamspeak-client-bin to qt5 package.mask - - 15 Jan 2015; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - update multilib masks - - 14 Jan 2015; Pacho Ramos - arch/powerpc/ppc32/package.use.mask: - Update use.mask due to missing keywords - - 13 Jan 2015; Fabian Groffen package.mask: - Remove masks for Exim 4.85 release candidates - - 12 Jan 2015; Mike Pagano package.mask: - Added Expiry to package.mask items - - 11 Jan 2015; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask =xorg-server-1.14* and mask package.mask: - Mask net-dialup/gtk-imonc for removal - - 10 Jan 2015; Pacho Ramos arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/sparc/package.use.mask: - Update use.masks - - 10 Jan 2015; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update multilib masks - - 10 Jan 2015; Chí-Thanh Christopher Nguyễn - package.mask: - Add mask for old and vulnerable xorg-server. - - 10 Jan 2015; Tim Harder package.mask: - Mask dev-libs/protobuf-c-1.1.0 until protobuf-2.6.0 is unmasked. - - 09 Jan 2015; Manuel Rüger package.mask: - Update kde-frameworks mask. - - 09 Jan 2015; Anthony G. Basile package.mask: - p.mask =dev-misc/i2pd-9999 - - 08 Jan 2015; Justin Lecher +updates/1Q-2015: - Resolve file collision for sci-libs/Fiona between SLOTs - - 08 Jan 2015; Eray Aslan package.mask: - Unmask mail-client/squirrelmail-1.4.23_pre - bug #524238 - - 08 Jan 2015; Sergei Trofimovich package.mask: - Removed stale 'net-ftp/proftpd' mask. - - 07 Jan 2015; Mike Gilbert package.mask: - Remove duplicate mask on sci-physics/camfr. - - 07 Jan 2015; Brian Evans package.mask: - Remove old mysql masks for versions less than 5.5 series - - 07 Jan 2015; Aaron W. Swenson package.mask: - Mask dev-db/pgtune for removal. - - 07 Jan 2015; Aaron W. Swenson updates/4Q-2014: - pgasync is a Python library and not a standalone application. Moved from - dev-db to dev-python. - - 05 Jan 2015; Tony Vroon package.mask: - Mask Asterisk 13 branch. - - 01 Jan 2015; Mikle Kolyada package.mask: - Remove obsolete dev-perl masks. - - 01 Jan 2015; Manuel Rüger package.mask: - Remove obsolete masks. - - 01 Jan 2015; Andreas K. Huettel +ChangeLog-2014, - ChangeLog: Split ChangeLog - - For previous entries, please see ChangeLog-2014. diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2007 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2007 deleted file mode 100644 index c38e2f61de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2007 +++ /dev/null @@ -1,3011 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2007,v 1.1 2012/01/02 19:03:52 dilfridge Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 31 Dec 2007; Diego Pettenò package.mask: - Mask dev-ruby/http-access2 in favour of dev-ruby/httpclient. - - 31 Dec 2007; Gilles Dartiguelongue - default-linux/x86/no-nptl/2.4/package.mask, - hardened/ia64/package.use.mask, hardened/ppc/package.use.mask, - hardened/ppc64/package.use.mask: - prepare bump of app-office/glabels to 2.2.0 - - 31 Dec 2007; Gilles Dartiguelongue - hardened/ia64/package.use.mask, hardened/ppc/package.use.mask, - hardened/ppc64/package.use.mask: - clean up iptc package.use.mask since bug #156398 is fixed - - 30 Dec 2007; Christian Faulhammer use.desc, use.local.desc: - adjust description of svg and app-editors/emacs-cvs:xft USE flags - - 30 Dec 2007; Mark Loeser use.local.desc: - Remove mono from use.local.desc for media-libs/libkarma - - 30 Dec 2007; Markus Meier use.local.desc: - add djvu USE-flag for imagemagick - - 30 Dec 2007; David Shakaryan package.mask: - Mask x11-themes/openbox-themes pending removal. - - 29 Dec 2007; Diego Pettenò use.local.desc: - Add asycns USE flag for pulseaudio. - - 29 Dec 2007; Diego Pettenò package.mask: - Add a new version to pulseaudio mask. - - 29 Dec 2007; Diego Pettenò package.mask: - Remove old version of PulseAudio mask. - - 29 Dec 2007; Diego Pettenò package.mask: - Add 0.9.8-r5 to PulseAudio mask. - - 29 Dec 2007; Richard Freeman use.local.desc: - Add sound useflag for games-rpg/eternal-lands-data. - - 28 Dec 2007; Raúl Porcel use.local.desc: - Add browser use-flag for net-p2p/deluge - - 28 Dec 2007; package.mask: - Adding dev-util/poseidonCE to package mask for removal in 30 days. - - 31 Dec 2007; Ryan Hill use.local.desc: - Add metric local flag for potrace. - - 27 Dec 2007; Peter Volkov use.local.desc: - Added extensible USE flag for net-analyzer/net-snmp. - - 27 Dec 2007; Diego Pettenò use.local.desc: - Add the dict USE flag for rbot. - - 27 Dec 2007; Christian Hoffmann package.mask: - masking dev-php5/php-java-bridge because of random segfaults - - 26 Dec 2007; Petteri Räty package.mask: - Package.mask security vulnerable slot of dev-java/jfreechart. - - 25 Dec 2007; Saleem Abdulrasool package.mask: - Mask herdstat-1.1.91 - - 24 Dec 2007; Raúl Porcel use.local.desc: - Add two USE-flags for dev-libs/yaz, from the php-overlay - - 24 Dec 2007; Peter Volkov package.mask: - Removing mask =media-fonts/dejavu-2.22 - it's not in the tree any more. - - 24 Dec 2007; Saleem Abdulrasool package.mask: - gnome-power-manager 2.20.2 should work with HAL 0.5.9 - - 24 Dec 2007; Jeff Gardner use.local.desc: - Removing the jmol dupe in use.local.desc wrt bug #202967 - - 23 Dec 2007; Joerg Bornkessel use.local.desc: - new local use-flag graphtft-fe - Install external x11 remote frontend - - 23 Dec 2007; Timothy Redaelli package.mask: - Masked new media-sound/mumble and media-sound/murmur for testing - - 23 Dec 2007; Matthias Schwarzott use.local.desc: - Added local vdr use-flags lircsettings and volctrl. - - 22 Dec 2007; Markus Meier use.desc: - fix a typo, spotted by Arfrever Frehtes Taifersar Arahesis - - - 22 Dec 2007; Markus Meier use.desc, use.local.desc: - move the atm, branding, cgi, enscript, gimp, gnuplot, hddtemp, hddtemp, - jingle, latex, lzo, networkmanager, oci8-instant-client, raw, rss, suid, - taglib, timidity, v4l2, vnc, wavpack, xcb, xemacs and zeroconf useflags from - local to global - - 22 Dec 2007; Markus Meier use.desc, use.local.desc: - move the subversion useflag from local to global - - 22 Dec 2007; Daniel Black use.local.desc: - removed savedconfig as its in global - bug #202967 - - 22 Dec 2007; Jurek Bartuszek package.mask: - Removed codeblocks entry - - 22 Dec 2007; Mark Loeser use.local.desc: - Remove duplicated local use flags for selinux-desktop:avahi and - busybox:savedconfig - - 21 Dec 2007; Ryan Hill package.mask: - Unmask wxGTK-2.8. - - 21 Dec 2007; Christian Faulhammer package.mask: - collect all Emacs masks for live ebuilds and snapshots in one place - - 21 Dec 2007; Christian Faulhammer package.mask: - mask newest revision of app-admin/keepassx, has masked dependencies - - 20 Dec 2007; Alexis Ballier package.mask: - mask ocaml 3.10.1 release candidate 1, its redundant with the older 3.10 - mask but this one isn't good for ~arch yet, and its only a release candidate - - 20 Dec 2007; Diego Pettenò package.mask: - Fix masking of Amarok Live SVN ebuild. - - 20 Dec 2007; Diego Pettenò use.local.desc: - Remove pam_console USE flag for sys-libs/pam and sys-power/powersave. - - 20 Dec 2007; Diego Pettenò package.mask: - Remove pam_console masking now that it's gone. - - 20 Dec 2007; Diego Pettenò package.mask: - Unmask amarok now that's released. - - 20 Dec 2007; Duncan Coutts package.mask: - Unmask ghc-6.8.2 and related new libs - - 20 Dec 2007; Alin Năstac package.mask: - Unmask squid-3.0.1 (#197147). - - 20 Dec 2007; Duncan Coutts package.mask: - p.mask new dev-haskell/stm and dev-haskell/parallel because they need - ghc-6.8 which is still p.masked - - 19 Dec 2007; Lennart Kolmodin package.mask: - Mask ghc-6.8.2 for testing - - 19 Dec 2007; Peter Volkov package.mask: Masked - =media-fonts/dejavu-2.22, italics are assigned to condensed, see bug 202255 - - 19 Dec 2007; Tiziano Müller use.local.desc: - Added icu USE-flag for dev-libs/xerces-c - - 18 Dec 2007; Mark Loeser use.desc: - Make the description for the profile use flag a bit clearer; bug #190431 - - 17 Dec 2007; Petteri Räty package.mask: - Package.masked latest sqlite until problems are fixed. - - 17 Dec 2007; Jeroen Roovers package.mask: - Masking hppa-sources (bug #202391). - - 17 Dec 2007; Diego Pettenò use.local.desc: - Add shorturl and translator USE flags for rbot. - - 17 Dec 2007; Diego Pettenò package.mask: - Mask amarok 1.4.8 until the tarball is public. - - 17 Dec 2007; Rémi Cardona package.mask: - mask =x11-drivers/xf86-video-i810-2.2.0 - - 17 Dec 2007; Robin H. Johnson package.mask: - git-1.5.4_rc0 is for testing only, not production usage. - - 16 Dec 2007; Diego Pettenò use.local.desc: - Add cli USE flag for media-sound/rubyripper. - - 15 Dec 2007; Wolfram Schlich use.local.desc: - added zeroconf and ftpd USE flags for sys-fs/owfs - - 15 Dec 2007; Raúl Porcel use.local.desc: - Add iceweasel use-flag for www-client/mozilla-firefox - - 15 Dec 2007; Jurek Bartuszek package.mask: - Added >=dev-util/codeblocks-1.0_pre20071215 - - 14 Dec 2007; Alon Bar-Lev use.local.desc: - Add app-crypt/johntheripper:custom-cflags - - 14 Dec 2007; Krzysiek Pawlik package.mask: - Remove mask for www-servers/resin-2.1.17 - - 14 Dec 2007; Ulrich Mueller updates/4Q-2007: - Package move app-emacs/df to app-emacs/df-mode, following upstream rename. - - 14 Dec 2007; Saleem Abdulrasool package.mask: - mask grubconf for removal - - 14 Dec 2007; Duncan Coutts package.mask: - p.mask dev-haskell/regex-*-0.9x to stop the confusion - - 13 Dec 2007; Gilles Dartiguelongue package.mask: - mask gal, fix bug #193496 - - 13 Dec 2007; Wulf C. Krueger package.mask: - Removed the mask for dev-libs/xmlrpc-c-1.10.00 which is no longer in the tree. - - 13 Dec 2007; Alon Bar-Lev use.local.desc: - Add sys-fs/ecryptfs-utils:suid - - 13 Dec 2007; Peter Volkov package.mask: - Masked net-im/sim-9999, live svn ebuild. - - 13 Dec 2007; Ryan Hill package.mask: - Unmask the new wxGTK-2.6 stuff. - - 13 Dec 2007; Justin Bronder use.local.desc: - Add descriptions of heterogeneous, romio, slurm and smp use - flags for sys-cluster/openmpi. - - 13 Dec 2007; Justin Bronder use.local.desc: - Clarify server use flag for sys-cluster/torque. - - 12 Dec 2007; Saleem Abdulrasool use.local.desc: - Add and update tracker useflags - - 11 Dec 2007; Alon Bar-Lev package.mask: - Unmask >=dev-libs/libgcrypt-1.4.0 - - 11 Dec 2007; Alon Bar-Lev package.mask: - Masked >=dev-libs/libgcrypt-1.4.0 - - 10 Dec 2007; Gilles Dartiguelongue updates/4Q-2007: - slot goffice for 0.4 inclusion and future releases - - 10 Dec 2007; Markus Meier use.local.desc: - clarify inkjar description, bug #201040 - - 08 Dec 2007; Bernard Cafarelli package.mask: - Last rites for gnustep-base/gnustep-env, gnustep-libs/artresources - - 08 Dec 2007; Olivier Crête package.mask: - Mask for removal net-im/gaim and its plugins - - 08 Dec 2007; Ryan Hill package.mask: - Remove punted t1lib from mask. - - 08 Dec 2007; Wolfram Schlich use.local.desc: - add managesieve USE flag for net-mail/dovecot - - 07 Dec 2007; Petteri Räty use.local.desc: - Add threadsafe use flag for dev-db/sqlite - - 06 Dec 2007; Gilles Dartiguelongue use.local.desc: - add keyring for gossip - - 06 Dec 2007; Diego Pettenò package.mask: - Bump once again the experimental version of PulseAudio. - - 06 Dec 2007; Robin H. Johnson use.local.desc: - Add CGI use flag for Git. - - 05 Dec 2007; Joerg Bornkessel use.local.desc: - net-www/xxv:themes - Enable more themes via x11-themes/xxv-skins use-flag added - - 05 Dec 2007; Petteri Räty package.mask: - Remove mask for sun-jaf-bin as the package is gone from the main tree. - - 04 Dec 2007; Ryan Hill package.mask: - Mask net-www/pears - bug #201246. - - 04 Dec 2007; Alin Năstac package.mask: - Mask net-proxy/squid-3.0 (#201209). - - 04 Dec 2007; Ulrich Mueller package.mask: - Package mask app-emacs/md5 and app-emacs/sha1 for removal. - - 03 Dec 2007; Joerg Bornkessel ChangeLog: - net-www/xxv-1.0.1 unmasked - - 03 Dec 2007; Denis Dupeyron use.local.desc: - Added local USE flag unit-mm for sci-electronics/gerbv. - - 02 Dec 2007; Joerg Bornkessel package.mask: - masked net-www/xxv-1.0.1 ; need review of depend perl modules - - 02 Dec 2007; Wulf C. Krueger use.local.desc: - Added the raw USE flag for media-gfx/kphotoalbum. - - 30 Nov 2007; Alon Bar-Lev package.mask: - Remove libtpm from tree, bug#198696 - - 30 Nov 2007; Ryan Hill use.local.desc: - Readding pch local USE flag to x11-libs/wxGTK. - - 29 Nov 2007; Piotr Jaroszyński package.mask: - Mask =app-pda/libopensync-plugin-vformat-9999. - - 29 Nov 2007; Piotr Jaroszyński package.mask: - Mask app-pda/msynctool live svn ebuild. - - 28 Nov 2007; Alon Bar-Lev package.mask: - Mask >=sys-apps/busybox-1.8.0 - - 28 Nov 2007; Benedikt Böhm package.mask: - Add www-servers/apache-2.2.6-r4 for testing - - 28 Nov 2007; package.mask: - Unleashed java-virtual/javamail onto ~arch. - - 27 Nov 2007; Alin Năstac base/package.use, use.local.desc: - Replace nofax flag for net-dialup/mgetty with fax (#195467). - - 27 Nov 2007; Robin H. Johnson package.mask: - Mask the memcached prerelease. - - 26 Nov 2007; Piotr Jaroszyński package.mask: - Mask opensync live svn ebuilds. - - 26 Nov 2007; Petteri Räty package.mask: - dev-java/jdbc2-stdext moved to java overlay so remove package.mask - - 26 Nov 2007; Jeff Gardner package.mask: - ati-drivers-8.42.3 masked because new version fixes many issues. - - 25 Nov 2007; Alin Năstac use.local.desc: - Added nofax flag for net-dialup/mgetty (#195467). - - 25 Nov 2007; Ryan Hill package.mask: - Add >=wxpython-2.6.4.0-r1 to wxWidgets mask. - - 24 Nov 2007; Ryan Hill use.local.desc: - Remove local pch USE for wxGTK. - - 24 Nov 2007; Ryan Hill use.local.desc: - Added local pch USE flag for x11-libs/wxGTK. - - 24 Nov 2007; Alon Bar-Lev package.mask: - Add sys-libs/libtpm, last rites bug#198696 - - 23 Nov 2007; Alexis Ballier use.local.desc: - add cxx useflag for aften - - 23 Nov 2007; Saleem Abdulrasool use.local.desc: - Add nautilus useflag for gnome-mount - - 23 Nov 2007; Markus Rothe - default-linux/ppc/ppc64/package.use.mask, hardened/ppc64/use.mask: - removed afs from use.mask in ppc64 profile; bug #196847 - - 23 Nov 2007; Tony Vroon package.mask: - Mask net-irc/audacious-show as upstream prevents automated downloads and an - alternative is available. Closes bug #199476. - - 23 Nov 2007; Diego Pettenò package.mask, - use.local.desc: - Add policykit USE flag for pulseaudio and update the pulseaudio mask for - experimental init.d - - 23 Nov 2007; Ryan Hill use.local.desc: - Change freetype latex USE to kpathsea. - - 22 Nov 2007; Saleem Abdulrasool package.mask: - Unmask firmware images for ipw3945 and ipw4965 - - 22 Nov 2007; Ryan Hill use.local.desc: - Add local latex flag for freetype. - - 21 Nov 2007; Tony Vroon package.mask: - Mask audacious-docklet for removal. - - 21 Nov 2007; Ulrich Mueller use.local.desc: - Add local USE flag tex for app-emacs/bbdb. - - 21 Nov 2007; keri use.local.desc: - Add latex USE flag for dev-lang/swi-prolog - - 20 Nov 2007; package.mask: - Mask sys-auth/pam_keyring, it's been included in gnome-base/gnome-keyring - - 20 Nov 2007; Ulrich Mueller updates/4Q-2007, - package.mask: - Move app-emacs/wanderlust-cvs to app-emacs/wanderlust. Remove wanderlust-cvs - from package.mask. - - 20 Nov 2007; Alexis Ballier package.mask: - unmask camlp5 and ledit, they are now fine with ocaml 3.09 - - 20 Nov 2007; package.mask: - Masking more migrated java-virtuals/javamail packages - - 20 Nov 2007; Wolfram Schlich use.local.desc: - add otr USE flag for net-im/mcabber - - 19 Nov 2007; Diego Pettenò use.local.desc: - Add aspell and timezone USE flags for rbot. - - 19 Nov 2007; Diego Pettenò use.local.desc: - Add snapshot USE flag for the rbot live ebuild. - - 19 Nov 2007; package.mask: - Added =dev-java/soap-2.3.1-r2 to mask - - 18 Nov 2007; Alexis Ballier package.mask: - unmask flac with cxx useflag now that everything has been checked against it - - 18 Nov 2007; Ryan Hill package.mask: - Add wxGTK-2.6.4.0-r2 to mask. - - 18 Nov 2007; Ryan Hill package.mask: - Mask eselect-wxwidgets for keywording. - - 18 Nov 2007; Diego Pettenò use.local.desc: - Add cxx USE flag for libpcre. - - 18 Nov 2007; Tiziano Müller package.mask: - Blocking the upgrade to net-fs/samba-3.0.27 due to regression (bug #199450) - - 18 Nov 2007; Alexis Ballier package.mask, - use.local.desc: - Add a cxx flag for flac, to build flac++; mask it until the packages really - needing it have a check - - 17 Nov 2007; Denis Dupeyron package.mask: - Deleted mask on net-print/hpijs after removal, see bug #176962. - - 16 Nov 2007; Robin H. Johnson base/package.use, - use.local.desc: - Convert sys-fs/lvm2 USE=nolvmstatic and nolvm1 to static and lvm respectively. - - 15 Nov 2007; Diego Pettenò base/use.mask: - pam_console was masked for removal for security issues. - mask the flag too. - - 15 Nov 2007; Diego Pettenò package.mask: - Mask pam_console as per bug #199193. - - 14 Nov 2007; Diego Pettenò - default-linux/amd64/package.use.mask, default-linux/x86/package.use.mask: - Mask glibc-omitfp on ~glibc-2.7 until bug #196926 is fixed. - - 14 Nov 2007; Lukasz Strzygowski use.local.desc: - Added dev-util/bzr:sftp. - - 14 Nov 2007; Christian Faulhammer use.local.desc: - adding USE=resolvconf for net-misc/vpnc - - 13 Nov 2007; Chris Gianelloni package.mask: - Added a mask on my new testing livecd-tools and updating the genkernel mask - description so it'll fit for both packages. - - 13 Nov 2007; Donnie Berkholz ; - base/package.use.mask: - Also add ~arch xorg-server to mesa's nptl mask, since the two require the - same setting. - - 13 Nov 2007; Jeroen Roovers package.mask: - Masking Opera weeklies (again). - - 12 Nov 2007; Stefan Schweizer package.mask: - cleanup - - 12 Nov 2007; Alin Năstac use.local.desc: - Remove mail-filter/dspam:logrotate (#198901). - - 12 Nov 2007; Donnie Berkholz ; - base/package.use.mask: - Mask =media-libs/mesa-7.0*:nptl. freedesktop.org bug #7459 committed fix - breaks 3D apps but "fix" is only relevant on USE=nptl. - - 11 Nov 2007; Alexis Ballier package.mask: - mask cstetex, bug #196673 - - 10 Nov 2007; Diego Pettenò - +default-linux/alpha/2006.1/package.use.mask, - +default-linux/alpha/no-nptl/package.use.mask, - default-linux/hppa/2006.1/package.mask, - +default-linux/hppa/2006.1/package.use.mask, - +default-linux/ia64/2006.0/package.use.mask, - +default-linux/m68k/package.use.mask, - +default-linux/ppc/ppc64/2006.1/64bit-userland/package.use.mask, - hardened/ppc/package.use.mask, hardened/ppc64/package.use.mask: - Mask the test USE flag for sys-libs/pam-0.99 wherever glibc-2.4 is masked, - unmask pam-0.99 in hppa profile now. - - 10 Nov 2007; Alon Bar-Lev use.local.desc: - Add ecryptfs-utils flags - - 10 Nov 2007; Christian Birchinger package.mask: - Added >=x11-plugins/wmauda-0.7 until Audacious 1.4 gets unmasked - - 10 Nov 2007; Christian Birchinger package.mask: - Added >=media-plugins/audacious-dumb-0.56 and - >=media-plugins/audacious-xosd-0.9 until Audacious 1.4 gets unmasked - - 10 Nov 2007; Gilles Dartiguelongue - default-bsd/package.use.mask: - use.mask apm for gnome-base/gnome-applets - - 10 Nov 2007; Christian Faulhammer use.local.desc: - add latex USE flag for sci-visualization/gnuplot - - 10 Nov 2007; Krzysiek Pawlik package.mask: - Remove mask of x11-misc/xcut - - 10 Nov 2007; Krzysiek Pawlik package.mask: - Mask www-servers/resin-2.1.17 - - 10 Nov 2007; Christian Hoffmann package.mask: - removing =dev-lang/php-5.2.5 mask, our mirror system has the tarball and most - upstream mirrors have it as well - - 09 Nov 2007; Christian Hoffmann package.mask: - masking =dev-lang/php-5.2.5 until all upstream mirrors have the tarball which - is referenced by SRC_URI - - 09 Nov 2007; Christian Hoffmann package.mask: - removing dev-php5/pecl-pdo* masks, it's gone now - - 09 Nov 2007; Sébastien Fabbro use.local.desc: - Added fits local use flag for veusz - - 08 Nov 2007; Timo Gurr use.local.desc: - Add cups-1.3.4 zeroconf local USE flag. - - 08 Nov 2007; Alin Năstac package.mask: - Mask net-dialup/ltmodem versions with kernel 2.4 support. - - 08 Nov 2007; Ryan Hill package.mask: - Mask media-libs/t1lib-1.3.1 for bug #198053. - GLSA 200710-12 - - 07 Nov 2007; Chris Gianelloni package.mask: - Adding ~sys-kernel/genkernel-3.4.9_pre8 to package.mask so we can test it - more thoroughly before unleashing it on our users. - - 07 Nov 2007; Chris Gianelloni package.mask: - Removing mask on genkernel. - - 07 Nov 2007; Sven Wegener package.mask: - Remove the old mysql-administrator and mysql-query-browser mask. - - 07 Nov 2007; Gustavo Felisberto package.mask: - Added >=net-im/skype-2.0.0.13 as it is still beta software. - - 07 Nov 2007; Ulrich Mueller package.mask: - Remove app-emacs/junkbust and app-emacs/ses from package.mask since the - packages have been removed. - - 07 Nov 2007; Ulrich Mueller updates/4Q-2007: - Move app-emacs/circe-cvs to app-emacs/circe. - - 07 Nov 2007; Sébastien Fabbro use.local.desc: - Added sourceview local use flag for sci-mathematics/gretl - - 06 Nov 2007; Fabian Groffen package.mask: - Change mask entry for monetdb to reflect the current status - - 05 Nov 2007; Gilles Dartiguelongue - default-bsd/package.use.mask: - acl and attr not keyworded - - 05 Nov 2007; Timo Gurr package.mask: - Remove package.mask for cups 1.3. - - 05 Nov 2007; Timo Gurr use.local.desc: - Drop cups local bonjour USE flag in favor of avahi global USE flag. - - 05 Nov 2007; Peter Volkov package.mask: - Unmasking tcpreplay as it's no more beta. - - 05 Nov 2007; Piotr Jaroszyński use.local.desc: - Add visibility useflag for sys-apps/paludis. - - 05 Nov 2007; Duncan Coutts base/virtuals, - embedded/virtuals, package.mask: - Mask dev-lang/ghc-bin, it's subsumed by the new dev-lang/ghc ebuild - - 05 Nov 2007; Alin Năstac use.local.desc: - Added urandom flag for net-dns/pdnsd. - - 04 Nov 2007; Petteri Räty package.mask: - Add libgnome-java to the java-gnome removal list - - 04 Nov 2007; Petteri Räty package.mask: - package.mask java-gnome-2* and dependency packages for removal - - 03 Nov 2007; Christian Hoffmann package.mask: - removing =dev-lang/php-5.1* mask (related ebuilds are gone) - - 03 Nov 2007; Vlastimil Babka updates/4Q-2007: - Slotmove app-emulation/emul-linux-x86-java-1.4* to unify with sun-jre-bin. - - 03 Nov 2007; Petteri Räty package.mask: - package.mask dev-java/sun-jaf-bin - - 03 Nov 2007; Sven Wegener use.local.desc: - Add otr USE flag for net-im/centerim. - - 03 Nov 2007; Sven Wegener use.local.desc: - net-im/centericq has been removed from the tree. - - 02 Nov 2007; Daniel Black use.local.desc: - added rss for app-admin/conky - - 31 Oct 2007; Gilles Dartiguelongue - default-bsd/package.use.mask: - use.mask pda (gnome-pilot{,-conduits}) aren't keyworded - - 31 Oct 2007; Gilles Dartiguelongue package.mask: - remove app-accessibility/dasher mask, bug #188213 fixed - - 31 Oct 2007; Chris Gianelloni package.mask: - Masking genkernel versions for testing. - - 30 Oct 2007; Diego Pettenò package.mask: - Mask also the new PulseAudio version (the revision using the new init script). - - 30 Oct 2007; Christian Faulhammer package.mask: - remove entry for dev-util/ladebug...it is gone from the tree - - 29 Oct 2007; Gilles Dartiguelongue - default-linux/x86/no-nptl/2.4/package.mask, package.mask: - remove a superseeded package.mask entry - mask >=app-mobilephone/gnome-phone-manager-0.20 on 2.4 profile - - 29 Oct 2007; Ulrich Mueller use.local.desc: - Add local xemacs flag for dev-lang/ocaml. - - 28 Oct 2007; Gilles Dartiguelongue - default-bsd/package.use.mask, default-linux/arm/package.use.mask, - default-linux/hppa/package.use.mask, default-linux/sh/package.use.mask: - fix the QA warnings with app-vim/gtk-syntax - - 28 Oct 2007; Gilles Dartiguelongue - default-linux/ia64/package.use.mask, package.mask: - unmask gnome-bluetooth and co. - remove iptc from package.use.mask on ia64 since it's now keyworded - - 27 Oct 2007; Alon Bar-Lev use.local.desc: - Added sys-apps/tuxonice-userui:fbsplash - - 26 Oct 2007; Diego Pettenò package.mask: - Add an experimental revision of pulseaudio depending on baselayout 2. - - 25 Oct 2007; Alin Năstac use.local.desc: - Added icap-client flag for net-proxy/squid-3. - - 25 Oct 2007; Alin Năstac package.mask: - Remove squid-3.0_pre and l2tpd masks. - - 25 Oct 2007; Jeroen Roovers package.mask: - Removing Opera 9.50 mask because beta 1 is out there. - - 24 Oct 2007; Torsten Veller package.mask: - Unmask app-office/gnucash - - 24 Oct 2007; William L. Thomson Jr. package.mask: - Masking xpg, last release Sep 2005 - - 23 Oct 2007; Stefan Schweizer package.mask: - unmask gs-gpl - - 23 Oct 2007; Gilles Dartiguelongue package.mask: - mask gnome-phone-manager and bluetooth related stuff for testing - - 23 Oct 2007; Gilles Dartiguelongue - default-bsd/fbsd/package.use.mask, default-linux/arm/package.use.mask, - default-linux/sh/package.use.mask: - use.masking galago for media-video/totem - - 23 Oct 2007; Petteri Räty package.mask: - package.mask jdbc2-stdext - - 23 Oct 2007; Ulrich Mueller package.mask: - Packages app-emacs/eieio and app-emacs/semantic have been removed. - Mask app-emacs/wanderlust-cvs for removal. - - 22 Oct 2007; Gilles Dartiguelongue - default-linux/alpha/no-nptl/2.4/package.mask, - default-linux/x86/no-nptl/2.4/package.mask: - add gnome-themes-extra to package.mask - - 22 Oct 2007; Alon Bar-Lev use.local.desc: - Added dev-libs/pkcs11-helper:nss - - 22 Oct 2007; Gilles Dartiguelongue - default-bsd/fbsd/package.use.mask: - use.masking xattr for gedit - - 21 Oct 2007; Ulrich Mueller package.mask: - Add >=app-emacs/ocaml-mode-3.10.0 to ocaml masks, to avoid unnecessary - download of the tarball. - - 21 Oct 2007; Wulf C. Krueger desc/linguas.desc: - Added the Walloon (wa) locale. - - 20 Oct 2007; Mike Auty package.mask: - Mask old versions of vmware-player and vmware-workstation for security - reasons (see bug 193196). - - 20 Oct 2007; Ulrich Mueller package.mask: - Mask new CVS snapshot of app-emacs/wanderlust. - - 20 Oct 2007; package.mask: - Add revbump of mx4j and mx4j-tools to my list of packages masked for - java-virtuals support. - - 19 Oct 2007; Christian Hoffmann package.mask: - as announced, p.mask =dev-lang/php-4* and dev-php4/* (bug 189172), current - www-apps/knowledgetree (bug 194894) and use.local.desc: - Added kde-base/kalzium:solver. - - 19 Oct 2007; Wulf C. Krueger use.local.desc: - Added kde-base/kdeedu:solver. - - 18 Oct 2007; Gilles Dartiguelongue - default-bsd/fbsd/6.2/x86/package.use.mask, - default-linux/alpha/no-nptl/2.4/package.use.mask, - default-linux/arm/package.use.mask, default-linux/mips/package.use.mask, - default-linux/ppc/ppc64/package.use.mask, - +default-linux/sh/package.use.mask, - default-linux/x86/no-nptl/2.4/package.use.mask: - fix package.use.mask so that repoman stop complaining on gnome-base/gdm - - 18 Oct 2007; Gilles Dartiguelongue - default-linux/ppc64/package.use.mask: - removing iptc from package.use.mask because iptc is now properly keyworded - - 18 Oct 2007; Gilles Dartiguelongue use.local.desc: - add networkmanager for evolution - - 18 Oct 2007; Jeroen Roovers use.local.desc: - Spelling correction for disableslit. - - 17 Oct 2007; Rémi Cardona package.mask: - remove Gnome 2.20 from package.mask (except dasher) - - 17 Oct 2007; Timo Gurr package.mask: - Mask ghostscript-gpl-8.60 for testing, first release with ghostscript-esp - merged. - - 17 Oct 2007; Ulrich Mueller updates/4Q-2007: - Move app-emacs/simple-wiki to app-emacs/http-emacs, since the two packages - are identical. - - 17 Oct 2007; Alexis Ballier package.mask: - adapt texlive mask - - 17 Oct 2007; Alexis Ballier use.local.desc: - add texlive local use flags - - 17 Oct 2007; package.mask: - Adding =dev-java/gnu-javamail-1.0-r2 to package.mask as it will break its - rdeps before I bump them to use java-virtuals. - - 15 Oct 2007; Ulrich Mueller updates/3Q-2007, - +updates/4Q-2007: - New file 4Q-2007, move gtksourceview and vlc slotmoves from 3Q-2007 to it. - Move app-emacs/gnus-cvs to app-emacs/ngnus. - - 15 Oct 2007; Ulrich Mueller package.mask: - Mask app-emacs/ngnus live cvs ebuild. - - 15 Oct 2007; Donnie Berkholz ; thirdpartymirrors: - Add a fedora-dev mirror class, for development RPMs. They're only on ~10% of - mirrors, so it wastes a whole lot of time checking all mirrors. - - 15 Oct 2007; Donnie Berkholz ; thirdpartymirrors: - Update fedora mirrors based on http://mirrors.fedoraproject.org/publiclist - - 15 Oct 2007; Krzysiek Pawlik package.mask: - Mask x11-misc/xcut. - - 14 Oct 2007; Christoph Mende use.local.desc: - Add local use flags for net-p2p/btg - - 14 Oct 2007; Ryan Hill use.local.desc: - Drop local USE flags for muttng, which was removed in July. - - 14 Oct 2007; Alexis Ballier package.mask: - update xcolor mask, 2.11 supports texmf-site - - 14 Oct 2007; Ulrich Mueller use.local.desc: - Change app-editors/emacs local use flag "nosendmail" to "sendmail". - - 14 Oct 2007; Stefan Schweizer package.mask: - mask openslp 1.3 - - 14 Oct 2007; Donnie Berkholz ; package.mask: - Unmask =xorg-server-1.3.0.0-r2, I made all the changes but forgot to close - one bug. - - 14 Oct 2007; categories, package.mask: - Adding new category java-virtuals and package mask for the first java-virtual. - - 13 Oct 2007; Donnie Berkholz ; package.mask: - Mask =x11-base/xorg-server-1.3.0.0-r2 because I'm still making changes to it. - - 13 Oct 2007; Jeroen Roovers use.local.desc: - Improve bacula-console description yet again (bug #181238). - - 13 Oct 2007; Jeroen Roovers use.local.desc: - Fix bacula-console description (bug #181238). - - 13 Oct 2007; Chris Gianelloni use.desc: - Change description on the lame USE flag to make it a little bit more - descriptive in its function. - - 13 Oct 2007; Rémi Cardona package.mask: - add gnome-games-extra-data to Gnome 2.20 p.mask - - 12 Oct 2007; Rémi Cardona package.mask: - add gnome-python-extras to package.mask for Gnome 2.20 - - 12 Oct 2007; Rémi Cardona package.mask: - add scrollkeeper to package.mask for Gnome 2.20 - - 12 Oct 2007; Rémi Cardona package.mask: - add yelp and rarian to package.mask for Gnome 2.20 - - 12 Oct 2007; Christian Faulhammer use.desc: - change description of apache2 USE flag...there is no Apache 1.x in the tree - anymore - - 12 Oct 2007; Ulrich Mueller package.mask: - Mask =emacs-cvs-23.0.0*, CVS snapshots of unicode-2 branch. - - 11 Oct 2007; Jeroen Roovers package.mask: - Add media-gfx/fontforge as app-misc/gfontview replacement. - - 11 Oct 2007; Christian Faulhammer package.mask: - remove misspelled mask on net-misc/icaclient; bug is fixed - - 11 Oct 2007; Alin Năstac use.local.desc: - Add poll local flag for mail-filter/libmilter (#178501). - - 11 Oct 2007; Dawid Węgliński use.local.desc: - Added boost flag for net-irc/ezbounce - - 10 Oct 2007; Michael Marineau package.mask: - Mask ck-sources - - 10 Oct 2007; Timo Gurr use.local.desc: - add cups-1.3.3 local USE flag - - 10 Oct 2007; Timo Gurr package.mask: - mask cups-1.3.3 for testing - - 10 Oct 2007; Stefan Schweizer package.mask: - last-rite gfontview - - 10 Oct 2007; Christian Faulhammer package.mask: - mask app-editors/pico; just useless ebuild, see bug 3464 - - 10 Oct 2007; Alin Năstac use.local.desc: - Rename mail-filter/dkim-milter local flag from approx-regex to diffheaders. - - 10 Oct 2007; Sébastien Fabbro use.local.desc: - added local flags: cblas for sci-libs/gsl, int64 for sci-libs/mkl, server - for sci-libs/mkl - - 09 Oct 2007; Alexis Ballier use.local.desc: - add vlc 0.9.0 snapshots local useflags - - 09 Oct 2007; Alin Năstac use.local.desc: - Add local approx-regex for mail-filter/dkim-milter. - - 09 Oct 2007; Krzysiek Pawlik package.mask: - Mask net-im/jabberd2 - - 08 Oct 2007; Gilles Dartiguelongue package.mask: - add fast-user-switch-applet to package.mask - - 08 Oct 2007; Krzysiek Pawlik use.local.desc: - Add flags for net-im/jabberd2. - - 08 Oct 2007; Ryan Hill use.local.desc: - Add local flite flag for app-misc/roadnav. - - 05 Oct 2007; Ulrich Mueller use.local.desc: - Add local xemacs flag for app-misc/gtypist. - - 05 Oct 2007; Sébastien Fabbro package.mask: - masked pygsl-0.9.1, still buggy. - - 05 Oct 2007; Chris Gianelloni package.mask: - Masked America's Army due to security bug #194609. - - 05 Oct 2007; Saleem Abdulrasool use.local.desc: - Add galago useflag for totem - - 04 Oct 2007; Christian Hoffmann package.mask: - Masking dev-php5/pecl-pdo* for removal in 30 days (no more upstream - releases, internal pdo from dev-lang/php-5* more up-to-date) - - 04 Oct 2007; Saleem Abdulrasool use.local.desc: - Add new useflags for GDM 2.20 - - 04 Oct 2007; Ryan Hill use.local.desc: - Fix typo in last commit. - - 04 Oct 2007; Ryan Hill use.local.desc: - Add utils to local USE for freetype. - - 03 Oct 2007; Wulf C. Krueger use.local.desc: - Added media-video/kmplayer:npp. - - 03 Oct 2007; Rémi Cardona package.mask: - tiny modification of mask for gnome-keyring for Gnome 2.20 - - 03 Oct 2007; Saleem Abdulrasool use.local.desc: - Add applet useflag for seahorse - - 02 Oct 2007; Sébastien Fabbro use.local.desc: - removed debugger local use flag for dev-lang/ifc - - 02 Oct 2007; Alin Năstac use.desc, use.local.desc: - Added global syslog use-flag. - - 02 Oct 2007; Lars Weiler use.local.desc: - Added local cisco use-flag for net-misc/strongswan. - - 01 Oct 2007; Christian Faulhammer use.local.desc: - add tools USE flag for sci-libs/libsvm - - 01 Oct 2007; Christian Faulhammer package.mask: - mask dev-util/ladebug - - 01 Oct 2007; Gilles Dartiguelongue desc/cameras.desc: - fix cameras.desc to include new IUSE_CAMERAS from libgphoto-2.4.0 - - 30 Sep 2007; Stefan Schweizer package.mask: - modify kpowersave mask to not cover the new version - - 30 Sep 2007; Sven Wegener package.mask: - Mask dev-db/mysql-administrator and dev-db/mysql-query-browser, they have - been replaced by dev-db/mysql-gui-tools. - - 30 Sep 2007; Christian Hoffmann package.mask: - Masking =dev-lang/php-5.1* for removal in 30 days (unfixed security issues + - no longer supported by upstream) - - 30 Sep 2007; Sébastien Fabbro use.local.desc: - added debugger use flags for dev-lang/ifc and dev-lang/icc - - 30 Sep 2007; Rémi Cardona use.desc, use.local.desc: - move the xattr useflag from local to global - - 28 Sep 2007; Alon Bar-Lev package.mask: - Remove app-text/hspell - - 28 Sep 2007; Wulf C. Krueger package.mask: - Removed app-cdr/kover from package.mask as it was just removed from the tree. - - 28 sep 2007; Peter Volkov package.mask: - Masked >=app-doc/kchmviewer-4.0_beta1 for testing - - 27 Sep 2007; Kevin F. Quinn package.mask: - Masked acroread-8.1.1 for testing - - 27 Sep 2007; Wulf C. Krueger package.mask: - Temporaryly p.masked =dev-util/cmake-2.4.7-r2 for further testing and until - xmlrpc-c has been keyworded properly. - - 27 Sep 2007; Paul Varner package.mask: - Mask gentoolkit-0.2.4_rc1 due to broken revdep-rebuild - - 26 Sep 2007; MATSUU Takuto use.local.desc: - Added audit and xattr USE flag for app-forensics/aide. - - 26 Sep 2007; Ulrich Mueller package.mask: - Mask app-emacs/speedbar for removal. - - 26 Sep 2007; Ulrich Mueller package.mask: - Remove app-emacs/slime-cvs from package.mask since the package was removed. - - 26 Sep 2007; Jeff Gardner package.mask: - Removed xf86-video-radeonhd from p.mask as it's not going in the tree just - yet... - - 25 Sep 2007; uclibc/package.mask: - - remove tar masking in uclibc profile - - 25 Sep 2007; package.mask: - Adding x11-drivers/xf86-video-radeonhd to p.mask, as it's still experimental. - - 23 Sep 2007; Rémi Cardona package.mask: - Removing the gtkmm-2.12 mask - - 23 Sep 2007; Jeroen Roovers use.local.desc: - Improve mozsha1 description (bug #193134 comment #7). - - 23 Sep 2007; Rémi Cardona package.mask: - Mask gtkmm-2.12 and friends (Gnome 2.20) - - 23 Sep 2007; Denis Dupeyron package.mask: - Masked net-print/hpijs for removal on 24 Oct 2007 as per bug #176962. - - 23 Sep 2007; Mart Raudsepp package.mask: - Unmasking gtk+-2.12 and co - - 22 Sep 2007; Chris Gianelloni package.mask: - Masking =net-misc/icaclient-10.6 until we can resolve bug #189884. - - 22 Sep 2007; Wulf C. Krueger - default-linux/ppc/ppc64/2007.0/32bit-userland/package.mask, - hardened/ppc/package.mask: - Masked app-text/bibus as it requires virtual/ooo. - - 22 Sep 2007; Christian Faulhammer use.local.desc: - remove spurious xemacs USE flag for dev-tex/preview latex (not in the tree - anymore); adjust description of xemacs USE flag for - sci-visualization/gnuplot - - 21 Sep 2007; Rémi Cardona package.mask: - mask for gtk+-2.12 and relevant deps - - 21 Sep 2007; Chris Gianelloni package.mask: - Added sys-auth/{pam_,}bioapi to package.mask since sys-auth/tfm-fingerprint - is masked for removal and nothing else in the tree uses bioapi. - - 20 Sep 2007; Mike Auty package.mask: - Masking vmware packages according to bug 193196. - - 20 Sep 2007; Robin H. Johnson package.mask: - Last rites for bk_client. MySQL herd has no further need for this package. - - 18 Sep 2007; Robin H. Johnson - default-linux/alpha/use.mask, default-linux/arm/use.mask, - default-linux/hppa/use.mask, default-linux/m68k/use.mask, - default-linux/ppc/ppc64/use.mask, default-linux/ppc64/use.mask, - default-linux/s390/use.mask, default-linux/sh/use.mask, - hardened/ppc64/use.mask: - Mask USE=audit on alpha, arm, hppa, ppc64, s390, sh until they have - keyworded it per bug 184563. - - 18 Sep 2007; Ulrich Mueller package.mask: - Unmask app-emacs/slime-2.0_p20070816 CVS snapshot. - - 17 Sep 2007; Gilles Dartiguelongue - default-linux/amd64/2007.0/package.use.mask, - default-linux/amd64/package.use.mask, default-linux/ia64/package.use.mask, - default-linux/ppc/package.use.mask, +default-linux/ppc64/package.use.mask, - hardened/amd64/package.use.mask, hardened/ia64/package.use.mask, - hardened/ppc/package.use.mask, +hardened/ppc64/package.use.mask: - fix QA for iptc USE flag in gthumb - - 17 Sep 2007; Wulf C. Krueger package.mask: - Removed app-pda/pilot-link-0.12.2 from package.mask. - - 17 Sep 2007; Alon Bar-Lev use.local.desc: - Added sys-power/suspend:fbsplash - - 16 Sep 2007; Mike Auty package.mask: - Unmask vmware workstation/player now that vmware-modules-1.0.0.16-r1 is - checked in. - - 16 Sep 2007; Jason Smathers (jsin) use.local.desc: - Added xft local use flag for OpenMotif to enable XFT fonts. - - 15 Sep 2007; Ryan Hill package.mask: - Unmask wxGTK and wxpython-2.6.4.0 - - 13 Sep 2007; Daniel Black package.mask, - use.local.desc: - use.local.desc - added net-misc/curl:libssh2 - Enabled SSH urls in curl - using libssh2. package.mask - added curl-7.17.0-r1 for ssh2 testing - - 12 Sep 2007; Alon Bar-Lev package.mask: - Mask app-text/hspell for removal - - 12 Sep 2007; David Shakaryan package.mask: - Remove a few more dead masks. - - 12 Sep 2007; David Shakaryan package.mask: - Remove a few dead masks. - - 12 Sep 2007; Joerg Bornkessel ; - media-video:vdr 29 new use-flags for new vdr patchset added - - 09 Sep 2007; Donnie Berkholz ; - desc/video_cards.desc: - Add amd/vermilion to VIDEO_CARDS entries. - - 09 Sep 2007; Donnie Berkholz ; package.mask: - Unmask xf86-input-keyboard-1.2 because xorg-server handles deps properly now. - - 09 Sep 2007; Hans de Graaff package.mask: - Remove dev-ruby/switchtower as the package is now removed from the tree. - - 09 Sep 2007; Alin Năstac package.mask: - Mask squid development version. - - 08 Sep 2007; Donnie Berkholz ; - desc/video_cards.desc: - Add xgi. - - 08 Sep 2007; Alin Năstac use.local.desc: - Update homepage of zero penalty hit patch for squid. - - 07 Sep 2007; Tiziano Müller use.local.desc: - Added ads USE flag for net-fs/samba - - 06 Sep 2007; Chris Gianelloni package.mask: - Removing my big Descent 2 mask. - - 06 Sep 2007; Tobias Scherbaum package.mask: - Unmasking >=cyrus-imapd-2.3 and >=cyrus-imap-admin-2.3 - - 05 Sep 2007; Ulrich Mueller updates/3Q-2004, - updates/2Q-2007: - Fix inconsistent slotmoves for app-editors/emacs-cvs. - - 04 Sep 2007; Denis Dupeyron package.mask: - Masking new Neverwinter Nights ebuilds until they're confirmed to work. - - 04 Sep 2007; Jeroen Roovers package.mask: - Masking Opera Kestrel (9.50 alphas). - - 04 Sep 2007; Stefan Schweizer package.mask: - poppler and evince masks for >= instead of = to also cover 0.6 - - 03 Sep 2007; Daniel Black package.mask: - removed kde-misc/kxdocker* - - 03 Sep 2007; Alin Năstac package.mask: - Unmask net-dialup/ppp-2.4.4-r12 - - 02 Sep 2007; Stefan Schweizer package.mask: - last-rite bpalogin for mark_alec - - 01 Sep 2007; Joshua Nichols package.mask: - Removed capistrano and palmtree from package.mask. - - 01 Sep 2007; Joshua Nichols updates/3Q-2007: - Added slots for dev-ruby/capistrano - - 01 Sep 2007; Ryan Hill package.mask: - Also mask wxpython-2.6.4.0. - - 01 Sep 2007; Ryan Hill package.mask: - Mask =x11-libs/wxGTK-2.6.4.0 for testing. - - 31 Aug 2007; Christian Faulhammer use.local.desc: - adding USE flag hybrid-auth for net-misc/vpnc - - 31 Aug 2007; Robert Buchholz use.local.desc: - Add dialup use flag for knetworkmanager - - 31 Aug 2007; Alin Năstac package.mask: - Mask ppp-2.4.4-r12. - - 30 Aug 2007; Tiziano Müller use.local.desc: - Added hb and hb2 USE-flags for sys-fs/evms - - 30 Aug 2007; Peter Volkov use.desc, use.local.desc: - removed mail-client/mail-notification:evolution USE flag, - updated evo USE flag description, bug #157265. - - 30 Aug 2007; Alexis Ballier package.mask: - mask camlp5, needs ocaml 3.10 - - 30 Aug 2007; William Hubbs use.local.desc: - Added the flite use flag for speech-dispatcher. - - 29 Aug 2007; Ulrich Mueller updates/2Q-2007, - updates/3Q-2007: - Slotmove for app-editors/emacs-cvs: move ebuilds for unicode-2 branch to - slot "23-unicode". - - 29 Aug 2007; Saleem Abdulrasool use.local.desc: - Add pidgin useflag for nautilus-sendto - - 27 Aug 2007; Chris Gianelloni profiles.desc: - Marked alpha/x86 2.4 sub-profiles as dev from stable to reduce their impact - on other developers. - - 25 Aug 2007; Wulf C. Krueger package.mask: - Temporarily p.mask'ed >=app-pda/pilot-link-0.12.2 to allow for further testing. - - 25 Aug 2007; Miroslav Šulc use.local.desc: - Added c++ USE flag for dev-util/netbeans - - 25 Aug 2007; Miroslav Šulc use.local.desc: - Added c++ USE flag for dev-util/netbeans - - 25 Aug 2007; Alin Năstac package.mask: - Mask net-dialup/l2tpd. - - 25 Aug 2007; Marius Mauch info_pkgs: - add baselayout to replace /etc/gentoo-release parsing in portage-2.2 - - 25 Aug 2007; Marius Mauch info_vars: - removing AUTOCLEAN and PKGDIR as they are rarely relevant. - - 24 Aug 2007; Michael Marineau package.mask: - Hardmask xen-sources-2.6.16* for the sake of security. - - 24 Aug 2007; Michael Marineau - default-linux/amd64/2006.0/no-multilib/use.mask, - default-linux/amd64/2006.1/no-multilib/use.mask, - default-linux/amd64/2007.0/no-multilib/use.mask, - hardened/amd64/multilib/use.mask, hardened/amd64/use.mask, use.local.desc: - Add hvm USE flag for Xen HVM support in xen-tools. Mask on no-multilib - profiles. - - 24 Aug 2007; Sébastien Fabbro use.local.desc: - Added cern local USE flag to sci-physics/root - - 23 Aug 2007; Tiziano Müller package.mask: - Unmasking python-2.5 - - 23 Aug 2007; Robert Buchholz use.local.desc: - Add useflags for kde-misc/knetworkmanager - - 23 Aug 2007; Seemant Kulleen package.mask: - mask out all the 0.5.9* versions of poppler and poppler bindings - - 21 Aug 2007; Alin Năstac updates/3Q-2007: - Move net-proxy/vultureng to net-proxy/vulture. - - 21 Aug 2007; Wulf C. Krueger package.mask: - Added ~app-editors/kile-2.0_beta1. - - 21 Aug 2007; Wulf C. Krueger package.mask: - Masked app-cdr/kover for removal. cf. bug 187251. - - 21 Aug 2007; Gilles Dartiguelongue package.mask: - remove vte-0.16.8 mask, should be fixed now, see bug #189556 - - 21 Aug 2007; Sébastien Fabbro use.local.desc: - Added proj local USE flag for dev-lang/gdl - - 20 Aug 2007; Chris Gianelloni - hardened/ppc/package.mask, use.local.desc: - Added local USE flags for games-strategy/ufo-ai and masked it on hardened ppc. - - 20 Aug 2007; Tiziano Müller use.local.desc: - Updated description for graphviz's pango USE flag - - 20 Aug 2007; Torsten Veller package.mask: - Masked app-office/gnucash-2.2.1 - - 20 Aug 2007; Tobias Scherbaum use.local.desc: - Add replication use flag (local) for net-mail/cyrus-imapd - - 18 Aug 2007; Christoph Mende use.local.desc: - Added masquerade USE flag for oidentd - - 16 Aug 2007; Tobias Heinlein updates/3Q-2007: - Moving kde-base/kworldwatch to kde-base/kworldclock, see bug 188707 - - 16 Aug 2007; Steve Dibb package.mask: - Unmask transcode-1.0.4 - - 16 Aug 2007; Steve Dibb use.local.desc: - Add pvr local flag for media-video/mplayer - - 15 Aug 2007; Gustavo Zacarias package.mask: - Remove opera mask wrt #188987 - - 15 Aug 2007; Steve Dibb package.mask: - Update p.mask for transcode - - 14 Aug 2007; Steve Dibb use.local.desc: - Add teletext, cdio local use flags for media-video/mplayer - - 14 Aug 2007; Jeff Gardner package.mask: - Unmasking ati-drivers-8.40.4 as watermark issue seems resolved - bug 188791. - - 14 Aug 2007; Robin H. Johnson package.mask: - Mask mail-filter/spamassassin-ruledujour pending removal. See mail to -dev - about moving to sa-update instead. - - 14 Aug 2007; Jeff Gardner package.mask: - Mask testing ati-drivers because of annoying watermark. - - 14 Aug 2007; Saleem Abdulrasool use.local.desc: - Add useflag for devhelp plugin for anjuta - - 13 Aug 2007; Peter Volkov package.mask: - Unmask app-emulation/uae. - - 12 Aug 2007; Peter Volkov use.local.desc: - Add app-emulation/uae:ui - - 12 Aug 2007; Peter Volkov use.local.desc: - Add www-apps/mantisbt:bundled-adodb - Update net-analyzer/cacti:bundled-adodb - - 11 Aug 2007; Saleem Abdulrasool - default-linux/x86/no-nptl/use.mask: - Mask deskbar-applet in tracker for x86/no-nptl - - 08 Aug 2007; Raúl Porcel use.local.desc: - Add USE-flag for dev-libs/nss - - 08 Aug 2007; Tiziano Müller use.desc: - Removed libg++ USE-flag (bug #148416) - - 08 Aug 2007; Sven Wegener use.local.desc: - Add local use flags for net-im/centerim. - - 07 Aug 2007; Sven Wegener package.mask: - Mask to be added screen CVS snapshot. - - 04 Aug 2007; Jeroen Roovers package.mask: - Masking Opera 9.23 weeklies - - 03 Aug 2007; Petteri Räty package.mask: - Remove <=app-misc/jbidwatcher-0.9.9 mask as the ebuilds are gone. - - 02 Aug 2007; Donnie Berkholz ; package.mask: - Unmask mesa 6.5.3. - - 01 Aug 2007; Sébastien Fabbro use.local.desc: - sci-mathematics/freemat:arpack - Add sparse eigen value support via - arpack - sci-mathematics/freemat:ffcall - Enables uses of ffcall - sci-mathematics/freemat:umfpack - Add sparse solving via umfpack - - 31 Jul 2007; Piotr Jaroszyński package.mask: - Remove x11-drivers/mtxdrivers-pro mask as it has been nuked from the tree. - - 30 Jul 2007; Christian Faulhammer use.local.desc: - media-sound/cmus:pidgin - install support script for net-im/pidgin - media-sound/cmus:wavpack - add support for wavpack - media-sound/cmus:wma - add support for Windows Media Audio - media-sound/cmus:zsh-completion - enable zsh completion support - - 29 Jul 2007; Ryan Hill package.mask: - Remove twmoefonts mask due to removal. - - 28 Jul 2007; Chris Gianelloni updates/3Q-2007: - Moved vendetta-online-bin from games-fps to games-rpg for bug #184918. - - 27 Jul 2007; Chris Gianelloni thirdpartymirrors: - Hopefully fixing the liflg mirrors to use both the old and new locations for - a short time until we can determine the correct ones for each mirror. I know - I should check all of these first, but I would prefer get it fixed as soon - as possible since I have let this sit for a while. - - 25 Jul 2007; Duncan Coutts package.mask: - Unmask ghc-6.6.1 and all the new modular libs. See bug #151012. - - 25 Jul 2007; Denis Dupeyron package.mask: - Removed mask on hplip-2.7.6 as it seems to work. - - 24 Jul 2007; Ryan Hill use.local.desc: - Remove wxgtk1 local USE flag. - - 24 Jul 2007; Ryan Hill package.mask: - Unmask artwiz-fonts due to bug #186431. - - 24 Jul 2007; Ryan Hill package.mask: - Mask media-fonts/artwiz-fonts. - - 22 Jul 2007; Tobias Heinlein package.mask: - Updating mask on kde-misc/krusader since final version is out - - 21 Jul 2007; Donnie Berkholz ; - embedded/virtuals, selinux/mips/virtuals: - Pull old-style virtuals: glu, glut, opengl, x11, xft. - - 21 Jul 2007; Donnie Berkholz ; - default-linux/ppc64/virtuals, default-darwin/macos/virtuals: - Drop old-style virtual/x11. - - 21 Jul 2007; Donnie Berkholz ; package.mask: - Unmask virtual/x11, it's gone. - - 21 Jul 2007; Wulf C. Krueger package.mask: - Package.masked =media-video/konverter-0.93 which is badly broken. cf. bug - 173972. (Wrong bug number on first commit.) - - 21 Jul 2007; Ryan Hill package.mask: - Removed net-dialup/multiimonc mask. - - 21 Jul 2007; Denis Dupeyron package.mask: - Masked =net-print/hplip-2.7.6 for testing. - - 19 Jul 2007; Jeroen Roovers package.mask: - Remove opera-9.22 weeklies mask. - - 19 Jul 2007; Alin Năstac package.mask: - Mask net-dialup/l2tpd. - - 18 Jul 2007; Doug Goldstein package.mask: - unmask nvidia drivers - - 18 Jul 2007; Jeff Gardner package.mask: - Remove p.mask for sci-chemistry/nmrpipe - - 16 Jul 2007; Gustavo Zacarias package.mask: - Mask zaptel-1.2.18-r1 - - 14 Jul 2007; package.mask: - Mask net-www/netscape-flash - - 14 Jul 2007; Diego Pettenò base/make.defaults, - default-linux/make.defaults: - Move cracklib default from default-linux/ to base/. - - 13 Jul 2007; Chris Gianelloni thirdpartymirrors: - Adding 'games' to liflg mirror per bug #185119. - - 13 Jul 2007; Gustavo Zacarias use.local.desc: - Add USE=ecoslec for zaptel - - 13 Jul 2007; Diego Pettenò +updates/3Q-2007, - default-bsd/fbsd/packages, default-bsd/fbsd/packages.build, - use.local.desc: - Move app-arch/bsdtar as app-arch/libarchive. - - 13 Jul 2007; Steve Dibb use.local.desc: - Add replaygain local use flag for media-sound/abcde - - 13 Jul 2007; Steve Dibb use.local.desc: - Add id3, lame local use flags for media-sound/abcde - - 12 Jul 2007; Gustavo Zacarias use.local.desc: - Add new USE=astribank for zaptel - - 12 Jul 2007; Saleem Abdulrasool use.local.desc: - Add new useflags for iwlwifi - - 11 Jul 2007; Robert Buchholz use.local.desc: - Add freevo related use flags - - 11 Jul 2007; Robert Buchholz package.mask: - Unmasking media-tv/freevo to keep stable working - - 11 Jul 2007; Robert Buchholz use.local.desc: - Removing scrobbler from herrie's use locals - - 11 Jul 2007; Stefan Schweizer package.mask: - mask freevo for removal - - 09 Jul 2007; Duncan Coutts package.mask: - Add new versions of dev-haskell/opengl, openal, glut, alut, x11 to - package.mask. - - 08 Jul 2007; Jeroen Roovers package.mask: - Mask Opera weeklies. - - 08 Jul 2007; Duncan Coutts package.mask: - Add more versions of the modular haskell packages to p.mask - - 08 Jul 2007; Duncan Coutts package.mask: - Fix version number for dev-haskell/arrows in package.mask - - 07 Jul 2007; Sven Wegener package.mask: - Mask =dev-db/opendbx-1.3* (development releases) - - 06 Jul 2007; Michał Januszewski package.mask: - Mask media-gfx/bootsplash for removal. - - 06 Jul 2007; Duncan Coutts package.mask: - Add ghc-6.6.1 to package.mask - - 06 Jul 2007; Piotr Jaroszyński package.mask: - Mask x11-themes/gdm-themes for removal. bug #167379. - - 06 Jul 2007; Duncan Coutts use.local.desc: - Add binary and ghcbootstrap flags for dev-lang/ghc - - 02 Jul 2007; Ulrich Mueller package.mask: - Mask app-emacs/ognus for removal. - - 01 Jul 2007; Jurek Bartuszek use.local.desc: - Add aspnet, aspnetedit and subversion flags for dev-util/monodevelop - - 01 Jul 2007; Ryan Hill package.mask: - Unmask www-servers/boa. - - 01 Jul 2007; Cédric Krier use.local.desc: - Add libcrypto flag for libssh2 - - 01 Jul 2007; Krzysiek Pawlik package.mask: - Mask x11-misc/xnview. - - 01 Jul 2007; Petteri Räty package.mask: - mask kde-misc/kdbus for removal - - 01 Jul 2007; Petteri Räty use.local.desc: - Add note to libX11 xcb use flag that it can break proprietary binaries like - Sun Java. - - 30 Jun 2007; Raúl Porcel thirdpartymirrors: - Remove ancient GNU mirrors - - 29 Jun 2007; Bjarke Istrup Pedersen package.mask: - Removed the package.mask of net-misc/upnp, since it is gone. - - 26 Jun 2007; Ulrich Mueller updates/2Q-2007: - Package move app-emacs/rst-mode to app-emacs/rst. - - 26 Jun 2007; Raúl Porcel package.mask: - Remove mask for removed package, bug 131866 - - 26 Jun 2007; Wulf C. Krueger package.mask: - Masked app-cdr/konqburn because it's broken in several ways, see bug 171493 - for details. - - 25 Jun 2007; Ulrich Mueller use.local.desc: - Add local use flags bbdb and planner for app-emacs/remember. - - 25 Jun 2007; Diego Pettenò package.mask: - Fix typo in mask. - - 25 Jun 2007; Alon Bar-Lev use.local.desc: - Fix ccid, hibernate-script, suspend2-sources, bug#134491 - - 25 Jun 2007; Steve Dibb use.local.desc: - Add ssse3 local use flag for media-video/mplayer - - 24 Jun 2007; Piotr Jaroszyński package.mask: - Mask x11-drivers/mtxdrivers-pro for removal. - - 24 Jun 2007; Peter Volkov use.local.desc: - Updated description of sms USE flag for app-mobilephone/gnokii. - - 24 Jun 2007; Raúl Porcel use.local.desc: - Remove unused use-flag for www-client/mozilla-launcher, bug 134491 - - 24 Jun 2007; Ulrich Mueller use.local.desc: - Remove unused aqua USE flag for app-editors/emacs-cvs, bug #134491. - - 24 Jun 2007; Tiziano Müller use.local.desc: - Removed pg-hier and pg-vacuum USE flags for dev-db/postgresql (bug ##134491) - - 24 Jun 2007; Tiziano Müller use.local.desc: - Removed libclamav and ldapsam USE flags for net-fs/samba (bug #134491) - - 24 Jun 2007; Ryan Hill package.mask: - Mask media-fonts/twmoefonts for bug #115110. - - 23 Jun 2007; Wulf C. Krueger use.local.desc: - Added local USE flag taglib for media-sound/kid3. - - 23 Jun 2007; Sven Wegener use.local.desc: - Add local USE flag system-libvncserver for x11-misc/x11vnc. - - 23 Jun 2007; Jeroen Roovers use.local.desc: - q8/q32: Improve descriptions. - - 22 Jun 2007; Chris Gianelloni base/use.mask, - default-linux/alpha/use.mask, default-linux/amd64/use.mask, - default-linux/ia64/use.mask, default-linux/mips/use.mask, - default-linux/ppc/1.0/use.mask, default-linux/ppc/1.0_rc/use.mask, - default-linux/ppc/1.2/use.mask, default-linux/ppc/1.4/use.mask, - default-linux/ppc/2004.0/use.mask, default-linux/ppc/2004.1/use.mask, - default-linux/ppc/2004.2/use.mask, default-linux/ppc/2004.3/use.mask, - default-linux/ppc/2005.0/use.mask, default-linux/ppc/2005.1/ppc/use.mask, - default-linux/ppc/dev/ppc32/use.mask, - default-linux/ppc/dev/ppc64/2007.0/32bit-userland/use.mask, - default-linux/ppc/ppc32/use.mask, - default-linux/ppc/ppc64/2006.0/32bit-userland/use.mask, - default-linux/ppc/ppc64/2006.1/32bit-userland/use.mask, - default-linux/ppc/ppc64/2007.0/32bit-userland/use.mask, - default-linux/sparc/use.mask, default-linux/use.mask, - default-linux/x86/use.mask, hardened/amd64/use.mask, - hardened/ppc/use.mask, hardened/ppc64/use.mask, hardened/use.mask, - hardened/x86/use.mask, selinux/2005.1/alpha/use.mask, - selinux/alpha/use.mask, selinux/amd64/use.mask, selinux/mips/use.mask, - selinux/ppc/ppc32/use.mask, selinux/sparc/use.mask, selinux/use.mask, - selinux/x86/use.mask: - Moved clvm and tcc USE flags masking to the highest possible parent and - unmasking at highest possible point, rather than in leaf profiles. This is - for bug #159832. - - 22 Jun 2007; Steve Dibb use.local.desc: - Add amrnb, amrwb local use flags for mplayer - - 22 Jun 2007; Wulf C. Krueger package.mask: - Removed the mask for net-print/kink as bug 176857 is most likely resolved - and we need proper testing. - - 21 Jun 2007; Ryan Hill package.mask: - Mask net-dialup/multiimonc, bug #182748. - - 21 Jun 2007; Ulrich Mueller updates/2Q-2007: - Package move app-emacs/ebuild-mode to app-emacs/gentoo-syntax. - - 21 Jun 2007; Bernard Cafarelli use.local.desc: - vnc USE flag cleanup for NX packages - - 21 Jun 2007; Wulf C. Krueger package.mask: - Masked net-print/kink for removal wrt bug #176857. - - 21 Jun 2007; Timothy Redaelli package.mask: - Stable version of UPX released, beta version removed. - - 21 Jun 2007; Diego Pettenò use.local.desc: - Add mp4 useflag for Amarok (replaces AAC). - - 20 Jun 2007; Diego Pettenò use.local.desc: - Add dssi USE flag for rosegarden. - - 19 Jun 2007; Raúl Porcel package.mask: - Remove mask as it has been removed, bug 152520 - - 18 Jun 2007; Wulf C. Krueger use.local.desc: - Added gammu and obex for app-mobilephone/kmobiletools. - - 17 Jun 2007; Ulrich Mueller use.local.desc: - Add local nanoemacs flag for app-editors/jasspa-microemacs. - - 17 Jun 2007; Peter Weller package.mask: - Masked dev-util/larch wrt bug 180577 - - 17 Jun 2007; Mart Raudsepp use.desc: - Rename wxWindows to wxWidgets in the wxwindows USE flag description for now - - later can think about USE flag renaming - - 15 Jun 2007; Petteri Räty package.mask: - pmask dev-java/javahelp-bin and remove mask for dev-util/jcvs and - dev-java/j2ssh as they have been removed from the tree some time ago. - - 15 Jun 2007; Jeff Gardner use.local.desc: - Add vhosts and client-only USE flags for sci-chemistry/jmol. - - 13 Jun 2007; Raúl Porcel use.local.desc: - Add restrict-javascript USE-flag for www-client/mozilla-firefox-bin - - 12 Jun 2007; Raúl Porcel package.mask: - Remove net-p2p/deluge mask - - 09 Jun 2007; Petteri Räty package.mask: - 2006 --> 2007. bad drac. - - 09 Jun 2007; Petteri Räty package.mask: - package.mask dev-java/odmg for moving to java-experimental overlay - - 09 Jun 2007; Petteri Räty package.mask: - Remove some entries for packages that I have removed from the tree. - - 09 Jun 2007; Rémi Cardona package.mask: - Move Gnome 2.18 mask to arm/alpha/fbsd subprofiles, - effectively unmasking it for all other arches - - 09 Jun 2007; Ryan Hill package.mask: - Removed wxruby mask since it has been deleted from the tree. - - 07 Jun 2007; Raúl Porcel package.mask: - Remove removed packages, bugs 173064 142838 154645 168565 73987 - - 07 Jun 2007; Alon Bar-Lev package.mask: - Remove 855resolution, bug#159586 - - 07 Jun 2007; Christian Faulhammer use.desc, - use.local.desc: - making gsl a global USE flag - - 06 Jun 2007; Tiziano Müller package.mask: - Unmasking boost-1.34.0 - - 06 Jun 2007; Sébastien Fabbro use.local.desc: - Added sandbox local flag for sci-libs/scipy - - 06 Jun 2007; Samuli Suominen use.desc, use.local.desc: - Move xulrunner from local to global use. - - 06 Jun 2007; Matthias Schwarzott desc/dvb_cards.desc: - Added three new dvb_cards entries, Bug 174491. - - 05 Jun 2007; Alin Năstac use.local.desc: - Add extra-algorithms and weak-algorithms USE flags for openswan (#180472). - - 05 Jun 2007; Ulrich Mueller package.mask: - Mask for emacs-cvs extended to cover upstream version number change. - - 04 Jun 2007; Raúl Porcel thirdpartymirrors: - Remove archive.progeny.com, bug #180900 - - 04 Jun 2007; Jeroen Roovers package.mask: - Masking media-fonts/liberation-fonts-ttf until it is sorted out. - - 03 Jun 2007; Wulf C. Krueger package.mask: - Removed the mask for kde-base/dcopjava. - - 03 Jun 2007; Robert Buchholz base/use.mask, - default-linux/amd64/use.mask, default-linux/x86/use.mask: - Mask lcd_devices_luise in base and unmask in x86/amd64 - - 03 Jun 2007; Robert Buchholz - default-linux/sparc/use.mask, selinux/sparc/use.mask: - Removed old use.masks for app-misc/lcdproc (bug #148072) - - 02 Jun 2007; Robert Buchholz desc/lcd_devices.desc: - Added luise to LCD_DEVICES - - 02 Jun 2007; Wulf C. Krueger package.mask: - Removed mask for >=kde-misc/tork-0.13. Fixes bug 180330. - - 02 Jun 2007; Krzysiek Pawlik package.mask: - Remove mask for JWSDP. - - 02 Jun 2007; Ulrich Mueller package.mask: - Remove mask for removed app-editors/emacs-cvs-22.0.9999. - - 02 Jun 2007; Ulrich Mueller use.local.desc: - Add local use flags gzip-el, hesiod, sound, and toolkit-scroll-bars for - app-editors/emacs. - - 02 Jun 2007; Marius Mauch use.desc: - Add a notice about internal handling to the description of the "test" flag - - 01 Jun 2007; Sébastien Fabbro use.local.desc: - Added local use flag openmp and int64 for sci-libs/acml - - 31 May 2007; Christoph Mende use.local.desc: - Added local use flag rss for net-irc/eiwic - - 31 May 2007; Stefan Schweizer package.mask: - Mask new poppler rc - - 30 May 2007; Bjarke Istrup Pedersen package.mask: - Masked net-misc/upnp, going to be removed 20070629. - - 29 May 2007; Alin Năstac use.local.desc: - Add dev-util/nsis:config-log (#180060). - - 29 May 2007; Vlastimil Babka package.mask: - Removing removed packages from package.mask. - - 28 May 2007; Samuli Suominen use.desc, use.local.desc: - Moved dozen xscreensaver USE flags from local to global. - - 28 May 2007; Wulf C. Krueger use.local.desc: - Added kde-base/kdeutils:xscreensaver. - - 28 May 2007; Wulf C. Krueger use.local.desc: - Added kde-base/klaptopdaemon:xscreensaver. - - 28 May 2007; Alin Năstac use.local.desc: - Add net-proxy/squid:qos (#177020). - - 27 May 2007; Krzysiek Pawlik package.mask: - Remove masks of removed packages. - - 27 May 2007; Vlastimil Babka use.local.desc: - Add local bsf flag to dev-java/bsh - - 27 May 2007; Vlastimil Babka use.local.desc: - Add local bsf flag to dev-java/groovy. - - 27 May 2007; Vlastimil Babka use.local.desc: - Add new local useflag "bsf" for dev-java/jruby. - - 26 May 2007; Olivier Crête use.local.desc: - Remove console and custom-cflags use flag from pidgin - - 26 May 2007; Olivier Crête use.local.desc: - Add zephyr flag for net-im/pidgin - - 26 May 2007; Alexis Ballier package.mask: - mask new version of ocamlduce, needs ocaml 3.10 - - 26 May 2007; Alexis Ballier package.mask: - mask new release of dev-ml/ulex as it depends on ocaml 3.10 - - 26 May 2007; Krzysiek Pawlik package.mask: - Remove mask of jcs-bin. - - 26 May 2007; Alexis Ballier package.mask: - Mask ocaml 3.10.0 - - 24 May 2007; Alon Bar-Lev package.mask: - sys-apps/855resolution last rites - - 24 May 2007; Petteri Räty package.mask: - Package.masked =app-text/jasperreports-1.0.1 because it doesn't compile. See - bug #164074. - - 23 May 2007; Wulf C. Krueger use.desc: - Changed description for kdeenablefinal USE flag. Its use is strongly - discouraged. - - 23 May 2007; Christian Faulhammer use.local.desc: - add gnus USE flag for app-emacs/easypg - - 23 May 2007; Alistair John Bush package.mask: - Remove systray4j from package mask as it is gone from the tree. - - 21 May 2007; Paul Varner package.mask: - Added =app-portage/gentoolkit-dev-0.2.6.6 for echangelog testing. - - 21 May 2007; Jeroen Roovers package.mask: - Unmasking www-client/opera-9.21. - - 20 May 2007; Peter Weller - default-linux/amd64/2006.0/no-multilib/package.mask, - default-linux/amd64/2006.1/no-multilib/package.mask, - default-linux/amd64/2007.0/no-multilib/package.mask: - package.masked dev-lang/dmd-bin on amd64 no-multilib profiles - - 19 May 2007; Petteri Räty package.mask: - Package.mask dev-java/sun-javamail-bin as nothing is using it any more. - - 19 May 2007; Denis Dupeyron use.local.desc: - Added local USE flag epiphany for dev-embedded/ponyprog. - - 19 May 2007; Alon Bar-Lev package.mask: - Remove suspend2 group - - 18 May 2007; Raúl Porcel package.mask: - Remove www-servers/ncsa-httpd, www-servers/plb and net-im/aim-transport from - p.mask as they have been removed, bug 122134 150966 and 145858 - - 18 May 2007; Robin H. Johnson package.mask: - hardmask the prerelease of capistrano-2.0 for testing. - - 17 May 2007; Petteri Räty use.local.desc: - Add the test-framework local use flag for dev-java/commons-collections. - - 17 May 2007; Denis Dupeyron use.local.desc: - Added local USE flag gpac for media-video/kino. - - 17 May 2007; Alin Năstac package.mask: - Remove net-dialup/slirp & net-dialup/pppoed from the tree. - - 17 May 2007; Sven Wegener use.local.desc: - Drop gnustep-apps/cynthiune:arts from local USE flags, arts is already global. - - 16 May 2007; Vlastimil Babka use.local.desc: - Add local java5 useflag to dev-java/backport-util-concurrent and hyphenation - use flag to dev-java/fop. - - 16 May 2007; Joseph Jezak base/use.mask, - default-linux/amd64/use.mask, use.local.desc: - Add mplayer-bin use flag for mplayerplug-in on amd64. - - 16 May 2007; Markus Rothe hardened/ppc64/use.mask: - Add qt4 to use.mask in hardened ppc64 profile; bug #178779 - - 16 May 2007; Petteri Räty use.local.desc: - Add old-daemons and test-programs local use flags for net-wireless/bluez-utils. - - 16 May 2007; Rob Cakebread package.mask: - Removed from package.mask bug #167897 - - 15 May 2007; Matthias Schwarzott use.local.desc: - Add media-plugins/vdr-text2skin:direct_blit. - - 15 May 2007; Ulrich Mueller base/virtuals, - default-bsd/fbsd/6.2/sparc/virtuals, default-darwin/virtuals, - embedded/virtuals: - Removed old-style virtual/emacs and virtual/flim from profiles. - - 14 May 2007; Markus Ullmann use.local.desc: - add net-irc/unrealircd:showlistmodes - - 14 May 2007; Jeroen Roovers package.mask: - Mask =www-client/opera-9.21 until it goes into beta. - - 13 May 2007; Ulrich Mueller package.mask: - Mask Emacs live CVS ebuilds. - - 13 May 2007; Ryan Hill package.mask: - Mask new net-fs/sfs for testing. - - 15 May 2007; Petteri Räty package.mask: - Remove mask for dev-db/c-jdbc as it's gone from the tree. - - 11 May 2007; Raúl Porcel package.mask: - net-misc/aria has been removed, bug 153355 - - 11 May 2007; Timothy Redaelli package.mask: - Mask dev-db/firebird-2.0.1 for testing. - - 10 May 2007; Daniel Black thirdpartymirrors: - removed bad gnupg mirrors as per bug #177893 thanks Jakub - - 09 May 2007; Stefan Schweizer package.mask: - Package.mask new kpowersave and powersave bugs 170997 and 175933 - - 07 May 2007; Vlastimil Babka thirdpartymirrors: - Remove http://apache.get-software.com/ from apache mirrors, all distfiles - redirect to a 'domain-for-sale' page; not listed in Apache's mirror list - anymore. - - 07 May 2007; Stefan Schweizer package.mask: - Add new alsa-lib version-r1 to IUSE_PCM_PLUGIN masking - - 07 May 2007; Stefan Schweizer package.mask: - mask new alsa - - 07 May 2007; Gustavo Zacarias profiles.desc: - Add desktop and server profiles for 2007.0 sparc64 too - - 07 May 2007; Chris Gianelloni profiles.desc: - Update profiles on some arches to make 2007.0 stable. - - 07 May 2007; Gustavo Zacarias profiles.desc: - Better reflect reality for sparc profiles - - 07 May 2007; Raúl Porcel package.mask: - Various packages removed, for treecleaners - - 07 May 2007; Joerg Bornkessel use.local.desc: - add media-plugins/vdr-burn:projectx to use.local.desc - - 06 May 2007; Petteri Räty package.mask: - package.mask dev-java/jswat for bug 166976 and bug 166974. - - 06 May 2007; Robert Buchholz desc/lcd_devices.desc: - Add new LCD_DEVICES for app-misc/lcdproc-0.5.2 - - 06 May 2007; Denis Dupeyron use.local.desc: - Added local USE flag gnuplot for sci-electronics/gwave. - - 05 May 2007; Petteri Räty use.local.desc: - Add beanshell local use flag for app-benchmarks/jmeter. - - 05 May 2007; Raúl Porcel package.mask: - P.mask findutils-4.3.3 since it breaks, bug 177148 - - 04 May 2007; Ryan Hill package.mask: - Update app-pda/plucker mask comment. - - 04 May 2007; Ulrich Mueller base/virtuals, - embedded/virtuals: - Remove virtual/semi since it was provided only by app-emacs/semi. - - 04 May 2007; Krzysiek Pawlik package.mask: - Mask binary JWSDP. - - 04 May 2007; Raúl Porcel package.mask: - net-libs/rb_libtorrent unmasked as it's the final release - - 04 May 2007; Tobias Scherbaum use.local.desc: - Added local avfs use-flag for app-misc/worker - - 04 May 2007; Alistair John Bush package.mask: - Mask violinstrings as part of java migration/cleanup. - - 04 May 2007; Timothy Redaelli use.local.desc: - Add prediction use flag for pidgin wrt bug #176923. - Thanks to Tristan Heaven for reporting. - - 04 May 2007; Timothy Redaelli use.local.desc: - Add pidgin local use flags wrt bug #177000. - Thanks to jakub for reporting. - - 03 May 2007; Petteri Räty use.local.desc: - Add soundex local use flag to dev-db/sqlite requested in bug #143794. - - 03 May 2007; Timothy Redaelli package.mask: - Mask pidgin-2.0.0_beta7 - - 03 May 2007; Alistair John Bush package.mask: - Mask dev-java/openjgraph for removal to javas junkyard - - 02 May 2007; Alin Năstac use.local.desc: - Add bgpas4 USE flag for net-misc/quagga (#176657). - - 02 May 2007; Michael Marineau - default-linux/x86/no-nptl/2.4/package.mask: - Mask Xen for 2.4 kernel systems. - - 02 May 2007; Michael Marineau use.local.desc: - Add local use flag ioemu for xen-tools. - - 01 May 2007; Hans de Graaff package.mask: - Remove mask for rubygems-0.9.1 and better as rubygems-0.9.1 has left the tree - and rubygems-0.9.2 seems fine. See #162463 for details. - - 01 May 2007; Denis Dupeyron package.mask: - Removed mask on net-print/hpoj, package punted. - - 30 Apr 2007; Vlastimil Babka package.mask: - Masking dev-java/infobus-bin. - - 30 Apr 2007; Vlastimil Babka package.mask: - Mask dev-java/dbconnectionbroker-bin - - 30 Apr 2007; Sébastien Fabbro use.local.desc: - Added local use flag float for sci-libs/fftw-2 - - 30 Apr 2007; Petteri Räty package.mask: - package.mask rest of the Eclipse plugins. - - 30 Apr 2007; Petteri Räty package.mask: - Package.mask dev-util/eclipse-pydev-bin for removal to the junkyard. - - 30 Apr 2007; Sébastien Fabbro use.local.desc: - Added udunits local USE flag for sci-misc/ncview. - - 29 Apr 2007; Duncan Coutts package.mask: - Unmask dev-haskell/cabal-1.1.6.1 and dev-haskell/alex-2.1.0 which depended - on it - - 29 Apr 2007; Duncan Coutts package.mask: - removing dev-haskell/buddha from p.mask as that package has now been removed - from the tree - - 29 Apr 2007; Duncan Coutts package.mask: - masking new alex-2.1.0 pending the great ghc-6.6.x unmasking - - 29 Apr 2007; Vlastimil Babka package.mask: - Unmasking media-gfx/opcion. - - 29 Apr 2007; Maurice van der Pot use.local.desc: - Added webinterface local USE-flag for net-im/pyicq-t. - - 28 Apr 2007; Krzysiek Pawlik package.mask: - Mask dev-java/qat - - 28 Apr 2007; Vlastimil Babka package.mask: - Masking dev-java/sun-{connector-bin,dsml-bin,ejb-spec} for removal. - - 28 Apr 2007; Vlastimil Babka package.mask: - Masking dev-java/jmbus. - - 28 Apr 2007; Vlastimil Babka package.mask: - Masking eclipse-sdk versions below 3.2.1. - - 28 Apr 2007; Vlastimil Babka package.mask: - Masking dev-java/joscar for removal. - - 28 Apr 2007; Krzysiek Pawlik package.mask: - Mask dev-java/fesi - - 28 Apr 2007; Krzysiek Pawlik package.mask: - Mask dev-java/nice - - 27 Apr 2007; Sébastien Fabbro use.local.desc: - Added ncap2 and udunits flags for sci-misc/nco - - 27 Apr 2007; Krzysiek Pawlik package.mask: - Mask dev-java/jcs-bin - - 27 Apr 2007; Matthias Schwarzott desc/lirc_devices.desc: - Added new devices introduced with lirc-0.8.2_pre2. - - 27 Apr 2007; Denis Dupeyron use.local.desc: - Added fax and parport local USE flags for net-print/hplip. - - 26 Apr 2007; Alexis Ballier package.mask: - remove unneeded media-libs/mlt snapshot mask as its now gone as there are - official releases - - 26 Apr 2007; Steve Dibb package.mask: - Removing mplayer since ebuilds removed from tree - - 26 Apr 2007; Bernard Cafarelli package.mask: - Removing package.mask on NX split packages, removed from the tree - - 25 Apr 2007; Alexis Ballier use.local.desc: - gimpprint useflag for media-video/cinepaint - - 25 Apr 2007; Stefan Schweizer use.local.desc: - gimp for gimp-print - - 25 Apr 2007; Petteri Räty use.local.desc: - No ebuilds using no-seamonkey in the tree so removing the description. - - 25 Apr 2007; Paul Varner package.mask: - Added =app-portage/gentoolkit-dev-0.2.6.5 for echangelog testing. - - 25 Apr 2007; Bernard Cafarelli use.local.desc: - Add vnc USE flag for net-misc/nxserver-2xterminalserver - - 25 Apr 2007; Petteri Räty package.mask: - Remove mask for dev-java/eclipse-{core,osgi,jface} as they were removed from - the tree. package.mask ChangeLog - - 25 Apr 2007; Brent Baude profiles.desc: - Changing profiles.desc for the 2007 32bit profile from ppc64 to ppc to make - repoman happy - - 24 Apr 2007; Sven Wegener use.local.desc: - Add libsexy for media-sound/listen - - 24 Apr 2007; Alexis Ballier use.local.desc: - vlc dc1394 local useflag - - 23 Apr 2007; Sven Wegener updates/3Q-2004: - Resolve circular move for dev-java/datavision -> dev-java/datavision-bin - (3Q-2004) -> dev-java/datavision (4Q-2006) by removing the entry from - 3Q-2004. - - 23 Apr 2007; Petteri Räty - hardened/ppc/package.use.mask, +selinux/ppc/package.use.mask: - package.use.mask test for ~dev-util/checkstyle-4.3 because they require - virtual/jdk-1.6 to pass - - 21 Apr 2007; Fabian Groffen package.mask: - Unleash new style tcsh - - 20 Apr 2007; Raúl Porcel use.local.desc: - Add USE-flags for net-p2p/gift - - 20 Apr 2007; Raúl Porcel use.local.desc: - Add nomodules USE-flag for net-irc/znc - - 20 Apr 2007; Denis Dupeyron package.mask: - Removed mask on sci-electronics/modelsim since it was punted, see bug #169191. - - 19 Apr 2007; Christian Faulhammer use.desc: - mark gtk2 as deprecated - - 18 Apr 2007; Alexis Ballier package.mask: - Mask media-libs/libdca before adding it - - 18 Apr 2007; Raúl Porcel package.mask: - Unmasking mail-client/mozilla-thunderbird-2.0.0.0, finally released, yay - - 17 Apr 2007; Robert Buchholz use.local.desc: - added xspf USE flag for media-sound/herrie - - 17 Apr 2007; Christian Faulhammer - default-linux/amd64/2006.1/no-multilib/package.mask: - mask games-fps/postal2 for no-multilib profiles - - 17 Apr 2007; Alin Năstac package.mask: - P.mask net-dialup/slirp. - - 16 Apr 2007; Christian Faulhammer use.local.desc: - added sound and hesiod USE flags for app-editors/emacs-cvs - - 16 Apr 2007; Raúl Porcel package.mask: - Unmask net-libs/xulrunner - - 16 Apr 2007; Raúl Porcel package.mask: - P.mask net-libs/xulrunner again until i fix it - - 15 Apr 2007; Stefan Schweizer package.mask: - Remove obsolete unsermake and captive masks, remove loudmouth mask because - latest version is stable and works with apps - - 15 Apr 2007; Raúl Porcel package.mask: - Unmask xulrunner again - - 15 Apr 2007; Raúl Porcel package.mask: - P.mask net-libs/xulrunner until i fix it - - 15 Apr 2007; Stefan Schweizer use.local.desc: - Add console use for linphone - - 15 Apr 2007; philantrop@gentoo.org use.local.desc: - Added local USE flags hddtemp and ibmacpi for kde-misc/ksensors. - - 14 Apr 2007; Stefan Schweizer package.mask: - Remove scons, libzvt and wengophone masks - - 13 Apr 2007; Stefan Schweizer package.mask: - xcb kaffeine mask no longer used - - 13 Apr 2007; Stefan Schweizer use.local.desc: - Add real useflag for xine-lib - - 12 Apr 2007; Robert Buchholz use.local.desc: - Added local uses for media-sound/herrie - - 12 Apr 2007; Raúl Porcel package.mask: - Unmask app-admin/quickswitch, since users request it - - 12 Apr 2007; Petteri Räty package.mask: - Package.mask dev-java/jdbc3-postgresql for removal in 30 days. Use - dev-java/jdbc-postgresql instead. - - 11 Apr 2007; Raphael Marichez use.local.desc: - Add dbtool local USE-flag for app-forensics/sleuthkit-2.08 - - 11 Apr 2007; Tony Vroon use.local.desc: - Add sname local USE-flag for net-im/ejabberd-1.1.3-r1. - - 10 Apr 2007; Petteri Räty use.local.desc: - Add jsapi local use flag for app-accessibility/freetts. - - 09 Apr 2007; Raúl Porcel package.mask: - Mask various packages for treecleaners, app-admin/cpu -> bug 173064, - app-admin/quickswitch -> bug 134335, app-misc/jive -> bug 142838, - app-text/mgv -> bug 154645, net-misc/dhcp-agent -> bug 168565, - x11-plugins/wmmail -> bug 73987 - - 09 Apr 2007; Raúl Porcel package.mask: - net-misc/e100 has been removed from the tree - - 08 Apr 2007; Raúl Porcel package.mask: - Update mask for mozilla-thunderbird, enigmail - - 08 Apr 2007; Petteri Räty package.mask: - Mask dev-db/c-jdbc for removal to the junkyard. - - 07 Apr 2007; Stefan Schweizer package.mask: - Unmask gfontview again, as bug 154671 is invalid - - 07 Apr 2007; Stefan Schweizer package.mask: - mask for removal app-misc/gfontview - - 07 Apr 2007; Petteri Räty package.mask: - dev-util/eclipse-cdt and dev-util/ecletex removed from the tree - - 07 Apr 2007; Petteri Räty use.local.desc: - Add postscript and dia local use flags of media-gfx/inkscape. - - 07 Apr 2007; Petteri Räty - hardened/amd64/use.mask, selinux/amd64/use.mask: - Use use.mask for emf instead of !amd64 atom in media-gfx/pstoedit. - - 06 Apr 2007; Petteri Räty package.mask: - Mask dev-java/aterm-java because it does not build and upstream is dead. - - 05 Apr 2007; Alexis Ballier package.mask: - unmask media-video/ffmpeg-0.4.9_p20070330, non pic safe asm has been - disabled for x86 and amd64, it has stopped bleeding - - 03 Apr 2007; Raúl Porcel package.mask: - Mask net-p2p/qbittorrent-0.9.0, as it depends in rc version of rb_libtorrent - - 03 Apr 2007; Raúl Porcel package.mask: - Bleh, unmask firefox-1.5* again - - 03 Apr 2007; Raúl Porcel package.mask: - Mask rc versions of net-libs/rb_libtorrent - - 03 Apr 2007; Raúl Porcel package.mask: - Re-mask =www-client/mozilla-firefox-1.5*, unmasked in 2.4 profiles, bug 173250 - - 02 Apr 2007; Peter Volkov package.mask: - Removed mask from not in the tree xfig-3.2.5_alpha5. - - 02 Apr 2007; Raúl Porcel package.mask: - Add www-client/mozilla-firefox[-bin]-1.5* to p.mask, as Mozilla is dropping - support from 24 Apr 2007, pending removal in 14 days - - 01 Apr 2007; Piotr Jaroszyński use.local.desc: - Add sys-apps/paludis:portage. - - 01 Apr 2007; Alexis Ballier package.mask: - Mask media-video/ffmpeg-0.4.9_p20070330 - - 31 Mar 2007; Carsten Lohrke package.mask: - Mask kde-misc/krusader beta releases - - 31 Mar 2007; Denis Dupeyron package.mask: - Removed mask on picptk as the package was punted as promised in bug #166598. - - 30 Mar 2007; Petteri Räty package.mask: - package.mask dev-java/saxon-bin for removal in 30 days - - 30 Mar 2007; Steev Klimaszewski use.local.desc: - Add disk-partition and mactel useflags for sys-apps/hal for supporting - disk partitioning and mac book pro utils - - 29 Mar 2007; Steev Klimaszewski use.local.desc: - Add dell useflag for sys-apps/hal for Dell support via libsmbios - - 29 Mar 2007; Steev Klimaszewski package.mask: - Package mask hal-0.5.9_rc2 and app-misc/hal-info-20070326 - - 29 Mar 2007; Petteri Räty package.mask: - Package mask dev-java/javatar for removal to the java junkyard. - - 28 Mar 2007; Piotr Jaroszyński package.mask: - Add =app-pda/libopensync-plugin-synce-0.20 to p.mask. - - 28 Mar 2007; Alexis Ballier use.local.desc: - ocsigen ocamlduce useflag - - 28 Mar 2007; Raúl Porcel package.mask: - Delete net-p2p/freenet from p.mask, since it has been removed from the tree, - bug 72996 - - 27 Mar 2007; Petteri Räty package.mask: - Package.mask dev-util/jcvs and dev-java/j2ssh for removal to the java - junkyard in 30 days. - - 26 Mar 2007; Markus Ullmann package.mask: - Drop openldap 2.1 mask - - 26 Mar 2007; Bernard Cafarelli package.mask: - Package.masked NX components split ebuilds, pending removal on 26 Apr 2007 - - 25 Mar 2007; package.mask: - Mask virtual/x11, bug 168328 - - 25 Mar 2007; Alexis Ballier use.local.desc: - prokyon3 taglib useflag - - 24 Mar 2007; Paul Varner package.mask: - Remove package.mask for app-portage/gentoolkit-dev. echangelog changes - have been reverted. - - 25 Mar 2007; Alexis Ballier package.mask: - Unmask beast 0.7.1, its now fine with guile 1.8 - - 24 Mar 2007; Mike Doty package.mask: - mask media-video/{spca5xx,gspca} in favor of media-video/gspcav1 - unmask media-video/gspcav1 - bug 159176 - - 24 Mar 2007; Paul Varner package.mask: - Update package.mask for app-portage/gentoolkit-dev to indicate testing - status. - - 24 Mar 2007; Steev Klimaszewski package.mask: - Add consolekit which is needed by Gnome's 2.18 release of GDM - - 24 Mar 2007; Steve Dibb package.mask: - Unmask media-libs/nas - - 24 Mar 2007; Steve Dibb package.mask: - Unmask transcode-1.0.3 - - 24 Mar 2007; Petteri Räty package.mask: - Package.mask =app-portage/gentoolkit-dev-0.2.6.3 because it generates bad - entries for bumps (bug #172017) - - 24 Mar 2007; package.mask: - Package removals: libzvt+deps: gnomesu, xsu2, root-portal - - 24 Mar 2007; package.mask: - Remove removal p.mask of removed modular X broken pkges - - 23 Mar 2007; Raúl Porcel use.local.desc: - Remove www-client/mozilla USE-flags, as it has been removed from the tree - - 23 Mar 2007; Steve Dibb use.local.desc: - Add vidix use flag for mplayer - - 22 Mar 2007; Steve Dibb use.local.desc: - Remove unnecessary local use flags from media-video/mplayer - - 22 Mar 2007; Steve Dibb use.local.desc: - Add srt use flag for media-video/ogmrip - - 22 Mar 2007; Steve Dibb use.local.desc: - Add mplayer local use flags - - 21 Mar 2007; Raúl Porcel package.mask: - Remove media-video/kdenlive mask because that version has been removed - - 19 Mar 2007; Raúl Porcel package.mask: - P.mask www-servers/plb, for treecleaners bug 150966 - - 19 Mar 2007; Raúl Porcel package.mask: - Remove www-client/mozilla[-bin] from p.mask since it has been removed from - the tree, bug 135257 - - 18 Mar 2007; Steve Dibb use.local.desc: - Add more mplayer use flags - - 18 Mar 2007; Raúl Porcel package.mask: - Add net-im/aim-transport to p.mask for removal by treecleaners too - - 18 Mar 2007; Raúl Porcel package.mask: - Add www-servers/ncsa-httpd for removal in 60 days, treecleaners, and add - date to drac's mask - - 18 Mar 2007; Raúl Porcel package.mask: - Remove net-irc/cyclone as it has been removed from the tree, bug 152480 - - 18 Mar 2007; Raúl Porcel package.mask: - Fix mask for net-p2p/amule, bug 171341 - - 17 Mar 2007; Petteri Räty - default-linux/amd64/use.mask, - +hardened/amd64/package.use.mask, hardened/amd64/use.mask, - +selinux/amd64/package.use.mask, selinux/amd64/use.mask: - Unmasked ASIHPI driver for >=media-sound/alsa-driver-1.0.14_rc3. - - 17 Mar 2007; Ryan Hill package.mask: - Remove net-im/ohphone mask due to its removal. (bug #105670) - - 17 Mar 2007; Petteri Räty package.mask: - package.mask alsa-lib-1.0.14_rc3-r1 as it has the experimental midi use flag - - 16 Mar 2007; Markus Ullmann use.local.desc: - modify wrapper useflag for app-emulation/virtualbox - - 16 Mar 2007; package.mask: - p.mask ghc-bin-6.6 for testing. - - 16 Mar 2007; Raúl Porcel package.mask: - Mask CVS snapshots of amule - - 16 Mar 2007; Steve Dibb use.local.desc: - Add postproc, nuv local use flags to media-video/transcode - - 14 Mar 2007; Denis Dupeyron package.mask: - Masked sci-electronics/modelsim pending removal on 14 Apr 2007. - - 13 Mar 2007; Raúl Porcel package.mask: - Remove net-p2p/mnet from p.mask as it's has been removed from the tree, bug - 166887 - - 13 Mar 2007; Christian Faulhammer use.local.desc: - remove invalid USE flags for app-emacs/remember - - 13 Mar 2007; Steve Dibb package.mask: - p.mask transcode snapshots - - 13 Mar 2007; Michael Sterrett - default-linux/x86/use.mask: - pbbuttond use flag needs stable app-laptop/pbbuttonsd first - - 12 Mar 2007; Christian Faulhammer - default-linux/x86/use.mask: - unmask macbook and pbbuttonsd USE flags, remove USE flag ibm as it is masked - in base profile - - 11 Mar 2007; Raúl Porcel package.mask: - Add net-misc/aria2 to p.mask pending removal for treecleaners, bug 153355 - - 11 Mar 2007; Raúl Porcel package.mask: - Update mask for thunderbird/enigmail - - 11 Mar 2007; Tom Knight use.local.desc: - Added five local USE flags for mail-filter/spamassassin-fuzzyocr - - 11 Mar 2007; package.mask: - mask dev-util/scons-0.96.95 because it fails with qt3 apps, bug 169101 - - 10 Mar 2007; Steve Dibb package.mask: - unmask ivtv - - 10 Mar 2007; Christian Marie package.mask: - Removing net-www/bk_edit's mask as it is removed from the tree. - - 09 Mar 2007; Petteri Räty package.mask: - Removed dev-java/jess-bin from the tree so removing the mask. - - 09 Mar 2007; Steve Dibb use.local.desc: - Add cdaudio, wav to media-sound/mpfc - - 08 Mar 2007; Raúl Porcel package.mask: - p.mask wrt bug, 108022, bug 110298, bug 115407, bug 117665, bug 137329 and - bug 164144, for removal in 60 days - - 08 Mar 2007; package.mask: - remove bogus dmraid mask, bug 139860, treecleaners is dead - - 07 Mar 2007; package.mask: - package.mask dev-lang/ghc-6.6 and deps - - 07 Mar 2007; Chris Gianelloni package.mask: - Removing nwn/nwn-data from mask. I'm sure this will make Mr_Bones_ happy. - - 06 Mar 2007; package.mask: - Unsermake is utterly broken and no longer used, please uninstall - immediatelly. will be removed asap - - 06 Mar 2007; Joerg Bornkessel use.local.desc: - added x11-themes/skinenigmang-logos:dxr3 - install logos for lower osd color - deep on dxr3 cards to use.local.desc - - 06 Mar 2007; Christian Faulhammer use.desc: - removed global emacs-w3 USE flag - - 05 Mar 2007; Piotr Jaroszyński use.local.desc: - Remove out-of-date entries. - - 05 Mar 2007; Alexis Ballier use.local.desc: - media-video/dvd-slideshow themes useflag - - 05 Mar 2007; Tony Vroon ChangeLog: - Add cube & iris USE-flags for media-plugins/audacious-plugins-ugly. - - 05 Mar 2007; Raúl Porcel package.mask: - Removed net-libs/gecko-sdk mask as it's removed - - 05 Mar 2007; Petteri Räty use.local.desc: - Added the local xulrunner use flag introduced in dev-java/swt-3.2.2. - - 04 Mar 2007; Timothy Redaelli package.mask: - Unmasked bsdtar2 - - 04 Mar 2007; Piotr Jaroszyński selinux/packages: - Fix incomplete sys-apps/fcron -> sys-process/fcron move. - - 04 Mar 2007; Christian Faulhammer - default-linux/x86/no-nptl/2.4/package.mask: - masked >=sys-apps/iproute2-2.6.19.20061214 on no-nptl profiles with kernel - 2.4 and packages depending on at least that version - - 04 Mar 2007; Christian Faulhammer - hardened/x86/package.mask: - masked >=sys-apps/iproute2-2.6.19.20061214 on hardened profiles with kernel - 2.4 and packages depending on at least that version - - 03 Mar 2007; Raúl Porcel use.local.desc: - Remove mozbranding from sunbird and thunderbird, bug 168409, for firefox - we'll have to wait until bug 165555 gets done. - - 03 Mar 2007; Markus Ullmann package.mask: - Drop net-analyzer/prelude-nagios per bug #165006 - - 03 Mar 2007; Markus Ullmann package.mask: - Drop net-analyzer/prelude-nids per bug #164294 - - 03 Mar 2007; Piotr Jaroszyński use.local.desc: - Sort use.local.desc file. - - 02 Mar 2007; Samuli Suominen - mask xfce4-artwork - - 02 Mar 2007; Steve Dibb use.local.desc: - add ivtv use flag to mplayer - - 01 Mar 2007; Denis Dupeyron package.mask: - Removed mask on dev-embedded/gpsim-led and dev-embedded/gpsim-logic as they - were punted, see bug #96578. - - 28 Feb 2007; Charlie Shepherd use.local.desc: - Add libkarma use flag for amarok - - 28 Feb 2007; Denis Dupeyron package.mask: - Masked dev-embedded/picptk, see bug #166598. - - 28 Feb 2007; Markus Ullmann use.local.desc: - Add various app-emulation/virtualbox* useflags - - 28 Feb 2007; Timothy Redaelli use.local.desc: - Add local use pch to media-sound/{mumble,murmur} - - 28 Feb 2007; Petteri Räty use.local.desc: - Add ffi local use flag for dev-java/jamvm - - 28 Feb 2007; Petteri Räty use.local.desc: - Added gconf local use flag for dev-java/gnu-classpath - - 28 Feb 2007; Daniel Black - default-linux/mips/use.mask, selinux/2005.1/mips/use.mask, - selinux/mips/use.mask, uclibc/mips/use.mask: - use.masked l7-filter on mips as per bug #150343 until tested - - 28 Feb 2007; Christian Birchinger package.mask: - remove package.mask entry for >=media-plugins/audacious-dumb-0.40 - because media-sound/audacious RC versions are not masked anymore - - 28 Feb 2007; Timothy Redaelli use.local.desc: - Add local use pch to media-sound/{mumble,murmur} - - 28 Feb 2007; Petteri Räty package.mask: - Remove package.mask for net-p2p/azureus-bin because that package was removed - from the tree with a move to net-p2p/azureus. - - 28 Feb 2007; Petteri Räty package.mask: - package.mask dev-java/avalon-logkit-bin in favor of dev-java/avalon-logkit - - 27 Feb 2007; Alexis Ballier package.mask: - beast 0.7.1 mask, bug #163146 - - 27 Feb 2007; Raúl Porcel package.mask: - Add net-p2p/freenet pending for removal, bug 72996 - - 27 Feb 2007; package.mask: - mask other modular X offenders, app-i18n/skkinput, bug 139792, - media-video/xiron, bug 116233 - - 27 Feb 2007; package.mask: - Mask media-libs/libhydrogen for removal, bug 153202 - - 27 Feb 2007; use.local.desc: - New local use flag for net-analyzer:cacti - - 27 Feb 2007; package.mask: - Remove deleted packagemasks for nxserver - - 26 Feb 2007; Steve Dibb package.mask: - Mask older mplayers for pending removal, security bug 159727 - - 26 Feb 2007; Steve Dibb package.mask: - Unmask mplayer-bin - - 26 Feb 2007; Steve Dibb use.desc, use.local.desc: - Move musicbrainz from local to global use flag - - 26 Feb 2007; Christian Faulhammer use.local.desc: - added bbdb USE flag for app-emacs/wanderlust - - 24 Feb 2007; Robert Buchholz desc/lcd_devices.desc, - use.local.desc: - New use for app-misc/lcd4linux - - 24 Feb 2007; Zac Medico - base/use.force, base/use.mask, default-bsd/use.mask, - default-bsd/fbsd/use.force, default-darwin/use.force, - default-darwin/use.mask, uclibc/use.force, uclibc/use.mask: - Mask and force ELIBC, KERNEL, and USERLAND flags that apply to specific - profiles. - - 24 Feb 2007; Christian Faulhammer use.local.desc: - added kpoll and smp USE flags for dev-lang/erlang - - 23 Feb 2007; Alexis Ballier use.local.desc: - xdtv schedule useflag added - - 23 Feb 2007; Sébastien Fabbro use.local.desc: - added root, numarray and fits local use flags for sci-visualization/hippodraw - - 22 Feb 2007; Raúl Porcel use.local.desc: - Add mozbranding use flag for app-office/mozilla-sunbird to use.local.desc - - 22 Feb 2007; Steve Dibb package.mask: - p.mask media-tv/ivtv-0.10.0 - - 20 Feb 2007; Chris Gianelloni - default-bsd/fbsd/make.defaults, default-linux/make.defaults, - hardened/amd64/make.defaults, hardened/ppc/make.defaults, - hardened/ppc64/make.defaults, hardened/x86/2.6/make.defaults, - hardened/x86/2.6/minimal/make.defaults, hardened/x86/make.defaults, - selinux/2005.1/x86/hardened/make.defaults: - Removed all of the last instances of dlloader in the tree and also made sure - nobody had GRP_STAGE23_USE anymore, since catalyst hasn't used it for well - over a year. - - 20 Feb 2007; Raúl Porcel package.mask: - p.mask www-client/mozilla[-bin] again for removal, bug 135257 - - 20 Feb 2007; Simon Stelling package.mask: - p.mask app-portage/emool; it's the wrong approach to the wrong problem - - 20 Feb 2007; Raúl Porcel package.mask: - Remove masks for net-p2p/{g2gui,bittorrent-stats} and net-firewall/firestorm - as they're removed from the tree - - 20 Feb 2007; Timothy Redaelli package.mask: - Removed nvidia-freebsd - - 19 Feb 2007; Chris Gianelloni use.local.desc: - Removed the dlloader USE flag wrt bug #166759. - - 19 Feb 2007; Sébastien Fabbro use.local.desc: - added umfpack local USE flag - - 19 Feb 2007; Robert Buchholz selinux/sparc/use.mask: - Include the lcdproc masks in sparc's selinux profiles, too (bug #148072) - - 18 Feb 2007; Steve Dibb package.mask: - p.mask newer versions of mplayer-bin for testing - - 18 Feb 2007; Jurek Bartuszek package.mask: - Removed dev-util/codeblocks from package.mask - - 18 Feb 2007; Raúl Porcel package.mask: - Add net-irc/cyclone for removal, bug 152480 - - 17 Feb 2007; Raúl Porcel package.mask: - p.mask beta version of net-irc/dircproxy - - 17 Feb 2007; Raúl Porcel package.mask: - Remove net-irc/ctrlproxy mask, seems to work fine - - 17 Feb 2007; Raúl Porcel package.mask: - update mask for enigmail && mozilla-thunderbird - - 16 Feb 2007; Raúl Porcel use.local.desc: - Add moznopango USE-flag to app-office/mozilla-sunbird - - 15 Feb 2007; Markus Ullmann package.mask: - mask net-analyzer/netwatch for removal - - 15 Feb 2007; Markus Ullmann use.local.desc: - Add app-emulation/virtualbox-bin:additions - - 15 Feb 2007; Markus Ullmann use.local.desc: - Add app-emulation/virtualbox:(additions|sdk) - - 15 Feb 2007; Jurek Bartuszek package.mask, use.local.desc: - Added dev-util/codeblocks to package.mask, needs testing - Added contrib USE flag for dev-util/codeblocks - - 14 Feb 2007; Christian Faulhammer use.local.desc: - add mp4 USE flag for media-sound/cmus - - 14 Feb 2007; Raúl Porcel package.mask: - p.mask net-p2p/mnet bug 166887 - - 14 Feb 2007; Christian Faulhammer updates/1Q-2007: - slotmove app-editors/emacs-18* - - 14 Feb 2007; Steve Dibb package.mask: - mask wordpress 2.1 - - 13 Feb 2007; Alon Bar-Lev package.mask: - Added >=sys-apps/suspend2-userui-0.7.0, bug#166609 - - 12 Feb 2007; Alexis Ballier use.local.desc: - Add media-sound/shntool wavpack useflag - - 12 Feb 2007; Raúl Porcel use.local.desc: - Add net-p2p/museek+ to use.local.desc - - 12 Feb 2007; Piotr Jaroszyński use.local.desc: - Add irda useflag for app-pda/libopensync-plugin-irmc and http,obex for - app-pda/libopensync-plugin-syncml. - - 12 Feb 2007; Sandro Bonazzola package.mask: - Masking app-arch/rpm-4.4.7-r3, unmasking app-arch/rpm-4.4.7-r2 - - 11 Feb 2007; Diego Pettenò use.local.desc: - Add midi useflag for alsa-tools. - - 11 Feb 2007; Samuli Suominen package.mask: - Mask dev-libs/{libtc,tc2,tc2-modules} and media-video/tcvp. - - 11 Feb 2007; Steve Dibb package.mask: - Unmask libmtp and amarok - - 10 Feb 2007; Alexis Ballier use.local.desc: - vlc sdl-image use flag - - 10 Feb 2007; Petteri Räty updates/1Q-2007: - Add a move from net-p2p/azureus-bin to net-p2p/azureus. - - 09 Feb 2007; Chris Gianelloni - default-linux/packages.build: - Moved autoconf/automake/libtool before coreutils in packages.build for - default-linux, which should resolve bug #165787. - - 09 Feb 2007; Alon Bar-Lev package.mask: - Added >=sys-kernel/suspend2-sources-2.6.20 - - 09 Feb 2007; Petteri Räty package.mask: - Package.mask dev-java/jess-bin. - - 09 Feb 2007; Sébastien Fabbro use.local.desc: - Added an smp use flag for sci-libs/acml. - - 09 Feb 2007; Diego Pettenò use.local.desc: - Add xcb useflags for xine-lib and kaffeine. - - 09 Feb 2007; Christian Faulhammer use.local.desc: - USE flag festival for app-emacs/chess - - 08 Feb 2007; Jeroen Roovers use.local.desc: - Fix bug #165887. - - 08 Feb 2007; Alexis Ballier use.local.desc: - media-sound/noteedit 2.8.1 useflags - - 08 Feb 2007; Chris Gianelloni thirdpartymirrors: - Removed ftp.edome.net from beyondunreal mirrors. This leaves us with only - one mirror in this set. If you know of another mirror for this set, please - file a bug on it. Closing bug #161690. - - 08 Feb 2007; Alexis Ballier package.mask: - Remove pointless avidemux mask - - 08 Feb 2007; Christian Birchinger package.mask: - Added >=media-plugins/audacious-dumb-0.40 - - 07 Feb 2007; Jeroen Roovers use.local.desc: - ming to flash for mapserver in use.local.desc - - 06 Feb 2007; Renat Lumpau package.mask: - Mask bleeding edge version of www-apps/bugzilla - - 06 Feb 2007; Renat Lumpau use.local.desc: - Added www-apps/bugzilla:modperl - - 06 Feb 2007; Chris Gianelloni thirdpartymirrors: - Added http://home.coc-ag.de/dressler-ro/liflg/files/native to liflg mirror - list. - - 07 Feb 2007; Jeroen Roovers use.desc, use.local.desc: - Fix flash / ming placement in use{,.local}.desc (bug #144534). - - 04 Feb 2007; Chris Gianelloni - default-linux/packages.build: - Added sys-devel/autoconf, sys-devel/automake, and sys-devel/libtool to - default-linux/packages.build for bug #155387. - - 04 Feb 2007; Charlie Shepherd use.local.desc: - Add vpopmail use-flag for courier-authlib - - 03 Feb 2007; Tristan Heaven thirdpartymirrors: - Add ggz mirrors - - 03 Feb 2007; Charlie Shepherd use.local.desc: - Remove net-im/kopete references - it has been killed - - 03 Feb 2007; Michael Marineau - default-linux/x86/no-nptl/2.4/package.mask: - Mask sys-apps/chname for 2.4, requires features in 2.6.19. - - 02 Feb 2007; Tristan Heaven use.local.desc: - Add media-libs/allegro:vga - - 02 Feb 2007; Chris Gianelloni use.local.desc: - Added device-mapper to use.local.desc for parted, since it now has optional - device-mapper support. - - 02 Feb 2007; Markus Ullmann package.mask: - mask net-analyzer/prelude-nagios for removal - - 02 Feb 2007; Nguyễn Thái Ngọc Duy use.local.desc: - Add rubygems:server - - 02 Feb 2007; Alexis Ballier package.mask: - Updating avidemux mask reason - - 02 Feb 2007; Tristan Heaven package.mask: - games-fps/doomlegacy removed from the tree - - 01 Feb 2007; Markus Ullmann use.local.desc: - Add mask for bug #164924 - - 01 Feb 2007; Diego Pettenò use.local.desc: - Add daap useflag for amarok. - - 01 Feb 2007; Markus Ullmann use.local.desc: - Add net-analyzer/base:signatures - - 01 Feb 2007; Markus Ullmann package.mask: - Cleaned zodiac - - 01 Feb 2007; Steve Dibb package.mask: - Remove dxr2-driver, treecleaned, bug 153365 - - 31 Jan 2007; Denis Dupeyron package.mask: - package.mask'd dev-embedded/gpsim-logic pending removal on 1 March 2007 at - the latest. - - 31 Jan 2007; Peter Weller package.mask: - Added thunar-volman to package.mask - - 31 Jan 2007; Steve Dibb package.mask: - p.mask nas-1.8 for testing - - 31 Jan 2007; Steve Dibb package.mask: - Package masked libmtp-0.1.3 for testing - - 30 Jan 2007; Raúl Porcel use.local.desc: - Move branding USE-flag to mozbranding in mail-client/mozilla-thunderbird, - bug 157335 - - 30 Jan 2007; Raúl Porcel use.local.desc: - Add xforms USE-flag for www-client/seamonkey, bug 164591 - - 30 Jan 2007; Denis Dupeyron package.mask: - package.mask'd dev-embedded/gpsim-led pending removal on 1 March 2007 at the - latest. See bug #96578. - - 30 Jan 2007; Diego Pettenò use.local.desc: - Add midi useflag for media-sound/alsa-driver. - - 29 Jan 2007; Leonardo Boshell package.mask: - Added entries for GNOME-DB 3.0 packages, for testing purposes. - - 29 Jan 2007; Timothy Redaelli use.local.desc: - Add custom-cflags use to zsnes - - 29 Jan 2007; Marijn Schouten use.local.desc: - add gambit gcc-opts use flag - - 28 Jan 2007; Denis Dupeyron package.mask: - Deleted mask for app-emulation/i8086emu, package removed. See bug #153190. - - 28 Jan 2007; Christian Heim use.local.desc: - Removing stale entries for sys-cluster/util-vserver, sys-cluster/vzctl and - sys-cluster/vserver-utils (which is long gone from the tree). - - 27 Jan 2007; Marijn Schouten use.local.desc: - add guile-1.8.1 use flag descriptions - - 26 Jan 2007; Jeroen Roovers use.local.desc: - Add multislot and multitarget USE flags for sys-devel/binutils-hppa64 (bug - #163351). - - 26 Jan 2007; Donnie Berkholz ; package.mask: - Pull monolithic Xorg. It's moved to the (new) x11 overlay, accessible via - layman. - - 26 Jan 2007; Patrick McLean use.local.desc: - Add "isc" USE flag for net-dns/dnsmasq - - 25 Jan 2007; Petteri Räty package.mask: - package.masked =dev-java/asm-3* because it uses splitted ant - - 25 Jan 2007; Petteri Räty use.local.desc: - Rename servlet-2.3 and servlet-2.4 use flags to servlet-2_3 and servlet-2_4 - because you can't use dots in use flag names. - - 25 Jan 2007; Patrick McLean use.local.desc: - Add tftp USE flag for net-dns/dnsmasq - - 24 Jan 2007; Alon Bar-Lev package.mask: - Remove sys-apps/pcsc-ase-iiie-drv - - 24 Jan 2007; Hanno Boeck package.mask: - Remove mask for kerry, as 0.2.x is now the stable series. - - 22 Jan 2007; Jeff Gardner use.local.desc: - Add double-precision to sci-chemistry/gromacs in use.local.desc. - - 22 Jan 2007; Alon Bar-Lev use.local.desc: - Added app-crypt/ccid:nousb, closes bug#163347, thanks to jakub - - 22 Jan 2007; Markus Rothe hardened/ppc/use.mask, - hardened/ppc64/use.mask, selinux/ppc/use.mask: - added lcd_devices_graphlcd to use.mask; bug #150925 - - 22 Jan 2007; Mart Raudsepp use.local.desc: - Fix spelling mistakes in rhythmbox:tagwriting description, bug 163235 - - 21 Jan 2007; Vlastimil Babka use.local.desc: - Adding new local USE flags descriptions for dev-java/ant-tasks-1.7.0. - - 21 Jan 2007; Peter Volkov use.local.desc: - +app-doc/gimp-help:webinstall for app-doc/gimp-help - - 20 Jan 2007; Mike Doty package.mask: - removed media-video/gspcav1 from package.mask - - 18 Jan 2007; Christian Faulhammer use.local.desc: - removed local USE flag vnc for net-misc/ltsp - - 18 Jan 2007; Marijn Schouten use.local.desc: - added g-wrap:glib - - 18 Jan 2007; Robert Buchholz desc/lcd_devices.desc: - Removed some lcd_devices that should not have been in there - - 18 Jan 2007; Patrick McLean use.local.desc: - Add suid USE flag for sys-fs/ntfs3g. - - 18 Jan 2007; Jeff Gardner use.local.desc: - Add mopac7 USE flag to sci-chemistry/ghemical. - - 18 Jan 2007; Jeff Gardner - default-linux/amd64/use.mask, use.local.desc: - Add gamess USE flag for sci-chemistry/ghemical-2.10 - - 17 Jan 2007; Robert Buchholz +desc/lcd_devices.desc: - Add desc for new LCD_DEVICES USEs - - 16 Jan 2007; Diego Pettenò use.local.desc: - Add midi useflag for media-sound/alsa-utils. - - 16 Jan 2007; Sandro Bonazzola package.mask: - masking app-arch/rpm-4.4.7-r2 for testing - - 15 Jan 2007; Joerg Bornkessel updates/1Q-2007: - move media-video/requant media-video/m2vrequantizer - - 15 Jan 2007; Luca Longinotti updates/1Q-2007: - Move mod_survey from www-apache/ to www-apps/. - - 14 Jan 2007; Luca Longinotti updates/1Q-2007: - Slotmove mod_bw back to 0. - - 14 Jan 2007; Ryan Hill package.mask: - Releasing wxmozilla snapshot. - - 13 Jan 2007; Ioannis Aslanidis package.mask: - Removed mask for kde-mis/katalog-0.4_pre1; no longer in the tree. - - 13 Jan 2007; Joshua Baergen package.mask: - Mask x11-apps/mkcfm since it's deprecated and doesn't build (bug #157112, - Vincent). - - 13 Jan 2007; Luca Longinotti package.mask: - Mask pglogd for removal. - - 13 Jan 2007; Robert Buchholz use.local.desc: - Add rss and mpd local use flag for app-misc/lcd-stuff - - 13 Jan 2007; Marijn Schouten package.mask: - masked ancient guile-gtk - - 12 Jan 2007; Raúl Porcel package.mask: - Mask net-p2p/teknap for removal, bug 153268 - - 12 Jan 2007; Luca Longinotti package.mask: - Remove mysql-slotted mask, as mysql-slotted is gone from the tree. - - 12 Jan 2007; Marijn Schouten hkBst@gentoo.org package.mask: - remove obsolete bigloo-lib - - 12 Jan 2007; Luca Longinotti updates/1Q-2007: - Move sys-apps/mysql to dev-db/mysql-init-scripts. - - 12 Jan 2007; Chris Gianelloni package.mask: - Added app-admin/livecd-ng to mask for removal. - - 11 Jan 2007; Michael Sterrett use.local.desc: - clean out a bunch of unused local use flags - - 09 Jan 2007; Chris Gianelloni package.mask: - Add games-action/d2x-rebirth to the Descent 2 mask. - - 09 Jan 2007; Chris Gianelloni use.local.desc: - Added local USE flags for games-actions/d2x-rebirth. - - 09 Jan 2007; Chris Gianelloni package.mask: - Typo fix. - - 09 Jan 2007; Chris Gianelloni package.mask: - Added games-action/d1x to package.mask since games-action/d1x-rebirth - supercedes it. - - 09 Jan 2007; Chris Gianelloni use.local.desc: - Added local USE for games-action/d1x-rebirth. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2008 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2008 deleted file mode 100644 index d485a63e3a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2008 +++ /dev/null @@ -1,4422 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2008,v 1.1 2012/01/02 19:10:18 dilfridge Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 31 Dec 2008; Paul Varner package.mask: - Add mask for gentoolkit-dev-0.2.6.9 for testing of echangelog - subversion/git support. Bug 176337 - - 31 Dec 2008; Paul Varner package.mask: - Masking app-portage/esearch-0.7.1 due to being broken with latest versions - of portage - - 31 Dec 2008; Ben de Groot package.mask: - Masking ~mplayer-1.0_rc2_p27725 for security reasons, bug 251017 - - 30 Dec 2008; Peter Volkov package.mask, use.desc: - Unmasked wordpress, bug #168529. - - 30 Dec 2008; Diego E. Pettenò package.mask: - Remove outdated entries. - - 30 Dec 2008; Ben de Groot arch/sparc/package.use.mask: - Add firefox3 useflag mask for gtk-engines-qtcurve on sparc - - 30 Dec 2008; Ben de Groot package.mask: - Remove x264 entry, no longer needed. Fixes bug 105016 from my side. - - 29 Dec 2008; Torsten Veller package.mask: - Masks for dev-perl/tagged and =perl-core/File-Spec-3.2701 no longer needed - - 29 Dec 2008; Gordon Malm package.mask: - Masked RSBAC-related ebuilds for eventual removal. - - 29 Dec 2008; Paul Varner package.mask: - Bug #105016 - Remove mask for app-portage/gentoolkit-0.2.4_rc1 since it is - no longer in the tree. - - 29 Dec 2008; Zac Medico package.mask: - Bug #105016 - Remove foomatic-db-20000000 masks. Masks for pseudo-downgrades - like these typically aren't needed now that bug #252167 is fixed. - - 29 Dec 2008; Hans de Graaff package.mask: - Remove hpricot mask since the broken version is removed from the tree. - - 29 Dec 2008; Raúl Porcel profiles.desc: - Remove duped profiles on profiles.desc - - 29 Dec 2008; Torsten Veller package.mask: - Mask mail-client/xfmail, mail-client/elm, net-mail/ezmlm, - net-mail/ezmlm-idx, net-mail/ezmlm-idx-mysql, net-mail/ezmlm-idx-pgsql - - 29 Dec 2008; Bernard Cafarelli package.mask: - Unmask new gnustep release, gorm 1.2.8 is here - - 29 Dec 2008; Diego E. Pettenò package.mask: - Remove mask on libarchive 2.6 since it has been released. - - 27 Dec 2008; Gilles Dartiguelongue package.mask: - make x11-misc/goats following up on bug #248564. - - 27 Dec 2008; Hans de Graaff package.mask: - Unmasking gnome-do-0.6 and its plugins. - - 26 Dec 2008; Vlastimil Babka package.mask: - Resurrect pdftk and keyjnote. - - 26 Dec 2008; Stephanie Lockwood-Childs - arch/amd64/no-multilib/package.mask, - default-linux/amd64/2007.0/no-multilib/package.mask: - package.masked dev-util/biew on amd64 no-multilib profiles - - 25 Dec 2008; Mike Frysinger package.mask: - Drop rlocate mask since the package is no longer in the tree. - - 25 Dec 2008; Mike Frysinger package.mask: - Move sandbox-1.3.x into ~arch. - - 24 Dec 2008; package.mask: - Mask monolithic gstreamer. Drop .a and .la files. - - 24 Dec 2008; Gilles Dartiguelongue updates/4Q-2008: - slotmove x11-themes/metacity-themes-1.1 to slot 0, bug #236226. - - 23 Dec 2008; Petteri Räty package.mask: - Add >=obex-data-server-0.4 to net-wireless/bluez mask. Fixes - bug #249315. - - 23 Dec 2008; Hans de Graaff package.mask: - Provide better description for ruby 1.8.7 mask - - 23 Dec 2008; Diego E. Pettenò package.mask: - Mask udhcp and tinylogin. - - 23 Dec 2008; Raúl Porcel profiles.desc: - Remove ppc32 profiles that have been removed - - 22 Dec 2008; Hans de Graaff package.mask: - Revert the ruby-config package.mask. It must stay around long enough for - currently installed dev-lang/ruby ebuilds to run their pkg_postrm and the - current situation also causes problems for paludis' resolver which uses the - actually installed ebuilds rather than the current portage ones. - - 22 Dec 2008; Ulrich Mueller package.mask: - Unmask app-admin/eselect-{ctags,emacs}-1.8. - - 22 Dec 2008; Raúl Porcel profiles.desc: - Comment invalid profiles until they get removed - - 22 Dec 2008; Christian Faulhammer package.mask: - unmask mail-client/claws-mail-3.7.0 - - 22 Dec 2008; Bernard Cafarelli package.mask: - Mask new gnustep-base release until matching gorm is available - - 22 Dec 2008; Christian Faulhammer package.mask: - mask mail-client/claws-mail and new plugins to make version bump painless - for users - - 21 Dec 2008; Ulrich Mueller package.mask: - Mask app-admin/eselect-{ctags,emacs}-1.8 for testing, bug 251847. - - 21 Dec 2008; Hans de Graaff package.mask: - Masked dev-ruby/ruby-config for removal, bug #251833 - - 21 Dec 2008; package.mask: - Because Portaudio v18 was removed from tree, we don't have any use for - pablio which was now removed from tree. Nmrpipe was also removed, because - it can't be fetched, is closed source and was using deprecated XView - library which was 32bit only. XView was also removed. - - 20 Dec 2008; Rémi Cardona package.mask: - add net-print/omni and x11-misc/fluxbg to package.mask - - 20 Dec 2008; Jeremy Olexa package.mask: - Remove entry for net-im/gnome-jabber -> gone. - - 20 Dec 2008; Jeremy Olexa package.mask: - p.mask many packages.. see package.mask file with new entries for today with - my name on them. - - 20 Dec 2008; Christoph Mende package.mask: - Masked x11-libs/xfc for removal - - 20 Dec 2008; Peter Alfredsen package.mask: - Masking katoob for removal - - 20 Dec 2008; Hans de Graaff package.mask: - Mask latest version of dev-ruby/hpricot due to installation problems - - 20 Dec 2008; Peter Alfredsen package.mask: - Freetype has been pruned, punting pkg.mask - - 19 Dec 2008; Matthias Schwarzott package.mask: - Unmask sys-fs/udev-135-r2 and sys-apps/openrc-0.4.0 - - 19 Dec 2008; Raúl Porcel - targets/desktop/make.defaults: - Add xulrunner USE-flag to the make.default of desktop profile - - 17 Dec 2008; Torsten Veller package.mask: - Mask dev-perl/SOAP for removal (#247410) - - 16 Dec 2008; Doug Goldstein package.mask: - unmask 100.14.19 since several users have reported this being the last - version that works with their hardware - - 16 Dec 2008; Tiziano Müller package.mask: - Added new slotted ebuilds for boost and boost-build as well as - eselect-boost - - 16 Dec 2008; Peter Volkov package.mask: - Masking net-dialup/ivcall. Fails to build, bug #247946. Somebody needs to - port it to new spandsp interface - - 15 Dec 2008; Rémi Cardona package.mask: - remove old intel p.mask entries - - 15 Dec 2008; Peter Volkov package.mask: - Unmasking spandsp as upstream told us to use >=spandsp-0.0.6_pre2. Fix - packages if they fail to work with this version of spandsp. For hints how - to fix take a look here: - http://www.soft-switch.org/installing-spandsp.html - - 15 Dec 2008; Rémi Cardona package.mask: - unleash xorg-server 1.5.3 and evdev 2.1.0 - - 15 Dec 2008; Ben de Groot package.mask: - Unmasking fltk:2 and dillo-2.0, bug 246445 - - 15 Dec 2008; Rémi Cardona package.mask: - mask evdev version to go with xorg-server 1.5.3 - - 15 Dec 2008; Rémi Cardona package.mask: - update xorg-server 1.5.3 p.mask, should be there only a day or two - - 14 Dec 2008; Paul Varner package.mask: - Package mask app-portage/udept due to dead upstream - - 14 Dec 2008; Jeremy Olexa package.mask: - more package removals cleanup - - 14 Dec 2008; Jeremy Olexa package.mask: - Cleanup for non-existant packages - package removals - - 14 Dec 2008; Bjarke Istrup Pedersen use.local.desc: - Adding local use flags for psybnc. - - 14 Dec 2008; Gilles Dartiguelongue package.mask: - Masked gucharmap for testing until tree is fixed, see bug #243160. - - 14 Dec 2008; Alin Năstac package.mask: - P.mask net-proxy/squirm. - - 14 Dec 2008; package.mask: - net-voip/linphone and media-libs/mediastreamer was removed for bug 189774, - plaase see bug 246494 for new versions. - - 13 Dec 2008; Hans de Graaff package.mask: - Add gnome-do-plugins to gnome-do mask - - 13 Dec 2008; Alin Năstac package.mask: - Remove =net-proxy/privoxy-3.0.8 and net-dialup/{bewan-adsl,eagle-usb} atoms - from p.mask (packages were removed from the tree). - - 13 Dec 2008; Alexis Ballier package.mask: - mask sv 1.4 along with vamp sdk 2.0 - - 13 Dec 2008; Alexis Ballier package.mask: - mask vamp-plugin-sdk 2.0; api changes - - 12 Dec 2008; Doug Goldstein package.mask: - masking soon to be removed nvidia-drivers versions package.mask - - 12 Dec 2008; package.mask: - Removing nemesi and fenice, masked since 05 Jan 2008 for security issues. - They are also deprecated and replaced by libnemesi and feng. - - 12 Dec 2008; Steve Dibb package.mask: - p.mask >=media-libs/xvid-1.2.0 for general testing, lots of reverse deps - - 11 Dec 2008; package.mask: - Unmask dev-php5/ffmpeg-php thanks to b3hzat at gmail.com wrt #250636. - - 11 Dec 2008; Santiago M. Mola package.mask: - Unmask app-shells/bash-completion (bug #250027). - - 11 Dec 2008; Jim Ramsay package.mask: - Masking live x11-wm/fluxbox-9999 ebuild - - 11 Dec 2008; package.mask: - Mask net-voip/linphone for removal in 30 days by treecleaners and media, - bugs 189774 and 218102. - - 11 Dec 2008; package.mask: - Removed DirectFB-extra. Doesn't work with recent DirectFB or FFMPEG. - - 11 Dec 2008; Alexis Ballier package.mask: - adjust ocaml 3.11 mask reason - - 11 Dec 2008; package.mask: - Removed dev-db/rekall and two unused mpeg4ip versions that have been - masked for months. - - 10 Dec 2008; Matthias Schwarzott package.mask: - Mask udev-135-r2 for redesign of init-script. - - 10 Dec 2008; package.mask: - Unmask media-sound/potamus which builds again. - - 10 Dec 2008; Diego E. Pettenò package.mask: - Remove pam_sha512 masking. - - 09 Dec 2008; Peter Alfredsen package.mask: - Drop wvstreams p.mask as per bug 247677. - - 08 Dec 2008; Torsten Veller package.mask: - Mask ~dev-perl/Net-Amazon-S3-0.48 - - 08 Dec 2008; Jeremy Olexa - arch/amd64/package.use.mask, default-linux/amd64/2007.0/package.use.mask: - Remove use flag mask on spell for opera ebuild because aspell works on amd64 - now, bug 136853 - - 07 Dec 2008; Jeremy Olexa package.mask: - p.mask dev-db/rekall, net-p2p/apollon, app-portage/kuroo, & kde-misc/komics - for removal in 60 days. bug #250217 - - 07 Dec 2008; Jeremy Olexa package.mask: - p.mask net-analyzer/sysmon for removal in 60 days, bug #153258 - - 07 Dec 2008; Jeremy Olexa package.mask: - sys-apps/usbd removed, bug #225301 - - 07 Dec 2008; Luca Barbato package.mask: - FFmpeg live ebuild - - 07 Dec 2008; package.mask: - Removed sys-libs/detect from tree wrt #244411. - - 06 Dec 2008; Robin H. Johnson package.mask: - Block >sys-process/audit-1.7.4 because the old init scripts+rules cause - weird breakage with the new versions still. WIP. - - 06 Dec 2008; Matthias Schwarzott package.mask: - Remove mask entries for no longer existing udev ebuilds. - - 06 Dec 2008; Arun Raghavan package.mask: - Masking gnome-extra/gnome-do-0.6 till gnome-extra/gnome-do-plugins-0.6 is - added to the tree - - 06 Dec 2008; package.mask: - Removed unmaintained xfce-extra/pynetworkmanager. - - 05 Dec 2008; Jeroen Roovers package.mask: - Mask www-client/opera-10. - - 05 Dec 2008; Robert Buchholz package.mask: - Update networkmanager-0.7.0 mask - - 05 Dec 2008; Sébastien Fabbro package.mask: - Masked sci-libs/scipy-0.7.0_beta1 - - 05 Dec 2008; Raúl Porcel profiles.desc: - 2006.1 x86 profile has been removed - - 04 Dec 2008; Tomas Chvatal package.mask: - Add new networkmanager stuff (0.7.0) to the package mask. - - 04 Dec 2008; Jeremy Olexa updates/4Q-2008: - pkgmove net-misc/gtk2-ssh-askpass net-misc/ssh-askpass-fullscreen due to a - name change from upstream - - 04 Dec 2008; Bernard Cafarelli package.mask: - Last rites mask net-misc/nxclient-2xterminalserver and - net-misc/nxserver-2xterminalserver, bug #249799 - - 04 Dec 2008; Robin H. Johnson package.mask: - Add warning to package.mask about invalid atoms. - - 03 Dec 2008; Tomas Chvatal package.mask: - ktorrent 3.2_beta added to the mask. - - 03 Dec 2008; package.mask: - www-apps/phpcollab, www-apps/net2ftp, and www-apps/moregroupware were - removed from the tree. - - 03 Dec 2008; package.mask: - Mask media-libs/pablio which is a separate library for deprecated - Portaudio v18. - - 02 Dec 2008; Alin Năstac package.mask: - Unmask net-misc/br2684ctl (#204186). - - 02 Dec 2008; Ulrich Mueller arch/amd64/package.use.mask, - default-linux/amd64/package.use.mask, hardened/amd64/package.use.mask, - hardened/linux/amd64/package.use.mask: - Remove app-editors/jove X from package.use.mask in amd64 profiles, since - the package doesn't have the flag anymore, bug 88334. - - 02 Dec 2008; Christian Faulhammer package.mask: - mask mail-client/claws-mail-smime for removal as it has been integrated - into Claws Mail itself - - 02 Dec 2008; package.mask: - Mask x11-libs/xview for bugs bugs 88334, 244190, 245408 and 245409. - - 02 Dec 2008; Chris PeBenito - default/linux/package.mask: - Update selinux package masking on non-selinux profiles for setools, which - depends on the masked libsepol. - - 02 Dec 2008; Tobias Scherbaum package.mask: - p.mask mail-filter/procmail-3.22-r9 - - 02 Dec 2008; Jeremy Olexa package.mask: - p.mask app-emulation/xcopilot, bug #246891 - - 02 Dec 2008; Jeremy Olexa package.mask: - p.mask kde-misc/kio_perldoc, bug 249308 - - 01 Dec 2008; Alin Năstac package.mask: - P.mask net-misc/br2684ctl (#248082). - - 01 Dec 2008; Christoph Mende profiles.desc: - Removed 2006.1 profiles - - 01 Dec 2008; Tomas Chvatal - desc/foo2zjs_devices.desc: - Update foo2zjs devices list. - - 01 Dec 2008; package.mask: - Removed media-sound/cantus because it moved to new upstream and there is - nothing working out yet. Removed media-sound/workman because it's using - deprecated xview library. - - 30 Nov 2008; Ulrich Mueller updates/4Q-2008: - Slotmove app-doc/elisp-manual. - - 30 Nov 2008; Peter Alfredsen package.mask: - Mono-2 is ready for ~arch. - - 30 Nov 2008; Peter Alfredsen package.mask: - Add mono-addins-0.4 to mono-2 mask - - 30 Nov 2008; Ulrich Mueller package.mask: - Package mask app-emacs/emacs-daemon. - - 30 Nov 2008; Robin H. Johnson package.mask: - Fix loki_val's package.mask corruption typo. - - 30 Nov 2008; Peter Alfredsen package.mask: - Something more for mono-2 package.mask. - - 29 Nov 2008; Gilles Dartiguelongue desc/cameras.desc: - add description for a new kind of camera. - - 28 Nov 2008; Tiziano Müller package.mask: - p.masked bluez and bluez-gnome-1.8 - - 27 Nov 2008; Gilles Dartiguelongue package.mask: - Masking net-misc/logjam and net-news/straw - - 27 Nov 2008; Gilles Dartiguelongue package.mask: - update gnome-mount/policykit mask for gnome-mount-0.8 bump. - - 27 Nov 2008; Mike Frysinger package.mask: - Remove ncurses-5.7 mask -- just disable berkdb in ebuild. - - 26 Nov 2008; MATSUU Takuto package.mask: - remove posadis mask - - 26 Nov 2008; Peter Alfredsen package.mask: - Force removal of non-working gtksourceview-sharp versions. - - 26 Nov 2008; Matthias Schwarzott package.mask: - Finally unmask udev-133, it is finished now. - - 26 Nov 2008; Peter Alfredsen package.mask: - Gnome-sharp and gnome-desktop-sharp added to mono-2 mask - - 25 Nov 2008; Peter Alfredsen package.mask: - Another couple of packages depending on the great mono-2 unmasking - - 25 Nov 2008; Peter Alfredsen package.mask: - monopod doesn't build with mono-2 - - 25 Nov 2008; Peter Alfredsen package.mask: - dopi doesn't build with mono-2, bug 212097 - - 25 Nov 2008; Ben de Groot package.mask: - Remove mask on qscintilla-python - - 25 Nov 2008; Jim Ramsay package.mask: - Many good reports received, unmasking native 64-bit flash plugin - - 25 Nov 2008; package.mask: - Mask media-sound/cantus for removal by treecleaners and sound in 30 days. - No working version from old, or new upstream. - - 24 Nov 2008; package.mask: - Rename my old e-mail drac at gentoo.org. - - 24 Nov 2008; Tomas Chvatal - arch/amd64/package.use.mask, arch/x86/package.use.mask, - base/package.use.mask: - Mask bindist use for sci-misc/boinc for all arch expect x86/amd64 - - 24 Nov 2008; Zac Medico package.mask: - Mask portage-2.2 so portage-2.1.6 can get some testing. - - 24 Nov 2008; Marcelo Goes use.local.desc: - Update net-analyzer/snort local use flags for bug 245752. Thanks to Jason - Wallace . - - 23 Nov 2008; Peter Alfredsen package.mask: - Another entry for mono-2 package.mask. - - 23 Nov 2008; Peter Alfredsen package.mask: - adding webkit-sharp to mono-2 mask - - 23 Nov 2008; Peter Alfredsen package.mask: - banshee too... - - 23 Nov 2008; Peter Alfredsen package.mask: - add f-spot to mono-2 mask - - 23 Nov 2008; Zac Medico updates/3Q-2005: - Remove an old slotmove from 0 to 18 for =media-libs/portaudio-18* since - it has no purpose now that another slotmove in 3Q-2008 reverses it. - - 22 Nov 2008; Thilo Bangert package.mask: - remove qmail-vmailmgr mask - - 22 Nov 2008; Peter Alfredsen package.mask: - Start mono-2 package.mask - - 22 Nov 2008; Jeremy Olexa package.mask: - p.mask app-admin/gps for removal in 30 days. bug #173584 - - 22 Nov 2008; Torsten Veller package.mask: - Enforce downgrade: File-Spec-3.2701 is File-Spec-3.27.01 now - - 22 Nov 2008; Ulrich Mueller use.desc: - Update description of plotutils flag since it is not limited to gnuplot. - - 20 Nov 2008; Ulrich Mueller package.mask: - Unmask app-emacs/quilt-el. - - 20 Nov 2008; Jeremy Olexa package.mask: - p.mask net-im/gnome-jabber for removal in 30 days, bug 152940 - - 20 Nov 2008; Jeremy Olexa package.mask: - removed net-misc/ssh from the tree, pending removal for years. bug #139969 - - 20 Nov 2008; Jeremy Olexa package.mask: - clean for non-existant packages - - 20 Nov 2008; Jeremy Olexa package.mask: - clean up p.mask - net-libs/libpcap-ringbuffer was removed from the tree, bug - #208702 - - 20 Nov 2008; Jeremy Olexa package.mask: - Add dev-db/fastdb to p.mask for removal in 60 days. - - 19 Nov 2008; Peter Alfredsen package.mask: - Adding xsp to mono-2 mask - - 19 Nov 2008; Peter Alfredsen package.mask: - Add monobasic to mono-2 mask - - 19 Nov 2008; Peter Alfredsen package.mask: - Initial mask for mono-2 ebuilds. - - 19 Nov 2008; Peter Alfredsen package.mask: - Bug 211327 fixed, removing mask. - - 19 Nov 2008; Matthias Schwarzott package.mask: - Mask udev-133 for intrusive changes. Unmask once they are done and tested. - - 19 Nov 2008; Jeremy Olexa package.mask: - p.mask media-sound/workman for removal in 30 days - - 19 Nov 2008; MATSUU Takuto package.mask: - Masked =media-fonts/ja-ipafonts-0.0.20040715 for bug #196340. - - 19 Nov 2008; Jeremy Olexa package.mask: - clean up p.mask file after, app-admin/powertweak, x11-base/xdirectfb, - app-emulation/sheepshaver treecleaner bugs were processed - - 19 Nov 2008; Torsten Veller package.mask: - Removed dev-perl/ modules after moving them to perl-core/. - Remove masked perl modules from 21 Oct 2008. - - 18 Nov 2008; Ulrich Mueller package.mask: - Package mask app-emacs/quilt-el. - - 18 Nov 2008; Torsten Veller updates/4Q-2008, - package.mask: - Mask old perl modules. Add move entries to updates/ - - 18 Nov 2008; Torsten Veller package.mask: - Unmask new perl virtuals - - 17 Nov 2008; Tobias Scherbaum package.mask: - Remove mask on >=sys-block/open-iscsi-2.0.868_rc1, works for me plus older - versions are broken on somewhat current kernel versions. - - 17 Nov 2008; Jim Ramsay package.mask: - The NEW 64-bit version of flash player is alpha, p.mask it until it's a - wee bit more tested (Bug #247200) - - 16 Nov 2008; Matthias Schwarzott package.mask: - Mask udev-132 for Bugs #246849, #246927 and #246938. - - 16 Nov 2008; Peter Volkov package.mask: - Masking development version of socat. - - 15 Nov 2008; Vlastimil Babka package.mask: - Remove dev-lisp/abcl-cvs from tree and package.mask. - - 15 Nov 2008; Petteri Räty package.mask: - Remove .ebuild from the ati-drivers entry. - - 15 Nov 2008; Luca Barbato package.mask: - Mask recent ati-drivers with 1.5 support - - 14 Nov 2008; Hanno Boeck package.mask: - Mask broken libchipcard-4.2.1. - - 13 Nov 2008; Peter Alfredsen ChangeLog: - Punt denemo package.mask, 0.8.0 is ok with new portaudio - - 13 Nov 2008; Jeremy Olexa package.mask: - Remove games-simulation/cultivation from p.mask. removed from tree - - 12 Nov 2008; Peter Alfredsen package.mask: - Masking old freetype releases in preparation for removal - - 11 Nov 2008; Peter Alfredsen package.mask: - ffmpeg2theora-9999 punted, removing mask entry. - - 11 Nov 2008; Jeremy Olexa package.mask: - Lift p.mask for app-admin/osiris because many people wanted it to stay. bug - #245479 - - 10 Nov 2008; Jeremy Olexa package.mask: - p.mask media-radio/tucnak1, media-radio/tucnak1-data and media-radio/ssbd - for removal in 30 days, bug #241284 - - 10 Nov 2008; Christoph Mende package.mask: - Mask xfce-extra/pynetworkmanager for removal - - 10 Nov 2008; Jeremy Olexa package.mask: - dev-lang/palmos-sdk depends on dev-lang/prc-tools so that must be masked as - well - - 10 Nov 2008; Alexis Ballier package.mask: - unmask lyx 1.6.0 now that it's the final release - - 09 Nov 2008; Tomas Chvatal package.mask: - Remove KDE-4.1.3 from package.mask - - 09 Nov 2008; Serkan Kaba package.mask: - Removed dev-java/gnu-jaxp from the tree. - - 09 Nov 2008; Gilles Dartiguelongue package.mask: - Clean up GNOME 2.24 mask, gnome-desktop and gnome-settings-deamon - dependant packages are all in tree now. - - 07 Nov 2008; Joe Peterson package.mask: - Remove mask of media-gfx/povray betas - new beta 29 appears improved - - 07 Nov 2008; Ben de Groot updates/4Q-2008: - Move x11-themes/lxappearance to lxde-base/lxappearance - - 07 Nov 2008; Ben de Groot categories: - Adding lxde-base category - - 07 Nov 2008; Robin H. Johnson package.mask: - Unmask grub r8. - - 06 Nov 2008; Gilles Dartiguelongue package.mask: - Add gnome-panel and gnome-applets to GNOME 2.24 mask. - - 06 Nov 2008; Ulrich Mueller package.mask: - Remove mask of app-emacs/vm-8.0.11.581 since it was removed from the tree. - - 06 Nov 2008; Jim Ramsay package.mask: - Unmask flash, as new version 9 is in the tree, and presumably fixed some - of the previous security bugs - - 06 Nov 2008; Zac Medico arch/amd64/package.use.mask, - arch/x86/use.mask, default-linux/amd64/package.use.mask, - default-linux/x86/use.mask, hardened/ia64/use.mask, - hardened/x86/2.6/use.mask, hardened/x86/use.mask: - Bug #245662 - Remove all unmaskings of the "real" USE flag. - - 05 Nov 2008; Robin H. Johnson package.mask: - grub-0.97-r8 time. - - 05 Nov 2008; Steve Dibb package.mask: - Mask realplayer, real codecs for security, upstream issues, bug 245662 - - 05 Nov 2008; Christoph Mende - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Unmasked >=app-emulation/virtualbox-bin-1.6 on no-multilib - - 04 Nov 2008; Doug Goldstein - targets/desktop/make.defaults: - remove kerberos from the desktop profile as discussed on the ML - - 04 Nov 2008; Jeremy Olexa package.mask: - p.mask app-admin/osiris for removal in 60 days, bug #245479 - - 04 Nov 2008; Jeremy Olexa package.mask: - p.mask dev-lang/prc-tools for removal in 60 days. bug #245476 - - 03 Nov 2008; Jeremy Olexa package.mask: - p.mask sys-apps/usbd for removal in 30 days. bug #225301 - - 03 Nov 2008; Jeremy Olexa package.mask: - remove p.mask entry on x11-misc/obpager since it was remvoed from the tree, - bug #226007 - - 04 Nov 2008; Gilles Dartiguelongue package.mask: - add gnome-settings-daemon & gnome-control-center to the GNOME 2.24 mask - since they depend on the masked gnome-desktop. - - 03 Nov 2008; Daniel Black package.mask: - package masking app-crypt/truecrypt due to Legal problems #241650 causing - distribution problems #245322 and build problems #237493 - - 03 Nov 2008; Daniel Black thirdpartymirrors: - hal.csd.auth.gr is broken - removing from thirdpartymirrors - - 03 Nov 2008; Jeremy Olexa package.mask: - p.mask =sys-libs/ncurses-5.7 (proxy commit for Cardoe) - - 03 Nov 2008; Raúl Porcel package.mask: - net-dns/resolvconf-gentoo has been removed - - 03 Nov 2008; Raúl Porcel package.mask: - Update my p.masks - - 01 Nov 2008; ChangeLog: - - add tslib to input_devices.desc for future xorg options input_devices.desc - - 01 Nov 2008; Zac Medico arch/amd64/package.use.mask, - default-linux/amd64/package.use.mask, hardened/amd64/package.use.mask: - Bug #244947 - Unmask media-libs/win32codecs[real] to satisfy - media-libs/realcodecs dependency. - - 01 Nov 2008; Torsten Veller package.mask: - Adding new dual-lifed modules for perl-5.10 - - 31 Oct 2008; Ulrich Mueller base/virtuals, - embedded/virtuals: - Remove virtual/tetex, bug 222501. - - 31 Oct 2008; Jeroen Roovers package.mask: - Remove www-client/opera-9.60 snapshot mask. - - 31 Oct 2008; Torsten Veller package.mask: - Mask dev-perl/tagged for removal - - 31 Oct 2008; Jorge Manuel B. S. Vicetto - package.mask: - Updated thunderbird mask entry as the mips team no longer does stable - keywords. - - 31 Oct 2008; Jorge Manuel B. S. Vicetto - package.mask: - Removed the compiz-fusion-0.7.8 mask now that it has been in the tree for - a few days. - - 28 Oct 2008; Matthias Schwarzott package.mask: - Mask sys-fs/udev-130-r2 for its new init-script to be used with not-yet - commited openrc-versions. - - 28 Oct 2008; Markus Dittrich package.mask: - Masked new upstream revision of paraview since there's still an interface - glitch with Qt-4.4.2 that needs to be taken care of. - - 28 Oct 2008; Steve Dibb package.mask: - Unmask sword-modules, old removed, new virtual in place - - 27 Oct 2008; Jim Ramsay package.mask: - Masking package.mask: - net-www/xxv-1.2.1359 x11-themes/xxv-skins-1.3.59 masked for testing - - 27 Oct 2008; MATSUU Takuto package.mask: - remove distcc mask - - 27 Oct 2008; Federico Ferri package.mask: - masked >=newt-0.52.10, bug #212676, until unmask of tcl-8.5* - - 27 Oct 2008; Rémi Cardona package.mask: - remove the final traces of xf86-video-i810 - - 25 Oct 2008; Tomas Chvatal (scarabeus) - package.mask: - Specify explicitly blocked versions for openttd mask, since 0.6.3 does not - suffer with security issue. - - 25 Oct 2008; Peter Volkov package.mask: - Unmasking beta versions of kchmviewer. Although still beta it works and is - quite useful for ~arch users... - - 24 Oct 2008; Joshua Kinard use.local.desc: - New local USE flag for gcc to control fixed-point arithmetic support for - MIPS targets. - - 24 Oct 2008; Joe Peterson package.mask: - Removed masking for removed packages (media-sound/slimserver, - media-sound/softsqueeze, media-plugins/slimserver-alienbbc) - - 23 Oct 2008; Rémi Cardona package.mask: - add patched version of xorg-server to p.mask until properly tested - - 22 Oct 2008; Timo Gurr package.mask: - Remove mumble mask. - - 22 Oct 2008; Rémi Cardona updates/3Q-2008: - pkgmove from xf86-video-i810 to xf86-video-intel - - 22 Oct 2008; Rémi Cardona package.mask: - remove xf86-video-intel from p.mask - - 22 Oct 2008; Rémi Cardona arch/alpha/use.mask, - arch/amd64/make.defaults, arch/arm/use.mask, arch/hppa/use.mask, - arch/mips/use.mask, arch/powerpc/use.mask, arch/sparc/use.mask, - arch/x86/make.defaults, default-bsd/fbsd/6.2/x86/make.defaults, - default-linux/alpha/use.mask, default-linux/amd64/make.defaults, - default-linux/arm/use.mask, default-linux/hppa/use.mask, - default-linux/ia64/make.defaults, default-linux/mips/use.mask, - default-linux/ppc/dev/ppc32/use.mask, - default-linux/ppc/dev/ppc64/2007.0/32bit-userland/use.mask, - default-linux/ppc/dev/ppc64/2007.0/64bit-userland/use.mask, - default-linux/ppc/dev/ppc64/2007.0/multilib/use.mask, - default-linux/ppc/dev/ppc64/2007.1/32bit-userland/use.mask, - default-linux/ppc/dev/ppc64/2007.1/64bit-userland/use.mask, - default-linux/ppc/ppc32/use.mask, - default-linux/ppc/ppc64/2007.0/32bit-userland/use.mask, - default-linux/ppc/ppc64/2007.0/64bit-userland/use.mask, - default-linux/sparc/use.mask, default-linux/x86/make.defaults, - desc/video_cards.desc, hardened/amd64/make.defaults, - hardened/ia64/make.defaults, hardened/linux/powerpc/ppc64/use.mask, - hardened/linux/x86/make.defaults, hardened/ppc/use.mask, - hardened/ppc64/use.mask, hardened/x86/2.6/make.defaults: - add "intel" wherever "i810" is used - - 22 Oct 2008; Rémi Cardona package.mask: - getting ready for the xf86-video-i810 -> intel pkgmove - - 22 Oct 2008; Rémi Cardona package.mask: - libdrm should be safe now, and xf86-video-i810-2.4.0 is no longer in - portage - - 22 Oct 2008; Ben de Groot package.mask: - Masking www-client/dillo-2.0 because it depends on hard-masked - x11-libs/fltk:2 - - 21 Oct 2008; Ben de Groot package.mask: - Masking pre-release snapshot for fltk-2.0 for testing, bug 242774 - - 21 Oct 2008; Torsten Veller package.mask: - Mask dev-perl/VCP-autrijus, dev-perl/PodToHTML, - dev-perl/FileHandle-Deluxe, dev-perl/FileHandle-Rollback, - dev-perl/Audio-Tools - - 20 Oct 2008; Gilles Dartiguelongue package.mask: - update package.mask for GNOME 2.24. (include nautilus) - - 20 Oct 2008; Gilles Dartiguelongue package.mask: - update GNOME 2.24 mask. - - 20 Oct 2008; Robin H. Johnson package.mask: - genflags is going away. - - 20 Oct 2008; Gilles Dartiguelongue package.mask: - adding gnome-desktop to gnome 2.24 mask until we move more gnome 2.24 - packages in tree. - - 19 Oct 2008; Mart Raudsepp package.mask: - Mask bug-buddy-2.24 for now, has some problems - - 19 Oct 2008; Rémi Cardona package.mask: - add =x11-drivers/xf86-video-i810-2.4.98* to p.mask - - 19 Oct 2008; Rémi Cardona package.mask: - add =x11-libs/libdrm-2.4.0* to p.mask - - 18 Oct 2008; Mart Raudsepp - -arch/powerpc/ppc32/package.mask, -default-linux/ppc/ppc32/package.mask, - hardened/ppc/package.mask, -uclibc/ppc/package.mask: - Unmask GNOME-2.22 on ppc32, also closes bug 236312 - - 18 Oct 2008; MATSUU Takuto package.mask: - Package mask >=sys-devel/distcc-3 for testing. - - 18 Oct 2008; Alexis Ballier package.mask: - unmask latest ffmpeg/x264/gst-plugins-ffmpeg. Let revdep-rebuild be your - friend - - 17 Oct 2008; Markus Meier use.desc: - move bsf, kontact, openmp, plasma and smp to global use.desc - - 17 Oct 2008; Ben de Groot thirdpartymirrors: - Add ftp.easysw.com mirrors - - 16 Oct 2008; Timo Gurr package.mask: - Remove murmur mask. - - 16 Oct 2008; Christian Faulhammer package.mask: - remove Claws mask as all plugins are in the tree - - 16 Oct 2008; Alexis Ballier package.mask: - remove mlt mask - - 16 Oct 2008; Christian Faulhammer package.mask: - fix Claws mask once again - - 16 Oct 2008; Andreas Proschofsky package.mask: - Unmask OpenOffice.org 3.0 - - 16 Oct 2008; Christian Faulhammer package.mask: - correct Claws mask - - 16 Oct 2008; Markus Meier package.mask: - remove unneeded blender mask - - 16 Oct 2008; package.mask: - mask Claws Mail 3.6.1 and all corresponding plugins so users won't freak - out about broken dependency chains - - 16 Oct 2008; Markus Meier package.mask: - add media-gfx/blender-2.48-r2 to the media-video/ffmpeg-0.4.9_p20081014 - mask - - 15 Oct 2008; Jorge Manuel B. S. Vicetto - package.mask: - Added a mask to krusader-2.0.0_beta1 (beta version). - - 15 Oct 2008; Alexis Ballier package.mask: - mask ocaml 3.11.0 beta - - 15 Oct 2008; Tiziano Müller package.mask: - Dropped mask for xerces-c since it's not beta anymore. Happy breaking\! - - 15 Oct 2008; Tiziano Müller package.mask: - Dropped mask for xerces-c since it's not beta anymore. Happy breaking! - - 14 Oct 2008; Peter Alfredsen package.mask: - Adding gst-plugins-ffmpeg-0.10.5 to ffmpeg mask. - - 14 Oct 2008; Andreas Proschofsky use.local.desc: - Add local "templates" use-flag for openoffice - - 14 Oct 2008; Peter Volkov package.mask: - Masking >=sys-cluster/vzctl-3.0.22-r10 until it'll start to work with - sys-apps/net-tools. - - 14 Oct 2008; Alexis Ballier package.mask: - Add new ffmpeg snapshot to the x264 mask as it needs it and breaks - consumers too - - 14 Oct 2008; Jeremy Olexa package.mask: - clear p.mask on dev-util/elfsh based on user input to bug #232141 - - 14 Oct 2008; Jeremy Olexa package.mask: - treecleaner removal of app-cdr/mp3burn, bug #227143. remove it from p.mask - - 13 Oct 2008; Hanno Boeck use.local.desc: - Add local flag webkit for gimp. - - 13 Oct 2008; Andreas Proschofsky package.mask: - Unmask openoffice-bin 3.0.0, officially released - - 12 Oct 2008; Peter Alfredsen package.mask: - Remove mask of poppler-0.9.x testing versions. 0.10.0 is in tree. - - 12 Oct 2008; Matthias Schwarzott desc/lirc_devices.desc: - Add lirc_devices settings irlink, commandir, ite8709 and samsung. - - 12 Oct 2008; Thilo Bangert package.mask: - mask qmai-vmailmgr for removal - - 11 Oct 2008; Gilles Dartiguelongue - package.mask: - remove dev-libs/gmime mask since deps are now slot aware, bug #239412. - - 11 Oct 2008; Jorge Manuel B. S. Vicetto - info_pkgs: - Added cmake to info_pkgs to get the cmake version on emerge --info output. - - 11 Oct 2008; Ben de Groot - default-linux/package.use.mask, default/linux/package.use.mask, - hardened/package.use.mask: - Unmasking kde useflag for qtcurve-qt4 again, as we are solving the stable - problem with a rev-bump instead. - - 11 Oct 2008; Rémi Cardona package.mask: - add old intel drivers to p.mask - - 10 Oct 2008; Ben de Groot - default-bsd/package.use.mask, default-linux/package.use.mask, - default/linux/package.use.mask, hardened/package.use.mask: - Removing use.mask of x11-themes/qtcurve-qt4 kde, as kde-4.1.2 is now - unmasked. - - 10 Oct 2008; Marcus D. Hanwell package.mask: - Unmasked KDE 4.1.2 and associated dependencies/extras at long last. Sorry - about the delay! - - 10 Oct 2008; Mike Pagano package.mask: - All versions of kernel that could damage e1000e hardware removed from tree. - Remove mask for 2.6.27 release candidate kernels. - - 08 Oct 2008; Jeroen Roovers package.mask: - Mask only www-client/opera-9.60_pre* now that the final is out. - - 07 Oct 2008; Peter Alfredsen package.mask: - Poppler-0.9: extend mask to cover all testing versions but warning that - this will be unmasked *soon*. We know what breaks. Go fix it. - - 07 Oct 2008; Alexis Ballier package.mask: - Mask new x264 snapshot - - 06 Oct 2008; Alexis Ballier package.mask: - remove vntex masks, its gone - - 06 Oct 2008; Markus Meier package.mask: - remove media-gfx/hugin-0.7.0* mask - - 06 Oct 2008; Olivier Crête package.mask: - Mask net-im/tmsnc, per bug #240045 - - 06 Oct 2008; Alexis Ballier package.mask: - Unmask TeX Live 2008 - - 05 Oct 2008; Alexis Ballier package.mask: - Mask latest libspiff as it breaks api - - 05 Oct 2008; Jorge Manuel B. S. Vicetto - package.mask: - Fixed the KDE-4.1.2 p. mask entry for kdebase-startkde. - - 05 Oct 2008; Ali Polatel package.mask: - Mask dev-lang/python-2.6 until bug 230205 is fixed. - - 04 Oct 2008; Robert Buchholz package.mask: - Purge removed packages and ebuilds from p.mask - - 04 Oct 2008; Mart Raudsepp arch/arm/package.mask, - arch/powerpc/ppc32/package.mask, arch/powerpc/ppc64/package.mask, - arch/sh/package.mask, default-bsd/fbsd/package.mask, - default-linux/arm/package.mask, default-linux/ppc/dev/ppc64/package.mask, - default-linux/ppc/ppc32/package.mask, - default-linux/ppc/ppc64/package.mask, default-linux/sh/package.mask, - hardened/ppc/package.mask, hardened/ppc64/package.mask, - uclibc/ppc/package.mask: - Unmask libbonobo-2.22 and newer where it is masked, as it should work fine - on a GNOME-2.20 system as well - - 04 Oct 2008; Robert Buchholz package.mask: - Remove wpa_supplicant 0.6 mask, issues reported earlier are probably fixed - by now (bug #235282). - - 04 Oct 2008; Jorge Manuel B. S. Vicetto - package.mask: - Updated the yakuake version in the 4.1.2 mask. - - 04 Oct 2008; Gilles Dartiguelongue package.mask: - fix remi's mask, I wasn't clear enough on the phone that it was gmime - needing masking. - - 04 Oct 2008; Alexis Ballier package.mask: - remove extsizes/eurosym mask, they're gone - - 03 Oct 2008; Rémi Cardona package.mask: - masking net-nntp/pan-0.133, see bug #239412 - - 03 Oct 2008; Mike Pagano package.mask: - Removing mask for git-sources >git5 - - 03 Oct 2008; Chris PeBenito - default-linux/mips/package.mask, default/linux/package.mask, - hardened/ppc/package.mask: - Mask dev-python/sepolgen on profiles that also mask libselinux. - - 02 Oct 2008; Peter Alfredsen thirdpartymirrors: - Remove broken ftp.du.se mirror from kde mirrors list and add a couple - extra so they can share the load when Gentoo unmasks 4.1.2 - - 02 Oct 2008; Gunnar Wrobel package.mask: - Masking www-apps/dotproject for security reasons (bug #236518) - - 02 Oct 2008; Jorge Manuel B. S. Vicetto use.desc: - Added description for the kdeprefix use flag. - - 02 Oct 2008; Jorge Manuel B. S. Vicetto - desc/linguas.desc: - Added lb locale. - - 01 Oct 2008; Ben de Groot package.mask: - Masking x11-misc/obpager to be removed (bug 226007) - - 01 Oct 2008; Ben de Groot desc/linguas.desc: - Add es_CR locale - - 30 Sep 2008; Mart Raudsepp package.mask: - Unmask swfdec-0.8 - firefox 3.0.{0,1} didn't like it, but 3.0.3 does - - 30 Sep 2008; Mike Auty package.mask: - Remove masks for packages that have been taken out of the tree. - - 30 Sep 2008; Mart Raudsepp arch/arm/package.mask, - arch/powerpc/ppc32/package.mask, arch/powerpc/ppc64/package.mask, - arch/sh/package.mask, default-bsd/fbsd/package.mask, - default-linux/arm/package.mask, default-linux/ppc/dev/ppc64/package.mask, - default-linux/ppc/ppc32/package.mask, - default-linux/ppc/ppc64/package.mask, default-linux/sh/package.mask, - hardened/ppc/package.mask, hardened/ppc64/package.mask, - hardened/x86/package.mask, uclibc/ppc/package.mask: - Unmask gnome-base/gail in all remaining profiles, bug 239026 - - 29 Sep 2008; Petteri Räty package.mask: - package.mask abcl-cvs. See bug #227629 for more details. - - 29 Sep 2008; Alexis Ballier package.mask: - unmask eapi2 audacity - - 29 Sep 2008; Alexis Ballier package.mask: - mask audacity 1.3.5-r1 until we solve the wxwidgets configure problem - - 29 Sep 2008; Peter Volkov package.mask: - Unmasking mediawiki-1.13.0 as broken ebuild was removed from the tree. - - 28 Sep 2008; Peter Volkov package.mask: - Masked =www-apps/mediawiki-1.13.0, broken, bug #236411 - - 28 Sep 2008; Mart Raudsepp arch/arm/package.use.mask, - arch/sh/package.use.mask, default-linux/arm/package.use.mask, - default-linux/sh/package.use.mask: - Remove "x11-libs/gtk+ vim-syntax" package.use.mask entries as vim-syntax - got stabilized on arm/sh - - 28 Sep 2008; Mart Raudsepp package.mask: - Remove libxml2-2.6.32-r1 mask - removed from tree - - 28 Sep 2008; Mart Raudsepp package.mask: - Remove gnome-python-2.22.2 mask as 2.22.3 is in the tree instead by now - - 27 Sep 2008; Gilles Dartiguelongue package.mask: - fix mask, it was meant to be xchat-gnome not xchat - - 27 Sep 2008; Gilles Dartiguelongue package.mask: - create initial entry for GNOME 2.24 mask - - 27 Sep 2008; Saleem Abdulrasool package.mask: - Fixup mask - - 26 Sep 2008; Raúl Porcel desc/linguas.desc: - Add new linguas - - 26 Sep 2008; Saleem Abdulrasool package.mask: - Mask poppler and cairo for bumps - - 26 Sep 2008; Mike Pagano package.mask: - Adding 2.6.27_rc kernel masks for bug #238489 - - 24 Sep 2008; Peter Alfredsen package.mask: - Let the fonts flow free, unmask dejavu testing version. - - 24 Sep 2008; Christoph Mende use.local.desc: - Added xfce-base/xfce-utils:lock - - 23 Sep 2008; Ben de Groot package.mask: - Masking libdvd{read,nav} for testing wrt possible ABI breakage (bug - 219227) - - 23 Sep 2008; Ben de Groot thirdpartymirrors: - Adding mplayer mirrors - - 23 Sep 2008; Joe Peterson package.mask: - Mask media-plugins/slimserver-alienbbc and media-sound/softsqueeze (depend - on slimserver) - - 23 Sep 2008; Joe Peterson package.mask: - Masked media-sound/slimserver (replaced by media-sound/squeezecenter) - - 23 Sep 2008; Jeremy Olexa package.mask: - Lift p.mask on x11-terms/root-tail. Multiple users have said that it works - and I got it working as well. See bug #127193 - - 22 Sep 2008; Mart Raudsepp package.mask: - Mask gnome-python-2.22.2 components that got accidentally committed before - fact of a broken release was noticed - - 21 Sep 2008; Alin Năstac package.mask: - P.mask openswan-2.6* (#237132). - - 21 Sep 2008; Alexis Ballier package.mask: - Mask new versions of mlt/++ - - 21 Sep 2008; package.mask: - mask dev-lang/swi-prolog-5.7* - development version - - 20 Sep 2008; Zac Medico +arch/alpha/parent, - +arch/alpha/use.force, arch/alpha/use.mask, arch/amd64/parent, - +arch/amd64/use.force, arch/amd64/use.mask, +arch/arm/parent, - +arch/arm/use.force, arch/arm/use.mask, +arch/base/use.mask, - +arch/hppa/parent, +arch/hppa/use.force, arch/hppa/use.mask, - +arch/ia64/parent, +arch/ia64/use.force, arch/ia64/use.mask, - +arch/m68k/parent, +arch/m68k/use.force, arch/m68k/use.mask, - +arch/mips/parent, +arch/mips/use.force, arch/mips/use.mask, - +arch/powerpc/parent, +arch/powerpc/ppc32/use.force, - +arch/powerpc/ppc32/use.mask, +arch/powerpc/ppc64/32ul/use.force, - arch/powerpc/ppc64/32ul/use.mask, +arch/powerpc/ppc64/use.force, - arch/powerpc/ppc64/use.mask, +arch/s390/parent, +arch/s390/use.force, - arch/s390/use.mask, +arch/sh/parent, +arch/sh/use.force, arch/sh/use.mask, - arch/sparc/parent, +arch/sparc/use.force, arch/sparc/use.mask, - +arch/x86/parent, +arch/x86/use.force, arch/x86/use.mask: - Mask and force USE flags that correspond to ARCH values. All arch profiles - now inherit from arch/base, which masks the USE flags that correspond to - all possible ARCH values. Each of the individual arch profiles unmasks and - forces the USE flag which corresponds to its ARCH value. - - 20 Sep 2008; Andreas Proschofsky package.mask: - mask app-office/ooqstart-gnome and app-office/oooqs for upcoming removal - - 18 Sep 2008; MATSUU Takuto package.mask: - unmask =x11-libs/xcb-util-0.3* - - 18 Sep 2008; Jeremy Olexa profiles.desc: - Comment out the 2006* amd64 profiles, they are deprecated and we don't need - to QA check them - - 18 Sep 2008; Tupone Alfredo updates/3Q-2008: - package move games-arcade/sdljump -> games-arcade/gnujump - - 18 Sep 2008; Robin H. Johnson package.mask: - Unmask amanda 2.6.0. - - 18 Sep 2008; MATSUU Takuto package.mask: - Masking =x11-libs/xcb-util-0.3* - development version. - - 18 Sep 2008; MATSUU Takuto package.mask: - p.mask app-i18n/uim-svn for removal in 60 days - - 17 Sep 2008; Raúl Porcel profiles.desc: - alpha/2008.0/no-nptl has been removed - - 17 Sep 2008; Peter Volkov package.mask: - Masking net-analyzer/wireshark-1.1* - development version. - - 17 Sep 2008; Peter Volkov package.mask: - removed mask from rpm2targz-9.0.0.1g as it's not in the tree anymore. - - 16 Sep 2008; Peter Volkov package.mask: - Removed mask for rrdtool-1.3.0 as this branch should go in ~arch now. - - 15 Sep 2008; Greg Kroah-Hartman use.local.desc: - remove media-video/undvd: entry, oops... - - 15 Sep 2008; Greg Kroah-Hartman use.local.desc: - add media-video/undvd:mp4 use.local - - 15 Sep 2008; Ulrich Mueller package.mask: - Package mask ~app-emacs/vm-8.0.11.581, bug 237730. - - 14 Sep 2008; Jeremy Olexa package.mask: - remove dev-util/gambas:1 from the tree and update p.mask, bug #157670 - - 14 Sep 2008; Harald van Dijk package.mask: - Unmasked app-editors/ted. - - 13 Sep 2008; Matthias Schwarzott package.mask: - Unmasked udev-127-r1. - - 13 Sep 2008; Rémi Cardona package.mask: - mask a new udev revision until approved by its maintainers - - 13 Sep 2008; Jeremy Olexa package.mask: - p.mask app-editors/ted for removal in 60 days, bug #154997 - - 13 Sep 2008; Jeremy Olexa package.mask: - p.mask app-admin/powertweak for removal in 60 days, bug #231837 - - 13 Sep 2008; Jeremy Olexa package.mask: - p.mask x11-base/xdirectfb for removal in 60 days. bug #210689 - - 13 Sep 2008; Bryan D. Stine package.mask: - Unmask x11-drm 20080710, since a modules.d solution has been committed. - - 12 Sep 2008; Jeremy Olexa package.mask: - p.mask app-emulation/sheepshaver for removal in 60 days, bug #211702 - - 12 Sep 2008; Jeremy Olexa package.mask: - p.mask dev-libs/aterm, dev-libs/sdf2-bundle, dev-lang/stratego for removal - in 60 days. bug #159048 - - 12 Sep 2008; Jeremy Olexa package.mask: - p.mask net-misc/xf4vnc for removal in 60 days, bug #166875 - - 12 Sep 2008; Jeremy Olexa package.mask: - p.mask x11-terms/root-tail for removal in 60 days, bug #127193 - - 12 Sep 2008; Robert Buchholz desc/lcd_devices.desc: - Add imonlcd expanded useflag for lcdproc - - 12 Sep 2008; Petteri Räty - hardened/linux/powerpc/package.mask, hardened/ppc/package.mask, - selinux/package.mask: - Add pulseaudio to package.mask files where openrc is masked because - pulseaudio depends on openrc. - - 12 Sep 2008; Jeremy Olexa package.mask: - Clean up p.mask after carrying out tree cleaning for dev-util/tla - app-emacs/xtla app-admin/systemconfigurator and media-gfx/gimp-freetype. - bugs 211320, 202300, 59548 - - 10 Sep 2008; Andreas Proschofsky package.mask: - Mask upcoming release candidate for openoffice-bin-3.0 - - 10 Sep 2008; Gunnar Wrobel package.mask: - Masked www-apps/bugport. - - 10 Sep 2008; MATSUU Takuto use.local.desc: - Added additional, cangjie5, erbi-qs, extra-phrases, wubi and zhengma local - USE flags. - - 09 Sep 2008; Alexis Ballier package.mask: - remove standalone mh mask, it's included in the big texlive 2008 mask. - - 09 Sep 2008; Alexis Ballier package.mask: - add eselect-mpost and eselect-pdftex to tl2008 mask - - 09 Sep 2008; Alexis Ballier package.mask: - Add the big TeX Live 2008 mask - - 08 Sep 2008; Alexis Ballier package.mask: - remove caml-light mask, its gone - - 07 Sep 2008; Mart Raudsepp arch/alpha/package.mask, - arch/amd64/package.mask, -arch/ia64/package.mask, arch/sparc/package.mask, - arch/x86/package.mask, -base/package.mask, - default-linux/alpha/2007.0/package.mask, default-linux/amd64/package.mask, - -default-linux/ia64/package.mask, default-linux/sparc/package.mask, - default-linux/x86/package.mask, -embedded/package.mask: - Remove the global GNOME-2.22 mask in base profiles and the therefore - unnecessary per-arch unmasks of GNOME-2.22 - - 07 Sep 2008; Jorge Manuel B. S. Vicetto - package.mask: - Removed kde-base/qimageblitz-0.0.4 from the kde-4 mask as it's required - for kde-4.1. - - 07 Sep 2008; Mart Raudsepp - +arch/powerpc/ppc32/package.mask, +default-linux/ppc/ppc32/package.mask, - hardened/ppc/package.mask, +uclibc/ppc/package.mask: - Mask GNOME-2.22 temporarily on ppc until keyword visibility problems are - sorted out - - 06 Sep 2008; Donnie Berkholz ; package.mask: - Unmask xorg-server 1.5, mesa 7.1, and friends. - - 06 Sep 2008; Donnie Berkholz ; - base/package.use.mask: - Mask USE=nptl only on mesa 7.0* and xorg-server 1.4* -- exclude newer - versions. - - 05 Sep 2008; Sébastien Fabbro ChangeLog: - Masked sci-libs/{blas,lapack}-config, now obsoleted - - 05 Sep 2008; Alexis Ballier package.mask: - mask vntex for remvoal - - 04 Sep 2008; Ben de Groot package.mask: - Unmasking sys-apps/hwsetup and app-misc/livecd-tools and - x11-misc/mkxf86config - - 04 Sep 2008; package.mask: - Mask net-misc/dhcp-4.0.0 for required DHCP server testing. - - 04 Sep 2008; Mart Raudsepp - +default-linux/ppc/dev/ppc64/package.mask, hardened/ppc64/package.mask: - Mask GNOME-2.22 on remaining ppc64 profiles, due to sys-apps/hal problems, - in preparation of removing the global mask - - 04 Sep 2008; Alexis Ballier package.mask: - mask latest dev-tex/mh for bug #236559 - - 04 Sep 2008; Tiziano Müller package.mask: - Removed libherdstat/herdstat from p.mask since dropped. - - 03 Sep 2008; Robin H. Johnson package.mask: - Atoms must not have a "." before a trailing "*". - - 03 Sep 2008; Ulrich Mueller package.mask: - Mask app-editors/emacs-cvs-22.2.92. - - 03 Sep 2008; Michael Marineau package.mask: - Mask xen-sources 2.6.20/21 to nudge people towards 2.6.18 which is the only - version being actively maintained upstream currently. - - 03 Sep 2008; Ulrich Mueller base/use.defaults, - default-bsd/fbsd/6.2/sparc/use.mask: - Remove tetex USE flag also from use.defaults and use.mask in profiles. - - 03 Sep 2008; Christian Faulhammer use.desc: - remove tetex USE flag - - 03 Sep 2008; Alexis Ballier package.mask: - remove tex4ht mask now that the bogous version is gone - - 03 Sep 2008; Alexis Ballier package.mask: - mask dev-tex/{eurosym,extsizes} for removal - - 02 Sep 2008; Matthias Schwarzott package.mask: - Remove masking of udev-126. - - 02 Sep 2008; Jeremy Olexa package.mask: - p.mask app-cdr/mp3burn for removal in 30 days, bug #227143 - - 02 Sep 2008; Jeremy Olexa package.mask: - remove app-i18n/kon2, sys-fs/trustees, dev-util/bazaar, dev-cpp/libwefts, - dev-lisp/cl-flexi-streams-0.6.3 & dev-lisp/cl-drakma-0.4.0 package.mask - entries because they were removed from the tree. - - 02 Sep 2008; Sébastien Fabbro package.mask: - Fixed bug number for scigraphica removals - - 02 Sep 2008; Tristan Heaven - arch/amd64/no-multilib/package.mask, - default-linux/amd64/2006.0/no-multilib/package.mask, - default-linux/amd64/2006.1/no-multilib/package.mask, - default-linux/amd64/2007.0/no-multilib/package.mask, - features/64bit-native/package.mask: - Mask games-server/etqw-ded on no-multilib - - 02 Sep 2008; Tristan Heaven package.mask: - Unmask media-libs/freeimage - - 02 Sep 2008; MATSUU Takuto package.mask: - Removed x11-wm/awesome-3 from package.mask. - - 01 Sep 2008; Marcus D. Hanwell package.mask: - Removed dev-util/cmake-2.6 from package.mask. - - 01 Sep 2008; Alexis Ballier package.mask: - Mask latest tex4ht for bug #236369 - - 01 Sep 2008; Gilles Dartiguelongue package.mask: - remove libgda/libgnomedb 3.0 mask, deps have been corrected and it still - compiles with recent glibc/gcc. - - 31 Aug 2008; Alin Năstac use.local.desc: - Update net-dialup/freeradius:udpfromto description (#235688). - - 30 Aug 2008; Alexis Ballier package.mask: - adjust g-brief mask now that it installs to texmf-site - - 30 Aug 2008; package.mask: - media-libs/varconf-0.6.2 removed from tree - - 30 Aug 2008; Tobias Scherbaum package.mask: - Fix gst-plugins-good mask, #236124 - - 30 Aug 2008; Rémi Cardona package.mask: - add gst-plugins-good to p.mask, see bug #236124 - - 29 Aug 2008; Sébastien Fabbro package.mask: - Masked scigraphica and libscigraphica for removal in 30 days - - 28 Aug 2008; Peter Volkov package.mask: - Masking app-arch/rpm2targz-9.0.0.1g as it breaks too many packages, bug - #235290 - - 27 Aug 2008; Jeremy Olexa package.mask: - nepenthes-0.2.0 was removed from the tree, bug #199168 - - 27 Aug 2008; Timo Gurr package.mask: - Extend existing dev-util/cmake p.mask for cmake-2.6.1. - - 27 Aug 2008; Matthias Schwarzott package.mask: - Mask sys-fs/udev-126 until the ebuild is fine. - - 27 Aug 2008; Markus Ullmann - arch/amd64/no-multilib/package.mask, - default-linux/amd64/2006.0/no-multilib/package.mask, - default-linux/amd64/2006.1/no-multilib/package.mask, - default-linux/amd64/2007.0/no-multilib/package.mask, - features/64bit-native/package.mask, hardened/linux/x86/package.mask, - hardened/x86/package.mask: - Rename virtualbox maskings according to package move - - 27 Aug 2008; Markus Ullmann updates/3Q-2008: - Move virtualbox to -ose - - 26 Aug 2008; Mart Raudsepp - arch/powerpc/ppc64/package.mask, +default-linux/ppc/ppc64/package.mask: - Mask GNOME-2.22 on ppc64, due to sys-apps/hal problems, in preparation of - removing the global mask - - 26 Aug 2008; Jeremy Olexa package.mask: - remove basiliskII-jit from p.mask, version was removed from portage. bug - #232039 - - 26 Aug 2008; Bernard Cafarelli package.mask: - Process last rites on gnustep-apps/mylibrary and gnustep-apps/helpviewer - - 26 Aug 2008; Robin H. Johnson package.mask: - Process last rite of sys-auth/pam_ssh_agent for Flameeyes. - - 25 Aug 2008; Peter Volkov package.mask: - Removed mask on dev-util/bzr pre-release. - - 25 Aug 2008; Christian Hoffmann package.mask: - masking www-apps/phpcollab per security bug 235052 - - 25 Aug 2008; Christian Hoffmann package.mask: - masking www-apps/xrms per security bug 235005 - - 25 Aug 2008; Jeroen Roovers package.mask: - Mask www-client/opera-9.60 snapshots. - - 24 Aug 2008; MATSUU Takuto package.mask: - Changed =x11-wm/awesome-3_rc* to >=x11-wm/awesome-3. - - 24 Aug 2008; Torsten Veller package.mask: - mail-mta/xmail removed - - 23 Aug 2008; Mart Raudsepp package.mask: - Mask libxml2-2.6.32-r1, breaks graphical gdm login, bug 235529 - - 23 Aug 2008; Peter Volkov package.mask: - Masking release candidate dev-util/bzr-1.6_rc5 - - 23 Aug 2008; Jeroen Roovers use.local.desc: - Add dev-lang to GLEP 56 adjusted categories. - - 22 Aug 2008; package.mask: - Mask new x11-drivers/xf86-input-synaptics as it is for the new X.Org - - 22 Aug 2008; Andreas Proschofsky package.mask: - Mask beta ebuild for OpenOffice.org 3.0 - - 22 Aug 2008; Mart Raudsepp +arch/sh/package.mask, - +default-linux/sh/package.mask: - Mask GNOME-2.22 on sh in preparation of removing the global one - - 21 Aug 2008; Peter Volkov package.mask: - Remove mask on libpng-1.2.39 as bug #234916 was fixed. - - 20 Aug 2008; Dawid Węgliński package.mask: - Masking package.mask: - Remove www-client/opera-9.52 mask (bug #235298). - - 20 Aug 2008; Mike Frysinger info_vars: - Add FFLAGS as we move to supporting it better with fortran. - - 19 Aug 2008; Alin Năstac use.local.desc: - Remove net-dialup/ppp:wins-ack USE flag (#234583). - - 19 Aug 2008; Ali Polatel package.mask: - Removed python-2.3 - - 16 Aug 2008; Robert Buchholz use.local.desc: - Add tls local use flag for dev-python/kaa-base - - 16 Aug 2008; Tiziano Müller package.mask: - Added live ebuild for media-video/griffith to p.mask. - - 16 Aug 2008; Markus Meier package.mask: - mask hugin-0.7.0_rc2 and deps for testing - - 16 Aug 2008; Tiziano Müller package.mask: - Added beta version of sqlalchemy to p.mask - - 15 Aug 2008; MATSUU Takuto package.mask: - Package mask =x11-wm/awesome-3_rc*. - - 15 Aug 2008; Ulrich Mueller package.mask: - Package mask ~app-editors/emacs-cvs-22.2.9999. - - 15 Aug 2008; Alin Năstac package.mask: - P.mask net-dialup/{bewan-adsl,eagle-usb}. - - 15 Aug 2008; Raúl Porcel profiles.desc: - Remove alpha/no-nptl from profiles.desc - - 15 Aug 2008; Tiziano Müller package.mask: - Added dev-libs/xqilla-9999 to p.mask - - 15 Aug 2008; Alin Năstac use.local.desc: - Update net-dialup/ppp local USE flags description. - - 14 Aug 2008; Ben de Groot - default-bsd/package.use.mask, default/linux/package.use.mask, - hardened/package.use.mask: - p.use.mask ffmpeg useflag on package.mask: - Fix the www-client/opera mask to include RCs. - - 14 Aug 2008; Raúl Porcel profiles.desc: - no-nptl profile in x86 has been removed - - 13 Aug 2008; Robin H. Johnson package.mask: - Testing time for new amanda. - - 13 Aug 2008; Steve Dibb use.local.desc: - Add mplayer pvr use flag - - 13 Aug 2008; Peter Alfredsen - default-linux/package.use.mask: - Fix ffmpeg use mask for gnash to be <0.8.3. - - 12 Aug 2008; Doug Goldstein package.mask: - development versions of cairo - - 12 Aug 2008; Peter Volkov package.mask: - Masking media-fonts/dejavu-2.26 too, for testing. - - 12 Aug 2008; Ben de Groot package.mask: - Unmasking split qt-4.4.1 packages and arora and PyQt4 that depend on - qt-4.4 - - 11 Aug 2008; Mike Doty package.mask: - masking app-emulation/emul-linux-x86-gtklibs-20080810 - - 09 Aug 2008; Christian Hoffmann package.mask, - use.local.desc: - Removing all php-4 related masks and local USE flag descriptions - - 09 Aug 2008; Jeremy Olexa package.mask: - p.mask dev-util/elfsh for removal in 60 days by treecleaners, bug #232141 - - 08 Aug 2008; Tiziano Müller use.local.desc: - Re-Added oav USE-flag for Samba - - 08 Aug 2008; Jeroen Roovers package.mask: - Unmask net-im/psi-0.12 now that it is officially released. - - 07 Aug 2008; Jeroen Roovers package.mask: - Reinstate net-im/psi-0.12 mask until officially released (bug #233396 - comment #3). - - 07 Aug 2008; Jeroen Roovers package.mask: - Unmask net-im/psi-0.12 (bug #233396). - - 06 Aug 2008; Markus Dittrich package.mask: - Removed sci-mathematics/octave-3 from package.mask after extensive - testing. - - 06 Aug 2008; Hans de Graaff use.local.desc: - Add dev-ruby to the converted categories - - 06 Aug 2008; Alexis Ballier package.mask: - last rite caml-light - - 05 Aug 2008; Thomas Anderson use.local.desc: - Added net-im as converted category, GLEP 56 - - 05 Aug 2008; Ulrich Mueller use.local.desc: - Remove local USE flags for dead dev-db/monetdb package. - - 05 Aug 2008; Ben de Groot use.local.desc: - Adding firefox3 useflag for gtk-engines-qtcurve to use.local.desc - - 05 Aug 2008; Jeremy Olexa package.mask: - removed old versions of app-pda/synce-rra from the tree, bug #224911 - - 05 Aug 2008; Jeremy Olexa package.mask: - app-benchmarks/acovea-4.0.0 was removed from the tree. bug #226517 - - 04 Aug 2008; Gilles Dartiguelongue desc/cameras.desc: - add new cameras iuse for topfield cameras. - - 04 Aug 2008; Jeroen Roovers use.local.desc: - Add net-analyzer category as fixed for GLEP 56. - - 04 Aug 2008; Hans de Graaff use.local.desc: - app-xemacs category packages don't have local USE flags, add it to the list of - converted categories. - - 03 Aug 2008; Rémi Cardona package.mask: - adding xf86-video-i810-2.4.0 to p.mask - - 03 Aug 2008; Samuli Suominen package.mask: - Mask mplayer-bin wrt #233394. - - 03 Aug 2008; Christian Faulhammer package.mask: - removing mail-client/claws-mail-pdf-viewer for license issues, 30 days are over - - 03 Aug 2008; Tobias Scherbaum use.local.desc: - Add local automap use-flag for net-analyzer/nagvis - - 03 Aug 2008; Ulrich Mueller use.local.desc: - Remove unused app-office/openoffice:webdav local USE flag. - - 02 Aug 2008; Petteri Räty - desc/alsa_pcm_plugins.desc: - Add description for mmap_emul. - - 01 Aug 2008; Raúl Porcel package.mask: - Add mozilla-firefox-bin-3.1_alpha1 to p.mask - - 01 Aug 2008; Timo Gurr package.mask: - Remove keepassx mask, fixed in the ebuild. - - 31 Jul 2008; MATSUU Takuto use.local.desc: - Added webkit local USE flag for www-client/kazehakase - - 30 Jul 2008; Doug Goldstein package.mask: - mask development version of media-libs/swfdec - - 30 Jul 2008; Peter Alfredsen package.mask: - Removing mask for non-existing unicode-date-5.2.0 - - 29 Jul 2008; Markus Dittrich package.mask: - Removed sci-libs/blas-atlas-3.9 and sci-libs/lapack-atlas-3.9 from - package.mask after some testing. - - 29 Jul 2008; Chris Gianelloni - targets/desktop/make.defaults: - Added usb to desktop target, since I'd say most desktops support USB now. - Closing bug #204447. - - 29 Jul 2008; Chris Gianelloni - releases/make.defaults: - Added sysfs USE flag for bug #183201. - - 29 Jul 2008; Sébastien Fabbro package.mask: - Removed masking on sci-physics/root-5.20.00 - - 29 Jul 2008; Steve Dibb package.mask: - Unmask reaplayer 11 - - 28 Jul 2008; Panagiotis Christopoulos use.local.desc: - delete gcl-cvs entries(deleted package) - - 28 Jul 2008; Chris Gianelloni package.mask: - Added masks for livecd-kconfigs and livecd-specs. These packages will be - removed soon, but the masks should stay for a while, to let users know - where to get the data. - - 28 Jul 2008; Guy Marting profiles.desc: - Got rid of hppa/2006.1 profile. - - 28 Jul 2008; Michele Noberasco use.local.desc: - Removed nokia6600 USE flag from libwbxml. - - 27 Jul 2008; Peter Alfredsen package.mask: - Release xmlrpc-c-1.14.07 from masking jail. - - 27 Jul 2008; Petteri Räty use.desc: - Remove jikes as it's not used in the main tree any more. - - 26 Jul 2008; Tiziano Müller package.mask: - Added dev-db/ctdb to p.mask for testing - - 26 Jul 2008; Samuli Suominen package.mask: - Remove gst-plugins-opengl from tree since it disappeared from upstream - package. - - 24 Jul 2008; Alin Năstac package.mask: - P.mask net-proxy/privoxy-3.0.8 (#229049). - - 24 Jul 2008; Markus Dittrich package.mask: - Added new octave-3 core ebuild to package.mask for a bit more testing. - - 23 Jul 2008; Doug Goldstein use.local.desc: - remove non-existant USE flag - - 23 Jul 2008; Fabian Groffen desc/userland.desc: - Remove Darwin userland - - 23 Jul 2008; Markus Dittrich use.local.desc: - Added sparse USE flag for upcoming sci-mathematics/octave-3. - - 23 Jul 2008; Markus Dittrich package.mask: - Extended masking of sci-libs/*-atlas to all of version 3.9.* . - - 22 Jul 2008; Diego Pettenò use.local.desc: - Add ssh USE flag for pambase. - - 22 Jul 2008; Tobias Scherbaum package.mask: - Unmask mail-mta/esmtp, masked versions no longer exists - - 22 Jul 2008; use.local.desc: - Add local USE-flag scrobbler for media-plugins/audacious-plugins. - - 22 Jul 2008; Hans de Graaff package.mask: - xemacs-packages-sumo has been removed - - 21 Jul 2008; Mike Auty use.local.desc: - Add various use flags for the new ophcrack-tables ebuild. - - 21 Jul 2008; Markus Dittrich package.mask: - Added new upstream releases of sci-libs/*-atlas to package.mask - since they require a bit more testing. - - 21 Jul 2008; Bernard Cafarelli package.mask: - Last rites for gnustep-apps/helpviewer and gnustep-apps/mylibrary - - 21 Jul 2008; Hanno Boeck desc/linguas.desc: - Add de_FR locale, tesseract has a language pack for it. - - 20 Jul 2008; Peter Alfredsen package.mask: - Include 1.15.02 in xmlrpc-c experimental mask - - 20 Jul 2008; Jeremy Olexa thirdpartymirrors: - IGN bought 3dgamers in ~2005 and has since shutdown the previously listed - mirrors. This newly added mirror is the only one I could find at the moment - - 20 Jul 2008; Tobias Scherbaum use.local.desc: - Add local use flag 'sdb-ldap' for sdb ldap backend in bind - - 18 Jul 2008; Serkan Kaba package.mask: - Remove dev-java/sun-jmx mask. - - 18 Jul 2008; Serkan Kaba use.local.desc: - Add aspell, hunspell, zemberek USE flags for app-text/enchant. - - 18 Jul 2008; Raúl Porcel use.local.desc: - Add custom-optimization USE-flag for net-libs/xulrunner and - www-client/mozilla-firefox - - 17 Jul 2008; Doug Goldstein use.local.desc: - remove non-existant packages - - 17 Jul 2008; Doug Goldstein package.mask: - unmask pixman 0.11.x since 0.11.8 fixes all issues - - 17 Jul 2008; Sébastien Fabbro use.local.desc: - Added wcs local flag for hippodraw and some syntax - - 17 Jul 2008; Christian Hoffmann package.mask: - removing =freetds-0.82 mask again, apparently only php was broken and this - has been fixed since - - 17 Jul 2008; Raúl Porcel profiles.desc: - x86/no-nptl was punted - - 17 Jul 2008; Jeremy Olexa package.mask: - p.mask app-emulation/basiliskII-jit-1.0.0-r1 for removal. bug #232039 - - 17 Jul 2008; Jeremy Olexa use.local.desc: - Add fbdev & jit to use.desc.local for app-emulation/basiliskII-jit - - 16 Jul 2008; Peter Volkov package.mask: - removed mask from trac as beta is removed from the tree and stable was - added - - 16 Jul 2008; Steve Dibb package.mask: - Unmask media-video/mplayer-1.0_rc2_p27120 (was masked for testing) - - 15 Jul 2008; Petteri Räty use.local.desc: - Add launcher local use flag for dev-java/emma. - - 15 Jul 2008; Vlastimil Babka package.mask: - Unmask ant 1.7.1. - - 14 Jul 2008; Vlastimil Babka use.local.desc: - Copy local USE flags from ant-tasks to ant for 1.7.1. - - 14 Jul 2008; Vlastimil Babka package.mask: - Temp mask ant-1.7.1 until all commited and distfile propagated. - - 14 Jul 2008; Christian Hoffmann package.mask: - Masking =dev-db/freetds-0.82* as it breaks compatibility w/ previous - versions - - 14 Jul 2008; Jeroen Roovers package.mask: - Change net-im/psi mask description. - - 14 Jul 2008; Jeroen Roovers package.mask: - Mask net-im/psi-0.12 pending bug #217180. - - 14 Jul 2008; Hanno Boeck use.local.desc: - Remove deprecated mailman useflags. - - 13 Jul 2008; Panagiotis Christopoulos package.mask: - Deleted, ancient ecls entry added by mkennedy - - 12 Jul 2008; Jeroen Roovers package.mask: - New www-client/opera-9.52 snapshots. New mask. :-) - - 11 Jul 2008; Raúl Porcel use.local.desc: - Add xft USE-flag for net-irc/xchat, bug #231433 - - 11 Jul 2008; Bryan Stine package.mask: - Add x11-drm 20080710 mask for testing modprobe.d - - 10 Jul 2008; Doug Goldstein use.local.desc: - add notice about GLEP 56 - - 10 Jul 2008; Chris Gianelloni use.local.desc: - Added plugins local USE for net-firewall/arno-iptables-firewall. - - 10 Jul 2008; Doug Goldstein package.mask: - remove man-pages-3.01-r1 mask - - 10 Jul 2008; MATSUU Takuto package.mask: - Mask net-dns/posadis and related packages for security bug #231283 - - 09 Jul 2008; Alexis Ballier package.mask: - Mask latest slv2 because it has api changes - - 08 Jul 2008; Jeremy Olexa package.mask: - adjust removal date of dev-util/tla to match what the policy is, my mistake - - 08 Jul 2008; Sébastien Fabbro package.mask, - use.local.desc: - Added clarens and geant4 local use flags for sci-physics/root, and masked - sci-physics/root-5.20.00 for a testing period - - 08 Jul 2008; Tupone Alfredo package.mask: - Old version of zope depending on python-2.3 left the tree - - 08 Jul 2008; Markus Dittrich package.mask: - Removed sci-visualization/hippodraw-1.21.3 from package.mask. - - 07 Jul 2008; Markus Ullmann package.mask: - mask net-irc/bitchx for bug #190667 - - 07 Jul 2008; Raúl Porcel profiles.desc: - Mark ia64/sparc profiles as stable, and mark x86/no-nptl as dev - - 07 Jul 2008; Tupone Alfredo package.mask: - Mask for removal of unused media-libs/varconf-0.6.2 - - 06 Jul 2008; Mike Auty use.local.desc: - Add open-vm-tools entry for icu to use.local.desc - - 06 Jul 2008; Raúl Porcel package.mask: - P.mask net-libs/rb_libtorrent-0.13.1 because it breaks stuff against it - - 06 Jul 2008; Jeremy Olexa package.mask: - net-analyzer/sonar was removed from the tree - - 06 Jul 2008; Jeremy Olexa package.mask: - p.mask media-gfx/gimp-freetype for removal in ~60 days, bug #211320 - - 06 Jul 2008; Raúl Porcel profiles.desc: - Remove ia64/2006.0 from profiles.desc - - 06 Jul 2008; Jeremy Olexa package.mask: - sys-apps/nictools was removed from the tree - - 06 Jul 2008; Mark Loeser package.mask: - dev-cpp/libwrapiter has been removed from the tree - - 06 Jul 2008; Jeremy Olexa package.mask: - p.mask app-admin/systemconfigurator for removal in 60 days, bug #202300 - - 05 Jul 2008; Raúl Porcel profiles.desc: - no-nptl on x86 was punted - - 05 Jul 2008; Samuli Suominen package.mask: - Remove masks for linkage (removed from tree, new version needs unreleased - C++ bindings for DBUS) and removed version of guile-gnome-platform which - appearently didn't work (gwave). - - 04 Jul 2008; Markus Meier use.local.desc: - add cgraph USE-flag for media-gfx/graphviz - - 03 Jul 2008; Jeroen Roovers package.mask: - Unmask final www-client/opera-9.51 (bug #230633). - - 03 Jul 2008; Alexis Ballier use.local.desc: - readd vlc libgcrypt useflag - - 03 Jul 2008; Marijn Schouten package.mask: - add masks depending on new libffi - - 03 Jul 2008; Jeremy Olexa package.mask: - Update comment on tla mask - - 03 Jul 2008; Jim Ramsay package.mask: - Removing netscape-flash-10 from mask - It seems reasonably stable now with - the new version. Also removing reference to old flash versions that - haven't been in the tree for over 30 days - - 03 Jul 2008; Jeremy Olexa package.mask: - p.mask dev-util/tla & app-emacs/xtla for removal in 30 days. - - 03 Jul 2008; Jeremy Olexa package.mask: - p.mask app-i18n/kon2 for removal in ~30 days - - 03 Jul 2008; Jeremy Olexa use.local.desc: - add server USE flag for app-admin/bcfg2 in use.local.desc - - 03 Jul 2008; Tobias Heinlein use.local.desc: - Added local USE flag qtdesigner for app-office/kmymoney2. - - 02 Jul 2008; Sébastien Fabbro use.local.desc: - Added openmp local USE flag for sci-libs/fftw - - 01 Jul 2008; Donnie Berkholz ; package.mask: - Change libdrm mask to all 2.3.1 for now, it breaks the intel driver (which - shouldn't use 2.3.1 as the check for TTM. - - 30 Jun 2008; Ryan Hill package.mask: - Remove removed packages from package.mask. - - 30 Jun 2008; Diego Pettenò use.local.desc: - Add hunspell and toilet USE flags for rbot, remove unused snapshot USE - flag, and update figlet. - - 30 Jun 2008; package.mask: - Removed audacious-crossfade from tree as per bug #222883, removing mask - entry. - - 30 Jun 2008; Markus Dittrich use.local.desc: - Added psppire USE flag for sci-mathematics/pspp. - - 30 Jun 2008; Rémi Cardona package.mask: - dev-util/glademm was removed from portage - - 30 Jun 2008; Christian Faulhammer package.mask: - mask mail-client/claws-mail-pdf-viewer - - 29 Jun 2008; Jeremy Olexa package.mask: - p.mask sys-fs/trustees for removal in 30 days. bug #105919 - - 29 Jun 2008; Samuli Suominen package.mask: - Mask gst-plugins-opengl for removal since it's disappeared from upstream - gstreamer packages. - - 29 Jun 2008; Alexis Ballier use.local.desc: - remoteosd useflag for vlc - - 29 Jun 2008; Matthias Schwarzott use.local.desc: - Add use-flag shutdown_rewrite for media-video/vdr. - - 29 Jun 2008; Ulrich Mueller base/virtuals, - embedded/virtuals: - Remove virtual/motif from profiles, bug 224749. - - 29 June 2008; Thomas Anderson use.local.desc: - Remove 'pipe' USE flag for net-im/jabberd2, see bug #229935 for - background information. - - 29 Jun 2008; Jeremy Olexa package.mask: - p.mask package.mask: - p.mask app-benchmarks/acovea-4.0.0 for removal in 30 days, bug #226517 - - 29 Jun 2008; Jeremy Olexa package.mask: - p.mask dev-util/gambas:1, bug #157670 - - 28 Jun 2008; Tobias Scherbaum package.mask: - bincimap-1.3.* has been removed, #208668 - - 28 Jun 2008; Tiziano Müller package.mask: - Added xerces-c beta to p.mask - - 27 Jun 2008; Tobias Scherbaum package.mask: - Unmask nagios-3 - - 27 Jun 2008; Tiziano Müller use.local.desc: - Added csv USE flag for media-video/griffith - - 26 Jun 2008; Jeremy Olexa use.local.desc: - Add corba & smtp to use.local.desc for =dev-util/gambas-2.7.0 - - 26 Jun 2008; Steve Dibb use.local.desc: - Add mp4, ogm local use flags for media-video/ogmrip - - 25 Jun 2008; Jeremy Olexa package.mask: - p.mask =dev-util/gambas-1.9.23 for removal in 30 days. bug #130950 - - 25 Jun 2008; Markus Meier use.local.desc: - add openmp USE-flag for media-gfx/imagemagick - - 24 Jun 2008; Samuli Suominen updates/3Q-2008: - slotmove media-libs/portaudio from SLOT 18 to SLOT 0 since it turns out - v19 ain't sanely slottable. - - 24 Jun 2008; Samuli Suominen package.mask: - Unmask Portaudio v19 and deps wrt #222841. Mask cultivation since it's - unported wrt #222927. - - 24 Jun 2008; Ali Polatel package.mask: - Masked python-2.3 (second try) - - 24 Jun 2008; Hanno Boeck updates/2Q-2008: - Move cinelerra-cvs to cinelerra. - - 23 Jun 2008; Diego Pettenò use.local.desc: - Add a few more local USE flags for rbot. - - 23 Jun 2008; Samuli Suominen use.local.desc: - Two new local USE flags, xfce and xfce. :-) - - 23 Jun 2008; Samuli Suominen updates/3Q-2008: - Move notification-daemon-xfce to x11-misc next to original. - - 23 Jun 2008; Jeroen Roovers package.mask: - Adjust www-client/opera snapshots mask to cover only 9.51. - - 23 Jun 2008; Jeroen Roovers use.local.desc: - Add ia32 USE flag description for www-client/opera. - - 23 Jun 2008; Jeroen Roovers use.local.desc: - Add qt3-static USE flag description for www-client/opera (bug #222975). - - 23 Jun 2008; Jeroen Roovers package.mask: - Mask >www-client/opera-9.50 (snapshots). - - 22 Jun 2008; Thomas Anderson use.local.desc: - Describe USE=demos for media-libs/opencv; Remove unneeded and conceptually - broken USE=swig. - - 22 Jun 2008; Ben de Groot base/package.use.mask, - default-bsd/package.use.mask, default-linux/package.use.mask, - default/linux/package.use.mask, hardened/package.use.mask, package.mask: - Unmasking gnash, but use.masking ffmpeg support in gnash - - 22 Jun 2008; Samuli Suominen +updates/3Q-2008: - Move xfce4-icon-theme to x11-themes. Move ristretto to media-gfx. - Move terminal to x11-terms. Move xfburn to app-cdr. Move mousepad - to app-editors. Move xfwm4-themes to x11-themes. Move xfprint to - net-print. Move orage to app-office. - - 22 Jun 2008; Samuli Suominen thirdpartymirrors: - New mirror:// for Xfce4 desktop environment. - - 22 Jun 2008; Tobias Heinlein package.mask: - Removing mask on kde-base/ksync since it got removed. - - 22 Jun 2008; Ben de Groot package.mask: - Unmask media-plugins/vdr-graphtft wrt bug 214740. - - 22 Jun 2008; Peter Volkov use.local.desc: - Fixed other left typos in USE flags descriptions for terminus font, thank - Daniel Pielmeier for report. - - 22 Jun 2008; Peter Volkov use.local.desc: - Fixed typo in USE flag for terminus font: qoute -> quote, bug #228813, - thank Franz Metz for report. - - 22 Jun 2008; Serkan Kaba package.mask: - Fix note on dev-java/sun-jmx mask and limit dev-java/jcs mask. - - 22 Jun 2008; Steve Dibb package.mask: - Update mplayer mask - - 21 Jun 2008; Peter Alfredsen package.mask: - Distfile for libquicktime-1.0.2_p20080621 has propagated, unmasking. - - 21 Jun 2008; Ben de Groot package.mask: - Unmasking media-video/mpeg4ip-1.5.0.1-r5, which is patched for new ffmpeg - header support. - - 21 Jun 2008; Peter Alfredsen package.mask: - masking libquicktime-1.0.2_p20080621 pending distfile propagation - - 21 Jun 2008; Serkan Kaba package.mask: - Add note on dev-java/sun-jmx stabilization bug. - - 21 Jun 2008; Serkan Kaba package.mask: - Move dev-java/sun-jmx mask to top of package.mask file. Limit it to - 1.2.1-r2. Mask all of its reverse dependency tree. - - 21 Jun 2008; Hanno Boeck package.mask: - Remove stepmania from ffmpeg mask. - - 21 Jun 2008; Peter Volkov use.local.desc: - Added USE flags for terminus-font. - - 21 Jun 2008; Serkan Kaba - default/linux/package.use.mask, package.mask: - Mask dev-java/sun-jmx since the sources are no longer available. See bug - #226381. - - 21 Jun 2008; Alin Năstac package.mask: - P.mask net-libs/wvstreams-4.4.1 (#211327). - - 20 Jun 2008; Alexis Ballier package.mask: - unmask gnusound, same rant as for motion - - 20 Jun 2008; Krzysiek Pawlik package.mask: - Remove dev-java/freemarker mask. - - 20 Jun 2008; Alexis Ballier package.mask: - unmask media-video/motion, please don't mask packages just because you can - and are too lazy to propose a fix - - 20 Jun 2008; Ali Polatel use.local.desc: - Add local git use flag to app-vim/vcscommand - - 20 Jun 2008; Ben de Groot package.mask: - Unmasking another stray package that depends on new ffmpeg - - 20 Jun 2008; Ben de Groot package.mask: - Unmasking media-video/ffmpeg-0.4.9_p20080326 and packages depending on - that version. Masing ~arch packages that are incompatible. See bug - #214740. - - 20 Jun 2008; Samuli Suominen package.mask: - Update spandsp mask from = to >= so new version can be introduced. - - 20 Jun 2008; Jeremy Olexa package.mask: - p.mask dev-util/bazaar, bug #219236 - - 19 Jun 2008; package.mask: - Add mask for x11-drivers/nvidia-drivers-177.13, unsupported beta ebuilds. - - 19 Jun 2008; Ryan Hill package.mask: - Mask app-doc/linuxfromscratch-* for removal. - - 19 Jun 2008; Ryan Hill use.local.desc: - Add local htmlsingle USE flag for app-doc/linuxfromscratch. - - 19 Jun 2008; Jeremy Olexa package.mask: - Remove app-pda/syncekonnector from p.mask, removed from tree. bug #180883 - - 18 Jun 2008; Hanno Boeck package.mask: - Mask rrdtool-1.3.0, see #226021. - - 18 Jun 2008; Markus Dittrich use.local.desc: - Added numpy use flag for sci-visualization/hippodraw. - - 17 Jun 2008; Raúl Porcel package.mask: - Unmask firefox-3.0, xulrunner-1.9, nss, and nspr - - 17 Jun 2008; Jeroen Roovers package.mask: - Masking <=www-client-opera-9.27 for security bug #226079. - - 17 Jun 2008; Krzysiek Pawlik package.mask: - Include mx4j in hessian mask. - - 17 Jun 2008; Jeremy Olexa package.mask: - p.mask dev-cpp/libwefts for removal in 30 days - - 16 Jun 2008; Ingmar Vanhassel package.mask: - Add kio_perldoc to KDE 4 mask. - - 16 Jun 2008; Donnie Berkholz ; package.mask: - Mask all pixman =0.11* (#225843). - - 16 Jun 2008; Bernard Cafarelli package.mask: - Unmask new gnustep base packages - - 15 Jun 2008; Gilles Dartiguelongue use.local.desc: - add xfce use flag for sys-block/gparted - - 15 Jun 2008; Alin Năstac package.mask: - Remove net-dialup/{mclient,mserver,linesrv,xlc} p.mask (packages were removed). - - 15 Jun 2008; Ingmar Vanhassel use.local.desc: - Describe USE=html for app-doc/pms. - - 15 Jun 2008; Tobias Klausmann - arch/alpha/package.use.mask, default-linux/alpha/package.use.mask: - Since we can't test net-dialup/linux-atm on alpha, use mask the - corresponding use flags on iproute2 and ppp. - - 15 Jun 2008; Mike Auty package.mask: - Masking vmware-workstation-4.5.3 for removal due to no upstream support - and multiple security advisories. - - 14 Jun 2008; Ben de Groot package.mask: - Adding media-video/ffmpeg2theora-0.21 to the ffmpeg migration mask - - 14 Jun 2008; Jeffrey Gardner package.mask: - Removing foldingathome-5.91_beta as it's leaving soon - - 14 Jun 2008; Tobias Scherbaum use.local.desc: - Add dkim use-flag for >=mail-filter/amavisd-new-2.6.0 - - 14 Jun 2008; Michael Hammer ; - use.local.desc: - Add USE=otp for app-crypt/heimdal - - 14 Jun 2008; Samuli Suominen package.mask: - Removed wulfstat, xmlsysd which got replaced by wulfware (and rhide). - Closes bugs 206250, 226575, 193635. - - 14 Jun 2008; Jeremy Olexa package.mask: - p.mask net-analyzer/nepenthes-0.2.0 because it doesn't compile. bug #199168 - - 13 Jun 2008; Doug Goldstein use.local.desc: - copy changes from jokey's overlay to the tree as jokey requested - - 13 Jun 2008; Jeroen Roovers package.mask: - No more Opera betas to mask for now. - - 13 Jun 2008; Donnie Berkholz ; package.mask: - Change driproto mask to all versions. - - 13 Jun 2008; Santiago M. Mola package.mask: - Add media-sound/picard-0.10.0_rc1 to the new ffmpeg mask. - - 13 Jun 2008; Ingmar Vanhassel use.local.desc: - Add local USE flag descriptions for app-doc/pms. - - 12 Jun 2008; Raúl Porcel desc/linguas.desc: - Add Sinhala locale - - 12 Jun 2008; Christian Faulhammer use.local.desc: - add USE=sctp for dev-lang/erlang - - 12 Jun 2008; Krzysiek Pawlik package.mask: - Mask new version: dev-java/hessian. - - 11 Jun 2008; Donnie Berkholz ; package.mask: - (#225907) Huge memory leaks, and 0.11.2 is just broken so try to get - people off it. - - 11 Jun 2008; Torsten Veller package.mask: - Masked mail-mta/xmail for removal - - 11 Jun 2008; Peter Alfredsen use.local.desc: - media-sound/banshee:podcast - Build with podcasting support - - 11 Jun 2008; Michael Hammer ; - use.local.desc: - Add USE=pkinit for app-crypt/heimdal. - - 11 Jun 2008; Donnie Berkholz ; - desc/video_cards.desc: - Add VIDEO_CARDS=ast setting (Michael Sterrett). - - 10 Jun 2008; Tobias Scherbaum package.mask: - Adjust ssmtp/mailwrapper mask - - 10 Jun 2008; Tobias Heinlein package.mask: - Masking kde-base/ksync for removal. - - 10 Jun 2008; use.local.desc: - Add USE=SECURITY_HAZARD for net-misc/iputils. - - 10 Jun 2008; Andreas Proschofsky package.mask: - Unmask OpenOffice.org 2.4.1 - - 10 Jun 2008; Ben de Groot - default-bsd/package.use.mask, default-linux/package.use.mask, - default/linux/package.use.mask, hardened/package.use.mask: - p.use.masking x11-themes/qtcurve-qt4 kde, as long as kde-4 is masked - - 10 Jun 2008; Donnie Berkholz ; package.mask: - Change libdrm mask to the prerelease snapshot ebuild. - - 10 Jun 2008; Donnie Berkholz ; - desc/video_cards.desc: - Add radeonhd. - - 10 Jun 2008; Donnie Berkholz ; package.mask: - Add dri2proto/libdrm git ebuilds to the mask, for mesa 7.1. - - 10 Jun 2008; Donnie Berkholz ; package.mask: - Mask xorg-server-1.5 / mesa 7.1 prereleases. - - 09 Jun 2008; Robin H. Johnson use.local.desc: - Munin 1.3.4 has totally new USE flags, much reduced, and mainly using - global ones instead of local. - - 09 Jun 2008; Joe Peterson package.mask: - Mask btrfs live ebuilds - too volatile for normal use - - 09 Jun 2008; Samuli Suominen package.mask: - Removed daemontools-scripts wrt #212331. Removed gai, gai-pal, - gai-pager wrt #207749. - - 09 Jun 2008; Mike Frysinger package.mask: - Drop libtool-2.2 mask so we can actually find broken packages instead of - pretending otherwise. - - 09 Jun 2008; Peter Alfredsen package.mask: - Unmasked media-libs/ming-0.3.0*. PHP builds fine with it. - - 09 Jun 2008; Donnie Berkholz ; package.mask: - Unmask evdev, new patches fix the issues. - - 09 Jun 2008; Peter Alfredsen package.mask: - Adding a bit to media-libs/ming package mask to catch newer version. - - 08 Jun 2008; Gilles Dartiguelongue - default-linux/alpha/package.mask, default-linux/ia64/package.mask, - default-linux/sparc/package.mask: - unmasking gnome-2.22 on alpha, ia64, sparc - - 08 Jun 2008; Markus Ullmann use.local.desc: - Add net-libs/webkitgtk:* useflag descriptions - - 08 Jun 2008; Tobias Scherbaum package.mask: - Adjust nagios-3 mask - - 08 Jun 2008; Gilles Dartiguelongue package.mask: - remove package.mask for sherman-aquarium since it's gone. - - 08 Jun 2008; Alfredo Tupone package.mask: - Mask for removal net-zope products that block removal of python-2.3 - - 07 Jun 2008; Sven Wegener package.mask: - Mask x11-drivers/xf86-input-evdev-1.99.2, it's not working properly. - - 07 Jun 2008; Tiziano Müller package.mask: - Masked app-portage/herdstat and dev-cpp/libherdstat for removal - - 07 Jun 2008; Alexis Ballier - default-bsd/fbsd/6.2/sparc/use.mask: - use.mask tetex for sparc-fbsd: we don't have tetex keyworded and we should - go with texlive for TeX support. - - 07 Jun 2008; Ingmar Vanhassel package.mask: - Update Qt 4.4.0 mask message. - - 07 Jun 2008; Tiziano Müller package.mask: - Added Live SVN ebuild for chango to p.mask - - 07 Jun 2008; Samuli Suominen arch/amd64/package.mask, - arch/x86/package.mask, base/package.mask, - default-linux/amd64/package.mask, default-linux/x86/package.mask: - Mask and unmask new brasero with gvfs. - - 06 Jun 2008; Samuli Suominen desc/linguas.desc: - Add et_EE for bug 204322, app-cdr/dvd95. Hope I got it right. - - 06 Jun 2008; Matthias Schwarzott desc/lirc_devices.desc: - Added imon_lcd to list of possible lirc_devices, thanks to Jan Paesmans - . - - 06 Jun 2008; Sébastien Fabbro use.local.desc: - Added athena, data, dawn, gdml, geant3, global, openinventor, raytracerx, - vrml use flags for sci-physics/geant:4 - - 06 Jun 2008; Sébastien Fabbro use.local.desc: - Added exceptions local flag for sci-physics/clhep - - 06 Jun 2008; Peter Alfredsen package.mask: - All dependencies checked, is dotted, ts crossed. Unleash libopensync unto - the world. - - 05 Jun 2008; Tiziano Müller package.mask: - Removed boost from package.mask - - 05 Jun 2008; Peter Alfredsen package.mask: - adding kdepim-3.5.9-r2 and kitchensync-3.5.9-r1 to p.mask per IRC convo - with zlin in preparation for unmasking. - - 05 Jun 2008; Chris Gianelloni package.mask: - Removing America's Army. - - 05 Jun 2008; Samuli Suominen package.mask: - Masked dev-libs/libffi for removal wrt #163724. - - 05 Jun 2008; Alexis Ballier package.mask: - unmask dirac now that it passes its tests and ffmpeg trunk can use it, it - encodes and play videos fine - - 04 Jun 2008; Jeremy Olexa package.mask: - p.mask dev-lisp/cl-flexi-streams-0.6.3 & dev-lisp/cl-drakma-0.4.0. bug - #193624 & bug #193624 - - 05 Jun 2008; Dawid Węgliński use.local.desc: - Add local useflags for net-im/kadu-0.6.0.1 - - 04 Jun 2008; Alexis Ballier package.mask: - Mask lyx 1.6 beta - - 04 Jun 2008; Sébastien Fabbro use.local.desc: - Add local gs for sci-mathematics/dataplot - - 04 Jun 2008; Ben de Groot package.mask: - Adding mask for www-client/arora because it depends on p.masked qt-webkit. - - 04 Jun 2008; Peter Alfredsen package.mask: - masking app-text/docbook-to-man cause it really sucks. See bug 224679. - - 04 Jun 2008; Peter Alfredsen package.mask: - package.mask xmlrpc-c-1.14.07 - - 04 Jun 2008; Peter Alfredsen package.mask: - Removing poppler-0.8.3 from package.mask, per agreement with genstef. - - 04 Jun 2008; Jeremy Olexa use.local.desc: - add apop to local USE flags for net-mail/qpopper, bug #106367 - - 03 Jun 2008; Raúl Porcel package.mask: - P.mask net-libs/rb_libtorrent snapshots and the qbittorrent ebuild - depending on them - - 03 Jun 2008; Jeremy Olexa package.mask: - p.mask sys-apps/nictools for removal in 30 days by treecleaners, bug #222595 - - 02 Jun 2008; Gunnar Wrobel use.local.desc: - Add git useflag for layman. - - 02 Jun 2008; Peter Alfredsen package.mask: - Masking app-i18n/unicode-data-5.2.0 to force downgrade. - - 01 Jun 2008; Steve Dibb package.mask: - p.mask realplayer 11 for testing - - 01 Jun 2008; Peter Alfredsen use.local.desc: - Add fontforge useflags for dejavu - - 01 Jun 2008; Peter Alfredsen package.mask: - Adding package.mask for fontforge dejavu font. - - 01 Jun 2008; Markus Dittrich package.mask: - Masked new sci-visualization/hippodraw-1.21.3 for a bit more testing. - - 01 Jun 2008; Santiago M. Mola package.mask: - Remove app-vim/exheres-syntax-99999999 p.mask, it's no longer in the tree. - - 01 Jun 2008; Jurek Bartuszek package.mask: - Last rites for dev-dotnet/jscall-sharp - - 01 Jun 2008; Jurek Bartuszek use.local.desc: - Remove dev-util/monodevelop:aspnetedit local USE flag description - - 31 May 2008; Mike Frysinger updates/2Q-2008: - Replace portage-manpages with eclass-manpages. - - 31 May 2008; Mike Frysinger profiles.desc: - Convert arm/s390/sh profiles from "stable" to "dev". - - 31 May 2008; Peter Alfredsen package.mask: - Adding app-pda/multisync-gui-0.92.0_pre20080531 to libopensync mask - - 31 May 2008; Jurek Bartuszek use.local.desc: - Added dev-lang/mono:moonlight local use flag description - - 31 May 2008; Ben de Groot use.local.desc: - Adding media-sound/qtscrobbler:cli to use.local.desc - - 31 May 2008; Tobias Scherbaum - arch/hppa/package.use.mask, default-linux/hppa/package.use.mask: - Mask ups use-flag on hppa for nagios-plugins - - 31 May 2008; Peter Alfredsen updates/2Q-2008: - move media-fonts/fireflysung --> media-fonts/opendesktop-fonts, WRT bug - 224189 - - 31 May 2008; Mike Frysinger package.mask: - Drop masks for ezm3/cvsup since they've been dropped from the tree. - - 30 May 2008; Sven Wegener use.local.desc: - Add parcheck USE flags for net-nntp/nzbget. - - 29 May 2008; Sébastien Fabbro package.mask: - Removed dev-python/pygsl-0.9.1 from package.mask since it is gone from the - tree - - 29 May 2008; Sébastien Fabbro use.local.desc: - Added xrootd and math local use flags for sci-physics/root - - 29 May 2008; Chris Gianelloni package.mask: - Removing mask on catalyst 2.0.6 for wide-spread use. - - 28 May 2008; Joe Peterson package.mask: - Mask media-gfx/povray 3.7.0 betas for now (too broken) - - 28 May 2008; Jeremy Olexa package.mask: - mask net-analyzer/sonar wrt bug #223479 - - 27 May 2008; Rémi Cardona package.mask: - add app-text/gtranslator-1.1.7 to package.mask - - 27 May 2008; Markus Dittrich package.mask: - Removed sci-mathematics/paraview-3.3_pre20080514 from mask. - - 27 May 2008; Samuli Suominen package.mask: - Removed GTK+-1.2 software qgcam, iv, playspc_gtk, yconsole and gtkguitune - for media herd(s). Removed systrace for security (open CVE) and - treecleaners. Removed coda-kernel for treecleaners by maintainers request. - - 25 May 2008; Gilles Dartiguelongue use.local.desc: - Add libffi use flag for dev-python/pygobject - - 25 May 2008; Gilles Dartiguelongue use.local.desc: - add automount USE flag for gnome-base/gnome-volume-manager - - 25 May 2008; Mart Raudsepp package.mask: - Correct PyQt4 package.mask - it's PyQt4, not PyQt - - 25 May 2008; Ingmar Vanhassel package.mask: - Add x11-libs/qt-demo to the Qt-4.4.0 mask. - - 25 May 2008; Ingmar Vanhassel package.mask: - Package.mask dev-python/PyQt-4.4.2. - - 24 May 2008; Ben de Groot use.local.desc: - Added qt3support useflag for dev-python/PyQt4 - - 23 May 2008; Samuli Suominen package.mask: - Masked wulfstat and xmlsysd wrt #193635, replaced by wulfware. - - 22 May 2008; Tiziano Müller use.local.desc: - Add xqilla USE-flag for xerces-c - - 22 May 2008; Mark Loeser package.mask: - Mask dev-cpp/libwrapiter for removal - - 21 May 2008; Samuli Suominen package.mask: - Add revision of timidity++ into portaudio v19 mask. - - 21 May 2008; Christian Faulhammer use.local.desc: - USE flag reports for app-misc/gramps - - 21 May 2008; Bernard Cafarelli use.local.desc: - Add pcsc-lite USE flag for net-misc/rdesktop - - 21 May 2008; Matthias Schwarzott use.local.desc: - Added two local use-flags for media-video/vdr: analogtv and em84xx. - - 21 May 2008; Samuli Suominen updates/2Q-2008: - Move xfce-extra/xfmpc to media-sound/xfmpc. - - 21 May 2008; Denis Dupeyron use.local.desc: - Added local USE flag 'cupsddk' for net-print/hplip. - - 21 May 2008; Jeroen Roovers package.mask: - =www-client/opera-9.50_beta2_pre* left the tree. - - 21 May 2008; Samuli Suominen use.local.desc, - package.mask: - Added use flags for mixxx-1.6.0_beta2 and masked it, because it needs - masked portaudio v19. - - 20 May 2008; Sébastien Fabbro package.mask: - Removed masking for lightspeed - - 20 May 2008; package.mask: - Mask audacious-crossfade for planned removal on June 30; bug #222883. - - 20 May 2008; Vlastimil Babka package.mask: - Split one app-arch/rpm mask to two masks - one for a specific revision of - 4.4.7, one for 5.0. - - 20 May 2008; Saleem Abdulrasool use.local.desc: - Add ntp useflag for pm-utils - - 20 May 2008; Santiago M. Mola package.mask: - p.mask app-vim/exheres-syntax-99999999 for testing. - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-sil-galatia -> sil-galatia. - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-sil-padauk -> sil-padauk. - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-sil-doulos -> sil-doulos. - - 19 May 2008; Tiziano Müller package.mask: - Masked pgst and pgeasy: dead upstream - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-sil-abyssinica -> sil-abyssinica. - - 19 May 2008; Rémi Cardona package.mask: - nemiver is safe for unmask - - 19 May 2008; Mike Pagano package.mask: - Add package mask for lincvs - - 19 May 2008; Peter Volkov updates/2Q-2008: - x11-misc/xchm moved to app-text/xchm, bug #220741. - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-gentium -> sil-gentium. - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-sil-ezra -> sil-ezra. - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-sil-arabicfonts -> sil-arabicfonts. - - 19 May 2008; Ryan Hill updates/2Q-2008: - Move ttf-sil-charis -> sil-charis. - - 17 May 2008; Mark Loeser -gxs/linux/make.defaults, - -gxs/linux/package.mask, -gxs/linux/package.use.mask, -gxs/linux/parent, - -gxs/linux/use.force, -gxs/linux/use.mask, -gxs/linux/virtuals, - -gxs/linux/x86/2008.0/make.defaults, -gxs/linux/x86/2008.0/parent, - -gxs/linux/x86/2008.0/server/parent, - -gxs/linux/x86/2008.0/server/profile.bashrc, -gxs/linux/x86/make.defaults, - -gxs/linux/x86/package.mask, -gxs/linux/x86/package.use.mask, - -gxs/linux/x86/parent, -gxs/linux/x86/use.mask, -gxs/make.defaults, - -gxs/package.mask, -gxs/package.use.mask, -gxs/packages, - -gxs/packages.build, -gxs/parent, -gxs/use.mask, -gxs/virtuals: - Removing the gxs profile as this should be developed in an overlay before - coming to the main tree - - 17 May 2008; Tiziano Müller package.mask: - Unmasked new-style postgresql packages - - 16 May 2008; Rémi Cardona package.mask: - add dev-util/glademm and dev-cpp/bakery to package.mask - - 16 May 2008; Jeff Gardner package.mask: - Spring cleaning, removed p.masked ati-drivers ebuild. - - 16 May 2008; Ryan Hill arch/mips/package.mask, - default-linux/mips/package.mask, package.mask: - Remove artwiz-fonts mask. - - 15 May 2008; Alin Năstac package.mask: - Last rites for net-dialup/{mclient,mserver,linesrv,xlc}. - - 15 May 2008; Peter Volkov package.mask: - Update mask for app-doc/kchmviewer to app-text/kchmviewer as it was moved, - thank Samuli Suominen for report. - - 15 May 2008; Krzysiek Pawlik package.mask: - Remove mask app-laptop/omnibook-svn. - - 15 May 2008; Christian Hoffmann package.mask: - removing old masking of php-5.2.5_p* (no longer in the tree), updating - comment of php-4 mask - - 15 May 2008; Mart Raudsepp arch/amd64/package.mask, - arch/x86/package.mask, base/package.mask, - default-linux/amd64/package.mask, default-linux/x86/package.mask, - embedded/package.mask: - Unmask gst-plugins-meta-0.10-r2 for everyone - - 14 May 2008; Alin Năstac package.mask: - Remove net-proxy/junkbuster (#174109) and net-dialup/gprs-easy-connect masks - (packages were removed). - - 14 May 2008; David Shakaryan use.local.desc: - Add netpbm and gtk2-perl local USE flags to x11-wm/fvwm. - - 14 May 2008; Markus Meier use.desc, use.local.desc: - add pch to global USE-flags - - 14 May 2008; Rémi Cardona package.mask: - remove dev-libs/libsigcx, p.masked for a month - - 14 May 2008; package.mask: - Add mask for 173.08 nvidia-settings. - - 13 May 2008; Peter Volkov updates/2Q-2008:: - move app-doc/kchmviewer into app-text/kchmviewer, bug #220741. - - 13 May 2008; Peter Volkov updates/2Q-2008:: - Finaly all deps in the tree are updated so we move app-doc/chmlib to a better - place (dev-libs/chmlib) - - 13 May 2008; Peter Volkov use.local.desc: - Added md5sum-external USE flag for app-misc/fdupes - - 12 May 2008; Ferris McCormick package.mask: - Correct typo --- we need a mask on =mail-client/claws-mail-vcalendar-1.102 - - 11 May 2008; Ulrich Mueller updates/1Q-2005, - updates/2Q-2008, package.mask: - Package x11-libs/motif-config removed. Slotting for x11-libs/openmotif and - x11-libs/lesstif is finally gone. - - 11 May 2008; Ulrich Mueller updates/2Q-2008: - Package move skey and otpcalc from app-admin to sys-auth. - - 11 May 2008; Torsten Veller package.mask: - Remove x11-misc/perlpanel mask (#138755) - - 10 May 2008; Mart Raudsepp arch/sparc/package.mask, - arch/x86/use.mask, base/use.mask, default-linux/x86/use.mask, - selinux/package.mask: - Remove video_cards_amd USE flag handling as it is called video_cards_geode now - - 10 May 2008; Jeroen Roovers package.mask: - Tweak www-client/opera beta2 mask. - - 10 May 2008; Hans de Graaff package.mask: - Mask xemacs-packages-sumo as per bug 23949 - - 10 May 2008; Mike Frysinger package.mask: - Add libtool-2.2 back to package.mask so people have time to fixup their - broken packages #212763. - - 10 May 2008; Hans de Graaff package.mask: - Adjust the xemacs mask so that it only affects the version in CVS, not the - versions in the official xemacs overlay. - - 09 May 2008; Mart Raudsepp updates/2Q-2008: - Move x11-drivers/xf86-video-amd to xf86-video-geode for a painless - migration from upstream rename together with bump - - 09 May 2008; Mart Raudsepp arch/x86/use.mask, - base/use.mask, default-linux/x86/use.mask: - Mask video_cards_geode USE flag on all platforms but x86, as it is a video - card integrated into the Geode GX/LX CPU chip, which is x86. - - 08 May 2008; Gilles Dartiguelongue use.local.desc: - add gnomecd USE flag for gnome-media, bug #200502. - - 08 May 2008; Gilles Dartiguelongue package.mask: - pmask gnome-extra/shermans-aquarium, remove gnome-2.22.1 meta mask. - - 07 May 2008; Jeroen Roovers package.mask: - Mask non-beta www-client/opera-9.50 snapshots too. - - 07 May 2008; package.mask: - Mask new ebuild x11-drivers/nvidia-drivers-173.08, it is an unsupported - beta. - - 07 May 2008; Chris Gianelloni - +arch/m68k/package.mask, hardened/linux/powerpc/package.mask: - Masking openrc on new profiles where it requires a newer glibc than - supported. - - 05 May 2008; Mike Frysinger package.mask: - Drop libtool-2.2 mask so we can actually find broken packages instead of - pretending otherwise. - - 04 May 2008; Peter Volkov thirdpartymirrors: - Added ubuntu mirrors. - - 04 May 2008; Lennart Kolmodin package.mask: - Rewrite the package masks on the dev-haskell/regex-* packages. - The new masks are less restrictive as there are now non-experimental - versions in the 0.9x series. This replaces the package masks by Duncan - Coutts. - - 04 May 2008; Hans de Graaff package.mask: - Mask broken xemacs version with security problems added by jmglov without even - consulting with the herd. - - 04 May 2008; Matthias Schwarzott desc/lirc_devices.desc: - Added imon_knob to possible LIRC_DEVICES, Bug #208719. - - 03 May 2008; Tobias Scherbaum package.mask: - Remove mask on bind(-tools) 9.2.7 and 9.3.3 - - 02 May 2008; Samuli Suominen thirdpartymirrors: - Flip mirrors around and try download #2 first since download #1 - always timeouts for large amount of people. - - 02 May 2008; Markus Meier package.mask: - remove media-gfx/hugin-0.7 from mask, requested in bug #187002 - - 02 May 2008; Chris Gianelloni - default-linux/ppc/ppc64/2006.1/64bit-userland/use.mask, - default-linux/ppc/ppc64/2007.0/64bit-userland/use.mask, - default-linux/ppc/ppc64/use.mask, hardened/linux/powerpc/package.mask, - +hardened/linux/powerpc/package.use.mask, - -hardened/linux/powerpc/ppc64/package.mask, - -hardened/linux/powerpc/ppc64/package.use.mask, - hardened/linux/powerpc/ppc64/parent, profiles.desc: - Fixing powerpc profiles for sys-libs/pam. - - 01 May 2008; Marijn Schouten package.mask: - mask stumpwm-cvs - - 30 Apr 2008; Chris Gianelloni - default/linux/alpha/2008.0/parent, default/linux/amd64/2008.0/parent, - default/linux/arm/2008.0/parent, default/linux/hppa/2008.0/parent, - default/linux/ia64/2008.0/parent, default/linux/m68k/2008.0/parent, - default/linux/mips/2008.0/parent, - default/linux/powerpc/ppc32/2008.0/parent, - default/linux/powerpc/ppc64/2008.0/parent, - default/linux/s390/2008.0/parent, default/linux/sh/2008.0/parent, - default/linux/sparc/2008.0/parent, default/linux/x86/2008.0/parent: - The 2008.0 sub-profiles should inherit .. before releases/2008.0, so fixing - that. - - 30 Apr 2008; Chris Gianelloni - -default/linux/powerpc/ppc64/2008.0/32bit-userland/make.defaults, - default/linux/powerpc/ppc64/2008.0/32bit-userland/parent, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/use.mask, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/package.mask, - default/linux/powerpc/ppc64/2008.0/64bit-userland/parent, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/use.mask, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/virtuals: - Changing parent on the ppc64 profiles to point to the new 32ul and 64ul - sub-profiles for arch/powerpc/ppc64. - - 30 Apr 2008; Ryan Hill arch/mips/use.mask, - default-linux/mips/use.mask: - Mask blas/lapack USE flags on MIPS. - - 30 Apr 2008; Raúl Porcel thirdpartymirrors: - Update mirrors - - 30 Apr 2008; Sébastien Fabbro use.desc, - use.local.desc: - Removed global icc and ifc use flags. Added local icc and ifc for - dev-lang/idb and sci-libs/acml, added gfortran local flag for - sci-libs/acml - - 29 Apr 2008; Ryan Hill package.mask: - Mask media-fonts/sharefonts for removal (bug #218288). - - 29 Apr 2008; Ryan Hill arch/mips/package.use.mask: - Sync package.use.mask in both old and new mips arch profiles. - - 29 Apr 2008; Ryan Hill arch/mips/use.mask, - default-linux/mips/use.mask: - Sync use.mask in both old and new mips arch profiles. - - 27 Apr 2008; Peter Volkov use.local.desc: - Changed wording for stardict local USE flags description, bug #217895 - - 27 Apr 2008; Peter Volkov use.local.desc: - Added pronounce and qqwry local USE flags for app-dicts/stardict. - - 27 Apr 2008; Tobias Scherbaum use.local.desc: - Add lighttpd local use flag for nagios-core-3* - - 27 Apr 2008; Tobias Scherbaum package.mask: - Nagios-3 mask - - 27 Apr 2008; Markus Meier package.mask: - remove removed blender revision - - 27 Apr 2008; Markus Meier package.mask: - add new blender revision to the mask - - 26 Apr 2008; Cédric Krier package.mask: - Unmask app-misc/beagle - - 25 Apr 2008; Christian Faulhammer use.local.desc: - add USE=logrotate for net-misc/tor - - 24 Apr 2008; Matthias Schwarzott use.local.desc: - Added local use-flag media-plugins/vdr-xineliboutput:libextractor. - - 24 Apr 2008; Jeroen Roovers package.mask: - Fix the www-client/opera versioning scheme once again. - - 24 Apr 2008; Tiziano Müller package.mask: - Add some comments for the mask :-) - - 24 Apr 2008; Tiziano Müller package.mask: - Added masks for boost{,-build}-1.35.0 - - 24 Apr 2008; Jeroen Roovers package.mask: - Unmask only www-client/opera-9.50_beta2 and not its previews. - - 24 Apr 2008; David Shakaryan package.mask: - Mask x11-themes/openbox-themes for removal in 30 days. (bug #197277) - - 24 Apr 2008; Jeroen Roovers use.local.desc: - Fix type in gdl USE flag description (bug #219075). - - 22 Apr 2008; Diego Pettenò arch/m68k/use.mask, - arch/s390/use.mask: - Mask gnome-keyring on new m68k and s390 profiles, for the same reason. - - 22 Apr 2008; Diego Pettenò - default-linux/s390/use.mask: - Mask gnome-keyring on s390 too for pambase is changing its USE flag. - - 22 Apr 2008; David Shakaryan package.mask: - Mask app-vim/conky-syntax for removal in 30 days. (bug #208878) - - 21 Apr 2008; Markus Ullmann package.mask: - Mark sys-fs/python-fuse for removal - - 21 Apr 2008; Christian Heim - hardened/linux/make.defaults, hardened/linux/x86/make.defaults, - hardened/linux/x86/2008.0/make.defaults: - Fixing the "new style" hardened profile, to *not* enable either USE=ipv6, - USE=nls or USE=unicode by default. - - 21 Apr 2008; Markus Ullmann package.mask: - Mask gloox beta version - - 21 Apr 2008; use.local.desc: - keyring to gnome-keyring - - 21 Apr 2008; Denis Dupeyron package.mask: - Deleted mask on sci-libs/libgdgeda which was removed from the tree. - - 21 Apr 2008; Denis Dupeyron package.mask: - Deleted mask on sci-electronics/lard which was removed from the tree. - - 21 Apr 2008; use.desc: - Add gnome-keyring to use.desc - - 21 Apr 2008; Jeroen Roovers package.mask: - Removal of net-firewall/conntrack's mask (bug #213084). - - 20 Apr 2008; Denis Dupeyron package.mask: - Adjusted mask on sci-electronics/gwave. - - 20 Apr 2008; Gilles Dartiguelongue use.local.desc: - add keyring use flag to gnome-base/gdm for 2.20.5 bugfix to #216664. - - 20 Apr 2008; Denis Dupeyron use.local.desc: - Added local use flag 'boehmgc' for dev-embedded/sdcc. - - 20 Apr 2008; use.local.desc: - New local USE flag for twitux - - 15 Apr 2008; Matthias Schwarzott package.mask: - Masked media-plugins/vdr-dvdselect for removal. - - 15 Apr 2008; Tiziano Müller package.mask: - Added blocks for =dev-db/postgresql-{base,server}-8.3* - - 15 Apr 2008; Tiziano Müller use.local.desc: - Added uuid USE-flag for dev-db/postgresql-server - - 15 Apr 2008; Tiziano Müller use.local.desc: - Added pg-intdatime USE-flag for dev-db/postgresql-base - - 15 Apr 2008; Tiziano Müller package.mask: - forgot to add dev-db/postgresql-docs - - 15 Apr 2008; Tiziano Müller package.mask: - Added masks for new postgresql stuff - - 15 Apr 2008; Ben de Groot use.local.desc: - Adding cdda and systray local useflags for media-sound/aqualung - - 15 Apr 2008; Ben de Groot use.local.desc: - Adding description for loop-playback local useflag for - media-sound/aqualung - - 14 Apr 2008; Ingmar Vanhassel use.local.desc: - Add description for pch USE flag to Qt:4 split ebuilds. - - 14 Apr 2008; Matthias Schwarzott package.mask: - Unmasked >=udev-119-r1 - - 14 Apr 2008; Marijn Schouten ChangeLog: - gcl-cvs is removed so mask removed too - - 14 Apr 2008; Marijn Schouten package.mask: - remove mask for prefix=/ guile that was removed - - 14 Apr 2008; Marijn Schouten package.mask: - mit-scheme is removed so mask removed too - - 14 Apr 2008; Marijn Schouten package.mask, - use.local.desc: - mask obsoleted mlton-bin for removal - - 14 Apr 2008; Marijn Schouten use.local.desc: - add mlton:binary use flag - - 13 Apr 2008; Ulrich Mueller package.mask: - Mask x11-libs/motif-config for removal. - - 13 Apr 2008; Ben de Groot package.mask: - Adding x11-misc/xvidcap-1.1.7_rc1 to ffmpeg new include layout mask - - 13 Apr 2008; Matthias Schwarzott updates/2Q-2008: - Move media-fonts/skinenigmang-fonts to media-fonts/vdrsymbols-ttf. - - 13 Apr 2008; Ulrich Mueller use.local.desc: - Add local metric USE flag for media-gfx/jpeg2ps. - - 13 Apr 2008; Diego Pettenò package.mask: - Remove amarok mask now that it's officially released. - - 12 Apr 2008; Krzysiek Pawlik package.mask: - suspend2 packages removed. - - 12 Apr 2008; Ryan Hill use.local.desc: - Add local use desc for app-laptop/kthinkbat:smapi - - 12 Apr 2008; Sébastien Fabbro - default-linux/x86/use.mask, use.local.desc: - Switch tetex to local jadetex for sci-libs/plplot - - 12 Apr 2008; Gilles Dartiguelongue package.mask: - Masking gnome-system-tools because it is broken, - to help fix it, see bug #214265 - - 12 Apr 2008; Rémi Cardona package.mask: - last-riting dev-libs/libsigcx, see bug #191855 - - 12 Apr 2008; Ben de Groot package.mask: - Masking media-sound/lastfmproxy as the ebuild needs more work. - - 10 Apr 2008; Diego Pettenò package.mask: - Add a mask for amarok 1.4.9.1. - - 10 Apr 2008; Rémi Cardona package.mask: - Mask the Gnome 2.22.1 meta until all deps are in portage - - 10 Apr 2008; Santiago M. Mola use.local.desc: - Add use local desc for net-im/telepathy-mission-control:keyring. - - 10 Apr 2008; Santiago M. Mola base/package.mask, - selinux/package.mask: - Add telepathy-mission-control-4.65 to Gnome 2.22 mask. - - 10 Apr 2008; Diego Pettenò use.local.desc: - Add libextractor USE flag description. - - 09 Apr 2008; Chris Gianelloni - +default/linux/amd64/2008.0/server/profile.bashrc, - +default/linux/powerpc/ppc32/2008.0/server/profile.bashrc, - +default/linux/powerpc/ppc64/2008.0/32bit-userland/server/profile.bashrc, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/server/profile.bashrc, - +default/linux/x86/2008.0/server/profile.bashrc, - -targets/server/profile.bashrc: - Move the profile.bashrc from the main server profile to the individual - architecture profiles under default/linux where it is appropriate. - - 09 Apr 2008; Chris Gianelloni - default/linux/amd64/2008.0/no-multilib/parent: - Fixing parent for no-multilib for bug #217026. - - 09 Apr 2008; Chris Gianelloni - arch/powerpc/ppc64/make.defaults: - Uncomment DEFAULT_ABI since it is required by baselayout to properly setup - the lib->lib674 link when using a non-multilib profile. - - 08 Apr 2008; Chris Gianelloni - targets/developer/profile.bashrc: - Change the profile.bashrc on the developer profile to not touch CFLAGS. - - 08 Apr 2008; Chris Gianelloni - arch/powerpc/ppc64/package.mask, arch/powerpc/ppc64/use.mask, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/package.mask, - default/linux/powerpc/ppc64/2008.0/64bit-userland/use.mask: - Moved ppc64 masks to default/linux/powerpc/ppc64/2008.0/64bit-userland - (for now) for bug #216614. - - 07 Apr 2008; Ben de Groot updates/2Q-2008, - package.mask, use.local.desc: - pkgmove x264-svn(,-encoder) to x264(,-encoder) with versioning scheme - change - - 07 Apr 2008; Tiziano Müller use.local.desc: - Added dbi and relp USE flags for app-admin/rsyslog - - 07 Apr 2008; Rémi Cardona package.mask: - add nemiver 0.5.2 and deps to p.mask - - 06 Apr 2008; Chris Gianelloni - default/linux/packages.build, targets/vserver/packages, - +targets/vserver/packages.build, targets/vserver/virtuals: - Cleaning up remaining virtual/baselayout remnants. - - 06 Apr 2008; Chris Gianelloni - arch/hppa/package.use.mask, arch/hppa/use.mask: - Sync package.use.mask and use.mask from default-linux/hppa. - - 06 Apr 2008; Ulrich Mueller use.local.desc: - Sort use.local.desc since some entries were out of order. - - 06 Apr 2008; Ulrich Mueller use.desc, use.local.desc: - Move leim global USE flag to app-editors/emacs:leim local flag. - - 06 Apr 2008; Krzysiek Pawlik package.mask: - Mask app-laptop/omnibook-svn. - - 05 Apr 2008; Mark Loeser +base/package.mask, - +embedded/package.mask, package.mask, selinux/package.mask: - Move the Gnome 2.22 mask to the parent profiles' package.mask files (base, - embedded, and selinux); bug #216193 - - 05 Apr 2008; Gilles Dartiguelongue - arch/amd64/package.mask, arch/x86/package.mask, - default-linux/amd64/package.mask, default-linux/x86/package.mask, - package.mask: - add >=x11-themes/gnome-themes-extras-2.22 to gnome 2.22 masks - - 05 Apr 2008; Wulf C. Krueger use.local.desc: - Added the local plasma USE flag for kmldonkey. - - 05 Apr 2008; Wulf C. Krueger use.local.desc: - Added the local plasma USE flag for rsibreak. - - 05 Apr 2008; Matthias Schwarzott use.local.desc: - Add media-video/vdr:dxr3 use-flag to enable dxr3-card related tweaks. - - 05 Apr 2008; Diego Pettenò - arch/m68k/package.use.mask, default-linux/alpha/2006.1/package.use.mask, - default-linux/alpha/no-nptl/package.use.mask, - default-linux/hppa/2006.1/package.use.mask, - default-linux/ia64/2006.0/package.use.mask, - default-linux/m68k/package.use.mask, - hardened/linux/powerpc/ppc64/package.use.mask, - hardened/ppc/package.use.mask, hardened/ppc64/package.use.mask: - Update masking for test flag on PAM 0.99 and 1.0 series. - - 05 Apr 2008; Stefan Schweizer use.local.desc: - gimp-print -> gutenprint - - 04 Apr 2008; Chris Gianelloni - hardened/linux/powerpc/ppc32/parent: - Added ppc32 to the parent of hardened/linux/powerpc/ppc32 so ARCH gets set. - This is for bug #216074. - - 04 Apr 2008; Chris Gianelloni - targets/developer/make.defaults, +targets/developer/profile.bashrc: - Added splitdebug to the developer profile and added a profile.bashrc to add - -g to CFLAGS/CXXFLAGS. This is for bug #215946. - - 04 Apr 2008; Torsten Veller package.mask: - Removed mail-client/ciphire-mail - - 04 Apr 2008; Michele Noberasco package.mask: - Masked gai and gai-pal. - Removed smcinit since it has ben removed from the Tree. - - 04 Apr 2008; Chris Gianelloni - features/64bit-native/package.mask: - Added masks for games-fps/etqw-bin games-fps/etqw-data games-fps/etqw-demo - and games-rpg/nwmovies, which all require 32-bit support. - - 03 Apr 2008; Matthias Schwarzott package.mask: - Mask also >=udev-119-r1. - - 03 Apr 2008; Matthias Schwarzott package.mask: - Mask udev-119-r1 to hack on udev-start.sh - - 03 Apr 2008; Hans de Graaff package.mask: - Add cadaver 0.23.2 to the neon package mask as it only works with masked - versions of neon. - - 03 Apr 2008; Mark Loeser package.mask: - mask dev-libs/swl due to dead upstream and not working properly; bug - #206163 - - 02 Apr 2008; Mart Raudsepp package.mask: - Upgrade sys-devel/libtool mask to include 2.2.2, as it still breaks things - all over and there have been no objections for masking on the tracker bug. - - 02 Apr 2008; Mart Raudsepp package.mask: - Unmask swfdec-0.6 and co - - 01 Apr 2008; Ryan Hill use.local.desc: - Unvague pth local USE description for gpgme. - - 01 Apr 2008; Chris Gianelloni profiles.desc: - I never added the desktop and developer sub-profiles for s390, so removing - them here to keep repoman happy. - - 01 Apr 2008; Chris Gianelloni - +arch/alpha/make.defaults, +arch/alpha/package.mask, - +arch/alpha/package.use.force, +arch/alpha/package.use.mask, - +arch/alpha/use.mask, +arch/alpha/virtuals, +arch/amd64/make.defaults, - +arch/amd64/no-multilib/make.defaults, - +arch/amd64/no-multilib/package.mask, - +arch/amd64/no-multilib/package.use.mask, +arch/amd64/no-multilib/parent, - +arch/amd64/no-multilib/use.mask, +arch/amd64/package.mask, - +arch/amd64/package.use.force, +arch/amd64/package.use.mask, - +arch/amd64/parent, +arch/amd64/profile.bashrc, +arch/amd64/use.mask, - +arch/amd64/virtuals, +arch/arm/make.defaults, +arch/arm/package.use.mask, - +arch/arm/packages, +arch/arm/use.mask, +arch/arm/virtuals, - +arch/hppa/make.defaults, +arch/hppa/package.mask, - +arch/hppa/package.use.force, +arch/hppa/package.use.mask, - +arch/hppa/packages, +arch/hppa/use.mask, +arch/hppa/virtuals, - +arch/ia64/make.defaults, +arch/ia64/package.mask, - +arch/ia64/package.use.force, +arch/ia64/package.use.mask, - +arch/ia64/packages, +arch/ia64/use.mask, +arch/ia64/virtuals, - +arch/m68k/make.defaults, +arch/m68k/package.use.force, - +arch/m68k/package.use.mask, +arch/m68k/packages, +arch/m68k/use.mask, - +arch/mips/cobalt/make.defaults, +arch/mips/cobalt/parent, - +arch/mips/cobalt/virtuals, +arch/mips/make.defaults, - +arch/mips/package.mask, +arch/mips/package.use.mask, +arch/mips/packages, - +arch/mips/use.mask, +arch/mips/virtuals, +arch/powerpc/package.use.force, - +arch/powerpc/package.use.mask, +arch/powerpc/packages, - +arch/powerpc/ppc32/make.defaults, +arch/powerpc/ppc32/parent, - +arch/powerpc/ppc32/pegasos/parent, +arch/powerpc/ppc32/pegasos/virtuals, - +arch/powerpc/ppc64/make.defaults, +arch/powerpc/ppc64/package.mask, - +arch/powerpc/ppc64/parent, +arch/powerpc/ppc64/use.mask, - +arch/powerpc/use.mask, +arch/powerpc/virtuals, +arch/s390/make.defaults, - +arch/s390/package.use.mask, +arch/s390/packages, +arch/s390/use.mask, - +arch/s390/virtuals, +arch/sh/make.defaults, +arch/sh/package.use.mask, - +arch/sh/packages, +arch/sh/use.mask, +arch/sh/virtuals, - +arch/sparc/make.defaults, +arch/sparc/package.mask, - +arch/sparc/package.use.mask, +arch/sparc/packages, +arch/sparc/parent, - +arch/sparc/use.mask, +arch/sparc/virtuals, +arch/x86/make.defaults, - +arch/x86/package.mask, +arch/x86/package.use.mask, +arch/x86/packages, - +arch/x86/use.mask, +arch/x86/virtuals, +arch/x86/xbox/make.defaults, - +arch/x86/xbox/packages, +arch/x86/xbox/parent, +arch/x86/xbox/virtuals, - -default-linux/amd64/dev/2008.0/desktop/make.defaults, - -default-linux/amd64/dev/2008.0/desktop/parent, - -default-linux/amd64/dev/2008.0/desktop/virtuals, - -default-linux/amd64/dev/2008.0/make.defaults, - -default-linux/amd64/dev/2008.0/no-multilib/make.defaults, - -default-linux/amd64/dev/2008.0/no-multilib/package.mask, - -default-linux/amd64/dev/2008.0/no-multilib/package.use.mask, - -default-linux/amd64/dev/2008.0/no-multilib/parent, - -default-linux/amd64/dev/2008.0/no-multilib/use.mask, - -default-linux/amd64/dev/2008.0/package.use.mask, - -default-linux/amd64/dev/2008.0/packages, - -default-linux/amd64/dev/2008.0/parent, - -default-linux/amd64/dev/2008.0/server/make.defaults, - -default-linux/amd64/dev/2008.0/server/parent, - -default-linux/amd64/dev/2008.0/server/profile.bashrc, - -default-linux/amd64/dev/2008.0/use.mask, - -default-linux/x86/dev/2007.1/desktop/make.defaults, - -default-linux/x86/dev/2007.1/desktop/parent, - -default-linux/x86/dev/2007.1/desktop/virtuals, - -default-linux/x86/dev/2007.1/make.defaults, - -default-linux/x86/dev/2007.1/packages, - -default-linux/x86/dev/2007.1/parent, - -default-linux/x86/dev/2007.1/server/make.defaults, - -default-linux/x86/dev/2007.1/server/parent, - -default-linux/x86/dev/2007.1/server/profile.bashrc, - -default-linux/x86/dev/2008.0/desktop/make.defaults, - -default-linux/x86/dev/2008.0/desktop/parent, - -default-linux/x86/dev/2008.0/desktop/virtuals, - -default-linux/x86/dev/2008.0/make.defaults, - -default-linux/x86/dev/2008.0/packages, - -default-linux/x86/dev/2008.0/parent, - -default-linux/x86/dev/2008.0/server/make.defaults, - -default-linux/x86/dev/2008.0/server/parent, - -default-linux/x86/dev/2008.0/server/profile.bashrc, - +default/linux/alpha/2008.0/desktop/parent, - +default/linux/alpha/2008.0/developer/parent, - +default/linux/alpha/2008.0/no-nptl/parent, - +default/linux/alpha/2008.0/parent, - +default/linux/alpha/2008.0/server/parent, +default/linux/alpha/parent, - +default/linux/amd64/2008.0/desktop/parent, - +default/linux/amd64/2008.0/developer/parent, - +default/linux/amd64/2008.0/no-multilib/parent, - +default/linux/amd64/2008.0/parent, - +default/linux/amd64/2008.0/server/parent, +default/linux/amd64/parent, - +default/linux/arm/2008.0/desktop/parent, - +default/linux/arm/2008.0/developer/parent, - +default/linux/arm/2008.0/parent, +default/linux/arm/2008.0/server/parent, - +default/linux/arm/parent, +default/linux/hppa/2008.0/desktop/parent, - +default/linux/hppa/2008.0/developer/parent, - +default/linux/hppa/2008.0/parent, - +default/linux/hppa/2008.0/server/parent, +default/linux/hppa/parent, - +default/linux/ia64/2008.0/desktop/parent, - +default/linux/ia64/2008.0/developer/parent, - +default/linux/ia64/2008.0/parent, - +default/linux/ia64/2008.0/server/parent, +default/linux/ia64/parent, - +default/linux/m68k/2008.0/desktop/parent, - +default/linux/m68k/2008.0/developer/parent, - +default/linux/m68k/2008.0/parent, - +default/linux/m68k/2008.0/server/parent, +default/linux/m68k/parent, - +default/linux/make.defaults, - +default/linux/mips/2008.0/cobalt/desktop/parent, - +default/linux/mips/2008.0/cobalt/developer/parent, - +default/linux/mips/2008.0/cobalt/parent, - +default/linux/mips/2008.0/cobalt/server/parent, - +default/linux/mips/2008.0/desktop/parent, - +default/linux/mips/2008.0/developer/parent, - +default/linux/mips/2008.0/parent, - +default/linux/mips/2008.0/server/parent, +default/linux/mips/parent, - +default/linux/package.mask, +default/linux/package.use.mask, - +default/linux/packages, +default/linux/packages.build, - +default/linux/powerpc/parent, - +default/linux/powerpc/ppc32/2008.0/desktop/parent, - +default/linux/powerpc/ppc32/2008.0/developer/parent, - +default/linux/powerpc/ppc32/2008.0/parent, - +default/linux/powerpc/ppc32/2008.0/server/parent, - +default/linux/powerpc/ppc32/parent, - +default/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/parent, - +default/linux/powerpc/ppc64/2008.0/32bit-userland/developer/parent, - +default/linux/powerpc/ppc64/2008.0/32bit-userland/make.defaults, - +default/linux/powerpc/ppc64/2008.0/32bit-userland/parent, - +default/linux/powerpc/ppc64/2008.0/32bit-userland/server/parent, - +default/linux/powerpc/ppc64/2008.0/32bit-userland/use.mask, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/parent, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/developer/parent, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/parent, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/server/parent, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/use.mask, - +default/linux/powerpc/ppc64/2008.0/64bit-userland/virtuals, - +default/linux/powerpc/ppc64/2008.0/desktop/parent, - +default/linux/powerpc/ppc64/2008.0/developer/parent, - +default/linux/powerpc/ppc64/2008.0/parent, - +default/linux/powerpc/ppc64/2008.0/server/parent, - +default/linux/powerpc/ppc64/parent, +default/linux/s390/2008.0/parent, - +default/linux/s390/2008.0/server/parent, +default/linux/s390/parent, - +default/linux/sh/2008.0/desktop/parent, - +default/linux/sh/2008.0/developer/parent, - +default/linux/sh/2008.0/parent, +default/linux/sh/2008.0/server/parent, - +default/linux/sh/parent, +default/linux/sparc/2008.0/desktop/parent, - +default/linux/sparc/2008.0/developer/parent, - +default/linux/sparc/2008.0/parent, - +default/linux/sparc/2008.0/server/parent, +default/linux/sparc/parent, - +default/linux/use.mask, +default/linux/virtuals, - +default/linux/x86/2008.0/desktop/parent, - +default/linux/x86/2008.0/developer/parent, - +default/linux/x86/2008.0/no-nptl/parent, - +default/linux/x86/2008.0/parent, +default/linux/x86/2008.0/server/parent, - +default/linux/x86/gcc2/parent, +default/linux/x86/parent, - +default/linux/x86/vserver/parent, +features/32bit-native/make.defaults, - +features/32bit-native/packages, +features/32bit-native/profile.bashrc, - +features/32bit-native/use.force, +features/32bit-native/use.mask, - +features/32bit-userland/make.defaults, +features/32bit-userland/packages, - +features/32bit-userland/parent, +features/32bit-userland/profile.bashrc, - +features/64bit-native/make.defaults, +features/64bit-native/package.mask, - +features/64bit-native/package.use.mask, - +features/64bit-native/profile.bashrc, +features/64bit-native/use.force, - +features/64bit-native/use.mask, +features/gcc2/package.mask, - +features/gcc2/packages, +features/gcc2/virtuals, - +features/multilib/make.defaults, +features/multilib/use.force, - +features/multilib/use.mask, +features/no-nptl/package.mask, - +features/no-nptl/packages, +features/no-nptl/use.mask, - +hardened/linux/amd64/2008.0/desktop/parent, - +hardened/linux/amd64/2008.0/developer/parent, - +hardened/linux/amd64/2008.0/make.defaults, - +hardened/linux/amd64/2008.0/no-multilib/make.defaults, - +hardened/linux/amd64/2008.0/no-multilib/parent, - +hardened/linux/amd64/2008.0/parent, - +hardened/linux/amd64/2008.0/server/parent, - +hardened/linux/amd64/make.defaults, - +hardened/linux/amd64/package.use.mask, +hardened/linux/amd64/parent, - +hardened/linux/amd64/use.mask, - +hardened/linux/ia64/2008.0/desktop/parent, - +hardened/linux/ia64/2008.0/developer/parent, - +hardened/linux/ia64/2008.0/make.defaults, - +hardened/linux/ia64/2008.0/parent, - +hardened/linux/ia64/2008.0/server/parent, +hardened/linux/ia64/parent, - +hardened/linux/make.defaults, +hardened/linux/package.mask, - +hardened/linux/package.use.mask, +hardened/linux/parent, - +hardened/linux/powerpc/make.defaults, - +hardened/linux/powerpc/package.mask, +hardened/linux/powerpc/parent, - +hardened/linux/powerpc/ppc32/2008.0/desktop/parent, - +hardened/linux/powerpc/ppc32/2008.0/developer/parent, - +hardened/linux/powerpc/ppc32/2008.0/make.defaults, - +hardened/linux/powerpc/ppc32/2008.0/parent, - +hardened/linux/powerpc/ppc32/2008.0/server/parent, - +hardened/linux/powerpc/ppc32/parent, - +hardened/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/parent, - +hardened/linux/powerpc/ppc64/2008.0/32bit-userland/developer/parent, - +hardened/linux/powerpc/ppc64/2008.0/32bit-userland/make.defaults, - +hardened/linux/powerpc/ppc64/2008.0/32bit-userland/parent, - +hardened/linux/powerpc/ppc64/2008.0/32bit-userland/server/parent, - +hardened/linux/powerpc/ppc64/2008.0/32bit-userland/use.mask, - +hardened/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/parent, - +hardened/linux/powerpc/ppc64/2008.0/64bit-userland/developer/parent, - +hardened/linux/powerpc/ppc64/2008.0/64bit-userland/parent, - +hardened/linux/powerpc/ppc64/2008.0/64bit-userland/server/parent, - +hardened/linux/powerpc/ppc64/2008.0/64bit-userland/use.mask, - +hardened/linux/powerpc/ppc64/2008.0/64bit-userland/virtuals, - +hardened/linux/powerpc/ppc64/2008.0/desktop/parent, - +hardened/linux/powerpc/ppc64/2008.0/developer/parent, - +hardened/linux/powerpc/ppc64/2008.0/make.defaults, - +hardened/linux/powerpc/ppc64/2008.0/parent, - +hardened/linux/powerpc/ppc64/2008.0/server/parent, - +hardened/linux/powerpc/ppc64/package.use.mask, - +hardened/linux/powerpc/ppc64/parent, - +hardened/linux/powerpc/ppc64/use.mask, - +hardened/linux/powerpc/ppc64/virtuals, +hardened/linux/use.mask, - +hardened/linux/virtuals, +hardened/linux/x86/2008.0/desktop/parent, - +hardened/linux/x86/2008.0/developer/parent, - +hardened/linux/x86/2008.0/make.defaults, - +hardened/linux/x86/2008.0/no-nptl/parent, - +hardened/linux/x86/2008.0/parent, - +hardened/linux/x86/2008.0/server/parent, - +hardened/linux/x86/make.defaults, - +hardened/linux/x86/minimal/make.defaults, - +hardened/linux/x86/minimal/parent, +hardened/linux/x86/minimal/use.mask, - +hardened/linux/x86/minimal/virtuals, +hardened/linux/x86/package.mask, - +hardened/linux/x86/package.use.mask, +hardened/linux/x86/parent, - +hardened/linux/x86/use.mask, profiles.desc, - +releases/2008.0/make.defaults, +releases/2008.0/packages, - +releases/2008.0/parent, +releases/make.defaults, - +targets/desktop/make.defaults, +targets/desktop/package.use, - +targets/developer/make.defaults, +targets/developer/parent, - +targets/server/make.defaults, +targets/server/profile.bashrc, - +targets/vserver/package.mask, +targets/vserver/packages, - +targets/vserver/virtuals, uclibc/make.defaults, uclibc/parent: - Huge initial 2008.0 profile commit. This will need to be adjusted synced - with the current masks and such in the tree, but this will work for people - doing beta installs. Enjoy. - - 01 Apr 2008; Chris Gianelloni profiles.desc: - Move mips profiles to development, since it is now an experimental arch. - - 01 Apr 2008; Ben de Groot use.local.desc: - Adding normalize and wav local USE flags for media-sound/rubyripper - - 31 Mar 2008; Diego Pettenò package.mask: - Mask new openrc-needing ebuild, drop old mask. - - 31 Mar 2008; Nguyễn Thái Ngọc Duy - thirdpartymirrors: - Added rubyforge mirrors - - 31 Mar 2008; Denis Dupeyron package.mask: - Masked >=sci-electronics/gwave-20070514. - - 31 Mar 2008; Rémi Cardona package.mask: - removing mask on gtk-engines-mist, package has been removed from portage - - 30 Mar 2008; Denis Dupeyron use.local.desc: - Added smp local USE flag for media-plugins/gimp-greycstoration. - - 29 Mar 2008; Gilles Dartiguelongue package.mask: - adding gnome-mag and dasher to gnome 2.22 mask - - 29 Mar 2008; Joerg Bornkessel package.mask: - media-video/vdr2jpeg-0.1.0 masked depend on bug #214740, wait for unmask - depend ffmpeg version - - 28 Mar 2008; Rémi Cardona package.mask: - unmask the the new xf86-video-i810 release candidates - - 27 Mar 2008; Gilles Dartiguelongue package.mask: - add gnome-extra/evolution-exchange to GNOME 2.22 mask - - 27 Mar 2008; Gilles Dartiguelongue use.local.desc: - add keyring use flag for app-text/evince and fix description where needed. - enhance description of daap use flag on media-sound/rhythmbox - - 27 Mar 2008; David Shakaryan use.local.desc: - Add smapi USE flag for conky. - - 27 Mar 2008; Diego Pettenò updates/1Q-2008: - Move sys-apps/tcb to sys-auth/tcb. - - 27 Mar 2008; Markus Ullmann package.mask: - Mask new MailScanner beta - - 27 Mar 2008; Alon Bar-Lev package.mask: - Removed >=app-crypt/gnupg-2.0.8 - - 27 Mar 2008; Gilles Dartiguelongue use.local.desc: - add local mtp flag for rhythmbox - - 26 Mar 2008; Gilles Dartiguelongue package.mask: - add gnome-extra/gnome-media-2.22 to gnome-2.22 pmask - - 26 Mar 2008; Gilles Dartiguelongue package.mask: - adding rhythmbox-0.11.4 and an updated version of gst-plugins-meta to the - gnome-2.22 pmask - - 26 Mar 2008; Gilles Dartiguelongue package.mask: - add nautilus-open-terminal-0.9 to GNOME 2.22 pmask - - 26 Mar 2008; Hans de Graaff use.local.desc: - Add mh USE flag for mail-notification - - 26 Mar 2008; Joerg Bornkessel package.mask: - initial ebuild app-misc/iguanaIR masked for testing - - 26 Mar 2008; Ulrich Mueller package.mask: - Remove mask for emacs-cvs-22.1.9999; emacs-22.2 is released. - - 25 Mar 2008; Mike Doty use.local.desc: - adding sys-block/open-iscsi local use flags - - 25 Mar 2008; Mike Doty package.mask: - p.mask >=sys-block/open-iscsi-2.0.868-rc1 for testing. - - 25 Mar 2008; Ryan Hill package.mask: - Unmask new old freetype snapshot. - - 24 Mar 2008; Petteri Räty package.mask: - www-servers/orion and dev-java/jsx moved to Java junkyard - - 24 Mar 2008; Vlastimil Babka package.mask: - Remove few dev-java packages that were punted after last rites. - - 24 Mar 2008; Joerg Bornkessel package.mask: - =net-www/xxv-1.2.1315 masked for testing - - 24 Mar 2008; Gilles Dartiguelongue use.local.desc: - add tracker and nautilus local use flag for media-video/totem - - 24 Mar 2008; Joerg Bornkessel use.local.desc: - add description, local use-flag media-video/vdr: atsc ttxtsubs deltimeshiftrec - - 24 Mar 2008; Mart Raudsepp use.local.desc: - Add local fuse and keyring USE flags for gnome-base/gvfs too - - 23 Mar 2008; Mart Raudsepp use.local.desc: - Add local cdda USE flag for gnome-base/gvfs - - 23 Mar 2008; Gilles Dartiguelongue package.mask, - use.local.desc: - add seahorse to GNOME 2.22 mask and add its new local use flag, epiphany - - 23 Mar 2008; Ulrich Mueller use.local.desc: - Add local jde USE flag for app-emacs/emhacks. - - 22 Mar 2008; Gilles Dartiguelongue use.local.desc: - add USE flag description for app-arch/file-roller - - 22 Mar 2008; Gilles Dartiguelongue package.mask: - add gnome-base/gdm-2.20.4 to the gnome-2.22 mask - - 22 Mar 2008; Gilles Dartiguelongue use.local.desc: - add asyncns USE flag for net-libs/loudmouth - - 22 Mar 2008; Denis Dupeyron package.mask: - Masked sci-libs/libgdgeda for removal. - - 22 Mar 2008; Torsten Veller package.mask: - Removed =mail-mta/msmtp-1.4.9-r1 - - 22 Mar 2008; Hans de Graaff use.local.desc: - Add netbpm USE flag for app-office/texmacs. - - 21 Mar 2008; Rémi Cardona package.mask: - adding xf86-video-i810-2.2.99* to p.mask for testing - - 20 Mar 2008; Torsten Veller package.mask: - Mask mail-client/ciphire-mail for removal. - - 20 Mar 2008; Markus Ullmann use.local.desc: - Add local flags for mail-filter/MailScanner - - 20 Mar 2008; Petteri Räty - hardened/amd64/package.use.mask, selinux/amd64/package.use.mask: - package.use.mask libffi on amd64 as libffi is always required. See bug #213882. - - 20 Mar 2008; Ryan Hill package.mask: - Mask new freetype-1 ebuild for testing. - - 19 Mar 2008; Cédric Krier package.mask: - Unmasking net-firewall/conntrack-tools-0.9.6 - - 19 Mar 2008; Jeroen Roovers package.mask: - Update sysstat mask for newer development version(s). - - 19 Mar 2008; Jeroen Roovers package.mask: - Mask development version net-firewall/conntrack-tools-0.9.6. - - 19 Mar 2008; Jeroen Roovers package.mask: - Masking net-firewall/conntrack (bug #213084). - - 18 Mar 2008; Raúl Porcel updates/1Q-2008: - Slotmove xulrunner-1.8* again - - 17 Mar 2008; Timo Gurr package.mask: - Update keepassx mask for keepassx-0.3.1. - - 17 Mar 2008; Raúl Porcel updates/1Q-2008: - Unslot xulrunner - - 17 Mar 2008; Donnie Berkholz ; package.mask: - Add mask for >=sys-apps/lm_sensors-3. - - 17 Mar 2008; Ryan Hill package.mask: - Mask dev-util/jam for removal. - - 15 Mar 2008; Peter Volkov use.local.desc: - Added gcrypt, pcap and another time smi USE flags for wireshark. Fixed typos - for scanlogd. - - 15 Mar 2008; Tobias Scherbaum use.local.desc: - Add targrey for mail-filter/postgrey - - 15 Mar 2008; Denis Dupeyron package.mask: - Masked sci-electronics/lard for removal in 30 days. - - 15 Mar 2008; Donnie Berkholz ; package.mask: - Unmask xf86-video-ati 6.8 (and older RCs). - - 14 Mar 2008; Wolfram Schlich package.mask: - fix mindi entries (thanks to tove for the headsup) - - 13 Mar 2008; Raúl Porcel updates/1Q-2008: - slotmove xulrunner-1.8* to slot 1.8 - - 13 Mar 2008; Wolfram Schlich package.mask: - update of mondo-rescue/mindi packages wrt bug #106497 - - 13 Mar 2008; Bernard Cafarelli package.mask: - Fix net-im/openfire-3.5.0_rc* mask - - 13 Mar 2008; Ryan Hill package.mask: - Remove fontforge from package.mask. Bug #212715. - - 12 Mar 2008; Robert Buchholz use.local.desc: - Added ivtv use flag for freevo. - - 12 Mar 2008; Rémi Cardona package.mask: - update p.mask for anjuta 2.4 - - 12 Mar 2008; Justin Bronder use.local.desc: - Adding USE=cpusets for sys-cluster/torque-2.3.0. - - 12 Mar 2008; Stefan Schweizer package.mask: - phase out old kpowersave powersave daemon - - 11 Mar 2008; Joerg Bornkessel package.mask: - net-www/xxv-1.2.1308; masked for testing - - 11 Mar 2008; Stefan Schweizer package.mask: - unmask psi-0.11 since qca is also already unmasked - - 11 Mar 2008; Stefan Schweizer package.mask: - list removed - - 11 Mar 2008; Christian Faulhammer use.local.desc: - adding USE=libpaludis for app-portage/gatt-svn - - 11 Mar 2008; Christian Faulhammer package.mask: - updated mask for Gatt - - 11 Mar 2008; Petteri Räty package.mask: - Remove old mask for one sqlite version. - - 11 Mar 2008; Wulf C. Krueger package.mask: - Added some more new packages for KDE 4.0.2. - - 11 Mar 2008; Wulf C. Krueger package.mask: - Added some new packages for KDE 4.0.2. - - 11 Mar 2008; Gilles Dartiguelongue package.mask: - add pygtksourceview-2.2 mask - - 10 Mar 2008; Jeroen Roovers package.mask: - Mask development version app-admin/sysstat-8.1.1 (bug #212398). - - 09 Mar 2008; Ingmar Vanhassel package.mask: - Update Qt-4.4.0_beta mask message. - - 08 Mar 2008; Ben de Groot package.mask: - Masking sys-devel/libtool-2.2 which is causing breakage. - - 08 Mar 2008; Ingmar Vanhassel package.mask: - Unmask app-crypt/qca:2 and dependencies. - - 08 Mar 2008; Petteri Räty use.local.desc: - Remove nojava for antlr as it's no longer used. - - 08 Mar 2008; Tiziano Müller package.mask: - Added mask for samba-3.2* - - 07 Mar 2008; Alexis Ballier package.mask: - dk-bib is gone now, bug #208689, remove it from pmask - - 07 Mar 2008; Peter Volkov use.local.desc: - Added smi USE flag for net-analyzer/wireshark. - - 07 Mar 2008; Ryan Hill - default-linux/mips/package.use.mask: - Mask solver USE flag for kde-base/kdeedu on mips. - - 06 Mar 2008; Diego Pettenò use.local.desc: - Add mktemp USE flag for pambase. - - 06 Mar 2008; Chris Gianelloni updates/1Q-2008: - Added a package move for games-action/abuse_sdl to games-action/abuse. - - 06 Mar 2008; Chris Gianelloni use.local.desc: - Added local USE flags for games-action/abuse. - - 05 Mar 2008; Diego Pettenò use.local.desc: - Add passwdqc USE flag for pambase. - - 05 Mar 2008; Ingmar Vanhassel use.local.desc: - Added local USE descriptions for Qt-4.4.0_beta1. - - 04 Mar 2008; Chris Gianelloni package.mask: - Removed mask for loki_patch, since that version has been removed from the tree. - - 04 Mar 2008; Raúl Porcel use.local.desc: - Add upnp use.local.desc for net-p2p/amule - - 04 Mar 2008; Christian Faulhammer package.mask: - mask newer revision of app-admin/keepassx - - 04 Mar 2008; Chris Gianelloni package.mask: - Masking a bunch of packages for bug #204067. - - 03 Mar 2008; Chris Gianelloni - default-linux/make.defaults: - Removing bitmap-fonts, truetype-fonts, and type1-fonts USE flags from - default-linux, since they were last used by monolithic X ebuilds, which have - been removed from the tree. - - 03 Mar 2008; Christian Faulhammer use.local.desc: - add USE=relaxng for sys-apps/einit - - 03 Mar 2008; Hans de Graaff use.local.desc: - Add amarok use flag for gnome-extra/gnome-do-plugins to control - building of the amarok plugin. - - 03 Mar 2008; Petteri Räty use.local.desc: - Add libffi use flag for dev-java/jamvm to unify the naming between gcc and - jamvm. - - 03 Mar 2008; Vlastimil Babka use.local.desc: - Remove all no* flags for dev-java/ant-tasks, bug #177362. - - 02 Mar 2008; Christian Faulhammer use.local.desc: - USE=libpaludis for app-portage/gatt-svn - - 02 Mar 2008; Diego Pettenò use.local.desc: - Add server USE flag for quassel. - - 03 Mar 2008; Ryan Hill updates/1Q-2008: - Package move - media-fonts/fonts-indic => media-fonts/lohit-fonts. - - 02 Mar 2008; Alexis Ballier package.mask: - koma-script is gone, bug #153168 - - 01 Mar 2008; Timothy Redaelli use.local.desc: - Added the local USE flag tools for openjpeg - - 01 Mar 2008; Wulf C. Krueger use.local.desc: - Added the local USE flag vim for lisaac. - - 01 Mar 2008; Santiago M. Mola package.mask: - Unmask rb_libtorrent svn snapshot, for use in net-p2p/lince. - - 02 Mar 2008; Ryan Hill default-linux/mips/use.mask: - Add laptop and dell to mips use.mask. - - 29 Feb 2008; Alexis Ballier package.mask: - remove ocaml mask now that its released - - 28 Feb 2008; Cédric Krier use.local.desc: - Add epiphany flag for app-misc/beagle - - 28 Feb 2008; Ulrich Mueller use.local.desc: - Drop local libotf USE flag from app-editors/emacs-cvs; use the global - m17n-lib flag instead. - - 27 Feb 2008; Sébastien Fabbro use.local.desc: - Added pch local flag for sci-astronomy/celestia - - 27 Feb 2008; Chris Gianelloni package.mask: - Masking dev-util/catalyst pre-release versions so people will quit filing - bug reports on things that I've already fixed. - - 27 Feb 2008; Ryan Hill ChangeLog: - Remove avahi from mips use.mask. This was masked waiting for avahi to go - stable on mips, which now won't be happening. If you need to drop your - package to ~mips to prevent repoman from complaining, feel free. - - 27 Feb 2008; Tobias Scherbaum use.local.desc: - s/noweb/web for net-analyzer/nagios-core - - 26 Feb 2008; Alistair Bush use.local.desc: - Adding dev-java/jython:servletapi description. - - 25 Feb 2008; Raúl Porcel use.local.desc: - Add switch_user USE-flag for net-p2p/dbhub - - 24 Feb 2008; Peter Volkov use.local.desc: - Add festival, espeak and gucharmap USE flags for app-dicts/stardict. - - 24 Feb 2008; Alexis Ballier package.mask: - mask ocaml release candidate - - 24 Feb 2008; Fabian Groffen arch.list, - -default-darwin/macos/10.4/make.defaults, - -default-darwin/macos/10.4/package.mask, - -default-darwin/macos/10.4/package.provided, - -default-darwin/macos/10.4/packages, -default-darwin/macos/10.4/parent, - -default-darwin/macos/10.4/profile.bashrc, - -default-darwin/macos/10.4/use.mask, -default-darwin/macos/make.defaults, - -default-darwin/macos/package.mask, -default-darwin/macos/parent, - -default-darwin/macos/use.mask, -default-darwin/macos/virtuals, - -default-darwin/make.defaults, -default-darwin/package.mask, - -default-darwin/package.provided, -default-darwin/packages, - -default-darwin/parent, -default-darwin/use.force, - -default-darwin/use.mask, -default-darwin/virtuals, profiles.desc: - Drop ppc-macos keyword and profiles. All of ppc-macos has been moved into - the Prefix tree. - - 23 Feb 2008; Tiziano Müller package.mask: - Removed twisted-web2 since upstream never released a stable API and it never - left p.mask (bug #208687). - - 23 Feb 2008; Alon Bar-Lev package.mask: - Mask dazuko pre-release - - 22 Feb 2008; Ulrich Mueller package.mask: - Mask x11-libs/lesstif since it is not installable anyway. - - 22 Feb 2008; Ingmar Vanhassel package.mask: - Unmask =dev-util/cmake-2.4.8. - - 22 Feb 2008; Ingmar Vanhassel package.mask: - Unmask kde-base/{korundum,qtruby}, works fine. - - 22 Feb 2008; Timo Gurr use.local.desc: - Add ktorrent-3.0.0 local USE flags for plugin selection. - - 22 Feb 2008; Timo Gurr package.mask: - Mask KDE4 versions of ktorrent as long as KDE4 is masked. - - 22 Feb 2008; Ulrich Mueller package.mask: - app-emacs/cdrw removed, bug 207133. - - 22 Feb 2008; Gunnar Wrobel use.desc: - Add kolab USE flag. - - 21 Feb 2008; Diego Pettenò use.local.desc: - Add consolekit USE flag for pambase. - - 21 Feb 2008; package.mask: - Remove sys-auth/pam_keyring, its out of the tree - - 21 Feb 2008; Ulrich Mueller package.mask: - Remove mask for x11-libs/openmotif-2.3.0-r1. - - 21 Feb 2008; Chris Gianelloni base/package.use: - Adding slang to package.use for app-misc/mc since we ship with USE=unicode - almost universally. - - 20 Feb 2008; Wulf C. Krueger package.mask: - Masked qtruby and korundum because both are currently broken. - - 20 Feb 2008; Chris Gianelloni package.mask: - Masking livecd-tools, hwsetup, and mkxf86config in hopes that people quit - using these on their live systems. - - 20 Feb 2008; Rémi Cardona package.mask: - remove mask on i810 driver snapshots as they are no longer in tree - - 20 Feb 2008; Ulrich Mueller use.local.desc: - Remove nomotif flag from app-arch/pdv. - - 20 Feb 2008; Jeroen Roovers thirdpartymirrors: - Remove ftp.scarlet.be from opera mirrors list as it apparently does not work. - - 18 Feb 2008; Bernard Cafarelli use.local.desc: - Update gcc-libffi USE flag description for gnustep-base - - 18 Feb 2008; Robert Buchholz thirdpartymirrors: - Fixed typo in nero's FTP addresses, use->usw. Thanks Paul Philippov for the - help (bug #210314) - - 18 Feb 2008; Michele Noberasco use.local.desc: - Add gprof local USE flag for upcoming package app-emulation/vov. - - 17 Feb 2008; Sven Wegener base/package.use.mask: - Mask the workbench flag for mysql-gui-tools because dependencies have been - removed from the tree. - - 16 Feb 2008; Markus Meier use.desc, use.local.desc: - move css, cvs, cxx, djvu, fontconfig and hdf5 to global flags - - 16 Feb 2008; Petteri Räty use.local.desc: - Remove java5 and java6 descriptions as they are global now. - - 16 Feb 2008; Denis Dupeyron package.mask: - Unmasked all new nwn-data and nwn ebuilds. - - 16 Feb 2008; Ulrich Mueller package.mask: - app-emacs/pymacs beta versions removed. - - 16 Feb 2008; Olivier Crête package.mask: - Removed net-im/gaim and plugins from the tree - - 16 Feb 2008; Christian Faulhammer package.mask: - remove mask for dev-tex/mpm - - 16 Feb 2008; Ulrich Mueller default-linux/arm/use.mask, - default-linux/s390/use.mask, default-linux/sh/use.mask, use.desc: - Remove unused lesstif USE flag. - - 16 Feb 2008; Steev Klimaszewski package.mask: - Correct the version number so driftnet is properly masked - - 16 Feb 2008; Alon Bar-Lev use.local.desc: - Add app-crypt/gpgme:pth - - 15 Feb 2008; Chris Gianelloni base/package.use: - Added threads to guile's package.use for 2008.0's release. - - 14 Feb 2008; Gunnar Wrobel package.mask: - Masked www-apps/wordpress for security reasons. - Masked www-apps/bugs-bug-genie and www-apps/disc-cover since they are - outdated. - - 14 Feb 2008; Ulrich Mueller updates/1Q-2008, - package.mask: - Slotmove x11-libs/openmotif. Mask openmotif-2.3.0-r1 for testing. - - 13 Feb 2008; Miroslav Šulc use.local.desc: - Added java6 USE flag for dev-java/jdbc-postgresql - - 13 Feb 2008; Sébastien Fabbro use.local.desc: - Added server local use flage to dev-python/dap - - 12 Feb 2008; Mike Auty use.local.desc: - Add a local USE flag for module building in linuxwacom. - - 12 Feb 2008; Mike Auty package.mask: - Add linuxwacom mask for testing version. - - 12 Feb 2008; Sébastien Fabbro use.local.desc: - Added int64 use flag for blas-goto - - 11 Feb 2008; Christian Hoffmann package.mask: - Masking =dev-lang/php-5.2.5_p20080206 wrt bug #209606 to prevent greater - breakage... - - 13 Feb 2008; Miroslav Šulc use.local.desc: - Added java6 USE flag for dev-java/jdbc-postgresql - - 09 Feb 2008; Wulf C. Krueger package.mask: - Masked nvemftp for removal. - - 08 Feb 2008; Ulrich Mueller package.mask: - Mask app-emacs/pymacs beta release for testing. - - 08 Feb 2008; Ulrich Mueller use.local.desc: - Add local pymacs USE flag for app-emacs/python-mode, bug 208186. - - 08 Feb 2008; Petteri Räty package.mask: - package.mask www-servers/orion for removal to Java junkyard - - 07 Feb 2008; Timo Gurr package.mask: - Remove acroread mask to get a wider testing. - - 07 Feb 2008; Chris Gianelloni package.mask: - Unmasking catalyst now that it's no longer broken. - - 07 Feb 2008; Bernard Cafarelli package.mask: - Last rites for x11-misc/ASFiles - - 07 Feb 2008; Chris Gianelloni package.mask: - Masking the new pre-release version of catalyst for testing. - - 06 Feb 2008; Wulf C. Krueger package.mask: - Updated package.mask for KDE 4.0.1. - - 06 Feb 2008; Rémi Cardona package.mask: - add to p.mask a git snapshot of xf86-video-i810 - - 06 Feb 2008; nixnut - default-linux/ppc/ppc32/package.use.mask: - Masking hb and hb2 USE flags as no suitable solution for evms exists - - 06 Feb 2008; Chris Gianelloni base/package.use, - base/packages, default-linux/packages.build: - Added arts to package.use for emul-linux-x86-soundlibs, removing - debianutils/perl/python from packags/packages.build, since they're pulled in - via other packages, anyway, and changing portage and baselayout to virtuals. - - 06 Feb 2008; Sébastien Fabbro use.local.desc: - Added hdf5 local flag for sci-physics/meep - - 06 Feb 2008; Donnie Berkholz ; package.mask: - (#208688) Remove package. It's been obsoleted upstream, because nobody uses - these fonts anymore. - - 06 Feb 2008; Chris Gianelloni base/package.use: - Adding USE=regex to the dev-scheme/guile package.use since it's required for - gnucash, among other things. - - 05 Feb 2008; Sébastien Fabbro use.local.desc: - Added local use flags for sci-libs/cholmod - - 05 Feb 2008; Sébastien Fabbro use.local.desc: - added local use flags for sci-libs/metis - - 04 Feb 2008; David Shakaryan package.mask: - Remove x11-wm/kahakai from tree. (bug #186440) - - 04 Feb 2008; Wulf C. Krueger package.mask: - Masked >=kde-base/pykde-3.5.6. - - 04 Feb 2008; Denis Dupeyron use.local.desc: - Added local USE flag xrender for sci-electronics/pcb. - - 03 Feb 2008; Ryan Hill package.mask: - Further cleanup of examples. - - 03 Feb 2008; Fernando J. Pereda package.mask: - Remove mask for =dev-util/git-1.5.4_rc* since 1.5.4 is in the tree. - - 03 Feb 2008; Alexis Ballier package.mask: - last rite dev-tex/dk-bib - - 03 Feb 2008; Alexis Ballier package.mask: - dev-ml/equeue, netclient and rpc are now gone, remove unneeded mask - - 03 Feb 2008; Vlastimil Babka package.mask: - Add best practices for last rites masking and an example, based on - dirtyepic's mail in -dev list. - - 03 Feb 2008; Vlastimil Babka package.mask: - Last rites for dev-java/cryptix* - - 03 Feb 2008; David Shakaryan package.mask: - Remove =sys-devel/gcc-config-2.0.0_rc1 and app-admin/eselect-compiler masks. - - 03 Feb 2008; David Shakaryan package.mask: - Remove a few apache related masks. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =dev-java/jfreechart-0* mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =sys-apps/pkgcore-0.3.3 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =net-misc/memcached-1.2.4_rc1 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove ~app-misc/livecd-tools-1.0.38 and ~sys-kernel/genkernel-3.4.9_pre8 - masks. - - 03 Feb 2008; David Shakaryan package.mask: - Remove <=x11-plugins/emerald-plugins-0.2.1 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove a few media-sound/pulseaudio masks. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =app-antivirus/clamav-0.92_rc2 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove a few vmware related masks. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =net-www/netscape-flash-9.0.60.0_beta082207 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove <=net-im/skype-1.4.0.0 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =net-wireless/fwlanusb-1.00.00_rc1 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove many java-gnome related masks. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =www-apps/mediawiki-1.10.0_rc1 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove package.mask: - Remove =net-irc/dircproxy-1.2.0_beta2 mask. - - 03 Feb 2008; David Shakaryan package.mask: - Remove =net-mail/cyrus-imapd-2.2.12-r5 mask. - - 03 Feb 2008; Christian Faulhammer use.local.desc: - add USE=nano-syntax for app-admin/conky - - 03 Feb 2008; Michael Marineau package.mask: - Remove ck-sources and xen-sources-2.6.16* from package.mask, they have been - removed from the tree - - 03 Feb 2008; Petteri Räty package.mask: - Remove mask for dev-java/aterm-java as it was moved to junkyard. - - 02 Feb 2008; Ryan Hill package.mask: - Remask media-fonts/artwiz-fonts. - - 02 Feb 2008; Vlastimil Babka package.mask: - Masking dev-java/javamake-bin for removal. - - 02 Feb 2008; Vlastimil Babka package.mask: - Masking dev-java/minml2 for removal. - - 02 Feb 2008; Vlastimil Babka package.mask: - Masking dev-java/jasmin-sable for removal. - - 02 Feb 2008; Chris Gianelloni base/package.use.mask: - Added java to package.use.mask for app-accessibility/brltty for bug #208538. - - 01 Feb 2008; Ulrich Mueller use.local.desc: - Add local libotf USE flag for app-editors/emacs-cvs. - - 01 Feb 2008; Ulrich Mueller updates/3Q-2007, - updates/1Q-2008, package.mask: - Slotmove for app-editors/emacs-cvs after merge of unicode-2 branch. - Mask emacs-cvs-22.1.9999 live ebuild, so users get the real pretest version. - - 01 Feb 2008; Rémi Cardona package.mask: - removing p.mask on latest xf86-video-i810 snapshots - - 31 Jan 2008; Stefan Knoblich package.mask: - Remove wanpipe mask, the package has been removed for now. - - 31 Jan 2008; Peter Volkov package.mask: - Masked =dev-libs/libnl-1.1 as it breaks networkmanager, bug 208204 - - 31 Jan 2008; Peter Volkov package.mask: - Remove mask for netperf. New version includes security fixes. - - 31 Jan 2008; Ingmar Vanhassel package.mask: - Added =kde-misc/yakuake-2.9* to KDE 4 mask. - - 30 Jan 2008; Mike Auty package.mask: - Remove mask for removed package. - - 30 Jan 2008; Ulrich Mueller updates/1Q-2008: - Move dev-lisp/emacs-cl-cvs to dev-lisp/emacs-cl. - - 30 Jan 2008; Ulrich Mueller package.mask: - Remove masks for app-editors/emacs-cvs snapshots since they are gone. - - 29 Jan 2008; Sébastien Fabbro use.local.desc: - Updated sci-mathematics/maxima local use flags descriptions - - 29 Jan 2008; Tony Vroon package.mask: - Mask audacious-plugins-ugly for removal in March 2008. - - 28 Jan 2008; Mike Auty package.mask: - mask off open-vm-tools until a 2.6.24 patch fix can be made - - 28 Jan 2008; Alexis Ballier package.mask: - mask dev-tex/koma-script for removal - - 28 Jan 2008; Alexis Ballier package.mask: - unmask libcaca now that its fine - - 28 Jan 2008; Wulf C. Krueger - default-linux/amd64/2007.0/package.use.mask, - default-linux/amd64/package.use.mask, hardened/amd64/package.use.mask: - Masked app-pda/pilot-link[bluetooth] for the KDE 3.5.8 stabilisation. - - 28 Jan 2008; Peter Volkov package.mask: - Masked >=app-arch/rpm-4.4.7-r3: net-snmp and sussen are broken with it, - bug #205280 - - 28 Jan 2008; Daniel Black package.mask: - removed =net-misc/curl-7.17.0-r1 from package.mask. version nolonger in portage - - 25 Jan 2008; Petteri Räty updates/1Q-2008: - slot moves for java packages don't work very well - - 25 Jan 2008; Petteri Räty package.mask: - Remove package.mask for dev-java/odmg as it has been move to - java-experimental quite a while ago. - - 25 Jan 2008; Rémi Cardona package.mask: - add x11-themes/gtk-engines-mist to p.mask for removal (bug #204489) - - 25 Jan 2008; Krzysiek Pawlik package.mask: - Mask sys-kernel/suspend2-sources and sys-apps/suspend2-userui. - - 25 Jan 2008; Ulrich Mueller package.mask: - Unmask app-emacs/uboat, licence issues are solved now. - - 24 Jan 2008; Gilles Dartiguelongue ChangeLog: - adding masked gnome-sytem-tools-2.20 dependencies - - 24 Jan 2008; Peter Weller - hardened/amd64/package.use.mask: - package.use.mask X for jove on hardened/amd64 - - 24 Jan 2008; Diego Pettenò use.local.desc: - Add listing for glib USE flag for pulseaudio. - - 23 Jan 2008; Alon Bar-Lev use.local.desc: - Add net-misc/openvpn:pkcs11 - - 23 Jan 2008; Ulrich Mueller package.mask: - Mask app-emacs/cdrw for removal. - - 23 Jan 2008; Saleem Abdulrasool package.mask: - Mask hal-device-manager - - 22 Jan 2008; Peter Volkov use.local.desc: - Added gpg, sms, weather and livejournal USE flags for net-im/sim - - 22 Jan 2008; Ingmar Vanhassel package.mask: - KDE 4 mask shouldn't affect live ebuilds in overlays. - - 21 Jan 2008; Krzysiek Pawlik package.mask: - Mask =dev-java/freemarker-2.3.11 - - 20 Jan 2008; Mark Loeser package.mask: - herdstat-1.1.91 has been dropped from the tree - - 19 Jan 2008; Ingmar Vanhassel package.mask: - Point to the KDE 4 guide in my KDE 4 mask message. - - 19 Jan 2008; Petteri Räty package.mask: - package.mask dev-java/jsx - - 19 Jan 2008; Alexis Ballier package.mask: - unmask ocaml 3.10.1 now that I've properly tested it - - 19 Jan 2008; Christoph Mende use.local.desc: - Add twisted USE flag for dev-python/zsi - - 19 Jan 2008; Stefan Schweizer package.mask: - mask list for removal - - 19 Jan 2008; Ryan Hill updates/1Q-2008: - Package move: media-fonts/ezra-sil -> media-fonts/ttf-sil-ezra. - - 18 Jan 2008; Ingmar Vanhassel use.local.desc: - Remove unused local USE descriptions for KDE 4.0. - - 18 Jan 2008; Ingmar Vanhassel use.local.desc: - Remove duplicate local USE flag descriptions. Thanks to maekke. - - 18 Jan 2008; Tony Vroon package.mask: - Remove mask entries for net-irc/audacious-show and - media-plugins/audacious-docklet as the ebuild directories have been axed - now. - - 18 Jan 2008; Aggelos Orfanakos use.local.desc: - Added builder, exif, highlight local USE flags for app-text/webgen. - - 18 Jan 2008; Aggelos Orfanakos use.local.desc: - Added mongrel local USE flag for dev-ruby/camping. - - 18 Jan 2008; Timo Gurr package.mask: - Extend acroread mask to also mask revbumps. - - 18 Jan 2008; Ingmar Vanhassel package.mask: - Added kde-base/qimageblitz to package.mask. - - 18 Jan 2008; Ingmar Vanhassel package.mask: - Added >=kde-base/kde-4.0.0 to the KDE 4.0 mask. - - 17 Jan 2008; Wulf C. Krueger use.local.desc: - Added local USE flags for KDE4. - - 17 Jan 2008; Wulf C. Krueger use.local.desc: - Added local USE flags for KDE4. - - 17 Jan 2008; Wulf C. Krueger use.local.desc: - Added local USE flags for KDE4. - - 17 Jan 2008; Alexis Ballier package.mask: - unmask ocaml 3.10 and friends, should be all good now - - 17 Jan 2008; Wulf C. Krueger use.desc: - Added htmlhandbook used by 119 packages. - - 17 Jan 2008; Sébastien Fabbro use.local.desc: - Added cint7 local flag for sci-physics/root - - 17 Jan 2008; Ingmar Vanhassel package.mask: - Mask KDE 4.0.0 for testing. This release of KDE 4 will not be unmasked. - - 16 Jan 2008; Ulrich Mueller package.mask: - Mask app-emacs/uboat for removal. - - 16 Jan 2008; package.mask: - Unmasked rubygems. - - 16 Jan 2008; Rémi Cardona package.mask: - Add anjuta-2.3* and its required deps to p.mask - - 15 Jan 2008; package.mask: - Removed rails-2.0 from package.mask. - - 15 Jan 2008; Alon Bar-Lev package.mask: - Fix gnupg-2.0.8 mask - - 15 Jan 2008; Raúl Porcel use.local.desc: - Replace amuled USE-flag with daemon - - 15 Jan 2008; Sébastien Fabbro package.mask, - use.local.desc: - Removed sci-mathematics/mupad from package.mask and use.local.desc - - 14 Jan 2008; Gilles Dartiguelongue package.mask: - remove gal/gtkhtml/peacok mask, it's gone - - 14 Jan 2008; Ingmar Vanhassel package.mask: - Masked >=dev-util/cmake-2.4.8_rc12 for further testing. - - 13 Jan 2008; Christian Faulhammer - base/package.use.mask, default-linux/x86/package.use.mask: - mask alsa USE flag for dev-java/ibm-{jdk,jre}-bin in base and unmask it on x86 - - 13 Jan 2008; Wulf C. Krueger use.local.desc: - Added clucene description dev-libs/soprano - - 13 Jan 2008; Wulf C. Krueger package.mask: - Masked qca-2.0 and dependencies for further testing, bug #129536 - - 13 Jan 2008; Joerg Bornkessel use.local.desc: - use-flag ff-card, 4mb-mod, graphtft for media-video/vdr-graphtft added - - 12 Jan 2008; Chris Gianelloni profiles.desc: - Removing the x86/no-nptl/2.4 profile. - - 12 Jan 2008; Markus Meier use.local.desc: - add fontconfig flag for media-gfx/imagemagick - - 11 Jan 2008; Alon Bar-Lev package.mask: - Add =app-crypt/gnupg-2.0.8, bug#204662 - - 11 Jan 2008; Ryan Hill package.mask: - Mask sys-devel/distcc-config for removal (bug #192741). - - 10 Jan 2008; Markus Meier use.local.desc: - remove obsolete boost and plugin USE-flag from media-gfx/inkscape - - 09 Jan 2008; Sébastien Fabbro use.local.desc: - Added pch local use flag for sci-physics/root - - 09 Jan 2008; Ulrich Mueller use.local.desc: - Add local sendmail USE flag for app-editors/fe. - - 09 Jan 2008; Bernard Cafarelli package.mask: - Add mask for unstable gnustep packages - - 09 Jan 2008; Ryan Hill package.mask: - Remove net-www/pears. Bug #201246. - - 08 Jan 2008; Krzysiek Pawlik package.mask: - Unmask net-im/jabberd2. - - 08 Jan 2008; Gunnar Wrobel package.mask: - www-apps/viewcvs: Removed package - - 08 Jan 2008; Torsten Veller - default-linux/alpha/no-nptl/2.4/package.mask, - default-linux/x86/no-nptl/2.4/package.mask: - Mask gnucash on some deprecated profiles to make repoman happy - - 06 Jan 2008; Peter Volkov package.mask: - >=sys-kernel/openvz-sources-2.6.22: masked unstable sources - - 06 Jan 2008; Saleem Abdulrasool package.mask: - Mask howl for removal in 30 days - - 05 Jan 2008; Saleem Abdulrasool package.mask: - Unmask HAL 0.5.10 - - 05 Jan 2008; Saleem Abdulrasool use.local.desc: - Add laptop useflag for hal - - 05 Jan 2008; Vlastimil Babka package.mask: - Unmask taskcoach. - - 05 Jan 2008; Ryan Hill package.mask: - Unmask wxpython-2.8. - - 04 Jan 2008; Rémi Cardona package.mask: - upping the package.mask version for xf86-video-i810 - - 03 Jan 2008; Alexis Ballier package.mask: - last rite: dev-ml/{equeue,rpc,netclient} - - 03 Jan 2008; Gilles Dartiguelongue use.local.desc: - add rubrica for mail-client/balsa - - 03 Jan 2008; Jose Luis Rivero use.local.desc: - Add guidexml USE-Flag for xmlcopyeditor - - 03 Jan 2008; Alin Năstac package.mask: - Remove =net-dialup/ltmodem-8.31* mask since it was removed from the tree. - - 03 Jan 2008; Alin Năstac package.mask: - Mask net-dialup/gprs-easy-connect. Pending removal in 30 days. - - 03 Jan 2008; Alexis Ballier use.desc, - use.local.desc: - Make ocamlopt useflag global, as per gentoo-dev@ ml. - - 03 Jan 2008; Ulrich Mueller package.mask: - Remove app-emacs/md5 and app-emacs/sha1 masks since the packages are gone. - - 02 Jan 2008; Vlastimil Babka package.mask: - Add mask for new package taskcoach. - - 01 Jan 2008; Lennart Kolmodin package.mask: - Mask all of dev-haskell/hs-plugins, not just some versions. - Pending removal 01 Feb 2008 due to not beeing outdated and no support - upstream. - - For previous entries, please see ChangeLog-2007. diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2009 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2009 deleted file mode 100644 index 0cc8d3a730..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2009 +++ /dev/null @@ -1,4786 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2009,v 1.1 2012/01/02 19:14:02 dilfridge Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 31 Dec 2009; Samuli Suominen package.mask: - Mask KOffice 1.6.3 for removal. - - 30 Dec 2009; Samuli Suominen package.mask: - Mask games-emulation/mupen64 for removal. - - 29 Dec 2009; Diego E. Pettenò package.mask: - Mask metasploit and fe3d since they use SCMs to fetch sources. - - 29 Dec 2009; Jonathan Callen package.mask: - Mask sys-apps/dchroot - - 29 Dec 2009; Diego E. Pettenò package.mask: - Masking sys-apps/count for QA removal. - - 28 Dec 2009; Samuli Suominen package.mask: - Mask app-mobilephone/moto4lin and net-p2p/dc-qt for removal. - - 28 Dec 2009; Diego E. Pettenò package.mask: - Masking sys-apps/sdd for QA removal. - - 27 Dec 2009; Ulrich Mueller updates/4Q-2009, - package.mask: - Move app-editors/emacs-cvs to app-editors/emacs-vcs. - - 27 Dec 2009; Samuli Suominen package.mask: - Mask x11-themes/gtk-engines-qt for removal. - - 27 Dec 2009; Samuli Suominen package.mask: - Mask x11-libs/kylixlibs3-borqt for removal. - - 27 Dec 2009; Samuli Suominen package.mask: - Mask media-sound/k3guitune and media-libs/akode for removal. - - 27 Dec 2009; Samuli Suominen package.mask: - Mask app-i18n/kurso-de-esperanto for removal. - - 27 Dec 2009; Torsten Veller package.mask: - Mask dev-perl/jcode_pl for removal (#298215) - - 26 Dec 2009; Jeroen Roovers default/linux/hppa/use.mask, - package.mask: - Remove media-gfx/viewer mask (bug #247737). - - 26 Dec 2009; Alex Alexander package.mask: - removed zen-sources live ebuild mask, it is keywordless - - 26 Dec 2009; package.mask: - Mask zen-sources 2.6.32_rc releases - - 25 Dec 2009; Samuli Suominen package.mask: - Mask dev-util/valkyrie for removal. - - 25 Dec 2009; Samuli Suominen package.mask: - Mask x11-misc/bbconf for removal. - - 25 Dec 2009; Diego E. Pettenò package.mask: - Add mingw64-runtime to the crossdev mask. - - 24 Dec 2009; Andrey Grozin base/package.use.mask, - arch/amd64/package.use.mask, arch/x86/package.use.mask: - sci-mathematics/maxima USE flag openmcl is for amd64 and x86 only - - 24 Dec 2009; Peter Volkov package.mask: - Masking x11-plugins/msn-pecan release candidate. Upstream supposes that we - keep such packages away from users. bug #292321 - - 23 Dec 2009; Diego E. Pettenò package.mask: - Masking media-gfx/viewer for QA removal. - - 23 Dec 2009; Samuli Suominen package.mask: - Mask =sys-process/psmisc-22.8 wrt bug #297423. - - 23 Dec 2009; Diego E. Pettenò package.mask: - Prepare preventive mask for drizzle. - - 23 Dec 2009; Víctor Ostorga package.mask: - Masking net-dns/ldapdns for removal, bug #247956 - - 23 Dec 2009; Samuli Suominen package.mask: - Mask x11-misc/xplore for removal. - - 22 Dec 2009; Diego E. Pettenò package.mask: - Mask libnemesi (unfetchable). - - 22 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-libs/libredblack for QA removal. - - 22 Dec 2009; Diego E. Pettenò package.mask: - Masking net-libs/libwhisker for QA removal. - - 21 Dec 2009; Samuli Suominen package.mask: - Mask media-gfx/grender and media-gfx/maya for removal. - - 21 Dec 2009; Samuli Suominen package.mask: - Mask app-dicts/vdict* for removal. - - 20 Dec 2009; Diego E. Pettenò package.mask: - Mask dev-ruby/test-unit since it's only needed for 1.9. - - 20 Dec 2009; Peter Volkov package.mask: - Drop net-analyzer/cacti-cactid mask since package was removed from the - tree. - - 18 Dec 2009; Markus Meier package.mask: - remove enblend-4.0 rc masking as final version is in tree - - 17 Dec 2009; Diego E. Pettenò package.mask: - Masking media-video/cinepaint for QA removal. - - 17 Dec 2009; Jeremy Olexa arch.list, - +prefix/linux/arm/make.defaults, +prefix/linux/arm/parent, profiles.desc: - Add experimental arm-linux profiles for Gentoo Prefix - - 16 Dec 2009; Markus Meier package.mask: - remove hugin from mask as final version is out, change mask to libpano13 - - 16 Dec 2009; Samuli Suominen - targets/desktop/make.defaults, targets/desktop/package.use: - Enable USE mng in make.defaults for desktop profile as required by - x11-libs/qt-gui:4. Do previous in make.defaults because it's a small - library but set mysql, sql and webkit in package.use separately for - kde-base/kde-meta wrt #291996. - - 16 Dec 2009; Diego E. Pettenò package.mask: - Masking sys-apps/compare for QA removal. - - 16 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-ruby/ruby-xlib for QA removal. - - 14 Dec 2009; Markos Chandras package.mask: - sys-fs/dazuko has been dropped wrt bug #278414 - - 14 Dec 2009; Jonathan Callen package.mask: - Mask qca:1, qca-tls - - 14 Dec 2009; Ulrich Mueller package.mask: - Remove mask for app-emacs/ngnus after removal of the package, bug 293302. - Add mask for app-editors/emacs-vcs, preparing for package move. - - 14 Dec 2009; Diego E. Pettenò package.mask: - Masking media-gfx/giram for QA removal. - - 13 Dec 2009; Rémi Cardona base/use.mask, - desc/video_cards.desc: - drop "vermilion" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona desc/video_cards.desc, - hardened/amd64/use.mask, hardened/ppc64/use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona desc/video_cards.desc, - hardened/amd64/make.defaults, hardened/ia64/make.defaults, - hardened/linux/powerpc/ppc64/use.mask, hardened/linux/x86/make.defaults, - hardened/ppc64/use.mask, hardened/x86/make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona hardened/ia64/make.defaults, - hardened/linux/x86/make.defaults, hardened/x86/make.defaults: - drop "imstt" from VIDEO_CARDS in hardened profiles - - 13 Dec 2009; Diego E. Pettenò package.mask: - Masking x11-wm/ion for QA removal. - - 13 Dec 2009; Diego E. Pettenò package.mask: - Masking net-irc/ptlink-services for QA removal. - - 13 Dec 2009; Diego E. Pettenò package.mask: - Masking x11-misc/xse for QA removal. - - 13 Dec 2009; Rémi Cardona package.mask: - add x11-apps/ttmkfdir, x11-apps/xfs and x11-apps/xfsinfo to p.mask - - 13 Dec 2009; Torsten Veller package.mask: - Mask dev-perl/PDL-2.4.5 - - 12 Dec 2009; Diego E. Pettenò package.mask: - Masking sys-auth/nsvs for QA removal. - - 10 Dec 2009; Víctor Ostorga package.mask: - Removing entry for net-misc/mmsclient, since it was removed from tree - - 09 Dec 2009; Ulrich Mueller package.mask: - Restrict mask for emacs-cvs to live version. - - 09 Dec 2009; Robin H. Johnson thirdpartymirrors: - Upstream MySQL culled a lot of old mirrors. Update the list from - http://dev.mysql.com/downloads/mirrors.html again. - - 09 Dec 2009; Christian Faulhammer package.mask: - mask app-portage/g-ctan as upstream web content has been gone - - 08 Dec 2009; Mark Loeser package.mask: - xpvm should have been masked along with pvm - - 08 Dec 2009; Diego E. Pettenò package.mask: - Mask sudo's new beta. - - 08 Dec 2009; Jeroen Roovers thirdpartymirrors: - Redo entire list of reachable sourceforge mirrors (bug #296179). - - 08 Dec 2009; Jeroen Roovers thirdpartymirrors: - Add ignum to sourceforge mirrors (bug #296179). - - 08 Dec 2009; MATSUU Takuto package.mask: - Masking app-i18n/jless for removal, bug #294759. - - 07 Dec 2009; Samuli Suominen package.mask: - Unmask HAL 0.5.14 wrt #295600. - - 07 Dec 2009; Andrey Kislyuk package.mask: - Remove app-admin/rackview from p.mask, blocker bug fixed - - 07 Dec 2009; Luca Barbato package.mask: - Mask media-libs/netpbm-10.48.00 see bug #287725 - - 06 Dec 2009; Diego E. Pettenò package.mask: - Add cppvm to the pvm mask. - - 06 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-libs/libip_vs_user_sync for QA removal. - - 06 Dec 2009; Diego E. Pettenò package.mask: - Masking x11-apps/xmh for QA removal. - - 06 Dec 2009; Diego E. Pettenò base/use.mask, - package.mask: - Masking sys-cluster/pvm for QA removal. - - 05 Dec 2009; Ben de Groot package.mask: - Temporarily mask =hal-0.5.14, which breaks KDE, bug 295600 - - 05 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-lang/sunstudioexpress for QA removal. - - 05 Dec 2009; Diego E. Pettenò package.mask: - Masking app-admin/rackview for QA removal. - - 05 Dec 2009; Diego E. Pettenò package.mask: - Masking mail-filter/simscan for QA removal. - - 05 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-util/cook for QA removal. - - 05 Dec 2009; Samuli Suominen package.mask: - Mask kde-base/kdelibs:3.5 reverse dependencies. - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-db/hk_classes for QA removal. - - 04 Dec 2009; Víctor Ostorga package.mask: - Removing app-i18n/man-pages-es mask, because it breaks sys-apps/man-pages - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking net-analyzer/ttt for QA removal. - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-java/aspectj for QA removal. - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking net-misc/nstx for QA removal. - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-dotnet/mono-fuse for QA removal. - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking dev-libs/qsa for QA removal. - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking x11-libs/gtk-canvas for QA removal. - - 04 Dec 2009; Diego E. Pettenò package.mask: - Masking x11-misc/seyon for QA removal. - - 04 Dec 2009; Víctor Ostorga package.mask: - Masking app-i18n/man-pages-es for removal, bug #295188 - - 04 Dec 2009; Tomáš Chvátal package.mask: - Mask coreutils 8.1 because of broken rm that can cause major issues. For - more info see bug #295654. - - 04 Dec 2009; Peter Volkov package.mask: - Unmask net-im/psi-0.14 as it's finally released - - 02 Dec 2009; Joerg Bornkessel package.mask: - cvs ebuild vdr-xineliboutput-9999 masked for lifetime - - 01 Dec 2009; Dror Levin package.mask: - Remove mask for qt-*-4.6.0_rc - - 01 Dec 2009; Víctor Ostorga package.mask: - Cleaning out entries for removed packages: app-cdr/mdf2iso net-misc/rdist - net-im/curphoo net-im/magnesium media-libs/SoGtk dev-libs/skalibs - sys-apps/minutils net-ftp/easyftp app-office/kmymoney2 app-cdr/kcdlabel - app-crypt/calcchecksum sys-power/kpowersave sci-electronics/ktechlab - - 01 Dec 2009; Theo Chatzimichos package.mask: - Unmask KDE 4.3.4 - - 01 Dec 2009; Samuli Suominen package.mask: - Mask sci-visualization/labplot wrt #209757. - - 01 Dec 2009; Theo Chatzimichos package.mask: - Unmask Qt 4.6.0 - - 01 Dec 2009; Diego E. Pettenò package.mask: - Mask patch-2.6 and later until bug #293570 is solved. - - 01 Dec 2009; Alex Alexander package.mask: - masked KDE 4.3.4 before commit run - - 01 Dec 2009; Alex Alexander package.mask: - removed old qt-4.6.0_beta mask - - 30 Nov 2009; Ulrich Mueller package.mask: - Remove mask for app-emacs/wanderlust snapshot. - - 30 Nov 2009; Alex Legler thirdpartymirrors: - add bytemark mirror to mirror://rubygems, thanks to Rubyforge's Tom - Copeland - - 30 Nov 2009; Ulrich Mueller package.mask: - Remove mask for dev-scheme/kawa after version bump. - - 30 Nov 2009; Alex Legler package.mask: - Mask dev-ruby/{nitro,og,glue,gen} for removal - - 30 Nov 2009; Diego E. Pettenò package.mask: - Masking dev-scheme/kawa for QA removal. - - 29 Nov 2009; Markus Meier package.mask: - mask rc versions of enblend for testing - - 29 Nov 2009; Rémi Cardona package.mask: - mask xorg-server 1.7.2 - - 29 Nov 2009; Diego E. Pettenò package.mask: - Masking sys-apps/hwinfo for QA removal. - - 29 Nov 2009; Ryan Hill arch/amd64/use.mask: - Remove emf from use.mask now that stable libemf is keyworded on amd64. - Also remove the related mask for plugin as no ebuild in the tree uses - it anymore. - - 28 Nov 2009; Raúl Porcel package.mask: - sh-sources were punted - - 27 Nov 2009; Samuli Suominen package.mask: - Mask app-pda/synce-kio-rapip wrt #256350. - - 26 Nov 2009; Torsten Veller package.mask: - Mask dev-perl/DateManip-6* for testing - - 26 Nov 2009; Jeroen Roovers package.mask: - Tweak www-client/opera mask for 10.20_pre4744. - - 25 Nov 2009; Mounir Lamouri updates/4Q-2009: - Move www-plugins/mozilla-weave to www-plugins/weave. - - 25 Nov 2009; Diego E. Pettenò package.mask: - Masking sci-visualization/gfsview for QA removal. - - 25 Nov 2009; Diego E. Pettenò package.mask: - Masking www-client/rabbitticker for QA removal. - - 25 Nov 2009; Diego E. Pettenò package.mask: - Masking www-apps/Embperl for QA removal. - - 25 Nov 2009; Markus Meier package.mask: - drop media-gfx/inkscape-0.47 mask as the final version is in tree - - 25 Nov 2009; Steve Dibb package.mask: - Mask media-libs/x264-0.0.20091124 for testing - - 25 Nov 2009; Ben de Groot package.mask: - Temporary mask of latest mplayer and ffmpeg bumps wrt bug 294469 - - 24 Nov 2009; Diego E. Pettenò package.mask: - Masking app-forensics/airt for QA removal. - - 23 Nov 2009; Krzysiek Pawlik package.mask: - Mask =sys-apps/rng-tools-2-r2. - - 23 Nov 2009; Alex Legler package.mask: - Moved xoops mask, scheduling for removal - - 23 Nov 2009; Diego E. Pettenò package.mask: - Masking sys-apps/inputd for QA removal. - - 22 Nov 2009; Fabian Groffen profiles.desc: - Added Mac OS X Snow Leopard (10.6) Prefix profiles - - 22 Nov 2009; MATSUU Takuto use.local.desc: - Added libevent local USE flag for net-dns/unbound. - - 22 Nov 2009; Fabian Groffen profiles.desc: - Drop all Prefix profiles to experimental state for the time being. This - makes repoman ignore all Prefix keywords in ebuilds which is good for the - time being as we can't provide the full dependencies in gx86. The Prefix - rsync image will have the Prefix profiles reenabled as 'dev' again such - that we can keep on checking deps in the full Prefix environment. - - 22 Nov 2009; Theo Chatzimichos package.mask: - Mask koffice-2.1.0 until official release - - 22 Nov 2009; Torsten Veller package.mask: - Mask net-mail/vimap for removal - - 22 Nov 2009; Tobias Scherbaum package.mask: - Mask app-admin/eselect-oracle for removal in 30 days. - - 20 Nov 2009; Justin Bronder package.mask: - Masking sys-cluster/mpiexec for removal in 30 days. - sys-cluster/osc-mpiexec is a fully functional replacement. - Bug #293861 - - 20 Nov 2009; Jonathan Callen package.mask: - Remove mask for koffice - - 20 Nov 2009; Samuli Suominen package.mask: - Remove KDE 3.5.10 mask. - - 19 Nov 2009; Gordon Malm package.mask: - Remove sci-calculators/qalculate-kde from package.mask, already removed - from tree. - - 19 Nov 2009; Ulrich Mueller package.mask: - Add mask for live ebuild of app-emacs/gnus. - - 19 Nov 2009; Sébastien Fabbro package.mask: - Removed masking of sci-physics/root - - 18 Nov 2009; Alex Alexander package.mask: - masked Qt 4.6.0 rc before adding for testing - - 17 Nov 2009; Peter Volkov package.mask: - Masked app-text/ghostscript-gnu, bug 264614. - - 17 Nov 2009; Vlastimil Babka package.mask: - Mask also java-virtuals/jdk-with-com-sun:1.4 - - 17 Nov 2009; Vlastimil Babka package.mask: - Mask sun-based 1.4 jdk and jre. - - 17 Nov 2009; Olivier Crête package.mask: - Unmask gst-plugins-x264, new version is coming and stable still works fine - - 16 Nov 2009; Jeremy Olexa updates/4Q-2009: - move app-misc/git app-misc/gnuit, part of bug 287863 - - 16 Nov 2009; Matthias Schwarzott package.mask: - Unmask udev-146-r2 and udev-147. - - 15 Nov 2009; Rémi Cardona package.mask: - mask dead X drivers - - 15 Nov 2009; Ulrich Mueller package.mask: - Mask app-emacs/ngnus for removal, bug 293302. - Package mask pre-alpha snapshot of app-emacs/gnus. - - 15 Nov 2009; Peter Volkov package.mask: - Mask net-analyzer/cacti-cactid for removal. net-analyzer/cacti-spine is a - newer version of the same package. - - 15 Nov 2009; Peter Volkov updates/4Q-2009: - Move slot for app-text/kchmviewer back to 0. This is not kde-3.5 - application any more. - - 14 Nov 2009; Víctor Ostorga package.mask: - Masking app-cdr/kcdlabel for removal, kde-base/kdelibs-3* removal, bug - #292794 - - 14 Nov 2009; Víctor Ostorga package.mask: - Masking app-crypt/calcchecksum for removal, kde-base/kdelibs-3* removal, - bug #292798 - - 14 Nov 2009; Víctor Ostorga package.mask: - Masking app-text/kbarcode for removal, kde-base/kdelibs-3* removal, bug - #292734 - - 14 Nov 2009; Víctor Ostorga package.mask: - Masking mail-client/kbiff for removal, bug #292730 - - 14 Nov 2009; Ulrich Mueller package.mask: - Update mask for app-emacs/wanderlust. - - 14 Nov 2009; Alexis Ballier package.mask: - mask ocamlnet beta - - 14 Nov 2009; Samuli Suominen package.mask: - Mask games-board/ggz-kde-client and games-board/ggz-kde-games. - - 13 Nov 2009; Timo Gurr package.mask: - Remove mask for mumble and murmur. - - 13 Nov 2009; Samuli Suominen package.mask: - Mask media-sound/amarokfs. - - 13 Nov 2009; Jeroen Roovers package.mask: - Tweak www-client/opera mask. - - 13 Nov 2009; Peter Volkov package.mask: - Mask net-im/psi prerelease. - - 12 Nov 2009; Markos Chandras package.mask: - sys-fs/dazuko. Pending removal in 30 days ( bug 278414 ) - - 12 Nov 2009; Samuli Suominen package.mask: - Mask media-sound/kstreamripper. - - 12 Nov 2009; Samuli Suominen package.mask: - Mask games-puzzle/easysok and sci-misc/kboincspy for kde-base/kdelibs:3.5. - - 12 Nov 2009; Samuli Suominen package.mask: - Mask dev-perl/{DCOP,PerlQt} and reverse dependencies for - kde-base/kdelibs:3.5. - - 12 Nov 2009; Daniel Pielmeier desc/dvb_cards.desc: - Update dvb_cards.desc. - - 12 Nov 2009; Ben de Groot package.mask: - Remove mask for qvfb, now it is bumped and bug 292834 solved. - - 12 Nov 2009; Ben de Groot arch/sparc/package.use.mask: - Also mask doc useflag for media-libs/libxspf on sparc, pending qt-webkit - and qt-assistant keywording (bug 292838) - - 12 Nov 2009; Alexis Ballier profiles.desc: - remove deprecated fbsd profiles from profiles.desc - - 11 Nov 2009; Ben de Groot arch/sparc/package.use.mask: - Mask doc useflag on dev-libs/uriparser on sparc, as it depends on - qt-assistant, which needs rekeywording (bug 292838). - - 11 Nov 2009; Ben de Groot package.mask: - Masking dev-embedded/qvfb - - 11 Nov 2009; Víctor Ostorga package.mask: - Masking sys-power/kpowersave for removal, bug #292799 - - 11 Nov 2009; Samuli Suominen package.mask: - Mask app-laptop/khdapsmon, app-laptop/khdapsmonitor, and - app-laptop/kthinkbat. - - 11 Nov 2009; Ben de Groot package.mask: - Unmask libdvdread/-nav - - 11 Nov 2009; Samuli Suominen package.mask: - Mask kde-base/arts, kde-misc/kfish and package.mask: - Mask x11-misc/lineak-kdeplugins and mail-client/mailody. - - 11 Nov 2009; Matthias Schwarzott package.mask: - Mask udev-146-r2 and udev-147 for testing their new init-scripts. - - 11 Nov 2009; Benedikt Böhm package.mask: - unmask >=sys-kernel/vserver-sources-2.3 - - 10 Nov 2009; Samuli Suominen package.mask: - Mask x11-themes/tiblit and package.mask: - Removed media-plugins/{hayes,jefferson} from tree. - - 10 Nov 2009; Samuli Suominen package.mask: - Mask package.mask: - Mask x11-plugins/khexclock. - - 10 Nov 2009; Samuli Suominen package.mask: - Mask games-puzzle/quintalign, games-sports/kbilliards, - games-strategy/kpictorial and games-util/krconlinux. - - 10 Nov 2009; Samuli Suominen package.mask: - Removed games-board/{knights,kwappen,schafkopf} from tree. - - 10 Nov 2009; Samuli Suominen package.mask: - Removed gsynaptics, ksynaptics and libsynaptics from tree. Replaced by - kcm_touchpad, synaptiks, touchfreeze, and gpointing-device-settings. - - 09 Nov 2009; Vlastimil Babka license_groups: - Add jrockit license to @EULA. - - 09 Nov 2009; Víctor Ostorga package.mask: - Masking net-misc/mmsclient for removal, bug #211133 - - 09 Nov 2009; Samuli Suominen package.mask: - Mask package.mask: - Removed kde-misc/systemloadviewer from tree which was moved to - kdeplasma-addons. - - 09 Nov 2009; Samuli Suominen package.mask: - Mask package.mask: - KDE 3.5.9 and 4.3.2 are gone, remove masks - - 08 Nov 2009; Vlastimil Babka license_groups: - Add sun-bcla-java-vm to @EULA as well. - - 08 Nov 2009; Vlastimil Babka license_groups: - Add IBM JDK licenses to @EULA. - - 08 Nov 2009; Alexey Shvetsov package.mask: - Mask kde 4.3.2 since we gonna drop it from tree and drop mask for 4.2.4 - since its dropped from tree - - 08 Nov 2009; Alexey Shvetsov package.mask: - Mask kde 4.2.4 since we gonna drop it from tree - - 08 Nov 2009; Nirbheek Chauhan package.mask: - Fix libsoup p.mask version - - 07 Nov 2009; Gilles Dartiguelongue package.mask: - Mask net-libs/libsoup-2.2, bug #280906. - - 07 Nov 2009; Mounir Lamouri - arch/amd64/package.use.mask, arch/x86/package.use.mask, - base/package.use.mask: - Mask cuda USE flag for media-gfx/k3d for non amd64/x86 arch, bug 267264 - - 07 Nov 2009; package.mask: - Masking net-ftp/easyftp for removal, bug #292143 - - 07 Nov 2009; package.mask: - Masking net-misc/tkusr for removal, bug #247985 - - 07 Nov 2009; package.mask: - Masking app-text/doclifter for removal, bug #292289 - - 07 Nov 2009; Ben de Groot package.mask: - Adding x11-themes/qtcurve to kde3 mask - - 07 Nov 2009; Samuli Suominen package.mask: - Mask KDE 3.5.10. - - 07 Nov 2009; Samuli Suominen package.mask: - Mask updates/4Q-2009: - Package move: sci-biology/dialign-t -> sci-biology/dialign-tx - - 06 Nov 2009; Samuli Suominen package.mask: - Mask pkgs with KDE3 dependencies. - - 06 Nov 2009; Mounir Lamouri - arch/powerpc/package.use.mask: - Remove p.use.mask for 'media-gfx/f-spot flickr' on powerpc, bug 284473 - - 06 Nov 2009; Vlastimil Babka package.mask: - Mask 1.4 JRE's, bug #287615. - - 05 Nov 2009; Mounir Lamouri - arch/powerpc/package.use.mask: - p.use.mask media-gfx/f-spot flickr on powerpc, bug 284473 - - 05 Nov 2009; Rémi Cardona package.mask: - add xdm 1.1.9 to p.mask - - 05 Nov 2009; Tristan Heaven package.mask: - media-libs/freeimage was removed, bug #251112 - - 05 Nov 2009; Tristan Heaven package.mask: - Mask games-fps/quake3-urbanterror - - 04 Nov 2009; Samuli Suominen package.mask: - Mask package.mask: - keeping zen-sources rc and live ebuilds masked - - 03 Nov 2009; Vlastimil Babka package.mask: - Last rites for dev-java/jessie - - 03 Nov 2009; Alex Alexander package.mask: - KDE 4.3.3 tarballs available, unmasking :) - - 02 Nov 2009; Víctor Ostorga package.mask: - Cleaning entries for removed packages net-irc/quirc bug #249468 and - sys-apps/sreadahead bug ##257207 - - 02 Nov 2009; Alex Alexander package.mask: - masking KDE 4.3.3 before we begin our commit run - - 02 Nov 2009; Víctor Ostorga package.mask: - Masking stable net-firewall/ipsec-tools because it does not build with - stable linux-headers - - 02 Nov 2009; Mounir Lamouri package.mask: - net-misc/asterisk-chan_unicall media-libs/libsupertone net-libs/libmfcr2 - net-libs/libunicall net-misc/asterisk-app_rtxfax have been removed. - bug 180318, bug 273995 and bug 277783 - - 01 Nov 2009; Gilles Dartiguelongue package.mask: - Mask app-misc/tracker, bug #291501. - - 01 Nov 2009; Vlastimil Babka package.mask: - Remove java last rites that were removed. - - 01 Nov 2009; Gilles Dartiguelongue package.mask: - Remove app-accessibility/at-poke mask, it's gone. - - 01 Nov 2009; Gilles Dartiguelongue package.mask: - Mask gnome-extra/gnome-keyring-manager, see bug #291456. - - 01 Nov 2009; Markus Meier package.mask: - fix hugin mask, pointed out by leio - - 31 Oct 2009; Samuli Suominen package.mask: - Mask net-firewall/knetfilter wrt #251992. - - 31 Oct 2009; Samuli Suominen package.mask: - Mask mail-client/kcheckgmail wrt #260166. - - 31 Oct 2009; package.mask: - Remove masking on dev-lang/ghc-6.10.4 and related packages. - - 31 Oct 2009; Samuli Suominen package.mask: - Mask sci-calculators/qalculate-kde (replaced by - kde-misc/qalculate-applet). - - 31 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/systemloadviewer because it's moved into - kde-base/kdeplasma-addons. - - 30 Oct 2009; Gilles Dartiguelongue package.mask: - Remove mask for net-im/telepathy-mission-control since it was just waiting - for empathy-2.28 - - 30 Oct 2009; Nirbheek Chauhan package.mask: - Remove net-wireless/bluez-hciemu -- fix bug 257826 - - 29 Oct 2009; Jonathan Callen package.mask: - Add comment about security bug #290470 to app-office/koffice mask - - 29 Oct 2009; Jeroen Roovers package.mask: - Tweak www-client/opera-10.10 mask. - - 28 Oct 2009; Ben de Groot package.mask: - Removing the unwarranted mask of avidemux snapshots, bug 290233. - - 28 Oct 2009; package.mask: - Remove older >1.4 Asterisk mask that I overlooked. - - 28 Oct 2009; package.mask: - Remove Asterisk 1.6 mask as requested by Mounir "volkmar" Lamouri in bug - #285435. - - 28 Oct 2009; Jeroen Roovers package.mask: - Tweak www-client/opera mask. - - 28 Oct 2009; Samuli Suominen package.mask: - Mask KDE3-only apps. - - 28 Oct 2009; Ryan Hill package.mask: - Removed net-p2p/nicotine. Bug #286607. - - 27 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/{katalog,kbeam,kblogger}. - - 27 Oct 2009; Peter Volkov package.mask: - net-im/sim unmasked. It should work now... (#275316) - - 26 Oct 2009; Samuli Suominen package.mask: - Remove entry for net-wireless/kdebluetooth. - - 26 Oct 2009; Samuli Suominen package.mask: - Unmask ffmpeg and x264 snapshot. - - 26 Oct 2009; Bryan Stine package.mask: - x11-base/x11-drm removed from tree - - 26 Oct 2009; Samuli Suominen package.mask: - Mask media-video/xfmedia wrt #289867. - - 26 Oct 2009; Alexis Ballier package.mask: - mask new ffmpeg snapshot with x264 - - 26 Oct 2009; Samuli Suominen profiles.desc: - Change selinux profiles from stable to dev because of missing stable - toolchain (gcc-4, bug 290485), and parent files with wrong ordering (see - repoman -d full in e.g. media-video/h264enc). - - 26 Oct 2009; Jonathan Callen package.mask: - Mask app-office/koffice for removal - - 25 Oct 2009; Olivier Crête package.mask: - dev-python/pymsn has been replaced by dev-python/papyon - - 25 Oct 2009; Bernard Cafarelli package.mask: - Remove llvm* 2.6_pre mask, as they are not in tree anymore - - 25 Oct 2009; Samuli Suominen package.mask: - Mask kde-base/kpdf wrt security #290470. - - 25 Oct 2009; Samuli Suominen package.mask: - Mask package.mask: - Remove entries for gspca, spca5xx and gspcav1 wrt #159176. - - 25 Oct 2009; Samuli Suominen package.mask: - Mask package.mask: - Mask app-cdr/kiso, replaced by app-cdr/acetoneiso. - - 25 Oct 2009; Samuli Suominen package.mask: - Mask app-office/taskjuggler wrt #280808. - - 25 Oct 2009; Samuli Suominen package.mask: - Mask package.mask: - Mask kde-misc/kbfx wrt #287593. - - 25 Oct 2009; Mike Frysinger - hardened/linux/package.use.mask, selinux/package.use.mask: - Mask USE=win64 for app-emulation/wine as it requires gcc-4.4. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask old libkexiv2, libkipi, gwenview, digikam, kipi-plugins, libkdcraw - and kphotoalbum. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask media-video/codeine. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask =kde-misc/filelight-1.0* and kde-misc/filelight-i18n. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask noatun and plugins wrt #270575. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask KDE3 pkgs with QA issues. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask =media-video/kplayer-0.6* wrt #208786. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/kio-locate wrt #262318. - - 24 Oct 2009; Samuli Suominen package.mask: - Mask >=xfce-base/exo-0.5 for testing. - - 23 Oct 2009; Samuli Suominen package.mask: - Unmask x11-libs/compizconfig-backend-kconfig wrt #289511. - - 23 Oct 2009; Diego E. Pettenò package.mask: - Add pre-commit mask for lxc. - - 23 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/krecipes wrt #224503. - - 23 Oct 2009; Samuli Suominen package.mask: - Mask app-mobilephone/kmobiletools wrt #221115. - - 23 Oct 2009; Diego E. Pettenò package.mask: - QA mask for media-video/avidemux-2.5.1_p* - - 23 Oct 2009; Samuli Suominen package.mask: - Mask =net-irc/kvirc-3* wrt #282891. - - 23 Oct 2009; Samuli Suominen package.mask: - Mask x11-libs/compizconfig-backend-kconfig wrt #290170. - - 23 Oct 2009; Samuli Suominen package.mask: - Mask games-board/knights wrt #237966. - - 22 Oct 2009; Markus Meier package.mask: - unmask media-gfx/autopano-sift-C as final version has been released - - 22 Oct 2009; Raúl Porcel package.mask: - Add sh-sources to p.mask for removal in 30 days - - 22 Oct 2009; Alex Legler package.mask: - Removing rails-{1,2.0,2.1} mask, packages are gone - - 22 Oct 2009; Samuli Suominen package.mask: - Mask new media-libs/x264 snapshot for testing. - - 21 Oct 2009; Jeroen Roovers package.mask: - Remove old gnash mask. - - 21 Oct 2009; Diego E. Pettenò package.mask: - Mask paman. - - 21 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/tork wrt #210034. - - 21 Oct 2009; Samuli Suominen package.mask: - Mask net-dialup/trayimonc wrt #276290. - - 21 Oct 2009; Peter Alfredsen package.mask: - Mask version of debugedit that needs a portage patch to be applied to not - do Bad Things. - - 20 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/knetworkmanager wrt #253788. - - 20 Oct 2009; Samuli Suominen package.mask: - Mask media-gfx/showimg wrt #274206. - - 20 Oct 2009; Samuli Suominen package.mask: - Removed sci-chemistry/kemistry from tree. - - 20 Oct 2009; Samuli Suominen package.mask: - Mask dev-embedded/pikdev wrt #244882. - - 20 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/kdmtheme wrt #237320. - - 20 Oct 2009; Peter Volkov package.mask: - Masked development versions of bzr/bzrtools. - - 20 Oct 2009; Peter Volkov package.mask: - openvz-sources-2.6.24 were dropped from the tree, unmask - sys-kernel/openvz-sources-2.6.27.2.1-r3 as I think it's fine, - net-libs/libssh-0.11 do not exist in the tree too. - - 20 Oct 2009; Alexis Ballier package.mask: - mlt++ is gone - - 20 Oct 2009; Samuli Suominen package.mask: - Mask net-im/sim wrt #275316. - - 20 Oct 2009; Samuli Suominen package.mask: - Mask games-board/kwappen wrt #279297. - - 20 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/ksystemlog wrt #279659. - - 20 Oct 2009; Samuli Suominen package.mask: - Mask media-tv/mtvg wrt #279486. - - 19 Oct 2009; Vlastimil Babka license_groups: - Put SUN's pre-release licenses in the EULA group, since it doesn't seem to - work properly in overlay. - - 19 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/kdissert wrt #246783. - - 19 Oct 2009; Samuli Suominen package.mask: - Removed gst-plugins-amrnb and gst-plugins-amrwb from tree. - - 19 Oct 2009; Samuli Suominen package.mask: - Unmask x264 and mask gst-plugins-x264. - - 18 Oct 2009; Christian Faulhammer package.mask: - Claws Mail has been bumped, so remove mask for plugins - - 18 Oct 2009; Christian Faulhammer package.mask: - mask Claws Mail 3.7.3 and plugins until bump is finished - - 18 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/metamonitor wrt #279485. - - 18 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/ksplash-engine-moodin wrt #279716. - - 18 Oct 2009; Samuli Suominen package.mask: - Mask games-board/schafkopf wrt #277665. - - 18 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/kkeyled wrt #277575. - - 17 Oct 2009; Samuli Suominen package.mask: - Mask media-libs/libmpcdec. Replaced by media-sound/musepack-tools. - - 17 Oct 2009; Peter Alfredsen package.mask: - tomboy-0.15* removed from tree, removing mask also - - 17 Oct 2009; Markus Meier use.desc: - make static-libs and dbi global USE-flags, as announced on -dev - - 16 Oct 2009; Samuli Suominen package.mask: - Mask net-news/eventwatcher wrt #277427. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/kisdnwatch wrt #277417. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask net-ftp/kasablanca wrt #277415. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask net-misc/ktraynetworker wrt #277172. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask x11-themes/activeheart-kwin wrt #276891. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask app-office/kbudget wrt #276876. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask app-backup/konserve wrt #276851. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask x11-themes/comix wrt #276205. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask kde-misc/kdirstat wrt #248883. - - 16 Oct 2009; Samuli Suominen package.mask: - Mask media-sound/krecord wrt #278628. - - 16 Oct 2009; Alex Alexander package.mask: - masked Qt 4.6.0 beta before adding for testing - - 16 Oct 2009; Jeroen Roovers package.mask: - Mask Opera Widgets (labs preview). - - 16 Oct 2009; Gordon Malm package.mask: - Remove lm_sensors-3 and dependers from package.mask, bug #279423. - - 15 Oct 2009; Dominik Kapusta package.mask: - Masking experimental ebuild for scratchbox2 - - 15 Oct 2009; Peter Volkov package.mask: - Masked new revision of openvz-sources for testing... - - 15 Oct 2009; Samuli Suominen package.mask: - Mask gsynaptics, ksynaptics and libsynaptics wrt #289170. - - 14 Oct 2009; Rémi Cardona package.mask: - add xinput 1.5 to xorg-server 1.7 package.mask entry - - 14 Oct 2009; Tristan Heaven - arch/amd64/no-multilib/package.mask, arch/amd64/no-multilib/use.mask, - features/64bit-native/package.mask, features/64bit-native/use.mask: - Unmask games-fps/quake3-teamarena, bug #256588 - - 14 Oct 2009; Jeroen Roovers package.mask: - Tweak www-client/opera mask to exclude 10.10b1. - - 13 Oct 2009; Ulrich Mueller updates/4Q-2009: - Move realpath from app-admin to app-misc category, bug 273968. - - 13 Oct 2009; Samuli Suominen package.mask: - Mask kdebluetooth for removal wrt #276455. - - 13 Oct 2009; Alexis Ballier package.mask: - unmask lwt, ocsigen 1.2.1 is fine - - 13 Oct 2009; Alexis Ballier package.mask: - mask lwt 2.0 rcs - - 12 Oct 2009; Jonathan Callen package.mask: - Drop temporary KDE 3.5.9 mask - - 12 Oct 2009; Jonathan Callen package.mask: - Temporarily mask the rest of KDE 3.5.9 so it can be removed - - 12 Oct 2009; Rémi Cardona package.mask: - remove xf86-input-synpatics 1.2.0 from package.mask - - 12 Oct 2009; Torsten Veller package.mask: - Mask dev-perl/Net-FTPServer for removal (#280497) - - 11 Oct 2009; Jonathan Callen package.mask: - Mask old monolithic kde ebuilds for removal - - 11 Oct 2009; Ulrich Mueller package.mask: - Mask app-admin/eselect-news for removal. - - 11 Oct 2009; Markus Meier package.mask: - mask media-gfx/autopano-sift for removal in 30 days. use - media-gfx/autopano-sift-C instead - - 11 Oct 2009; Markus Meier package.mask: - mask hugin and deps beta/rc versions for testing - - 11 Oct 2009; Samuli Suominen package.mask: - Mask gst-plugins-amrnb and gst-plugins-amrwb wrt #252140. - - 10 Oct 2009; Peter Volkov package.mask: - freetype-2.3.10 fixed. Unmasking... - - 10 Oct 2009; Mounir Lamouri license_groups: - Add PUEL license (VirtualBox) to EULA license group. - - 10 Oct 2009; Samuli Suominen package.mask: - Unmask app-cdr/k3b version for KDE4. - - 09 Oct 2009; Peter Volkov package.mask: - =media-libs/freetype-2.3.10 masked until bug #288256 resolved - - 09 Oct 2009; Diego E. Pettenò package.mask: - Mask pam_keystore. - - 09 Oct 2009; Alexey Shvetsov package.mask: - Remove masks for kde 4.3.2 - - 08 Oct 2009; Alexey Shvetsov package.mask: - Mask KDE 4.3.0 for removing - - 08 Oct 2009; Diego E. Pettenò package.mask: - Remove mask on packages deleted. - - 07 Oct 2009; Gilles Dartiguelongue thirdpartymirrors: - Add quakeunity mirrors - - 06 Oct 2009; Alexey Shvetsov package.mask: - Mask KDE 4.3.2 - - 05 Oct 2009; Samuli Suominen package.mask: - Mask release candidate of libffi for testing. - - 05 Oct 2009; Víctor Ostorga package.mask: - Removing entries net-im/silky www-servers/shttpd and gnome-extra/gnome-art - since they are not in the tree - - 05 Oct 2009; Bernard Cafarelli package.mask: - Mask LLVM pre-releases, added in tree for testing before final 2.6 - - 05 Oct 2009; Markos Chandras package.mask: - Remove griffith masking - - 05 Oct 2009; Jeremy Olexa package.mask: - Mask multiple packages for QA/treecleaners - - 04 Oct 2009; Mark Loeser package.mask: - Adding mask back for >=app-crypt/gnupg-2.0.12; bug #275291 - - 04 Oct 2009; Vlastimil Babka package.mask: - Last rites for dev-db/xindice - - 04 Oct 2009; Samuli Suominen profiles.desc: - Remove 2008.0 profiles from .desc. - - 04 Oct 2009; Christian Faulhammer - desc/lirc_devices.desc: - correct entry of iguanaIR and add ene0100 device - - 04 Oct 2009; Christian Faulhammer package.mask: - remove mask for app-misc/iguanaIR - - 04 Oct 2009; Mike Doty package.mask: - More emul refresh - - 04 Oct 2009; Alex Alexander package.mask: - removed Qt 4.5.3 p.mask - - 04 Oct 2009; Alex Alexander package.mask: - p.masking Qt 4.5.3 before adding it to the tree - - 04 Oct 2009; Samuli Suominen - targets/developer/make.defaults: - Enable LD_AS_NEEDED="1" and FEATURES="test" by default wrt discussion in - -dev ML. - - 04 Oct 2009; Mike Doty package.mask: - p.mask emul-linux-x86-baselibs-20091003_rc1 - - 03 Oct 2009; Vlastimil Babka package.mask: - Last rites for dev-java/tagunit. - - 03 Oct 2009; Vlastimil Babka package.mask: - Last rites for dev-java/crimson and dev-java/xmojo-bin - - 03 Oct 2009; Vlastimil Babka package.mask: - Mask dev-java/axion for removal. - - 03 Oct 2009; Diego E. Pettenò package.mask: - Mask stuff that forces Python-3 down the throat of users. Don't remove the - mask without discussion if you don't want to have QA on your track. Feel - free to add more stuff as needed though. - - 03 Oct 2009; Rémi Cardona package.mask: - fix xorg-server 1.7 package.mask entry, stab scarabeus - - 02 Oct 2009; Markus Meier package.mask: - mask >=media-gfx/autopano-sift-C-2.5.1_rc1 for testing - - 02 Oct 2009; Rémi Cardona package.mask: - unmask xorg-server 1.6.4 - - 02 Oct 2009; Rémi Cardona package.mask: - update xorg-server package.mask entry, add 1.6.4.901 - - 01 Oct 2009; Marcus D. Hanwell package.mask: - Added >=dev-util/cmake-2.8.0_rc1 to package.mask before final release. - - 01 Oct 2009; Rémi Cardona package.mask: - update xorg-server package.mask entry - - 01 Oct 2009; Torsten Veller package.mask: - Mask dev-perl/Gtk2-PodViewer, dev-perl/aww, dev-perl/perlsieve, - dev-perl/perlrapi, dev-perl/Gtk2-Html2 for removal - - 30 Sep 2009; Joseph Jezak package.mask: - Removed xac mask, bug was fixed. - - 30 Sep 2009; Diego E. Pettenò package.mask: - Remove ktvschedule masked, gone. - - 30 Sep 2009; Markus Meier package.mask: - unmask media-gfx/hugin as we have the final release in the tree - - 29 Sep 2009; Samuli Suominen package.mask: - Mask media-plugins/flexplaylist for removal wrt #286813. - - 29 Sep 2009; Samuli Suominen - targets/desktop/make.defaults: - Enable consolekit in make.defaults for bluez support (acked by mraudsepp). - - 29 Sep 2009; Diego E. Pettenò package.mask: - Remove mask for removed mmsv2. - - 29 Sep 2009; Diego E. Pettenò base/packages, - prefix/windows/winnt/packages, uclibc/packages: - Remove groff from the explicit system set; groff is *still* part of the - system set because both the man providers depend (both at build and - run-time) on it. - - 28 Sep 2009; Robin H. Johnson package.mask: - sgb and gt-itm are fixed. - - 28 Sep 2009; Samuli Suominen package.mask: - Mask spca drivers for removal wrt #159176 because they are supported by - in-kernel drivers. - - 28 Sep 2009; Rémi Cardona package.mask: - add xorg-server-1.6.4 to p.mask - - 28 Sep 2009; Samuli Suominen package.mask: - Mask media-video/qc-usb-messenger since it's supported by in-kernel - drivers. - - 28 Sep 2009; Diego E. Pettenò - arch/amd64/package.use.mask, default-linux/amd64/package.use.mask, - hardened/amd64/package.use.mask, hardened/linux/amd64/package.use.mask: - Mask gphoto2 USE flag for wine on 64-bit systems (it's not in the emul - packages). - - 27 Sep 2009; Mart Raudsepp package.mask: - Remove mask on now deleted webkit-gtk snapshot - - 27 Sep 2009; Samuli Suominen package.mask: - Unmask xfdesktop-4.6.1-r1 since it's working again. - - 27 Sep 2009; Nirbheek Chauhan package.mask: - Mask net-wireless/bluez-hciemu since it's provided by - net-wireless/bluez[test-programs] and by - net-wireless/bluez-utils[test-programs], and hence has a file collision -- - bug 257826 - - 27 Sep 2009; Samuli Suominen package.mask: - Unmask media-plugins/gmpc-lyricwiki because >= 0.19.0 is working. - - 27 Sep 2009; Ryan Hill package.mask: - Mask net-p2p/nicotine for removal on 20091026. (bug #286607) - Superseded by net-p2p/nicotine+, no activity since 2005. - - 27 Sep 2009; Ryan Hill package.mask: - Remove app-misc/tipptrainer mask - removed from tree. - - 26 Sep 2009; Alex Legler package.mask: - Adding Rails 1 to graaff's mask from Aug 22 - - 26 Sep 2009; Hans de Graaff package.mask: - Remove entries for dev-ruby/ruby-amazon and dev-ruby/devel-logger, both - are removed from the tree. - - 25 Sep 2009; Raúl Porcel profiles.desc: - Mark arm profiles stable - - 25 Sep 2009; Jory A. Pratt package.mask: - mask >=seamonkey-2.0_beta2 - - 24 Sep 2009; Samuli Suominen package.mask: - Mask xfdesktop-4.6.1-r1 temporarily because there's issues with icon - positioning. - - 24 Sep 2009; Rémi Cardona package.mask: - add dev-python/pyxf86config and dev-python/rhpxl to p.mask - - 24 Sep 2009; Sébastien Fabbro package.mask: - Removed masking on basemap-data, now out from the tree - - 24 Sep 2009; Sébastien Fabbro package.mask: - Masked =sci-physics/root-5.24.00 for more testing - - 23 Sep 2009; Alexis Ballier package.mask: - mask new x264 snapshots - - 23 Sep 2009; Ulrich Mueller package.mask: - Remove mask for app-emacs/cc-mode; package removed from tree, bug 282662. - - 23 Sep 2009; Christian Faulhammer package.mask: - remove spurious mask of RC of dev-util/bzr - - 23 Sep 2009; Christian Faulhammer package.mask: - remove spurious mask for app-portage/g-ctan live ebuild - - 23 Sep 2009; Samuli Suominen package.mask: - Removed gemhun, kyra, and licq-osd from tree. - - 23 Sep 2009; Samuli Suominen package.mask: - Unmask net-im/naim because it builds again and removed net-im/naim-modules - from tree since it's obsolete. - - 22 Sep 2009; Samuli Suominen package.mask: - Unmask dev-lang/realbasic because Viacheslav Kaloshin is now maintaining - it and I'm the proxy. - - 22 Sep 2009; Samuli Suominen package.mask: - Removed multiple masked packages. - - 21 Sep 2009; Mounir Lamouri package.mask: - net-misc/asterisk-app_rtxfax masked for removal, bug 180318 - - 21 Sep 2009; Nirbheek Chauhan package.mask: - Mask app-pda/multisync for removal in 30 days, bug 279384 - - 21 Sep 2009; Joe Peterson package.mask: - Remove btrfs-9999 (ebuild has been removed) - - 21 Sep 2009; Robin H. Johnson package.mask: - tpm-emulator is fixed. - - 20 Sep 2009; Mounir Lamouri package.mask: - Masking for removal net-misc/asterisk-chan_unicall, - media-libs/libsupertone, net-libs/libunicall and net-libs/libmfcr2. - Bug 277783 and bug 273995 - - 20 Sep 2009; Torsten Veller package.mask: - Add masks for perl-5.10 (#280724) - - 19 Sep 2009; Rémi Cardona package.mask: - start a new package.mask entry for old X packages - - 19 Sep 2009; Rémi Cardona package.mask: - add x11-proto/evieext to p.mask for xorg-server 1.7 - - 19 Sep 2009; Tomáš Chvátal package.mask: - [xorg] Remove no longer needed mask. - - 19 Sep 2009; Rémi Cardona package.mask: - add x11-proto/xf86driproto to p.mask for xorg-server 1.7 - - 19 Sep 2009; Rémi Cardona package.mask: - add x11-proto/xf86dgaproto to p.mask for xorg-server 1.7 - - 19 Sep 2009; Rémi Cardona package.mask: - add x11-proto/xf86bigfontproto to p.mask for xorg-server 1.7 - - 19 Sep 2009; Markus Meier - hardened/linux/amd64/package.use.mask, - hardened/linux/x86/package.use.mask: - mask media-gfx/blender[openmp] on hardened 10.0 profiles as it requires - sys-devel/gcc[openmp] which isn't available in these profiles - - 19 Sep 2009; Rémi Cardona package.mask: - fix wrong date - - 19 Sep 2009; Alexis Ballier package.mask: - mask mlt++ for removal - - 19 Sep 2009; Alexis Ballier package.mask: - unleash ocaml 3.11 to ~arch - - 19 Sep 2009; Rémi Cardona package.mask: - move xorg-server 1.7 package mask from the x11 overlay - - 18 Sep 2009; Alexis Ballier package.mask: - mask lablgtk version without the site-packages symlink with ocaml 3.11 too - - 18 Sep 2009; Alexis Ballier package.mask: - also mask new findlib revision with ocaml 3.11 - - 18 Sep 2009; package.mask: - Remove mask for dev-lang/swi-prolog-5.7 - - 18 Sep 2009; Bryan Stine package.mask: - Mask x11-base/x11-drm for removal in 30 days (unmaintained). - - 18 Sep 2009; Alex Legler package.mask: - Removing diaria from p.mask, package is gone. - - 17 Sep 2009; MATSUU Takuto use.local.desc: - Drop ucs4 local USE flag for app-i18n/anthy. - - 16 Sep 2009; Gilles Dartiguelongue package.mask: - Mask app-accessibility/at-poke per bug #279304. - - 16 Sep 2009; Gilles Dartiguelongue package.mask: - Remove mask for removed intltool-0.40.6. - - 16 Sep 2009; Ulrich Mueller arch/sparc-fbsd/use.mask, - default-bsd/fbsd/6.2/sparc/use.mask: - Mask dbus USE flag on sparc-fbsd. - - 16 Sep 2009; Ulrich Mueller - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Package mask =app-editors/emacs-18* in no-multilib profiles. - - 16 Sep 2009; Samuli Suominen package.mask: - Remove =vanilla-sources-2.6.31_rc* mask because they've been removed from - tree. - - 15 Sep 2009; package.mask: - Mask 2.2 alpha releases of Audacious core & plugins. - - 15 Sep 2009; Hanno Boeck package.mask: - Remove mask of sdricoh_cs, package has been removed. - - 15 Sep 2009; Patrick Lauer package.mask: - eselect-opengl fixed by Scarabeus. Dropping mask. - - 15 Sep 2009; Patrick Lauer package.mask: - Forgot to mask ati-drivers too. Sorry :) - - 15 Sep 2009; Patrick Lauer package.mask: - Masking xorg-server bump too as it depends on masked eselect-opengl - - 15 Sep 2009; Patrick Lauer package.mask: - Masking broken eselect-opengl version - - 15 Sep 2009; Ulrich Mueller license_groups: - Add as-is to @GPL-COMPATIBLE licence group. - - 15 Sep 2009; Jeroen Roovers package.mask: - Remove net-ftp/lftp mask now 4.0.0 is out. - - 14 Sep 2009; Hans de Graaff package.mask: - Remove mask for dev-ruby/misen and dev-ruby/dpklib, no longer in tree. - - 14 Sep 2009; Diego E. Pettenò package.mask: - Masking app-forensics/pyflag for QA removal. - - 14 Sep 2009; Diego E. Pettenò package.mask: - Masking package.mask: - Remove policykit-0.92 mask, package has been removed from tree - - 13 Sep 2009; Markus Meier package.mask: - mask hugin for testing - - 13 Sep 2009; Rémi Cardona - -releases/2008.0/package.mask: - unmask libxcb-1.4 in 2008.0 profiles, drop now useless package.mask - - 12 Sep 2009; Víctor Ostorga package.mask: - Removing x11-misc/e-fancylauncher since it's gone from tree - - 11 Sep 2009; Samuli Suominen package.mask: - Mask app-mobilephone/x70talk for removal. - - 11 Sep 2009; Samuli Suominen package.mask: - Mask net-wireless/bluez-bluefw for removal. - - 10 Sep 2009; Diego E. Pettenò package.mask: - Remove mask for pulseaudio 0.9.16. - - 10 Sep 2009; Pielmeier Daniel desc/dvb_cards.desc: - Clean dvb_cards.desc. - - 10 Sep 2009; Pielmeier Daniel package.mask: - Remove mask for media-tv/linuxtv-dvb-firmware. Affected versions are now - gone. - - 10 Sep 2009; Samuli Suominen package.mask: - Unmask app-portage/eix because of app-arch/libarchive's app-arch/xz-utils - dep. - - 10 Sep 2009; Samuli Suominen package.mask: - Mask =kde-misc/tellico-1* for removal wrt #283993 and #281065. - - 10 Sep 2009; Tomáš Chvátal - arch/x86/package.use.mask, base/package.use.mask, base/use.mask: - Mask quakeforge useflag video_cards_voodoo everywhere expect x86. - - 09 Sep 2009; Peter Alfredsen package.mask: - Remove poppler-0.11* mask. 0.12.0 is in-tree. - - 09 Sep 2009; Peter Alfredsen package.mask: - Package.mask nemerle per bug 259700. - - 09 Sep 2009; Zac Medico license_groups: - Bug #283862 - Add MIT to the GPL-COMPATIBLE group. Thanks to Arne - Babenhauserheide . - - 09 Sep 2009; Diego E. Pettenò package.mask: - Cleanup removed packages — did I last rite monouml twice? - - 09 Sep 2009; Torsten Veller package.mask: - Mask dev-perl/Convert-UUlib-1.30 (#283797) - - 08 Sep 2009; Samuli Suominen profiles.desc: - Fix hardened PowerPC profiles.desc to use 32bit-userland and - 64bit-userland. - - 08 Sep 2009; Gordon Malm profiles.desc: - Mark hardened/linux/amd64/10.0/no-multilib dev, not stable. - - 08 Sep 2009; Gordon Malm profiles.desc: - Update multi-inheritance hardened profile paths. - - 08 Sep 2009; Jeremy Olexa package.mask: - Mask =app-portage/eix-0.17.1 because it needs xz-utils and that conflicts - with many other packages - - 07 Sep 2009; Víctor Ostorga package.mask: - Unmasking net-misc/cgterm. All bugs have been fixed - - 07 Sep 2009; Diego E. Pettenò package.mask: - Remove masks from packages gone from portage. - - 07 Sep 2009; Christian Faulhammer package.mask: - correct mask for dev-util/bzr and add bzrtools 2.0.0 to masking - - 07 Sep 2009; Samuli Suominen package.mask: - Unmask FFmpeg snapshot. - - 06 Sep 2009; Víctor Ostorga package.mask: - Unmasking dev-libs/libredblack . ~arch ebuild fixed - - 06 Sep 2009; Víctor Ostorga package.mask: - Unmasking app-admin/killproc. All bugs have been fixed,n fixed, updated to - latest version, CFLAGS and LDFLAGS respected - - 06 Sep 2009; Samuli Suominen package.mask: - Mask dev-games/kyra and games-puzzle/gemhun for removal. - - 06 Sep 2009; Alexis Ballier package.mask: - mask new ffmpeg snapshot - - 06 Sep 2009; Samuli Suominen - releases/2008.0/package.mask: - Mask xfce-extra/xfce4-notifyd next to required >=x11-libs/xcb-util-0.3.5. - - 05 Sep 2009; Alin Năstac desc/linguas.desc: - Add Swahili locale, needed by app-mobilephone/gammu. - - 04 Sep 2009; Rémi Cardona package.mask: - add www-plugins/gnash to p.mask - - 04 Sep 2009; Ulrich Mueller package.mask: - Remove mask for app-emacs/mule-ucs since it is gone from the tree. - - 04 Sep 2009; Tomáš Chvátal - arch/amd64/no-multilib/package.mask: - ati-drivers-9.8 works on no-multilib profile. So unmask them. - - 04 Sep 2009; Samuli Suominen package.mask: - Removed ksubtitleripper, ufo, fex and lurker from tree. - - 04 Sep 2009; Samuli Suominen package.mask: - Mask x11-plugins/licq-osd for removal wrt #248609. - - 04 Sep 2009; Samuli Suominen package.mask: - Unmask latest version of x11-themes/baghira since it's fixed. Removed - stripclub, xnc, ochusha and aacgain from tree. - - 04 Sep 2009; Jeremy Olexa package.mask: - clean up for non-existant packages - - 03 Sep 2009; Jeremy Olexa thirdpartymirrors: - Remove www.cs-us.xfce.org because it only mirrors the main xfce release, - not plugins. Remove p0llux.be because it doesn't have any xfce on it. - Rename mocha.xfce.org to archive.xfce.org - - 03 Sep 2009; Alexey Shvetsov package.mask: - UnMask KDE 4.2.4 - - 03 Sep 2009; Alexey Shvetsov package.mask: - Mask KDE 4.2.4 to drop it - - 02 Sep 2009; Pielmeier Daniel desc/dvb_cards.desc: - Add back old entries for dvb_cards_desc until the old ebuilds are removed. - - 02 Sep 2009; Pielmeier Daniel desc/dvb_cards.desc: - Update dvb_cards.desc. - - 02 Sep 2009; Pielmeier Daniel package.mask: - Adjust package.mask for media-tv/linuxtv-dvb-firmware. - - 02 Sep 2009; Andreas Proschofsky desc/linguas.desc: - Add Burmese locale - - 02 Sep 2009; Andreas Proschofsky package.mask: - Remove mask for OpenOffice.org 3.1.1, released - - 02 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Dropped the global KDE-4.3 package.mask now that the affected arches have - been - masked on their respective profiles (bug 280312). - - 02 Sep 2009; Christian Faulhammer package.mask: - mask live ebuild for app-portage/g-ctan - - 02 Sep 2009; Víctor Ostorga package.mask: - Removing net-dns/dns2go from package.mask, it's gone from portage - - 02 Sep 2009; Víctor Ostorga package.mask: - Removing sys-apps/lkcp from package.mask, it's gone from portage - - 02 Sep 2009; Víctor Ostorga package.mask: - Removing net-ftp/glftpd , it's gone from portage - - 01 Sep 2009; Alex Legler package.mask: - Masking TinyERP for security bug 283434. - - 01 Sep 2009; Theo Chatzimichos package.mask: - Mask KDE 4.3.1, mask will be removed as soon as its release is announced - in kde.org - - 01 Sep 2009; Jeroen Roovers package.mask: - Remove opera-9.27 after more than a year. - - 01 Sep 2009; Jeroen Roovers package.mask: - Tweak www-client/opera mask now 10.00 is final. - - 01 Sep 2009; Patrick Lauer package.mask: - Removing samba 3.3 mask - - 31 Aug 2009; Víctor Ostorga package.mask: - Unmasking dev-util/cccc since all bugs are fixed - - 30 Aug 2009; Diego E. Pettenò package.mask: - Masking package.mask: - Masking dev-cpp/libmxmlplus for QA removal. - - 30 Aug 2009; Diego E. Pettenò package.mask: - Masking net-misc/rarpd for QA removal. - - 29 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-util/qtunit for QA removal. - - 29 Aug 2009; Diego E. Pettenò package.mask: - Masking sys-process/acctail for QA removal. - - 29 Aug 2009; Alex Legler thirdpartymirrors: - Adding http://de.mirror.rubyforge.org/ to mirror://rubyforge. - Thanks to Tom Copeland of RubyForge for providing us with an API to their - mirror list. - - 28 Aug 2009; Mounir Lamouri package.mask: - Removing mask for mozilla-weave - - 28 Aug 2009; William Hubbs use.desc: - New global use flag "zsh-completion". - - 28 Aug 2009; Samuli Suominen package.mask: - Mask media-libs/rte for removal as it's orphaned library and ships a - modified copy of FFmpeg. - - 28 Aug 2009; Samuli Suominen package.mask: - Mask media-libs/mpeg-lib for removal as it's orphaned library. - - 28 Aug 2009; Samuli Suominen package.mask: - Mask media-libs/loadpng for removal as it's orphaned library. - - 27 Aug 2009; Samuli Suominen package.mask: - Removed gnusound from tree. - - 27 Aug 2009; Diego E. Pettenò package.mask: - Masking app-emulation/parallels-workstation for QA removal. - - 27 Aug 2009; Christian Faulhammer package.mask: - mask RC1 of dev-util/bzr-2.0 for testing - - 26 Aug 2009; Alex Legler thirdpartymirrors: - Removing roedu from mirror://rubyforge, dead. - - 26 Aug 2009; Mounir Lamouri package.mask: - Fix mask of mozilla-weave - - 26 Aug 2009; Thomas Anderson package.mask: - Remove mask for mythzoneminder, security flaws in zoneminder have been - resolved. - - 25 Aug 2009; Ulrich Mueller package.mask: - Mask app-emacs/cc-mode for removal. - - 25 Aug 2009; Diego E. Pettenò package.mask: - Masking media-tv/linuxtv-dvb-firmware for QA removal. - - 25 Aug 2009; Samuli Suominen updates/3Q-2009: - Rename xfce-extra/ packages. - - 25 Aug 2009; Alexis Ballier package.mask: - unmask latest libass now that vlc 1.0.1 builds fine against it - - 24 Aug 2009; Christian Faulhammer package.mask: - Security-vulnerable bundled expat version: - Masking sys-apps/einit for removal - Simple mask for dev-tex/mpm - - 24 Aug 2009; Mounir Lamouri package.mask: - Masking mozilla-weave testing versions - - 24 Aug 2009; Samuli Suominen updates/3Q-2009: - Rename xfce-extra/ packages. - - 24 Aug 2009; Peter Alfredsen package.mask: - Add xpdf-3.02-r3 to poppler mask, since it will only work with - >=poppler-0.11.3 - - 24 Aug 2009; Ulrich Mueller package.mask, - prefix/package.mask: - Unmask app-admin/eselect-1.2_rc*. - - 23 Aug 2009; Diego E. Pettenò package.mask: - Mask more live scm ebuilds. - - 23 Aug 2009; Samuli Suominen updates/3Q-2009: - Rename xfce-extra/ packages. - - 23 Aug 2009; Samuli Suominen - targets/desktop/make.defaults: - Enable USE thunar in desktop profiles so xfce based apps get it enabled by - default. - - 23 Aug 2009; Samuli Suominen updates/3Q-2009: - Rename xfce-base/ and xfce-extra/ packages. - - 23 Aug 2009; Samuli Suominen package.mask: - Removed xfce-base/xfce4-extras meta from tree. - - 23 Aug 2009; Víctor Ostorga package.mask: - Unmasking dev-util/hxd. It has now fixes to many QA issues - - 23 Aug 2009; Hans de Graaff package.mask: - Revert package mask for cgi_multipart_eof_fix due to mogrel depending on - it, #282405 - - 23 Aug 2009; Alin Năstac package.mask: - Remove net-dialup/speedtouch from the tree (#273316) - - 23 Aug 2009; Jeremy Olexa updates/3Q-2009: - move xfce-extra/thunar-shares xfce-extra/thunar-shares-plugin - - 23 Aug 2009; Jeremy Olexa updates/3Q-2009: - move xfce-extra/thunar-svn xfce-extra/thunar-svn-plugin - - 22 Aug 2009; Hans de Graaff package.mask: - Mask dev-ruby/devel-logger. - - 22 Aug 2009; Hans de Graaff package.mask: - Mask dev-ruby/cgi_multipart_eof_fix since it is no longer needed. - - 22 Aug 2009; Hans de Graaff package.mask: - Use proper name for activeresource. - - 22 Aug 2009; Hans de Graaff package.mask: - Mask dev-ruby/ruby-amazon - - 22 Aug 2009; Hans de Graaff package.mask: - Mask dev-ruby/rails 2.0 and 2.1 slots for removal. - - 21 Aug 2009; Samuli Suominen package.mask: - Mask orphaned media-libs/clibpdf for removal. - - 21 Aug 2009; Samuli Suominen package.mask: - Removed dev-libs/tdb and media-libs/libpixman from tree. - - 21 Aug 2009; Thomas Sachau (Tommy[D]) package.mask: - Mask alpha version of k3b - - 21 Aug 2009; Samuli Suominen use.desc: - New global USE flag "mp4". - - 21 Aug 2009; Diego E. Pettenò package.mask: - Remove masking for removed packages. package.mask - - 20 Aug 2009; Diego E. Pettenò - default/linux/package.use.mask: - Mask oss USE flag for newer PulseAudio. - - 20 Aug 2009; Jeroen Roovers package.mask: - Tweak opera-10 masking again. - - 20 Aug 2009; Jeremy Olexa - hardened/linux/package.mask, hardened/package.mask: - p.mask dev-python/skype4py and net-im/skysentials on hardened because they - depend on masked skype - - 19 Aug 2009; Ulrich Mueller arch/alpha/use.mask, - arch/sparc-fbsd/use.mask, arch/sparc/package.use.mask, - arch/sparc/use.mask, arch/x86-fbsd/package.use.mask, - arch/x86-fbsd/use.mask, default-bsd/fbsd/6.2/sparc/use.mask, - default-bsd/fbsd/6.2/x86/package.use.mask, - default-bsd/fbsd/6.2/x86/use.mask, default-linux/alpha/use.mask, - default-linux/sparc/package.use.mask, default-linux/sparc/use.mask: - Add valgrind to use.mask, and remove from package.use.mask where - appropriate. Bug 281922. - - 19 Aug 2009; Ulrich Mueller package.mask, - prefix/package.mask: - Mask app-admin/eselect-1.2_rc* for testing, and unmask it in prefix. - - 19 Aug 2009; MATSUU Takuto package.mask, - releases/2008.0/package.mask: - move >=x11-libs/xcb-util-0.3.4 and >=x11-wm/awesome-3.3 to the 2008.0 - profiles. - - 18 Aug 2009; Sébastien Fabbro package.mask: - Masked dev-python/basemap-data for removal - - 18 Aug 2009; Rémi Cardona package.mask, - +releases/2008.0/package.mask: - move the libxcb 1.2 mask entries to the 2008.0 profiles, all other - profiles will get the new xcb and libX11 - - 18 Aug 2009; Alex Legler package.mask: - Masing www-apps/diaria for last rites. Bug 281897. - - 17 Aug 2009; Jeremy Olexa - +default/linux/alpha/10.0/eapi, +default/linux/amd64/10.0/eapi, - +default/linux/arm/10.0/eapi, +default/linux/hppa/10.0/eapi, - +default/linux/ia64/10.0/eapi, +default/linux/m68k/10.0/eapi, - +default/linux/mips/10.0/eapi, +default/linux/powerpc/ppc32/10.0/eapi, - +default/linux/powerpc/ppc64/10.0/eapi, +default/linux/s390/10.0/eapi, - +default/linux/sh/10.0/eapi, +default/linux/sparc/10.0/eapi, - +default/linux/x86/10.0/eapi, +releases/10.0/eapi, releases/10.0/packages: - Make 10.0 profiles EAPI-2 compliant (based on community feedback). - Initial commit: may need some tweaking later. - - 17 Aug 2009; Samuli Suominen - targets/server/make.defaults: - Remove deprecated mailwrapper from default USE flags. - - 16 Aug 2009; Rémi Cardona arch/sh/use.mask, - default-linux/sh/use.mask, desc/video_cards.desc, - hardened/amd64/make.defaults, hardened/ia64/make.defaults, - hardened/linux/powerpc/ppc64/use.mask, hardened/linux/x86/make.defaults, - hardened/ppc/use.mask, hardened/ppc64/use.mask, - hardened/x86/make.defaults: - drop last traces of i810 - - 16 Aug 2009; Rémi Cardona package.mask: - clean out big x11-drivers/ package.mask entry, packages are gone from - portage - - 15 Aug 2009; Víctor Ostorga package.mask: - Unmasking dev-libs/libowfat and www-servers/gatling - - 15 Aug 2009; Samuli Suominen package.mask: - Removed pyxfce from tree. - - 14 Aug 2009; Samuli Suominen package.mask: - Removed Musepack SV7 utilities from tree. - - 14 Aug 2009; Samuli Suominen package.mask: - Mask sys-libs/uclibc++ for removal. - - 14 Aug 2009; Samuli Suominen -obsolete/README, - -obsolete/alpha/deprecated, -obsolete/alpha/make.defaults, - -obsolete/amd64/deprecated, -obsolete/amd64/make.defaults, - -obsolete/hppa/deprecated, -obsolete/hppa/make.defaults, - -obsolete/ia64/deprecated, -obsolete/ia64/make.defaults, - -obsolete/mips/deprecated, -obsolete/mips/make.defaults, - -obsolete/ppc/deprecated, -obsolete/ppc/make.defaults, - -obsolete/ppc64/deprecated, -obsolete/ppc64/make.defaults, - -obsolete/sparc/deprecated, -obsolete/sparc/make.defaults, - -obsolete/x86/deprecated, -obsolete/x86/make.defaults: - Remove obsolete directory. - - 14 Aug 2009; Hans de Graaff package.mask: - Remove dev-util/freeride mask, it is gone. - - 12 Aug 2009; Mark Loeser package.mask: - Removing mask for gcc-4.4. It is still masked in all the hardened profiles - - 13 Aug 2009; Steve Dibb desc/alsa_cards.desc: - Update ALSA cards, bug 269167 - - 13 Aug 2009; Jeroen Roovers package.mask: - Adjust www-client/opera non-beta mask. - - 13 Aug 2009; Samuli Suominen -base/use.defaults: - Remove use.defaults since it's not used anymore. - - 13 Aug 2009; Alexis Ballier base/package.use.mask, - features/64bit-native/package.use.mask: - unmask lmms[vst] now that it works fine; mask it on no-multilib profiles - - 13 Aug 2009; Timo Gurr package.mask: - Mask Mumble 1.2.0 snapshots for testing. - - 12 Aug 2009; Alex Alexander package.mask: - masked ktorrent beta versions - - 12 Aug 2009; Samuli Suominen package.mask: - Unmask cgal-python since it's fixed. - - 12 Aug 2009; Samuli Suominen base/virtuals, - default-bsd/virtuals, default/bsd/virtuals, embedded/virtuals: - Move old-style eject virtual to new-style. - - 12 Aug 2009; Samuli Suominen package.mask: - Unmask redland 1.0.9 wrt #281226. - - 12 Aug 2009; Steve Dibb - targets/desktop/make.defaults: - Add dts to default desktop profile, also a default codec for DVDs - - 12 Aug 2009; Samuli Suominen package.mask: - Unmask vis5d+ because it has been fixed. - - 12 Aug 2009; Alex Legler package.mask: - Taking phpgroupware out of p.mask as there is a fixed version now. Bug - 278864. - - 11 Aug 2009; Samuli Suominen package.mask: - Mask gst-plugins-fluendo-mpegdemux for removal. - - 11 Aug 2009; Samuli Suominen package.mask: - Mask beast and beast-data for removal. - - 11 Aug 2009; Samuli Suominen package.mask: - Mask cgal-python and vis5d+ for removal. - - 11 Aug 2009; Diego E. Pettenò package.mask: - Masking app-i18n/canuum for QA removal. - - 10 Aug 2009; Torsten Veller package.mask: - New core modules wrt perl-5.10.1: parent and Parse-CPAN-Meta - Move them from dev-perl to perl-core - - 10 Aug 2009; Federico Ferri package.mask: - mask quirc wrt bug #249468 - - 10 Aug 2009; Samuli Suominen package.mask: - Mask gmpc-lyricwiki for removal. - - 10 Aug 2009; Samuli Suominen package.mask: - Mask lurker for removal. - - 10 Aug 2009; Víctor Ostorga package.mask: - Removing =dev-libs/dietlibc-0.32 since it is no longer in the tree - - 10 Aug 2009; Matthias Schwarzott package.mask: - Unmask udev-145, as util-linux is in tree, bug #279491. - - 10 Aug 2009; Samuli Suominen package.mask: - Mask =dev-libs/dietlibc-0.32 (acked by hollow). - - 10 Aug 2009; Alexis Ballier package.mask: - mask latest libass that has api changes - - 10 Aug 2009; Samuli Suominen package.mask: - Removed d4x from tree. - - 10 Aug 2009; Samuli Suominen package.mask: - Mask ufo for removal. - - 10 Aug 2009; Stephanie Lockwood-Childs package.mask: - Unmasked ulogd, since security patch has now been applied (bug #225363) - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-dialup/penggy for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Also mask raccess4vbox3. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-fs/sfs for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-lang/smarteiffel for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking sci-mathematics/Macaulay2 for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-php/phpdbg-client for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking sci-chemistry/kemistry for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking app-backup/afbackup-client for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking app-dicts/ebview for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-dialup/isdn4k-utils for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-util/pilrc for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-tinyos/ncc for QA removal. - - 09 Aug 2009; Samuli Suominen package.mask: - Mask realbasic for removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking app-admin/killproc for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-dotnet/pnet for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking app-i18n/minichinput for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking package.mask: - Masking dev-libs/libowfat for QA removal. - - 09 Aug 2009; Samuli Suominen package.mask: - Removed jscalltree from tree. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-dotnet/monouml for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking app-text/omegat for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-fs/fex for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-firewall/tuxfrw for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-util/cweb for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-java/rjava for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking sci-chemistry/maid for QA removal. - - 09 Aug 2009; Chris PeBenito profiles.desc: - Update profiles.desc for selinux profiles. - - 09 Aug 2009; Samuli Suominen package.mask: - Mask ochusha for removal. - - 09 Aug 2009; Samuli Suominen package.mask: - Mask aacgain for removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-misc/bo2k_console for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking app-crypt/tpm-emulator for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking sys-process/minit for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-util/sgb for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Remove cisco-aironet-client-utils from mask (gone). - - 09 Aug 2009; Samuli Suominen package.mask: - Removed hdump from tree. Unmask hsc since it builds again. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-misc/ndtpd for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-misc/bo2k_plugins for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-irc/mistbot for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-analyzer/trafd for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking media-libs/libmovtar for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-libs/libredblack for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking x11-misc/xac for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking sys-fs/ocfs2-tools for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking net-fs/am-utils for QA removal. - - 09 Aug 2009; Samuli Suominen package.mask: - Mask pyxfce for removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-libs/libexploit for QA removal. - - 09 Aug 2009; Diego E. Pettenò package.mask: - Masking dev-db/sqsh for QA removal. - - 09 Aug 2009; Samuli Suominen - targets/desktop/make.defaults: - Enable flac by default (acked by likewhoa). - - 09 Aug 2009; Samuli Suominen - targets/desktop/make.defaults: - Enable USE a52 aac mp4 x264 and xvid by default (acked by beandog). - - 09 Aug 2009; Samuli Suominen package.mask: - Mask xfce-base/xfce4-extras for removal. - - 09 Aug 2009; Michał Januszewski package.mask: - Add a mask for live git versions of pycuda and pytools. - - 08 Aug 2009; Jorge Manuel B. S. Vicetto - package.mask: - Moved KDE-4.3.0 mask from profiles/package.mask to - profiles/base/package.mask - fixes bug 280734. - - 08 Aug 2009; Samuli Suominen package.mask: - Removed notification-daemon-xfce, xfkc and gsynaptics-mcs-plugin from - tree. - - 08 Aug 2009; Ulrich Mueller package.mask: - app-text/remem is gone. - - 08 Aug 2009; Ulrich Mueller package.mask: - Emacs 24 is still far away, don't mask its virtual. - - 08 Aug 2009; Federico Ferri package.mask: - mask unmaintained mmucl - - 08 Aug 2009; Diego E. Pettenò package.mask: - Mask libzzub for removal, with its deps. - - 08 Aug 2009; Diego E. Pettenò package.mask: - Also add irssi-svn to the list of live ebuilds. - - 08 Aug 2009; Diego E. Pettenò package.mask: - Use a single mass-amsking for live ebuilds masked by QA team; add - dosbox-cvs to the list. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask naim, naim-modules, hsc, ksubtitleripper, cccc and wlassistant for - removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask diasce and motor for removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Removed geresh, medit and qe from tree. - - 08 Aug 2009; Samuli Suominen package.mask: - Removed mindi, mindi-busybox, mondo-rescue, xchat-systray and lastfmproxy - from tree. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask x11-misc/glsof for removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask dev-util/hxd for removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask net-misc/cgterm for removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask app-misc/nomadii-utils for removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask x11-themes/baghira for removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Mask x11-misc/stripclub for removal. - - 08 Aug 2009; Samuli Suominen package.mask: - Removed kaspaliste, gtk-server, efence, ofbis and smjpeg from tree. - - 08 Aug 2009; Federico Ferri package.mask: - mask tcl-debug - not working with tcl85 - bugs open - - 07 Aug 2009; Alistair Bush package.mask: - Remove dev-java/jruby package.mask. - - 07 Aug 2009; Jorge Manuel B. S. Vicetto - ChangeLog: - Added missing entries in ChangeLog. - - 07 Aug 2009; Jorge Manuel B. S. Vicetto - package.mask: - Updated masks for printer-applet and system-config-printer-kde. - - 07 Aug 2009; Jorge Manuel B. S. Vicetto - package.mask: - Dropped old mask on printing deps for KDE4. - - 06 Aug 2009; Christian Faulhammer package.mask: - remove mask entry for net-misc/tor release candidates, final 0.2.1 version - now in the tree - - 06 Aug 2009; Tomáš Chvátal package.mask: - Adjust remi's mask for package.mask: - remove mod_auth_pam from p.mask, it no longer exists - - 06 Aug 2009; Rémi Cardona package.mask: - add x11-drivers/synaptics to package.mask - - 06 Aug 2009; Diego E. Pettenò package.mask: - Remove mask on removed iiimf packages. - - 05 Aug 2009; Federico Ferri package.mask: - removed old and broken versions of synce - - 05 Aug 2009; Peter Volkov package.mask: - Unmasked pyxfce. It was easy to fix :) - - 05 Aug 2009; Alexis Ballier package.mask: - remove old g-brief mask, the masked versions are gone - - 04 Aug 2009; Alex Legler package.mask: - Mask www-apps/phpgroupware, security bug 278864. - - 04 Aug 2009; Andreas Proschofsky package.mask: - Mask beta release for OpenOffice.org 3.1.1, needs testing - - 04 Aug 2009; Alex Alexander package.mask: - masked one more kde 4.3 dep - - 04 Aug 2009; Alex Alexander package.mask: - masking kde 4.3 dependencies before adding them to tree - - 03 Aug 2009; Chris PeBenito - selinux/2007.0/amd64/parent, selinux/2007.0/x86/parent: - Fix SELinux profile inheritance to not inherit deprecated profiles. - - 03 Aug 2009; Diego E. Pettenò package.mask: - Mask the lisp live darcs ebuilds. - - 03 Aug 2009; Samuli Suominen package.mask: - Mask mplayer-skins for removal since gmplayer is deprecated and these are - causing problems wrt #224563. - - 03 Aug 2009; Thomas Anderson package.mask: - All of www-misc/zoneminder's security flaws have been resolved, unmask - zoneminder. - - 03 Aug 2009; Chris PeBenito package.mask: - Mask selinux-lvm and selinux-mdadm for removal. - - 02 Aug 2009; Samuli Suominen package.mask: - Mask x11-misc/notification-daemon-xfce because it needs xfce-mcs-manager - from Xfce 4.4. - - 02 Aug 2009; Samuli Suominen package.mask: - media-video/mpeg4ip has been removed. - - 01 Aug 2009; Jeremy Olexa thirdpartymirrors: - add back mocha.xfce.org to mirror://xfce - it uses symlinks on the server - side to match naming conventions used by other mirrors - - 01 Aug 2009; Jeremy Olexa thirdpartymirrors: - Modify mirror://xfce - remove mocha.xfce.org because it's naming doesn't - comply with the rest of the mirrors. Remove de.xfce.org because it is - outdated. Add tx-us.xfce.org - - 01 Aug 2009; Samuli Suominen package.mask: - Mask gsynaptics-mcs-plugin because it needs xfce-mcs-manager which isn't - used with Xfce 4.6. - - 01 Aug 2009; MATSUU Takuto package.mask: - Unmask =net-wireless/broadcom-sta-5.10.91.9-r2. - - 01 Aug 2009; Samuli Suominen package.mask: - Unmask ALSA without USE midi. - - 01 Aug 2009; Steve Dibb package.mask: - Remove media-video/realplayer from package.mask, as it was removed from - the tree - - 01 Aug 2009; Steve Dibb package.mask: - p.mask app-text/gnomesword, renamed/bumped to app-text/xiphos - - 01 Aug 2009; Jeremy Olexa package.mask: - p.mask dev-python/pyxfce for removal, bug 277163 - - 31 Jul 2009; Jeremy Olexa package.mask: - Remove non-existant dev-lisp/cl-blog, bug 208658 - - 31 Jul 2009; Steve Dibb package.mask: - Package.mask media-sound/alsa-driver for lack of support - - 31 Jul 2009; Michał Januszewski package.mask: - Mask the latest nvidia-settings so that it is in sync with the drivers. - - 31 Jul 2009; Federico Ferri package.mask: - removed old -incorrect- mask of app-pda/libopensync-plugin-synce-0.22 - - 31 Jul 2009; Federico Ferri package.mask: - Removed invalid entries - - 31 Jul 2009; Christian Faulhammer package.mask: - unmask virtual/emacs-23 and emacs-daemon, update mask for the forthcoming - Emacs 24 - - 30 Jul 2009; Diego E. Pettenò package.mask: - Mask gnbd and gnbd-kernel since they require cman. - - 30 Jul 2009; Samuli Suominen package.mask: - Mask net-misc/d4x for removal wrt #271645. - - 30 Jul 2009; Diego E. Pettenò package.mask: - Mask ktvschedule for removal. - - 30 Jul 2009; Samuli Suominen package.mask: - Mask app-editors/qe for removal wrt #275915. - - 30 Jul 2009; Samuli Suominen package.mask: - Mask mplayerplug-in for removal wrt #273121. - - 30 Jul 2009; Samuli Suominen package.mask: - Mask media-sound/noteedit wrt #276758. - - 30 Jul 2009; Mounir Lamouri package.mask: - Mask net-misc/asterisk-chan_bluetooth for removal, bug 279383 - - 29 Jul 2009; Diego E. Pettenò package.mask: - Mask v4l-dvb-hg since it's a live ebuild. - - 29 Jul 2009; Diego E. Pettenò package.mask: - Mask mmsv2. - - 29 Jul 2009; Víctor Ostorga package.mask: - Mask gnome-extra/gnome-art for removal, bug #245145 - - 29 Jul 2009; package.mask: - Remove atheme.org alpha/beta mask section, Conspire was found to have no - show-stopping bugs. A newer Audacious is now stable. - - 29 Jul 2009; Peter Volkov package.mask: - unmask net-im/psi{,meida}: it's now released. - - 29 Jul 2009; Jeremy Olexa package.mask: - add bug number to mysql mask - - 29 Jul 2009; Diego E. Pettenò package.mask: - Mask xnc for removal. - - 29 Jul 2009; Michał Januszewski package.mask: - Add masks for CUDA 2.3. - - 29 Jul 2009; Jeremy Olexa package.mask: - p.mask net-im/silky for removal, bug 279547 - - 29 Jul 2009; Jeremy Olexa package.mask: - Add virtual/mysql-{4.0,4.1} to p.mask listing for package.mask: - Adjust mask for ati-drivers to mask also ati-drivers-extra - - 28 Jul 2009; Tomáš Chvátal package.mask: - Mask old ati-drivers. 8.XXX. - - 28 Jul 2009; Jeremy Olexa package.mask: - p.mask vulnerable versions of dev-db/mysql, bug 271686 - - 28 Jul 2009; Ryan Hill package.mask: - Mask app-misc/tipptrainer for removal. (bug #279431) - - 28 Jul 2009; Robin H. Johnson package.mask: - Bug #257867: Unmask openldap-2.4 series. - - 27 Jul 2009; Zac Medico license_groups: - Bug #152593 - Add @EULA license group. - - 27 Jul 2009; Samuli Suominen package.mask: - Mask media-sound/gnusound for removal. - - 27 Jul 2009; Michał Januszewski package.mask: - Mask beta versions of the NVIDIA drivers. - - 26 Jul 2009; Samuli Suominen package.mask: - Unmask Musepack SV8 libraries and utilities and mask Musepack SV7 - utilities. - - 26 Jul 2009; Markus Meier package.mask: - remove media-gfx/hugin-0.8.0 mask - - 25 Jul 2009; Jeroen Roovers package.mask: - Mask new betas of net-ftp/lftp with bittorrent support. - - 25 Jul 2009; Samuli Suominen package.mask: - Mask musepack-tools SV8 for testing. - - 25 Jul 2009; Torsten Veller package.mask: - Mask dev-perl/POE-Test-Loops-1.020 - - 24 Jul 2009; Marcus D. Hanwell use.local.desc: - Added local swig use flag for openbabel. - - 24 Jul 2009; Markus Dittrich - default/linux/package.use.mask: - Removed masking of qt4 use flag for sci-visualization/paraview - since the latest version works fine with >=qt4.4. - - 24 Jul 2009; Jim Ramsay package.mask: - Mask net-misc/amazonmp3 due to annoying binary package dependencies on old - boost libraries (bug #net-misc/amazonmp3) - - 24 Jul 2009; Mounir Lamouri package.mask: - Unmask spandsp newest version as it looks to work for packages working with - previous one - - 24 Jul 2009; Samuli Suominen package.mask: - ladcca was removed; since nothing was using it and lash replaced it. - - 23 Jul 2009; Samuli Suominen package.mask: - Unmask sidplay since it builds again. - - 23 Jul 2009; Alistair Bush package.mask: - Remove jython:2.5 mask - - 22 Jul 2009; Ben de Groot desc/linguas.desc: - Add Asturian locale, needed for www-client/arora - - 22 Jul 2009; Christian Faulhammer package.mask: - remove spurious mask for ltsp - - 22 Jul 2009; Samuli Suominen package.mask: - Mask dev-libs/tdb for removal. - - 22 Jul 2009; Samuli Suominen use.desc: - New flag USE cdda to replace local flags cdda and cdaudio. - - 22 Jul 2009; Raúl Porcel thirdpartymirrors: - Punt non-working mirror - - 22 Jul 2009; Michael Haubenwallner arch.list, - profiles.desc: - add new Gentoo Prefix arch 'hppa-hpux' with profile for hppa2.0-hpux11.31. - - 22 Jul 2009; Chris PeBenito profiles.desc, - -selinux/2007.0/alpha/parent, -selinux/2007.0/mips/parent, - -selinux/2007.0/sparc64/parent: - Drop alpha, mips, sparc selinux support. - - 22 Jul 2009; Samuli Suominen package.mask: - Mask latest HAL since it renders all input devices unusable. - - 22 Jul 2009; Rémi Cardona package.mask: - add p.mask entry for media-libs/libpixman - - 22 Jul 2009; Rémi Cardona package.mask: - remove x11-libs/liboldX entry, package is gone from portage - - 22 Jul 2009; Zac Medico uclibc/virtuals: - Bug #270496 - Eliminate the base profile's sys-libs/glibc from the - virtual/libc choices. - - 22 Jul 2009; Rémi Cardona package.mask: - remove xf86-video-intel entry from p.mask - - 22 Jul 2009; Lennart Kolmodin package.mask: - Mask dev-lang/ghc-6.10.4 for testing. - - 22 Jul 2009; Nirbheek Chauhan package.mask: - Unmask 3.5.1 and stuff depending on it, rejoice! (and prepare for bugs) - - 21 Jul 2009; Markus Ullmann package.mask: - Mask WebKit nightly until we have a decent libsoap in-tree - - 21 Jul 2009; Raúl Porcel package.mask: - Unmask >net-misc/dhcpcd-4.99 by request of author - - 21 Jul 2009; Nirbheek Chauhan package.mask: - Mask www-client/galeon-2.0.7-r1 which needs xulrunner-1.9.1 which is - masked - - 21 Jul 2009; Markos Chandras package.mask: - Mask griffith-0.10_rc releases. Remove masking for beta packages - - 21 Jul 2009; Samuli Suominen package.mask: - Mask teamspeak2-server-bin and teamspeak2-client-bin for security wrt - #251492. - - 21 Jul 2009; Christian Faulhammer updates/3Q-2009: - move sci-misc/gri to sci-visualization/gri - - 20 Jul 2009; Christian Faulhammer package.mask: - unmask emul packages for amd64, as requested by Pacho Ramos on bug 254577 - - 20 Jul 2009; Patrick McLean use.local.desc: - Add "dhcp" USE flag for net-dns/dnsmasq - - 20 Jul 2009; Samuli Suominen package.mask: - Mask x11-misc/xfkc for removal since it doesn't compile wrt #278466 and - because it's codebase has been merged into xfwm4 and xfce4-xkb. - - 19 Jul 2009; Samuli Suominen package.mask: - Mask media-sound/bmpx for removal wrt #277421. - - 19 Jul 2009; Torsten Veller package.mask: - Mask Compress-Zlib, IO-Compress-Zlib, IO-Compress-Bzip2, IO-Compress-Base. - IO-Compress replaces them - - 19 Jul 2009; Lennart Kolmodin package.mask: - Remove hard mask on dev-lang/ghc-bin as the package finally has been - removed. - - 19 Jul 2009; Samuli Suominen package.mask: - Mask orphaned libraries ofbis and smjpeg wrt #247961. - - 19 Jul 2009; Lennart Kolmodin package.mask: - Remove hard mask on dev-lang/ghc-6.8.2-r1. - This ebuild is attempting to solve the trouble in bug #259867. - - 19 Jul 2009; Samuli Suominen package.mask: - Mask sidplay and streamixer for removal wrt #98769, #272602 and #273342. - - 19 Jul 2009; Samuli Suominen package.mask: - media-sound/glame is no more wrt #274956. - - 18 Jul 2009; Samuli Suominen package.mask: - Unmask net-print/pnm2ppa by multiple user requests at bug 248171. - - 18 Jul 2009; Samuli Suominen package.mask: - Mask x11-libs/gtk-server for removal (again) since it doesn't compile and - maintainers don't care wrt #222235. - - 17 Jul 2009; Jeroen Roovers package.mask: - Tweak www-client/opera-10.00* mask to exclude 4492 (beta2). - - 17 Jul 2009; Fabian Groffen desc/elibc.desc: - Fix description, thanks mraudsepp - - 16 Jul 2009; Petteri Räty package.mask: - Remove mask on dev-java/cacao as we have a working version in tree. - - 16 Jul 2009; Rémi Cardona desc/video_cards.desc: - remove double "nouveau" entry, sort list - - 16 Jul 2009; Diego E. Pettenò package.mask: - Mask leif, eimil and csconv too. - - 16 Jul 2009; Samuli Suominen package.mask, use.desc: - Mask media-libs/ladcca for removal as it's replaced by media-sound/lash. - Remove USE ladcca since it's replaced by USE lash. - - 15 Jul 2009; Ben de Groot - arch/powerpc/ppc64/package.use.mask: - Mask dillo useflag on claws-mail as current dillo version is unkeyworded on - ppc64 (bug 253083) - - 14 Jul 2009; Diego E. Pettenò package.mask: - Mask jscalltree. - - 14 Jul 2009; Diego E. Pettenò package.mask: - Mask live sdcc-svn. - - 13 Jul 2009; Rémi Cardona package.mask: - add 14 X input drivers to p.mask - - 13 Jul 2009; Rémi Cardona package.mask: - remove xorg-server p.mask, offending version is gone from portage - - 13 Jul 2009; Hans de Graaff package.mask: - Mask dev-ruby/misen and dev-ruby/dpklib due to bug 276980 - - 13 Jul 2009; Nirbheek Chauhan package.mask: - Mask 0.4.0, needs mozilla-firefox-3.5 - - 13 Jul 2009; package.mask: - Unmask weave, xulrunner 1.9.1 is in-tree - - 13 Jul 2009; Hans de Graaff package.mask: - Freeride is in dev-util, not dev-ruby. Fixed and will wait another 30 days - just to be sure. - - 13 Jul 2009; Diego E. Pettenò package.mask: - Mask bobs for removal. - - 13 Jul 2009; Diego E. Pettenò package.mask: - Remove rubinius mask. - - 11 Jul 2009; Samuli Suominen package.mask: - Unmask libmp4v2 1.9.0 since everything in ~arch builds now and I can play - different MP4 files from mplayers sample site fine. - - 11 Jul 2009; Jeremy Olexa package.mask: - p.mask rt2400,rt2500,rt2570,glame,shttpd,lkcp,pnm2ppa,dgs for bugs - 277232,274956,248484,248391,248171,246960 - - 10 Jul 2009; package.mask: - media-video/mpeg4ip doesn't build wrt #274284 - - 10 Jul 2009; Samuli Suominen package.mask: - dev-util/efence doesn't work wrt #128814 or build wrt #262528, masked for - treecleaners. - - 10 Jul 2009; Samuli Suominen package.mask: - New libmp4v2 release. New upstream. Masked for testing. - - 09 Jul 2009; Diego E. Pettenò package.mask: - Mask monouml (and fix dates for previous masks). - - 09 Jul 2009; Victor Ostorga package.mask: - Mask x11-misc/e-fancylauncher - - 09 Jul 2009; Samuli Suominen package.mask: - Removed treecleaners and media-sound queue of obsolete pkgs. - - 09 Jul 2009; Diego E. Pettenò package.mask: - Mask ViewKlass. - - 09 Jul 2009; Alexis Ballier base/package.use.mask: - usemask vlc[pda] useflag for 1.0.0, it doesn't build, bug #277037 - - 09 Jul 2009; Diego E. Pettenò package.mask: - Mask entropy_rsa. - - 09 Jul 2009; Diego E. Pettenò package.mask: - Mask sambasentinel. - - 09 Jul 2009; Christian Faulhammer package.mask: - extend mask entry for sys-kernel/vanilla-sources - - 08 Jul 2009; MATSUU Takuto package.mask: - net-wireless/broadcom-sta: Masked broken ebuild, bug #276543. - - 08 Jul 2009; Ben de Groot hardened/linux/package.mask: - Add same mask to hardened/linux to work around this design fail of not - having hardened as parent, while being its subdirectory - - 08 Jul 2009; Ben de Groot hardened/package.mask: - Mask fltk revisions on hardened that need glibc-2.10 - - 07 Jul 2009; Diego E. Pettenò package.mask: - Masks ome cisco utils. - - 07 Jul 2009; Ulrich Mueller package.mask: - Unmask app-emacs/emacs-w3m. - - 07 Jul 2009; Diego E. Pettenò package.mask: - Mask netgo. - - 07 Jul 2009; Diego E. Pettenò package.mask: - Mask qmatplot. - - 07 Jul 2009; Samuli Suominen package.mask: - Unmask SoundTouch 1.4.0 since SoundTouch upstream replied it's allowed to - symlink the pkgconfig file for backwards compability. - - 07 Jul 2009; Alexis Ballier package.mask: - unmask vlc 1.0.0 now that its out of rcs - - 06 Jul 2009; Diego E. Pettenò package.mask: - Mask hdump. - - 06 Jul 2009; Christian Faulhammer package.mask: - remove mask for mail-client/claws-mail 3.7.2 and all its plugins, all in - tree - - 06 Jul 2009; Christian Faulhammer package.mask: - mask Claws Mail 3.7.2 and its plugins until all of them are in the tree - - 06 Jul 2009; Diego E. Pettenò package.mask: - Fix masking for iii stuff. - - 06 Jul 2009; Rémi Cardona package.mask: - add xf86-video-intel-2.7.99.901 to package.mask - - 06 Jul 2009; Ulrich Mueller package.mask: - Package mask app-emacs/mule-ucs for removal. - - 06 Jul 2009; Diego E. Pettenò package.mask: - Mask dev-java/cacao. - - 05 Jul 2009; Diego E. Pettenò package.mask: - Remove sudo masking (rc1 works fine). - - 05 Jul 2009; Diego E. Pettenò base/use.mask, - package.mask: - Mask openais and deps, and cman USE flag. - - 05 Jul 2009; Diego E. Pettenò package.mask: - Mask libiimcf and dependnecies. - - 05 Jul 2009; Diego E. Pettenò package.mask: - Remove libedit masking (pointless, version replaced). - - 05 Jul 2009; Ben de Groot - arch/powerpc/package.use.mask, arch/x86-fbsd/package.use.mask: - Add media-libs/mlt[frei0r] to package.use.mask on powerpc and x86-fbsd - - 05 Jul 2009; Benedikt Böhm package.mask: - mask www-apache/mod_auth_pam - - 05 Jul 2009; Ben de Groot package.mask: - Mask <=www-client/dillo-2.1, see bug 276432 - - 05 Jul 2009; Robin H. Johnson package.mask: - Bug #275291 - gnupg upgrade broke seahorse/enigmail/mutt. Masking for now. - - 04 Jul 2009; Raúl Porcel package.mask: - Punt mozilla-firefox-bin p.mask - - 03 Jul 2009; Jeremy Olexa package.mask: - p.mask for treeclener queue - - 03 Jul 2009; Jeremy Olexa package.mask: - p.mask net-wireless/{zd1211,rtl8187,ralink-rt61,rt61}, bugs - 177920,180008,183085,190718 - - 03 Jul 2009; Jeremy Olexa package.mask: - remove entries for removed packages (treecleaner queue) - - 03 Jul 2009; Matthias Schwarzott package.mask: - Mask sys-fs/udev-142 and greater as it needs libblkid provided by not yet - released util-linux-2.16 - - 02 Jul 2009; Ben de Groot package.mask: - Remove no longer needed mask for >=net-lib/rb_libtorrent-0.13.1 and - >=net-p2p/qbittorrent-1.2 - - 02 Jul 2009; Fabian Groffen package.mask: - Drop mask for no longer existing package (it had been superseeded by -r2 - for a long time anyway...) - - 02 Jul 2009; Markos Chandras package.mask: - Masking griffith beta releases - - 02 Jul 2009; package.mask: - Update fx3.5 mask message with bug 268394 - - 02 Jul 2009; Christian Faulhammer package.mask: - unmask dev-util/bzr as the final 1.16 release is in the tree now - - 02 Jul 2009; Mounir Lamouri desc/linguas.desc: - Add crh, en_CA and sr@latin locales. Note that sr@latin should now be used - instead of sr@Latn. - - 02 Jul 2009; Diego E. Pettenò package.mask: - Fix pulseaudio masking. - - 02 Jul 2009; Christian Faulhammer package.mask: - mask sys-kernel/vanilla-sources release candidates on behalf of armin76 - - 01 Jul 2009; Theo Chatzimichos package.mask: - masking koffice monolithic for removal - - 30 Jun 2009; Diego E. Pettenò package.mask: - Mask alsa-patch-bay. - - 30 Jun 2009; Rémi Cardona package.mask: - add the latest xorg-server to p.mask - - 29 Jun 2009; Christian Faulhammer package.mask: - mask net-misc/tor-0.2.1.16_rc - - 28 Jun 2009; Ben de Groot package.mask: - Adjust rb_libtorrent mask to >=0.13.1, pending further fixes - - 27 Jun 2009; Ben de Groot package.mask: - Remove temporary Qt 4.5.2 mask - - 27 Jun 2009; Ben de Groot updates/2Q-2009: - Please don't forget to add the category - - 27 Jun 2009; Ben de Groot package.mask: - Temporary Qt 4.5.2 mask, until all ebuilds are committed - - 27 Jun 2009; Christian Faulhammer package.mask: - Give a reason for net-misc/tor masking - - 26 Jun 2009; Patrick Lauer package.mask: - Masking samba 3.3 until it is better tested - - 26 Jun 2009; Jeroen Roovers package.mask: - Edit www-client/opera-10* mask yet again. - - 26 Jun 2009; Christian Faulhammer package.mask: - correct mask for net-misc/tor - - 25 Jun 2009; Patrick Lauer package.mask: - Removing samba 3.2 mask. - - 25 Jun 2009; Tomáš Chvátal package.mask: - Remove no longer needed mask for mesa. - - 25 Jun 2009; Ben de Groot package.mask: - Mask the Qt4 meta ebuild, to prevent devs from being silly and depend on - the meta ebuild instead of on the specific split Qt ebuilds needed. See - bug 217161 comment 11. - - 24 Jun 2009; Jeroen Roovers package.mask: - Adjust www-client/opera mask to include build 4449. - - 24 Jun 2009; package.mask: - Mask firefox release candidates and nspr-4.8 (soname bump) - - 24 Jun 2009; Diego E. Pettenò package.mask: - Mask test versions of PulseAudio. - - 23 Jun 2009; Diego E. Pettenò package.mask: - Mask beta versions of sudo. - - 23 Jun 2009; Tomáš Chvátal package.mask: - Mask mesa 7.4.3 because it is broken on intel. - - 23 Jun 2009; Rémi Cardona package.mask: - add latest media-libs/tiff revbump to p.mask - - 23 Jun 2009; Torsten Veller updates/2Q-2009: - Move dev-perl/Module-CoreList to perl-core/Module-CoreList - - 22 Jun 2009; Diego E. Pettenò package.mask: - Mask realtime-lsm for removal. - - 21 Jun 2009; Christian Hoffmann package.mask: - cleaning up package.mask, pecl-zip has been removed from the tree (bug - 253486) - - 21 Jun 2009; Ulrich Mueller package.mask: - Mask live ebuilds for Emacs 23 trunk and release branch. - - 21 Jun 2009; Jeroen Roovers desc/kernel.desc: - Fix word wrapped .desc line. - - 21 Jun 2009; Alexis Ballier package.mask: - add latest postgresql-ocaml to ocaml 3.11 mask and update reason for - masking - - 21 Jun 2009; Alexis Ballier package.mask: - update ocaml 3.11 mask and mask packages requiring it too - - 21 Jun 2009; Diego E. Pettenò package.mask: - Remove old superseded masking. - - 21 Jun 2009; Diego E. Pettenò package.mask: - Update masking for ltsp. - - 20 Jun 2009; Diego E. Pettenò package.mask: - Mask mp1e - - 20 Jun 2009; Diego E. Pettenò package.mask: - Mask whoischk. - - 20 Jun 2009; package.mask: - Masked =sys-auth/policykit-0.92 due to a lot of changed into sources code, - it may break some packages - - 20 Jun 2009; Fabian Groffen desc/elibc.desc, - desc/kernel.desc: - add missing descriptions for kernels and elibcs that are defined in the - profiles - - 20 Jun 2009; Fabian Groffen arch.list, profiles.desc: - Add Gentoo Prefix keywords, such that the Prefix profiles can be enabled. - - 20 Jun 2009; Samuli Suominen package.mask: - Removed ctmkit, ivcall and temperature-app since they have been masked for - 60 days by treecleaners. - - 20 Jun 2009; Alin Năstac package.mask: - Unmask net-proxy/squirm (homepage is available again). Remove - net-dialup/qlcr p. mask (package was removed, see #264785). - - 19 Jun 2009; Samuli Suominen package.mask: - Masked media-sound/bossogg for removal because it installs __init__.py - directly into root of site-packages and because it's not worth fixing - since it's still using SQLite2. - - 19 Jun 2009; Rémi Cardona package.mask: - remove renderproto p.mask entry, ebuild is gone from portage - - 18 Jun 2009; Samuli Suominen package.mask: - Mask plugins autoplaylist and serverstats because they are no longer - valid with gmpc 0.18.0. Mask net-im/ekg2 because it doesn't build with - stable glibc wrt #247994. - - 18 Jun 2009; package.mask: - Undo removal mask for media-sound/ogg2mp3, new maintainer stepped up. - - 18 Jun 2009; Alistair Bush package.mask: - Add jython-2.5.0 to package.mask as it will break other packages until - they are updated. - - 18 Jun 2009; Gilles Dartiguelongue package.mask: - Remove gnome-base/libghttp per bug #244128 - - 17 Jun 2009; Christian Faulhammer package.mask: - Mask release candidate of net-misc/tor - - 17 Jun 2009; package.mask: - Masking upstream-abandoned media-sound/ogg2mp3 software for removal in 1 - month. - - 17 Jun 2009; Peter Volkov package.mask: - Masked bzr-1.16_rc1 pre-release and dependent bzrtools packages. - - 17 Jun 2009; Peter Volkov package.mask: - net-misc/l7-filter masked for removal, bug 274341 and bug 254086. - - 17 Jun 2009; Peter Volkov package.mask: - Unmasking wireshark - it's finally released. - - 17 Jun 2009; Alexis Ballier package.mask: - remove tl-langmanju mask, its gone - - 16 Jun 2009; package.mask: - Add Conspire to the atheme alpha/beta mask, move it up to the start where - it belongs. - - 16 Jun 2009; Diego E. Pettenò package.mask: - Mask kaspaliste for removal. - - 16 Jun 2009; package.mask: - Mask 2.1 alpha pre-releases of Audacious. - - 16 Jun 2009; Diego E. Pettenò package.mask: - Mask ddcxinfo-knoppix for removal. - - 16 Jun 2009; Jeroen Roovers package.mask: - Include new post beta 1 =www-client/opera-10.00_pre4440 in mask. - - 16 Jun 2009; Rémi Cardona package.mask: - drop x11-libs/vte package.mask entry, broken ebuild has been axed - - 16 Jun 2009; Rémi Cardona package.mask: - add x11-libs/liboldX to package.mask - - 16 Jun 2009; Rémi Cardona package.mask: - allow xorg-server 1.6 to roam free in ~arch, remove package.mask entry - - 16 Jun 2009; Rémi Cardona package.mask: - drop treecleaned X packages from package.mask - - 15 Jun 2009; MATSUU Takuto use.local.desc: - add ipafont USE flag for media-fonts/mplus-outline-fonts - - 15 Jun 2009; Alex Legler package.mask: - Removing ruby-config mask, the packages are gone. Bugs 251833 and 274108. - - 15 Jun 2009; Diego E. Pettenò package.mask: - Mask yaffs-utils since it's currently not building and it's a live ebuild. - - 15 Jun 2009; Peter Volkov updates/2Q-2009: - Moved slot for media-gfx/gwenview: 0 -> 3.5 - - 14 Jun 2009; Robert Piasek package.mask: - Removed package.mask from networkmanager-0.7.1-r4 as I can't reproduce the - error. - - 14 Jun 2009; Alexey Shvetsov package.mask: - KDE 4.2.3 was removed so no need to mask it anymore - - 14 Jun 2009; Diego E. Pettenò package.mask: - Mask net-fs/shfs for removal. - - 14 Jun 2009; Alexey Shvetsov package.mask: - Mask KDE 4.2.3 - - 14 Jun 2009; Fabian Groffen use.desc: - aqua and coreaudio USE-flags are masked in base, but were missing from - use.desc, causing repoman warnings for e.g. QT/KDE testers - - 14 Jun 2009; Fabian Groffen base/use.mask, - prefix/use.mask: - Move kernels and elibcs from the Prefix profiles to base - - 13 Jun 2009; Theo Chatzimichos package.mask: - Masked for removal in 30 days. Old and dead by upstream. - - 13 Jun 2009; Diego E. Pettenò package.mask: - Update mask for rubinius to point out removal pending. - - 13 Jun 2009; Justin Bronder package.mask: - Removing entry from package.mask as sys-cluster/mpich (and paraview-2.6.2) - have been removed. - - 13 Jun 2009; Diego E. Pettenò package.mask: - Mask framerd per bug #274018, and remember to add the removal pending - dates for the previous masks too. - - 13 Jun 2009; Torsten Veller package.mask: - Mask dev-perl/X10 (#245631 and #264664) - - 13 Jun 2009; Diego E. Pettenò package.mask: - Mask wso2-wsf-c as per bug #241008. - - 13 Jun 2009; Hans de Graaff package.mask: - Mask dev-ruby/freeride for bug 251935 - - 13 Jun 2009; Markus Meier package.mask: - mask pre releases of media-gfx/inkscape-0.47 - - 13 Jun 2009; Rémi Cardona package.mask: - xf86-video-intel-2.7.0 is no longer in portage, add xkeyboard-config-1.6 - to the xorg-server 1.6 mask entry - - 13 Jun 2009; Fabian Groffen profiles.desc: - Add Prefix profiles to profiles.desc. They are commented out and only - enabled in the Prefix rsync tree. - - 12 Jun 2009; Diego E. Pettenò package.mask: - Mask ed2k_recovermet. - - 12 Jun 2009; Diego E. Pettenò package.mask: - Mask toshiba-utils per bug #273872. - - 12 Jun 2009; Tristan Heaven base/package.use.mask, - package.mask: - Mask media-libs/freeimage, bug #269516 - - 10 Jun 2009; Peter Volkov package.mask: - Unmasking bzr-1.15* and dependent bzrtools. - - 10 Jun 2009; Torsten Veller package.mask: - Unmask IO-Compress and friends for bug 273141 - - 10 Jun 2009; Nirbheek Chauhan ChangeLog: - Mask gnome-base/gdm-2.26 for addition to tree - - 10 Jun 2009; Rémi Cardona package.mask: - add x11-libs/vte-0.20.4 to package.mask - - 10 Jun 2009; Torsten Veller package.mask: - Add mask for gnucash-2.3* - - 09 Jun 2009; Peter Alfredsen package.mask: - Dropped keywords for all mono *9999 ebuilds instead of maintaining a huge - package.mask - - 09 Jun 2009; Christian Faulhammer package.mask: - dev-libs/qof slotting seems to work, so unmask dev-libs/qof-0.8.0 - - 09 Jun 2009; Christian Faulhammer package.mask: - mask dev-libs/qof-0.8.0 as it is not API stable and needs some testing for - the SLOT - - 09 Jun 2009; Peter Volkov package.mask: - Masked bzr-1.15 and dependent bzrtools, bug #273328, thank Andrew Cowie - for report. - - 09 Jun 2009; Theo Chatzimichos package.mask: - ksudoku-0.4 removed from tree - - 09 Jun 2009; Theo Chatzimichos package.mask: - app-arch/karchiver masked for removal - - 09 Jun 2009; Ulrich Mueller package.mask: - Mask app-text/remem for removal, bug 272593. - - 08 Jun 2009; Tobias Scherbaum package.mask: - Remove =postfix-2.6.1 mask - - 08 Jun 2009; Robert Buchholz desc/lcd_devices.desc: - Add several LCD_DEVICES for lcdproc 0.5.3 - - 08 Jun 2009; Rémi Cardona package.mask: - x11-misc/xkbdata is gone from portage, remove p.mask entry - - 08 Jun 2009; Rémi Cardona updates/2Q-2009: - pkgmove xinput from x11-misc/ to x11-apps - - 07 Jun 2009; Donnie Berkholz ; package.mask: - Unmask burrow-owl 1.4 because new guile-gnome is now unmasked. - - 06 Jun 2009; Samuli Suominen package.mask: - Mask kamix and sonik as part of arts deprecation wrt #270575. - - 06 Jun 2009; Samuli Suominen package.mask: - Remove creox, knob and yammi as part of arts deprecation wrt ##270575. - Remove kguitar as it doesn't compile. - - 05 Jun 2009; Tobias Scherbaum package.mask: - Unmask =dev-libs/cyrus-sasl-2.1.23 - - 05 Jun 2009; Diego E. Pettenò package.mask: - Mask zapping as per bug #210820. - - 05 Jun 2009; Ulrich Mueller updates/2Q-2009, - updates/3Q-2009: - We are still in the second quarter, as pointed out by fauli. - - 04 Jun 2009; Theo Chatzimichos package.mask: - Unmask beta kdevelop:4, i find it quite usuable - - 04 Jun 2009; Steve Dibb package.mask: - Add media-sound/alsa-tools-1.0.20-r1 to the list, bug 272659 - - 04 Jun 2009; Alexey Shvetsov package.mask: - Mask kde4 printing stuff - - 04 Jun 2009; Steve Dibb package.mask: - Mask newer versions of ALSA that drops support for optional MIDI, which - will break lots of deps. bug 272659 - - 04 Jun 2009; Alexey Shvetsov package.mask: - Drop KDE 4.2.* mask - - 04 Jun 2009; Samuli Suominen package.mask: - Unmask everything that deps on virtual/libffi since it's now keyworded. - - 04 Jun 2009; Tomas Chvatal use.desc: - Rename htmlhandbook to handbook, as we discussed on kde meeting. Old one - is nowhere used now. - - 04 Jun 2009; Samuli Suominen use.desc: - New global USE flag mtp -- Enable support for Media Transfer Protocol. - - 04 Jun 2009; Samuli Suominen package.mask: - Put jamvm-1.5.0-r3 to libffi mask waiting PowerPC keywording. - - 03 Jun 2009; Jeroen Roovers package.mask: - Tweak www-client/opera mask to exclude the latest build, which is an - official beta release. - - 03 Jun 2009; Andrey Kislyuk updates/2Q-2009: - Move: app-misc/screen-profiles -> app-misc/byobu - - 03 Jun 2009; Alexey Shvetsov package.mask: - Add p.mask for KDE 4.2.2 - - 03 Jun 2009; Alexey Shvetsov package.mask: - Add p.mask for KDE 4.2.4 - - 03 Jun 2009; Christian Faulhammer base/virtuals, - embedded/virtuals: - remove old-style virtual/sylpheed, not used anymore in the tree - - 03 Jun 2009; Christian Faulhammer updates/2Q-2009: - move x11-themes/sylpheed-claws to x11-themes/claws-mail-themes - - 02 Jun 2009; Steve Dibb package.mask: - Remove mplayer, alsa-driver, alsa-headers live ebuilds from package.mask, - already removed keywords - - 02 Jun 2009; Bernard Cafarelli package.mask: - Add new gnustep-base revision to virtual/libffi mask - - 01 Jun 2009; Peter Alfredsen package.mask: - Add banshee-1.5* to WIP mask. - - 01 Jun 2009; Serkan Kaba package.mask: - Last-rited dev-java/adaptx - - 01 Jun 2009; Jeremy Olexa package.mask: - Add rdeps of sys-libs/libuser to masking notice. - - 01 Jun 2009; Samuli Suominen package.mask: - Mask creox, knob and yammi because they force arts wrt #270575. - - 01 Jun 2009; Samuli Suominen package.mask: - Unmask libffi and virtual wrt #163724 - - 31 May 2009; Torsten Veller package.mask: - Mask dev-perl/IniConf for removal - - 31 May 2009; Markus Meier - hardened/amd64/package.use.mask, hardened/linux/amd64/package.use.mask, - hardened/linux/x86/package.use.mask, hardened/x86/package.use.mask: - mask media-gfx/imagemagick[openmp] on hardened amd64/x86 profiles as it - requires >=sys-devel/gcc-4.3 - - 31 May 2009; Mike Frysinger package.mask: - Automake-1.11 does not belong in p.mask. - - 30 May 2009; Steve Dibb - default-linux/amd64/package.use.mask, default-linux/x86/package.use.mask: - mask mplayer + libnut dep on all but x86/amd64 - - 30 May 2009; Samuli Suominen package.mask: - Mask media-sound/kguitar for removal wrt #258919. - - 30 May 2009; Ben de Groot package.mask: - Mask =sys-apps/hal-0.5.12_rc1-r5 as it breaks X with hal, bug 217837 - - 30 May 2009; Jeremy Olexa package.mask: - Add entries for treecleaner queue - - 30 May 2009; Jeremy Olexa package.mask: - Remove entries for non-existent packages - - 29 May 2009; Samuli Suominen - arch/amd64/no-multilib/package.mask, arch/amd64/no-multilib/use.mask, - arch/amd64/use.mask, base/use.mask, - default-linux/amd64/2007.0/no-multilib/package.mask, - default-linux/amd64/2007.0/no-multilib/use.mask, - default-linux/amd64/use.mask, features/64bit-native/package.mask, - features/64bit-native/use.mask: - Remove mplayer-bin from rest of the profiles wrt 233394. - - 29 May 2009; Steve Dibb package.mask: - Remove mplayer-bin from tree, bug 233394 - - 29 May 2009; Peter Volkov package.mask: - Updated wireshark mask to mask first prerelease candidate too. - - 29 May 2009; Tomáš Chvátal - base/package.use.mask: - Bluez no longer masked. Removing solid usemask for it. - - 29 May 2009; Peter Volkov package.mask: - mask psimedia as it was tested with net-im/psi-0.13 only - - 29 May 2009; Peter Volkov package.mask: - Masked development version (psi-0.13*) of net-im/psi - - 28 May 2009; Ben de Groot package.mask: - Mask app-text/nopaste pending removal, bug 271295 - - 28 May 2009; Doug Goldstein package.mask: - unmask virt-manager - - 28 May 2009; Steve Dibb desc/lirc_devices.desc: - Add more LIRC devices for 0.8.5, bug 271482 - - 28 May 2009; Samuli Suominen arch/alpha/virtuals, - arch/arm/virtuals, arch/hppa/virtuals, arch/mips/virtuals, - arch/s390/virtuals, arch/sh/virtuals, base/virtuals, - default-linux/alpha/virtuals, default-linux/arm/virtuals, - default-linux/ia64/2007.0/desktop/virtuals, default-linux/mips/virtuals, - default-linux/s390/virtuals, default-linux/sh/virtuals, - default-linux/sparc/virtuals, default-linux/x86/2007.0/desktop/virtuals: - Remove old style virtual for cdrtools. - - 28 May 2009; Tomáš Chvátal package.mask: - Unmask koffice-2.0.0. Released - - 28 May 2009; Tomáš Chvátal package.mask: - Update koffice-2 package mask. - - 28 May 2009; Ulrich Mueller package.mask: - Remove mask for app-admin/eselect-9999; live ebuild has been removed. - - 27 May 2009; Alistair Bush package.mask: - Add jruby release candidate to pmask. - - 27 May 2009; Doug Goldstein package.mask: - unmask libvirt-0.6.2 and virtinst-0.400.3 - - 27 May 2009; Bernard Cafarelli package.mask: - Masking live ebuild for www-client/chromium-bin - - 27 May 2009; Torsten Veller package.mask: - Mask dev-lang/perl-5.8.8-r7 and modules: CPAN, Encode, ExtUtils-MakeMaker - - 26 May 2009; Theo Chatzimichos package.mask: - kde-base/pykde:3.5 removed - - 26 May 2009; Federico Ferri package.mask: - mask nam, ns, otcl, tclcl for removal - - 26 May 2009; Peter Volkov package.mask: - app-text/ghostscript-esp was removed from the tree, removing mask. - - 26 May 2009; MATSUU Takuto package.mask: - add =x11-wm/awesome-3.3* into p.mask. - - 25 May 2009; Peter Alfredsen package.mask: - Mask new Tomboy WIP version. - - 25 May 2009; Peter Volkov package.mask: - Masked net-libs/libssh-0.11 sinde we want people to downgrade. - - 25 May 2009; Rémi Cardona package.mask: - add x11-proto/xproto back into p.mask (see bug #271066) - - 24 May 2009; Vlastimil Babka - arch/x86/package.use.mask, default-linux/x86/package.use.mask, - hardened/ia64/package.use.mask, hardened/x86/package.use.mask, - uclibc/x86/package.use.mask: - Mask nsplugin of 1.4 JVM's. Bug #263810. - - 24 May 2009; MATSUU Takuto package.mask: - remove x11-libs/xcb-util from p.mask - - 23 May 2009; Nirbheek Chauhan package.mask: - GNOME + libsoup 2.26 are in-tree, so is latest webkit-gtk - - 23 May 2009; Rémi Cardona package.mask: - remove x11-proto/xproto from p.mask - - 22 May 2009; Alexis Ballier profiles.desc: - add freebsd-7.2 profiles to profiles.desc - - 22 May 2009; Samuli Suominen package.mask: - Removed unfunctional ebuilds lastfm-ripper, rat (security issue), - wavesurfer, eq-audacious. - - 20 May 2009; Samuli Suominen package.mask: - Unmask media-sound/mpd-0.15_beta2. - - 20 May 2009; Tobias Scherbaum package.mask: - Adjust postfix-2.6 mask - - 20 May 2009; Denis Dupeyron package.mask: - Removed mask on gEDA split ebuilds since everything seems to work. - - 20 May 2009; Denis Dupeyron package.mask: - Masked gEDA split ebuilds until they're all committed and tested. - - 19 May 2009; Tobias Scherbaum package.mask: - p.mask postfix-2.6 for now - - 19 May 2009; Ulrich Mueller package.mask: - Mask eselect-1.1_rc1. Remove mask again, since the bad version was removed - from the tree. - - 19 May 2009; Markos Chandras package.mask: - Remove entry about rednotebook - - 18 May 2009; Tobias Scherbaum package.mask: - Mask =dev-libs/cyrus-sasl-2.1.23 for testing. ABI change without soname - change (security bug #270261) - - 18 May 2009; Peter Volkov package.mask: - Updated hardmask for openvz sources, e.g. unmasked 2.6.27 kernels. - - 18 May 2009; Robin H. Johnson package.mask: - OpenSSH HPN patch breakage has been resolved by upstream now. - - 17 May 2009; Diego E. Pettenò package.mask: - Mask the upcoming automake 1.11 beta. - - 17 May 2009; Andreas Proschofsky package.mask: - Remove mask for app-office/openoffice-3.1.0, finally released now - - 17 May 2009; Ulrich Mueller package.mask: - Remove masks for app-text/xetex and dev-tex/xkeyval; packages have been - removed from tree. - - 16 May 2009; Serkan Kaba package.mask: - Mask media-sound/jtagger-2008* to allow smoother upgrade. - - 16 May 2009; Mounir Lamouri use.desc: - New global USE flag: gsm - - 16 May 2009; Thomas Sachau (Tommy[D]) package.mask: - Remove mask on sys-fs/aufs2 - - 15 May 2009; Vlastimil Babka package.mask: - Removing the treecleaned ant-1.7.0 from package mask. - - 15 May 2009; Alexis Ballier package.mask: - mask tl-langmanju for removal - - 15 May 2009; Alex Legler package.mask: - Masing ruby-config and ruby-1.8.6_p114 (last version with oniguruma - patches) wrt #251833. - - 15 May 2009; Samuli Suominen package.mask: - Remove GStreamer mask which was invalid. Moved the GStreamer porting to - monolithic with new eclass moved to my overlay. - - 14 May 2009; Ben de Groot package.mask: - Remove qt masks since these ebuilds are no longer in the tree - - 14 May 2009; Gilles Dartiguelongue package.mask: - Masking gnome-base/libghttp for removal - - 14 May 2009; Samuli Suominen package.mask: - Mask lastrm-ripper for removal wrt #263804 because it doesn't work with - current LastFM API. - - 13 May 2009; Jeremy Olexa package.mask: - clean up p.mask for recent removals from tree - - 13 May 2009; package.mask: - Drop the Audacious mask. 2.0.0 final is out. - - 12 May 2009; package.mask: - Expand 2.0_alpha mask to include 2.0_beta as well. Lets not unleash it on - unsuspecting users until its a final release. - - 12 May 2009; Peter Alfredsen package.mask: - Bug 265912 fixed. Removing mask. - - 12 May 2009; Federico Ferri updates/2Q-2009: - move tkdiff from cat. dev-tcltk to cat. dev-util - - 12 May 2009; Thomas Sachau (Tommy[D]) package.mask: - Add mask for sys-fs/aufs2 for testing - - 12 May 2009; Rémi Cardona package.mask: - forgot to add x11-apps/xprehashprinterlist to XPrint package.mask - - 12 May 2009; Ulrich Mueller categories, package.mask: - Remove mask for net-www/adobesvg; package has been removed, bug 265066. - Remove empty net-www category, its packages are now in www-* categories. - - 12 May 2009; Peter Alfredsen package.mask: - Add mask for poppler-0.11* in preparation for it entering the tree. - - 12 May 2009; Samuli Suominen package.mask: - Mask media-sound/rat for removal wrt security #208464, CVE-2008-0553. - - 12 May 2009; Jeremy Olexa base/use.mask, use.desc: - Define prefix USE flag in use.desc. Mask prefix USE flag in base/use.mask so - it cannot be used on non-prefix profiles - - 11 May 2009; Doug Goldstein - arch/amd64/no-multilib/use.mask, features/64bit-native/use.mask: - Mask 32bit USE flag on no-multilib arches since it always requires - multilib. Patch from bug #265313 - - 11 May 2009; Samuli Suominen package.mask: - Mask media-sound/wavesurfer for removal because it's broken with new tcl - wrt #267622. - - 11 May 2009; Samuli Suominen package.mask: - Mask =media-libs/libsoundtouch-1.4.0 because pkgconfig filename changed - and rdeps must be checked. - - 11 May 2009; Peter Alfredsen package.mask: - Remove gnome-desktop-sharp-2.26.0 mask. Gnome 2.26 is entering the tree. - - 11 May 2009; Gilles Dartiguelongue package.mask: - pretend to unmask gnome-desktop since I failed at writing proper atom and - nobody noticed. - - 11 May 2009; Samuli Suominen package.mask: - Mask eq-audacious for removal wrt #209500, #183928, #238620 and #247781. - - 11 May 2009; Tiziano Müller package.mask: - Unmasking slotted boost - - 10 May 2009; Lennart Kolmodin package.mask: - Mask the haskell platform for testing. - - 10 May 2009; Thomas Sachau (Tommy[D]) package.mask: - Remove mask on net-libs/fec (dropped) - - 10 May 2009; Lennart Kolmodin package.mask: - Mask dev-lang/ghc-6.10.3 for testing. - - 10 May 2009; Samuli Suominen package.mask: - Remove libspiff mask because the package is now libxspf in tree. - - 10 May 2009; Joerg Bornkessel package.mask: - unmask media-tv/w_scan-20090502 - - 10 May 2009; Samuli Suominen - base/package.use.force: - USE flag X needs to be always enabled in media-sound/rubyripper for Xeconf - wrt #268980. - - 10 May 2009; Gilles Dartiguelongue package.mask: - Unmasking packages that were waiting for bluez4. Also doing it on behalf - of flameeyes. - - 10 May 2009; Tiziano Müller package.mask: - Unmasking bluez-4 and deps. Good luck. - - 10 May 2009; Gilles Dartiguelongue package.mask: - Fixing invalid atom for media-gfx/eog mask. - - 10 May 2009; Gilles Dartiguelongue package.mask: - Mask packages that depend on the API breaking gnome-base/gnome-desktop - - 09 May 2009; MATSUU Takuto thirdpartymirrors: - Added JAIST to sourceforge.jp. - - 09 May 2009; Rémi Cardona package.mask: - add a bunch of Low-Bandwidth X and X Proxy Management apps, libs and proto - to p.mask - - 08 May 2009; Rémi Cardona package.mask: - add xplsprinters, libXprintAppUtil and libXprintUtil to p.mask - - 08 May 2009; Rémi Cardona package.mask: - pre-2.0 intel drivers are out from portage, drop p.mask entry - - 08 May 2009; Markos Chandras package.mask: - Pending removal in 15 days - - 08 May 2009; Peter Alfredsen package.mask: - Temporarily mask mono-2.4-r1 for bug 265912. - - 08 May 2009; Andreas Proschofsky package.mask: - Unmask openoffice-bin 3.1.0 - - 08 May 2009; Andreas Proschofsky desc/linguas.desc: - Add a bunch of new locales, used in OOo 3.1.0 - - 07 May 2009; Tomas Chvatal package.mask: - Remove kde 4.2.3 mask - - 07 May 2009; Ulrich Mueller package.mask: - Remove mask for x11-misc/hotkeys; package has been removed, bug 242462. - - 07 May 2009; Mark Loeser package.mask: - Adding mask for gcc-4.4 - - 06 May 2009; Alexey Shvetsov package.mask: - Mask KDE 4.2.3 - - 05 May 2009; Robin H. Johnson package.mask: - The git-1.6.2.* issue is solved now, patches in the ebuild. - - 05 May 2009; Robin H. Johnson package.mask: - dev-util/git-1.6.2.5 seems to suck, testsuite failures. - - 05 May 2009; Robin H. Johnson package.mask: - dev-util/git-1.6.3 release candidates do have user-visible behavior change - from upstream wrt pushing. - - 05 May 2009; Rémi Cardona package.mask: - add x11-misc/xkbdata to p.mask (see bug #196650) - - 05 May 2009; Peter Alfredsen package.mask: - Add package.mask for -9999 ebuilds of mono. - - 05 May 2009; Rémi Cardona package.mask: - add xf86-video-intel 2.7.0 to p.mask - - 04 May 2009; Gilles Dartiguelongue package.mask: - Add mask for app-mobilephone/gnome-phone-manager-0.65 which needs bluez4 - - 04 May 2009; Nirbheek Chauhan ChangeLog: - Mask =net-wireless/gnome-bluetooth-2.27* -- requires bluez-4, KEYWORDS on - libunique, bug 268487 (forgot to add ChangeLog while editing package.mask) - - 04 May 2009; Theo Chatzimichos package.mask: - Masking kde-base/ksudoku-0.4 for removal - - 03 May 2009; Mart Raudsepp package.mask: - Mask app-crypt/qca-2.0.2 on behalf of scarabeus - - 03 May 2009; Rémi Cardona desc/video_cards.desc: - add VIDEO_CARDS="nouveau" to profiles - - 03 May 2009; Peter Alfredsen package.mask: - Remove mono-2.4 mask, since openoffice deps have been updated and unstable - openoffice has had its mono-useflag masked. - - 03 May 2009; Ryan Hill package.mask: - Mask app-doc/afsdoc for removal. - - 02 May 2009; Joerg Bornkessel package.mask: - media-tv/w_scan-20090502; need >=sys-kernel/linux-headers-2.6.29 with - s2api header changes - - 02 May 2009; Alin Năstac package.mask: - Update openswan-2.6 p.mask explanation. - - 01 May 2009; Peter Volkov package.mask: - Unmasking bzr{,tools}-1.14* since final release is here. - - 01 May 2009; Tomas Chvatal package.mask: - Mask redland-1.0.9 because it breaks soprano/nepomuk. Remove some no - longer needed masks. - - 01 May 2009; Samuli Suominen package.mask: - Remove xphelloworld since xprint is obsolete. - - 30 Apr 2009; Jeremy Olexa package.mask: - Remove guarddog from p.mask, bug 182373 - - 30 Apr 2009; Vlastimil Babka package.mask: - Masking dev-java/ant-1.7.0* packages and whole dev-java/ant-tasks, bug - #261563. - - 30 Apr 2009; Ryan Hill use.desc: - Add new global wxwidgets USE flag and deprecate wxwindows. - - 29 Apr 2009; Tomas Chvatal package.mask: - Introduce koffice2 mask. Adding by popular vote - - 29 Apr 2009; Rémi Cardona package.mask: - add latest mesa to p.mask - - 29 Apr 2009; Jeroen Roovers package.mask: - Improve masking message for net-misc/socat. - - 29 Apr 2009; Rémi Cardona package.mask: - unmask libXfont 1.4.0 - - 29 Apr 2009; Rémi Cardona package.mask: - unmask xrandr (proto, lib and utility) - - 29 Apr 2009; Tomas Chvatal package.mask: - Remove kickpim from p.mask since it is removed from tree. - - 29 Apr 2009; Tomas Chvatal package.mask: - Remove kde 4.2.1 mask. - - 29 Apr 2009; Rémi Cardona package.mask: - mask the latest rhythmbox until totem 2.26 is added to portage - - 29 Apr 2009; Rémi Cardona package.mask: - add p.mask for x11 overlay ebuild imports - - 28 Apr 2009; Mounir Lamouri updates/2Q-2009: - Move ekiga from net-im to net-voip. - - 28 Apr 2009; Mounir Lamouri updates/2Q-2009: - Moving kphone from net-misc to net-voip. Bug 194364. - - 28 Apr 2009; Mounir Lamouri package.mask: - Unmasking mediastreamer plugins as mediastreamer is now unmasked. - - 28 Apr 2009; Mounir Lamouri package.mask: - Unmasking ortp for real. Last commit unmasked linphone-3.1*. - - 28 Apr 2009; Mounir Lamouri package.mask: - Unmasking mediastreamer as ortp-0.15.0 is now unmasked. - - 28 Apr 2009; Mounir Lamouri package.mask: - Unmasking ortp-0.15.0. It should work for every packages in the tree. - - 28 Apr 2009; Mounir Lamouri package.mask: - Masking mediastreamer plugins because mediastreamer is masked. - - 27 Apr 2009; Tomas Chvatal package.mask: - Mask libcompizconfig-0.8.2-r1 - - 27 Apr 2009; Tomas Chvatal - arch/alpha/package.use.mask, arch/ia64/package.use.mask: - Mask musicbrainz useflag for juk on ia64 and alpha. Thanks mr_bones_ for - spotting. - - 27 Apr 2009; Jeroen Roovers package.mask: - Update information for =app-portage/gentoolkit-dev-0.2.6.9 mask. - - 27 Apr 2009; Jeroen Roovers package.mask: - Mask =app-portage/gentoolkit-dev-0.2.6.9 because of ChangeLog entries - missing ".ebuild". - - 27 Apr 2009; Diego E. Pettenò package.mask: - Mask libopensync-0.38. - - 27 Apr 2009; Ulrich Mueller package.mask: - Remove mask for dev-tex/breqn; package has been removed, bug 262934. - - 27 Apr 2009; Federico Ferri package.mask: - masking dev-tcltk/tls-1.6 because of sandbox violations and qa issues, bug - #267576 - - 26 Apr 2009; Federico Ferri package.mask: - unmask >=dev-libs/newt-0.52.10 - as tcltk 8.5 got unmasked too - - 26 Apr 2009; Alin Năstac package.mask: - P.mask beta versions of net-proxy/squid. - - 26 Apr 2009; Mounir Lamouri package.mask: - Masking >=linphone-3.1.0 because depending on masked ortp-0.15.0_p1 - - 25 Apr 2009; MATSUU Takuto package.mask: - Added >=x11-libs/xcb-util-0.3.4 to p.mask. - - 25 Apr 2009; MATSUU Takuto package.mask: - Removed net-wireless/broadcom-sta from p.mask. - - 25 Apr 2009; Mounir Lamouri package.mask: - Masking mediastreamer because depending on masked ortp-0.15.0 - - 24 Apr 2009; Federico Ferri package.mask: - unmasking tcl/tk 8.5 - - 24 Apr 2009; Mounir Lamouri updates/2Q-2009: - Slotmove for linphone from 1 to 0 - - 23 Apr 2009; Torsten Veller package.mask: - Remove mask of dev-lang/pugs, dev-perl/Inline-Java and dev-perl/OpenCA-* - - 22 Apr 2009; Christian Faulhammer package.mask: - remove mask for dev-lang/erlang 13A (ebuild removed from tree) - - 22 Apr 2009; Mounir Lamouri package.mask: - Unmaks libjingle-0.3.12 as tapioca-xmpp is now masked for removal, bug 248008. - - 22 Apr 2009; Mounir Lamouri package.mask: - Mask for removal tapiocad, tapiocad and tapioca-xmpp. See bug 180757. - - 21 Apr 2009; Jeroen Roovers package.mask: - Mask =dev-libs/libevent-2* until out of beta. - - 20 Apr 2009; Markus Meier package.mask: - remove media-libs/libpano12 mask, as it has been removed from the tree - - 19 Apr 2009; Doug Goldstein package.mask: - mask developmental ebuild for phoronix-test-suite - - 19 Apr 2009; Doug Goldstein package.mask: - clean up my old masks - - 19 Apr 2009; Benedikt Böhm package.mask: - mask net-analyzer/centreon-1.4.2.7 for testing - - 19 Apr 2009; Lennart Kolmodin package.mask: - Mask dev-lang/ghc-6.10.2 and related packages for testing. - - 19 Apr 2009; Lennart Kolmodin package.mask: - Remove the hard mask on dev-haskell/regex-*-0.9*, the packages has been - removed from portage. - - 19 Apr 2009; Torsten Veller package.mask: - Mask =dev-perl/math-pari-2.010801-r1 for testing - - 18 Apr 2009; Tomas Chvatal base/package.use.mask, - package.mask: - Unmask NetworkManager (and its kde parts). Since pkit is unmasked :] - - 18 Apr 2009; Ulrich Mueller package.mask: - Mask live ebuild for app-admin/eselect. - - 17 Apr 2009; Torsten Veller package.mask: - Move dev-perl/IO-Compress-Bzip2 -> perl-core/IO-Compress-Bzip2 and - dev-perl/Compress-Raw-Bzip2 perl-core/Compress-Raw-Bzip2. Temporary mask - IO-Compress which replaces Compress-Zlib, IO-Compress-Zlib, - IO-Compress-Bzip2 and IO-Compress-Base - - 17 Apr 2009; Justin Bronder package.mask: - pmask sys-cluster/mpich for removal (#266565) - - 17 Apr 2009; Lennart Kolmodin package.mask: - Mask dev-haskell/ghc-6.8.2-r1 for testing. It includes a precompiled - readline version, fixing bug #259867. - - 17 Apr 2009; package.mask: - Mask Audacious 2.0 alpha developer previews. - - 17 Apr 2009; Jeremy Olexa package.mask: - General treecleaner maintenance / removals - - 16 Apr 2009; Paul Varner package.mask: - Removed mask for gentoolkit-dev-0.2.6.9 - - 16 Apr 2009; Tomas Chvatal package.mask: - Fix the 4.2.1 mask, will be wiped out soon. Slot deps are not allowed, thx - mr_bones for remind. - - 15 Apr 2009; Jeff Gardner package.mask: - p.mask ati-drivers-extra-8.27.10 as it is no longer installable - - 15 Apr 2009; Mounir Lamouri package.mask: - Mask >mozilla-weaver-0.2.104 because it needs a masked Firefox (3.1_beta) - - 15 Apr 2009; Torsten Veller package.mask: - Mask net-mail/gotmail for removal (#266204) - - 15 Apr 2009; Mounir Lamouri package.mask: - Mask ortp-0.15.0 because it breaks compatibility with older releases - - 14 Apr 2009; Alexis Ballier package.mask: - unmask slv2 0.6 now that traverso builds and needs it - - 14 Apr 2009; Christoph Mende package.mask: - Masked media-sound/mpd pre-releases - - 14 Apr 2009; Jeff Gardner package.mask: - Unmask ati-drivers-8.32.5 so that ati-drivers-extra can live again. - - 14 Apr 2009; Jeremy Olexa package.mask: - remove non-existant p.masked version of dev-db/mysql - - 14 Apr 2009; Jeremy Olexa package.mask: - remove entries for non-existant packages - - 14 Apr 2009; Jeremy Olexa package.mask: - removed openpbs-common from tree - - 14 Apr 2009; Jeremy Olexa package.mask: - p.mask guarddog, temperature-app, ivcall, arno-iptables-firewall, ctmkit from - the treecleaner queue. - - 13 Apr 2009; Christian Faulhammer package.mask: - mask live version of app-doc/pms - - 13 Apr 2009; Jeff Gardner package.mask: - p.mask several ati-drivers versions before cleanup - - 13 Apr 2009; Jeff Gardner ChangeLog: - Removed ati-drivers versions from p.mask that are no longer in the tree. - - 12 Apr 2009; Tomas Chvatal package.mask: - Update mask for kde4. Block for change older than 4.2.2 due to eclass - update that is comming next. - - 12 Apr 2009; Ulrich Mueller package.mask: - Mask net-www/adobesvg for removal, bug 265066. - - 11 Apr 2009; Alexey Shvetsov package.mask: - mask kde 4.2.2 - - 11 Apr 2009; Peter Volkov package.mask: - Mask bzr prerelease candidate and dependent bzrtools - - 10 Apr 2009; Alin Năstac package.mask: - P.mask net-dialup/qlcr (#264785). - - 10 Apr 2009; Ulrich Mueller updates/2Q-2009, - base/package.use.mask, default-linux/package.use.mask, - hardened/package.use.mask: - Package move gecko-mediaplayer, mplayerplug-in, and gnash to www-plugins, - bug 265569. Update package.use.mask files accordingly. - - 10 Apr 2009; Thomas Anderson package.mask: - p.mask lvm2-2.02.45 to avoid issues with internal device-mapper - - 10 Apr 2009; Jeremy Olexa package.mask: - p.mask >=bash-completion-20000000 to force a downgrade to the proper naming - scheme - - 10 Apr 2009; Ulrich Mueller - arch/amd64/no-multilib/package.mask, - default-linux/amd64/2007.0/no-multilib/package.mask, - features/64bit-native/package.mask, updates/2Q-2009: - Package move libflashsupport, netscape-flash, and swfdec-mozilla - to www-plugins, bug 265569. Update masks accordingly. - - 09 Apr 2009; Ulrich Mueller - arch/amd64/no-multilib/package.mask, - default-linux/amd64/2007.0/no-multilib/package.mask, - features/64bit-native/package.mask, updates/2Q-2009: - Package move mozplugger and nspluginwrapper to www-plugins, bug 265569. - Update masks accordingly. - - 09 Apr 2009; Ulrich Mueller categories, updates/1Q-2009, - +updates/2Q-2009: - Add www-plugins category. Move entry from April from 1Q-2009 to 2Q-2009. - Package move awstats to www-misc. Package move kaffeine-mozilla-plugin to - www-plugins. - - 08 Apr 2009; Mounir Lamouri package.mask: - Add net-libs/zapata for removal - - 08 Apr 2009; Patrick Lauer package.mask: - Removing python 2.6 mask - - 08 Apr 2009; MATSUU Takuto package.mask: - Mask for testing, bug #265385 - - 08 Apr 2009; Diego E. Pettenò package.mask: - Remove sudo 1.7.1 beta masking, moved on to RCs. - - 08 Apr 2009; Diego E. Pettenò package.mask: - Remove ruby-gdchart masking (it has been removed). - - 08 Apr 2009; Andreas Proschofsky package.mask: - Mask pre-releases of OpenOffice.org 3.1 for testing - - 07 Apr 2009; Benedikt Böhm use.local.desc: - add s3 USE flag for app-backup/duplicity - - 07 Apr 2009; Sébastien Fabbro package.mask: - Removed =dev-python/visual-4* for testing, now gone from the tree - - 07 Apr 2009; Christian Faulhammer package.mask: - mask dev-lang/erlang 13A beta version to give some users a test - possibility - - 07 Apr 2009; Jeremy Olexa package.mask: - p.mask app-shells/bash-completion-config for removal - bug 253878 - - 06 Apr 2009; Paul Varner package.mask: - Updated comments for app-portage/udept. - - 06 Apr 2009; Benedikt Böhm package.mask: - remove qmail.eclass based ebuilds from p.mask - - 06 Apr 2009; Peter Volkov package.mask: - All patches accepted upstream and all problems with openrc resolved long - time ago... unmask vzctl. - - 06 Apr 2009; Zac Medico arch/base/use.mask: - Mask the amd64-fbsd flag where appropriate. It's already unmasked in - arch/amd64-fbsd/use.mask. - - 06 Apr 2009; Joerg Bornkessel package.mask: - removed hardmask for xxv, xxv-skins - - 05 Apr 2009; Petteri Räty package.mask: - Remove mask for jdbc2-postgresql as it has been removed from the main - tree. - - 05 Apr 2009; Ulrich Mueller package.mask: - Unmask sci-visualization/gnuplot-4.2.5. - - 05 Apr 2009; Tomas Chvatal package.mask: - Remove pycups from mask. - - 05 Apr 2009; Markus Ullmann package.mask: - Mask newer webkit-gtk for soup dependency - - 04 Apr 2009; Alexis Ballier package.mask: - adjust vlc mask now that 0.9.9 is released - - 03 Apr 2009; MATSUU Takuto use.local.desc: - Added augeas and shadow local use flags for app-admin/puppet. - - 03 Apr 2009; Hanno Boeck use.local.desc: - Add local use-flags for merkaartor. - - 02 Apr 2009; Ulrich Mueller package.mask: - Mask app-text/tetex for removal. - - 01 Apr 2009; Jeroen Roovers package.mask: - Remove beta app-admin/sysstat mask. - - 01 Apr 2009; Mike Auty package.mask: - Remove the mask for app-emulation/vmware-esx-console since it's now been removed. - - 01 Apr 2009; Christian Faulhammer use.desc: - Change description of global nsplugin USE flag - - 31 Mar 2009; Ulrich Mueller package.mask: - Mask sci-visualization/gnuplot-4.2.5 for testing. - - 30 Mar 2009; Peter Alfredsen package.mask: - Add package.mask entry for mono-2.4 and friends w.r.t. bug 257313. - - 30 Mar 2009; package.mask: - Widen net-misc/dhcp mask for v4, clarify reason. 4.0.1 is going in and - 4.0.0 is being deleted. - - 28 Mar 2009; Gilles Dartiguelongue package.mask: - Mask dev-util/intltool-0.40.6, bug #264114. - - 28 Mar 2009; Jeremy Olexa package.mask: - p.mask sys-apps/sreadahead due to possible bad patches - - 27 Mar 2009; Ben de Groot package.mask: - Masking media-sound/ermixer pending removal in 30 days. Bug 207324. - - 27 Mar 2009; Ben de Groot package.mask: - Masking qt{,-embedded,-unixODBC}-3.3.8 pending removal - - 27 Mar 2009; Zac Medico arch/m68k/packages, - +default/linux/m68k/2008.0/packages: - Move ->=sys-libs/glibc-2.4-r4 unmask atom from arch/m68k/packages to - default/linux/m68k/2008.0/packages, for correct inheritance order. Thanks - to Raúl Porcel for reporting. - - 27 Mar 2009; Peter Alfredsen package.mask: - Mask xrenderproto-0.9.3-r1 w.r.t. bug 263823, breaks compilation of KDE1 - stuff. - - 26 Mar 2009; Rémi Cardona package.mask: - unmask mesa 7.4_rc1, 7.3-r2 is no longer in portage - - 25 Mar 2009; Sébastien Fabbro package.mask: - tilp and dependencies were removed, updating package.mask - - 25 Mar 2009; Rémi Cardona package.mask: - add mesa 7.4_rc1 to p.mask as well - - 24 Mar 2009; Gordon Malm profiles.desc: - hardened/x86/2.6 -> hardened/x86 - - 24 Mar 2009; Steve Dibb package.mask: - Add p.mask for media-video/mplayer live ebuild - - 23 Mar 2009; Hanno Boeck package.mask: - Remove masks of old broken versions, corresponding ebuilds removed. - - 23 Mar 2009; Peter Alfredsen package.mask: - Gephex has been removed. Removing package.mask entry. - - 23 Mar 2009; Olivier Crête package.mask: - Removed cogito and gitweb - - 23 Mar 2009; Rémi Cardona package.mask: - add mesa-7.3-r2 to package.mask - - 23 Mar 2009; Torsten Veller package.mask: - Masked dev-lang/pugs for removal (#151986,#171649,#239222) - - 23 Mar 2009; Olivier Crête use.desc, use.local.desc: - Make policykit into a global use flag - - 22 Mar 2009; Jeremy Olexa package.mask: - p.mask x11-misc/lavaps, bug 227743 - - 22 Mar 2009; MATSUU Takuto package.mask: - Removed app-i18n/uim-svn from portage tree. - - 22 Mar 2009; Nirbheek Chauhan package.mask: - CPUFreq regression has been fixed, no need for p.mask: bug 247614 - - 21 Mar 2009; Jeremy Olexa package.mask: - p.mask sci-astronomy/maestro, x11-libs/xclass, net-p2p/knapster2, - dev-embedded/gezel, sys-devel/subterfugue, media-sound/cdmp3, - x11-misc/jaffm, kde-misc/kgraphspace - see file for bug numbers. - - 21 Mar 2009; Jeremy Olexa package.mask: - cleanup p.mask file after removing packages from tree - - 21 Mar 2009; Gilles Dartiguelongue package.mask: - Update gnome-base/gvfs mask for bluez4. - - 21 Mar 2009; Jorge Manuel B. S. Vicetto - package.mask: - Masked dev-util/qgit-2.0-r1 waiting for Jokey feedback about the dep on - =x11-libs/qt-4.3*:4. - - 21 Mar 2009; Torsten Veller package.mask: - Mask dev-perl/Java-Inline for removal (#206177,#220491) - - 21 Mar 2009; Peter Alfredsen package.mask: - Mask gnome-desktop-sharp-2.26 till gnome-2.26 is released. Bug 262863. - - 20 Mar 2009; Zac Medico license_groups: - Add more licenses to GPL-COMPATIBLE and create new FSF-APPROVED and - OSI-APPROVED license groups. Thanks to Marek Aaron Sapota - for submitting these changes (bug #152593). - - 20 Mar 2009; Alex Legler package.mask: - Masking Ruby 1.9.1 and a special Rubygems version for testing - - 20 Mar 2009; Diego E. Pettenò package.mask: - Mask libsyncml 0.5.2 - - 19 Mar 2009; Markus Meier package.mask: - mask media-libs/libpano12 for removal in 30 days - - 19 Mar 2009; MATSUU Takuto package.mask: - Remove package.mask for =x11-wm/awesome-3.2* - - 19 Mar 2009; Ulrich Mueller package.mask: - Mask dev-tex/breqn for removal. - - 18 Mar 2009; package.mask: - Mask media-libs/spandsp-0.0.6_pre7 prior to committing, it breaks API. See - http://tinderbox.dev.gentoo.org/misc/rindex/media-libs/spandsp. - - 18 Mar 2009; Ulrich Mueller package.mask: - Mask app-text/xetex and dev-tex/xkeyval for removal. - - 17 Mar 2009; Peter Volkov package.mask: - Remove mask on bzr prerelease and dependand bzrtools package. - - 17 Mar 2009; Nirbheek Chauhan package.mask: - Mask =gnome-session-2.24* and stuff that directly or indirectly needs it - Reason: The very well known (hey, it was /.ed!) session-saving GNOME bug - 552387 - - 16 Mar 2009; Torsten Veller package.mask: - Remove mask for net-mail/ezmlm, net-mail/ezmlm-idx-mysql and - net-mail/ezmlm-idx-pgsql (#251383) - - 16 Mar 2009; Torsten Veller package.mask: - Remove masks for >=mail-client/squirrelmail-1.5 and - =mail-filter/procmail-3.22-r9 - - 16 Mar 2009; Torsten Veller package.mask: - Mask dev-perl/OpenCA-* for removal (#247409) - - 15 Mar 2009; Peter Volkov package.mask: - Masked dev-util/bzr-1.13 prerelease candidate and dependant - dev-util/bzrtools-1.13 - - 14 Mar 2009; Matthias Schwarzott package.mask: - Finally unmask newer udev versions. - - 13 Mar 2009; Torsten Veller package.mask: - Remove dual life modules for perl-5.10 - - 13 Mar 2009; Christoph Mende updates/1Q-2009: - Moved media-plugins/gmpc-lastfm to media-plugins/gmpc-last-fm - - 13 Mar 2009; Raúl Porcel profiles.desc: - Sort profiles by arch - - 12 Mar 2009; Ryan Hill package.mask: - Removed punted linuxfromscratch-* ebuilds. - - 12 Mar 2009; Ulrich Mueller updates/1Q-2009: - Move x11-misc/emacs-desktop to app-emacs/emacs-common-gentoo. - - 11 Mar 2009; Robin H. Johnson package.mask: - Some breakage with the latest OpenSSH HPN patch. p.mask while discussing - with upstream. - - 11 Mar 2009; Nirbheek Chauhan package.mask: - Mask gnome-base/gnome-power-manager-2.24* due to CPUFreq regression (bug - #247614) - - 11 Mar 2009; Nirbheek Chauhan package.mask: - Mask nautilus-sendto-1.1.2 (needs bluez-4) - - 11 Mar 2009; Diego E. Pettenò package.mask: - Add a mask for sudo new betas. - - 11 Mar 2009; Markus Ullmann arch/amd64/use.mask, - arch/x86/use.mask, base/use.mask: - Adjust mask/unmask of virtualbox use_expand - - 11 Mar 2009; Markus Ullmann desc/input_devices.desc: - Add description for input_devices virtualbox - - 11 Mar 2009; Markus Ullmann desc/video_cards.desc: - Add description for video_cards virtualbox - - 10 Mar 2009; package.mask: - Mask Asterisk 1.6 as the migration from 1.2 is long, tedious and not yet - documented fully. - - 09 Mar 2009; Fabian Groffen package.mask: - Unmask mutt-1.5.19, since the sidebar patch was updated - - 09 Mar 2009; Rémi Cardona package.mask: - remove mesa-7.3-r1 from p.mask - - 09 Mar 2009; Tiziano Müller package.mask: - Changed mask for ctdb to match only vcs version - - 08 Mar 2009; Alexey Shvetsov package.mask: - Drop mask for kde 4.2.0 - - 08 Mar 2009; Gilles Dartiguelongue package.mask: - Remove gnome-base/gnome-vfs-monikers mask, removed from the tree per bug - #253826. Adjust media-video/totem mask for bluez-4 compatibility. - - 08 Mar 2009; Alexey Shvetsov package.mask: - Mask KDE 4.2.0 - - 07 Mar 2009; Peter Volkov package.mask: - Masked app-text/ghostscript-esp for removal, bug #261434 - - 07 Mar 2009; Dawid Węgliński - default-linux/ppc/package.use.mask, +default/linux/amd64/package.use.mask, - +default/linux/powerpc/package.use.mask, hardened/amd64/package.use.mask, - hardened/linux/amd64/package.use.mask: - Mask amarok2 for net-im/kadu. See bug #238487 for references - - 07 Mar 2009; Rémi Cardona package.mask: - add mesa 7.3-r1 to p.mask - - 07 Mar 2009; Rémi Cardona package.mask: - remove xf86-video-intel-2.6.2 from p.mask as it's gone from portage - - 07 Mar 2009; Torsten Veller updates/1Q-2009: - Move dev-perl/Text-Tabs+Wrap to perl-core/Text-Tabs+Wrap - - 06 Mar 2009; Tomas Chvatal package.mask: - Mask net-misc/kickpim for removal - - 05 Mar 2009; Diego E. Pettenò package.mask: - Mask dev-ruby/ruby-gdchart. - - 04 Mar 2009; Alexey Shvetsov package.mask: - KDE 4.2.1 was added - - 04 Mar 2009; Alexey Shvetsov package.mask: - Add entry for kde 4.2.1 - - 03 Mar 2009; Doug Goldstein package.mask: - fix up nvidia-drivers masks. mask 180.35 after discussions with nvidia - - 02 Mar 2009; Jeroen Roovers package.mask: - Correct app-admin/sysstat mask. - - 02 Mar 2009; Jeroen Roovers package.mask: - Limit app-admin/sysstat mask to the 8.1 versions. - - 02 Mar 2009; Thomas Sachau (Tommy[D]) package.mask: - Mask net-libs/fec for removal - - 01 Mar 2009; Olivier Crête package.mask, - use.local.desc: - Removed net-im/tmsnc from the tree - - 01 Mar 2009; Tiziano Müller package.mask: - kmobiletools-0.5.0_beta3 left the tree - - 01 Mar 2009; Theo Chatzimichos package.mask: - Mask Beta versions of KDevelop4 and KDevplatform - - 01 Mar 2009; Tiziano Müller package.mask: - Added blueman to p.mask since it needs p.masked packages. - - 28 Feb 2009; Peter Alfredsen package.mask: - Removing monopod package.mask entry since it's been removed from tree per - last-rite announcement. - - 28 Feb 2009; categories, info_vars: - Added gpe-base category and PORTAGE_CONFIGROOT to info_vars - - 28 Feb 2009; Peter Alfredsen package.mask: - Removing dopi package.mask entry since it's been removed from tree per - last-rite announcement. - - 28 Feb 2009; Peter Alfredsen package.mask: - Removing gtkgl-sharp package.mask entry since it's been removed from tree - per last-rite announcement. - - 28 Feb 2009; Peter Alfredsen package.mask: - Removing mcatalog package.mask, since it's been removed - - 28 Feb 2009; Markus Meier use.desc: - new global USE-flags: custom-cflags and semantic-desktop - - 28 Feb 2009; Alin Năstac package.mask: - Unmask mail-filter/sid-milter (#208685). - - 28 Feb 2009; Rémi Cardona package.mask: - remove entries for treecleaned packages (kdrive, omni and fluxbg) - - 28 Feb 2009; Jeff Gardner package.mask: - Mask sci-chemistry/gchempaint as it is now provided by gchemutils. - - 28 Feb 2009; Tiziano Müller package.mask: - Added new version for obexftp to p.mask since tested with p.masked - bluez-4.31. - - 27 Feb 2009; Steve Dibb package.mask: - Remove p.mask for media-video/mplayer-20090226.28734 - - 27 Feb 2009; Alexis Ballier package.mask: - mask vlc 0.9.9 rc - - 27 Feb 2009; Markus Meier package.mask: - add beta of media-libs/libpano13 to the hugin mask - - 26 Feb 2009; Matthias Schwarzott package.mask: - Also add sys-fs/udev-139 to masked versions until 135-r4 is stable. - - 26 Feb 2009; Timothy Redaelli package.mask: - Mask >=media-video/mplayer-20090226.28734 for dvdnav, real cleanup, use - flag cleanup, vdpau support - - 26 Feb 2009; Konstantin V. Arkhipov use.local.desc: - random-index flag added for www-servers/nginx. - - 26 Feb 2009; Rémi Cardona package.mask: - add xf86-video-intel-2.6.2 to p.mask - - 25 Feb 2009; Markus Meier package.mask: - fix hugin-0.8.0 beta mask - - 25 Feb 2009; MATSUU Takuto package.mask: - remove ibus* from package.mask - - 25 Feb 2009; Matthias Schwarzott package.mask: - Mask media-plugins/vdr-streamdev-{client,server} for removal. They are - replaced by media-plugins/vdr-streamdev. - - 25 Feb 2009; Diego E. Pettenò package.mask: - Remove mikachan-font mask now that it's gone. - - 25 Feb 2009; Markus Meier package.mask: - mask beta releases of media-gfx/hugin-0.8.0 - - 25 Feb 2009; Ben de Groot package.mask: - Remove mask for qtcurve-qt4-0.61.2, now that compilation issue has been - solved - - 24 Feb 2009; Ben de Groot package.mask: - Mask x11-themes/qtcurve-qt4-0.61.2 for compilation failure - - 23 Feb 2009; Tomas Chvatal package.mask: - Remove krusader from mask (their release cycle is pretty slow and the app - is stable). - - 22 Feb 2009; Mike Auty package.mask: - Remove masks for cleaned out insecure vmware products. - - 22 Feb 2009; Gilles Dartiguelongue package.mask: - Remove gucharmap-2.24 mask since bug #243160 is solved. - - 22 Feb 2009; Petteri Räty package.mask: - Remove mask for kdbus as it was removed from tree. - - 21 Feb 2009; Jeremy Olexa package.mask: - remove mask entries for non-existant packages after they were removed - - 20 Feb 2009; Ben de Groot arch/alpha/package.use.mask, - arch/sparc/package.use.mask, default-linux/alpha/package.use.mask, - arch/hppa/package.use.mask, default-linux/sparc/package.use.mask: - Add p.use.mask entries on alpha, hppa and sparc due to unkeyworded kde4 - for x11-themes/qtcurve-qt4 - - 20 Feb 2009; Theo Chatzimichos package.mask: - remove ktorrent from profiles/package.mask - - 19 Feb 2009; Gilles Dartiguelongue package.mask: - Add net-wireless/libbtctl-0.11.0 to bluez-4 mask. - - 19 Feb 2009; Alexey Shvetsov package.mask: - Drop p.mask for kde 4.1.4 since it was removed and for compiz-0.7.8-r1,2 - since kde-4.2.0 already in tree - - 19 Feb 2009; Petteri Räty package.mask: - package.mask dev-java/jdbc2-postgresql. See bug #259559. - - 19 Feb 2009; Matthias Schwarzott package.mask: - Add sys-fs/udev-138 to masked ebuilds. - - 18 Feb 2009; Gilles Dartiguelongue base/package.use.mask: - Add policykit use.mask for consolekit. - - 18 Feb 2009; Sébastien Fabbro package.mask: - Removed masking for sci-libs/scipy - - 18 Feb 2009; Sébastien Fabbro package.mask: - Masking sci-calculators/tilp and dependencies for removal in 30 days - - 18 Feb 2009; Sébastien Fabbro package.mask: - Removed dev-python/f2py from masking package now longer in the tree - - 17 Feb 2009; Alexey Shvetsov package.mask: - mask kde 4.1.4 for removing - - 15 Feb 2009; Peter Alfredsen package.mask: - Katoob has been removed. bug 251566. - - 15 Feb 2009; Torsten Veller package.mask: - Remove mask of mail-client/xfmail, mail-client/elm - - 15 Feb 2009; Peter Alfredsen package.mask: - Masking media-video/gephex for removal - - 14 Feb 2009; Christian Faulhammer package.mask: - remove mask for dev-util/bzr and bzrtools, stable versions of 1.12 - released - - 14 Feb 2009; Ben de Groot package.mask: - Masking =x11-libs/qt-script-4.5.0_rc1-r1 because of build failures, bug - 258961 - - 14 Feb 2009; Ben de Groot arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/mips/package.use.mask, - arch/x86-fbsd/package.use.mask, default-bsd/fbsd/package.use.mask, - default-linux/alpha/package.use.mask, default-linux/ia64/package.use.mask, - default-linux/mips/package.use.mask: - Reverting most of my previous changes, am gonna do this another way - - 13 Feb 2009; Ben de Groot arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/mips/package.use.mask, - arch/x86-fbsd/package.use.mask, default-bsd/fbsd/package.use.mask, - default-linux/alpha/package.use.mask, default-linux/ia64/package.use.mask, - default-linux/mips/package.use.mask: - Mask phonon and webkit useflags of qt meta ebuild, for arches on which - those deps are not keyworded - - 13 Feb 2009; MATSUU Takuto use.local.desc: - Added libsexy local use flag for app-dicts/gwaei - - 13 Feb 2009; Diego E. Pettenò package.mask: - Mask dev-lang/rubinius per bug #237887. - - 11 Feb 2009; Gordon Malm package.mask: - Remove sys-apps/rsbac-admin and sys-kernel/rsbac-sources. Packages are no - longer in the tree. - - 11 Feb 2009; Ben de Groot arch/alpha/use.mask, - arch/ia64/use.mask, arch/sparc/use.mask: - Mask phonon useflag on arches where x11-libs/qt-phonon and - media-sound/phonon are unkeyworded - - 11 Feb 2009; Ben de Groot use.desc: - Add custom-cxxflags global useflag, used in all qt-* libs - - 11 Feb 2009; Peter Volkov package.mask: - Add dev-util/bzrtools-1.12.0 to mask as it depends on bzr-1.12 - - 10 Feb 2009; Alexis Ballier package.mask: - unmask xvid 1.2 as everything seems fine - - 10 Feb 2009; Peter Volkov package.mask: - Masking release candidate of dev-util/bzr - - 09 Feb 2009; Christoph Mende updates/1Q-2009: - Moved xfce-extra/verve to xfce-extra/xfce4-verve - - 08 Feb 2009; Andreas Proschofsky package.mask: - Remove mask on OpenOffice.org 3.0.1, officially released now - - 08 Feb 2009; Mike Frysinger package.mask: - Remove wrong sandbox mask. - - 07 Feb 2009; Serkan Kaba package.mask: - Update sandbox mask. - - 07 Feb 2009; MATSUU Takuto package.mask: - added =x11-wm/awesome-3.2* and =x11-libs/xcb-util-0.3.3* to p.mask. - - 06 Feb 2009; Vlastimil Babka updates/1Q-2009: - Package move net-p2p/azureus to net-p2p/vuze - - 06 Feb 2009; Jeroen Roovers package.mask: - Remove hppa-sources from package.mask (bug #202391). - - 06 Feb 2009; Jeroen Roovers profiles.desc: - Define new hppa default profiles (bug #253572). - - 06 Feb 2009; Jeroen Roovers - -default-linux/hppa/2007.0/deprecated, - -default-linux/hppa/2007.0/desktop/deprecated, - -default-linux/hppa/2007.0/desktop/make.defaults, - -default-linux/hppa/2007.0/desktop/parent, - -default-linux/hppa/2007.0/desktop/virtuals, - -default-linux/hppa/2007.0/make.defaults, - -default-linux/hppa/2007.0/package.use.force, - -default-linux/hppa/2007.0/packages, -default-linux/hppa/2007.0/parent, - -default-linux/hppa/2007.0/server/deprecated, - -default-linux/hppa/2007.0/server/make.defaults, - -default-linux/hppa/2007.0/server/parent, - -default-linux/hppa/2007.0/use.mask, -default-linux/hppa/make.defaults, - -default-linux/hppa/package.mask, -default-linux/hppa/package.use.mask, - -default-linux/hppa/packages, -default-linux/hppa/parent, - -default-linux/hppa/use.mask, -default-linux/hppa/virtuals: - Remove default-linux/hppa (bug #253572). - - 05 Feb 2009; MATSUU Takuto package.mask: - p.mask >=app-i18n/ibus*-1.1 - - 05 Feb 2009; Hanno Boeck package.mask: - Mask pam_mount 1.17, broken with crypto. - - 05 Feb 2009; Jeremy Olexa package.mask: - libjingle-0.3.12 is not backwards compatible, p.mask for now. bug 256953 - - 04 Feb 2009; Ben de Groot arch/ia64/package.use.mask, - arch/sparc/package.use.mask, arch/x86-fbsd/package.use.mask: - Add proper webkit useflag masks for affected arches - - 04 Feb 2009; Serkan Kaba package.mask: - Mask sys-apps/sandbox-1.3.3 until bug #256953 is resolved. - - 04 Feb 2009; Raúl Porcel package.mask: - Add >=seamonkey-bin-2.0_alpha1 mask - - 04 Feb 2009; Jeremy Olexa package.mask: - p.mask sdsc-syslog (bug 239863) and openpbs-common (bug 255425) for removal - - 03 Feb 2009; Santiago M. Mola package.mask: - Pando masked for removal in 30 days. - - 02 Feb 2009; Gilles Dartiguelongue package.mask: - Add gnome-base/gvfs-1.0.3-r11 to bluez-4 mask. - - 02 Feb 2009; Rémi Cardona package.mask: - unleash xf86-video-intel 2.6.1 and mesa 7.3 - - 02 Feb 2009; Ulrich Mueller package.mask: - Package mask Emacs 23 live ebuild. - - 02 Feb 2009; Ben de Groot package.mask: - Mask dev-ruby/qt4-qtruby for being broken. See tracker bug 224951. - - 01 Feb 2009; Ben de Groot package.mask: - Removing qt-4.4.0 mask, as this version is no longer in tree - - 01 Feb 2009; Mike Auty package.mask: - Last-rites for vmware-esx-emulation. - - 01 Feb 2009; Rémi Cardona package.mask: - unmask dri2proto that was already in portage - - 01 Feb 2009; Rémi Cardona package.mask: - add newer versions of xf86-video-intel and mesa to p.mask - - 01 Feb 2009; Markus Ullmann updates/1Q-2009: - Package move from games-puzzle/ksudoku - - 01 Feb 2009; Tobias Klausmann - arch/alpha/package.use.mask: - ups needs nut, nagios-game needs qstat. Neither is keyworded on alpha, - hence mask them. - - 01 Feb 2009; Markus Ullmann package.mask: - Drop package mask for bug #257162 - - 02 Feb 2009; Jim Ramsay package.mask: - Masking net-misc/amazonmp3-libcompat until it is actually used - - 01 Feb 2009; Peter Alfredsen package.mask: - Mask monopod for removal. - - 01 Feb 2009; Tomas Chvatal package.mask: - Mask sci-astronomy/setiathome for removal. - - 31 Jan 2009; package.mask: - Mask games-puzzle/ksudoku for removal - - 30 Jan 2009; Daniel Black package.mask: - app-crypt/tpm-module removed from portage. removed from package.mask also - - 30 Jan 2009; Thomas Anderson package.mask: - Mask mythzoneminder as it depends on security-vulnerable zoneminder. - - 30 Jan 2009; Jorge Manuel B. S. Vicetto - package.mask: - Removed the global KDE-4.2.0 mask and left the experimental printer - packages until the deps are added to the tree. - - 30 Jan 2009; Peter Alfredsen package.mask: - P.mask gtkgl-sharp - - 30 Jan 2009; Peter Alfredsen package.mask: - Mask mcatalog for removal - - 30 Jan 2009; Peter Alfredsen package.mask: - jscall-sharp is gone from tree - - 29 Jan 2009; Gilles Dartiguelongue package.mask: - remove x11-misc/goats mask since it is now gone from the tree, #248564. - - 29 Jan 2009; Alexey Shvetsov package.mask: - Add kde-base/konq-plugins-4.2.0 to mask - - 29 Jan 2009; Jorge Manuel B. S. Vicetto - package.mask: - Added media-sound/phonon-4.3.0 to the KDE-4.2.0 p. mask. - - 28 Jan 2009; Torsten Veller package.mask: - Masked for testing (#249629 and 79685#c14) - - 28 Jan 2009; Jorge Manuel B. S. Vicetto - package.mask: - Added meta ebuilds to the KDE-4.2.0 mask. - - 27 Jan 2009; Peter Volkov package.mask: - Removed mask for iwlwifi which was removed from the tree, bug #207698. - - 27 Jan 2009; Wolfram Schlich package.mask: - remove hpacucli mask as the license file is now in portage - - 27 Jan 2009; Federico Ferri package.mask: - unmask synce-0.13 as the issues are now solved - - 26 Jan 2009; Gilles Dartiguelongue package.mask: - Add gvfs-1.0.3-r10 to bluez-4 mask. - - 26 Jan 2009; Peter Volkov package.mask: - Masked www-misc/zoneminder due to security vulnerabilities. - - 26 Jan 2009; Peter Volkov package.mask: - Unmasked www-apps/dotproject as security issue is resolved, bug #236518. - - 26 Jan 2009; Mike Frysinger arch/hppa/make.defaults, - default-linux/hppa/make.defaults, use.desc: - Remove USE=pic as a global flag so people (hopefully) stop screwing up its - usage. - - 25 Jan 2009; Ulrich Mueller package.mask: - Mask x11-misc/hotkeys for removal. - - 25 Jan 2009; Rémi Cardona package.mask: - add x11-apps/xphelloworld to p.mask - - 25 Jan 2009; Rémi Cardona package.mask: - add x11-base/kdrive to p.mask, pending removal - - 25 Jan 2009; Peter Alfredsen package.mask: - Change reason for mask. Dopi doesn't fail with mono-2.x. It's more a - general thing. - - 24 Jan 2009; Diego E. Pettenò package.mask: - Mask mikachan-font for removal. - - 24 Jan 2009; Matthias Schwarzott package.mask: - Also add sys-fs/udev-137 to package.mask - - 24 Jan 2009; Javier Villavicencio profiles.desc: - Uncomment the Gentoo/FreeBSD-7.1 profile. - - 22 Jan 2009; Peter Volkov package.mask: - Unmasking ~net-wireless/iwl3945-ucode-15.28.2.8 since it's good idea to - use it with 2.6.28 kernels. - - 22 Jan 2009; Peter Volkov package.mask: - Masked net-wireless/iwl3945-ucode for tests. Please, report success and - failures in bug #246045 - - 22 Jan 2009; Hanno Boeck package.mask: - Mask sdricoh_cs, included in kernel 2.6.27. - - 20 Jan 2009; Torsten Veller updates/1Q-2009, - package.mask: - Remove temporary mask of new perl virtuals. Add move entries to updates - - 20 Jan 2009; Matthias Schwarzott package.mask: - Package mask ~sys-fs/udev-136 until 135-r3 is tested good enough and the - upstream rule-changes have been reviewed - - 20 Jan 2009; Torsten Veller package.mask: - Temporary mask of new perl virtuals - - 20 Jan 2009; Torsten Veller package.mask: - Remove dev-perl/SOAP mask - - 19 Jan 2009; Alexis Ballier - arch/x86-fbsd/package.use.mask, default-bsd/fbsd/package.use.mask, - default/bsd/fbsd/package.use.mask: - no need to mask and then unmask avahi[python] for x86-fbsd since its not - keyworded for sparc-fbsd - - 19 Jan 2009; Alexis Ballier profiles.desc: - Add a (commented out for now) entry for FreeBSD 7.1 profiles - - 19 Jan 2009; Ben de Groot - default-bsd/package.use.mask, default-linux/package.use.mask, - default/linux/package.use.mask, hardened/package.use.mask, package.mask: - Masks needed for Qt 4.4 split ebuilds stabilization, bug 248038 - - 19 Jan 2009; Rémi Cardona package.mask: - unmask libdrm-2.4.4 - - 19 Jan 2009; Christoph Mende package.mask: - Removed x11-libs/xfc - - 19 Jan 2009; Jeremy Olexa package.mask: - process treecleaner queue, multiple packages added, 2 removed from tree - - 18 Jan 2009; Gilles Dartiguelongue package.mask: - provide a bluez-4 compatible totem, bug #249257. - - 18 Jan 2009; Andreas Proschofsky package.mask: - Mask release candidates for OpenOffice.org 3.0.1 - - 18 Jan 2009; Diego E. Pettenò package.mask: - Remove dev-ruby/test-unit mask, tests now fixed. - - 16 Jan 2009; Diego E. Pettenò package.mask: - Add mask for dev-ruby/test-unit. - - 16 Jan 2009; Rémi Cardona package.mask: - add x11-libs/libdrm-2.4.4 to p.mask - - 16 Jan 2009; Mike Auty package.mask: - Mask out further vulnerable vmware software versions. - - 15 Jan 2009; Sébastien Fabbro package.mask: - Masked dev-python/f2py for removal in 30 days - - 15 Jan 2009; Torsten Veller package.mask: - Unmask dev-perl/Net-Amazon-S3-0.49 - - 15 Jan 2009; Alexis Ballier package.mask: - unmask vamp sdk 2.0 now that audacity is fixed - - 14 Jan 2009; Alexey Shvetsov package.mask: - Unmask kde 4.1.4 - - 14 Jan 2009; Rémi Cardona package.mask: - unleash xorg-server-1.5.3-r1 - - 14 Jan 2009; Rémi Cardona package.mask: - virtual/xft is gone from portage, updating p.mask - - 14 Jan 2009; Zac Medico package.mask: - Remove mask for sys-apps/portage-2.1.6.5 since it's no longer - in the tree. - - 13 Jan 2009; Rémi Cardona package.mask: - add x11-base/xorg-server-1.5.3-r1 to p.mask - - 13 Jan 2009; Torsten Veller package.mask: - Mask ~dev-perl/Net-Amazon-S3-0.49 too - - 13 Jan 2009; Zac Medico package.mask: - Mask =sys-apps/portage-2.1.6.5 due to bug 254860. - - 13 Jan 2009; Petteri Räty thirdpartymirrors: - Add internap to sourceforge mirrors. - - 13 Jan 2009; Donnie Berkholz ; package.mask: - Mask >=sci-chemistry/burrow-owl-1.4 pending unmasking of - guile-gnome-platform 2.16. The whole mess is blocking on the separate - libffi package. - - 11 Jan 2009; Peter Volkov package.mask: - EC fonts are tex fonts, this package was used by lilypond at some point of - time, but now nothing uses them, no maintainer so it looks like time to - remove them from the tree has come. Objections? Report to bug 183730. - - 11 Jan 2009; Andreas Proschofsky package.mask: - Remove mask on oooqs and ooqstart-gnome, both are now gone from the tree - - 11 Jan 2009; Mike Auty package.mask: - Adding x.5.0 series mask for vmware, since they're also vulnerable (bug - 245941). - - 11 Jan 2009; Fabian Groffen package.mask: - Mask mutt-1.5.19 as it won't have a working sidebar patch for now. - - 11 Jan 2009; Tobias Scherbaum package.mask: - net-analyzer/rtg bundles *very* outdated versions of gd, zlib and - libpng libraries, static links, upstream seems dead, removal in 30 - days. bug #247958 and bug #251425 - - 10 Jan 2009; Daniel Black package.mask: - package mask >=net-libs/gnutls-2.7.0 to allow dependant packages to resolve - bug #253709 - - 10 Jan 2009; Ulrich Mueller package.mask: - Remove mask for app-emacs/navi2ch, since the masked version is no longer - in the tree. - - 09 Jan 2009; Rémi Cardona package.mask: - add virtual/xft to p.mask - - 09 Jan 2009; Peter Alfredsen package.mask: - r10 is in tree, -r2 is not, finishing gstreamer mask update. - - 09 Jan 2009; Peter Alfredsen package.mask: - Add -r10 of gstreamer to mask in preparation for bump. - - 09 Jan 2009; Michael Marineau use.local.desc: - Add lxc and uml use flags for libvirt - - 09 Jan 2009; Bryan Stine package.mask: - Unmask app-admin/bastille for newly-updated 3.0.9 bump. - - 08 Jan 2009; Peter Alfredsen package.mask: - I fixed monopod and it seems gnutu works for Jer (no segfault?), so - removing from mono-2 package.mask - - 08 Jan 2009; Jeremy Olexa package.mask: - clean for package removals - - 07 Jan 2009; Christoph Mende package.mask: - Masked media-plugins/gmpc-stopbutton for removal - - 07 Jan 2009; Tomas Chvatal package.mask: - Mask kde-base/pykde-3.5*, because it is broken. Replacement can be - dev-python/pykde. No deps found on this one :] - - 07 Jan 2009; Bernard Cafarelli package.mask: - Removing net-misc/nxclient-2xterminalserver and - net-misc/nxserver-2xterminalserver mask after removal from portage - - 06 Jan 2009; Zac Medico package.mask: - Bug #253802 - Update comment to note that Portage 2.2 is masked due - to known bugs in the package sets and preserve-libs features. - - 05 Jan 2009; Gilles Dartiguelongue package.mask: - Remove net-misc/logjam and net-news/straw mask per bug #181236 and - bug #187285. - - 05 Jan 2009; Gilles Dartiguelongue package.mask: - Add gnome-extra/gnome-user-share-0.41 to bluez-4 mask - - 05 Jan 2009; Markus Meier use.desc: - add global icu and xft USE-flags - - 05 Jan 2009; Joerg Bornkessel package.mask: - =net-www/xxv-1.2.1383 , =x11-themes/xxv-skins-1.2.1383 masked for utf8 - handle testing - - 04 Jan 2009; Christian Faulhammer package.mask: - mail-client/claws-mail-smime has been removed, see bug 253707 - - 03 Jan 2009; Mike Auty package.mask: - Mask off insecure versions of vmware-workstation and vmware-player. - - 03 Jan 2009; Daniel Black thirdpartymirrors: - remove ftp://ftp.digitaltrust.it due to lack of response - - 03 Jan 2009; Daniel Black package.mask: - app-crypt/tpm-module mask pending removal as per gentoo-dev-announce list - - 02 Jan 2009; Diego E. Pettenò package.mask: - Mask packages that should only be used by crossdev. - - 02 Jan 2009; MATSUU Takuto use.local.desc: - Adding local use flags for app-i18n/ibus-table-{erbi,wubi,zhengma}. - - 01 Jan 2009; Peter Alfredsen package.mask: - Removing gtksourceview-sharp mask - - 01 Jan 2009; Raúl Porcel package.mask: - Fix my mask - - For previous entries, please see ChangeLog-2008. diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2010 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2010 deleted file mode 100644 index cc1e6ad2fe..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2010 +++ /dev/null @@ -1,4063 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2010,v 1.1 2012/01/02 19:18:14 dilfridge Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 31 Dec 2010; Hans de Graaff package.mask, - profiles.desc: - Remove dev-lang/ruby-1.8.6 mask, package has been removed. - - 30 Dec 2010; Eray Aslan package.mask: - Drop app-crypt/mit-krb5-1.9_beta* entry. No longer in the tree. - - 29 Dec 2010; Thomas Sachau (Tommy[D]) package.mask: - Mask =app-text/poppler-0.16.0 until depending packages are fixed - - 29 Dec 2010; Samuli Suominen package.mask: - Lastrite thunar-media-tags-plugin. - - 29 Dec 2010; Peter Volkov updates/4Q-2010: - move app-dicts/goldendict app-text/goldendict, #347535 - - 29 Dec 2010; Peter Volkov updates/4Q-2010: - move net-dns/shelldap net-nds/shelldap, #347643 - - 28 Dec 2010; Pacho Ramos package.mask: - Drop dev-dotnet/ant-dotnet entry, it was removed. - - 28 Dec 2010; Pacho Ramos package.mask: - Mask net-im/gossip for removal. - - 28 Dec 2010; Kacper Kowalik package.mask: - Lastrite sys-cluster/tentakel - - 28 Dec 2010; Hans de Graaff package.mask: - Unmask Rails 3 components. - - 28 Dec 2010; Hans de Graaff package.mask: - Unmask rack 1.2.1 since bug 341941 is now resolved. - - 27 Dec 2010; Samuli Suominen thirdpartymirrors: - List three sys-libs/slang mirrors. - - 26 Dec 2010; Diego E. Pettenò package.mask: - Masking dev-util/devel-chroots for QA removal. - - 26 Dec 2010; Samuli Suominen - targets/desktop/make.defaults: - Enable USE="udev" by default wrt #347604 by Alessandro Capogna. - - 26 Dec 2010; Samuli Suominen package.mask: - Lastrite gnome-base/gnome-mount wrt #349012. - - 25 Dec 2010; Rafael G. Martins package.mask: - Unmasked sci-electronics/kicad live ebuild - - 25 Dec 2010; Alexis Ballier package.mask: - mask lwt-2.2.0, breaks ocsigen - - 25 Dec 2010; Sebastian Pipping thirdpartymirrors: - Remove cran thirdparty mirror (domain up for sale): http://cran.r-mirror.de - - 24 Dec 2010; Matti Bickel base/make.defaults: - Switch PHP_TARGETS to php5-3 - - 24 Dec 2010; package.mask: - Also mask >=media-libs/clutter-gtk-0.90 - - 24 Dec 2010; thirdpartymirrors: - Remove outdated gnome mirrors from thirdpartymirrors - - 23 Dec 2010; Joerg Bornkessel package.mask: - removed block for removal vdr-audiorecorder-0.1.0_pre6, bug #277577 - - 22 Dec 2010; Chí-Thanh Christopher Nguyễn - targets/desktop/package.use: - Enable hal for xorg-server-1.7 input device autoconfiguration in the - desktop profile, bug #349331 - - 20 Dec 2010; Markos Chandras package.mask: - Mask qbittorrent beta packages - - 19 Dec 2010; Alexey Shvetsov package.mask: - Mask drupal prereleases - - 19 Dec 2010; Peter Volkov package.mask: - Unmask openvz-sources-2.6.32 - - 19 Dec 2010; Samuli Suominen package.mask: - Lastrite app-misc/hal-cups-utils wrt #344313. - - 19 Dec 2010; Samuli Suominen package.mask: - Lastrite gnome-extra/gnome-device-manager. - - 18 Dec 2010; Samuli Suominen - targets/desktop/gnome/make.defaults, targets/desktop/gnome/package.use, - targets/desktop/make.defaults, targets/desktop/package.use: - Move generic USE flags like "policykit" from desktop/gnome to desktop. Remove - "hal" from default USE flags. - - 18 Dec 2010; Samuli Suominen package.mask: - Lastrite rox-base/devtray wrt #313431. - - 18 Dec 2010; Sergei Trofimovich package.mask: - Mask dev-haskell/hsshellscript (poor quality). - - 18 Dec 2010; Jeroen Roovers package.mask: - Add bug number to libevent-2 mask description. - - 18 Dec 2010; Hans de Graaff package.mask: - Mask virtual/rubygems for removal. - - 17 Dec 2010; Pawel Hajdan jr package.mask: - Mask dev-lang/v8 dev channel versions. - - 17 Dec 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 17 Dec 2010; package.mask: - remove mask for sys-block/iscsitarget-1.4.20.2, enough tested - - 17 Dec 2010; package.mask: - Mask dev-lang/erlang-14.2.1 because of build failures - - 16 Dec 2010; Gilles Dartiguelongue package.mask: - Clean up after package removal. - - 16 Dec 2010; Pawel Hajdan jr package.mask: - Unmask www-client/chromium beta channel release (and also dev-lang/v8 and - dev-util/chromium-tools). - - 16 Dec 2010; Jeroen Roovers package.mask: - Remove =www-client/opera-{10.70,11} mask. - - 16 Dec 2010; Alexis Ballier package.mask: - ha-propser is gone, remove the mask - - 15 Dec 2010; Christian Faulhammer package.mask: - Mark newer sys-block/iscsitarget for testing - - 14 Dec 2010; Fabian Groffen arch.list, profiles.desc: - sparc64-freebsd profile was added - - 14 Dec 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 13 Dec 2010; Samuli Suominen package.mask: - Lastrite net-print/xfprint. - - 13 Dec 2010; Tiziano Müller package.mask: - Added mask for nginx-0.8.53-r1 to test the passenger-3.0.1 module - - 10 Dec 2010; Alexey Shvetsov package.mask: - update chromium p.mask - - 10 Dec 2010; Pacho Ramos thirdpartymirrors: - Drop ftp.no.gnome.org as it's unreachable. - - 10 Dec 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 09 Dec 2010; Alex Alexander package.mask: - lastrite: dev-java/qtjambi. requires Qt 4.5. - - 08 Dec 2010; Ulrich Mueller package.mask: - Remove mask for x11-libs/openmotif-compat, package has been removed. - - 08 Dec 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Delete old entries. - - 07 Dec 2010; Hans de Graaff package.mask: - Add activemodel to the Rails mask. - - 07 Dec 2010; Magnus Granberg hardened/linux/make.defaults - Add -jit as defult use-flag - - 07 Dec 2010; Justin Lecher package.mask: - mask and Last rite dev-tcltk/tclxml-expat - - 07 Dec 2010; Gilles Dartiguelongue package.mask: - Remove Gnome 2.32 mask except for libbonobo 2.32 which is too broken to be - used, at least for me. - - 07 Dec 2010; Hans de Graaff package.mask: - Add dev-ruby/rack to the Rails mask. - - 07 Dec 2010; Hans de Graaff package.mask: - Mask Rails 3 components until issues with it have beenfixed. - - 07 Dec 2010; Matt Turner profiles.desc: - Added default/linux/mips/10.0 to profiles.desc - - 07 Dec 2010; Ulrich Mueller package.mask: - Remove mask for app-emacs/proofgeneral-4.0. - - 07 Dec 2010; Joerg Bornkessel package.mask: - masked media-tv/gentoo-vdr-scripts-0.4.8_rc2, #263956 - - 06 Dec 2010; Hans de Graaff package.mask: - Mask dev-lang/wml for removal. - - 06 Dec 2010; Markos Chandras package.mask: - Unmask qbittorrent - - 06 Dec 2010; Christian Faulhammer package.mask: - Mask app-emacs/proofgeneral-4.0 for testing - - 05 Dec 2010; Joerg Bornkessel package.mask: - # masked for testing #30078 - =media-tv/gentoo-vdr-scipts-0.4.8_rc1 - - 05 Dec 2010; package.mask: - Update clutter-1.4 mask to include 1.5, and update the masking message - - 04 Dec 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask for empathy. - - 04 Dec 2010; Pacho Ramos package.mask: - Move packages that will need to be unmasked together with Gnome 2.32 to that - section. - - 04 Dec 2010; Pacho Ramos base/package.use.mask: - Only mask 'vala' USE flag for package.mask: - Masking ies4linux for removal. Bug #344233 - - 03 Dec 2010; Hans de Graaff package.mask: - Mask dev-ruby/rrd for removal. - - 02 Dec 2010; Alexey Shvetsov arch/powerpc/package.mask, - hardened/linux/powerpc/package.mask: - Mask KDE SC 4.5 due to missing deps on ppc ppc64 and x86-fbsd. bug #336158 - - 02 Dec 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 02 Dec 2010; Robin H. Johnson desc/apache2_modules.desc: - Bug #347227: add in mod_reqtimeout (for use on Gentoo Infra). Also add - mod_proxy_scgi. - - 01 Dec 2010; Michał Januszewski package.mask: - Mask the latest beta drivers from NVIDIA. - - 01 Dec 2010; Joerg Bornkessel package.mask: - removed ebuild mask, depend on bug 335785 - - 01 Dec 2010; Ulrich Mueller license_groups: - Add CPL-0.5 to the MISC-FREE license group, as it is almost identical with - CPL-1.0. - - 30 Nov 2010; Peter Volkov package.mask: - Unmask wireshark-1.4*, stable version in tree now. - - 30 Nov 2010; Justin Lecher ChangeLog: - Moving app-admin/patchelf to dev-util/patchelf - - 30 Nov 2010; Zac Medico license_groups: - Bug #347219 - Add LPPL-1.3b to MISC-FREE group. - - 28 Nov 2010; Pawel Hajdan jr package.mask: - Mask dev-util/chromium-tools. - - 28 Nov 2010; Alex Legler ChangeLog: - Mask horde-{groupware,webmail} which have multiple sec issues and no real - maintainer. - - 27 Nov 2010; Markus Meier package.mask: - add hugin-2010.4 testing mask - - 27 Nov 2010; Lennart Kolmodin package.mask: - Remove masking of dev-lang/ghc-6.12.1 and dev-lang/ghc-6.12.2, they've - been - removed from portage. - - 27 Nov 2010; Markos Chandras package.mask: - Mask qbittorrent rc releases. Remove masking for live ebuild - - 27 Nov 2010; Sebastian Pipping package.mask: - app-text/xmlstarlet-1.0.3: Mask upcoming bump as test suite one error - - 25 Nov 2010; Anthony G. Basile - hardened/amd64/deprecated, hardened/amd64/multilib/deprecated, - +hardened/linux/amd64/10.0/deprecated, - +hardened/linux/amd64/10.0/desktop/deprecated, - hardened/linux/amd64/10.0/desktop/parent, - +hardened/linux/amd64/10.0/developer/deprecated, - hardened/linux/amd64/10.0/developer/parent, - -hardened/linux/amd64/10.0/make.defaults, - +hardened/linux/amd64/10.0/no-multilib/deprecated, - -hardened/linux/amd64/10.0/no-multilib/make.defaults, - hardened/linux/amd64/10.0/no-multilib/parent, - hardened/linux/amd64/10.0/parent, - +hardened/linux/amd64/10.0/server/deprecated, - hardened/linux/amd64/10.0/server/parent, - -hardened/linux/amd64/2008.0/deprecated, - -hardened/linux/amd64/2008.0/desktop/deprecated, - -hardened/linux/amd64/2008.0/desktop/make.defaults, - -hardened/linux/amd64/2008.0/desktop/parent, - -hardened/linux/amd64/2008.0/developer/deprecated, - -hardened/linux/amd64/2008.0/developer/parent, - -hardened/linux/amd64/2008.0/make.defaults, - -hardened/linux/amd64/2008.0/no-multilib/deprecated, - -hardened/linux/amd64/2008.0/no-multilib/make.defaults, - -hardened/linux/amd64/2008.0/no-multilib/parent, - -hardened/linux/amd64/2008.0/parent, - -hardened/linux/amd64/2008.0/server/deprecated, - -hardened/linux/amd64/2008.0/server/parent, - +hardened/linux/amd64/desktop/parent, - +hardened/linux/amd64/developer/parent, - hardened/linux/amd64/make.defaults, - +hardened/linux/amd64/no-multilib/make.defaults, - +hardened/linux/amd64/no-multilib/parent, hardened/linux/amd64/parent, - +hardened/linux/amd64/server/parent, profiles.desc: - Update hardened/linux/amd64 profile, bug #344861 - - 25 Nov 2010; Sebastian Pipping package.mask: - Mask upcoming net-mail/rss2email-2.69 experimental bump - - 24 Nov 2010; Eray Aslan package.mask: - Masking beta versions =app-crypt/mit-krb5-1.9_beta* - - 23 Nov 2010; Markos Chandras package.mask: - Remove elltube entry - - 23 Nov 2010; Jeroen Roovers package.mask: - Remove development version of net-ftp/lftp. - - 23 Nov 2010; Gilles Dartiguelongue package.mask: - Add mask for dev-cpp/libgtksourceviewmm. - - 23 Nov 2010; Tomáš Chvátal package.mask: - More finegrain the openttd pmask entry. - - 22 Nov 2010; Christian Faulhammer package.mask: - Raise mask for Claws Mail 3.7.7 and friends, all plugins bumped - - 22 Nov 2010; Christian Faulhammer package.mask: - Mask Claws Mail 3.7.7 and plug-ins until they are bumped - - 21 Nov 2010; Gilles Dartiguelongue desc/cameras.desc: - Add jl2005c driver, clean up old descriptions. - - 21 Nov 2010; Ryan Hill package.mask: - Unmask gcc-4.5.1. - - 21 Nov 2010; Markos Chandras package.mask: - Unmask fail2ban - - 21 Nov 2010; Pacho Ramos arch/amd64/ChangeLog, - arch/amd64/package.use.mask: - Mask gstreamer USE flag on wine due bug #346077 - - 20 Nov 2010; Markos Chandras package.mask: - Masking qbittorrent live ebuild - - 20 Nov 2010; Anthony G. Basile - +hardened/linux/x86/10.0/deprecated, - +hardened/linux/x86/10.0/desktop/deprecated, - hardened/linux/x86/10.0/desktop/parent, - +hardened/linux/x86/10.0/developer/deprecated, - hardened/linux/x86/10.0/developer/parent, - +hardened/linux/x86/10.0/no-nptl/deprecated, - hardened/linux/x86/10.0/no-nptl/parent, hardened/linux/x86/10.0/parent, - +hardened/linux/x86/10.0/server/deprecated, - hardened/linux/x86/10.0/server/parent, - -hardened/linux/x86/2008.0/deprecated, - -hardened/linux/x86/2008.0/desktop/deprecated, - -hardened/linux/x86/2008.0/desktop/make.defaults, - -hardened/linux/x86/2008.0/desktop/parent, - -hardened/linux/x86/2008.0/developer/deprecated, - -hardened/linux/x86/2008.0/developer/parent, - -hardened/linux/x86/2008.0/make.defaults, - -hardened/linux/x86/2008.0/no-nptl/deprecated, - -hardened/linux/x86/2008.0/no-nptl/parent, - -hardened/linux/x86/2008.0/parent, - -hardened/linux/x86/2008.0/server/deprecated, - -hardened/linux/x86/2008.0/server/parent, - +hardened/linux/x86/desktop/parent, +hardened/linux/x86/developer/parent, - hardened/linux/x86/make.defaults, +hardened/linux/x86/no-nptl/parent, - hardened/linux/x86/parent, +hardened/linux/x86/server/parent, - hardened/x86/2.6/deprecated, hardened/x86/deprecated, - hardened/x86/minimal/deprecated, profiles.desc: - Update hardened/linux/x86 profile, bug #344861 - - 19 Nov 2010; Peter Volkov package.mask: - Drop openvz-sources-2.6.18.028.070.12 mask: dropped from the tree and - fixed version commited. - - 19 Nov 2010; Pawel Hajdan jr package.mask: - Update dev-lang/v8 p.mask entry. The oldest v8 ebuild should now be - unmasked. - - 19 Nov 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 18 Nov 2010; Peter Volkov package.mask: - Mask broken sys-kernel/openvz-sources-2.6.18.028.070.12 - - 18 Nov 2010; Pawel Hajdan jr updates/4Q-2010: - Move media-gfx/gimp-lqr-plugin to media-plugins/gimp-lqr, bug #345919 by - mgorny. - - 18 Nov 2010; Pacho Ramos base/ChangeLog, - base/package.use.mask: - Mask clutter USE on evolution due bug #345937 - - 16 Nov 2010; Christian Faulhammer package.mask: - Remove mask for dev-tex/mpm, is gone from the tree - - 16 Nov 2010; Peter Volkov package.mask: - Last rites mask for dev-python/py-rrdtool - - 15 Nov 2010; Peter Volkov package.mask: - Mask apps that depend on gtk+-2.22/gtkmm-2.22: dev-libs/guiloader{,-c++} - dev-util/crow-designer} - - 14 Nov 2010; Alexis Ballier package.mask: - last rites dev-tex/ha-prosper - - 14 Nov 2010; Alexis Ballier arch/alpha/ChangeLog, - arch/alpha/package.use.mask, arch/powerpc/ChangeLog, - arch/powerpc/package.use.mask, arch/sparc/ChangeLog, - arch/sparc/package.use.mask: - Mask app-i18n/canna[doc], app-text/ptex does not build and ptex is - provided by TeX Live 2010, please remove the mask when TeX Live 2010 is - unmasked, bug #342513 - - 14 Nov 2010; Gilles Dartiguelongue package.mask: - Add more entries to gnome 2.32 mask. - - 14 Nov 2010; Markos Chandras package.mask: - Unmask qt-creator to solve all the mess with dependencies - - 14 Nov 2010; Anthony G. Basile - +hardened/linux/powerpc/ppc32/10.0/deprecated, - +hardened/linux/powerpc/ppc32/10.0/desktop/deprecated, - hardened/linux/powerpc/ppc32/10.0/desktop/parent, - +hardened/linux/powerpc/ppc32/10.0/developer/deprecated, - hardened/linux/powerpc/ppc32/10.0/developer/parent, - -hardened/linux/powerpc/ppc32/10.0/make.defaults, - hardened/linux/powerpc/ppc32/10.0/parent, - +hardened/linux/powerpc/ppc32/10.0/server/deprecated, - hardened/linux/powerpc/ppc32/10.0/server/parent, - -hardened/linux/powerpc/ppc32/2008.0/deprecated, - -hardened/linux/powerpc/ppc32/2008.0/desktop/deprecated, - -hardened/linux/powerpc/ppc32/2008.0/desktop/make.defaults, - -hardened/linux/powerpc/ppc32/2008.0/desktop/parent, - -hardened/linux/powerpc/ppc32/2008.0/developer/deprecated, - -hardened/linux/powerpc/ppc32/2008.0/developer/parent, - -hardened/linux/powerpc/ppc32/2008.0/make.defaults, - -hardened/linux/powerpc/ppc32/2008.0/parent, - -hardened/linux/powerpc/ppc32/2008.0/server/deprecated, - -hardened/linux/powerpc/ppc32/2008.0/server/parent, - +hardened/linux/powerpc/ppc32/desktop/parent, - +hardened/linux/powerpc/ppc32/developer/parent, - +hardened/linux/powerpc/ppc32/make.defaults, - hardened/linux/powerpc/ppc32/parent, - +hardened/linux/powerpc/ppc32/server/parent, - +hardened/linux/powerpc/ppc64/10.0/32bit-userland/deprecated, - +hardened/linux/powerpc/ppc64/10.0/32bit-userland/desktop/deprecated, - hardened/linux/powerpc/ppc64/10.0/32bit-userland/desktop/parent, - +hardened/linux/powerpc/ppc64/10.0/32bit-userland/developer/deprecated, - hardened/linux/powerpc/ppc64/10.0/32bit-userland/developer/parent, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/make.defaults, - hardened/linux/powerpc/ppc64/10.0/32bit-userland/parent, - +hardened/linux/powerpc/ppc64/10.0/32bit-userland/server/deprecated, - hardened/linux/powerpc/ppc64/10.0/32bit-userland/server/parent, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/use.mask, - +hardened/linux/powerpc/ppc64/10.0/64bit-userland/deprecated, - +hardened/linux/powerpc/ppc64/10.0/64bit-userland/desktop/deprecated, - hardened/linux/powerpc/ppc64/10.0/64bit-userland/desktop/parent, - +hardened/linux/powerpc/ppc64/10.0/64bit-userland/developer/deprecated, - hardened/linux/powerpc/ppc64/10.0/64bit-userland/developer/parent, - hardened/linux/powerpc/ppc64/10.0/64bit-userland/parent, - +hardened/linux/powerpc/ppc64/10.0/64bit-userland/server/deprecated, - hardened/linux/powerpc/ppc64/10.0/64bit-userland/server/parent, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/use.mask, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/virtuals, - +hardened/linux/powerpc/ppc64/10.0/deprecated, - +hardened/linux/powerpc/ppc64/10.0/desktop/deprecated, - hardened/linux/powerpc/ppc64/10.0/desktop/parent, - +hardened/linux/powerpc/ppc64/10.0/developer/deprecated, - hardened/linux/powerpc/ppc64/10.0/developer/parent, - -hardened/linux/powerpc/ppc64/10.0/make.defaults, - hardened/linux/powerpc/ppc64/10.0/parent, - +hardened/linux/powerpc/ppc64/10.0/server/deprecated, - hardened/linux/powerpc/ppc64/10.0/server/parent, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/make.defaults, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/parent, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/developer/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/developer/parent, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/make.defaults, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/parent, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/server/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/server/parent, - -hardened/linux/powerpc/ppc64/2008.0/32bit-userland/use.mask, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/make.defaults, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/parent, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/developer/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/developer/parent, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/parent, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/server/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/server/parent, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/use.mask, - -hardened/linux/powerpc/ppc64/2008.0/64bit-userland/virtuals, - -hardened/linux/powerpc/ppc64/2008.0/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/desktop/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/desktop/make.defaults, - -hardened/linux/powerpc/ppc64/2008.0/desktop/parent, - -hardened/linux/powerpc/ppc64/2008.0/developer/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/developer/parent, - -hardened/linux/powerpc/ppc64/2008.0/make.defaults, - -hardened/linux/powerpc/ppc64/2008.0/parent, - -hardened/linux/powerpc/ppc64/2008.0/server/deprecated, - -hardened/linux/powerpc/ppc64/2008.0/server/parent, - +hardened/linux/powerpc/ppc64/32bit-userland/desktop/parent, - +hardened/linux/powerpc/ppc64/32bit-userland/developer/parent, - +hardened/linux/powerpc/ppc64/32bit-userland/make.defaults, - +hardened/linux/powerpc/ppc64/32bit-userland/parent, - +hardened/linux/powerpc/ppc64/32bit-userland/server/parent, - +hardened/linux/powerpc/ppc64/32bit-userland/use.mask, - +hardened/linux/powerpc/ppc64/64bit-userland/desktop/parent, - +hardened/linux/powerpc/ppc64/64bit-userland/developer/parent, - +hardened/linux/powerpc/ppc64/64bit-userland/parent, - +hardened/linux/powerpc/ppc64/64bit-userland/server/parent, - +hardened/linux/powerpc/ppc64/64bit-userland/use.mask, - +hardened/linux/powerpc/ppc64/64bit-userland/virtuals, - +hardened/linux/powerpc/ppc64/desktop/parent, - +hardened/linux/powerpc/ppc64/developer/parent, - +hardened/linux/powerpc/ppc64/make.defaults, - hardened/linux/powerpc/ppc64/parent, - +hardened/linux/powerpc/ppc64/server/parent, hardened/ppc/deprecated, - hardened/ppc64/deprecated, profiles.desc: - Update profiles, bug #344861 - hardened/linux/powerpc/ppc32 - hardened/linux/powerpc/ppc64/32bit-userland - hardened/linux/powerpc/ppc64/64bit-userland - - 14 Nov 2010; Samuli Suominen package.mask: - Lastrite sys-apps/slocate wrt #338380. - - 14 Nov 2010; Justin Lecher use.desc: - Added global USE lzma - - 14 Nov 2010; Alex Alexander package.mask: - masked the 4.6.3 qt-gui/qgtkstyle split - - 13 Nov 2010; Alexis Ballier package.mask: - last rites ptex - - 13 Nov 2010; Alexis Ballier arch/alpha/ChangeLog, - +arch/alpha/package.mask, arch/ia64/ChangeLog, +arch/ia64/package.mask, - arch/mips/ChangeLog, arch/mips/package.mask, arch/powerpc/ChangeLog, - arch/powerpc/package.mask, arch/s390/ChangeLog, arch/s390/package.mask, - arch/sh/ChangeLog, +arch/sh/package.mask, arch/sparc/ChangeLog, - arch/sparc/package.mask, arch/x86-fbsd/ChangeLog, - arch/x86-fbsd/package.mask, package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 13 Nov 2010; Anthony G. Basile - -hardened/linux/ia64/10.0/make.defaults, profiles.desc: - Updated profile description for hardened/linux/ia64, bug #344861 - - 13 Nov 2010; Anthony G. Basile - hardened/ia64/deprecated, +hardened/linux/ia64/10.0/deprecated, - +hardened/linux/ia64/10.0/desktop/deprecated, - hardened/linux/ia64/10.0/desktop/parent, - +hardened/linux/ia64/10.0/developer/deprecated, - hardened/linux/ia64/10.0/developer/parent, - hardened/linux/ia64/10.0/parent, - +hardened/linux/ia64/10.0/server/deprecated, - hardened/linux/ia64/10.0/server/parent, - -hardened/linux/ia64/2008.0/deprecated, - -hardened/linux/ia64/2008.0/desktop/deprecated, - -hardened/linux/ia64/2008.0/desktop/make.defaults, - -hardened/linux/ia64/2008.0/desktop/parent, - -hardened/linux/ia64/2008.0/developer/deprecated, - -hardened/linux/ia64/2008.0/developer/parent, - -hardened/linux/ia64/2008.0/make.defaults, - -hardened/linux/ia64/2008.0/parent, - -hardened/linux/ia64/2008.0/server/deprecated, - -hardened/linux/ia64/2008.0/server/parent, - +hardened/linux/ia64/desktop/parent, - +hardened/linux/ia64/developer/parent, +hardened/linux/ia64/make.defaults, - hardened/linux/ia64/parent, +hardened/linux/ia64/server/parent: - Updated hardened/linux/ia64 profiles, bug #344861 - - 11 Nov 2010; Michał Górny package.mask: - Mentioned app-portage/flaggie as an alternative to masked - app-portage/flagedit. - - 11 Nov 2010; Samuli Suominen package.mask: - Mask >=app-arch/tar-1.24 until #342983 is solved. - - 11 Nov 2010; Samuli Suominen package.mask: - Mask sys-apps/devicekit (next to previously masked devicekit-disks) wrt - #345123. - - 11 Nov 2010; Peter Volkov desc/xtables_addons.desc: - Added gradm match description. - - 11 Nov 2010; Torsten Veller package.mask: - Mask flagedit, profuse, libconf and config_confd for removal - - 10 Nov 2010; Alex Alexander package.mask: - unmasked Qt 4.7.1 - - 10 Nov 2010; Pawel Hajdan jr package.mask: - Remove p.mask entries for www-client/chromium-bin, it's reasonably tested - now. - - 10 Nov 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 09 Nov 2010; Alex Alexander package.mask: - Qt 4.7.1: masked for testing - - 09 Nov 2010; Torsten Veller package.mask: - Mask dev-perl/NetAddr-IP-4.035 (#343059) - - 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Delete entry for deleted dev-python/IcePy. - - 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Mask dev-python/csv. - - 08 Nov 2010; Krzysztof Pawlik package.mask: - Remove mask for =sys-apps/rng-tools-2-r2 - it has been removed. - - 08 Nov 2010; Markos Chandras package.mask: - Update qt-creator mask entry - - 08 Nov 2010; Christian Faulhammer package.mask: - Erlang 14A (aka dev-lang/erlang-14.1) is gone from the tree, so remove - mask entry - - 07 Nov 2010; Andreas K. Huettel package.mask: - Remove pmask of sci-chemistry/maxit and sci-chemistry/validation (gone - from tree) - - 07 Nov 2010; Panagiotis Christopoulos package.mask: - old cl packages removal: done, remove mask entries, wrt bug #337963 - - 07 Nov 2010; Samuli Suominen categories, - package.mask: - Removed dev-tinyos category as unmaintained. - - 07 Nov 2010; Alexis Ballier package.mask: - mask ocamlduce for ocaml 3.12 - - 07 Nov 2010; Alexis Ballier package.mask: - unmask ocamlnet - - 07 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Unmask Zope 2.13. - - 06 Nov 2010; Samuli Suominen package.mask: - Unmask AqBanking 5.x. - - 06 Nov 2010; Alex Alexander package.mask: - unmasked qt-4.7 - - 06 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-lang/toluapp to dev-lua/toluapp - - 05 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-util/luadoc to dev-lua/luadoc - - 05 Nov 2010; Pacho Ramos package.mask: - Mask gnome-base/gnome-volume-manager for removal. - - 05 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-libs/luafilesystem to dev-lua/luafilesystem - - 05 Nov 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask. - - 05 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-lang/luarocks to dev-lua/luarocks - - 05 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-libs/luasocket to dev-lua/luasocket - - 05 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-libs/luasec to dev-lua/luasec - - 05 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-libs/luaexpat to dev-lua/luaexpat. - - 05 Nov 2010; Rafael G. Martins updates/4Q-2010: - Moving dev-libs/luaevent-prosody to dev-lua/luaevent-prosody. - - 05 Nov 2010; Rafael G. Martins categories: - Added dev-lua category. - - 05 Nov 2010; Ricardo Mendoza package.mask: - net-misc/metacafe-dl is gone, remove from package.mask - - 05 Nov 2010; Markos Chandras package.mask: - Masking fail2ban revbump for testing - - 05 Nov 2010; Samuli Suominen package.mask: - Unmask what will be Xfce4 4.8.0 pre1. - - 05 Nov 2010; Markos Chandras package.mask: - Remove w3af entry - - 04 Nov 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask. - - 04 Nov 2010; Samuli Suominen package.mask: - Unmask latest synce-libsynce and orange for wine-doors. - - 04 Nov 2010; Samuli Suominen package.mask: - Lastrite app-pda/synce. - - 03 Nov 2010; Samuli Suominen package.mask: - Mask aqbanking, gwenhywfar and libchipcard until issues with gnucash and - kmymoney are resolved. - - 03 Nov 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 02 Nov 2010; Gilles Dartiguelongue package.mask: - Clean up old gnome bluetooth stack. - - 02 Nov 2010; Samuli Suominen package.mask: - Lastrite acer_acpi and acerhk. - - 01 Nov 2010; Markos Chandras package.mask: - Masking ncrack releases since they are in alpha stage - - 01 Nov 2010; Zac Medico package.mask: - Remove portage-2.2 from package.mask since we're now using a keywords mask - instead. This alleviates issues for cases like bug #336692 in which people - want to use profiles to unmask portage-2.2. - - 01 Nov 2010; Jim Ramsay package.mask: - Fixes to gkrellm-mailwatch allow me to unmask the -r1 version - - 01 Nov 2010; Alex Alexander package.mask: - qdevelop was bumped and its issues were fixed, removing mask/cancelling - removal. bug #338489 - - 31 Oct 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask. - - 31 Oct 2010; package.mask: - Remasked some packages while waiting for rekeywording of php:5.3 and - php:5.2 - - 31 Oct 2010; Andreas K. Huettel package.mask: - dev-tex/algorithms and dev-tex/achemso are gone, so remove package mask - - 31 Oct 2010; package.mask: - Removed masking of various PHP packages now ready for a broader audience - - 31 Oct 2010; Jim Ramsay package.mask: - gkrellm-bgchanger update to 0.1.10 fixed all currently reported QA issues, - so unmasking - - 31 Oct 2010; Samuli Suominen package.mask: - Unmask padevchooser wrt #341191, Comment #3. - - 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Mask dev-python/workingenv. - - 30 Oct 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask. - - 30 Oct 2010; Pacho Ramos package.mask: - Mask dev-cpp/gtkmm:2 for removal. - - 30 Oct 2010; Justin Lecher updates/4Q-2010: - Move sci-chemistry/msms to sci-chemistry/msms-bin - - 30 Oct 2010; Samuli Suominen package.mask: - Lastrite dev-tinyos -category and dev-scheme/sisc. - - 30 Oct 2010; Samuli Suominen package.mask: - Lastrite LinNeighborhood and mondo. - - 30 Oct 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 29 Oct 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask. - - 29 Oct 2010; Samuli Suominen package.mask: - Lastrite hmake and qdevelop. - - 29 Oct 2010; Peter Volkov package.mask: - Mask net-analyzer/tcpreplay 3.4.5 beta release - - 29 Oct 2010; Samuli Suominen package.mask: - Lastrite padevchooser, mplinuxman and freqtweak. - - 29 Oct 2010; Pawel Hajdan jr - base/package.use.mask: - Mask system-v8 USE flag for www-client/chromium. It's work in progress not - supported by upstream. - - 28 Oct 2010; Samuli Suominen package.mask: - Lastrite sys-apps/devicekit-disks. - - 28 Oct 2010; Gilles Dartiguelongue package.mask: - Add masked tracker development series. - - 28 Oct 2010; Samuli Suominen package.mask: - Lastrite app-emulation/vmware-dsp. - - 28 Oct 2010; Sébastien Fabbro package.mask: - Masked sci-libs/csparse for removal - - 28 Oct 2010; Samuli Suominen package.mask: - Mask obsolete networkmanager wrt #340329. - - 27 Oct 2010; Gilles Dartiguelongue package.mask: - Add gnome-pilot stuff to gnome 2.32 mask. - - 27 Oct 2010; Hanno Boeck license_groups: - Add bea.ri.jsr173 license to MISC-FREE license group. - - 27 Oct 2010; Bernard Cafarelli package.mask: - Mask www-client/chromium dev channel release. - - 27 Oct 2010; Jeremy Olexa thirdpartymirrors: - Use top tier for mirror://gentoo, bug 307683 - - 27 Oct 2010; package.mask: - Mask Asterisk 1.8 branch; it is the bleeding edge. - - 26 Oct 2010; Jeremy Olexa package.mask: - Add text to tar mask comments - - 26 Oct 2010; Markos Chandras package.mask: - Masking kmess-9999 - - 26 Oct 2010; Samuli Suominen package.mask: - Mask dev-python/PyAmanith and media-libs/amanith wrt #149150, #193595 and - #239569. - - 26 Oct 2010; Samuli Suominen package.mask: - Mask broken =app-arch/tar-1.24 release wrt #342735. - - 26 Oct 2010; package.mask: - Mask clutter-1.4 till libraries/applications using it are ported - - 25 Oct 2010; Jeroen Roovers package.mask: - Mask dev-libs/libnl-2* (bug #342461). - - 24 Oct 2010; Vlastimil Babka package.mask: - Mask gcj-jdk-4.5 together with gcc. - - 24 Oct 2010; Alexis Ballier package.mask: - mask TeX Live 2010 for testing and keywording - - 24 Oct 2010; Samuli Suominen use.desc: - New global USE flag "udev". - - 23 Oct 2010; Markos Chandras package.mask: - Extend the removal deadline to 30 days per request - - 23 Oct 2010; Samuli Suominen package.mask: - Lastrite media-tv/v4l2-ctl and media-tv/ivtv-utils wrt #333291. - - 23 Oct 2010; Markos Chandras package.mask: - Masking media-video/elltube for removal - - 23 Oct 2010; Diego E. Pettenò package.mask: - Masking media-libs/capseo for QA removal. - - 23 Oct 2010; Torsten Veller package.mask: - Mask app-text/cabocha, app-text/yamcha, sci-misc/tinysvm for removal (#299983) - - 22 Oct 2010; Gilles Dartiguelongue package.mask: - Update gnome 2.32 mask. - - 22 Oct 2010; default/linux/make.defaults: - Moved the previously entered block a few lines down so that it will not be - overridden by the following USE= line - - 22 Oct 2010; Bernard Cafarelli package.mask: - Mask www-client/chromium dev channel release. - - 22 Oct 2010; Diego E. Pettenò package.mask: - Masking sys-fs/dd-rhelp for QA removal. - - 22 Oct 2010; Diego E. Pettenò package.mask: - Masking www-apache/mod_httpbl for QA removal. - - 21 Oct 2010; Gilles Dartiguelongue package.mask: - Add gnome-extra/nautilus-sendto to gnome 2.32 mask - - 21 Oct 2010; Gilles Dartiguelongue package.mask: - Added net-wireless/gnome-bluetooth to gnome 2.32 mask - - 21 Oct 2010; base/make.defaults: - Fixed a rather embarassing typo - - 21 Oct 2010; default/bsd/fbsd/make.defaults, - default/linux/make.defaults: - Reinserting the USE flags that are used by other packages than PHP - - 21 Oct 2010; Hanno Boeck license_groups: - Add PHP-2.02, CNRI and Clarified-Artistic to appropriate license groups. - - 21 Oct 2010; Jeroen Roovers package.mask: - Mask Opera 11. - - 21 Oct 2010; Diego E. Pettenò package.mask: - Masking media-plugins/vdr-audiorecorder for QA removal. - - 21 Oct 2010; Torsten Veller package.mask: - Drop the dev-perl/DateManip-6 mask. 5.xx is fully integrated into 6 - - 21 Oct 2010; Sebastian Pipping package.mask: - Unmask dev-util/gprof2dot as it is no longer a live ebuild - - 20 Oct 2010; Hanno Boeck license_groups: - Add IPAfont to OSI approved licenses. - - 20 Oct 2010; Gilles Dartiguelongue package.mask: - Add net-misc/vino to gnome 2.32 mask - - 20 Oct 2010; Gilles Dartiguelongue package.mask: - Add x11-terms/gnome-terminal to gnome 2.32 mask. - - 19 Oct 2010; Ole Markus With - default/bsd/fbsd/make.defaults, default/linux/make.defaults: - PHP ebuilds now make use of default USE flags. No longer any point in enabling - them by default in make.defaults. - - 19 Oct 2010; Andreas K. Huettel license_groups: - Added libertas-fw to license group BINARY-REDISTRIBUTABLE, ok'ed by - robbat2 - - 19 Oct 2010; Diego E. Pettenò arch/sparc/use.mask, - base/use.mask, default/bsd/use.mask: - Mask kqueue USE flag on non-BSD; cleanup i?pf-transparent masking. - - 18 Oct 2010; Tomáš Chvátal package.mask: - Remove obsolete treeclean p.mask entries. - - 18 Oct 2010; Samuli Suominen package.mask: - Mask virtual/glut. Use media-libs/freeglut instead. - - 18 Oct 2010; Justin Lecher package.mask: - Unmasked sci-visualisation/qtiplot again - - 17 Oct 2010; Diego E. Pettenò package.mask: - Masking net-analyzer/sara for QA removal. - - 17 Oct 2010; Diego E. Pettenò package.mask: - Masking app-forensics/tct for QA removal. - - 17 Oct 2010; Markos Chandras package.mask: - Masking qbittorrent-2.5.0 beta releases - - 17 Oct 2010; Ulrich Mueller package.mask: - Remove mask for app-emacs/gnus, package has been removed. - - 17 Oct 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask - - 17 Oct 2010; Diego E. Pettenò package.mask: - Mask two more gkrellm plugins for removal. All plugins checked now and - these are all those with a broken gdk_string_width or overflows that I - have been able to find. - - 17 Oct 2010; Justin Lecher package.mask: - Masked sci-visualization/qtiplot as I broke it - - 17 Oct 2010; Markos Chandras package.mask: - Masking experimental releases of libfm and pcmanfm - - 15 Oct 2010; Andreas K. Huettel package.mask: - Removed package mask of koffice-2.2.2 - - 15 Oct 2010; Diego E. Pettenò package.mask: - Masking x11-plugins/gkrellm-timers for QA removal. - - 15 Oct 2010; Diego E. Pettenò package.mask: - Remove masking for packages now deleted. - - 15 Oct 2010; Christian Faulhammer package.mask: - mask dev-tex/mpm for removal - - 15 Oct 2010; Christian Faulhammer package.mask: - drop mask for mail-client/claws-mail-gtkhtml by user request in bug - 221925, all stable keywords have been dropped - - 13 Oct 2010; Gilles Dartiguelongue base/package.use.mask: - Mask vala USE flag from net-libs/telepathy-glib. - - 13 Oct 2010; Bernard Cafarelli package.mask: - Mask new libobjc2 package, some gnustep-base packages still need to - support it - - 13 Oct 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 13 Oct 2010; Markus Meier package.mask: - remove libpano13/hugin mask, final versions in tree - - 12 Oct 2010; Pacho Ramos package.mask: - Update Gnome 2.32 mask. - - 12 Oct 2010; Ulrich Mueller package.mask: - Mask x11-libs/openmotif-compat for removal. - - 11 Oct 2010; Andreas K. Huettel package.mask: - Removed package mask of dev-tex/latex-beamer-3.10 - - 10 Oct 2010; Mark Loeser package.mask: - Mask maxit as it depends on validation, which is also masked - - 10 Oct 2010; Ulrich Mueller updates/2Q-2008: - Remove old slotmove for x11-libs/openmotif, in order to prepare for - package move from openmotif-compat to openmotif:2.2. - - 09 Oct 2010; Pacho Ramos package.mask: - Start Gnome 2.32 mask, here will more packages be added when I have time - for bumping and testing them. - - 09 Oct 2010; Pacho Ramos package.mask: - Mask app-text/gnome-spell for removal. - - 08 Oct 2010; Ole Markus With - base/make.defaults,desc/php_targets.desc: - Added PHP_TARGETS to USE_EXPAND - - 08 Oct 2010; Ole Markus With package.mask: - Masked dev-php/pecl-memcache-3.0.5-r1 for testing - - 08 Oct 2010; Robin H. Johnson package.mask: - Mask sys-libs/db-5.1 for testing. - - 08 Oct 2010; Jeroen Roovers package.mask: - Unmask opera 10.63. - - 07 Oct 2010; Tim Harder package.mask: - Remove mask for development version of media-sound/solfege that is no - longer in the tree. - - 07 Oct 2010; Samuli Suominen package.mask: - Mask kde-base/policykit-kde and sys-auth/policykit-qt for removal. - - 07 Oct 2010; Pacho Ramos package.mask: - Mask dev-dotnet/ant-dotnet for removal. - - 07 Oct 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 06 Oct 2010; Gilles Dartiguelongue package.mask: - Add dev-lang/vala:0.12 to glib-2.26 mask. - - 06 Oct 2010; Theo Chatzimichos updates/4Q-2010: - add slotmove for app-dicts/dikt so we can get rid of the block in the - ebuild - - 06 Oct 2010; Ole Markus With - Mask ebuilds related to minor version slotted ebuilds of PHP - - 06 Oct 2010; Jorge Manuel B. S. Vicetto - package.mask: - Dropped ~media-sound/amarok-2.3.2 mask now that the ebuilds for mariadb - and mysql with support for the shared lib libmysqld have been added to the - tree. - - 05 Oct 2010; Alexey Shvetsov package.mask: - Mask KDE SC 4.5.2 - - 05 Oct 2010; Jeroen Roovers package.mask: - Mask www-client/opera-10.63_pre6447. - - 04 Oct 2010; Justin Lecher +updates/4Q-2010: - Moving slots: =media-libs/libchamplain-0.8.0 from 0.6 to 0.8 - - 04 Oct 2010; Ricardo Mendoza package.mask: - Mask net-misc/metacafe-dl for removal. - - 04 Oct 2010; Diego E. Pettenò package.mask: - Add dev-java/jsr305 to the list of packages using live ebuilds. - - 04 Oct 2010; Diego E. Pettenò package.mask: - Masking dev-util/autotoolset for QA removal. - - 03 Oct 2010; Andreas K. Huettel package.mask: - Masked =dev-tex/latex-beamer-3.10 temporarily until overlap with - dev-tex/translator is sorted out - - 02 Oct 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Mask dev-python/IcePy. - - 02 Oct 2010; Andreas K. Huettel package.mask: - Masking sci-chemistry/validation for removal in 30 days. Does not - build, upstream is dead. - - 02 Oct 2010; Fabian Groffen package.mask: - drop mask for mutt-1.5.21, it's no longer in the tree, and a fixed -r1 - exists - - 02 Oct 2010; Diego E. Pettenò package.mask: - Masking net-nntp/nntpswitch for QA removal. - - 01 Oct 2010; Luca Barbato package.mask: - ati-drivers beta version, has known issues - - 01 Oct 2010; Rafael G. Martins package.mask: - Masking sci-electronics/kicad live ebuild. - - 01 Oct 2010; Diego E. Pettenò package.mask: - Masking app-doc/heirloom-doctools for QA removal. - - 01 Oct 2010; Diego E. Pettenò package.mask: - Masking app-i18n/fcitx for QA removal. - - 01 Oct 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 01 Oct 2010; Pawel Hajdan jr package.mask: - Unmask www-client/chromium beta channel release (7.0.517.24). Remove - p.mask entries for package versions no longer in the tree. - - 30 Sep 2010; Andreas K. Huettel package.mask: - Mask dev-tex/algorithms for removal (obsolete) - - 30 Sep 2010; Diego E. Pettenò package.mask: - Masking net-p2p/ed2k-gtk-gui for QA removal. - - 30 Sep 2010; Arun Raghavan package.mask: - Remove mask for development versions of Banshee that are no longer in - tree. - - 30 Sep 2010; Michał Januszewski package.mask: - Remove mask on CUDA 3.1. - - 30 Sep 2010; Pacho Ramos package.mask: - Mask net-libs/libtelepathy for removal and fix cohoba package.mask message - (He is Tester, not 'Peper'). - - 29 Sep 2010; Pacho Ramos package.mask: - Mask net-voip/cohoba for removal. - - 29 Sep 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 28 Sep 2010; Tim Harder package.mask: - Mask development releases of media-sound/solfege. - - 27 Sep 2010; Diego E. Pettenò package.mask: - Masking net-p2p/edonkey for QA removal. - - 27 Sep 2010; Diego E. Pettenò package.mask: - Unmask lxc; remove obsolete mask on opensync. - - 27 Sep 2010; Diego E. Pettenò package.mask: - Remove masking for removed packages. - - 27 Sep 2010; Diego E. Pettenò package.mask: - Masking app-benchmarks/xfbsuite for QA removal. - - 27 Sep 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 26 Sep 2010; Jeroen Roovers thirdpartymirrors: - Remove bad mirrors. - - 26 Sep 2010; Andreas K. Huettel package.mask: - Masked dev-tex/achemso for removal (obsolete) - - 26 Sep 2010; Markos Chandras package.mask: - Masking qt-creator-2.0.1 because of masked Qt-4.7 - - 26 Sep 2010; Mart Raudsepp profiles.desc: - Fix x86-cygwin profiles.desc entries typo - - 26 Sep 2010; Joerg Bornkessel package.mask: - media-plugins/vdr-graphtft-0.1.21_alpha-r1 masked for removel - - 26 Sep 2010; Tomáš Chvátal base/make.defaults: - Add new GPSD_PROTOCOLS to make.defaults. - - 26 Sep 2010; Tomáš Chvátal - +desc/gpsd_protocols.desc: - Add new gpsd_protocols desc file for gpsd ebuild. - - 26 Sep 2010; Fabian Groffen profiles.desc: - Add x86-cygwin keyword/profile for Prefix - - 25 Sep 2010; Andreas K. Huettel package.mask: - Masked koffice-2.2.2 until keywords are sorted out. - - 25 Sep 2010; Samuli Suominen package.mask: - Mask quanta-docs and qucs for removal. - - 25 Sep 2010; package.mask: - Add polkit and polkit-gnome to the gtk+/glib mask - - 24 Sep 2010; package.mask: - Add librsvg to the gtk+-2.22 mask - - 24 Sep 2010; Pacho Ramos package.mask: - Mask net-wireless/bluez-gnome for removal and update emul mask. - - 24 Sep 2010; package.mask: - Mask new versions of glib/gtk etc - - 23 Sep 2010; Jeroen Roovers - targets/desktop/gnome/package.use: - Move from sys-apps/parted to sys-block/parted thanks to DEMAINE - Benoît-Pierre, aka DoubleHP (bug #338358). - - 22 Sep 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Delete entries for dev-python/clientform and dev-python/numarray, which - have been deleted. - - 22 Sep 2010; Samuli Suominen package.mask: - Mask xfce4-vala because of deprecated exo, libxfce4menu and vala support. - - 22 Sep 2010; package.mask: - Mask net-wireless/gnome-bluetooth:0 and net-wireless/libbtctl for removal - - 21 Sep 2010; Theo Chatzimichos package.mask: - Mask Qt 4.7.0, it will be unmasked as soon as it is tinderboxed - - 21 Sep 2010; Jeremy Olexa package.mask: - Remove entries for removed packages (treecleaners) - - 20 Sep 2010; Arfrever Frehtes Taifersar Arahesis - base/package.use.mask, package.mask: - Unmask 4Suite and reverse dependencies. - - 20 Sep 2010; Panagiotis Christopoulos package.mask: - Minor fixes in my previous commit, let's hope the last - - 20 Sep 2010; Panagiotis Christopoulos package.mask: - Change 25 unversioned masks to 45 versioned cause these packages also - exist in the lisp overlay and unversioned masks mask also overlay's - ebuilds - - 20 Sep 2010; Gilles Dartiguelongue updates/3Q-2010: - Slotmove >=dev-lang/vala-0.9.5 to 0.10, bug #338067. - - 20 Sep 2010; Ryan Hill package.mask: - Revert media-fonts/cronyx-fonts mask. - - 19 Sep 2010; Ryan Hill package.mask: - Mask media-fonts/cronyx-fonts for removal. - - 18 Sep 2010; Panagiotis Christopoulos package.mask: - Remove the tinyurl link from my yesterday's commit and place instead bug - number, after jer's suggestion in gentoo-dev ml - - 18 Sep 2010; Alin Năstac package.mask: - Unmask net-misc/openswan-2.6. - - 18 Sep 2010; Samuli Suominen package.mask: - Unmask sys-apps/dbus-1.4.0, tested functional with several consumers, - including Xfce4, KDE, X.org, polkit, consolekit, gvfs, upower and udisks. - - 17 Sep 2010; Panagiotis Christopoulos package.mask: - Mask various old common-lisp packages in order to cleanup the herd a bit. - - 17 Sep 2010; Fabian Groffen package.mask: - Mask upcoming mutt-1.5.21 because of missing USE=sidebar - - 17 Sep 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 17 Sep 2010; Tomáš Chvátal package.mask: - Mask x11-drivers/xf86-video-radeonhd - - 17 Sep 2010; Ryan Hill package.mask: - Drop mask for removed packages. - - 16 Sep 2010; Theo Chatzimichos - base/package.use.mask: - Mask ayatana USE flag, as its deps aren't in good shape - - 16 Sep 2010; Vlastimil Babka package.mask: - Remove mask for sun-jdk-1.5 and jmp which were removed. - - 15 Sep 2010; Pacho Ramos package.mask: - Mask new emul-linux-x86-opengl version for ~arch and overlay users. - - 14 Sep 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 14 Sep 2010; Chris PeBenito base/package.mask, - package.mask, +selinux/parent: - Fix up SELinux profile issues from #336692. Move maskings out of global - package.mask to base/package.mask and inerit that profile in SELinux - profile. - - 13 Sep 2010; Ulrich Mueller package.mask: - Mask app-emacs/gnus for removal. - - 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis - package.mask: - Mask Zope 2.13 and 3. - - 13 Sep 2010; Diego E. Pettenò package.mask: - Add gprof2dot to the list of masked ebuilds for fetching live data. - - 13 Sep 2010; Pacho Ramos package.mask: - Mask x11-libs/gtkscintilla2 for removal. - - 13 Sep 2010; Pacho Ramos package.mask: - Mask x11-libs/diacanvas for removal, bug #276918 - - 12 Sep 2010; Tobias Heinlein package.mask: - Masked pidgin-knotify, bug #336916 - - 12 Sep 2010; Markos Chandras package.mask: - sys-apps/ivman has been removed - - 12 Sep 2010; Pacho Ramos package.mask: - Mask app-accessibility/gnopernicus for removal. - - 12 Sep 2010; Pacho Ramos package.mask: - Mask dev-libs/phlib for removal. - - 12 Sep 2010; Theo Chatzimichos package.mask: - Remove KDE 4.5.1 mask from profiles/package.mask, it is now in - base/package.mask, bug 336692 - - 11 Sep 2010; Tomáš Chvátal package.mask: - remove obsolete masks. - - 11 Sep 2010; Tomáš Chvátal package.mask: - Mask x11-drivers/linuxwacom for removal. - - 11 Sep 2010; Theo Chatzimichos +base/package.mask: - Add KDE 4.5.1 in base/package.mask - - 11 Sep 2010; Patrick Lauer package.mask: - Dropping dovecot 2 mask - - 11 Sep 2010; Christian Birchinger package.mask: - Mask media-plugins/audacious-xosd - - 09 Sep 2010; Markos Chandras package.mask: - Unmask qbittorrent-2.4.0 - - 09 Sep 2010; Samuli Suominen package.mask: - Mask =sys-auth/consolekit-0.4.2 wrt #336634. - - 09 Sep 2010; Jeroen Roovers thirdpartymirrors: - Remove non-replicating mirror. - - 09 Sep 2010; Diego E. Pettenò package.mask: - Remove masks for packages removed from tree. - - 09 Sep 2010; Ulrich Mueller package.mask: - Unmask sys-auth/pam_skey-1.1.5-r2. - - 09 Sep 2010; Theo Chatzimichos - +arch/amd64/package.mask, arch/x86/package.mask: - Unmask KDE 4.5.1 on amd64/x86 - Permission to touch package.mask files granted by cla on IRC - - 08 Sep 2010; Tomáš Chvátal - base/package.use.mask, package.mask: - Unmask cairo-1.10.0 and mask its drm useflag. - - 08 Sep 2010; Tomáš Chvátal - base/package.use.mask: - Mask gallium useflag on cairo. - - 08 Sep 2010; Ulrich Mueller package.mask: - Mask sys-auth/pam_skey-1.1.5-r2 for testing. - - 08 Sep 2010; Theo Chatzimichos package.mask: - Unmask knetworkmanager - - 08 Sep 2010; Torsten Veller package.mask: - Remove faulty perl mask - - 08 Sep 2010; Jeroen Roovers updates/3Q-2010: - Move from media-video/nvclock to sys-power/nvclock. - - 07 Sep 2010; Kacper Kowalik package.mask: - Mask x11-misc/lightdm until fully tested. - - 07 Sep 2010; Torsten Veller package.mask: - Mask perl-5.12.2 for bugs #331113, #328793, #335213 - - 06 Sep 2010; Diego E. Pettenò package.mask: - Mask libdrizzle as it's merged in main drizzle now. - - 05 Sep 2010; Theo Chatzimichos package.mask: - Mask KDE 4.5.1 until it is fully committed - - 05 Sep 2010; Ryan Hill use.desc: - Drop unused wxwindows flag. - - 03 Sep 2010; Diego E. Pettenò package.mask: - Remove mask for removed packages. - - 02 Sep 2010; Jim Ramsay package.mask: - Removed x11-plugins/gkrellm-hddtemp - - Also noticed an old unneeded entry for net-misc/amazonmp3-libcompat - - - 02 Sep 2010; Christian Faulhammer package.mask: - dev-vcs/bzr-gtk has been bumped, so dev-vcs/bzr 2.2.0 can be unmasked - - 02 Sep 2010; Pacho Ramos package.mask: - Drop old masks - - 02 Sep 2010; Pacho Ramos package.mask: - Mask smooth stuff for removal, see bug 330181 - - 02 Sep 2010; Sebastian Pipping package.mask: - Remove mask for just-removed media-libs/freeverb3-2.5.5-r1 - - 01 Sep 2010; Sebastian Pipping package.mask: - Mask upcoming libdvdread/dvdbackup bumps - - 31 Aug 2010; Markos Chandras package.mask: - Masking w3af for QA cleanup - - 31 Aug 2010; Markos Chandras package.mask: - pygoogle has been removed from tree - - 31 Aug 2010; Arun Raghavan package.mask: - Update media-sound/banshee mask to current unstable version. - - 31 Aug 2010; Diego E. Pettenò package.mask: - Masking sys-auth/pam_pwdfile for QA removal. - - 30 Aug 2010; Gilles Dartiguelongue desc/cameras.desc: - Clean up and update cameras.desc. - - 30 Aug 2010; Diego E. Pettenò package.mask: - Masking net-misc/omnievents for QA removal. - - 30 Aug 2010; Diego E. Pettenò package.mask: - Masking net-mail/ixbiff for QA removal. - - 30 Aug 2010; Diego E. Pettenò package.mask: - Masking sys-apps/stat for QA removal. - - 30 Aug 2010; Torsten Veller package.mask: - Mask dev-lang/perl-5.12.1-r2 for testing per bug 335213 - - 29 Aug 2010; Pawel Hajdan jr package.mask: - Mask experimental www-client/chromium-bin build. - - 29 Aug 2010; Gilles Dartiguelongue package.mask: - dev-libs/gnome-build removed from tree, see #327593. - - 28 Aug 2010; Diego E. Pettenò package.mask: - Masking sys-devel/omni for QA removal. - - 27 Aug 2010; Robin H. Johnson license_groups: - Bug #333143: Add "kilgard" license for media-libs/mesa Debian DFSG debate. - - 27 Aug 2010; Diego E. Pettenò package.mask: - Masking dev-libs/pcl for QA removal. - - 26 Aug 2010; Markos Chandras package.mask: - Masking qbittorrent-2.4.0 - - 26 Aug 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 25 Aug 2010; Markus Meier package.mask: - remove media-gfx/inkscape-0.48 mask the final version is in tree now - - 25 Aug 2010; Diego E. Pettenò package.mask: - Masking app-i18n/imhangul-status-applet for QA removal. - - 25 Aug 2010; Diego E. Pettenò - base/package.use.mask, package.mask: - Masking dev-python/4suite for QA removal. - - 24 Aug 2010; Jonathan Callen package.mask: - Masking >=dev-libs/gobject-introspection-0.9.3 until everything else is - ported to work with it. - - 24 Aug 2010; Diego E. Pettenò package.mask: - Masking net-fs/samba-libs for QA removal. - - 24 Aug 2010; Torsten Veller package.mask: - Remove obsolete app-misc/gwine mask - - 23 Aug 2010; Samuli Suominen - targets/desktop/package.use: - Enable some Xfce4 plugins by default. - - 23 Aug 2010; Samuli Suominen - +desc/xfce_plugins.desc: - Commit .desc file for XFCE_PLUGINS expand. - - 23 Aug 2010; Magnus Granberg base/package.use.mask, - default/linux/package.use.mask: - Undo the hardened USE move #280413 - - 23 Aug 2010; Magnus Granberg base/package.use.mask, - default/linux/package.use.mask: - Move hardened to base/package.use.mask #280413 - - 22 Aug 2010; Diego E. Pettenò package.mask: - Remove obsolete mask. - - 21 Aug 2010; Diego E. Pettenò package.mask: - Remove unneeded masks. - - 21 Aug 2010; Mike Frysinger package.mask: - Give ferrisloki/fampp2 a reprieve. - - 21 Aug 2010; Samuli Suominen package.mask: - Mask ferrisloki, stldb4, fampp2 and libferrisstreams for removal. - - 21 Aug 2010; Markos Chandras package.mask: - Masking beta and rc releases of qbittorrent - - 20 Aug 2010; Samuli Suominen package.mask: - Mask pkgs from treecleaners/QA queue. - - 20 Aug 2010; Pawel Hajdan jr package.mask: - Mask new www-client/chromium-bin experimental build. - - 20 Aug 2010; Jeroen Roovers updates/3Q-2010: - Move from sys-apps/parted to sys-block/parted. - - 19 Aug 2010; Mike Frysinger info_pkgs: - Add make to --info reported pacages since 3.82 introduces backwards compat - issues. - - 19 Aug 2010; Bernard Cafarelli package.mask: - Clean last rites entries from bugs #318137, #327371, #327389 - - 19 Aug 2010; Christian Faulhammer package.mask: - mask mail-client/claws-mail-gtkhtml for removal - - 19 Aug 2010; Markos Chandras package.mask: - Masking qbittorrent beta releases - - 18 Aug 2010; Alex Legler package.mask: - Mask dev-lang/ruby-1.8.6* because it fails to install with the latest - stable versions of OpenSSL and Tk. - - 18 Aug 2010; Diego E. Pettenò - base/package.use.force, package.mask: - Add another Ruby virtual with four versions. - - 18 Aug 2010; Mike Frysinger package.mask: - Unmask xfsprogs #311109. - - 17 Aug 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 17 Aug 2010; Pawel Hajdan jr package.mask: - Mask experimental chromium-bin-5.0.375.125. - - 16 Aug 2010; Markos Chandras package.mask: - Unmask qbittorrent-2.3.0 - - 15 Aug 2010; Christian Faulhammer - +default/linux/x86/10.0/developer/make.defaults: - added gnu hash style to LDFLAGS for x86 developer profile, so - not-respected LDFLAGS are found more easily - - 14 Aug 2010; Alin Năstac package.mask: - Unmask net-dialup/ppp-2.4.5. - - 13 Aug 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 13 Aug 2010; Jeroen Roovers package.mask: - Remove www-client/opera-10.11 mask now that it is gone (bug #326571). - - 13 Aug 2010; Hans de Graaff package.mask: - Mask dev-ruby/palmtree for removal. - - 13 Aug 2010; Diego E. Pettenò - base/package.use.force, package.mask: - Add support for a new-style ruby-ssl virtual needed when the OpenSSL - bindings are required by Ruby code. - - 13 Aug 2010; Ryan Hill package.mask: - Mask app-crypt/wxchecksums and media-gfx/zphoto for removal. - - 12 Aug 2010; Markos Chandras - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Masking media-tv/huludesktop on amd64/no-multilib. Thanks to Mr_Bones for - reporting - - 12 Aug 2010; Harald van Dijk base/package.use.mask: - Unmask app-editors/nvi tcl flag, as tcl 8.5 has long been available now - - 12 Aug 2010; Markos Chandras package.mask: - Masking ivman. Bug #257058 - - 12 Aug 2010; Peter Volkov desc/xtables_addons.desc: - Added checksum use flag description for xtables_addons use expanded - variable. - - 11 Aug 2010; Tiziano Müller package.mask: - Added some more packages needed for spice to package.mask. - - 11 Aug 2010; Tiziano Müller package.mask: - Masked opennebula, spice and spiced qemu-kvm for testing. - - 10 Aug 2010; Diego E. Pettenò package.mask: - Masking app-admin/webmin for QA removal. - - 10 Aug 2010; Diego E. Pettenò package.mask: - Masking sys-apps/gluelog for QA removal. - - 10 Aug 2010; Alexey Shvetsov package.mask: - Unmask KDE SC 4.5.0 since it was released - - 10 Aug 2010; Christian Faulhammer package.mask: - Mask for new Bazaar release - - 09 Aug 2010; Diego E. Pettenò package.mask: - Mask pam_userdb. - - 09 Aug 2010; Peter Volkov package.mask: - Unmask mail-client/drac, I'll maintain it. - - 08 Aug 2010; Alin Năstac package.mask: - P.mask net-dialup/ppp-2.4.5 - - 07 Aug 2010; Alin Năstac package.mask: - Unmask net-proxy/squid-3.1 branch. - - 06 Aug 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 06 Aug 2010; Diego E. Pettenò package.mask: - Masking mail-filter/bsfilter for QA removal. - - 06 Aug 2010; Tiziano Müller - desc/nginx_modules_http.desc: - Added NGINX_MODULES_HTTP:cache_purge USE flag for nginx. - - 05 Aug 2010; Joe Peterson package.mask: - Remove masking of media-sound/squeezecenter (removed from tree, bug - #287257) - - 05 Aug 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 05 Aug 2010; Samuli Suominen use.desc: - Remove unused USE="krb4" from use.desc. - - 05 Aug 2010; Jim Ramsay package.mask: - Removed net-misc/amazonmp3[-libcompat] as promised - - 04 Aug 2010; Markos Chandras package.mask: - Fix the dates on latest entries - - 04 Aug 2010; Justin Lecher package.mask: - dev-libs/excelformat removed from tree - - 03 Aug 2010; Markos Chandras - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Masking media-video/tsmuxer for 64bit no-multilib profiles - - 03 Aug 2010; Jeremy Olexa thirdpartymirrors: - Add pypi mirrors as requested in bug 331109 by LiuCougar - - 03 Aug 2010; Markos Chandras package.mask: - Masking mail-client/drac per bug #280933 - - 03 Aug 2010; Jeroen Roovers package.mask: - Readd www-client/opera-10.70 mask. - - 03 Aug 2010; Jeroen Roovers package.mask: - Remove www-client/opera-10.70 mask. - - 03 Aug 2010; Alexis Ballier package.mask: - mask new type-conv as it depends on pmasked ocaml - - 03 Aug 2010; Diego E. Pettenò package.mask: - Mask breaking-backports. - - 02 Aug 2010; Jeremy Olexa package.mask: - cleanup non-existent - - 02 Aug 2010; package.mask: - Remove mask for Audacious 2.4 alpha releases, they are gone from the tree. - - 01 Aug 2010; Sergei Trofimovich package.mask: - Masked dev-lang/hugs98 (bug #303665) for removal. - - 31 Jul 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 29 Jul 2010; Alexey Shvetsov package.mask: - Mask KDE SC 4.5.0 - - 28 Jul 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 28 Jul 2010; Markos Chandras package.mask: - Fix the date on the previous commit - - 28 Jul 2010; Markos Chandras package.mask: - Masking qbittorrent-2.3.0 - - 27 Jul 2010; Jim Ramsay package.mask: - Lastrite: x11-plugins/gkrellm-hddtemp - - 27 Jul 2010; Diego E. Pettenò package.mask: - Masking net-misc/xrdp for QA removal. - - 27 Jul 2010; Jeremy Olexa package.mask: - Add libxfce4util-4.7.2 to the xfce masking block, bug 330005 - - 26 Jul 2010; Jim Ramsay package.mask: - Lastrite: net-misc/amazonmp3 - - 26 Jul 2010; Samuli Suominen - default/linux/make.defaults, targets/developer/make.defaults: - Move -Wl,--as-needed from developer profile to default. - - 26 Jul 2010; Christian Faulhammer package.mask: - Remove mask entry for x11-misc/gaia, is gone from the tree - - 26 Jul 2010; Kacper Kowalik package.mask: - Remove sci-geosciences/vis5d+ mask - - 26 Jul 2010; Sebastian Pipping package.mask: - Mask upcoming =media-libs/freeverb3-2.5.5-r1 - - 25 Jul 2010; Pawel Hajdan jr package.mask: - Hard mask new experimental package dev-lang/v8. - - 25 Jul 2010; Samuli Suominen package.mask: - Lastrite GTK+-1.2 consumers: smurf, swami, soundtracker and surf. - - 24 Jul 2010; Torsten Veller package.mask: - Remove dev-perl/Data-Alias, dev-perl/DBD-SQLite2, dev-perl/perlmenu, - dev-perl/Net-XWhois - - 24 Jul 2010; Torsten Veller package.mask: - Mask app-misc/gwine for removal - - 24 Jul 2010; Anthony G. Basile - hardened/package.mask: - Unmasked sys-kernel/hardened-sources-2.6.34* Bug #328275 fixed. - - 24 Jul 2010; Hans de Graaff package.mask: - Removed dev-ruby/amrita from tree. - - 22 Jul 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 21 Jul 2010; package.mask: - Remove masking of obsolete Asterisk packages now that they are removed - from the tree. Bug #298682, #299338, #312433, #313663, #316365 & #316761. - - 21 Jul 2010; Luca Barbato package.mask: - Mask media-libs/shivavg - - 21 Jul 2010; Jeroen Roovers package.mask: - Mask =net-ftp/lftp-4.0.9.1. - - 20 Jul 2010; Torsten Veller license_groups: - Add CC0-1.0-Universal to MISC-FREE (#326085) - - 18 Jul 2010; Markus Meier package.mask: - mask hugin beta versions for testing (needs masked libpano13) - - 18 Jul 2010; Daniel Black package.mask: - mask app-admin/kedpm for removal - - 18 Jul 2010; Daniel Black package.mask: - mask app-cdr/sync2cd for removal - - 17 Jul 2010; Hans de Graaff package.mask: - Mask testunit-mock for removal. - - 16 Jul 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 15 Jul 2010; Torsten Veller package.mask: - Unmask perl-5.12.1 - - 15 Jul 2010; package.mask: - remove seamonkey-bin from p.mask - - 14 Jul 2010; Anthony G. Basile ChangeLog, - hardened/package.mask: - Mask =sys-kernel/hardened-sources-2.6.34 Bug #328275 - - 13 Jul 2010; Jeroen Roovers package.mask: - Mask net-analyzer/net-snmp-5.5 (bug #317325) for now. - - 13 Jul 2010; Pacho Ramos arch/powerpc/ChangeLog, - arch/powerpc/ppc32/package.use.mask: - Mask slideshow media-gfx/gthumb USE flag until bug 318691 is fixed. - - 13 Jul 2010; Markus Duft profiles.desc: - added missing profile descriptions for prefix interix/winnt 6.1 profiles. - - 12 Jul 2010; Pacho Ramos package.mask: - Also mask dev-dotnet/nautilusburn-sharp, thanks to Mr. Bones for - reporting. - - 12 Jul 2010; Chí-Thanh Christopher Nguyễn - base/package.use.mask: - mask USE=lirc for gnash snapshot - - 12 Jul 2010; Pacho Ramos package.mask: - Mask eel and nautilus-cd-burner stuff for removal. - - 12 Jul 2010; Samuli Suominen - default/linux/make.defaults, targets/developer/make.defaults: - Stop using ${LDFLAGS} inside LDFLAGS="" because of dev-libs/boost-build - and whitespace. - - 11 Jul 2010; Samuli Suominen - default/linux/make.defaults, targets/developer/make.defaults: - Change LD_AS_NEEDED which got rejected by binutils upstream to plain - LDFLAGS based -Wl,--as-needed wrt #327753 by Ryan Hill. - - 11 Jul 2010; Pacho Ramos arch/hppa/ChangeLog, - arch/hppa/package.use.mask: - Mask gnome USE flag for net-voip/ekiga due bug 324511 - - 11 Jul 2010; Pacho Ramos arch/hppa/ChangeLog, - arch/hppa/package.use.mask: - Mask eds USE flag for net-im/pidgin due bug 324511 - - 11 Jul 2010; Pacho Ramos arch/hppa/ChangeLog, - arch/hppa/package.use.mask: - Mask gnome USE flag for dev-ml/lablgtk due bug 324511 - - 11 Jul 2010; Pacho Ramos arch/hppa/ChangeLog, - arch/hppa/package.use.mask: - Mask gnome USE flag on uim due bug 324511 - - 11 Jul 2010; Patrick Lauer package.mask: - Masking postgresql-{base,server,docs} 7.4 and 8.0 as upstream has EOL'ed - them - - 11 Jul 2010; Patrick Lauer package.mask: - Remove libpq and postgresql masks - - 11 Jul 2010; Markos Chandras package.mask: - Hamachi will stay - - 10 Jul 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 09 Jul 2010; Jeroen Roovers package.mask: - Mask Opera 10.11 (bug #326571 and bug #326413). - - 09 Jul 2010; Pacho Ramos package.mask: - Mask dev-libs/gnome-build for removal - - 08 Jul 2010; Jeroen Roovers package.mask: - Mask opera 10.70. - - 08 Jul 2010; Markos Chandras package.mask: - Masking qbittorrent rc releases - - 08 Jul 2010; Zac Medico - targets/developer/make.defaults: - Remove non-existent 'cvs' value from FEATURES. - - 07 Jul 2010; Bernard Cafarelli package.mask: - Last rites for some gnustep packages, bugs #318137, #327371, #327389 - - 07 Jul 2010; Pacho Ramos package.mask: - Mask dev-dotnet/heap-buddy for removal. - - 07 Jul 2010; Justin Lecher package.mask: - Removed masking of removed packages - - 06 Jul 2010; Markos Chandras package.mask: - Unmask libfm and pcmanfm - - 06 Jul 2010; Tobias Heinlein package.mask: - Modified mask for adobe-flash, see bug 322855. - - 05 Jul 2010; Joe Peterson package.mask: - Remove masking of games-simulation/secondlife (package removed: bug #290105) - - 05 Jul 2010; Markos Chandras package.mask: - Masking treeline development releases - - 05 Jul 2010; Tobias Heinlein package.mask: - Added overdue mask on adobe-flash for bug 322855. - - 03 Jul 2010; Michał Januszewski package.mask: - Add a temporary mask on CUDA 3.1 until the 256 series nvidia-drivers are - unmasked. - - 03 Jul 2010; Markos Chandras package.mask: - Remove lessfs beta masking - - 03 Jul 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 02 Jul 2010; Paul Varner package.mask: - Remove entry for app-text/manedit. Removed from tree on June 1 - - 02 Jul 2010; Tiziano Müller - desc/nginx_modules_http.desc: - Added description for nginx's http_scgi flag. - - 01 Jul 2010; Peter Volkov use.desc: - Put gzip global USE flag back but with better description as it's used in - stardict eclass, bug 326405, thank Mr. Bones. - - 01 Jul 2010; Samuli Suominen package.mask: - Mask panda3d for removal. - - 01 Jul 2010; Peter Volkov use.desc: - Drop gzip gloable USE flag, bug 326405 - - 30 Jun 2010; Vlastimil Babka package.mask: - Mask sun-jdk-1.5 for removal due to EOL and security, bug #292001. - - 30 Jun 2010; Vlastimil Babka package.mask: - Delete removed packages from mask. - - 30 Jun 2010; Alexey Shvetsov package.mask: - Mask temporaly for adding - - 30 Jun 2010; Justin Lecher package.mask: - Masked dev-libs/excelformat, because they are not working - - 30 Jun 2010; Diego E. Pettenò package.mask: - Masking media-video/em84xx-modules for QA removal. - - 30 Jun 2010; Markos Chandras package.mask: - Remove lintar entry - - 29 Jun 2010; Jeroen Roovers package.mask: - Remove iptraf-ng mask (bug #305781). - - 29 Jun 2010; Samuli Suominen package.mask: - Mask blueproxy for removal. - - 29 Jun 2010; Peter Volkov package.mask: - Drop autogen prerelease mask, affected ebuilds are not in the tree - - 29 Jun 2010; Nirbheek Chauhan package.mask: - Mask dev-libs/seed till ebuild issues are resolved - - 28 Jun 2010; Lennart Kolmodin package.mask: - Unmask dev-lang/ghc-6.12.3, but keep ghc-6.12.{1,2} masked. - - 28 Jun 2010; Lennart Kolmodin package.mask: - Masked dev-haskell/filepath for removal. It's part of dev-lang/ghc since - version 6.6.1, and with stable API since 6.8.1. - - 28 Jun 2010; Jeroen Roovers package.mask: - Remove www-client/opera mask. - - 28 Jun 2010; Bernard Cafarelli package.mask: - Revert wmakerconf last rites, fixed with newer x11-wm/windowmaker - - 28 Jun 2010; Samuli Suominen package.mask: - Mask xulrunner:1.8 for removal. - - 28 Jun 2010; Samuli Suominen package.mask: - Mask paketto for removal. - - 28 Jun 2010; Christian Faulhammer package.mask: - Mask beta version of dev-lang/erlang - - 28 Jun 2010; Samuli Suominen package.mask: - Mask media-libs/libdecodeqr for removal. - - 27 Jun 2010; Samuli Suominen package.mask: - Mask lm_sensors-2 for removal. - - 26 Jun 2010; Samuli Suominen package.mask: - Mask xulrunner-bin for removal. - - 26 Jun 2010; Diego E. Pettenò package.mask: - Masking app-i18n/adaptit for QA removal. - - 26 Jun 2010; Diego E. Pettenò package.mask: - Masking dev-util/pbuilder for QA removal. - - 26 Jun 2010; Magnus Granberg - selinux/2007.0/amd64/hardened/package.mask, - selinux/2007.0/x86/hardened/package.mask, - selinux/v2refpolicy/amd64/hardened/package.mask, - selinux/v2refpolicy/x86/hardened/package.mask: - unmask >=gcc-4.4.3 for hardened on selinux - - 26 Jun 2010; Samuli Suominen package.mask: - Mask www-client/kazehakase for removal. - - 25 Jun 2010; Samuli Suominen package.mask: - Mask media-libs/ploticus for removal. - - 25 Jun 2010; Magnus Granberg hardened/package.mask: - unmask gcc-4.4.X for hardened - - 25 Jun 2010; Magnus Granberg hardened/linux/package.mask: - Unmask gcc-4.4.X for hardened - - 25 Jun 2010; Christian Faulhammer package.mask: - lift mask for app-misc/alexandria, works - - 24 Jun 2010; Mark Loeser package.mask: - Mask mail-client/exmh since it depends on mail-client/nmh - - 24 Jun 2010; Justin Lecher thirdpartymirrors: - Added gmt mirros, #279262 - - 24 Jun 2010; Christian Faulhammer package.mask: - restrict app-misc/alexandria mask to 0.6.6 version - - 24 Jun 2010; Sébastien Fabbro package.mask: - Removing masked entry for octave-forge, now gone - - 24 Jun 2010; Diego E. Pettenò package.mask: - Masking mail-client/nmh for QA removal. - - 24 Jun 2010; Samuli Suominen package.mask: - Mask app-editors/xxe for removal. - - 24 Jun 2010; Justin Lecher package.mask: - last rite app-misc/gato - - 24 Jun 2010; Kacper Kowalik package.mask: - Masked sci-geosciences/vis5d+ - - 24 Jun 2010; Justin Lecher package.mask: - Unmasked sci-chemistry/ccp4 and friends - - 24 Jun 2010; Samuli Suominen package.mask: - Mask aurorae, blogilo and qalculate-applet for removal. - - 24 Jun 2010; Christian Faulhammer package.mask: - temp mask for app-misc/alexandria - - 24 Jun 2010; Thilo Bangert package.mask: - xsupplicant mask lifted (#154995) - - 24 Jun 2010; Michał Januszewski package.mask: - Temporarily mask the latest NVIDIA drivers as the new ebuild needs to be - confirmed to work on all supported architectures. - - 24 Jun 2010; Jeroen Roovers package.mask: - Tweak mask to include all =www-client/opera-10.60*. - - 23 Jun 2010; Justin Lecher package.mask: - Masked dev-libs/ccmath sci-calculators/rpc for removal in 14 days - - 22 Jun 2010; Pawel Hajdan jr package.mask: - Mask >=sci-mathematics/nusmv-2.5.0 for testing. - - 22 Jun 2010; Jeroen Roovers package.mask: - Mask =www-client/opera-10.60_pre6378 too. - - 22 Jun 2010; Samuli Suominen package.mask: - Mask sys-apps/mkinitrd for removal wrt #324741. - - 22 Jun 2010; Chí-Thanh Christopher Nguyễn - package.mask: - Remove sys-boot/syslinux mask. - - 22 Jun 2010; Christian Faulhammer package.mask: - Mask x11-misc/gaia for removal - - 22 Jun 2010; Alexis Ballier package.mask: - unmask vlc 1.1.0 - - 21 Jun 2010; Kacper Kowalik package.mask: - Mask new version of sys-cluster/heartbeat - - 21 Jun 2010; Diego E. Pettenò package.mask: - Masking =sci-electronics/geda-1.4.3-r1 for QA removal. - - 21 Jun 2010; Samuli Suominen package.mask: - Unmask FFmpeg 0.6. - - 21 Jun 2010; Justin Lecher updates/2Q-2010: - Move dev-util/tkcvs to dev-vcs/tkcvs - - 21 Jun 2010; Peter Volkov package.mask: - Finally unmask net-im/ejabberd. - - 21 Jun 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 20 Jun 2010; Hans de Graaff package.mask: - Remove dev-ruby/test-unit mask. Let the tinderbox find the remaining - problems, if any. - - 20 Jun 2010; Markos Chandras package.mask: - Unmask avidemux-2.5.3 - - 20 Jun 2010; Samuli Suominen package.mask: - Mask net-nntp/knews for removal. - - 20 Jun 2010; Nirbheek Chauhan package.mask: - Unmask gobject-introspection; the problems with it have been resolved, and - gir-repository will not be used - - 20 Jun 2010; Patrick Lauer package.mask: - Removing postgresql-{base,server} and xen-sources masks - - 20 Jun 2010; Markos Chandras package.mask: - Masking xvidcap for removal - - 19 Jun 2010; Jorge Manuel B. S. Vicetto - package.mask: - Dropped media-sound/amarok-2.3.1-r1 mask. - - 19 Jun 2010; Markos Chandras package.mask: - Masking app-doc/repodoc for removal - - 19 Jun 2010; Jeroen Roovers package.mask: - Mask =www-client/opera-10.60_pre6374. - - 19 Jun 2010; Jonathan Callen package.mask, - updates/2Q-2010: - Finish move of dev-util/cvs* to dev-vcs/cvs* - - 19 Jun 2010; Jonathan Callen package.mask: - Duplicate dev-util/cvs* as dev-vcs/cvs* to keep current masks - - 18 Jun 2010; Samuli Suominen package.mask: - Unmask dev-util/pkgconfig-0.25-r1. - - 18 Jun 2010; Diego E. Pettenò package.mask: - Masking media-video/ffprobe for QA removal. - - 18 Jun 2010; Markos Chandras package.mask: - Remove entry for zen-sources rc ebuilds - - 18 Jun 2010; Patrick Lauer package.mask: - Masking deprecated postgres virtuals - - 17 Jun 2010; Patrick Lauer package.mask: - Remove split zabbix mask, packages removed - - 17 Jun 2010; Markos Chandras package.mask: - Remove rb_libtorrent-0.15.0 masking - - 17 Jun 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 17 Jun 2010; Jeroen Roovers package.mask: - Mask =www-client/opera-10.60_pre6372. - - 17 Jun 2010; Samuli Suominen package.mask: - Mask dev-util/pkgconfig-0.25-r1 that's using system dev-libs/popt instead - of bundled copy for testing. - - 17 Jun 2010; Markos Chandras package.mask: - Remove qbittorrent-2.2.9 masking - - 17 Jun 2010; Markos Chandras package.mask: - Masking qbittorrent-2.2.9 due to broken WebUI - - 17 Jun 2010; Chí-Thanh Christopher Nguyễn - license_groups: - Add AdobeFlash-9.0.31.0 to EULA license group - - 17 Jun 2010; Alexis Ballier package.mask: - mask ocaml 3.12 beta - - 16 Jun 2010; Markos Chandras package.mask: - Masking rb_libtorrent-0.15.0 - - 16 Jun 2010; Patrick Lauer package.mask: - Adding postgres virtuals to postgres alpha/beta mask - - 16 Jun 2010; Justin Lecher package.mask: - masked =sci-libs/monomer-db-5.16: Just working with the masked - experimental version of refmac - - 16 Jun 2010; Jeroen Roovers package.mask: - Remove www-client/opera mask for once. :) - - 16 Jun 2010; Jim Ramsay license_groups: - Adding AdobeFlash-10 and AdobeFlash10.1 to EULA license group (Bug - #323837) - - 16 Jun 2010; Diego E. Pettenò package.mask: - Masking sci-biology/mpiblast for QA removal. - - 16 Jun 2010; Alexis Ballier package.mask: - Mask FFmpeg 0.6 until reverse deps are checked and safe - - 16 Jun 2010; Justin Lecher package.mask: - Masked sci-chemistry/ccp4i-6.1.3-r3 for bug 314053 - - 15 Jun 2010; Diego E. Pettenò package.mask: - Mask sudo betas. - - 15 Jun 2010; Justin Lecher updates/2Q-2010: - Move dev-util/tig to dev-vcs/tig - - 15 Jun 2010; Justin Lecher package.mask: - Masking sci-chemistry/pdb-extract-3.004-r2 for bug 314053 - - 15 Jun 2010; Justin Lecher updates/2Q-2010: - move dev-util/hgsvn dev-vcs/hgsvn - - 14 Jun 2010; Bernard Cafarelli package.mask: - Clean mask on buggy NX 3.4 versions, just removed - - 14 Jun 2010; Peter Volkov package.mask: - mask wireshark-1.4.0 release candidates - - 14 Jun 2010; Andreas Proschofsky package.mask: - Remove mask on openoffice[-bin] 3.2.1 - - 14 Jun 2010; Bernard Cafarelli package.mask: - Update net-ftp/filezilla mask - - 13 Jun 2010; Pacho Ramos arch/alpha/ChangeLog, - arch/alpha/package.use.mask, arch/ia64/ChangeLog, - arch/ia64/package.use.mask: - Mask net-im/empathy nautilus use until bug 323851 is fixed. - - 13 Jun 2010; Pacho Ramos arch/powerpc/ChangeLog, - arch/powerpc/ppc64/package.use.mask: - Mask media-video/totem youtube and iplayer USEs until bug 323845 and - 323847 are fixed - - 13 Jun 2010; Pacho Ramos arch/powerpc/ChangeLog, - arch/powerpc/ppc32/package.use.mask: - Mask media-video/totem youtube USE until bug 323845 is fixed - - 13 Jun 2010; Matti Bickel package.mask: - Masking creole, dev-php5/jargon for removal - - 13 Jun 2010; Pacho Ramos arch/hppa/ChangeLog, - arch/hppa/package.use.mask, arch/powerpc/ChangeLog, - arch/powerpc/ppc32/package.use.mask, arch/powerpc/ppc64/package.use.mask: - Mask gnome-base/gvfs gdu USE flag on some arches until bug 323803 is - fixed. - - 13 Jun 2010; Pacho Ramos arch/powerpc/ChangeLog, - arch/powerpc/ppc64/package.use.mask: - Mask gnome-base/gvfs bluetooth USE flag on ppc64 and arm until bug 305913 - is fixed. - - 13 Jun 2010; Markos Chandras package.mask: - Masking avidemux latest release for testing - - 13 Jun 2010; Pacho Ramos package.mask: - Unmask latest libxklavier now that Gnome 2.30 is entering the tree - - 13 Jun 2010; Samuli Suominen package.mask: - Mask x11-wm/oroborus-extras for removal. - - 13 Jun 2010; Markos Chandras package.mask: - Masking lessfs beta releases - - 13 Jun 2010; Samuli Suominen desc/linguas.desc: - Missing Serbian-Ijekavian locale. - - 12 Jun 2010; Jeremy Olexa package.mask: - Mask too many packages to list. (treecleaner queue) - - 12 Jun 2010; Hans de Graaff package.mask: - Mask dev-ruby/amrita for removal. - - 12 Jun 2010; Jeremy Olexa package.mask: - Remove app-forensics/samhain & virtual/gnus masks. Removed from tree. - - 12 Jun 2010; Hans de Graaff package.mask: - Remove activerecord-jdbc mask, including the one I already put there in - january. - - 12 Jun 2010; Hans de Graaff package.mask: - Mask dev-ruby/activerecord-jdbc for removal. - - 12 Jun 2010; package.mask: - Mask Claws Mail 3.7.6 and plugins for sane bumping - - 11 Jun 2010; Zac Medico info_pkgs: - Bug #323585 - Drop pycrypto from info_pkgs. - - 11 Jun 2010; Pacho Ramos package.mask: - Update app-emulation/emul-linux-x86-opengl mask. - - 11 Jun 2010; Ulrich Mueller package.mask: - Remove mask for app-doc/pms live ebuild since it is already masked by - empty KEYWORDS, bug 323419. - - 11 Jun 2010; Pacho Ramos package.mask: - Mask bluez-{libs,utils} for removal per bug 301630. - - 11 Jun 2010; Samuli Suominen package.mask: - Mask gnome-extra/gnome-vfs-obexftp for removal wrt #301630. - - 10 Jun 2010; Markos Chandras package.mask: - Drop masking for radiotray live ebuild - - 10 Jun 2010; Markus Meier package.mask: - mask inkscape prereleases for testing - - 10 Jun 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release and remove obsolete masks. - - 09 Jun 2010; Diego E. Pettenò package.mask: - Remove mask from poppler, tinderbox got a green light. - - 09 Jun 2010; Robin H. Johnson package.mask: - Mask new app-crypt/hmaccalc temporarily. - - 09 Jun 2010; Pawel Hajdan jr - targets/developer/make.defaults: - Add test-fail-continue to developer's profile FEATURES. This is intended - to make more developers use it, and catch more test failures. - - 09 Jun 2010; Markos Chandras package.mask: - Unmasking Qt-4.6.3 - - 09 Jun 2010; Diego E. Pettenò package.mask: - Mask poppler 0.14 as it breaks Gtk/GNOME apps. - - 08 Jun 2010; package.mask: - Mask 2.4 alpha releases of Audacious. - - 08 Jun 2010; Markos Chandras package.mask: - Masking Qt-4.6.3 upcoming revisions - - 08 Jun 2010; Markos Chandras package.mask: - Masking Qt-4.6.3 until we are ready - - 08 Jun 2010; Tiziano Müller updates/2Q-2010: - Moved Ice from dev-cpp to dev-libs. - - 08 Jun 2010; Tiziano Müller updates/2Q-2010: - Moved cola from dev-util to dev-vcs. - - 06 Jun 2010; Tomáš Chvátal - arch/powerpc/package.use.mask, arch/powerpc/ppc64/package.use.mask: - Mask kde-base/kde-meta sdk useflag on ppc/ppc64. - - 06 Jun 2010; Fabian Groffen package.mask: - Drop mask for no longer existing mutt-1.5.20-r14 - - 05 Jun 2010; Markos Chandras package.mask: - Masking x11-misc/wmakerconf wrt bug #265465 - - 04 Jun 2010; Samuli Suominen package.mask: - Mask app-pda/malsync for removal. - - 03 Jun 2010; Lars Wendler package.mask: - Removed gsoap mask again. - - 03 Jun 2010; Tiziano Müller package.mask: - Added mask for sys-fs/xfsprogs-3.1.2. - - 03 Jun 2010; Lars Wendler package.mask: - Masking >=net-libs/gsoap-2.7.15 as it breaks - app-emulation/virtualbox-ose[vboxwebsrv] - - 03 Jun 2010; Sébastien Fabbro package.mask: - Removing orpie removal, we keep it. - - 03 Jun 2010; Joe Peterson package.mask: - Masking games-simulation/secondlife - - 02 Jun 2010; Markos Chandras package.mask: - Masking qbittorrent beta releases - - 01 Jun 2010; Dror Levin package.mask: - Unmask KDE SC 4.4.4 since we're not adding it to tree yet. - - 01 Jun 2010; Peter Volkov desc/linguas.desc: - Added ee locale, http://en.wikipedia.org/wiki/Ewe_language - - 01 Jun 2010; Thilo Bangert package.mask: - lift mask on new xsupplicant ebuild - - 31 May 2010; Jeroen Roovers package.mask: - Mask www-client/opera-10.60. - - 31 May 2010; Alex Alexander package.mask: - updated uget mask to cover all 1.5.9.x releases - - 30 May 2010; Alexey Shvetsov package.mask: - Drop mask for gamess - - 29 May 2010; Alexey Shvetsov package.mask: - Mask KDE SC 4.4.4 since we still dont have release tarballs - - 29 May 2010; Diego E. Pettenò package.mask: - Masking dev-util/awka for QA removal. - - 28 May 2010; Markos Chandras package.mask: - Masking lintar for removal wrt bug #316201 - - 28 May 2010; Torsten Veller package.mask: - Mask dev-perl/Data-Alias for removal - - 26 May 2010; Peter Volkov package.mask: - Masked =net-im/ejabberd-2.1* for testing #281366 - - 26 May 2010; Diego E. Pettenò package.mask: - Masking dev-lisp/cl-smtp for QA removal. - - 26 May 2010; Thilo Bangert package.mask: - fix for the msynctool -> osynctool rename - - 26 May 2010; Diego E. Pettenò package.mask: - Masking media-video/w3cam for QA removal. - - 25 May 2010; Justin Lecher package.mask: - Revert masking of sci-chemistry/pdb-extract etc - - 25 May 2010; Justin Lecher package.mask: - Fixed typo pdb-extract/pdb-extract > sci-chemistry/pdb-extract - Fixing Header - - 25 May 2010; Markos Chandras package.mask: - Masking media-sound/radiotray live ebuild - - 24 May 2010; Andreas Proschofsky package.mask: - Mask release candidate for openoffice-3.2.1 - - 24 May 2010; Alexey Shvetsov package.mask: - Mask sci-chemistry/gamess-20100325.2 for testing - - 23 May 2010; Andreas Proschofsky package.mask: - Mask release candidate for openoffice-bin-3.2.1 - - 22 May 2010; Justin Lecher package.mask: - sci-chemistry/ccp4-apps masked for bug 314053 - - 22 May 2010; Justin Lecher package.mask: - sci-libs/ccp4-libs masked for bug 314053 - - 22 May 2010; Justin Lecher package.mask: - sci-chemistry/ccp4 masked for bug 314053 - - 22 May 2010; Justin Lecher package.mask: - Last rite of sci-chemistry/maxit sci-chemistry/validation - sci-libs/rcsb-data - - 21 May 2010; Patrick Lauer package.mask: - Removing ivtv-utils mask by beandog's request - - 21 May 2010; Luca Barbato package.mask: - mongodb development release - - 21 May 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 21 May 2010; Justin Lecher package.mask: - sci-chemistry/pynmr is removed from tree, deleting p.mask entry - - 21 May 2010; Peter Volkov thirdpartymirrors: - Update nongnu list of mirrors. - - 21 May 2010; Mike Frysinger package.mask: - Drop tar mask now that the pipe patch has been added again. - - 20 May 2010; Alex Alexander package.mask: - masked ~www-client/uget-1.5.9.1 - development release - - 19 May 2010; Vlastimil Babka license_groups: - Put googleearth license under @EULA group. - - 19 May 2010; Hans de Graaff package.mask: - Mask dev-ruby/pdf-inspector and dev-ruby/ttfunk for removal. - - 19 May 2010; Diego E. Pettenò updates/2Q-2010, - base/package.use.force: - Move test-unit-2 to its own slot and only force Ruby 1.9 on 1.x series. - - 18 May 2010; Samuli Suominen updates/2Q-2010: - Move kradioripper to kstreamripper. - - 18 May 2010; Diego E. Pettenò package.mask: - Cleanup some of my masks. - - 18 May 2010; Diego E. Pettenò package.mask: - Mask nimage for removal. - - 18 May 2010; package.mask: - Masking wpa_supplicant 0.7.2 for bug #320097, it is completely broken with - NetworkManager. - - 16 May 2010; Justin Lecher package.mask: - Masked upstreams testing version of sci-chemistry/refmac - - 16 May 2010; Vlastimil Babka package.mask: - Unmask ant-1.8.1 - - 15 May 2010; Vlastimil Babka package.mask: - Mask ant 1.8.1 for bumping. - - 15 May 2010; Torsten Veller package.mask: - Mask perl-5.12.1 + related packages for testing (#319801) - - 14 May 2010; Alex Legler thirdpartymirrors: - Removing no longer available rubyforge mirrors - - 14 May 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 14 May 2010; Ulrich Mueller updates/2Q-2010: - Package move virtual/flim to virtual/emacs-flim. - - 13 May 2010; Ulrich Mueller package.mask: - Mask virtual/gnus for removal. - - 11 May 2010; package.mask: - Mask Asterisk add-ons that fail to build for June 15 removal, bug #298682, - #299338, #312433, #313663, #316365 & #316761. - - 11 May 2010; Robin H. Johnson package.mask: - Bug 313769: Mask new sys-libs/db-5* for testing and testsuite failures. - - 10 May 2010; Samuli Suominen package.mask: - Unmask udev based xfce4-power-manager. - - 09 May 2010; Jeremy Olexa updates/2Q-2010: - Move net-analyzer/mirmon -> www-apps/mirmon - - 09 May 2010; Pacho Ramos package.mask: - Drop app-i18n/man-pages-es mask as it has just been dropped. - - 09 May 2010; Peter Volkov package.mask: - Mask net-analyzer/ipac-ng, bug #319085. - - 09 May 2010; Hans de Graaff package.mask: - Remove dev-ruby/hoe mask. Bug got fixed. - - 08 May 2010; Ulrich Mueller package.mask: - Update mask for emacs-vcs live ebuilds. - - 07 May 2010; Ulrich Mueller updates/2Q-2010: - Move fossil and svk from dev-util to dev-vcs, bug 56967. - Move mbr from app-admin to sys-boot. - - 07 May 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 06 May 2010; Samuli Suominen package.mask: - Mask libdjconsole wrt #309809. - - 05 May 2010; Jeroen Roovers package.mask: - Mask www-client/opera 10.54 but not the 10.53 beta. - - 05 May 2010; Mark Loeser package.mask, - selinux/package.mask: - Missing sys-apps/checkpolicy from selinux mask - - 05 May 2010; Sébastien Fabbro package.mask: - Masked octave-forge for removal - - 05 May 2010; Alexey Shvetsov package.mask: - Drop mask for KDE SC 4.4.3 since its already released - - 05 May 2010; Sébastien Fabbro package.mask: - Removed masking for tbb-3.0* - - 04 May 2010; Pawel Hajdan jr package.mask: - Unmask www-client/chromium-5.0.375.29 beta channel release. Also remove - p.mask entries for versions no longer in portage. - - 04 May 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 04 May 2010; Jeroen Roovers package.mask: - Unmask =www-client/opera-10.53_pre6330 (beta). - - 04 May 2010; Alexey Shvetsov package.mask: - KDE SC 4.4.1 was removed so dropping mask - - 03 May 2010; Alexey Shvetsov package.mask: - Mask KDE SC 4.4.1 for removing - - 03 May 2010; Alexey Shvetsov package.mask: - Mask KDE SC 4.4.3 untill tarball will hit mirrors - - 02 May 2010; package.mask: - Mask net-misc/asterisk-app_nv_faxdetect for removal at end of month. - - 02 May 2010; Alex Legler package.mask: - Remove ruby-enterprise mask - - 02 May 2010; Dror Levin package.mask: - Unmask dev-util/kdevelop-4.0.0 and dev-util/kdevplatform-1.0.0 after release. - - 30 Apr 2010; Hans de Graaff package.mask: - Mask dev-ruby/hoe-2.6.0 while investigating breakage. - - 29 Apr 2010; Peter Volkov +desc/xtables_addons.desc: - Add XTABLES_ADDONS description (discussed in -dev on 18.01.2010). - - 28 Apr 2010; Joe Peterson package.mask: - Remove entry for removed package sys-fs/btrfs - - 28 Apr 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 27 Apr 2010; Sébastien Fabbro package.mask: - Masked sci-calculators/orpie for removal - - 26 Apr 2010; Paul Varner package.mask: - Mask app-text/manedit for removal (bug #315947). - - 26 Apr 2010; Samuli Suominen package.mask: - Mask media-libs/allegrogl for removal. - - 26 Apr 2010; Mark Loeser package.mask, - selinux/package.mask: - Add missing packages to mask for selinux - - 25 Apr 2010; Diego E. Pettenò package.mask, - selinux/package.mask: - Make sure that SElinux packages are not unmasked in the wild, only unmask - them in the selinux profile. - - 25 Apr 2010; Mark Loeser package.mask: - Block all revisions of tar-1.23 for now as well - - 25 Apr 2010; Peter Volkov package.mask: - Masking beta version of autogen, bug 316583#c12. - - 25 Apr 2010; package.mask: - Mask app-office/nostaples for removal (#317079) - - 24 Apr 2010; Mark Loeser package.mask: - Add mask for testing gcc-4.5.x - - 24 Apr 2010; Diego E. Pettenò package.mask: - Add layman-dbtools to the mass-mask of live ebuilds. - - 24 Apr 2010; Torsten Veller package.mask: - Mask dev-perl/Net-XWhois for removal (#276745) - - 24 Apr 2010; Tristan Heaven - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Unmask all quake3 mods except ra3, bug #256588 - - 23 Apr 2010; Samuli Suominen package.mask: - Mask amrnb and amrwb wrt #252140. - - 23 Apr 2010; Torsten Veller package.mask: - Mask dev-perl/perlmenu for removal (#242524) - - 23 Apr 2010; Vlastimil Babka package.mask: - Removed dev-java/kaffe from mask due to final removal, #309459. - - 22 Apr 2010; Alexis Ballier package.mask: - mask vlc 1.1 pre release - - 22 Apr 2010; Peter Volkov package.mask: - Mask sys-kernel/openvz-sources-2.6.32* - development kernels. - - 22 Apr 2010; Justin Lecher package.mask: - Masked sci-chemistry/pynmr for removal - - 21 Apr 2010; Petteri Räty package.mask: - Remove mask for dev-java/openjms-bin as it's been removed from the tree. - - 20 Apr 2010; Sébastien Fabbro package.mask: - Masking =dev-cpp/tbb-3.0.20100310, bad tests, not yet stable upstream - - 20 Apr 2010; Christian Faulhammer package.mask: - unmask net-libs/libetpan 1.0, everything seems to work - - 20 Apr 2010; Christian Faulhammer package.mask: - mask net-libs/libetpan-1.0 for API change - - 20 Apr 2010; Torsten Veller package.mask: - Mask dev-perl/DBD-SQLite2 for removal - - 20 Apr 2010; Samuli Suominen package.mask: - Unmask udisks and reverse deps. - - 19 Apr 2010; Pacho Ramos - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Mask app-emulation/emul-linux-x86-opengl in profiles that require it. - Thanks to Mr. Bones for noticing. - - 19 Apr 2010; Pawel Hajdan jr package.mask: - Remove p.mask entries for www-client/chromium versions no longer in the - tree. - - 19 Apr 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 18 Apr 2010; Mounir Lamouri package.mask: - Masking www-plugins/noscript for removal, bug 315999. - - 16 Apr 2010; Ryan Hill package.mask: - Removed pysoulseek. (bug #307971) - - 15 Apr 2010; Justin Lecher package.mask: - atlas unmasked - - 14 Apr 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 12 Apr 2010; Bernard Cafarelli package.mask: - Mask filezilla depending on system tinyxml, waiting for bug #314833 - - 12 Apr 2010; Fabian Groffen package.mask: - Mask latest mutt snapshot since it seems to segfault while opening certain - messages - - 11 Apr 2010; Sven Wegener package.mask: - Remove dev-db/mysql-gui-tools mask, it has been removed from the tree. - - 11 Apr 2010; Pawel Hajdan jr license_groups: - Add spin (spinroot.com) licenses to the EULA group. - - 11 Apr 2010; Krzysztof Pawlik package.mask: - Unmask Resin 4.0.3 and related packages. - - 10 Apr 2010; Pacho Ramos package.mask: - Mask upcoming emul-linux-x86-opengl version - - 09 Apr 2010; Pacho Ramos package.mask: - Mask app-i18n/man-pages-es for removal. - - 09 Apr 2010; Pawel Hajdan jr package.mask: - Remove p.mask entries for www-client/chromium versions no longer in the - tree. - - 09 Apr 2010; Pacho Ramos - targets/desktop/gnome/make.defaults, +targets/desktop/gnome/package.use: - Enable by default some USE flags under gnome profile to allow easier - installation of gnome-base/gnome. - - 09 Apr 2010; Alexis Ballier package.mask: - unmask ocaml 3.11.2 - - 09 Apr 2010; Torsten Veller package.mask: - Mask dev-perl/Class-XSAccessor-Array in case anyone still has it installed - - 09 Apr 2010; Robert Piasek package.mask: - Masking modemmanager snapshot - - 09 Apr 2010; Steev Klimaszewski use.local.desc: - use.local.desc: Add remote-access local useflag for sys-fs/udisks - - 09 Apr 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 08 Apr 2010; Samuli Suominen package.mask: - Mask emelfm2-0.7.2-r1 because required udisks is masked too. - - 08 Apr 2010; Mart Raudsepp package.mask: - Remove stale gnome-session-2.24 p.mask entries - - 07 Apr 2010; Patrick Lauer package.mask: - Masking dovecot-2.0 until release - - 07 Apr 2010; Patrick Lauer package.mask: - Fixing samba mask for samba4 - - 07 Apr 2010; Patrick Lauer package.mask: - Fixing samba masks for 3.5 and unsplit ebuilds - - 07 Apr 2010; Samuli Suominen package.mask: - Mask x11-plugins/wmudmount because required udisks is masked too. - - 07 Apr 2010; Samuli Suominen package.mask: - Mask sys-fs/udisks waiting for lvm2. - - 06 Apr 2010; package.mask: - Remove no longer needed Audacious masks as per Dror "spatz" Levin in - #gentoo-dev. - - 06 Apr 2010; Dror Levin package.mask: - Remove dev-libs/boost-1.40 mask since it's no longer in the tree. - - 06 Apr 2010; Justin Bronder package.mask: - Unmask >=app-shells/pdsh-2.18-r1. Libtool unbundled. - - 05 Apr 2010; Vlastimil Babka package.mask: - Last rites for dev-java/struts-legacy - - 05 Apr 2010; Samuli Suominen package.mask: - Unmask glunarclock wrt #313187 by Ooblick. - - 04 Apr 2010; Tomáš Chvátal - arch/amd64/package.use.mask, arch/x86/package.use.mask, - base/package.use.mask: - Fix p.use.mask to properly mask video_cards_{intel,radeon} on pm-utils. - - 03 Apr 2010; Krzysztof Pawlik package.mask: - Unmask new mx4j and Hessian. - - 03 Apr 2010; Hans de Graaff package.mask: - Removed mask for passenger version no longer in tree. - - 03 Apr 2010; Alex Legler package.mask: - Mask Ruby Enterprise Edition for testing. - - 02 Apr 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 01 Apr 2010; Gilles Dartiguelongue package.mask: - Fix app-text/gtranslator mask to not include 2.x series - - 01 Apr 2010; Theo Chatzimichos package.mask: - KOffice 2.1.2 released - - 31 Mar 2010; Robin H. Johnson thirdpartymirrors: - Add PHP mirrors to thirdpartymirrors from http://www.php.net/mirrors.php. - - 31 Mar 2010; Chí-Thanh Christopher Nguyễn - package.mask: - remove openchrome mask, add pixman - - 31 Mar 2010; Samuli Suominen package.mask: - Mask xfce-extra/xfce4-volstatus-icon and xfce-extra/xfce4-indicator-plugin - for removal. - - 31 Mar 2010; Vlastimil Babka package.mask: - Mask =dev-java/sun-jre-bin-1.5* and - =app-emulation/emul-linux-x86-java-1.5* for security removal, bug #306579. - - 31 Mar 2010; Vlastimil Babka - hardened/x86/package.use.mask, uclibc/x86/package.use.mask: - Stop unmasking nsplugin of sun-jdk and sun-jre-bin 1.5 due to security - #306579. - - 31 Mar 2010; Theo Chatzimichos package.mask: - Mask KOffice 2.1.2 until it is released - - 30 Mar 2010; Dror Levin package.mask: - Unmask KDE 4.4.2. - - 30 Mar 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 30 Mar 2010; Dror Levin package.mask: - Temporarily mask KDE 4.4.2 for addition to tree. - - 30 Mar 2010; Samuli Suominen - targets/desktop/make.defaults: - Enable exif, lcms, pango and xcb by default. - - 30 Mar 2010; Samuli Suominen - targets/desktop/make.defaults: - Restore freedesktop.org standard startup-notification to main desktop - profile. - - 30 Mar 2010; Jonathan Callen - default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/parent: - fix ppc64 desktop profile - was breaking repoman - - 30 Mar 2010; Theo Chatzimichos - +default/linux/alpha/10.0/desktop/gnome/eapi, - +default/linux/alpha/10.0/desktop/gnome/parent, - +default/linux/alpha/10.0/desktop/kde/eapi, - +default/linux/alpha/10.0/desktop/kde/parent, - +default/linux/amd64/10.0/desktop/gnome/eapi, - +default/linux/amd64/10.0/desktop/gnome/parent, - +default/linux/amd64/10.0/desktop/kde/eapi, - +default/linux/amd64/10.0/desktop/kde/parent, - +default/linux/arm/10.0/desktop/gnome/eapi, - +default/linux/arm/10.0/desktop/gnome/parent, - +default/linux/arm/10.0/desktop/kde/eapi, - +default/linux/arm/10.0/desktop/kde/parent, - +default/linux/hppa/10.0/desktop/gnome/eapi, - +default/linux/hppa/10.0/desktop/gnome/parent, - +default/linux/hppa/10.0/desktop/kde/eapi, - +default/linux/hppa/10.0/desktop/kde/parent, - +default/linux/ia64/10.0/desktop/gnome/eapi, - +default/linux/ia64/10.0/desktop/gnome/parent, - +default/linux/ia64/10.0/desktop/kde/eapi, - +default/linux/ia64/10.0/desktop/kde/parent, - +default/linux/m68k/10.0/desktop/gnome/eapi, - +default/linux/m68k/10.0/desktop/gnome/parent, - +default/linux/m68k/10.0/desktop/kde/eapi, - +default/linux/m68k/10.0/desktop/kde/parent, - +default/linux/powerpc/ppc32/10.0/desktop/gnome/eapi, - +default/linux/powerpc/ppc32/10.0/desktop/gnome/parent, - +default/linux/powerpc/ppc32/10.0/desktop/kde/eapi, - +default/linux/powerpc/ppc32/10.0/desktop/kde/parent, - +default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/eapi, - +default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/gnome/parent, - +default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/eapi, - +default/linux/powerpc/ppc64/10.0/32bit-userland/desktop/kde/parent, - +default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/eapi, - +default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/gnome/parent, - +default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/eapi, - +default/linux/powerpc/ppc64/10.0/64bit-userland/desktop/kde/parent, - +default/linux/powerpc/ppc64/10.0/desktop/gnome/eapi, - +default/linux/powerpc/ppc64/10.0/desktop/gnome/parent, - +default/linux/powerpc/ppc64/10.0/desktop/kde/eapi, - +default/linux/powerpc/ppc64/10.0/desktop/kde/parent, - +default/linux/sh/10.0/desktop/gnome/eapi, - +default/linux/sh/10.0/desktop/gnome/parent, - +default/linux/sh/10.0/desktop/kde/eapi, - +default/linux/sh/10.0/desktop/kde/parent, - +default/linux/sparc/10.0/desktop/gnome/eapi, - +default/linux/sparc/10.0/desktop/gnome/parent, - +default/linux/sparc/10.0/desktop/kde/eapi, - +default/linux/sparc/10.0/desktop/kde/parent, - +default/linux/x86/10.0/desktop/gnome/eapi, - +default/linux/x86/10.0/desktop/gnome/parent, - +default/linux/x86/10.0/desktop/kde/eapi, - +default/linux/x86/10.0/desktop/kde/parent, profiles.desc: - New gnome and kde subprofiles - - 29 Mar 2010; Krzysztof Pawlik arch/arm/use.mask, - package.mask: - Update my first name. - - 29 Mar 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 28 Mar 2010; Jeroen Roovers package.mask: - Tweak www-client/opera again. - - 28 Mar 2010; Jeroen Roovers package.mask: - Add URL. - - 28 Mar 2010; Jeroen Roovers package.mask: - Tweak masked opera versions. - - 27 Mar 2010; Pacho Ramos package.mask: - Dropping gtk+extra mask since upstream revived and fixed remaining - problems (bug 292211). - - 26 Mar 2010; Sebastian Pipping updates/1Q-2010: - Move dev-util/cvs2svn to dev-vcs/cvs2svn - - 26 Mar 2010; Mounir Lamouri updates/1Q-2010: - Moving teeworlds from games-arcade to games-action - - 24 Mar 2010; Mounir Lamouri package.mask: - Mask >dev-util/bam-0.2.0 because breaking backward compatibility. - - 24 Mar 2010; Samuli Suominen package.mask: - Mask xfce-extra/thunar-vfs transition package. - - 24 Mar 2010; Ryan Hill package.mask: - Removed documancer and wxmozilla (bug #305471). - - 22 Mar 2010; Pacho Ramos - arch/x86-fbsd/package.use.mask: - Mask xulrunner and libgda USE flags due bug 282291 - - 21 Mar 2010; Samuli Suominen package.mask: - Mask xfce4-panel-4.7.0 for testing. - - 21 Mar 2010; Alistair Bush package.mask: - Mask new dev-java/javacc-5.0 due to it breaking other packages. - - 21 Mar 2010; Chí-Thanh Christopher Nguyễn - package.mask: - Mask xf86-video-openchrome-0.2.904-r1 for bug #298352 - - 21 Mar 2010; Torsten Veller package.mask: - Unmask dev-perl/XML-GDOME - - 20 Mar 2010; Justin Lecher package.mask: - unmask >=sci-libs/clapack-3.2.1.-r1 - - 20 Mar 2010; package.mask: - Removing entries for app-misc/welcome2l net-misc/noarp - x11-wm/aewm++-goodies because they are no longer in portage - - 20 Mar 2010; Samuli Suominen package.mask: - Mask >=xfce-extra/xfce4-power-manager-0.9.90 for testing. - - 19 Mar 2010; Alexis Ballier profiles.desc: - Add freebsd 8.0 profiles.desc entries - - 19 Mar 2010; Pawel Hajdan jr package.mask: - Remove p.mask entries for www-client/chromium versions no longer in the - tree. - - 19 Mar 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 18 Mar 2010; Alex Alexander package.mask: - unmasked >=app-misc/mc-4.7.1 now that 4.7.0.3 is stable on most archs - - 18 Mar 2010; Samuli Suominen package.mask: - Mask dev-libs/libxml wrt #281444. - - 18 Mar 2010; Samuli Suominen package.mask: - Mask ~dev-libs/boost-1.36.0 and ~dev-util/boost-build-1.36.0 wrt #287638. - - 18 Mar 2010; Torsten Veller package.mask: - Mask dev-perl/Astro-SunTime for removal (#309381) - - 17 Mar 2010; Chí-Thanh Christopher Nguyễn - package.mask: - x11-base/xorg-server-1.7.5.901 removed - - 17 Mar 2010; Sebastian Pipping updates/1Q-2010: - Move dev-util/git to dev-vcs/git - - 17 Mar 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 16 Mar 2010; Samuli Suominen package.mask: - Mask mail-filter/MailScanner wrt security #253657. - - 16 Mar 2010; Patrick Lauer thirdpartymirrors: - Removing inactive pgsql mirror - - 16 Mar 2010; Samuli Suominen package.mask: - Mask media-libs/jpgalleg for removal. - - 16 Mar 2010; Samuli Suominen package.mask: - Removed dev-tex/mplib wrt #300595. - - 16 Mar 2010; Vlastimil Babka updates/1Q-2010: - Package move x11-misc/googleearth sci-geosciences/googleearth. - - 16 Mar 2010; Jeroen Roovers thirdpartymirrors: - Remove stray bracket from gnu mirrors. - - 15 Mar 2010; Jeroen Roovers desc/linguas.desc: - Add Kyrgyz locale (bug #194567). - - 15 Mar 2010; Bernard Cafarelli package.mask: - Mask faulty nx/nxnode versions, bug #304743 - - 14 Mar 2010; Alistair Bush package.mask: - Package.mask dev-java/kaffe for removal. - - 15 Mar 2010; Samuli Suominen package.mask: - Mask pysol and goosnes. - - 14 Mar 2010; Rémi Cardona package.mask: - unmask xf86-video-intel - - 14 Mar 2010; Thilo Bangert package.mask: - lift mask for removed rzip-2.1 - - 14 Mar 2010; Torsten Veller package.mask: - Mask dev-perl/XML-GDOME for removal (#309281) - - 14 Mar 2010; Torsten Veller package.mask: - Mask end-of-life versions of www-apps/bugzilla - - 13 Mar 2010; Joe Peterson package.mask: - Last rites for sys-fs/btrfs - masked for removal (see bug #285357) - - 12 Mar 2010; Alexis Ballier updates/1Q-2010: - move freebsd-lib to slot 0, they cant be slotted and we should rely on - preserve-libs or the old fashioned way - - 12 Mar 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 12 Mar 2010; Jeroen Roovers package.mask: - Mask opera 10.51. - - 11 Mar 2010; Justin Lecher package.mask: - Removed sci-chemistry/viewmol because it is removed from the tree; added - blas-atlas-3.9.23-r1 because it only makes trouble - - 10 Mar 2010; Jeroen Roovers package.mask: - Mask net-analyzer/iptraf-ng (bug #305781). - - 10 Mar 2010; Ulrich Mueller package.mask: - Update mask for emacs-vcs live ebuilds. - - 10 Mar 2010; Justin Lecher package.mask: - =sci-chemistry/viewmol-2.4.1 doesn't work with current python.eclass - - 10 Mar 2010; Jim Ramsay package.mask: - Temporarily masking xorg-server-1.7.5.901 (Bug #296514) - - 09 Mar 2010; Mounir Lamouri package.mask: - Masking wengophone-bin for removal, see bug bug 251575 - - 08 Mar 2010; Bernard Cafarelli package.mask: - Clean x11-plugins/msn-pecan-0.1* Release Candidates mask - - 08 Mar 2010; Justin Lecher package.mask: - =sci-libs/lapack-atlas-3.9.23-r1 masked due to unforseen issues with - EAPI=3 move - - 08 Mar 2010; Lance Albertson package.mask: - Add mask for =dev-db/mongodb-1.3* for development branch - - 07 Mar 2010; Lance Albertson package.mask: - Add >=net-misc/cfengine-3 mask for testing - - 07 Mar 2010; Mark Loeser package.mask: - Add package.mask: - remove www-apps/mambo from package.mask wrt #203084 - - 07 Mar 2010; Mike Frysinger package.mask: - Mask old e2fsprogs libs packages so people get the hint. - - 07 Mar 2010; Samuli Suominen package.mask: - Mask some dev-libs/dv* libraries for removal as unported to >=dvutil-1. - - 06 Mar 2010; Ulrich Mueller updates/1Q-2010: - Move cvsspam and svnmailer from dev-util to dev-vcs, bug 56967. - - 06 Mar 2010; Raúl Porcel package.mask: - net-misc/vnc has been removed - - 06 Mar 2010; Samuli Suominen package.mask: - Mask dev-lisp/cl-albert for removal wrt #250929. - - 06 Mar 2010; Ben de Groot package.mask: - Remove symfony mask - - 06 Mar 2010; Ulrich Mueller updates/1Q-2010: - Move stgit from dev-util to dev-vcs, bug 56967. - - 06 Mar 2010; Ben de Groot package.mask: - Mask symfony-1.4.3 for testing - - 06 Mar 2010; Ulrich Mueller updates/1Q-2010: - Move guilt from dev-util to dev-vcs, bug 56967. - - 06 Mar 2010; Samuli Suominen package.mask: - Mask x11-misc/glunarclock for removal wrt #287698. - - 06 Mar 2010; Ben de Groot thirdpartymirrors: - Remove fastbull sourceforge mirror (connection keeps timing out) - - 06 Mar 2010; Justin Lecher updates/1Q-2010: - Moved dev-util/colorcvs to dev-vcs/colorcvs - - 06 Mar 2010; Ryan Hill package.mask: - Mask net-p2p/pysoulseek for removal. (bug #307971) - - 05 Mar 2010; Samuli Suominen package.mask: - Removed libmpcdecsv7 mask (it will be handled by blockers in - musepack-tools instead). - - 05 Mar 2010; Ulrich Mueller updates/3Q-2004, - updates/1Q-2010: - Move cvsweb from dev-util to www-apps, bug 56967. Update old package move. - - 05 Mar 2010; Alex Alexander updates/1Q-2010: - moved www-client/urlgfe to www-client/uget - renamed by upstream - - 05 Mar 2010; Samuli Suominen package.mask: - Removed dev-util/aegis from tree. - - 05 Mar 2010; Jeroen Roovers updates/1Q-2010: - Move cssc from dev-util to dev-vcs. - - 05 Mar 2010; Ulrich Mueller updates/1Q-2010: - Move mcvs from dev-util to dev-vcs, bug 56967. - - 05 Mar 2010; Christian Faulhammer updates/1Q-2010: - Move bzr, bzr-svn, qbzr and bzrtools from dev-util to dev-vcs category - - 05 Mar 2010; Ulrich Mueller updates/1Q-2010: - Move rcs from app-text to dev-vcs, bug 56967. - - 05 Mar 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium-5.0.342.1 dev channel release. - - 05 Mar 2010; Jonathan Callen updates/1Q-2010: - Move archway from dev-util to dev-vcs for bug 56967 - - 05 Mar 2010; Jonathan Callen updates/1Q-2010: - Move qct from dev-util to dev-vcs - - 04 Mar 2010; Torsten Veller updates/1Q-2010: - Move mr from dev-util to dev-vcs - - 04 Mar 2010; Samuli Suominen profiles.desc: - Change MIPS from "dev" to "exp" in profiles.desc and delete targets - desktop, developer and server. - - 04 Mar 2010; Justin Lecher package.mask: - Masked sci-libs/clapack, because of QA issues - - 03 Mar 2010; Jeremy Olexa thirdpartymirrors: - Audit ibiblio mirrors and remove invalid ones - - 03 Mar 2010; Samuli Suominen package.mask: - Mask dev-lang/gnu-smalltalk wrt security #277089. - - 03 Mar 2010; Tupone Alfredo thirdpartymirrors: - Updating flightgear mirrors - - 03 Mar 2010; Samuli Suominen package.mask: - Mask ircd-hybrid wrt security bugs 258330 and 303735. - - 03 Mar 2010; Samuli Suominen package.mask: - Mask app-shells/pdsh wrt security #252398. - - 03 Mar 2010; Samuli Suominen package.mask: - Mask games-fps/openarena wrt security #255453. - - 03 Mar 2010; Samuli Suominen package.mask: - Mask net-nntp/bnr2 for removal wrt #251528. - - 03 Mar 2010; Samuli Suominen package.mask: - Mask libnetdude, netdude and naim wrt security and QA bugs 252402, 296953, - 296954, 215252, 297649. - - 03 Mar 2010; Samuli Suominen package.mask: - Mask dev-lang/squeak wrt #247363. - - 02 Mar 2010; Theo Chatzimichos package.mask: - KDE SC 4.4.1 Released - - 02 Mar 2010; Markos Chandras package.mask: - Remove masking for tipcutils. Bug #298143 - - 02 Mar 2010; Christian Faulhammer package.mask: - unmask bzr 2.1.0 series - - 02 Mar 2010; Theo Chatzimichos package.mask: - Remove :4.4 as slots are EAPI 1 - - 02 Mar 2010; Markos Chandras package.mask: - Fails to build. Unmaintained. Bug #298143. It will be removed in 2010-04-02. - net-misc/tipcutils - - 02 Mar 2010; Theo Chatzimichos package.mask: - KDE 4.4.1 will be unmasked as soon as there is an official announcement in - kde.org - - 01 Mar 2010; Ben de Groot package.mask: - Add qt-embedded-3 and aabrowse to qt:3 mask - - 01 Mar 2010; Samuli Suominen package.mask: - Mask media-libs/libmpcdecsv7 for removal. - - 01 Mar 2010; Ben de Groot package.mask: - Add mythtv plugins to qt:3 mask - - 01 Mar 2010; Ben de Groot base/use.mask, package.mask: - Masking qt:3 and remaining reverse dependencies pending removal, bug - 283429 - - 01 Mar 2010; Patrick Lauer package.mask: - Removing fe3d mask as it is using proper tarballs now - - 01 Mar 2010; Samuli Suominen package.mask: - Remove metasploit mask (all vers are now using SRC_URI). - - 01 Mar 2010; Samuli Suominen package.mask: - Remove mask entry for libnemesi because it was removed from tree. - - 01 Mar 2010; Samuli Suominen package.mask: - Remove mask entry for libredblack because it was removed from tree. - - 01 Mar 2010; Samuli Suominen package.mask: - Mask dev-tex/mplib for removal wrt #300595. - - 01 Mar 2010; Hans de Graaff package.mask: - Mask Passenger 2.2.10 pending investigation of problems. - - 28 Feb 2010; Jeroen Roovers package.mask: - Mask sysstat 9.1. - - 28 Feb 2010; package.mask: - sys-apps/sdd entry removal (pending 2010-02-26), see bug #298522 for - reference - - 28 Feb 2010; Vlastimil Babka package.mask: - Unmask dev-java/ant 1.8.0 (bug #305929) and remove mask for 1.4 java stuff - that was removed. - - 28 Feb 2010; Samuli Suominen package.mask: - Unmask jbigkit since all reverse deps compile and link against it. - - 28 Feb 2010; Samuli Suominen package.mask: - Mask jbigkit-2.0 for testing. - - 28 Feb 2010; Justin Lecher updates/1Q-2010: - moved CAT from sci-chemistry to sci-biology for psipred - - 28 Feb 2010; Hans de Graaff package.mask: - Masked capistrano version has been removed. - - 27 Feb 2010; Samuli Suominen package.mask: - Mask KOffice 2.1.1 for inclusion and testing. - - 27 Feb 2010; Jonathan Callen package.mask: - unmask schroot - - 27 Feb 2010; Jonathan Callen package.mask: - add temporary mask for schroot - - 26 Feb 2010; Mark Loeser package.mask: - Remask dev-db/libpq since not all archs have postgresql-base stable - - 26 Feb 2010; Nirbheek Chauhan package.mask: - Mask introspection-related packages that will soon be added to portage - - 26 Feb 2010; Patrick Lauer package.mask: - Remasking libpq and postgresql, deps are fixed - - 26 Feb 2010; Daniel Pielmeier package.mask: - Remove package.mask entry for media-video/dvbcut. - - 26 Feb 2010; Theo Chatzimichos package.mask: - Mask knetworkmanager as it is crashy, unusable, under heavy development - and snapshot - - 26 Feb 2010; Alex Alexander package.mask: - masked >=app-misc/mc-4.7.1 to give 4.7.0.3 some testing - - 26 Feb 2010; Jeroen Roovers thirdpartymirrors: - Update mirror://gnu list. - - 26 Feb 2010; Ulrich Mueller license_groups: - Add LDP* to FREE-DOCUMENTS. Remove IBM-J1.4 because the file is gone. - - 26 Feb 2010; Arun Raghavan package.mask: - Mask banshee-community-extensions (soon to be added). - - 26 Feb 2010; Mark Loeser package.mask: - Vulnerable versions of xerces-c have been removed, along with packages - that depended upon them - - 25 Feb 2010; Jeroen Roovers package.mask: - Remove sys-fs/archfs mask entry (bug #274119). - - 25 Feb 2010; Pawel Hajdan jr package.mask: - Remove p.mask entries for www-client/chromium versions no longer in the - tree. - - 25 Feb 2010; Torsten Veller package.mask: - Mask dev-perl/Email-MIME-Modifier, dev-perl/Email-MIME-Creator and prepare - mask of dev-perl/Email-Simple-Creator, dev-perl/XML-LibXML-Common - - 25 Feb 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 25 Feb 2010; Jonathan Callen package.mask: - Fix strange capitalization - - 23 Feb 2010; Krzysiek Pawlik package.mask: - Update mask for Resin related packages. - - 23 Feb 2010; Krzysiek Pawlik package.mask: - Add mask for new Resin and related packages. - - 23 Feb 2010; Robert Piasek package.mask: - Masking new ebuild for libmapi as it depends on masked samba4 - - 23 Feb 2010; Ben de Groot package.mask: - Remove roadsend-php mask - - 23 Feb 2010; Ben de Groot package.mask: - Mask new roadsend-php for testing, remove old QA mask for this package - - 23 Feb 2010; Jeroen Roovers thirdpartymirrors: - Remove many deprecated/non-existent/faulty debian mirrors by switching to - only use primary mirrors from . - - 22 Feb 2010; Ben de Groot package.mask: - Mask experimental libfm and pcmanfm version - - 22 Feb 2010; Pacho Ramos - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Mask new emul packages in profiles that require it. Thanks a lot to Samuli - for noticing - - 21 Feb 2010; Samuli Suominen package.mask: - Mask kde-misc/kopete-cryptography for removal. - - 21 Feb 2010; Pacho Ramos package.mask: - Masking x11-libs/gtk+extra for removal in 60 days, bug 292211 - - 20 Feb 2010; Vlastimil Babka package.mask: - Mask ant-1.8.0 for atomic bump and testing, bug #305929. - - 20 Feb 2010; Torsten Veller package.mask: - Fix and unmask net-libs/libwhisker - - 19 Feb 2010; Patrick Lauer package.mask: - Fixing samba 3.5rc mask for newer rc - - 19 Feb 2010; Diego E. Pettenò package.mask: - Mask pg pre-releases. - - 19 Feb 2010; Mark Loeser use.desc: - Adding java5 back to use.desc - - 18 Feb 2010; Vlastimil Babka use.desc: - Remove java5 from use.desc - - 18 Feb 2010; Samuli Suominen package.mask: - Unmask intltool for general consumption. - - 18 Feb 2010; Chí-Thanh Christopher Nguyễn - package.mask: - mask prerelease versions of syslinux - - 18 Feb 2010; Justin Lecher package.mask: - sci-chemistry/tinker unmasked because bug 305007 is fixed - - 17 Feb 2010; Chí-Thanh Christopher Nguyễn - package.mask: - unmask nouveau and libdrm now that everything is in place - - 17 Feb 2010; Samuli Suominen package.mask: - Mask intltool 0.41.0 for testing. - - 17 Feb 2010; Chí-Thanh Christopher Nguyễn - package.mask: - mask libdrm and nouveau-drm for bug #305595 - - 17 Feb 2010; Samuli Suominen package.mask: - Mask dev-util/aegis for removal. - - 17 Feb 2010; Samuli Suominen package.mask: - Removed sys-apps/count from tree. - - 17 Feb 2010; Ben de Groot package.mask: - Masking smoke-4.3 and kdebindings-csharp-4.3 wrt bug 295573 - - 17 Feb 2010; Ryan Hill package.mask: - Mask documancer and wxmozilla for removal, bug #305471. - - 16 Feb 2010; Samuli Suominen package.mask: - Mask umtsmon for removal. - - 16 Feb 2010; Samuli Suominen package.mask: - Lastrite last of Qt3 based media-sound applications. - - 16 Feb 2010; Samuli Suominen package.mask: - Mask media-sound/quasar for removal. - - 16 Feb 2010; Samuli Suominen package.mask: - Unmask version of xfburn without deprecated thunar-vfs support. - - 16 Feb 2010; Ben de Groot package.mask: - Remove poppler mask as offending revision was removed - - 16 Feb 2010; Dror Levin package.mask: - Unmask Qt 4.6.2 after testing. - - 16 Feb 2010; Samuli Suominen use.desc: - New global USE flag "xmp". - - 16 Feb 2010; Samuli Suominen package.mask: - Mask new libxklavier for testing (API breakage). - - 15 Feb 2010; Samuli Suominen package.mask: - Mask net-im/kopete-facebook for removal. - - 15 Feb 2010; Justin Lecher package.mask: - Masked sci-chemistry/tinker, because upstream changes tarball regularly - and do not permit mirroring, trying to find a solution - - 15 Feb 2010; Chí-Thanh Christopher Nguyễn package.mask: - Mask prerelease libdrm snapshot and depending xf86-video-nouveau - - 15 Feb 2010; Dror Levin package.mask: - Mask Qt 4.6.2 temporarily for adding and adjusting patches. - - 15 Feb 2010; Samuli Suominen package.mask: - Unmask AqBanking 4.2.4 for use with KMyMoney 3.96.0. - - 15 Feb 2010; Andreas Proschofsky package.mask: - Remove mask on openoffice-bin-3.2.0 - - 15 Feb 2010; Bernard Cafarelli package.mask: - Update www-client/chromium dev channel releases mask - - 15 Feb 2010; Hanno Boeck package.mask: - Remove app-emulation/uae mask, all compilation bugs fixed. - - 14 Feb 2010; Sven Wegener package.mask: - Mask dev-db/mysql-gui-tools, because it has been discontinued by upstream. - Pending removal in 30 days. - - 14 Feb 2010; Samuli Suominen package.mask: - Remove mask for sunstudioexpress as it's been removed from tree. - - 14 Feb 2010; Markos Chandras package.mask: - Unmasking openbox and obconf live ebuilds - - 13 Feb 2010; Steve Dibb package.mask: - Remove x264+mplayer+ffmpeg mask depset - - 13 Feb 2010; Samuli Suominen package.mask: - bitdefender-console, ghamachi and licq-themes was removed from portage. - - 13 Feb 2010; Patrick Lauer package.mask: - Remove perl 5.10 mask as all critical bugs are now fixed - - 11 Feb 2010; Ulrich Mueller license_groups: - Remove X11 from GPL-COMPATIBLE because the file is gone, bug 298556. - - 10 Feb 2010; Samuli Suominen package.mask: - Removed x11-themes/gtk-engines-qt from tree (see #277726). - - 10 Feb 2010; Samuli Suominen package.mask: - Removed dev-python/PyQt and reverse deps from tree. - - 10 Feb 2010; Samuli Suominen package.mask: - Removed dev-libs/dbus-qt3-old from tree as unused. - - 09 Feb 2010; Alexey Shvetsov package.mask: - Drop mask for KDE SC 4.4.0 - - 09 Feb 2010; Dror Levin package.mask: - Remove qt-declarative-4.6.0 mask, version removed. - - 09 Feb 2010; Jonathan Callen package.mask: - Add missed kdebindings-ruby to p.mask - - 09 Feb 2010; Ben de Groot package.mask: - Mask x11-misc/bbrb pending removal, see bug #227717. - - 09 Feb 2010; Ben de Groot package.mask: - Temporary mask of =app-text/poppler-0.12.3-r4 to work out patch issues - - 09 Feb 2010; Diego E. Pettenò package.mask: - Remove mask for libarchive 2.8. - - 09 Feb 2010; Christian Faulhammer updates/1Q-2010: - Move PMS ebuilds to correct slots - - 08 Feb 2010; Daniel Pielmeier package.mask: - Mask media-tv/linuxtv-dvb-firmware for removal. - - 08 Feb 2010; Pawel Hajdan jr package.mask: - Remove p.mask entries for www-client/chromium versions no longer in the - tree. - - 07 Feb 2010; Jeroen Roovers package.mask: - Make www-client/opera mask wider. - - 06 Feb 2010; Samuli Suominen package.mask: - Mask AqBanking 4.2.4 pending on new KMyMoney 3.96.0 release. - - 06 Feb 2010; Ulrich Mueller license_groups: - Remove Intel license, duplicate of BSD, bug 301123. - - 05 Feb 2010; Ulrich Mueller license_groups: - Remove IPL-1 license, duplicate of IBM, bug 301180. - - 05 Feb 2010; Markos Chandras package.mask: - Masking openbox and obconf ebuilds in order to perform further tests on - the ebuilds - - 05 Feb 2010; Pawel Hajdan jr package.mask: - Mask ~www-client/chromium-5.0.307.5 dev channel release. - - 05 Feb 2010; Alexis Ballier - -releases/freebsd-7.1/ChangeLog, -releases/freebsd-7.1/make.defaults, - -releases/freebsd-7.1/package.mask, -releases/freebsd-7.1/packages, - -releases/freebsd-7.1/parent: - remove g/freebsd 7.1 profiles - - 04 Feb 2010; Jonathan Callen desc/linguas.desk: - Add description for ca@valencia - - 04 Feb 2010; Alexey Shvetsov package.mask: - Fix KDE SC 4.4.0 mask - - 04 Feb 2010; Alexey Shvetsov package.mask: - [profiles] mask KDE SC 4.4.0 - - 03 Feb 2010; Bernard Cafarelli package.mask: - Update www-client/chromium dev channel releases mask - - 03 Feb 2010; Peter Volkov updates/1Q-2010: - Moved from app-dicts/stardict to app-text/stardict, bug #289475, thank - Ihar Hrachyshka for report. - - 03 Feb 2010; Peter Volkov updates/1Q-2010: - move app-doc/gimp-user-manual to app-doc/gimp-help. The latter is updated - manual distributed as gimp documentation. - - 02 Feb 2010; Hanno Boeck license_groups: - Add some GPL-2 with exception licenses to GPL-compatible. - - 02 Feb 2010; Robin H. Johnson package.mask: - Mask all of dev-db/mysql-community for security vulnerabilities that are - only fixed in the main dev-db/mysql. Users need to flip to the main - package. - - 02 Feb 2010; Robin H. Johnson package.mask: - Add a seperate mask for MySQL5.4/5.5/6.0 since 5.1 will be unmasked at the - end of the week. - - 01 Feb 2010; Jeroen Roovers package.mask: - Tweak www-client/opera mask again. - - 01 Feb 2010; Zac Medico info_pkgs: - Bug #303119 - Add gcc to info_pkgs, so specific revision is shown in - emerge --info output. - - 01 Feb 2010; Víctor Ostorga package.mask: - Removing entries for media-libs/libdsp x11-terms/x3270 and - sys-devel/gcc-nios2 because they were removed from portage - - 01 Feb 2010; Diego E. Pettenò updates/1Q-2010: - Properly rename dev-ruby/ruby-mmap to dev-ruby/mmap. - - 01 Feb 2010; Robin H. Johnson package.mask: - Remove hwinfo from package.mask. - - 30 Jan 2010; Jeroen Roovers package.mask: - Add opera-10.50_pre6201 mask. - - 29 Jan 2010; Ulrich Mueller license_groups: - Re-add Artistic to OSI-APPROVED, see - . - - 28 Jan 2010; Hanno Boeck license_groups: - Artistic is not OSI-approved, only Artistic-2. - - 27 Jan 2010; Rémi Cardona package.mask: - mask dev-version of pixman - - 26 Jan 2010; Patrick Lauer package.mask: - Masking postgres 8.5/9.0 alpha until final release - - 26 Jan 2010; Patrick Lauer package.mask: - Masking samba 3.5_rc until final release - - 26 Jan 2010; Daniel Pielmeier ChangeLog: - Mask media-video/dvbcut for removal. - - 26 Jan 2010; Hanno Boeck license_groups: - Add OFL and iASL to free license groups. - - 25 Jan 2010; Ulrich Mueller license_groups: - Add FVWM to MISC-FREE, bug 302139. - - 25 Jan 2010; Alexis Ballier arch/alpha/ChangeLog, - arch/alpha/package.mask, arch/arm/ChangeLog, +arch/arm/package.mask, - arch/hppa/ChangeLog, arch/hppa/package.mask, arch/ia64/ChangeLog, - +arch/ia64/package.mask, arch/mips/ChangeLog, arch/mips/package.mask, - arch/powerpc/ChangeLog, arch/powerpc/package.mask, arch/s390/ChangeLog, - +arch/s390/package.mask, arch/sh/ChangeLog, +arch/sh/package.mask, - arch/sparc/ChangeLog, arch/sparc/package.mask, package.mask: - Move TeX Live 2009 mask to per arch profiles that they will remove once - properly keyworded, bug #300526 - - 25 Jan 2010; Nirbheek Chauhan package.mask: - Remove masks for older snapshots of networkmanager-0.8 & nm-applet-0.8, - they have been removed - - 25 Jan 2010; Nirbheek Chauhan package.mask: - Mask the final rc of networkmanager-0.8 for testing, will be unmasked in a - few days - - 24 Jan 2010; Pacho Ramos arch/amd64/package.use.mask: - Mask esd USE flag for wine since esound is not longer provided in emul- - set - - 24 Jan 2010; Mike Auty package.mask: - Remove the mozilla-firefox-3.6 and xulrunner-1.9.2 mask now that - mozcoreconf-2.eclass has been updated to force -O2 optimizations on x86. - - 24 Jan 2010; Fabian Groffen updates/1Q-2010: - pkgmove apple-opengl to opengl-apple - - 24 Jan 2010; Raúl Porcel package.mask: - p.mask net-misc/vnc - - 24 Jan 2010; Hans de Graaff package.mask: - Mask dev-ruby/activerecord-jdbc. - - 24 Jan 2010; Hans de Graaff package.mask: - Mask capistrano-1.x and its dependencies. - - 23 Jan 2010; Mike Auty package.mask: - Mask mozilla-firefox-3.6 and xulrunner-1.9.2 pending the investigation of - bug 301389. - - 23 Jan 2010; Peter Volkov package.mask: - Update bzr/bzrtools mask to really mask all beta versions. - - 23 Jan 2010; Samuli Suominen - -default-linux/make.defaults, -default-linux/mips/ChangeLog, - -default-linux/mips/make.defaults, -default-linux/mips/package.mask, - -default-linux/mips/package.use.mask, -default-linux/mips/packages, - -default-linux/mips/parent, -default-linux/mips/use.mask, - -default-linux/mips/virtuals, -default-linux/package.use.mask, - -default-linux/packages, -default-linux/packages.build, - -default-linux/parent, -default-linux/use.mask, -default-linux/virtuals: - Remove stray default-linux/ wrt #287976. - - 23 Jan 2010; Raúl Porcel package.mask: - Unmask mozilla-thunderbird-bin-3.0 - - 23 Jan 2010; MATSUU Takuto base/package.use.mask: - use.unmask sys-apps/groff-1.20.1-r2 linguas_ja, bug #290103. - - 22 Jan 2010; Vlastimil Babka package.mask: - Last rites for the rest of 1.4 JDK's. - - 22 Jan 2010; Pawel Hajdan jr package.mask: - Remove package.mask entry for www-client/chromium package version no - longer in tree. - - 22 Jan 2010; Pawel Hajdan jr package.mask: - Mask www-client/chromium-4.0.302.2 dev channel release. - - 22 Jan 2010; Matthias Schwarzott package.mask: - Mask media-tv/vdr-dvd-scripts and media-tv/vdrplugin-rebuild. Both are - already included im media-tv/gentoo-vdr-scripts. - - 22 Jan 2010; Hanno Boeck package.mask: - Remove dzip mask, have just committed dzip-2.9-r3 which fixes all known - issues. - - 22 Jan 2010; Ulrich Mueller license_groups: - Add AGPL-3 and UoI-NCSA to GPL-COMPATIBLE; remove Artistic from - GPL-COMPATIBLE; move lsof from GPL-COMPATIBLE to MISC-FREE; bug 228527. - Add ANTLR, eGenixPublic-1.1, IDPL, and Sendmail to MISC-FREE. - - 21 Jan 2010; Christian Faulhammer package.mask: - mask g-ctan and texmfind in their 2009.1 versions along with TeXLive 2009 - - 21 Jan 2010; Diego E. Pettenò updates/1Q-2010: - Do slotmove for i18n. - - 20 Jan 2010; Gilles Dartiguelongue package.mask: - gnome-system-tools and friends are almost as functional as 2.14 used to - be, unmasking. - - 20 Jan 2010; Gilles Dartiguelongue package.mask: - gnome-extra/gnome-keyring-manager has been cleaned up, see bug #291456. - - 20 Jan 2010; Peter Volkov thirdpartymirrors: - Update imagemagick mirrors: drop duplicates add new from homepage. - - 20 Jan 2010; Peter Volkov thirdpartymirrors: - Drop broken mirrors: efair.ru and smudge-it.co.uk for imagemagick and - apache. - - 20 Jan 2010; Dror Levin package.mask: - Unmask Qt 4.6.1 after patch review and mask x11-libs/qt-declarative-4.6.0 - since it isn't compatible. - - 19 Jan 2010; package.mask: - Mask alpha releases of Audacious 2.3 - - 19 Jan 2010; Markos Chandras package.mask: - Masking latest release of qt-creator - - 19 Jan 2010; Ben de Groot package.mask: - Revert qt unmask - - 19 Jan 2010; Dror Levin package.mask: - Remove Qt 4.6.1 mask, all packages updated. - - 19 Jan 2010; Ben de Groot package.mask: - Mask Qt 4.6.1 for testing before adding the ebuilds - - 19 Jan 2010; Tiziano Müller package.mask: - p.masked deprecated versions of dbxml, xqilla and xerces-c for bug #271134 - to give people time to upgrade their databases. - - 18 Jan 2010; Diego E. Pettenò - base/package.use.mask: - Mask the new system-wide USE flag for pulseaudio. - - 17 Jan 2010; Thilo Bangert package.mask: - limit mask on rzip to affected version - - 17 Jan 2010; Samuli Suominen package.mask: - Unmask jpeg-8. - - 17 Jan 2010; Thilo Bangert package.mask: - mask app-arch/rzip - silently creates broken archives (bug #217552) - - 16 Jan 2010; Diego E. Pettenò package.mask: - Unmask jruby 1.4, it works definitely better than older versions. - - 16 Jan 2010; Ben de Groot arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/hppa/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Add p.use.mask for unkeyworded qt-multimedia - - 16 Jan 2010; Markos Chandras package.mask: - Adjust masking message. Add 2mandvd as a good Qt4 alternative - - 16 Jan 2010; Ulrich Mueller license_groups: - License Wordnet-2.1 replaced by Princeton, bug 301186. Comment changes. - Add Emacs to MISC-FREE. - - 16 Jan 2010; package.mask: - Remove masking wrt bug #301105 - - 16 Jan 2010; Peter Volkov license_groups: - DSNIFF license was dropped from the tree, update license_groups, #301123 - - 16 Jan 2010; Hans de Graaff package.mask: - Mask dev-ruby/ruby-libgda which has been discontinued as part of - ruby-gnome2. - - 15 Jan 2010; Markos Chandras package.mask: - Masking new releases of qscintilla{,-python}. See bug #301130 - - 15 Jan 2010; Sébastien Fabbro package.mask: - Removed masking of sci-visualization/gfsview, now builds - - 15 Jan 2010; Markos Chandras package.mask: - Qt3 only application. Bug #299746 - - 15 Jan 2010; Pawel Hajdan jr package.mask: - Add package.mask entry for www-client/chromium-4.0.295.0 dev channel - release. - - 15 Jan 2010; Samuli Suominen use.desc: - Remove almost unused kde-base/arts:3.5 USE="arts" from global flags. - - 14 Jan 2010; Andreas Proschofsky desc/linguas.desc: - Add om and ug locales - - 14 Jan 2010; Markos Chandras package.mask: - Masking media-video/qdvdauthor-templates as well wrt bug #291878 - - 14 Jan 2010; Andreas Proschofsky package.mask: - New release Candidate for openoffice-bin, needs testing - - 14 Jan 2010; Diego E. Pettenò - base/package.use.force: - Start forcing Ruby targets for packages limited to non-default - implementations. - - 14 Jan 2010; Markos Chandras package.mask: - Qt3 only application. See bug #291878 and bug #283429 - - 14 Jan 2010; Alistair Bush package.mask: - Mask jruby-1.4.0 for testing and waiting dep keywording. - - 13 Jan 2010; Samuli Suominen use.desc: - Remove unused USE="kdehiddenvisibility" from use.desc. - - 13 Jan 2010; Ben de Groot package.mask: - Mask unused poppler Qt3 bindings (bug #300162). - - 12 Jan 2010; Samuli Suominen package.mask: - Mask media-libs/jpeg-8 for testing. - - 12 Jan 2010; Jeroen Roovers default/linux/hppa/use.mask, - package.mask: - No removal for net-nntp/inn just yet. - - 11 Jan 2010; Markos Chandras package.mask: - Masking net-nntp/inn wrt bug #182782 - - 11 Jan 2010; Markos Chandras package.mask: - Masking app-dicts/qvortaro wrt bug #299083 - - 11 Jan 2010; Ulrich Mueller license_groups: - Add man-pages-posix to FREE-DOCUMENTS. Remove duplicate entries from EULA. - Replace expanded groups in BINARY-REDISTRIBUTABLE by @FREE. - - 11 Jan 2010; Christian Faulhammer package.mask: - g-ctan works again because upstream provides historic archives - - 11 Jan 2010; Christian Faulhammer package.mask: - unmask www-apps/joomla again, see discussion on bug 204335 - - 11 Jan 2010; Alexis Ballier package.mask: - Add mask entry for TeX Live 2009 - - 10 Jan 2010; Diego E. Pettenò package.mask: - Masking net-misc/gfax for QA removal. - - 10 Jan 2010; Mike Frysinger package.mask: - Grant netatalk a stay of execution. - - 10 Jan 2010; Hanno Boeck thirdpartymirrors: - Add mirrors for nongnu projects from savannah. - - 10 Jan 2010; Ulrich Mueller license_groups: - Add a couple of licenses to MISC-FREE. Move DB (Sleepycat) to - GPL-COMPATIBLE. Remove libX11 as the license is no longer in the tree. - - 10 Jan 2010; Samuli Suominen package.mask: - Mask net-libs/libmsn-4.0 for testing. - - 09 Jan 2010; Ulrich Mueller license_groups: - Add skype-eula to EULA license group, bug 296801. - - 09 Jan 2010; Jeremy Olexa package.mask: - p.mask gcc-nios2, noarp, aewm++-goodies, libdsp, x3270, xxdiff, welcome2l. - See respective bug numbers in package.mask file - - 09 Jan 2010; Samuli Suominen package.mask: - Mask net-fs/netatalk for removal. - - 09 Jan 2010; MATSUU Takuto updates/1Q-2010: - move app-i18n/ibus-table-jyutping app-i18n/ibus-table-cantonese - - 09 Jan 2010; Alexis Ballier - default/linux/mips/10.0/lemote/lm2e/fulong/n32/desktop/parent, - default/linux/mips/10.0/lemote/lm2e/fulong/n32/developer/parent, - default/linux/mips/10.0/lemote/lm2e/fulong/n32/parent, - default/linux/mips/10.0/lemote/lm2e/fulong/n32/server/parent, - default/linux/mips/10.0/lemote/lm2e/fulong/n64/desktop/parent, - default/linux/mips/10.0/lemote/lm2e/fulong/n64/developer/parent, - default/linux/mips/10.0/lemote/lm2e/fulong/n64/parent, - default/linux/mips/10.0/lemote/lm2e/fulong/n64/server/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n32/desktop/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n32/developer/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n32/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n32/server/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n64/desktop/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n64/developer/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n64/parent, - default/linux/mips/10.0/lemote/lm2f/yeeloong/n64/server/parent: - Fixup default/linux/mips/10.0/lemote subprofiles inheritance - - 09 Jan 2010; Ulrich Mueller license_groups: - Remove GPL exceptions, as they can only be used together with GPL itself. - - 09 Jan 2010; Samuli Suominen package.mask: - Change KDE 3.5.10, KOffice 1.6.3 mask into a single placeholder. - - 09 Jan 2010; Hanno Boeck license_groups: - Creating two more metasets of licenses, FREE-SOFTWARE and FREE, also - removing W3C-document from GPL-compatible. - - 09 Jan 2010; Stuart Longland, profiles.desc: - Updated the profile list for MIPS. A lot of new profiles were added and - the structure underlying all profiles was given a thorough overhaul. I - didn't notice this file here until after the event, but `cvs log` will - reveal all. Anything to do with profiles/arch/mips and - profiles/default/linux/mips changed at this point. - - 08 Jan 2010; Christian Faulhammer package.mask: - remove temporary Claws mask, everything bumped - - 08 Jan 2010; Christian Faulhammer package.mask: - temporary mask for Claws Mail and plugins until all bumps are done - - 08 Jan 2010; Samuli Suominen package.mask: - Mask x11-themes/licq-themes and dev-libs/dbus-qt3-old for removal. - - 08 Jan 2010; Torsten Veller package.mask: - dev-perl/Devel-Size-Report: Mask for removal (#300011) - - 07 Jan 2010; Ulrich Mueller license_groups: - Add new license group FSF-APPROVED-OTHER. Move GPL-1 and LGPL-2 to - GPL-COMPATIBLE. Remove PAM and popt as these licenses were redundant and - have been removed from the tree. - - 07 Jan 2010; Samuli Suominen package.mask: - Mask crossvc and esvn for removal. - - 07 Jan 2010; Pawel Hajdan jr package.mask: - Add package.mask section for Chromium dev channel releases (unstable). - - 07 Jan 2010; Hanno Boeck license_groups: - Add license_groups for free documents and for misc software licenses. - - 07 Jan 2010; Diego E. Pettenò package.mask: - Masking dev-java/jrockit-jdk-bin for QA removal. - - 07 Jan 2010; Rémi Cardona package.mask: - add =x11-drivers/xf86-video-intel-2.10.0 to p.mask - - 06 Jan 2010; Tomáš Chvátal - base/package.use.mask: - Mask gallium useflag for package.mask: - Mask the alpha releases of libarchive. - - 05 Jan 2010; Diego E. Pettenò package.mask: - Masking dev-php/roadsend-php for QA removal. - - 05 Jan 2010; Diego E. Pettenò package.mask: - Masking app-emulation/uae for QA removal. - - 05 Jan 2010; Ben de Groot package.mask: - Lastrite app-text/kbedic wrt bug 283429 - - 05 Jan 2010; Ben de Groot package.mask: - Lastrite app-office/qtstalker - - 04 Jan 2010; Diego E. Pettenò package.mask: - Masking sys-fs/archfs for QA removal. - - 04 Jan 2010; Alex Legler package.mask: - Remove www-apps/xoops mask. Package is gone - - 04 Jan 2010; Alex Legler package.mask: - Remove nitro/glue/gen/og mask. The packages are gone. - - 04 Jan 2010; Samuli Suominen package.mask: - Mask net-p2p/qtella for removal. - - 04 Jan 2010; Ben de Groot package.mask: - Mask app-doc/dox - - 03 Jan 2010; Samuli Suominen package.mask: - Mask x11-libs/qwt-qt3 and x11-libs/qwtplot3d-qt3 for removal. - - 03 Jan 2010; Samuli Suominen package.mask: - Mask app-antivirus/bitdefender-console for removal. - - 03 Jan 2010; Alexis Ballier package.mask: - mask ocaml rc - - 03 Jan 2010; Pacho Ramos arch/amd64/package.use.mask: - Mask wine's capi USE flag since its support is missing in our emul - packages - - 03 Jan 2010; Samuli Suominen package.mask: - Mask media-gfx/lprof for removal. - - 02 Jan 2010; Ben de Groot package.mask: - Mask app-i18n/scim-qtimm pending removal in 30 days (bug 279332) - - 02 Jan 2010; Ben de Groot package.mask: - Masking dev-php5/php-qt, bugs 220785, 273416, 277227 - - 02 Jan 2010; Ben de Groot package.mask: - Mask old qscintilla, PyQt and dependencies (upcoming qt:3 removal, bug - 283429) - - 02 Jan 2010; Víctor Ostorga package.mask: - Removing mask for sys-apps/dchroot - - 02 Jan 2010; Jeroen Roovers default/linux/hppa/use.mask, - package.mask: - Update www-client/opera mask for 10.50. - - 02 Jan 2010; Víctor Ostorga package.mask: - Adding bug number to mask message for dev-db/mysqlnavigator - - 02 Jan 2010; Samuli Suominen package.mask: - Mask net-misc/ghamachi for removal. - - 01 Jan 2010; Pacho Ramos package.mask: - Masked emul packages were dropped, cleaning package.mask then - - 01 Jan 2010; Víctor Ostorga package.mask: - Masking for dev-db/mysqlnavigator removal, qt3 package, has been - segfaulting for 2 and half years, last release 6 years ago, bug 183103 - - For previous entries, please see ChangeLog-2009. diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2011 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2011 deleted file mode 100644 index 7967d7af76..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2011 +++ /dev/null @@ -1,4053 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2011,v 1.2 2012/05/23 23:13:36 ssuominen Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 30 Dec 2011; Hans de Graaff arch/arm/use.mask: - Mask ruby19 until bug 332593 is fully fixed. - - 30 Dec 2011; Hans de Graaff package.mask: - Include old redmine version in rack mask. - - 29 Dec 2011; Sébastien Fabbro package.mask: - Mask sci-astronomy/orsa for removal in 30 days - - 29 Dec 2011; Sébastien Fabbro package.mask: - Mask sci-astronomy/ast and sci-astronomy/ds9 for removal in 30 days - - 29 Dec 2011; William Hubbs package.mask: - remove mask for deleted version of openrc - - 29 Dec 2011; Torsten Veller package.mask: - Unmask dev-perl/DBD-SQLite - - 29 Dec 2011; Hans de Graaff package.mask: - Mask old obsolete slot of rack for removal. - - 28 Dec 2011; Alex Legler package.mask: - Mask www-apps/tikiwiki for security - - 28 Dec 2011; Hans de Graaff arch/alpha/use.mask: - Mask ruby_targets_ruby19 USE flag for now on alpha until bug 332593 is fixed. - - 28 Dec 2011; Hans de Graaff base/use.mask, package.mask: - Unmask ruby 1.9 and associated use flag. - - 26 Dec 2011; Christian Faulhammer package.mask: - Lift temporary mask of Claws Mail - - 26 Dec 2011; Fabian Groffen profiles.desc: - Add Prefix profiles for FreeBSD 9.0, bug #395913 - - 26 Dec 2011; Christian Faulhammer package.mask: - Temporary mask for Claws Mail 3.8.0 until bump is finished - - 23 Dec 2011; Markos Chandras package.mask: - qt-creator-2.4.0_rc is no more - - 23 Dec 2011; Eray Aslan package.mask: - Punt mask for mail-filter/libdomainkeys. No longer in the tree. - - 23 Dec 2011; Jeroen Roovers package.mask: - Actually, let's just have one mask entry for both opera and opera-next. - - 23 Dec 2011; Jeroen Roovers package.mask: - Mask www-client/opera-11.61* snapshots. - - 22 Dec 2011; Samuli Suominen package.mask: - Lastrite media-radio/fldigi. - - 22 Dec 2011; Andreas K. Huettel package.mask: - Calligra-2.3.85 has been released. - - 22 Dec 2011; Samuli Suominen package.mask: - Mask games-strategy/savage-bin for security wrt #294253 - - 22 Dec 2011; Samuli Suominen package.mask: - Remove entries for some treecleaned pkgs. - - 22 Dec 2011; Alexis Ballier - arch/amd64/package.use.mask, arch/amd64/use.mask, arch/x86/package.use.mask, - arch/x86/use.mask, base/package.use.mask, base/use.mask: - mask vdpau globally and unmask on x86/amd64 as requested in bug #392269 - - 21 Dec 2011; Anthony G. Basile - +default/linux/arm/10.0/package.use.mask, - +default/linux/sparc/10.0/package.use.mask: - Use mask vde flag for net-misc/tinc on arm and sparc - - 20 Dec 2011; Davide Pesavento package.mask: - x11-libs/qt is no longer in the tree, remove mask. - - 20 Dec 2011; Michael Pagano package.mask: - Remove portpeek masks - - 19 Dec 2011; Hans de Graaff package.mask: - Remove dev-ruby/rake mask, it seems to work fine. - - 19 Dec 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Mask prerelease x11 packages - - 18 Dec 2011; Fabian Groffen - -prefix/irix/6.5/mips/make.defaults, -prefix/irix/6.5/mips/parent, - -prefix/irix/6.5/package.provided, -prefix/irix/6.5/parent, - -prefix/irix/make.defaults, -prefix/irix/package.mask, - -prefix/irix/package.use.force, -prefix/irix/package.use.mask, - -prefix/irix/packages, -prefix/irix/parent, -prefix/irix/profile.bashrc, - -prefix/irix/use.force, -prefix/irix/use.mask, arch.list, base/use.mask, - desc/elibc.desc, desc/kernel.desc, profiles.desc: - Drop mips-irix, it never reached a state where keywords could be added to the - tree, it is unlikely it ever will. - - 18 Dec 2011; Fabian Groffen profiles.desc: - Add OSX Lion profiles, bug #395119 - - 17 Dec 2011; Alexey Shvetsov arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/sparc/package.use.mask: - Mask numa use flag for openmpi on some arches - - 16 Dec 2011; Michael Pagano package.mask: - Add addition portpeek version to mask for testing - - 16 Dec 2011; Ulrich Mueller license_groups: - Add qwt to GPL-COMPATIBLE license group, bug 394663. - Add freemarker to MISC-FREE license group, bug 394667. - Add wxWinFDL-3 to FREE-DOCUMENTS license group, bug 394669. - - 16 Dec 2011; Johannes Huber package.mask: - kde-misc/kcheckgmail masked for removal - - 15 Dec 2011; Michael Pagano package.mask: - Bump masked portpeek version - - 15 Dec 2011; Michael Pagano package.mask: - Mask new version of portpeek for testing - - 15 Dec 2011; Hanno Boeck package.mask: - Mask libhx 3.12, breaks pam_mount. - - 14 Dec 2011; Matti Bickel updates/4Q-2011, categories, - package.mask: - Merge category dev-php5 into dev-php (bug #324665) - - 14 Dec 2011; Ulrich Mueller license_groups: - Add Texinfo-manual to FREE-DOCUMENTS license group. - - 14 Dec 2011; Peter Volkov package.mask: - mask net-libs/wt: broken, unmaintained, see #378617, pending removal on - 2012-01-14 - - 13 Dec 2011; Ulrich Mueller package.mask: - Mask app-editors/emacs:21 and :22 for removal. - - 13 Dec 2011; Tim Harder package.mask: - Unmask wordpress-3.3. - - 12 Dec 2011; Andreas K. Huettel thirdpartymirrors: - ibiblio KDE mirror is broken atm - - 12 Dec 2011; Jeroen Roovers package.mask: - Spelling. - - 12 Dec 2011; Ole Markus With package.mask: - Removing mask of PEAR-Net_LDAP for now - - 12 Dec 2011; Ole Markus With package.mask: - Masked due to dead upstream or being superseded. - Bugs 394067, 393979, 393893, 392853 - - 12 Dec 2011; Ole Markus With package.mask: - Removed mask of roadsend-php. Package removed from tree - - 12 Dec 2011; Peter Volkov updates/4Q-2011: - move app-text/djview4 app-text/djview - - 11 Dec 2011; Maxim Koltsov package.mask: - Mask app-emulation/libguestfs until proper testing is done - - 11 Dec 2011; Sergei Trofimovich package.mask: - Removed mask for dev-haskell/hsshellscript. Removed due to bugs #282909 and - #285204. Cabal unfriendly. - - 11 Dec 2011; Raúl Porcel package.mask: - Unmask =sys-devel/crossdev-20111118 now that its not missing from the mirrors - anymore - - 11 Dec 2011; Johannes Huber package.mask: - Remove mask for x11-themes/polyester, package is gone from tree. - - 11 Dec 2011; Samuli Suominen package.mask: - Lastrite media-sound/gamix. - - 10 Dec 2011; Maxim Koltsov package.mask: - Mask dev-util/febootstrap before testing ends - - 10 Dec 2011; Andreas K. Huettel package.mask: - Mask not-yet-released calligra - - 10 Dec 2011; Samuli Suominen package.mask: - Lastrite x11-wm/flwm - - 09 Dec 2011; Mike Frysinger package.mask: - Drop pciutils mask now that udev depends on things sanely #360849. - - 09 Dec 2011; Samuli Suominen package.mask: - Remove mask entry for wxGTK/wxpython 2.6 and remaining reverse dependencies - wrt #330683 since they are no longer in tree. - - 09 Dec 2011; Anthony G. Basile - +default/linux/amd64/10.0/selinux/eapi, - +default/linux/amd64/10.0/selinux/parent, - +default/linux/x86/10.0/selinux/eapi, +default/linux/x86/10.0/selinux/parent, - profiles.desc: - Stack features/selinux on default/linux/{amd64,x86}/10.0 profiles - - 09 Dec 2011; Daniel Pielmeier package.mask: - Mask net-print/cupsddk for removal. - - 08 Dec 2011; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable gtk3 USE flag in ibus and uim for gnome-3; thanks to Wilfred van - Rooijen for reporting. - - 08 Dec 2011; Davide Pesavento package.mask: - Update x11-libs/qt mask. - - 07 Dec 2011; Maxim Koltsov package.mask: - Unmask app-admin/stow, it now has maintainer, fixed bugs and new version. - - 07 Dec 2011; Alexandre Rostovtsev package.mask: - spidermonkey-1.9.2.x was renamed to 1.8.2.x; mask 1.9.2.x for bug #393473. - - 07 Dec 2011; Ulrich Mueller license_groups: - Rename EPL to ErlPL-1.1, in order to avoid confusion with the Eclipse Public - License, bug 389705. - - 06 Dec 2011; Andreas K. Huettel package.mask: - Unmask calligra-2.3.84 - - 06 Dec 2011; Ulrich Mueller license_groups: - Add UbuntuFontLicense-1.0 to MISC-FREE license group. - - 06 Dec 2011; Ulrich Mueller package.mask: - Unmask netpbm-10.56.00, the distfile has made it to mirrors now. Bug 393231. - - 06 Dec 2011; Ulrich Mueller license_groups: - Add Emacs-23-CEDET-grammars to FSF-APPROVED license group. Add mplus-fonts - and vlgothic to MISC-FREE, bugs 393303 and 393305. - - 06 Dec 2011; Alexis Ballier package.mask: - mask for removal lyx2html, bug #388987 - - 06 Dec 2011; Hans de Graaff package.mask: - Remove ruby-activeldap mask since the problematic version has been removed. - - 06 Dec 2011; Samuli Suominen thirdpartymirrors: - Remove unused mirror://transcode with only listing 404's. - - 05 Dec 2011; Tomáš Chvátal updates/4Q-2011: - Move app-misc/{dsgui,datovka} - - 05 Dec 2011; Eray Aslan package.mask: - Mask dovecot-2.1_rc1 for real - - 05 Dec 2011; Diego E. Pettenò package.mask: - QA: mask unfetchable package. - - 04 Dec 2011; Eray Aslan package.mask: - Mask net-mail/dovecot-2.1_rc releases - - 03 Dec 2011; Markos Chandras license_groups: - Add matplotlib license to MISC-FREE group. Patch by Arfrever. - - 03 Dec 2011; Samuli Suominen updates/1Q-2008, - updates/4Q-2011: - Move bubblemon from x11-misc to x11-plugins. Remove deprecated slotmove too. - - 02 Dec 2011; Samuli Suominen package.mask: - Lastrite app-arch/squeeze. - - 02 Dec 2011; Bernard Cafarelli package.mask: - Last rites for sys-devel/llvm-gcc - - 02 Dec 2011; Steve Dibb license_groups: - Add MakeMKV-EULA license for media-video/makemkv - - 02 Dec 2011; Torsten Veller package.mask: - Mask dev-perl/DBD-SQLite-1.350.0 for testing - - 02 Dec 2011; Bernard Cafarelli package.mask: - Drop mask for llvm 3.0 rc packages - - 01 Dec 2011; Andreas K. Huettel base/package.use.mask: - Slightly broader xine use-mask - - 01 Dec 2011; Andreas K. Huettel base/package.use.mask, - package.mask: - The phonon xine backend is unmaintained and makes trouble - - 01 Dec 2011; Torsten Veller package.mask: - Mask dev-perl/Test-SimpleUnit for removal - - 01 Dec 2011; Jeroen Roovers package.mask: - Remove www-client/opera-11.60 mask. - - 30 Nov 2011; Samuli Suominen package.mask: - Lastrite package.mask: - Mask >=media-video/mkvtoolnix-5.1.0 until gcc-4.6 is unmasked. - - 29 Nov 2011; Jeremy Olexa package.mask: - mask cdebootstrap, libdebian-installer for removal in 30 days, bug 387565 - - 28 Nov 2011; Samuli Suominen package.mask: - Lastrite indicator-applet. - - 28 Nov 2011; Samuli Suominen package.mask: - Lastrite dev-perl/Gtk2-Sexy and net-misc/twitux wrt #380193 - - 28 Nov 2011; Samuli Suominen package.mask: - dev-scheme/plt-scheme was removed from gentoo-x86 in favour of - dev-scheme/racket. - - 28 Nov 2011; Alexis Ballier package.mask: - unmask ffmpeg 0.8, bug #389037 - - 26 Nov 2011; Andreas K. Huettel package.mask: - Remove obsolete networkmanagement / knetworkmanager mask, bug 391955 - - 26 Nov 2011; Richard Freeman package.mask: - Unmask android-sdk-update-manager - can no longer reproduce issue and it may - be machine-specific. - - 26 Nov 2011; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable libsocialweb[vala] (needed for folks[libsocialweb]). - - 25 Nov 2011; Alexandre Rostovtsev package.mask: - GNOME 3.2 is unmasked! - - 25 Nov 2011; Alexandre Rostovtsev - targets/desktop/gnome/make.defaults, targets/desktop/gnome/package.use: - Enable USE="gnome-online-accounts pulseaudio socialweb" and gtk-vnc[gtk3] for - gnome-3.2, and farsight2[python] and libproxy[python] for msn support in - empathy. - - 24 Nov 2011; Alexandre Rostovtsev package.mask: - Unmask gnome-3.2 versions of gjs, gobject-introspection, libpeas, seed, and - pygobject. Also, unmask gnome-dvb-daemon (since pygobject:3 is unmasked). - - 24 Nov 2011; Ian Stakenvicius package.mask: - Unmasked dev-lang/spidermonkey-1.8.5 and non-gnome3 package versions that - depend on it - - 24 Nov 2011; Jeroen Roovers package.mask: - Tweak www-client/opera mask for new snapshots. - - 24 Nov 2011; Naohiro Aota package.mask: - Mask app-text/chasen and its reverse dependencies. Bug #390769 - - 23 Nov 2011; Pacho Ramos package.mask: - Mask dev-util/monodevelop-boo and dev-util/monodevelop-debugger-mdb for - removal. - - 23 Nov 2011; Ulrich Mueller package.mask: - Remove mask for removed package app-emacs/rst, bug 384561. - - 22 Nov 2011; Torsten Veller updates/4Q-2011: - Move remind from x11-misc to app-misc (#391221) - - 22 Nov 2011; Jeroen Roovers package.mask: - Remove old www-client/opera snapshot masks. - - 22 Nov 2011; Jeroen Roovers package.mask: - Mask www-client/opera snapshot. - - 22 Nov 2011; Pacho Ramos updates/4Q-2011: - Move net-voip/telepathy-connection-managers to net-im - - 22 Nov 2011; Pacho Ramos package.mask: - Mask dev-python/gtkmozembed-python for removal - - 21 Nov 2011; Pacho Ramos package.mask: - Mask gnome-cups-manager for removal. - - 21 Nov 2011; Pacho Ramos package.mask: - Mask gnome-python metas for removal - - 20 Nov 2011; Jonathan Callen updates/4Q-2011: - Move net-misc/get-flash-videos to media-video/get_flash_videos - - 20 Nov 2011; Gilles Dartiguelongue package.mask: - Add app-accessibility/accerciser-3 to Gnome 3.2 mask. - - 20 Nov 2011; Gilles Dartiguelongue package.mask: - Drop gtetrinet and monster-masher esound related mask. - - 20 Nov 2011; Gilles Dartiguelongue package.mask: - Drop old json-glib mask. - - 20 Nov 2011; Andreas K. Huettel package.mask: - remove obsolete pmask of old fwbuilder - - 20 Nov 2011; Gilles Dartiguelongue package.mask: - Add net-libs/gupnp-vala-0.10 to gupnp-0.18 mask. - - 20 Nov 2011; Gilles Dartiguelongue package.mask: - Add >=app-mobilephone/gnome-phone-manager-0.67 to Gnome 3.2 mask. - - 20 Nov 2011; Andreas K. Huettel package.mask: - Mask not-yet-released calligra - - 20 Nov 2011; Eray Aslan package.mask: - mask mail-filter/libdomainkeys for removal - - 20 Nov 2011; Markos Chandras package.mask: - cowloop is gone - - 19 Nov 2011; Markos Chandras package.mask: - Unmask emesene:2 since emesene:1 is broken and abandoned - - 19 Nov 2011; Markos Chandras package.mask: - Masking qt-creator-2.4.0_rc - - 19 Nov 2011; Jeroen Roovers package.mask: - Removed (bug #377695). - - 19 Nov 2011; Samuli Suominen package.mask: - Lastrite savage2-bin wrt #390919 (incompatible with current media-libs/fmod) - - 19 Nov 2011; Samuli Suominen package.mask: - Lastrite emphetamine, gcursor, gtodo and serpentine for still using gnome-vfs. - - 19 Nov 2011; Diego E. Pettenò package.mask: - Mask unfetchable crossdev. - - 18 Nov 2011; Ulrich Mueller license_groups: - Move all GPL*with*exception* type licenses to the GPL-COMPATIBLE group. - Remove GPL-2-with-Linden-Lab-FLOSS-exception, it was removed from the tree. - - 18 Nov 2011; Anthony G. Basile +hardened/README: - Added README explaining the deprecation of old hardened/arches profiles - - 18 Nov 2011; Anthony G. Basile - -hardened/amd64/deprecated, -hardened/amd64/make.defaults, - -hardened/amd64/multilib/deprecated, -hardened/amd64/multilib/make.defaults, - -hardened/amd64/multilib/package.mask, -hardened/amd64/multilib/parent, - -hardened/amd64/multilib/use.mask, -hardened/amd64/package.mask, - -hardened/amd64/package.use.mask, -hardened/amd64/packages, - -hardened/amd64/parent, -hardened/amd64/profile.bashrc, - -hardened/amd64/use.mask, -hardened/ia64/deprecated, - -hardened/ia64/make.defaults, -hardened/ia64/package.mask, - -hardened/ia64/package.use.mask, -hardened/ia64/packages, - -hardened/ia64/parent, -hardened/ia64/use.mask, -hardened/make.defaults, - -hardened/package.mask, -hardened/package.use, -hardened/package.use.mask, - -hardened/packages, -hardened/packages.build, -hardened/parent, - -hardened/ppc/README, -hardened/ppc/deprecated, -hardened/ppc/make.defaults, - -hardened/ppc/package.mask, -hardened/ppc/package.use.mask, - -hardened/ppc/packages, -hardened/ppc/parent, -hardened/ppc/use.mask, - -hardened/ppc64/README, -hardened/ppc64/deprecated, - -hardened/ppc64/make.defaults, -hardened/ppc64/package.mask, - -hardened/ppc64/package.use.mask, -hardened/ppc64/packages, - -hardened/ppc64/parent, -hardened/ppc64/use.mask, -hardened/use.mask, - -hardened/x86/2.6/deprecated, -hardened/x86/2.6/profile.bashrc, - -hardened/x86/deprecated, -hardened/x86/make.defaults, - -hardened/x86/minimal/deprecated, -hardened/x86/minimal/make.defaults, - -hardened/x86/minimal/parent, -hardened/x86/minimal/use.mask, - -hardened/x86/package.mask, -hardened/x86/package.use, - -hardened/x86/package.use.mask, -hardened/x86/packages, -hardened/x86/parent, - -hardened/x86/use.mask: - Removed deprecated hardened/arches profiles in favor of hardened/linux/arches - - 18 Nov 2011; Tony Vroon package.mask: - Module load failure was due to a rapid wrapper restart followed by a layer 9 - problem in troubleshooting. No mask required. - - 18 Nov 2011; Mike Frysinger package.mask: - Move grub2 masking to the ebuild. - - 17 Nov 2011; Anthony G. Basile profiles.desc: - Removed old selinux profiles from profiles description - - 17 Nov 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Drop mask for xf86-video-intel development releases. - - 17 Nov 2011; Jeroen Roovers package.mask: - Mask www-client/opera snapshot. - - 17 Nov 2011; arch/mips/make.defaults, - arch/sh/make.defaults, base/make.defaults, - features/32bit-native/make.defaults, features/32bit-userland/make.defaults, - features/64bit-native/make.defaults, features/multilib/make.defaults, - hardened/linux/amd64/make.defaults, - hardened/linux/amd64/no-multilib/make.defaults, - hardened/linux/ia64/make.defaults, hardened/linux/make.defaults, - hardened/linux/powerpc/ppc32/make.defaults, - hardened/linux/powerpc/ppc64/make.defaults, - hardened/linux/x86/10.0/make.defaults, hardened/linux/x86/make.defaults, - hardened/make.defaults, uclibc/make.defaults, - uclibc/mips/hardened/make.defaults, - uclibc/mips/mipsel/hardened/make.defaults, uclibc/ppc/hardened/make.defaults, - uclibc/x86/hardened/make.defaults: - Rename STAGE1_USE to BOOTSTRAP_USE, add "cxx unicode" to the base value on - base/make.defaults - and make it stack from derived profiles. This should allow gcc to build on - stage 2 - bug 390701. - - 16 Nov 2011; Tony Vroon package.mask: - Mask 10 branch of Asterisk due to module loading issues on hardened. - - 16 Nov 2011; Christoph Junghans package.mask: - Added =www-plugins/google-talkplugin-9999 to package.mask - - 15 Nov 2011; Lars Wendler package.mask: - Removed seamonkey-bin from p.mask. It has a new maintainer. - - 15 Nov 2011; Ian Stakenvicius package.mask: - added mask for app-accessibility/edbrowse-3.4.8 (needs currently-masked - spidermonkey-1.8.5) - - 14 Nov 2011; Mike Frysinger use.desc: - Mark USE=nocxx as "do not use anymore". - - 14 Nov 2011; Markos Chandras license_groups: - Add BSD-1 to MISC-FREE group - - 14 Nov 2011; Markos Chandras package.mask: - fix bug number for kmuddy - - 14 Nov 2011; Lars Wendler package.mask: - www-client/seamonkey-bin: Masked for removal in 30 days due to lack of active - maintainer (bug #390541). - - 14 Nov 2011; Nirbheek Chauhan package.mask: - Remove weave from package.mask, it has been removed from the tree - - 13 Nov 2011; Alexandre Rostovtsev package.mask: - Masking app-accessibility/gnome-mousetrap for removal (bug #389979) - - 13 Nov 2011; Gilles Dartiguelongue package.mask: - Add gupnp-igd to the gupnp mask. - - 13 Nov 2011; Sebastian Pipping package.mask: - Unmask ~media-gfx/blender-2.60a - - 13 Nov 2011; Markos Chandras package.mask: - masking games-mud/kmuddy for removal. Bug #371451 - - 13 Nov 2011; Sebastian Pipping package.mask: - Mask ~media-gfx/blender-2.60a for bug #390427 - - 13 Nov 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Update mask for xf86-video-intel development releases. - - 13 Nov 2011; Alin Năstac package.mask: - Lastrite net-mail/vmailmgr - - 13 Nov 2011; Ulrich Mueller license_groups: - Add Apache-1.1 and MPL-1.0 to OSI-APPROVED license group. - - 12 Nov 2011; Ulrich Mueller license_groups: - Remove nauty from EULA group. This has previously been discussed in - . - - 12 Nov 2011; Samuli Suominen package.mask: - Lastrite wxGTK and wxpython 2.6 wrt #330683 - - 12 Nov 2011; Aaron W. Swenson package.mask: - dev-db/pgadmin3: Now stable upstream. Removed beta mask. - - 12 Nov 2011; Ulrich Mueller license_groups: - Remove gmtp from MISC-FREE as it's gone from the tree, bug 390229. - - 12 Nov 2011; Samuli Suominen package.mask: - Lastrite net-p2p/bittornado. - - 11 Nov 2011; Samuli Suominen package.mask: - Lastrite dev-util/boa-constructor and dev-python/pythoncard. - - 11 Nov 2011; Samuli Suominen package.mask: - Remove entries for fixed xfce4-weather-plugin and removed xpilot-ng, - londonlaw, conspire. - - 11 Nov 2011; Jeroen Roovers package.mask: - Mask new opera 11.60 snapshot. - - 11 Nov 2011: Patrick Kursawe desc/sane_backends.desc: - Added pnm backend description. - - 10 Nov 2011; Bernard Cafarelli package.mask: - Add dragonegg to llvm release candidate mask - - 09 Nov 2011; Tomáš Chvátal package.mask: - Remove libo mask. - - 09 Nov 2011; Bernard Cafarelli package.mask: - Mask release candidates for llvm 3.0 - - 09 Nov 2011; Andreas K. Huettel package.mask: - Mask x11-themes/polyester for removal - - 09 Nov 2011; Patrick McLean - arch/alpha/package.use.mask, arch/arm/package.use.mask, - arch/powerpc/ppc64/64ul/package.use.mask: - Add net-dns/dnsmasq conntrack to package.use.mask on ppc64/64ul, arm and - alpha as net-libs/libnetfilter_conntrack is not available. - - 08 Nov 2011; William Hubbs package.mask: - remove udev 174 from the mask since it is now gone from the tree. - - 08 Nov 2011; William Hubbs package.mask: - add udev-175 to the udev mask. - - 08 Nov 2011; Nathan Phillip Brink package.mask: - Drop the indefinite mask on net-irc/atheme-services requested by upstream - which has changed its policy. Mask the development releases of - net-irc/atheme-services. - - 07 Nov 2011; Ulrich Mueller license_groups: - Add AGPL-3, APSL-2, as-is, CPAL-1.0, DB, EUPL-1.1, LPPL-1.3c, NOSA, OFL-1.1, - OracleDB, PHP-3, PHP-3.01, POSTGRESQL, and W3C to OSI-APPROVED. Remove - LPPL-1.3c, PHP-3, and POSTGRESQL from MISC-FREE. Remove PSF-2.2, PSF-2.3, - PSF-2.4, and PYTHON from OSI-APPROVED. - - 07 Nov 2011; Alexis Ballier package.mask: - remove mask for texlive packages that are now gone - - 07 Nov 2011; William Hubbs package.mask: - adjust udev mask to cover all revisions of udev-174. - - 06 Nov 2011; Peter Volkov package.mask: - net-wireless/madwifi-old{,-tools} removed from the tree, see #362827 for - reference. - - 06 Nov 2011; Michał Górny package.mask: - Add systemd to the new udev mask. - - 06 Nov 2011; Ulrich Mueller license_groups: - Remove PHP from OSI-APPROVED and kilgard, MaxMind, and No-Problem-Bugroff - from MISC-FREE, as they are all gone from the tree. Move EPL (Erlang license) - to MISC-FREE, as it is not OSI-APPROVED. - - 06 Nov 2011; William Hubbs package.mask: - mask udev-174 - - 05 Nov 2011; Ulrich Mueller license_groups: - Move zpaq from GPL-COMPATIBLE to MISC-FREE license group, as it is not - approved by the FSF. - - 05 Nov 2011; Markos Chandras package.mask: - Unmask openbox and obconf snapshots - - 05 Nov 2011; Vadim Kuznetsov package.mask: - Masked package.mask: - Remove entries for removed pkgs like xfce4-xfapplet-plugin and some - GTK+-1.2.x reverse dependencies. - - 04 Nov 2011; Vlastimil Babka package.mask: - Unmask jdk-7 and jre-7 now that icedtea-7 is in tree. - - 04 Nov 2011; Robin H. Johnson license_groups: - Document why arj/freedist/lha cannot be in MISC-FREE. - - 04 Nov 2011; Ulrich Mueller license_groups: - Remove arj, freedist, and lha from MISC_FREE license group, as these are not - free software licenses. - - 04 Nov 2011; Samuli Suominen package.mask: - Mask xfce4-weather-plugin because the datafeed is no longer available. - - 04 Nov 2011; Jeroen Roovers package.mask: - Masked www-client/opera snapshots. - http://my.opera.com/desktopteam/blog/2011/11/04/opera-11-60 - - 04 Nov 2011; Alexis Ballier package.mask: - mask prerelease of vlc 1.2 - - 03 Nov 2011; Mike Gilbert package.mask: - Update dev channel mask for www-client/google-chrome-17. - - 03 Nov 2011; Pawel Hajdan jr package.mask: - Unmask www-client/chromium-16 (now in beta) and corresponding v8 version and - dev-lang/nacl-toolchain-newlib, and mask chromium-17 and corresponding v8 - version. - - 03 Nov 2011; Hans de Graaff package.mask: - Mask new version of dev-ruby/rake for testing. - - 02 Nov 2011; Alexandre Rostovtsev license_groups: - Add CCPL-Attribution-2.5 to FREE-DOCUMENTS license group, acked by robbat2. - - 02 Nov 2011; Tomáš Chvátal package.mask: - Bump the lo rc version. - - 02 Nov 2011; Lars Wendler package.mask: - Removed mask for libcap-2.22 again. - - 02 Nov 2011; Amadeusz Żołnowski updates/4Q-2011: - Move app-text/notmuch to net-mail/notmuch. - - 02 Nov 2011; Lars Wendler package.mask: - Masked libcap-2.22 until source tarball is available (bug #389291). - - 01 Nov 2011; Samuli Suominen use.desc: - Remove description for unused USE="v4l2" - - 31 Oct 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask qutecom, mask xf86-video-intel rc - - 31 Oct 2011; Markos Chandras package.mask: - Mask qt-4.8 packages - - 30 Oct 2011; Samuli Suominen package.mask: - Lastrite dev-scheme/plt-scheme wrt #389041. - - 30 Oct 2011; Diego E. Pettenò package.mask: - Mask new (experimental) luajit ebuild. - - 30 Oct 2011; Vlastimil Babka updates/4Q-2011: - Package move icedtea6-bin to icedtea-bin. - - 30 Oct 2011; Andreas K. Huettel updates/4Q-2011: - Package move kde-misc/knetworkmanager > kde-misc/networkmanagement, following - upstream - - 30 Oct 2011; Andreas K. Huettel package.mask: - Add new name of knetworkmanager before move - - 30 Oct 2011; Samuli Suominen package.mask: - Mask candycrisis, stoned-bin, racer-bin, and dark-oberon with - =media-libs/fmod-3* for security #294253. - - 30 Oct 2011; Alexandre Rostovtsev package.mask: - Final (hopefully) update for the gnome-3.2 mask. Also, unmask yelp-xsl: it - doesn't depend on anything masked and shouldn't collide with gnome-2. - - 30 Oct 2011; Alexandre Rostovtsev package.mask: - Add >=libgdata-0.9 to the gnome-3.2 mask (significant API changes). - - 30 Oct 2011; Alexandre Rostovtsev package.mask: - Add tracker-0.12, gnome-contacts, gnome-documents, nautilus-tracker-tags, and - sushi to the gnome-3.2 mask. - - 29 Oct 2011; Alexandre Rostovtsev package.mask: - Mask gnome-online-accounts for gnome-3.2. - - 28 Oct 2011; Alexandre Rostovtsev package.mask: - Add gnome-3.2 versions of libpeas, clutter, and cogl to p.mask. - - 28 Oct 2011; Alexandre Rostovtsev package.mask: - Unmasking gtk+-3.2 and friends (including atk-2); acked by Nirbheek. - - 28 Oct 2011; Alexandre Rostovtsev - targets/desktop/gnome/make.defaults: - Add colord to gnome default USE for desktop-wide color management. - - 27 Oct 2011; Thomas Kahle package.mask: - Remove x11-misc/ktsuss entry, package removed (security bug 381115) - - 27 Oct 2011; Jeroen Roovers updates/4Q-2011: - Move dev-libs/libnl to new SLOTs. - - 27 Oct 2011; MATSUU Takuto package.mask: - Mask >=sys-devel/distcc-3.2_rc1 - - 27 Oct 2011; Nirbheek Chauhan +eapi: - Allow usage of EAPI 1 in profiles as per council decision on 20111011 - - 27 Oct 2011; Alexandre Rostovtsev updates/4Q-2011: - Slotmove gkt2-based gtkspell to 2 in preparation for gtkspell-3. - - 26 Oct 2011; Pacho Ramos package.mask: - Unmask gthumb-2.14 - - 26 Oct 2011; Jorge Manuel B. S. Vicetto - base/packages, prefix/windows/winnt/packages: - [profiles] Drop app-arch/cpio from system set - fixes bug 382633. - - 26 Oct 2011; Jeroen Roovers package.mask: - Unmask dev-libs/libnl now that it is SLOTted (bug #342461). - - 25 Oct 2011; Tomáš Chvátal package.mask: - Fix the version for lo, it is 3.4.4.1 - - 25 Oct 2011; Tomáš Chvátal package.mask: - Mask libreoffice 3.4.4.0 - - 24 Oct 2011; Pacho Ramos arch/alpha/package.use.mask, - arch/ia64/package.use.mask: - Mask map empathy USE flag on some arches due missing keywords, bug 388367 - - 24 Oct 2011; Pawel Hajdan jr package.mask: - Unmask v8-3.5.x, mask v8-3.6.x. - - 23 Oct 2011; Alexandre Rostovtsev package.mask: - Mask office-runner (requires gnome-settings-daemon-3). - - 23 Oct 2011; Robin H. Johnson license_groups: - Intel-SDP should be in @EULA license group. - - 23 Oct 2011; Robin H. Johnson package.mask: - Remove dnetc mask, verbump and works here. - - 23 Oct 2011; Christian Faulhammer package.mask: - Lift mask for app-misc/gramps, well tested now - - 23 Oct 2011; Fabian Groffen updates/4Q-2011: - Drop move dev-php5/dev-php5/pecl-ssh2 dev-php/dev-php5/pecl-ssh2 from - Q4-2011, because it is an invalid atom that breaks Portage - - 22 Oct 2011; Hans de Graaff package.mask: - Remove dev-ruby/rubygems mask now that all needed targets are supported. - - 22 Oct 2011; Hans de Graaff desc/ruby_targets.desc: - Add description for the Rubinius target. - - 22 Oct 2011; Matt Turner use.desc: - Add ARM's iwmmxt USE flag to use.desc. - - 22 Oct 2011; Diego E. Pettenò package.mask: - Mask qemu-kvm/seabios: they should not use egit for an ~arch ebuild. - - 21 Oct 2011; Alexandre Rostovtsev (tetromino) - package.mask: - Mask >=vte-0.30 (requires gtk+-3.2). - - 21 Oct 2011; Samuli Suominen package.mask: - Change =pciutils-3.1.7-r1 mask to >=pciutils-3.1.7-r1 wrt #388027. - - 21 Oct 2011; Samuli Suominen package.mask: - Mask notify-osd >= 0.9.32 next to required gtk+ >= 3.2. - - 21 Oct 2011; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Default to USE="-gnutls nss" for curl (needed for liboauth with default - flags, which in turn is needed for gnome-3.2). - - 20 Oct 2011; Markos Chandras package.mask: - unmask boost-1.47.0 - - 20 Oct 2011; Hans de Graaff base/package.use.force: - Force correct USE flags for virtual/rubygems versions. - - 20 Oct 2011; Hans de Graaff package.mask: - Add new virtual/rubygems to the ruby 1.9 mask. - - 20 Oct 2011; Stefan Briesenick package.mask: - masked net-misc/x25_utils for removal - - 20 Oct 2011; Vadim Kuznetsov package.mask: - removed vmware-server lines - - 20 Oct 2011; Matt Turner package.mask: - Mask >=gnome-dvb-daemon-0.2.3 until pygobject:3 is unmasked. - - 19 Oct 2011; Markos Chandras package.mask: - unmask app-laptop/prey www-apps/tt-rss app-misc/recoll - - 19 Oct 2011; Alexandre Rostovtsev package.mask: - Mask >=nautilus-python-1.0 (will not run without nautilus[introspection], - which is package.use.masked). - - 19 Oct 2011; Samuli Suominen package.mask: - Remove now unnecessary entries. - - 19 Oct 2011; Richard Freeman package.mask: - mask latest android sdk until bugs worked out - - 19 Oct 2011; Miroslav Šulc package.mask: - Masking app-misc/openjnlp, dev-java/jnlp-bin and dev-java/netx for removal - - 19 Oct 2011; Samuli Suominen package.mask: - Unmask x11-misc/notification-daemon using x11-libs/gtk+:3. - - 19 Oct 2011; Alexandre Rostovtsev package.mask: - Mask gtk+-3.2 with dependencies, and pygobject:3 and compatible - pygobject-2.28.6-r50, in preparation for move from gnome overlay. - - 18 Oct 2011; Markos Chandras package.mask: - Masking new snapshots for openbox and obconf - - 18 Oct 2011; Jeroen Roovers package.mask: - Fix removal date. - - 18 Oct 2011; Jeroen Roovers package.mask: - Mask sys-apps/lsparisc (bug #377695). - - 17 Oct 2011; Andreas K. Huettel package.mask: - Remove obsolete pmask of kde-misc/kcm_gtk, see bug 369361 - - 16 Oct 2011; Markos Chandras package.mask: - Masking sys-fs/cowloop for removal - - 16 Oct 2011; Markos Chandras package.mask: - masking app-misc/dnetc for removal - - 16 Oct 2011; Markos Chandras package.mask: - Masking app-admin/stow for removal - - 16 Oct 2011; Markos Chandras package.mask: - Masking app-admin/mon for removal. Bug #375071 - - 15 Oct 2011; Matt Turner package.mask: - sys-boot/arcboot is gone from the tree. - - 14 Oct 2011; Samuli Suominen - targets/desktop/package.use: - Remove now unnecessary package.use entry for sys-block/parted and - USE="device-mapper" - - 14 Oct 2011; Markos Chandras package.mask: - drop mask for lightdm. Time to broader testing - - 14 Oct 2011; Samuli Suominen package.mask: - Unmask media-gfx/pngcrush since it's using system libpng in >= 1.7.18. - - 14 Oct 2011; Tomáš Chvátal package.mask: - Update knetworkmanager mask with proper version. - - 13 Oct 2011; Jeroen Roovers desc/linguas.desc: - Add ur and nan linguas. - - 13 Oct 2011; Mike Gilbert package.mask: - Clean up the mask description for net-zope. - - 12 Oct 2011; Pawel Hajdan jr base/package.use.mask: - Mask pulseaudio USE flag for www-client/chromium. Upstream support is not yet - ready. - - 11 Oct 2011; Jeroen Roovers package.mask: - Remove x11-misc/treeline development mask. - - 11 Oct 2011; Tim Harder package.mask: - Mask development releases of wordpress. - - 10 Oct 2011; Samuli Suominen package.mask: - Mask media-libs/tiff-compat for while. - - 10 Oct 2011; Markos Chandras package.mask: - openocd snapshots are no more - - 10 Oct 2011; Markos Chandras package.mask: - Update boost masking - - 10 Oct 2011; Samuli Suominen package.mask: - Unmask libdvdnav, libdvdread and dvdbackup. - - 10 Oct 2011; Fabian Groffen package.mask: - Drop Exim Release Candidate testing mask - - 09 Oct 2011; Joerg Bornkessel thirdpartymirrors: - added thirtpartymirror vdr-developerorg - - 08 Oct 2011; Anthony G. Basile package.mask: - Mask dev-python/pypax while testing experimental utility - - 08 Oct 2011; Markos Chandras package.mask: - Masking pngcrush for using the bundled libpng14 and zlib libraries. See bug - #356127 - - 08 Oct 2011; Hanno Boeck package.mask: - Un-lastrite pngcrush. - - 08 Oct 2011; Markos Chandras package.mask: - Drop qbitorrent entry - - 08 Oct 2011; Fabian Groffen package.mask: - Mask upcoming Exim 4.77 release candidates - - 08 Oct 2011; Diego E. Pettenò package.mask: - Remove pcsc-lite mask. - - 08 Oct 2011; Samuli Suominen package.mask: - Lastrite media-gfx/pngcrush. - - 07 Oct 2011; Jeremy Olexa targets/desktop/package.use: - Provide a better user experience on desktop profiles by enabling python - useflag on dev-libs/libxml2, bug 385843 - - 06 Oct 2011; Alexis Ballier package.mask: - unmask new janestreet ocaml packages - - 06 Oct 2011; Alexis Ballier package.mask: - ptex is gone, almost one year after its last rites - - 06 Oct 2011; Samuli Suominen package.mask: - Lastrite londonlaw and xpilot-ng. - - 06 Oct 2011; Samuli Suominen package.mask: - Mask crystalspace-1.2 and cel-1.2 for wxGTK-2.6 removal wrt #330683 - - 06 Oct 2011; Alexis Ballier package.mask: - Mask new bin-prot - - 06 Oct 2011; Alexis Ballier package.mask: - mask new type-conv - - 06 Oct 2011; Jeremy Olexa use.desc: - Update 'doc' description to enhance end user experience - - 06 Oct 2011; Pawel Hajdan jr package.mask: - Mask dev-lang/nacl-toolchain-newlib. - - 05 Oct 2011; Alexis Ballier base/package.use.mask: - mask media-libs/libass[harfbuzz] as it does not build with the current - version in the tree - - 05 Oct 2011; Jeremy Olexa default/linux/make.defaults: - Remove USE={python,perl} from default profile, as discussed/announced. Bug - 250179 - - 05 Oct 2011; Alexis Ballier updates/4Q-2011: - move obsolete texlive packages to their new names, as suggested by Matt - Turner on -dev ml - - 05 Oct 2011; Alexis Ballier package.mask: - mask dev-texlive/texlive-documentation-greek - - 05 Oct 2011; Alexis Ballier package.mask: - mask dev-texlive/texlive-langarab - - 05 Oct 2011; Alexis Ballier package.mask: - mask dev-texlive/texlive-langukenglish - - 05 Oct 2011; Alexis Ballier package.mask: - mask for removal dev-texlive/texlive-psutils - - 04 Oct 2011; Pacho Ramos base/package.use.mask, - package.mask: - Mask g-d-u -r300 with the rest of Gnome3 stuff, letting us to drop nautilus - use mask. - - 04 Oct 2011; Tomáš Chvátal +updates/4Q-2011: - Move libtextcat to libexttextcat. - - 04 Oct 2011; Hans de Graaff package.mask: - Mask ruby-activeldap-1.2.1 until bug 384827 has been done. - - 03 Oct 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Add mask for net-im/qutecom - - 02 Oct 2011; Pawel Hajdan jr - targets/developer/make.defaults: - Remove FEATURES=stricter from developer profile, it's counter-productive and - people disable it anyway. - - 02 Oct 2011; Richard Freeman package.mask: - Taking over cfg-update maintainership. - - 01 Oct 2011; Peter Volkov package.mask: - Hard mask net-wireless/madwifi-old{,-tools}, pending removal on 2011-11-02. - - 01 Oct 2011; Samuli Suominen package.mask: - Unmask gnome-disk-utility >= 3 and gvfs >= 1.8. - - 01 Oct 2011; Markos Chandras package.mask: - Masking cfg-update for removal - - 30 Sep 2011; Markos Chandras package.mask: - Update message for lightdm - - 30 Sep 2011; Samuli Suominen use.desc: - Fix USE="v4l" and USE="v4l2" description. - - 30 Sep 2011; Samuli Suominen package.mask: - Remove entries for pkgs removed because of not building against - linux-headers-2.6.38. - - 29 Sep 2011; Samuli Suominen package.mask: - Lastrite xfce4-xfapplet-plugin. - - 29 Sep 2011; Mike Gilbert package.mask: - Copy descriptive text for google-chrome mask from chromium - - 28 Sep 2011; Samuli Suominen use.desc: - Import description for USE="libffi". - - 28 Sep 2011; Justin Bronder package.mask: - Add dev-perl/perl-PBS to mask for package.mask: - Add mask for package.mask: - Preepmtive package mask of soprano-2.[67].1, should anyone bump it. KDE - advises not to use these as they introduce major breakage. - - 27 Sep 2011; Arun Raghavan package.mask: - Remove pulseaudio/pavucontrol 0.99 from package.mask -- these versions are - gone now. - - 27 Sep 2011; Arun Raghavan - arch/amd64/package.use.mask, arch/x86/package.use.mask, - base/package.use.mask: - Mask "orc" USE flag on media-sound/pulseaudio except on amd64/x86. - - 27 Sep 2011; Samuli Suominen - targets/desktop/package.use: - Enable USE="apng" for media-libs/libpng by default wrt #372419 by Sebastian - Pipping - - 27 Sep 2011; Mike Gilbert package.mask: - Update google-chrome dev channel mask. - - 26 Sep 2011; Ulrich Mueller package.mask: - Mask app-emacs/rst for removal. - - 26 Sep 2011; Markos Chandras package.mask: - Masking app-misc/recoll for testing - - 26 Sep 2011; Pacho Ramos arch/powerpc/package.use.mask: - Mask xvid in media-video/miro due missing keywords, bug #372245 - - 26 Sep 2011; Markos Chandras package.mask: - Mask boost-1.47 - - 25 Sep 2011; Markos Chandras package.mask: - Update qbittorrent entry - - 25 Sep 2011; Thomas Kahle package.mask: - Mask x11-misc/ktsuss for removal (security bug 381115) - - 24 Sep 2011; Pawel Hajdan jr package.mask: - Unmask www-client/chromium-15.x, mask 16.x. - - 23 Sep 2011; Jeremy Olexa use.desc: - use.desc: Add emphasis that python/perl USE flags are optional - - 23 Sep 2011; Arun Raghavan package.mask: - Masking media-sound/pavucontrol pre-releases - - 23 Sep 2011; Ulrich Mueller updates/3Q-2011: - Slotmove net-wireless/iwl1000-ucode-128.50.3.1 from 0 to 3. - - 22 Sep 2011; Markos Chandras package.mask: - Unmask freeradius - - 21 Sep 2011; Markos Chandras package.mask: - Masking qbittorrent beta releases - - 19 Sep 2011; Markos Chandras package.mask: - masking app-laptop/prey for testing - - 19 Sep 2011; Michał Górny thirdpartymirrors: - Add thirdpartymirrors entry for github, as the currently used URL may change - in future. - - 19 Sep 2011; Mike Frysinger package.mask: - Punt openafs masks now that things are out of pre stage. - - 19 Sep 2011; Tim Harder package.mask: - Mask development releases of app-misc/task. - - 18 Sep 2011; Anthony G. Basile package.mask: - Mask sys-apps/elfix while testing experimental utility - - 18 Sep 2011; Samuli Suominen package.mask: - Remove entry for sys-apps/hal and app-misc/hal-info. - - 18 Sep 2011; Tomáš Chvátal package.mask: - update pmask for gnutls. - - 18 Sep 2011; Mounir Lamouri package.mask: - pmask www-plugins/weave for removal. - - 17 Sep 2011; Joerg Bornkessel package.mask: - pmask live ebuild media-plugins/xbmc-addon-xvdr-9999 - - 17 Sep 2011; Aaron W. Swenson package.mask: - Pre-release versions removed from tree. - - 17 Sep 2011; Samuli Suominen package.mask: - Insert app-pda/gtkpod >= 2.1.0 mask next to required dev-util/anjuta >= 3 - dependency. - - 17 Sep 2011; Joerg Bornkessel package.mask: - masked live ebuild media-plugins/vdr-xvdr-9999 - - 17 Sep 2011; Joerg Bornkessel package.mask: - rmoved pmask vdr-pvrinput, fixed on bump - - 17 Sep 2011; Markos Chandras package.mask: - Prepare masks for lightdm and webmin - - 17 Sep 2011; Tomáš Chvátal base/package.use.mask: - Cleanup base.use.mask - - 16 Sep 2011; Mike Gilbert package.mask: - Update Arfrever's email address - - 15 Sep 2011; Samuli Suominen package.mask: - Lastrite net-ftp/ftpcube wrt #201314, #330683 - - 15 Sep 2011; Joerg Bornkessel package.mask: - removed pmask for media-plugins/vdr-pvr350, fixed on bump - - 15 Sep 2011; Joerg Bornkessel package.mask: - changed pmask for =media-plugins/vdr-avards-0.2.2 - - 15 Sep 2011; Mike Gilbert package.mask: - Mask net-zope category at Arfrever's request - - 14 Sep 2011; Samuli Suominen package.mask: - Remove entry for gpixpod which was removed from tree. - - 14 Sep 2011; Peter Volkov package.mask: - Drop mask for net-analyzer/wireshark-1.6.0_rc*. - - 13 Sep 2011; Pacho Ramos package.mask: - Clean old entries. - - 13 Sep 2011; Samuli Suominen package.mask: - Lastrite xdtv, video-entropyd, qutecom, vdr-pvr350, SDLcam, vdr-avards, - vdr-atmo, vdr-pvrinput and gnomeradio. - - 12 Sep 2011; Pacho Ramos arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - Mask dts USE flag for gst-plugins-meta. - - 11 Sep 2011; Pacho Ramos package.mask: - Mask >=gnome-extra/nautilus-sendto-3.0 with the rest of Gnome3 as it isn't - compatible with 2.32 gnome-bluetooth, bug 381267. - - 11 Sep 2011; Vlastimil Babka package.mask: - Mask jdk/jre 1.7 until icedtea7 is ready, bug #382485. - - 11 Sep 2011; Michał Górny base/package.use.mask: - Unmask systemd[audit] as audit-2 is no longer masked, bug #372865. - - 11 Sep 2011; Robin H. Johnson package.mask: - Remove sys-process/audit mask. - - 09 Sep 2011; Mike Frysinger package.mask: - Posted coreutils patch tarball -> remove mask. - - 09 Sep 2011; Diego E. Pettenò package.mask: - Mask coreutils as unfetchable. - - 09 Sep 2011; Robin H. Johnson thirdpartymirrors: - Temporarily remove kernel.org as a Gentoo mirror until they finish rebuilding - servers. - - 09 Sep 2011; Mike Frysinger package.mask: - Posted gdb patch tarball -> remove gdb mask. - - 08 Sep 2011; Markos Chandras package.mask: - qt-creator-2.3.0_beta is no more - - 08 Sep 2011; Vlastimil Babka license_groups: - Add Oracle-BCLA-JavaSE to @EULA group. - - 07 Sep 2011; Patrick McLean - arch/alpha/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Mask ffmpegsource USE flag for media-video/x264-encoder on ppc, sparc - and alpha due to missing keywords for media-libs/ffmpegsource - - 07 Sep 2011; Alexis Ballier package.mask: - mask new sexplib - - 07 Sep 2011; Ole Markus With package.mask: - Masked roadsend-php for removal - - 07 Sep 2011; Diego E. Pettenò package.mask: - Remove masks on removed packages. - - 07 Sep 2011; Diego E. Pettenò package.mask: - Mask gdb 7.3.1, remove mask on removed package. - - 06 Sep 2011; Matt Turner package.mask: - dev-libs/libots is gone - - 04 Sep 2011; Markos Chandras package.mask: - app-emulation/frodo and net-misc/vget are gone - - 02 Sep 2011; Nirbheek Chauhan package.mask: - Mask gnome-user-share-3.0 - - 01 Sep 2011; Tomáš Chvátal package.mask: - Unmask libreoffice-3.4.3 - - 31 Aug 2011; Andreas K. Huettel - targets/desktop/kde/package.use: - KDE does not need qt-sql[mysql] anymore, bug 380945 - - 01 Sep 2011; Magnus Granberg hardened/linux/make.default - Add pax_kernel as default on - - 31 Aug 2011; Alexey Shvetsov arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Mask numa use flag for hwloc on alpha ia64 ppc and sparc - - 31 Aug 2011; Tomáš Chvátal updates/3Q-2011: - Slotmove grub2 from 0 to 2 to awoid collisions with old grub2 ebuilds that - were incoherent with their slot. - - 31 Aug 2011; Sebastian Pipping package.mask: - Mask upcoming ~media-gfx/gimp-2.7.3 - - 31 Aug 2011; Pacho Ramos package.mask: - Mask net-irc/conspire for removal - - 31 Aug 2011; Pawel Hajdan jr package.mask: - Unmask dev-lang/v8-3.4, mask v8-3.5. - - 29 Aug 2011; Christian Faulhammer package.mask: - unmask Bazaar 2.4 - - 29 Aug 2011; William Hubbs package.mask: - remove mask for app-accessibility/speechd since it has been removed for bug - #360067. - - 28 Aug 2011; Tomáš Chvátal package.mask: - Mask ExtUtils-ParseXS until bug #378783 is sorted out. - - 28 Aug 2011; Eray Aslan package.mask: - Remove mask for app-crypt/heimdal-1.5_pre*. No longer in the tree. - - 28 Aug 2011; Eray Aslan package.mask: - Remove mask for net-mail/freepops. No longer in the tree. - - 28 Aug 2011; Mike Gilbert package.mask: - Mask www-client/google-chrome-15 (dev channel) - - 27 Aug 2011; Andreas K. Huettel updates/3Q-2011: - Move kde-misc/smaragd to x11-themes/smaragd (it is a kwin theme engine) - - 27 Aug 2011; Mike Gilbert license_groups: - Add EULA for www-client/google-chrome - - 27 Aug 2011; Andreas K. Huettel package.mask: - Mask kde-misc/kcm_gtk for removal - - 28 Aug 2011; Tomáš Chvátal package.mask: - Add p.mask entry for grub-1.99. - - 28 Aug 2011; Tomáš Chvátal - desc/grub_platforms.desc: - Split efi platform to efi-32 and efi-64 as efi-32 is not almost used. - - 27 Aug 2011; Patrick Lauer package.mask: - Removing phoronix-test-suite from php 5.2 mask - - 27 Aug 2011; Michał Górny license_groups, repo_name: - Add zpaq (modified MIT) to the list of GPL-COMPATIBLE licenses. - - 27 Aug 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Drop mask for xorg-server 1.11 prereleases - - 25 Aug 2011; Matt Turner package.mask: - Mask sys-boot/arcboot for removal. - - 25 Aug 2011; Hanno Boeck license_groups: - Add zpaq license to MISC-FREE. - - 25 Aug 2011; Tomáš Chvátal package.mask: - Punt my old pmask entries. - - 23 Aug 2011; Anthony G. Basile - hardened/linux/amd64/no-multilib/package.mask: - Fix masking on hardened/linux/amd64/no-multilib, should be opencv, not ipp - - 23 Aug 2011; Anthony G. Basile - +hardened/linux/amd64/no-multilib/package.mask: - Masked shadowgrounds-bin and ipp on hardened/linux/amd64/no-multilib - - 22 Aug 2011; Anthony G. Basile profiles.desc: - Marking hardened/*/selinux profiles stable - - 22 Aug 2011; Andreas K. Huettel - desc/calligra_features.desc: - Update calligra component descriptions - - 22 Aug 2011; Mark Loeser package.mask: - Add app-benchmarks/phoronix-test-suite to the php-5.2 mask as it depends on - dev-php5/php-gtk - - 22 Aug 2011; Ole Markus With base/use.mask: - Mask the php5-2 target so we do not break RDEPEND - - 21 Aug 2011; Ole Markus With package.mask: - Masking php:5.2 - - 21 Aug 2011; Ole Markus With package.mask: - Masking beta versions of pecl-memcached - - 21 Aug 2011; Amadeusz Żołnowski - desc/dracut_modules.desc: - 'livenet' added to dracut_modules. - - 21 Aug 2011; Andreas K. Huettel package.mask: - Mask net-libs/libfwbuilder for removal - - 20 Aug 2011; Alexis Ballier package.mask: - mask dev-tex/pdftex - - 19 Aug 2011; Kacper Kowalik package.mask: - mask sys-block/iscsi-initiator-core-tools for removal - - 19 Aug 2011; Ryan Hill package.mask: - Removed app-text/gnochm from tree. - - 17 Aug 2011; Justin Lecher package.mask: - Correct: Invalid atom in profiles/package.mask: - >=app-office/libreoffice-3.4.3* - - 17 Aug 2011; Tomáš Chvátal package.mask: - Mask RCs for 3.4.3 libreoffice release - - 16 Jul 2008; Raúl Porcel - +default/linux/x86/2008.0/no-nptl/deprecated: - Deprecate the no-nptl profile - - 16 Aug 2011; Jeroen Roovers package.mask: - Mask >=net-libs/libecap-0.2.0 (bug #379343). - - 16 Aug 2011; Sebastian Pipping package.mask: - app-text/xmlstarlet-1.0.3 now gone from the tree - remove mask - - 16 Aug 2011; Sebastian Pipping package.mask: - Unmask sys-block/open-iscsi-2.0.872 as requested (bug #340425) - - 16 Aug 2011; Nirbheek Chauhan package.mask: - Unmask some GNOME 3 libraries that are either slotted, or safe - - 16 Aug 2011; Christian Faulhammer package.mask: - Add bzr-explorer to >=2.3 Bazaar mask - - 15 Aug 2011; Mike Frysinger package.mask: - Distfile posted -> package unmasked. - - 15 Aug 2011; Diego E. Pettenò package.mask: - Mask gnuconfig that has missing distfile. - - 15 Aug 2011; Jeremy Olexa thirdpartymirrors: - fix ftp.halifax.rwth-aachen.de entry - - 15 Aug 2011; Andreas K. Huettel package.mask: - Add package.mask for knetworkmanager versions requiring ~networkmanager-0.9 - - 15 Aug 2011; Nirbheek Chauhan package.mask: - Remove modemmanager from mask, it works with the 0.8 series too - - 14 Aug 2008; Raúl Porcel - -default/linux/x86/2008.0/no-nptl/deprecated, -default/linux/x86/2008.0/no-nptl/parent: - Remove no-nptl - - 14 Aug 2011; Markus Meier - default/linux/arm/10.0/armv4/desktop/gnome/parent, - default/linux/arm/10.0/armv4/desktop/kde/parent, - default/linux/arm/10.0/armv4t/desktop/gnome/parent, - default/linux/arm/10.0/armv4t/desktop/kde/parent, - default/linux/arm/10.0/armv5te/desktop/gnome/parent, - default/linux/arm/10.0/armv5te/desktop/kde/parent, - default/linux/arm/10.0/armv6j/desktop/gnome/parent, - default/linux/arm/10.0/armv6j/desktop/kde/parent, - default/linux/arm/10.0/armv7a/desktop/gnome/parent, - default/linux/arm/10.0/armv7a/desktop/kde/parent: - fix gnome/kde parents in arm subprofiles, spotted by mr_bones_ - - 14 Aug 2011; Markus Meier - +default/linux/arm/10.0/armv4/desktop/eapi, - +default/linux/arm/10.0/armv4/desktop/gnome/eapi, - +default/linux/arm/10.0/armv4/desktop/gnome/parent, - +default/linux/arm/10.0/armv4/desktop/kde/eapi, - +default/linux/arm/10.0/armv4/desktop/kde/parent, - +default/linux/arm/10.0/armv4/desktop/parent, - +default/linux/arm/10.0/armv4/developer/eapi, - +default/linux/arm/10.0/armv4/developer/parent, - +default/linux/arm/10.0/armv4/eapi, +default/linux/arm/10.0/armv4/parent, - +default/linux/arm/10.0/armv4/server/eapi, - +default/linux/arm/10.0/armv4/server/parent, - +default/linux/arm/10.0/armv4t/desktop/eapi, - +default/linux/arm/10.0/armv4t/desktop/gnome/eapi, - +default/linux/arm/10.0/armv4t/desktop/gnome/parent, - +default/linux/arm/10.0/armv4t/desktop/kde/eapi, - +default/linux/arm/10.0/armv4t/desktop/kde/parent, - +default/linux/arm/10.0/armv4t/desktop/parent, - +default/linux/arm/10.0/armv4t/developer/eapi, - +default/linux/arm/10.0/armv4t/developer/parent, - +default/linux/arm/10.0/armv4t/eapi, +default/linux/arm/10.0/armv4t/parent, - +default/linux/arm/10.0/armv4t/server/eapi, - +default/linux/arm/10.0/armv4t/server/parent, - +default/linux/arm/10.0/armv5te/desktop/eapi, - +default/linux/arm/10.0/armv5te/desktop/gnome/eapi, - +default/linux/arm/10.0/armv5te/desktop/gnome/parent, - +default/linux/arm/10.0/armv5te/desktop/kde/eapi, - +default/linux/arm/10.0/armv5te/desktop/kde/parent, - +default/linux/arm/10.0/armv5te/desktop/parent, - +default/linux/arm/10.0/armv5te/developer/eapi, - +default/linux/arm/10.0/armv5te/developer/parent, - +default/linux/arm/10.0/armv5te/eapi, +default/linux/arm/10.0/armv5te/parent, - +default/linux/arm/10.0/armv5te/server/eapi, - +default/linux/arm/10.0/armv5te/server/parent, - +default/linux/arm/10.0/armv6j/desktop/eapi, - +default/linux/arm/10.0/armv6j/desktop/gnome/eapi, - +default/linux/arm/10.0/armv6j/desktop/gnome/parent, - +default/linux/arm/10.0/armv6j/desktop/kde/eapi, - +default/linux/arm/10.0/armv6j/desktop/kde/parent, - +default/linux/arm/10.0/armv6j/desktop/parent, - +default/linux/arm/10.0/armv6j/developer/eapi, - +default/linux/arm/10.0/armv6j/developer/parent, - +default/linux/arm/10.0/armv6j/eapi, +default/linux/arm/10.0/armv6j/parent, - +default/linux/arm/10.0/armv6j/server/eapi, - +default/linux/arm/10.0/armv6j/server/parent, - +default/linux/arm/10.0/armv7a/desktop/eapi, - +default/linux/arm/10.0/armv7a/desktop/gnome/eapi, - +default/linux/arm/10.0/armv7a/desktop/gnome/parent, - +default/linux/arm/10.0/armv7a/desktop/kde/eapi, - +default/linux/arm/10.0/armv7a/desktop/kde/parent, - +default/linux/arm/10.0/armv7a/desktop/parent, - +default/linux/arm/10.0/armv7a/developer/eapi, - +default/linux/arm/10.0/armv7a/developer/parent, - +default/linux/arm/10.0/armv7a/eapi, +default/linux/arm/10.0/armv7a/parent, - +default/linux/arm/10.0/armv7a/server/eapi, - +default/linux/arm/10.0/armv7a/server/parent, profiles.desc: - add armv4, armv4t, armv5re, armv6j and armv7a subprofiles - - 14 Aug 2011; Nirbheek Chauhan package.mask: - Add libgweather to GNOME 3 mask - - 13 Aug 2011; Anthony G. Basile base/package.mask, - features/selinux/package.mask, selinux/package.mask: - Added maskings and unmaskings for sys-libs/libsepol - - 12 Aug 2011; Tomáš Chvátal base/make.defaults: - Add grub_platforms by default empty to the make_defaults, this is preparation - for my grub2 ebuilds. - - 12 Aug 2011; Tomáš Chvátal - desc/grub_platforms.desc: - Add loongson to the list of grub platforms. - - 12 Aug 2011; Ole Markus With package.mask: - Added another RC to PHP 5.3.7 - - 11 Aug 2011; Pawel Hajdan jr package.mask: - Unmask www-client/chromium-14.x, mask www-client/chromium-15.x - - 11 Aug 2011; Ulrich Mueller updates/3Q-2011: - Package move app-editors/gentoo-editor to app-misc/editor-wrapper. - - 10 Aug 2011; Markos Chandras package.mask: - dhcpv6 is gone - - 09 Aug 2011; Samuli Suominen -gcc2/deprecated, - -default/linux/x86/gcc2/parent, -default/linux/x86/vserver/deprecated, - -default/linux/x86/vserver/parent: - Remove gcc2 and vserver wrt #361133 - - 09 Aug 2011; Andreas K. Huettel updates/3Q-2011: - Move kde-misc/steamcompanion to correct SLOT 4 - - 09 Aug 2011; Samuli Suominen - -features/no-nptl/package.mask, -features/no-nptl/packages, - -features/no-nptl/use.mask, -hardened/linux/x86/10.0/no-nptl/deprecated, - -hardened/linux/x86/10.0/no-nptl/parent, -hardened/linux/x86/no-nptl/parent: - Remove no-nptl profiles because there is no sys-libs/glibc < 2.6 available. - - 09 Aug 2011; Robert Piasek package.mask: - Updated package mask from RC to final for samba 3.6.0 - - 09 Aug 2011; Samuli Suominen - -default/linux/arm/2008.0/deprecated, - -default/linux/arm/2008.0/desktop/deprecated, - -default/linux/arm/2008.0/desktop/make.defaults, - -default/linux/arm/2008.0/desktop/parent, - -default/linux/arm/2008.0/developer/deprecated, - -default/linux/arm/2008.0/developer/parent, -default/linux/arm/2008.0/parent, - -default/linux/arm/2008.0/server/deprecated, - -default/linux/arm/2008.0/server/parent, - -default/linux/ia64/2008.0/deprecated, - -default/linux/ia64/2008.0/desktop/deprecated, - -default/linux/ia64/2008.0/desktop/make.defaults, - -default/linux/ia64/2008.0/desktop/parent, - -default/linux/ia64/2008.0/developer/deprecated, - -default/linux/ia64/2008.0/developer/parent, - -default/linux/ia64/2008.0/parent, - -default/linux/ia64/2008.0/server/deprecated, - -default/linux/ia64/2008.0/server/parent, - -default/linux/m68k/2008.0/deprecated, - -default/linux/m68k/2008.0/desktop/deprecated, - -default/linux/m68k/2008.0/desktop/make.defaults, - -default/linux/m68k/2008.0/desktop/parent, - -default/linux/m68k/2008.0/developer/deprecated, - -default/linux/m68k/2008.0/developer/parent, - -default/linux/m68k/2008.0/package.mask, -default/linux/m68k/2008.0/parent, - -default/linux/m68k/2008.0/server/deprecated, - -default/linux/m68k/2008.0/server/parent, - -default/linux/mips/2008.0/deprecated, - -default/linux/mips/2008.0/desktop/deprecated, - -default/linux/mips/2008.0/desktop/make.defaults, - -default/linux/mips/2008.0/desktop/parent, - -default/linux/mips/2008.0/developer/deprecated, - -default/linux/mips/2008.0/developer/parent, - -default/linux/mips/2008.0/parent, - -default/linux/mips/2008.0/server/deprecated, - -default/linux/mips/2008.0/server/parent, - -default/linux/powerpc/ppc32/2008.0/deprecated, - -default/linux/powerpc/ppc32/2008.0/desktop/deprecated, - -default/linux/powerpc/ppc32/2008.0/desktop/make.defaults, - -default/linux/powerpc/ppc32/2008.0/desktop/parent, - -default/linux/powerpc/ppc32/2008.0/developer/deprecated, - -default/linux/powerpc/ppc32/2008.0/developer/parent, - -default/linux/powerpc/ppc32/2008.0/parent, - -default/linux/powerpc/ppc32/2008.0/server/deprecated, - -default/linux/powerpc/ppc32/2008.0/server/parent, - -default/linux/powerpc/ppc32/2008.0/server/profile.bashrc, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/deprecated, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/deprecated, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/make.defaults, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/desktop/parent, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/developer/deprecated, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/developer/parent, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/parent, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/server/deprecated, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/server/parent, - -default/linux/powerpc/ppc64/2008.0/32bit-userland/server/profile.bashrc, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/deprecated, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/deprecated, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/make.defaults, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/desktop/parent, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/developer/deprecated, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/developer/parent, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/parent, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/server/deprecated, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/server/parent, - -default/linux/powerpc/ppc64/2008.0/64bit-userland/server/profile.bashrc, - -default/linux/powerpc/ppc64/2008.0/deprecated, - -default/linux/powerpc/ppc64/2008.0/desktop/deprecated, - -default/linux/powerpc/ppc64/2008.0/desktop/make.defaults, - -default/linux/powerpc/ppc64/2008.0/desktop/parent, - -default/linux/powerpc/ppc64/2008.0/developer/deprecated, - -default/linux/powerpc/ppc64/2008.0/developer/parent, - -default/linux/powerpc/ppc64/2008.0/parent, - -default/linux/powerpc/ppc64/2008.0/server/deprecated, - -default/linux/powerpc/ppc64/2008.0/server/parent, - -default/linux/s390/2008.0/deprecated, -default/linux/s390/2008.0/parent, - -default/linux/s390/2008.0/server/deprecated, - -default/linux/s390/2008.0/server/parent, - -default/linux/sh/2008.0/deprecated, - -default/linux/sh/2008.0/desktop/deprecated, - -default/linux/sh/2008.0/desktop/make.defaults, - -default/linux/sh/2008.0/desktop/parent, - -default/linux/sh/2008.0/developer/deprecated, - -default/linux/sh/2008.0/developer/parent, -default/linux/sh/2008.0/parent, - -default/linux/sh/2008.0/server/deprecated, - -default/linux/sh/2008.0/server/parent, - -default/linux/sparc/2008.0/deprecated, - -default/linux/sparc/2008.0/desktop/deprecated, - -default/linux/sparc/2008.0/desktop/make.defaults, - -default/linux/sparc/2008.0/desktop/parent, - -default/linux/sparc/2008.0/developer/deprecated, - -default/linux/sparc/2008.0/developer/parent, - -default/linux/sparc/2008.0/packages, -default/linux/sparc/2008.0/parent, - -default/linux/sparc/2008.0/server/deprecated, - -default/linux/sparc/2008.0/server/parent, - -default/linux/sparc/2008.0/use.mask: - Remove 2008.0 profiles from every arch except amd64 and x86. - - 09 Aug 2011; Samuli Suominen - -targets/vserver/packages, -targets/vserver/packages.build: - Remove unused vserver parent wrt #361133 - - 09 Aug 2011; Ulrich Mueller uclibc/arm/2.4/package.mask, - uclibc/arm/armeb/2.4/package.mask, uclibc/ppc/2.4/package.mask, - uclibc/ppc/hardened/2.4/package.mask, uclibc/sh/2.4/package.mask, - uclibc/x86/2.4/package.mask, uclibc/x86/2005.1/2.4/package.mask, - uclibc/x86/hardened/2.4/package.mask: - Remove mask for >=virtual/linux-sources-2.5 because versioning of the virtual - will be dropped. - - 09 Aug 2011; Zac Medico -arch/arm/packages, - arch/arm/package.mask, +arch/ia64/package.mask, -arch/ia64/packages, - +arch/sh/package.mask, -arch/sh/packages, arch/x86/package.mask, - -arch/x86/packages, +arch/x86/xbox/package.mask, -arch/x86/xbox/packages, - -features/gcc2/packages, features/gcc2/package.mask, - features/selinux/package.mask, features/selinux/packages, - hardened/amd64/package.mask, hardened/amd64/packages, - hardened/ia64/package.mask, hardened/ia64/packages, - hardened/x86/package.mask, hardened/x86/packages, - releases/10.0/package.mask, -releases/10.0/packages, - releases/2008.0/package.mask, -releases/2008.0/packages, - selinux/package.mask, selinux/packages: - Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and - future versions of sys-apps/portage. - - 09 Aug 2011; Zac Medico +arch/s390/package.mask, - +default/linux/m68k/10.0/package.mask, - +default/linux/m68k/2008.0/package.mask, +releases/10.0/package.mask, - +releases/2008.0/package.mask, -default/linux/m68k/10.0/packages, - -default/linux/m68k/2008.0/packages, arch/m68k/package.mask, - arch/m68k/packages, arch/s390/packages, releases/10.0/packages, - releases/2008.0/packages: - Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and - future versions of sys-apps/portage. - - 09 Aug 2011; Zac Medico +uclibc/arm/2.4/package.mask, - +uclibc/arm/armeb/2.4/package.mask, +uclibc/ppc/2.4/package.mask, - +uclibc/ppc/hardened/2.4/package.mask, +uclibc/sh/2.4/package.mask, - +uclibc/x86/2.4/package.mask, +uclibc/x86/2005.1/2.4/package.mask, - +uclibc/x86/hardened/2.4/package.mask, -uclibc/arm/2.4/packages, - -uclibc/arm/armeb/2.4/packages, -uclibc/ppc/2.4/packages, - -uclibc/ppc/hardened/2.4/packages, -uclibc/sh/2.4/packages, - -uclibc/x86/2.4/packages, -uclibc/x86/2005.1/2.4/packages, - -uclibc/x86/hardened/2.4/packages, uclibc/package.mask, uclibc/packages: - Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and - future versions of sys-apps/portage. - - 08 Aug 2011; Kacper Kowalik package.mask: - Mask sys-fs/unionfs for removal - - 07 Aug 2011; Anthony G. Basile base/package.mask, - features/selinux/package.mask, selinux/package.mask: - Added maskings and unmaskings for sec-policy/selinux-pan - - 07 Aug 2011; Samuli Suominen package.mask: - Unmask some raptor:2 reverse dependencies like liblrdf and redland. - - 06 Aug 2011; Samuli Suominen package.mask: - Mask sys-apps/hal and app-misc/hal-info - - 04 Aug 2011; Tomáš Chvátal package.mask: - Unleash the libreoffice-3.4 - - 04 Aug 2011; Tomáš Chvátal updates/3Q-2011: - Move media-libs/libwpg to app-text/libwpg even tho it is not text tool the 2 - brothers wpd and wps are there so it is nicer to have all the same libs in - one place. - - 04 Aug 2011; Markos Chandras package.mask: - Masking app-emulation/frodo for removal - - 04 Aug 2011; Markos Chandras package.mask: - Masking net-misc/vget for removal - - 04 Aug 2011; Matt Turner package.mask: - Mask dev-libs/libots for removal. - - 03 Aug 2011; Hans de Graaff package.mask: - Mask dev-ruby/capistrano-launcher as it is no longer needed by capistrano. - - 03 Aug 2011; Arun Raghavan package.mask: - Mask media-sound/pulseaudio prereleases - - 02 Aug 2011; Matt Turner updates/3Q-2011: - pkgmove from x11-libs/Xaw3d to x11-libs/libXaw3d. - - 01 Aug 2011; Markos Chandras package.mask: - remove old entries - - 31 Jul 2011; Steev Klimaszewsk package.mask: - - - Mask net-misc/dhcdbd. This package has been obsolete since NetworkManager - 0.7. NetworkManager 0.8 is in the tree as the oldest version so we can remove - this in 30 days. - - - 29 Jul 2011; Andreas K. Huettel updates/3Q-2011: - libkmap becomes libkgeomap - - 29 Jul 2011; Nirbheek Chauhan package.mask: - Add preliminary GNOME 3 package mask, will be removed after everything is in - the tree - - 29 Jul 2011; Nirbheek Chauhan - features/64bit-native/package.mask: - Unmask tb/fx/sm-bin on 64bit-native since they now install 64-bit binary - tarballs on amd64, bug 374757 - - 29 Jul 2011; Samuli Suominen package.mask: - Mask -r20 of ardour and liblrdf for testing; uses raptor2 instead of raptor - - 28 Jul 2011; Alexis Ballier package.mask: - unleash TeX Live 2011 to ~arch - - 28 Jul 2011; Hanno Boeck license_groups: - Add NCSA-HDF to MISC-FREE license group. - - 28 Jul 2011; Jorge Manuel B. S. Vicetto - package.mask: - [package.mask] Update the mysql/mariadb mask. - Dropped 5.4 from the mask as it's no longer in the tree. - Added virtual/mysql-5.3 now that mariadb did it's first beta release of - 5.3.0. - - 28 Jul 2011; Peter Volkov package.mask: - Unmask =net-analyzer/httping-1.5.1* - it is released and 1.5.1_beta1 dropped - from the tree. - - 28 Jul 2011; Alexis Ballier package.mask: - mask TeX Live 2011 for testing - - 27 Jul 2011; Andreas K. Huettel package.mask: - Remove kde-4.7 mask as it has been released - - 27 Jul 2011; Alexey Shvetsov package.mask: - Mask KDE SC 4.7.0 untill official release - - 27 Jul 2011; Alexey Shvetsov arch/arm/package.mask, - arch/powerpc/package.mask: - Mask KDE SC 4.7.0 per bug #376613 - - 27 Jul 2011; Tomáš Chvátal package.mask: - Mask openoffice{,-bin} and wpd2sxw for removal. Substitutes are in main tree. - - 25 Jul 2011; Anthony G. Basile base/package.mask, - features/selinux/package.mask, selinux/package.mask: - Added maskings and unmaskings for sec-policy/selinux-nginx - - 25 Jul 2011; Anthony G. Basile base/package.mask, - features/selinux/package.mask, selinux/package.mask: - Added maskings and unmaskings for sec-policy/selinux-haveged - - 25 Jul 2011; Anthony G. Basile base/package.mask, - features/selinux/package.mask, selinux/package.mask: - Added maskings and unmaskings for sec-policy/selinux-gpg - - 25 Jul 2011; Pacho Ramos package.mask: - Mask dev-libs/libsigc++:1.0 for removal , bug 358587 - - 25 Jul 2011; Pacho Ramos package.mask: - Mask net-libs/libicq2000 for removal, bug #358589. - - 24 Jul 2011; Doug Goldstein package.mask: - Remove MythTV package mask - - 24 Jul 2011; Tomáš Chvátal package.mask: - Remove libnc-dap pmask as it is punted from main tree - - 24 Jul 2011; Gilles Dartiguelongue package.mask: - Add json-glib developement releases mask. - - 23 Jul 2011; Michał Januszewski package.mask: - Removing mask on nvidia-cuda-profiler (dropped from the tree). - - 23 Jul 2011; Maciej Mrozowski - arch/amd64/no-multilib/package.mask, hardened/linux/package.mask: - Mask media-sound/skype-call-recorder on no-multilib and hardened - - 23 Jul 2011; Peter Volkov package.mask: - Mask release candidates: dev-libs/guiloader, dev-libs/guiloader-c++ and - dev-util/crow-designer. - - 23 Jul 2011; Markos Chandras package.mask: - bring net-analyzer/ntop to testing tree - - 23 Jul 2011; Hans de Graaff updates/3Q-2011: - Add slotmoves for dev-ruby/rack-test. - - 22 Jul 2011; Thomas Kahle license_groups: - adding gmtp license to MISC_FREE group - - 22 Jul 2011; Pacho Ramos package.mask: - Update emul mask. - - 22 Jul 2011; Christoph Mende - arch/amd64/package.use.mask: - Remove invalid USE unmask - - 22 Jul 2011; Nathan Phillip Brink package.mask: - Drop net-irc/oer for bug #339545, bug #240918, and upstream abandoning the - project. - - 22 Jul 2011; Nathan Phillip Brink package.mask: - Drop net-irc/oer-mysql abandoned by upstream. bug #332111, bug #354493, and - bug #252000. - - 22 Jul 2011; Nathan Phillip Brink package.mask: - Remove irssi-svn from the list of live ebuilds since it's now called - irssi-999. - - 22 Jul 2011; Nathan Phillip Brink updates/3Q-2011: - Move net-irc/irssi-svn-0.3 to net-irc/irssi-999. - - 21 Jul 2011; Pacho Ramos package.mask: - Remove moonlight mask entry. - - 21 Jul 2011; Pacho Ramos package.mask: - Mask libcanberra version that is prepared to work with Gnome3 dropping gnome2 - support. - - 21 Jul 2011; Eray Aslan package.mask: - remove mask for mail-client/smtpclient as it is no longer in the tree - - 21 Jul 2011; Eray Aslan package.mask: - remove mask for net-mail/teapop as it is no longer in the tree - - 21 Jul 2011; Eray Aslan package.mask: - remove mask for net-mail/signature as it is no longer in the tree. - - 21 Jul 2011; Eray Aslan package.mask: - remove mask for net-mail/vm-pop3d as it is no longer in the tree - - 20 Jul 2011; Eray Aslan package.mask: - mask net-mail/freepops for removal - - 20 Jul 2011; Pacho Ramos package.mask: - Mask app-portage/meatoo for removal - - 20 Jul 2011; Tiziano Müller package.mask: - Remove mask for php-libvirt since that package is gone - - 20 Jul 2011; Nathan Phillip Brink package.mask: - Add package.mask for net-irc/atheme-services as requested by atheme upstream. - - 19 Jul 2011; Matt Turner profiles.desc: - Sort mips profiles by endianness first, alphabetically second. - - 19 Jul 2011; Pacho Ramos arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - Mask 'vcd' and 'dvd' USE flags on different arches not having needed - dependencies keyworded yet. - - 18 Jul 2011; Amadeusz Żołnowski - desc/dracut_modules.desc: - 'crypt-gpg' added to dracut_modules. - - 18 Jul 2011; Markos Chandras package.mask: - Masking qt-creator-2.3.0_beta for testing - - 17 Jul 2011; Anthony G. Basile - features/selinux/use.mask: - Removed x264 use mask on features/selinux - - 17 Jul 2011; Pacho Ramos arch/ia64/package.use.mask: - Mask mms USE flag for gst-plugins-meta on ia64 - - 17 Jul 2011; Pacho Ramos arch/arm/package.use.mask, - arch/arm/use.mask, arch/sh/use.mask: - Move to global mms USE flag. - - 17 Jul 2011; Christoph Mende arch/arm/package.use.mask: - Mask mpd[mms] on arm - - 17 Jul 2011; Pacho Ramos use.desc: - Add mms USE flag description. - - 17 Jul 2011; Christian Faulhammer package.mask: - Add bzr-git to incompatible Bazaar tools...we still wait for bzr-svn to get - updated - - 17 Jul 2011; Christian Faulhammer package.mask: - Raise version match for Bazaar programs for 2.3 compatability - - 17 Jul 2011; Markos Chandras package.mask: - Masking new version of www-apps/tt-rss for testing - - 16 Jul 2011; Robin H. Johnson package.mask: - Mask sys-libs/db-5.2 for testing. Update db-5.1 mask. - - 16 Jul 2011; Jorge Manuel B. S. Vicetto - base/packages: - [base/packages] Drop autotools, flex and bison from system set - fixes bug - 221311. - - 16 Jul 2011; Justin Lecher package.mask: - Unmask sci-libs/mmdb as I found the solution for the inline changes - - 15 Jul 2011; Kacper Kowalik package.mask: - Removed obsolete pmask on sys-cluster/pvfs2 - - 15 Jul 2011; Jorge Manuel B. S. Vicetto - base/packages: - [base/packages] Revert unintentional commit about bug 221311 - will apply it - later when I finish testing it. - - 15 Jul 2011; Jorge Manuel B. S. Vicetto - base/packages, package.mask: - [package.mask] Masked ~dev-db/mariadb-5.1.55 until we get some feedback on - the unit tests as they build for me but fail for Robin. - - 14 Jul 2011; Pacho Ramos package.mask: - Mask gnome-extra/libgda:3 for removal, bug #252540. - - 14 Jul 2011; Eray Aslan package.mask: - remove mask against net-mail/gml. no longer in the tree - - 14 Jul 2011; Jorge Manuel B. S. Vicetto - default/linux/packages.build: - Added sys-apps/shadow to packages.build as we need it on stage1. - - 13 Jul 2011; Justin Lecher package.mask: - mask dev-tcltk/tkimg-1.5*, fails with libjpeg-turbo on tests - - 11 Jul 2011; Nirbheek Chauhan - arch/amd64/no-multilib/package.mask: - Unmask tb/fx/sm-bin on no-multilib since they now install 64-bit binary - tarballs on amd64, bug 374757 - - 11 Jul 2011; Anthony G. Basile - -selinux/v2refpolicy/package.mask, features/selinux/package.mask: - Removed unnecessary maskings of sec-policy/selinux-*-3 - - 11 Jul 2011; Tiziano Müller package.mask: - Removed qemu-kvm-spice. - - 10 Jul 2011; Aaron W. Swenson package.mask: - Added mask for beta release of pgadmin3 - - 10 Jul 2011; Markos Chandras package.mask: - Masking net-misc/dhcpv6 for removal in 30 days - - 08 Jul 2011; Diego E. Pettenò package.mask: - Mask newest pcsc-lite/ccid as they don't seem to work reliably. - - 07 Jul 2011; Eray Aslan package.mask: - remove postfix-2.8.4_rc entry. no longer in the tree - - 06 Jul 2011; Samuli Suominen package.mask: - Lastrite www-plugins/moonlight. - - 06 Jul 2011; Samuli Suominen package.mask: - Remove mask entry for dev-python/cgal-python which isn't in gentoo-x86 - anymore. - - 06 Jul 2011; Alexis Ballier package.mask: - unmask ocaml-3.12.1 - - 06 Jul 2011; Andreas Proschofsky package.mask: - Mask LibreOffice 3.4.1 for some additional testing - - 06 Jul 2011; Alexis Ballier profiles.desc: - add gfbsd 8.2 profiles to profiles.desc - - 05 Jul 2011; Jeroen Roovers package.mask: - Mask >=dev-python/pyparted-3.8 (bug #370163). - - 04 Jul 2011; Hans de Graaff +updates/3Q-2011: - Slot move rack-mount into slots. Start new quarter file. - - 03 Jul 2011; Anthony G. Basile hardened/linux/packages: - Added sys-apps/paxctl to system for hardened profiles - - 03 Jul 2011; arch/amd64/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask: - Move infiniband package.use.mask to the profiles that unmask the flag - - 03 Jul 2011; Markos Chandras package.mask: - sys-fs/evms is gone - - 03 Jul 2011; Nirbheek Chauhan package.mask: - Remove old spidermonkey-2.0 mask, add 1.8.5 mask for new js185 release - - 02 Jul 2011; Eray Aslan package.mask: - remove mask entry for amavisd-new-2.7.0_rc*. No longer in the tree - - 01 Jul 2011; Alexey Shvetsov +desc/ofed_drivers.desc, - -desc/openib_drivers.desc, base/make.defaults: - Rename OPENIB_DRIVERS to OFED_DRIVERS to follow upstream names - - 01 Jul 2011; Markos Chandras package.mask: - app-text/notecase will stay - - 01 Jul 2011; Jory A. Pratt package.mask: - unmasking >=mail-client/thunderbird-3.3_alpha3 - - 01 Jul 2011; Markos Chandras package.mask: - masking app-text/notecase for removal - - 01 Jul 2011; Markos Chandras package.mask: - masking app-crypt/steghide for removal - - 01 Jul 2011; Markos Chandras package.mask: - masking app-emulation/pearpc for removal - - 01 Jul 2011; Markos Chandras package.mask: - masking app-emulation/gdb-armulator for removal - - 01 Jul 2011; Markos Chandras package.mask: - Masking pcmcia-cs suite for removal. Bug #236286 - - 01 Jul 2011; Markos Chandras package.mask: - masking net-libs/clinkcc for removal - - 01 Jul 2011; Markos Chandras package.mask: - Masking app-arch/upm for removal. bug #371157 - - 01 Jul 2011; Markos Chandras package.mask: - Remove entries for spiralmodular and hrktorrent - - 30 Jun 2011; Alexey Shvetsov desc/openib_drivers.desc: - Add one more device to openib_drivers - - 30 Jun 2011; Alexey Shvetsov +desc/openib_drivers.desc, - base/ChangeLog, base/make.defaults, base/package.use.mask, categories, - use.desc: - Add OPENIB_DRIVERS to USE_EXPAND and its descriptins. Add infiniband use flag - to global one since many packages can use it - - 30 Jun 2011; Anthony G. Basile hardened/linux/use.mask: - Use masked opencl on hardened, bug #367225 - - 29 Jun 2011; Pacho Ramos targets/desktop/make.defaults: - Enable 'cdda' by default as most desktop users will want it like 'cdr' and - prevents people from having to manually enable it for sound-juicer. - - 29 Jun 2011; Pacho Ramos ChangeLog: - Mask for removal in 30 days x11-libs/gtksourceview:1.0 and reverse - dependencies, bug #354241 - - 29 Jun 2011; Justin Lecher package.mask: - Mask mmdb and coot due to ABI/API breakage - - 29 Jun 2011; Justin Lecher package.mask: - Unmask sci-libs/mmdb, seems fine now - - 29 Jun 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask xorg-drivers-1.11 - - 28 Jun 2011; Matt Turner profiles.desc: - Remove mips sys/ profiles and add multilib profiles to profiles.desc - - 28 Jun 2011; Ole Markus With package.mask: - Mask php 5.4 alpha versions and above - - 28 Jun 2011; Tony Vroon package.mask: - The replacement package is net-misc/gogoc, not net-misc/gogo6. As pointed out - by Evesong on #gentoo. - - 28 Jun 2011; Jorge Manuel B. S. Vicetto - default/linux/packages.build, hardened/packages.build: - Added sys-apps/makedev and sys-fs/udev to packages.build for default/linux - and hardened profiles. - This will allow stages to have devices and udev in sysinit runlevel - bug - 368597. - - 27 Jun 2011; Samuli Suominen package.mask: - Remove entries for packages removed in favour completing bug #359595. - - 27 Jun 2011; Justin Lecher package.mask: - Mask sci-chemistry/webmo - Only available version upstream isn't in the tree - - 26 Jun 2011; Alexis Ballier package.mask: - mask ocamlduce built against ocaml 3.12.1 rc - - 26 Jun 2011; Alexis Ballier package.mask: - Mask release candidate of ocaml - - 26 Jun 2011; Alexis Ballier package.mask: - unmask ocamlnet 3.3 - - 25 Jun 2011; Hans de Graaff package.mask: - Mask forthcoming rubygems 1.8.x releases for testing. - - 23 Jun 2011; Michał Górny base/package.use.mask: - Mask sys-apps/systemd[audit] due to masked >=sys-process/audit-2. - - 23 Jun 2011; Tomáš Chvátal package.mask: - Mask just 0.7 release. Not the pre or the live ebuild. - - 23 Jun 2011; Alexis Ballier package.mask: - mask ffmpeg 0.8 - - 22 Jun 2011; Michał Górny package.mask: - Unmask systemd. - - 22 Jun 2011; Justin Lecher default/linux/make.defaults: - Add fortran to default USE again in order to avoid direct installation of - ifc, #372513 - - 21 Jun 2011; Justin Lecher default/linux/make.defaults: - Remove fortran from default USE, this is now handled by virtual/fortran and - fortran-2.eclass - - 21 Jun 2011; Eray Aslan package.mask: - Mask prerelease app-crypt/heimdal-1.5_pre* - - 21 Jun 2011; Tomáš Chvátal package.mask: - Mask libav 0.7 release instead of rc as lots still does not compile. - - 21 Jun 2011; Markos Chandras package.mask: - media-libs/sdl-gui and net-p2p/ghostwhitecrab are gone - - 20 Jun 2011; Peter Volkov package.mask: - Mask dev-util/oprofile-0.9.7 release candidate - - 19 Jun 2011; Hans de Graaff updates/2Q-2011: - Add slotmoves for dev-ruby/deprecated. - - 19 Jun 2011; Hans de Graaff updates/2Q-2011: - Fix slotmoves for dev-ruby/arel. - - 19 Jun 2011; Anthony G. Basile base/package.mask, - features/selinux/package.mask, package.mask, selinux/package.mask, - selinux/v2refpolicy/package.mask: - Unmasked sec-policy/selinux-policykit, bug #371441 - - 18 Jun 2011; Andreas K. Huettel package.mask: - Mask cups-1.5, too new and still needs a lot of testing - - 18 Jun 2011; Jorge Manuel B. S. Vicetto - package.mask: - Update Robin's earlier mask of mysql-5.2 to add mask for mariadb-5.2*. - - 18 Jun 2011; Eray Aslan package.mask: - Mask mail-client/smtpclient for removal - - 18 Jun 2011; Eray Aslan package.mask: - Mask net-mail/teapop for removal - - 18 Jun 2011; Eray Aslan package.mask: - Mask mail-mta/postfix-2.8.4_rc* release candidates - - 18 Jun 2011; Torsten Veller package.mask: - Mask =dev-lang/perl-5.14* - - 18 Jun 2011; Torsten Veller package.mask: - Remove bugzilla EOL mask - versions were removed - - 18 Jun 2011; Hans de Graaff updates/2Q-2011: - Move incompatible versions of dev-ruby/arel into slots. - - 17 Jun 2011; Pawel Hajdan jr package.mask: - Unmask www-client/chromium-13 and corresponding v8 versions. - - 17 Jun 2011; Ole Markus With package.mask: - Masking php-5.3.7 release candidates - - 17 Jun 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium-14 and dev-lang/v8-3.4 dev channel releases. - - 16 Jun 2011; Stanislav Ochotnicky updates/2Q-2011: - Moving dev-ruby/fromcvs to dev-vcs/fromcvs - - 16 Jun 2011; Peter Volkov desc/xtables_addons.desc: - add xtables_addons_{dnetmap,ipset{4,6}} USE flags descriptions - - 16 Jun 2011; Jonathan Callen updates/2Q-2011: - Fix stupid typos from not reading the output of my scripts - - 16 Jun 2011; Anthony G. Basile base/package.mask, - features/selinux/package.mask, package.mask, selinux/package.mask, - selinux/v2refpolicy/package.mask: - Masked sec-policy/selinux-policykit for removal, bug #371441 - - 15 Jun 2011; Jonathan Callen updates/2Q-2011: - Add The Great KDE Slot Move: gentoo-x86 Edition - - 15 Jun 2011; Samuli Suominen package.mask: - Retire gpixpod for bugs 221277 and 351307. - - 15 Jun 2011; Tomáš Chvátal package.mask: - Move libav mask from beta to rc. - - 15 Jun 2011; Eray Aslan package.mask: - Mask experimental mail-mta/postfix-2.9 releases - - 14 Jun 2011; Eray Aslan package.mask: - Mask net-mail/signature for removal - - 14 Jun 2011; Eray Aslan package.mask: - Mask net-mail/vm-pop3d for removal - - 14 Jun 2011; Nirbheek Chauhan package.mask, - thirdpartymirrors: - Add GNOME 3.1.x pre-release mask - - 13 Jun 2011; Christian Faulhammer package.mask: - Mask app-misc/gramps 3.3.0 for testing, as the DB will get updated - - 13 Jun 2011; Christian Faulhammer package.mask: - Remove some spurious entries for already removed packages - - 12 Jun 2011; Michał Januszewski package.mask: - Masked dev-util/nvidia-cuda-profiler for removal. - - 11 Jun 2011; Sergei Trofimovich package.mask: - Masked dev-haskell/gtk2hs for removal. - - 09 Jun 2011; Theo Chatzimichos package.mask: - Remove KDEPIM 4.5.95 mask, the regular release is now in tree - - 09 Jun 2011; Hans de Graaff package.mask: - Rails 2.2 has been removed. - - 09 Jun 2011; Samuli Suominen package.mask: - Unmask media-video/setpwc wrt #363469. - - 09 Jun 2011; Diego E. Pettenò package.mask: - Masking net-misc/gateway6 for QA removal. - - 08 Jun 2011; Hans de Graaff updates/2Q-2011: - slotmove versions of dev-ruby/mysql2 into separate slots. - - 08 Jun 2011; Diego E. Pettenò package.mask: - Mask libtirpc 0.2.2 until it can get fixed. - - 08 Jun 2011; Pawel Hajdan jr - -targets/developer/profile.bashrc: - Remove "You should enable -g (or higher) for debugging" message from the - developer profile, - - - 08 Jun 2011; Pawel Hajdan jr package.mask: - Unmask dev-lang/v8-3.2.x, needed for a security bump. - - 08 Jun 2011; Nathan Phillip Brink updates/2Q-2011: - Rename net-irc/atheme to net-irc/atheme-services to follow upstream's - package name change. - - 07 Jun 2011; Sebastian Pipping package.mask: - Mask upcoming sys-block/open-iscsi-2.0.872 (bug #340425) - - 07 Jun 2011; Bernard Cafarelli package.mask: - Unmask libobjc2, mask new gnustep-base/gnustep-make depending on it - - 06 Jun 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Mask prerelease of xorg-server 1.11 - - 06 Jun 2011; Andreas K. Huettel - targets/desktop/kde/make.defaults: - Add more useflags by default to desktop/kde profile, as decided by kde team. - Bug 365251 - - 06 Jun 2011; Michał Górny package.mask: - Mask sys-apps/systemd before adding. - - 05 Jun 2011; Markos Chandras package.mask: - net-misc/guidedog will stay - - 05 Jun 2011; Jeroen Roovers package.mask: - Mask sys-block/parted-3 (bug #370163). Fix two date entries. - - 05 Jun 2011; Sergei Trofimovich package.mask: - Packages, depending on - +desc/grub_platforms.desc: - Add grub_platforms.desc to describe USE_EXPAND for grub2 (for now used just - in my dev overlay). - - 05 Jun 2011; Hans de Graaff package.mask: - Add virtual/ruby-threads to the ruby 1.9 mask. - - 04 Jun 2011; Eray Aslan package.mask: - Mask net-mail/gml for removal - - 04 Jun 2011; Pawel Hajdan jr package.mask: - Remove www-client/chromium-bin mask, the package has been removed from the - tree. - - 03 Jun 2011; Tim Harder package.mask: - Mask scribus release candidates. - - 03 Jun 2011; Markos Chandras package.mask: - Masking sys-fs/evms for removal - - 03 Jun 2011; Andreas K. Huettel package.mask: - pmask kbluetooth (requires KDE 4.4) - - 02 Jun 2011; Markos Chandras package.mask: - net-p2p/qbittorrent-2.8.0_rc is gone - - 02 Jun 2011; Markos Chandras package.mask: - quickaccecss wont be removed - - 30 May 2011; Markos Chandras package.mask: - Masking media-sound/spiralmodular for removal - - 30 May 2011; Markos Chandras package.mask: - Masking net-p2p/hrktorrent for removal - - 29 May 2011; Markus Meier package.mask: - remove hugin mask, final version is in tree - - 29 May 2011; Pawel Hajdan jr desc/linguas.desc: - Add Filipino (fil) locale, - https://secure.wikimedia.org/wikipedia/en/wiki/Filipino_language. fil is ISO - 639 code for the Filipino language. - - 29 May 2011; Markos Chandras package.mask: - Masking emesene:2 - - 27 May 2011; Tony Vroon package.mask: - Unmask asterisk 1.8 branch; 1.8.4.1 seems usable. - - 26 May 2011; Markos Chandras package.mask: - Masking ntop-4.0.3 for testing. Bug #347393 - - 26 May 2011; Markos Chandras package.mask: - Masked for testing. Bug #308449 - - 26 May 2011; Markos Chandras package.mask: - Update qbittorent entry - - 25 May 2011; Hans de Graaff package.mask: - Remove mask for removed package cgi_multipart_eof_fix. - - 25 May 2011; MATSUU Takuto package.mask: - Unmask ibus packages. - - 24 May 2011; Ulrich Mueller package.mask: - Remove mask for removed app-emacs/psql, bug 364775. - - 24 May 2011; Jeroen Roovers package.mask: - Mask www-client/opera-next. - - 24 May 2011; Peter Volkov package.mask: - drop mask for net-analyzer/ipac-ng, package was removed from the tree - - 24 May 2011; Peter Volkov package.mask: - Mask net-analyzer/wireshark release candidates - - 24 May 2011; Denis Dupeyron - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Add games-rpg/nwn-shadowlordsdreamcatcherdemon to - arch/amd64/no-multilib/package.mask and features/64bit-native/package.mask. - - 22 May 2011; Eray Aslan package.mask: - mask mail-filter/amavisd-new-2.7.0 release candidates - - 22 May 2011; Eray Aslan package.mask: - mailfilter/amavisd-new-2.7.0_pre* is no longer in the tree. - - 22 May 2011; Markos Chandras package.mask: - Masking net-p2p/ghostwhitecrab for removal. Bug #322361 - - 21 May 2011; Markos Chandras package.mask: - Unmask remina packages - - 21 May 2011; Markos Chandras package.mask: - Masking media-libs/sdl-qui for removal. Bug #334779 - - 21 May 2011; Markos Chandras package.mask: - Masking net-misc/guidedog for removal. Bug #363163 - - 21 May 2011; Ole Markus With base/use.mask, - desc/php_targets.desc: - Masking the php5-5 PHP_TARGET - - 21 May 2011; Ole Markus With package.mask: - Removed base, centreon and PEAR-Image_Graph from package.mask as they have - been removed from the tree - - 20 May 2011; Peter Volkov package.mask: - drop net-p2p/transmission mask. It's released now. - - 19 May 2011; Samuli Suominen package.mask: - Lastrite spcaview, aatv, camsource, effectv, setpwc, fame, fmio and came for - linux-headers-2.6.38 wrt #359595. - - 19 May 2011; Bernard Cafarelli package.mask: - Remove mask on last-rited gnustep-libs/camaelon and - x11-themes/camaelon-themes - - 19 May 2011; Diego E. Pettenò package.mask: - Unmask mod_security 2.6.0. - - 18 May 2011; Ulrich Mueller package.mask: - Remove mask for several removed packages in app-emacs category, bug 358351. - - 18 May 2011; Tim Harder package.mask: - Mask hugin release candidates. - - 17 May 2011; Sebastian Pipping package.mask: - Unmask Blender >=2.57 as Python 3.2 is no longer masked. package.mask - - 17 May 2011; Anthony G. Basile - +features/selinux/make.defaults, +features/selinux/package.mask, - +features/selinux/package.use.force, +features/selinux/package.use.mask, - +features/selinux/packages, +features/selinux/profile.bashrc, - +features/selinux/use.force, +features/selinux/use.mask, - +features/selinux/virtuals, +hardened/linux/amd64/no-multilib/selinux/parent, - +hardened/linux/amd64/selinux/parent, +hardened/linux/x86/selinux/parent, - profiles.desc: - Added new features/selinux profile. Bug #365483 - - 16 May 2011; Arfrever Frehtes Taifersar Arahesis - package.mask: - Mask Python 2.7.1-r2. - - 16 May 2011; Andreas K. Huettel package.mask: - Removed pmask of sys-apps/linux-gpib, seems to work fine - - 16 May 2011; Tomáš Chvátal base/make.defaults, - desc/calligra_features.desc: - Add more calligra features. - - 15 May 2011; Hans de Graaff package.mask: - Mask forthcoming dev-lang/ruby-enterprise version for testing. - - 15 May 2011; Hans de Graaff updates/2Q-2011: - Slotmove latest cucumber-rails into a new slot. - - 15 May 2011; Tomáš Chvátal - +desc/calligra_features.desc, base/make.defaults: - Add calligra options to the USE_EXPAND and enable all of them by default. - - 15 May 2011; Markos Chandras package.mask: - Mask kde-misc/quickaccess for removal - - 14 May 2011; Arfrever Frehtes Taifersar Arahesis - package.mask: - Unmask NumPy 1.6. - - 14 May 2011; Andreas K. Huettel updates/2Q-2011: - Filelight is now part of kde-base, bug 361199 - - 14 May 2011; Jim Ramsay arch/amd64/package.use.mask: - Masking USE=kde for www-plugins/adobe-flash under amd64 since the config - plugin is 32-bit only. - - 14 May 2011; Jim Ramsay package.mask: - Removed old adobe-flash versions as foretold in package.mask - - 13 May 2011; Arfrever Frehtes Taifersar Arahesis - package.mask: - Unmask Python 3.2. - - 13 May 2011; Nathan Phillip Brink package.mask: - Mask net-irc/oer and net-irc/oer-mysql for removal due to no more support - from upstream and QA issues. - - 13 May 2011; Pawel Hajdan jr package.mask: - Mask dev-lang/v8-3.3, update reason for masking v8-3.2 (failing tests). - - 13 May 2011; Eray Aslan package.mask: - Unmask cyrus-imapd-2.4.8 and cyrus-imap-admin-2.4.8 - - 13 May 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium-13.x - - 11 May 2011; Eray Aslan package.mask: - Mask cyrus-imap-admin-2.4.8. Needs testing first - - 10 May 2011; Markos Chandras package.mask: - Remove entry for qt-creator 2.2.0 RC release - - 10 May 2011; Andreas K. Huettel updates/2Q-2011: - Move keyjnote to new name impressive, bug 364161 - - 10 May 2011; Eray Aslan package.mask: - Needs some testing first net-mail/cyrus-imapd-2.4.8 - - 10 May 2011; Justin Bronder package.mask: - Masking sys-cluster/pvfs2 for removal (#337374) - - 09 May 2011; Ulrich Mueller use.desc: - Restore prefix USE flag, it is used. - - 09 May 2011; Pawel Hajdan jr package.mask: - Unmask www-client/chromium-12.x, now in the beta channel. - - 08 May 2011; Diego E. Pettenò - desc/sane_backends.desc: - Describe new sane-backends. - - 06 May 2011; Markos Chandras package.mask: - Unmasking boost - - 06 May 2011; Diego E. Pettenò package.mask: - Masking app-crypt/scsign for QA removal. - - 05 May 2011; Anthony G. Basile - hardened/linux/package.mask: - sys-devel/prelink: Masked on hardened, use sys-apps/elfix instead to fix - gnustack - - 05 May 2011; Anthony G. Basile package.mask: - sys-apps/chpax: Unmasked after discussion, see Bug #365825 - - 05 May 2011; Pawel Hajdan jr package.mask: - Unmask >=sci-mathematics/nusmv-2.5.0. Was hard masked for many months, - should generally work. - - 03 May 2011; Luca Barbato package.mask: - Mask blender-2.57, depends on python-3.2 - - 03 May 2011; Anthony G. Basile package.mask: - sys-apps/chpax: Masked for removal in 30 days. Bug #365825 - - 02 May 2011; Mark Loeser package.mask: - Mask reverse deps of dev-php/PEAR-Image_Graph - - 02 May 2011; Jeroen Roovers thirdpartymirrors: - Remove patan.com.ar mirrors. - - 01 May 2011; package.mask: - Masking SVN snapshot versions of PHP - - 01 May 2011; Fabian Groffen profiles.desc: - Add Prefix FreeBSD 8.2 x64 profile - - 30 Apr 2011; Ulrich Mueller -hardened/linux/virtuals, - -hardened/virtuals, -uclibc/mips/virtuals, -uclibc/ppc/hardened/virtuals, - -uclibc/virtuals, -uclibc/x86/hardened/virtuals: - Remove old-style virtual/linux-sources, bug 118442. - - 29 Apr 2011; Nirbheek Chauhan package.mask: - Mask notification-daemon-0.7, GTK3 version - - 29 Apr 2011; Kacper Kowalik package.mask: - Mask dev-python/cgal-python for removal in 30 days - - 29 Apr 2011; Tomáš Chvátal - targets/desktop/make.defaults: - Do not profile enable mikmod by default. - - 29 Apr 2011; Bernard Cafarelli package.mask: - Unmask gnustep base packages with new layout, news item is out - - 29 Apr 2011; Ulrich Mueller info_pkgs: - Add glibc and uclibc wrt bug 364673. - - 27 Apr 2011; Christoph Mende package.mask: - Remove masks for gmpc-{q,osd} and -coveramazon - - 26 Apr 2011; Markos Chandras package.mask: - Masking qt-creator-2.2.0_rc1 release. Remove entry for beta release - - 26 Apr 2011; Hans de Graaff updates/2Q-2011: - Slot move builder 3.0.0 into slot 3. - - 25 Apr 2011; Christian Faulhammer package.mask: - mask app-emacs/psql for removal, bug 364775 - - 25 Apr 2011; Gilles Dartiguelongue package.mask: - Add gnome-extra/nautilus-open-terminal to Gnome 3 mask. - - 24 Apr 2011; package.mask: - Masking dev-php/PEAR-Image_Graph for removal - - 24 Apr 2011; Hans de Graaff package.mask: - Mask dev-ruby/cgi_multipart_eof_fix for removal. - - 24 Apr 2011; Gilles Dartiguelongue updates/2Q-2011, - package.mask: - Add slotmoves for media-libs/libwpg and unmask it with libwpd. - - 24 Apr 2011; Gilles Dartiguelongue updates/2Q-2011: - Slotmove libwpd 0.8 and 0.9. - - 23 Apr 2011; Theo Chatzimichos package.mask: - Mask KDEPIM 4.6 beta ebuilds - - 23 Apr 2011; Ryan Hill package.mask: - Removed games-util/taxidraw and games-misc/jugglemaster. - - 23 Apr 2011; Ryan Hill package.mask: - Mask app-text/gnochm for removal. - - 23 Apr 2011; Sergei Trofimovich use.desc: - Added USE=hscolour (colours sources for haddock documentation) - - 22 Apr 2011; Gilles Dartiguelongue package.mask: - Restrict mask of monster-masher since new revision have been fixed. - - 22 Apr 2011; Andreas K. Huettel package.mask: - Remove kdepim-4.4.11.1 package mask - - 21 Apr 2011; Andreas K. Huettel package.mask: - Add missing kdepim-l10n - - 21 Apr 2011; Andreas K. Huettel package.mask: - Add pmask for kdepim-4.4.11.1 - - 21 Apr 2011; Bernard Cafarelli package.mask: - Last rites for gnustep-libs/camaelon and x11-themes/camaelon-themes - - 20 Apr 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Mask prerelase pixman, unmask lightspark - - 20 Apr 2011; Ulrich Mueller uclibc/virtuals: - Remove old-style virtual/libc, bug 359001. - - 20 Apr 2011; Bernard Cafarelli package.mask: - Mask new gnustep release, testing the transition to new layout - - 20 Apr 2011; Peter Volkov package.mask: - Mask beta version of net-analyzer/httping - - 20 Apr 2011; Alexis Ballier package.mask: - mask newest media-libs/celt - - 20 Apr 2011; Torsten Veller package.mask: - Remove Moose-2 mask - - 20 Apr 2011; Pacho Ramos package.mask: - Drop libxmlpp mask. - - 20 Apr 2011; Pacho Ramos package.mask: - Mask >=app-text/libwpd-0.9 and >=media-libs/libwpg-0.2 until tree is ready. - - 20 Apr 2011; Justin Lecher package.mask: - Dropped nessus-2.3.1 due to pending removal request, #169466 - - 19 Apr 2011; Jeroen Roovers package.mask: - Mask net-analyzer/net-snmp-5.6 too. - - 19 Apr 2011; Gilles Dartiguelongue package.mask: - Clean up gnome related masks. - - 19 Apr 2011; Jeroen Roovers package.mask: - Mask development versions of argus/-clients. - - 19 Apr 2011; package.mask: - Remove package mask of PEAR-File_XSPF and PEAR-XML_Tree now that they have - been removed from the tree - - 19 Apr 2011; Luca Barbato package.mask: - Masked for testing, deprecated api removed since this version - - 19 Apr 2011; Diego E. Pettenò package.mask: - Mask rc versions of ModSecurity. - - 18 Apr 2011; Hans de Graaff package.mask: - IceRuby has been removed. - - 18 Apr 2011; Tiziano Müller package.mask: - Removed mask for spice-0.7* since those versions are gone. - - 17 Apr 2011; Christian Faulhammer package.mask: - Mask dev-cpp/libthrowable and dev-portage/gatt for removal - - 17 Apr 2011; Christian Faulhammer package.mask: - Mask mail-client/claws-mail-cachesaver - - 17 Apr 2011; Tony Vroon package.mask: - Remove 2.5 alpha mask for audacious. - - 16 Apr 2011; Ulrich Mueller +uclibc/package.use, - -hardened/linux/x86/minimal/virtuals, uclibc/virtuals: - Remove old-style virtual/ssh. Add USE=minimal for new-style virtual/ssh in - uclibc profile. Bug 361121. - - 16 Apr 2011; Anthony G. Basile base/package.mask, - selinux/package.mask, selinux/v2refpolicy/package.mask: - Removed maskings and unmaskings for sec-policy/selinux-hal. - - 16 Apr 2011; Anthony G. Basile base/package.mask, - selinux/package.mask, selinux/v2refpolicy/package.mask: - Added maskings and unmaskings for sec-policy/selinux-ldap. - - 16 Apr 2011; Anthony G. Basile package.mask: - sec-policy/selinux-hal: Masked for removal in 30 days. Bug #362847 - - 16 Apr 2011; Aaron W. Swenson package.mask: - Removed dev-cpp/libpqpp mask as dev-cpp/libpqpp has been removed from - tree. - - 15 Apr 2011; Ulrich Mueller -uclibc/arm/2.4/virtuals, - -uclibc/arm/armeb/2.4/virtuals, -uclibc/ppc/2.4/virtuals, - -uclibc/ppc/hardened/2.4/virtuals, -uclibc/sh/2.4/virtuals, - -uclibc/x86/2.4/virtuals, -uclibc/x86/2005.1/2.4/virtuals, - -uclibc/x86/hardened/2.4/virtuals, hardened/virtuals: - Remove old-style virtual/dev-manager, bug 361133. - - 15 Apr 2011; Diego E. Pettenò package.mask: - Remove masks for removed packages. - - 15 Apr 2011; Diego E. Pettenò license_groups: - Add SCM-MICRO license to the EULA group. - - 15 Apr 2011; Pacho Ramos package.mask: - Mask media-gfx/gthumb development versions. - - 14 Apr 2011; Alexis Ballier package.mask: - mask beta version of dev-ml/ocamlnet - - 14 Apr 2011; Jim Ramsay package.mask: - Mask old unfetchable (Bug #360529) and security-vulnerable (Bug - #354207,#359019) versions of Adobe flash player. - Will be removed in a week or so. - - - 14 Apr 2011; Jeroen Roovers package.mask: - Remove mask for x11-drivers/xf86-video-xgi (bug #348001). Remove remaining - package.mask: - Remove masks for packages that depend on xorg-server-1.7.99 (bug #344827). - - 14 Apr 2011; Jeroen Roovers package.mask: - Remove masks for nvidia-drivers versions that need package.mask: - Mask dev-perl/Moose-2 for testing - - 14 Apr 2011; Ulrich Mueller -default/linux/virtuals, - hardened/virtuals, info_pkgs, uclibc/mips/virtuals, uclibc/virtuals: - Remove old-style virtual/os-headers, bug 358999. - - 13 Apr 2011; Justin Lecher package.mask: - Only mask nvidia beta driver - - 13 Apr 2011; Tiziano Müller package.mask: - Masked dev-php5/php-libvirt for removal. - - 12 Apr 2011; Nirbheek Chauhan package.mask: - Mask metacity-2.34.0, it's supposed to be used only with GNOME 3 - - 11 Apr 2011; Pawel Hajdan jr - base/package.use.mask: - Remove USE mask for system-v8, it's no longer used. - - 11 Apr 2011; Jeroen Roovers package.mask: - Remove www-client/opera mask. - - 10 Apr 2011; Christian Faulhammer package.mask: - All Claws plugins bumped, thus removing mask - - 10 Apr 2011; Christian Faulhammer package.mask: - Mask Claws Mail 3.7.9 and plugins until all are bumped - - 10 Apr 2011; Ulrich Mueller -hardened/amd64/virtuals, - -hardened/linux/powerpc/ppc64/64bit-userland/virtuals, - -hardened/linux/powerpc/ppc64/virtuals, -hardened/ppc/virtuals, - -hardened/ppc64/virtuals, -uclibc/amd64/virtuals, -uclibc/ppc/virtuals, - -uclibc/x86/virtuals, hardened/virtuals, uclibc/mips/virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 10 Apr 2011; Diego E. Pettenò package.mask: - Remove mask from sudo 1.8.1. - - 10 Apr 2011; Markos Chandras package.mask: - Mask new qbittorrent beta releases - - 09 Apr 2011; Ulrich Mueller default/linux/packages.build: - Old-style virtual/portage is replaced by new-style virtual/package-manager, - bug 358847. - - 09 Apr 2011; Samuli Suominen - +default/linux/x86/gcc2/deprecated, +default/linux/x86/vserver/deprecated: - Mark default/linux/x86/gcc2 and default/linux/x86/vserver for deletion wrt - #361133. - - 08 Apr 2011; Tomáš Chvátal use.desc: - Update xinerama description. Users MUST enable it on multiscreen setups. Yes - even if you use xrandr to stretch your screens it is still required for quite - few major features... - - 08 Apr 2011; Jeroen Roovers desc/linguas.desc: - Add Montenegrin (Crnogorski, me) locale for www-client/opera. - - 08 Apr 2011; Torsten Veller package.mask: - dev-perl/gnome2-print was removed from the tree - - 08 Apr 2011; Torsten Veller package.mask: - Unmask Module-Build-0.380.0 - - 08 Apr 2011; Diego E. Pettenò package.mask: - Mask app-crypt/ekey-egd-linux for removal. - - 06 Apr 2011; Alex Alexander updates/2Q-2011: - moved x11-libs/qt to x11-libs/qt-meta. - - 06 Apr 2011; Peter Volkov package.mask: - mask beta version of net-p2p/transmission-2.30. - - 05 Apr 2011; Bernard Cafarelli package.mask: - Drop old filezilla p.mask, tinxyml has enough keywords now - - 05 Apr 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask xf86-video-nouveau-0.0.16_pre20110323 as mesa is now libdrm-2.4.24 - compatible. - - 05 Apr 2011; Ulrich Mueller uclibc/virtuals: - Remove old-style virtual/utempter, bug 361117. - - 04 Apr 2011; Christoph Mende updates/1Q-2011: - Removed dbus-shar->ndesk-dbus move. - This causes weird behaviour after syncs since there is a new dbus-sharp that - portage tries to move. - Users still using the old dbus-sharp will upgrade to the new one and packages - will pull in ndesk-dbus, so this will not break systems. - - 04 Apr 2011; Chí-Thanh Christopher Nguyễn - targets/desktop/package.use: - Adjust for removal of hal USE flag from x11-base/xorg-server. - - 03 Apr 2011; Ole Markus With package.mask: - Removed masking of ZendOptimizer as it has been removed from the tree - - 03 Apr 2011; Alexis Ballier package.mask: - unmask dev-lang/ocaml 3.12, everything should be fine with it now - - 03 Apr 2011; Tomáš Chvátal info_pkgs: - Remove obsolete packages from info_pkgs and update comment. - - 03 Apr 2011; Ulrich Mueller default/linux/packages.build, - hardened/packages.build, targets/vserver/packages.build: - Remove old-style virtual/gzip, bug 358829. - - 03 Apr 2011; Samuli Suominen package.mask: - Mask media-video/libav and media-video/mplayer2. - - 03 Apr 2011; Ryan Hill package.mask: - Mask >=sys-devel/gcc-4.6.0 for testing. - - 02 Apr 2011; Pawel Hajdan jr - targets/developer/make.defaults: - Remove digest from FEATURES in developer profile, see - http://archives.gentoo.org/gentoo-dev/msg_0fce536d0f609340beaac7fe3d0dad76 - .xml - - 02 Apr 2011; Aaron W. Swenson package.mask: - Packages removed from tree. - - 02 Apr 2011; Ulrich Mueller -hardened/ia64/virtuals, - -uclibc/arm/virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 02 Apr 2011; Aaron W. Swenson package.mask: - Removed >app-admin/eselect-postgresql-1 mask. Ready for testing. - - 02 Apr 2011; Pacho Ramos arch/alpha/ChangeLog, - arch/alpha/package.use.mask, arch/arm/ChangeLog, arch/arm/package.use.mask, - arch/ia64/ChangeLog, arch/ia64/package.use.mask, arch/sparc/ChangeLog, - arch/sparc/package.use.mask: - Mask media-video/totem youtube USE flag as quvi support is needed to play - youtube files now. - - 01 Apr 2011; Peter Volkov package.mask: - Smokeping #358389 fixed, unmask dev-perl/Config-Grammar. - - 01 Apr 2011; Andreas K. Huettel - targets/desktop/kde/make.defaults, +targets/desktop/kde/use.force: - Force useflags consolekit and policykit on in the desktop/kde profile, as - decided in the kde team meeting - - 31 Mar 2011; Tomáš Chvátal package.mask: - Unmask xorg-server-1.10. Should work decently. - - 31 Mar 2011; Samuli Suominen package.mask: - Lastrite media-video/motioneye. - - 31 Mar 2011; Samuli Suominen package.mask: - Lastrite media-video/linux-uvc. - - 31 Mar 2011; Samuli Suominen package.mask: - Lastrite media-video/mvc. - - 31 Mar 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Mask libdrm-2.4.23 incompatible version of x11-drivers/xf86-video-nouveau - - 31 Mar 2011; Pacho Ramos package.mask: - Mask gnome-extra/libgda:1 for removal. - - 31 Mar 2011; Pacho Ramos package.mask: - Mask gnome-extra/libgnomedb and co. for removal. - - 31 Mar 2011; Samuli Suominen package.mask: - Lastrite media-plugins/gst-plugins-v4l. - - 30 Mar 2011; Ryan Hill package.mask: - Update libopensync mask. - - 29 Mar 2011; Eray Aslan package.mask: - lastrite net-mail/mailwrapper net-mail/mailer-config - - 29 Mar 2011; Jeroen Roovers package.mask: - Extend mask on dev-libs/libnl (bug #342461). - - 29 Mar 2011; Samuli Suominen use.desc: - New global USE flag called "ios" for Apple's iDevice with iOS operating - system. - - 29 Mar 2011; Samuli Suominen package.mask: - Lastrite xfce4-icon-theme. - - 29 Mar 2011; Nirbheek Chauhan package.mask: - gtk+3 is in the tree, remove related p.masks - - 29 Mar 2011; Diego E. Pettenò - arch/amd64/package.use.mask, arch/amd64/use.mask, arch/hppa/use.mask, - arch/x86/package.use.mask, arch/x86/use.mask, base/package.use.mask, - default/linux/use.mask, prefix/linux/use.mask: - Only unmask nouveau for x86 and amd64; follow the x11-base/xorg-drivers - masking this time, but cover _all_ packages. - - 28 Mar 2011; Andreas K. Huettel updates/1Q-2011: - Add package move media-sound/phonon-xine > media-libs/phonon-xine, bug - 325319 - - 28 Mar 2011; Andreas K. Huettel updates/1Q-2011: - Add package move media-sound/phonon-vlc > media-libs/phonon-vlc, bug - 325319 - - 28 Mar 2011; Luca Barbato arch/ia64/package.use.mask: - Mask mplayer2 arch specific flags (part II) - - 28 Mar 2011; Luca Barbato - arch/amd64/package.use.mask, arch/x86/package.use.mask, - base/package.use.mask: - Mask mplayer2 arch specific flags - - 28 Mar 2011; Diego E. Pettenò base/use.mask, - default/linux/use.mask, prefix/linux/use.mask: - Mask nouveau VIDEO_CARDS flag on non-Linux systems. - - 28 Mar 2011; Amadeusz Żołnowski - desc/dracut_modules.desc: - Reworded DRACUT_MODULES descriptions and updated for 009 release. - - 28 Mar 2011; Markos Chandras package.mask: - Unmasking qmmp-0.5.0 - - 28 Mar 2011; Nirbheek Chauhan package.mask: - Re-mask clutter-gtk-0.91*, gtk+3 still can't be added to the tree - - 28 Mar 2011; Sébastien Fabbro package.mask: - Masking =dev-python/numpy-1.6* beta release - - 28 Mar 2011; Diego E. Pettenò package.mask: - Masking x11-plugins/wmnetmon for QA removal. - - 28 Mar 2011; Diego E. Pettenò package.mask: - Masking sys-apps/ren for QA removal. - - 28 Mar 2011; Samuli Suominen package.mask: - Lastrite openfoam and reverse dependencies. - - 28 Mar 2011; Samuli Suominen package.mask: - Unmask libopensync 0.22 and libopesync-plugin-python 0.22 series for - app-pda/synce-sync-engine. - - 27 Mar 2011; Samuli Suominen package.mask: - Temporarily mask =sys-apps/pciutils-3.1.7-r1. - - 27 Mar 2011; Diego E. Pettenò package.mask: - Mask app-text/xxddiff app-text/mxml2man sys-block/unieject for removal. - - 27 Mar 2011; Andreas K. Huettel updates/1Q-2011: - Add package move sci-misc/brlcad > media-gfx/brlcad - - 27 Mar 2011; Jeroen Roovers package.mask: - Mask net-analyzer/iptraf (bug #305781). - - 27 Mar 2011; Samuli Suominen use.desc: - Remove USE="hal" description. - - 27 Mar 2011; Diego E. Pettenò base/package.use.mask, - default/linux/package.use.mask: - Mask pdnsd's Linux-specific USE flags on non-Linux profiles. - - 27 Mar 2011; Samuli Suominen package.mask: - Lastrite dev-libs/eggdbus. - - 27 Mar 2011; Andreas K. Huettel updates/1Q-2011: - Add package move media-sound/phonon-gstreamer > - media-libs/phonon-gstreamer, bug 325319 - - 27 Mar 2011; Samuli Suominen package.mask: - Lastrite luks-tools, pam_usb and thoggen. - - 27 Mar 2011; Nirbheek Chauhan package.mask: - Unmask clutter, revdeps seem to be okay - - 27 Mar 2011; Jeremy Olexa package.mask: - remove masks for removed packages - - 26 Mar 2011; Gilles Dartiguelongue base/package.use.mask: - Drop deprecated mask entry about abiword-plugins. - - 26 Mar 2011; Gilles Dartiguelongue base/package.use.mask, - package.mask: - Drop tracker mask, mask applet USE flag due to unsatisfied dependencies. - - 26 Mar 2011; Justin Lecher hardened/package.use.mask: - USE mask app-arch/p7zip pch - - 26 Mar 2011; Gilles Dartiguelongue package.mask: - Drop old net-im/empathy mask. - - 26 Mar 2011; Gilles Dartiguelongue updates/1Q-2011: - Add slotmove for dev-cpp/pangomm. - - 26 Mar 2011; Andreas K. Huettel updates/1Q-2011: - Add package move media-sound/phonon > media-libs/phonon, bug 325319 - - 26 Mar 2011; Pawel Hajdan jr package.mask: - Mask dev-lang/v8-3.2.x - - 25 Mar 2011; Gilles Dartiguelongue package.mask: - Drop glib-2.28 and gtk+-2.24 mask (and related). - - 25 Mar 2011; Thomas Beierlein package.mask: - Mask sci-libs/libgeda for removal - - 25 Mar 2011; Anthony G. Basile - hardened/linux/amd64/package.use: - Fixed package name - bug #348050 - - 25 Mar 2011; Markos Chandras package.mask: - Masking new qmmp release - - 25 Mar 2011; Markos Chandras package.mask: - Masking qt-creator beta release - - 25 Mar 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium-12.x dev channel releases. - - 25 Mar 2011; Arfrever Frehtes Taifersar Arahesis - package.mask: - Mask GnuTLS 2.12. - - 24 Mar 2011; Markos Chandras package.mask: - Remove lessfs masking - - 24 Mar 2011; Christoph Mende package.mask: - Removed sys-apps/inotail mask - - 24 Mar 2011; Markos Chandras package.mask: - Remove x11-misc/talika entry - - 23 Mar 2011; Samuli Suominen package.mask: - Lastrite dev-util/bugle. - - 23 Mar 2011; Torsten Veller package.mask: - Mask app-misc/filer for removal (#360093) - - 23 Mar 2011; Pawel Hajdan jr package.mask: - Unmask www-client/chromium-11.x and v8-3.1.x for beta channel release. - - 23 Mar 2011; Nirbheek Chauhan updates/1Q-2011: - slotmove libgweather from 3 to 2, no need for slotting anymore - - 23 Mar 2011; Mike Frysinger package.mask: - Drop dhcp-4 mask now that it seems to be feature complete/stablish. - - 22 Mar 2011; Andreas Proschofsky package.mask: - Remove mask for LibreOffice 3.3.2, officially released now. - - 22 Mar 2011; Christian Faulhammer package.mask: - Raise mask for dev-vcs/bzr and bzrtools - - 22 Mar 2011; Samuli Suominen package.mask: - Lastrite media-sound/mixxx. - - 22 Mar 2011; Kacper Kowalik package.mask: - Unmask sys-cluster/heartbeat-3.x - - 20 Mar 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Add >=lightspark-0.4.6.1 to package.mask - - 20 Mar 2011; Justin Lecher updates/1Q-2011: - x11-libs/fltk SLOTMOVE 1.1 -> 1 - - 20 Mar 2011; Diego E. Pettenò arch/arm/use.mask, - base/package.use.mask, base/use.mask: - Make the neon USE flag globally available only on ARM architecture. - - 20 Mar 2011; Aaron W. Swenson package.mask: - dev-db/postgresql-{docs,base,server}-8.1* removed from tree. Removed mask. - - 20 Mar 2011; Aaron W. Swenson package.mask: - Masking 9.1 pre-release versions - - 20 Mar 2011; Pacho Ramos package.mask: - Update mask entries. - - 20 Mar 2011; Samuli Suominen package.mask: - Lastrite www-misc/zoneminder. - - 20 Mar 2011; package.mask: - Masking dev-php/PEAR-File_XSPF and dev-php/PEAR-XML_Tree for removal - - 20 Mar 2011; package.mask: - Removed mask of PHP RCs as they have been removed from the tree - - 19 Mar 2011; Mr. Aaron W. Swenson (TitanOfOld) - Masking >app-admin/eselect-postgresql-1 module(s) as experimental - - 19 Mar 2011; Vadim Kuznetsov package.mask: - cleaned mask vmware-server-1 - - 19 Mar 2011; Vadim Kuznetsov package.mask: - removed mask vmware-workstation-5.5.9 - - 18 Mar 2011: Mike Frysinger **/make.defaults: - Drop CDEFINE_ variables now that nothing uses them. - - 18 Mar 2011; Gilles Dartiguelongue package.mask: - Drop gupnp-av and gupnp-vala mask since gstreamer-0.10.32 has been added to - the tree. - - 18 Mar 2011; Pacho Ramos arch/x86-fbsd/package.use.mask: - Mask dev-libs/totem-pl-parser USE flags due missing keywords on deps. - - 18 Mar 2011; Sébastien Fabbro package.mask: - Unmasking sci-physics/geant:4 - - 18 Mar 2011; Pacho Ramos arch/x86-fbsd/ChangeLog, - arch/x86-fbsd/package.use.mask: - Mask media-plugins/gst-plugins-meta USE flags due missing keywords on deps. - - 18 Mar 2011; Jeroen Roovers package.mask: - Mask new snapshots of www-client/opera. - - 18 Mar 2011; Justin Lecher updates/1Q-2011: - Move sci-chemistry/caver to sci-chemistry/pymol-plugins-caver - - 17 Mar 2011; Magnus Grenberg hardened/linux/amd64/package.use: - Add pic use flag on open-vm-tools (bug #358929) - - 17 Mar 2011; Jeroen Roovers package.mask: - Remove mask for www-client/opera-11.10 beta. - - 17 Mar 2011; Markos Chandras package.mask: - Masking openocd snapshots - - 17 Mar 2011; Torsten Veller package.mask: - Unmask >=dev-perl/libwww-perl-6 and dependencies - - 16 Mar 2011; Markos Chandras package.mask: - Unmask openocd-0.4.0 - - 16 Mar 2011; Ryan Hill package.mask: - Drop bittorrent mask. - - 15 Mar 2011; Jeroen Roovers package.mask: - Remove development snapshot mask for app-admin/sysstat. - - 15 Mar 2011; Pacho Ramos package.mask: - Drop gnucash mask. - - 14 Mar 2011; base/virtuals: - Removed old-style virtual/php - - 14 Mar 2011; Pacho Ramos package.mask: - Mask media-gfx/gpp for removal (bug #358437). - - 14 Mar 2011; Torsten Veller package.mask: - Mask dev-perl/Config-Grammar (#358389) - - 13 Mar 2011; Markos Chandras package.mask: - Fix entry - - 13 Mar 2011; Markos Chandras package.mask: - Masking boost-1.46.1 ebuilds - - 13 Mar 2011; Sergei Trofimovich package.mask: - Masked pre ghc-6.10 haskell package versions before removal. - - 13 Mar 2011; Andreas Proschofsky package.mask: - Mask Release Candidate for LibreOffice 3.3.2 - - 13 Mar 2011; package.mask: - Last rites for media-plugins/gmpc-coveramazon - - 13 Mar 2011; Ryan Hill package.mask: - Revert bittorrent mask temporarily for bug #358485. - - 12 Mar 2011; Joerg Bornkessel package.mask: - cleanup for removal bug 352558, 358552 - - 12 Mar 2011; Joerg Bornkessel package.mask: - media-plugins/vdr-vdricq, removal on April 10, bug 358591 - - 12 Mar 2011; Pacho Ramos package.mask: - Mask dev-cpp/gtkmm:1.2 for removal (bug #355825). - - 12 Mar 2011; Ulrich Mueller package.mask: - Mask app-emacs/htmlfontify for removal. - - 12 Mar 2011; Christian Faulhammer package.mask: - www-apps/joomla 1.6 series needs some more testing, so mask it - - 12 Mar 2011; updates/1Q-2011: - Moved dev-dotnet/dbus{,-glib}-sharp to dev-dotnet/ndesk-dbus{,-glib} - - 12 Mar 2011; Pacho Ramos package.mask: - Update package.mask entries after removals. - - 12 Mar 2011; Hans de Graaff package.mask: - Mask dev-ruby/ruby-gnomeprint and dev-ruby/ruby-gnomeprintui for removal. - - 12 Mar 2011; Ryan Hill package.mask: - Mask net-p2p/bittorrent for removal 20110412 (#336166). - - 11 Mar 2011; Torsten Veller package.mask: - Mask deprecated dev-perl/gnome2-print for removal (#358423) - - 11 Mar 2011; Andreas K. Huettel package.mask: - Masked dev-tex/memoir and dev-tex/listings for removal - - 11 Mar 2011; Samuli Suominen package.mask: - Lastrite ipod-sharp, podsleuth and libipoddevice. - - 11 Mar 2011; Torsten Veller updates/1Q-2011: - Move Thread-Queue and Thread-Semaphore from dev-perl to perl-core - - 11 Mar 2011; Ulrich Mueller package.mask: - Mask several app-emacs packages for removal. - - 11 Mar 2011; Alex Alexander package.mask: - masked x11-themes/qgtkstyle. style provided by qt-gui[gtk] now. - - 10 Mar 2011; package.mask: - Masking another PHP RC - - 09 Mar 2011; Diego E. Pettenò - default/linux/package.use.mask: - Mask usb USE flag for pcsc-lite-1.7.0 and later on Linux. - - 09 Mar 2011; Nirbheek Chauhan package.mask: - Unmask telepathy-glib and telepathy-farsight - - 09 Mar 2011; Torsten Veller package.mask: - Mask libwww-perl-6 for testing: upgrade path, SSL, cert-checking - - 09 Mar 2011; Diego E. Pettenò package.mask: - Mask perf. - - 08 Mar 2011; Samuli Suominen package.mask: - Unmask xfce4-xkb-plugin with a new snapshot. - - 08 Mar 2011; Justin Lecher package.mask: - Removed dev-tcltk/tclxml-expat from package.mask after removal - - 08 Mar 2011; Anthony G. Basile - -hardened/linux/amd64/package.use.mask, hardened/linux/package.mask, - hardened/linux/package.use.mask, hardened/linux/x86/package.use.mask: - Removed outdated maskings for hardened profiles, bug #355915. - - 07 Mar 2011; Torsten Veller package.mask: - Unmask net-mail/imapsync again. Latest versions can be fetched from fedora - - 07 Mar 2011; Samuli Suominen package.mask: - Lastrite media-libs/glitz. - - 07 Mar 2011; package.mask: - Removed dev-php5/mongo from p.mask as it was removed from the tree - - 07 Mar 2011; Anthony G. Basile base/package.mask, - selinux/package.mask, selinux/v2refpolicy/package.mask: - Added maskings and unmaskings for sec-policy/selinux-sasl. - - 07 Mar 2011; Anthony G. Basile base/package.mask, - selinux/package.mask, selinux/v2refpolicy/package.mask: - Added maskings and unmaskings for sec-policy/selinux-courier. - - 06 Mar 2011; Torsten Veller package.mask: - Mask perl-core/Module-Build for testing - - 06 Mar 2011; Magnus Granberg - hardened/linux/amd64/make.default, +hardened/linux/amd64/package.use: - Remove the pic use flag #348050 - - 05 Mar 2011; Andreas K. Huettel package.mask: - Mask sys-power/guidance-power-manager for removal. - - 04 Mar 2011; Alexey Shvetsov package.mask: - unmask kde - - 04 Mar 2011; Alexey Shvetsov package.mask: - Mask kde 4.6.1 - - 04 Mar 2011; Justin Lecher package.mask: - Masked =sci-libs/mmdb-1.23.2, because of problems during linking against the - package - - 04 Mar 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium-bin for removal. - - 03 Mar 2011; package.mask: - Masking dev-php5/ZendOptimizer for removal in 30 days - - 03 Mar 2011; package.mask: - Masking another PHP RC - - 03 Mar 2011; Markos Chandras package.mask: - Masking zen-sources snapshot release - - 02 Mar 2011; Sébastien Fabbro package.mask: - Masked blas-goto for removal - - 02 Mar 2011; Patrick Lauer thirdpartymirrors: - Removing defunct samba mirror - - 01 Mar 2011; Jeremy Olexa package.mask: - p.mask pdflib & pecl-pdflib - - 01 Mar 2011; Diego E. Pettenò package.mask: - Mask sudo-1.8 - - 01 Mar 2011; Ulrich Mueller package.mask: - Update mask for emacs-vcs:23. - - 28 Feb 2011; Ulrich Mueller license_groups: - Add wxWinLL-3.1 to MISC-FREE license group. - - 28 Feb 2011; Rafael G. Martins package.mask: - Unmasked =sci-mathematics/octave-3.4* - - 27 Feb 2011; Gilles Dartiguelongue package.mask: - Mask for net-im/empathy-2.33 and related. - - 27 Feb 2011; Anthony G. Basile - hardened/linux/powerpc/parent, hardened/linux/powerpc/ppc32/parent, - hardened/linux/powerpc/ppc64/parent: - Restructured profile inheritance for hardened/linux/powerpc/ppc32, - hardened/linux/powerpc/ppc64. Bug #356149 - - 27 Feb 2011; Hans de Graaff package.mask: - Mask dev-ruby/bones-extras for removal. - - 26 Feb 2011; Gilles Dartiguelongue updates/1Q-2011: - Move dev-libs/gdl to slot 1. - - 25 Feb 2011; Jorge Manuel B. S. Vicetto - package.mask: - Dropped the x11-terms/sakura-2.4.0 package.mask as the runtime issues seem to - affect only one of my boxes and users confirm it works for them. - - 25 Feb 2011; Samuli Suominen package.mask: - Lastrite dev-libs/libmimedir. - - 25 Feb 2011; Jorge Manuel B. S. Vicetto - package.mask: - Masked x11-terms/sakura-2.4.0 as it's crashing on startup. - - 24 Feb 2011; Anthony G. Basile - hardened/linux/amd64/parent, hardened/linux/ia64/parent, - hardened/linux/parent, hardened/linux/x86/parent: - Restructured profile inheritance for hardened/linux/amd64, - hardened/linux/ia64, hardened/linux/x86. Bug #356149 - - 24 Feb 2011; Jeroen Roovers package.mask: - Unmask =dev-libs/libevent-2* (bug #333077). - - 23 Feb 2011; Gilles Dartiguelongue base/package.use.mask: - Use mask libgnome[esd] and related, bug #348644 and bug #352260. - - 23 Feb 2011; Gilles Dartiguelongue package.mask: - Mask gtetrinet and monster-masher due to libgnome[esd] removal, bug #348644. - - 23 Feb 2011; Andreas Proschofsky package.mask: - Unmask LibreOffice 3.3.1 - - 23 Feb 2011; Sebastian Pipping - default/bsd/package.use.mask: - app-text/asciidoc: Add upcoming flag "highlight" to BSD package.use.mask (bug - #344289) - - 23 Feb 2011; Ulrich Mueller use.desc: - Add "sound" as global USE flag. - - 22 Feb 2011; Gilles Dartiguelongue package.mask: - Add gupnp-vala to gupnp-dlna mask since it depends on it. - - 22 Feb 2011; Sebastian Pipping - arch/alpha/package.use.mask, arch/arm/package.use.mask, - arch/hppa/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/s390/package.use.mask, - arch/sh/package.use.mask, arch/sparc/package.use.mask, - default/bsd/package.use.mask: - Adjust package.use.mask for app-text/asciidoc (bug #356069) - - 22 Feb 2011; Markos Chandras package.mask: - Mask new dev-embedded/openocd - - 22 Feb 2011; Samuli Suominen package.mask: - Lastrite media-sound/libifp-module. - - 22 Feb 2011; Ulrich Mueller license_groups: - PDFLite is not a free software license, remove it from @MISC-FREE. - - 22 Feb 2011; Nirbheek Chauhan thirdpartymirrors: - gnome: prefer http mirror over ftp mirror - - 22 Feb 2011; Alexis Ballier package.mask: - mask new dev-ml/bin-prot as it requires masked type-conv - - 22 Feb 2011; Sebastian Pipping - arch/alpha/package.use.mask, arch/arm/package.use.mask, - arch/hppa/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask, - base/package.use.mask: - Move use flag mask "app-text/asciidoc test" down to affected arches - - 22 Feb 2011; Jeremy Olexa package.mask: - p.mask yafc, atftp, gwydion-dylan for removal in 60 days - - 21 Feb 2011; Gilles Dartiguelongue package.mask: - Add gupnp-dlna-0.5.1 mask due to unsatisfied dependencies. - - 21 Feb 2011; Anthony G. Basile - hardened/linux/amd64/parent, hardened/linux/ia64/parent, - hardened/linux/powerpc/parent, hardened/linux/powerpc/ppc32/parent, - hardened/linux/powerpc/ppc64/parent, hardened/linux/x86/parent: - Reordered profile stacking to fix USE="-unicode" on hardened profiles. - - 21 Feb 2011; Markos Chandras package.mask: - Masking x11-misc/talika for removal. Bug #355901 - - 21 Feb 2011; Arfrever Frehtes Taifersar Arahesis - package.mask: - Mask Python 3.2. - - 20 Feb 2011; Anthony G. Basile package.mask: - Remove package.mask for dev-lua/luaevent-prosody since it was removed from - the tree. Bug #333097. - - 20 Feb 2011; Torsten Veller package.mask: - Mask net-mail/imapsync because it "is no longer gratis on the homepage" and - we don't have access to the latest fixes/improvements/releases (#354831) - - 19 Feb 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Add old nouveau ebuilds to xorg-server 1.7 mask - - 18 Feb 2011; Benedikt Böhm package.mask: - remove uwsgi from package.mask - - 18 Feb 2011; Vadim Kuznetsov package.mask: - Last rites for vmware-workstation-5.5.9 - - 18 Feb 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Add more reverse dependencies to xorg-server-1.7 mask - - 18 Feb 2011; Pawel Hajdan jr package.mask: - Unmask www-client/chromium and dev-lang/v8 beta channel releases. - - 18 Feb 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium and dev-lang/v8 dev channel releases. - - 17 Feb 2011; Ole Markus With package.mask: - Masking dev-lang/php-5.3.6_rc1 - - 17 Feb 2011; Jeroen Roovers package.mask: - Mask www-client/opera-11.10*. - - 17 Feb 2011; Pacho Ramos package.mask: - Mask dev-cpp/libgdamm:0 for removal (bug #355307). - - 17 Feb 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 16 Feb 2011; Vlastimil Babka package.mask: - Unmask ant due to breaking ppc and ia64 stable trees. - - 15 Feb 2011; Christoph Junghans license_groups: - Add google-talkplugin to EULA license group - - 15 Feb 2011; Samuli Suominen package.mask: - Lastrite app-office/qbankmanager and xfce-extra/xfce4-xkb-plugin. - - 15 Feb 2011; Vadim Kuznetsov package.mask: - Last rites for vmware-{server,player,modules}-1 - - 15 Feb 2011; package.mask: - Last rites for package.mask: - Mask app-office/abiword-plugins for removal. - - 14 Feb 2011; Pacho Ramos base/make.defaults: - Enable 'ptp2' by default as it is available for most cameras. - - 14 Feb 2011; Chí-Thanh Christopher Nguyễn - package.mask: - Suggest replacement in xf86-video-xgi mask comment - - 13 Feb 2011; Arfrever Frehtes Taifersar Arahesis - hardened/linux/amd64/make.defaults, hardened/linux/ia64/make.defaults, - hardened/linux/make.defaults, hardened/linux/powerpc/ppc32/make.defaults, - hardened/linux/powerpc/ppc64/make.defaults, - hardened/linux/x86/10.0/make.defaults, hardened/linux/x86/make.defaults: - Avoid duplication of USE flags in hardened profiles. - - 13 Feb 2011; Arfrever Frehtes Taifersar Arahesis - +default/linux/package.use, default/bsd/fbsd/package.use: - Disable deprecated bsddb module of Python 2 by default. - - 13 Feb 2011; Arfrever Frehtes Taifersar Arahesis - arch/amd64/make.defaults, base/make.defaults, - default/bsd/fbsd/amd64/7.2/make.defaults, - default/bsd/fbsd/amd64/8.0/make.defaults, - default/bsd/fbsd/x86/7.2/make.defaults, - default/bsd/fbsd/x86/8.0/make.defaults, - hardened/amd64/multilib/make.defaults, - prefix/darwin/macos/10.4/x86/make.defaults, - prefix/darwin/macos/10.5/x64/make.defaults, - prefix/darwin/macos/10.5/x86/make.defaults, - prefix/darwin/macos/10.6/x64/make.defaults, - prefix/darwin/macos/10.6/x86/make.defaults, prefix/linux/make.defaults, - releases/10.0/make.defaults, releases/2008.0/make.defaults, - releases/freebsd-7.2/make.defaults: - Don't include ${USE} in the first assignment to USE in make.defaults files to - avoid incorrect interactions between enabled and disabled flags in different - files. - - 13 Feb 2011; Tim Harder base/package.use.mask: - Remove mask on the bluray USE flag for mplayer. - - 12 Feb 2011; Robin H. Johnson -use.local.desc: - use.local.desc is now generated purely in the rsync tier and is no longer - required in CVS. If you were looking to change it, you should be using - metadata.xml instead. - - 12 Feb 2011; Rafael G. Martins package.mask: - =sci-mathematics/octave-3.4* pmasked for testing. - - 12 Feb 2011; Samuli Suominen package.mask: - Lastrite sys-apps/halevt. - - 12 Feb 2011; Andreas Proschofsky package.mask: - Mask new LibreOffice 3.3.1 release candidate - - 12 Feb 2011; Peter Volkov package.mask: - Masked =net-p2p/transmission-2.21 as it depends on libevent-2. - - 11 Feb 2011; Christian Faulhammer package.mask: - Mask new versions of dev-vcs/bzr and bzrtools because of API breakage - - 11 Feb 2011; Pacho Ramos package.mask: - Mask app-text/ggv for removal. - - 11 Feb 2011; Pacho Ramos package.mask: - Mask app-misc/magicdev for removal. - - 11 Feb 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 10 Feb 2011; Ulrich Mueller updates/1Q-2011: - Move packages easygit, qgit, rapidsvn, rcsi, and svn2cl to dev-vcs. - - 10 Feb 2011; Samuli Suominen package.mask: - Lastrite app-pda/libopensync and reverse dependencies. - - 10 Feb 2011; Tomáš Chvátal package.mask: - TREECLEAN: Drop no longer relevant pmask entries. - - 10 Feb 2011; Mike Frysinger arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/m68k/package.use.mask, - arch/mips/package.use.mask, arch/powerpc/ppc64/package.use.mask, - arch/s390/package.use.mask, arch/sh/package.use.mask: - Mask net-firewall/iptables[netlink] pending keywording #354309. - - 09 Feb 2011; Nirbheek Chauhan updates/1Q-2011: - Change libwnck SLOT from 0 to 1, new SLOT=3 ebuild coming - - 09 Feb 2011; Pacho Ramos package.mask: - Fix gtk+-2.24 masking (bug #354275 by Dennis Schridde). - - 09 Feb 2011; Nirbheek Chauhan updates/1Q-2011: - Change libunique SLOT from 0 to 1, new SLOT=3 ebuild coming - - 09 Feb 2011; Hans de Graaff package.mask: - Mask Rails 2.2 due to bug 354249. - - 09 Feb 2011; Andreas Proschofsky package.mask: - Remove mask on app-office/libreoffice, should be ready for the masses - - 08 Feb 2011; Gilles Dartiguelongue package.mask: - Fix type for new glib/gtk+ mask. - - 08 Feb 2011; Hanno Boeck license_groups: - Add HTML-Tidy to MISC_FREE license group, BSD-alike. - - 08 Feb 2011; Diego E. Pettenò base/package.mask, - uclibc/package.mask: - Make sys-libs/uclibc appear masked on non-uclibc profiles. This hides the - ebuild that has broken dynamic SLOT generation (the same as newlib). - - 07 Feb 2011; Diego E. Pettenò package.mask: - Add newlib to the list of crossdev-only packages. The SLOT tricks it has been - using up to today are not bright and break with the new metadata - regeneration. - - 07 Feb 2011; Chí-Thanh Christopher Nguyễn - desc/video_cards.desc: - Add qxl to VIDEO_CARDS. - - 07 Feb 2011; Samuli Suominen package.mask: - Temporarily mask net-misc/pino until upstream release is out. - - 07 Feb 2011; package.mask: - Lastrite dev-php5/mongo - - 05 Feb 2011; Nirbheek Chauhan package.mask: - Re-add libnotify-0.7 mask according to general consensus on #gentoo-dev. - We need to fix the broken packages first. - - 05 Feb 2011; Michał Górny package.mask: - Remove mask for ekg2-9999 (the ebuild was removed). - - 04 Feb 2011; Maciej Mrozowski package.mask: - Unmask poppler-0.16.x - - 04 Feb 2011; Theo Chatzimichos package.mask: - Unmask KDE SC 4.6.0 - - 04 Feb 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 04 Feb 2011; Pacho Ramos package.mask: - Drop gossip package.mask entry and update emul-linux one. - - 04 Feb 2011; Pacho Ramos - arch/powerpc/ppc64/package.use.mask: - Mask mathml on ppc64 until needed deps are stabilized. - - 03 Feb 2011; Gilles Dartiguelongue package.mask: - Install mask entries for new glib/gtk+. - - 02 Feb 2011; Markos Chandras package.mask: - broken libfm and pcmanfm are no longer on tree - - 02 Feb 2011; Theo Chatzimichos package.mask: - Sort the kde4.6 deps mask a bit - - 02 Feb 2011; Hans de Graaff package.mask: - Mask dev-ruby/IceRuby for removal. - - 02 Feb 2011; Vlastimil Babka package.mask: - Unmask icedtea6-bin - - 02 Feb 2011; Vlastimil Babka package.mask: - Mask icedtea6-bin-1.9.5 for distfiles propagation. - - 02 Feb 2011; Theo Chatzimichos base/package.use.mask, - base/use.mask: - mask ayatana use flag globally - - 02 Feb 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 01 Feb 2011; Samuli Suominen package.mask: - Lastrite net-dialup/slmodem. - - 31 Jan 2011; Andreas K. Huettel package.mask: - Added pmask for sci-libs/linux-gpib (about to be committed) - - 31 Jan 2011; Patrick Lauer package.mask: - Masking postgres 8.1 as it is EOL upstream - - 31 Jan 2011; Nirbheek Chauhan package.mask: - Mask sys-apps/gnome-disk-utility-2.32.1, which needs libnotify-0.7 - - 31 Jan 2011; Nirbheek Chauhan package.mask: - Add clutter-gst-1.3 to the clutter mask - - 30 Jan 2011; Tony Vroon package.mask: - Mask Audacious & libmowgli alpha releases. - - 30 Jan 2011; Samuli Suominen package.mask: - Lastrite net-p2p/lince. - - 30 Jan 2011; MATSUU Takuto package.mask: - Mask >=net-dns/maradns-2 wrt security #352569. - - 30 Jan 2011; Hanno Boeck license_groups: - Add tanuki-community to GPL-compatible, this is just GPL and a BSD-alike - license. - - 30 Jan 2011; Hanno Boeck license_groups: - Add MaxMind2 license to FREE-DOCUMENTS. - - 30 Jan 2011; Ulrich Mueller package.mask: - Remove mask for virtual/emacs-24, removed from tree. - - 29 Jan 2011; Pacho Ramos package.mask: - Update emul-linux-x86-opengl mask. - - 29 Jan 2011; Hanno Boeck license_groups: - Add Allegro license to MISC-FREE, similar to public domain. - - 29 Jan 2011; Torsten Veller package.mask: - Unmask =dev-lang/perl-5.12.3 - - 27 Jan 2011; Jeroen Roovers package.mask: - Unmask www-client/opera-11.01. - - 27 Jan 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 26 Jan 2011; Samuli Suominen package.mask: - Unmask gnome-mount for ~x86-fbsd and gnome-base/gvfs with USE hal. - - 26 Jan 2011; Alexey Shvetsov package.mask: - Mask KDE SC 4.6.0 and its deps - - 26 Jan 2011; Pacho Ramos package.mask: - Mask gnome-extra/quick-lounge-applet due its gnome-panel-2.32 problems. - - 26 Jan 2011; Pacho Ramos package.mask: - Mask media-sound/last-exit for removal. - - 26 Jan 2011; Pacho Ramos package.mask: - Mask www-plugins/moonlight until works with mono-2.8 (bug #340375). - - 26 Jan 2011; Robin H. Johnson thirdpartymirrors: - Update apache mirrors. - - 26 Jan 2011; Robin H. Johnson thirdpartymirrors: - Update alsaproject mirrors. - - 26 Jan 2011; Robin H. Johnson thirdpartymirrors: - Sort thirdpartymirrors back into alphabetical order. - - 25 Jan 2011; Diego E. Pettenò package.mask: - Masking dev-util/plan9port for QA removal. - - 25 Jan 2011; Samuli Suominen package.mask: - Lastrite sys-auth/policykit. - - 25 Jan 2011; Joerg Bornkessel package.mask: - removed mask for gentoo-vdr-scripts-0.4.8_rc* - - 24 Jan 2011; Gilles Dartiguelongue package.mask: - Add x11-libs/libnotify mask for early breakage detection. - - 24 Jan 2011; Andreas Proschofsky package.mask: - Add mask for upcoming libreoffice package - - 24 Jan 2011; Tim Harder updates/1Q-2011: - Move app-vim/latexsuite to app-vim/vim-latex (bug #289890). - - 23 Jan 2011; Joerg Bornkessel package.mask: - media-tv/vdr-dvd-scripts masked for removal due 24 Feb 2011, not needed by - any other packages, bug #352558 - - 23 Jan 2011; Joerg Bornkessel package.mask: - media-tv/vdrplugin-rebuild masked for removal due 24 Feb 2011, not needed - by any other packages, bug *352552 - - 23 Jan 2011; Gilles Dartiguelongue package.mask: - Add net-misc/rygel mask for pre-gnome 3 releases. - - 23 Jan 2011; Maciej Mrozowski package.mask: - Unmask split phonon - - 23 Jan 2011; Andreas Proschofsky desc/linguas.desc: - Add a bunch of new locales for libreoffice-bin - - 23 Jan 2011; Maciej Mrozowski package.mask: - Initial mask for split phonon inclusion - - 22 Jan 2011; Pacho Ramos arch/amd64/ChangeLog, - arch/amd64/package.use.mask: - Update wine package.use.mask entry. - - 22 Jan 2011; Samuli Suominen package.mask: - Lastrite xfce-extra/thunar-thumbnailers. - - 22 Jan 2011; Markos Chandras package.mask: - Mask remmina and remmina-plugins for testing - - 22 Jan 2011; Samuli Suominen package.mask: - Lastrite x11-themes/gion-icon-theme. - - 22 Jan 2011; Samuli Suominen package.mask: - Lastrite app-editors/mousepad. - - 22 Jan 2011; Torsten Veller package.mask: - Mask perl-5.12.3 until the virtuals are updated and for testing (change INC - order: prefer former vendor-/sitedirs to current priv-/archlib) - - 22 Jan 2011; Ryan Hill package.mask: - Mask development versions due to unstable API as requested by leio - >=dev-python/wxpython-2.9 >=x11-libs/wxGTK-2.9 - - 22 Jan 2011; Sébastien Fabbro package.mask: - masked sci-physics/geant4.9.4 beta cmake version - - 22 Jan 2011; Sébastien Fabbro package.mask: - csparse now removed - - 21 Jan 2011; Tim Harder package.mask: - Unmask mail-mta/postfix-2.8.0. - - 21 Jan 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 21 Jan 2011; Anthony G. Basile package.mask: - Replaced by dev-lua/luaevent; masked for removal in 30 days; bug #333097 - - 20 Jan 2011; Alexis Ballier package.mask: - unmask lwt, ocsigen 1.3.4 is fine with it - - 20 Jan 2011; Diego E. Pettenò license_groups: - Add intel-ucode to BINARY_REDISTRIBUTABLE licenses. - - 20 Jan 2011; Andreas K. Huettel updates/1Q-2011: - package move: rename kcm_tablet to wacomtablet to reflect upstream name - change - - 20 Jan 2011; Peter Volkov package.mask: - Unmask net-analyzer/ipcad as it is fixed, #335592. - - 20 Jan 2011; Diego E. Pettenò package.mask: - Remove deleted packages from mask. - - 19 Jan 2011; Joerg Bornkessel package.mask: - removed mask dev-libs/tntnet-2.0 dev-libs/cxxtools-2.0 - - 19 Jan 2011; Joerg Bornkessel package.mask: - masked dev-libs/tntnet-2.0 dev-libs/cxxtools-2.0, bug #331417 - - 19 Jan 2011; Dane Smith package.mask: - Mask net-analyzer/ipcad, net-dns/ez-ipupdate, app-cdr/pxlinux, - app-cdr/cdrdetect, app-emulation/basiliskII-jit for removal. - - 18 Jan 2011; Christian Faulhammer package.mask: - Unmask dev-lang/erlang 14.2.1, all issues resolved - - 18 Jan 2011; Joerg Bornkessel package.mask: - media-plugins/vdr-avolctl masked for removel on 18 Feb 2011 - - 18 Jan 2011; Tim Harder package.mask: - Mask mail-mta/postfix-2.8.0 release candidates. - - 17 Jan 2011; Hans de Graaff package.mask, - profiles.desc: - Remove ruby-rrd mask, package has been removed. - - 17 Jan 2011; Pacho Ramos package.mask: - Mask >=dev-cpp/libxmlpp-2.33.1 for bug #350150 - - 16 Jan 2011; Markos Chandras package.mask: - Mask lessfs-1.3.1 - - 15 Jan 2011; Torsten Veller updates/2Q-2005: - Remove old dev-perl/Text-CSV to dev-perl/Text-CSV_XS move. - Both exist in the tree (#351760) - - 15 Jan 2011; Markos Chandras package.mask: - Mask old net-misc/hamachi client for removal - - 15 Jan 2011; Theo Chatzimichos package.mask: - Remove amarok mask, released - - 15 Jan 2011; Diego E. Pettenò package.mask: - Masking net-print/gqueue for QA removal. - - 13 Jan 2011; Samuli Suominen desc/xfce_plugins.desc: - Update xfce_plugins.desc for app-office/orage. - - 12 Jan 2011; Andreas K. Huettel package.mask: - Starting with KOffice version 2.2.0, the functionality of - app-office/kchart is provided by the app-office/koffice-libs ebuild. So, - add pmask as incentive to unmerge. - - 12 Jan 2011; Theo Chatzimichos package.mask: - Mask Amarok 2.4.0, not released yet - - 12 Jan 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 12 Jan 2011; package.mask: - Add pyclutter-1.3 to the >=clutter-1.4 mask - - 11 Jan 2011; Samuli Suominen thirdpartymirrors: - Update Xfce mirrors wrt upstream http://www.xfce.org/download/ - - 11 Jan 2011; Diego E. Pettenò package.mask: - Masking net-mail/cyrus-imspd for QA removal. - - 10 Jan 2011; Markos Chandras - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Masking net-misc/ps3mediaserver for amd64 no-multilib profiles - - 10 Jan 2011; Fabian Groffen use.desc: - Update description for aqua USE-flag - - 10 Jan 2011; Anthony G. Basile package.mask: - Masking =net-misc/tor-0.2.2* until libevent-2* is unmasked (bug #333077) - - 10 Jan 2011; Jory A. Pratt package.mask: - Remove wireless-tools mask on 30_pre* releases. - - 10 Jan 2011; Diego E. Pettenò package.mask: - Masking app-i18n/skktools for QA removal. - - 10 Jan 2011; Pacho Ramos arch/amd64/ChangeLog, - arch/amd64/package.use.mask: - Mask nls USE flag for wine until gettext is included in emul set (bug - #351224). - - 10 Jan 2011; Zac Medico updates/3Q-2008: - Remove obsolete virtualbox and virtualbox-additions package moves from - 3Q-2008 since they are reversed in 1Q-2011. - - 09 Jan 2011; Markos Chandras package.mask: - Unmask qbittorrent - - 09 Jan 2011; Jorge Manuel B. S. Vicetto - package.mask: - [package.mask] Masked KDE-4.5.5 while moving it into the tree. - - 08 Jan 2011; Jeroen Roovers package.mask: - Mask www-client/opera-11.01 and up. - - 08 Jan 2011; Markos Chandras package.mask: - Mask qbittorrent RC releases - - 08 Jan 2011; Robin H. Johnson package.mask: - Block virtual/mysql-5.2 that is used in the overlay. - - 07 Jan 2011; Sebastian Pipping package.mask: - Unmask rss2email >=2.69, transition from 2.65 to 2.69 got basic testing now - - 07 Jan 2011; Tiziano Müller package.mask: - Mask version bump for uwsgi for testing of the gcc compilation and since I - added apache-support - - 06 Jan 2011; Tiziano Müller package.mask: - Added masks for boost-1.45* stuff - - 06 Jan 2011; Samuli Suominen base/virtuals: - virtual/fam was converted to new-style. - - 06 Jan 2011; Pawel Hajdan jr package.mask: - Mask www-client/chromium dev channel release. - - 06 Jan 2011; Torsten Veller package.mask: - Mask package.mask: - Drop drupal 7.0_rc mask - - 05 Jan 2011; Michał Górny package.mask: - Mask the live ebuild for net-im/ekg2 for removal. - - 05 Jan 2011; Tiziano Müller package.mask: - Unmasked stable versions of spice and spice-protocol as well as the slotted - celt-0.5.1.3. - - 04 Jan 2011; Samuli Suominen package.mask: - Lastrite sys-fs/gnomevfs-mount. - - 04 Jan 2011; Markos Chandras package.mask: - app-emulation/ies4linux removed. Bug #344233 - - 04 Jan 2011; Gilles Dartiguelongue package.mask: - Remove dev-cpp/libgtksourceviewmm mask, package has been removed, bug - #298158. - - 03 Jan 2011; Samuli Suominen package.mask: - Lastrite thunar-vcs-plugin wrt #350358. - - 01 Jan 2011; Markus Meier package.mask: - remove media-gfx/2010.4.0 mask, as final version is in tree - - For previous entries, please see ChangeLog-2010. diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2012 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2012 deleted file mode 100644 index 0dc8175908..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2012 +++ /dev/null @@ -1,4240 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2012,v 1.1 2013/01/01 13:42:57 dilfridge Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 29 Dec 2012; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Have dev-vcs/giggle USE=-eds by default to avoid blocking gnome-3.6 updates - (bug #449138). - - 28 Dec 2012; Ulrich Müller license_groups: - Add MIT-with-advertising to MISC-FREE license group, bugs 448650 and 448652. - - 28 Dec 2012; Samuli Suominen updates/4Q-2012: - Rename x11-terms/terminal to x11-terms/xfce4-terminal. - - 27 Dec 2012; Sergei Trofimovich package.mask: - Mask dev-haskell/wxc as it requires masked wxGTK. - - 27 Dec 2012; Sergey Popov package.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Sergey Popov - default/linux/m68k/10.0/package.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Sergey Popov hardened/linux/package.mask, - hardened/linux/powerpc/package.use.mask, - hardened/linux/powerpc/ppc64/32bit-userland/package.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Sergey Popov - hardened/linux/x86/package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Sergey Popov releases/10.0/package.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Alexandre Rostovtsev package.mask: - Unmask ibus-1.4.99, should have been unmasked with gnome-shell-3.6 - - 26 Dec 2012; Gilles Dartiguelongue package.mask: - Drop Gnome 3.6 mask. - - 26 Dec 2012; Pacho Ramos package.mask: - Unmask libdlna/ushare as it's still soon to kill libav-9 incompatible - packages (that is still hardmasked) - - 26 Dec 2012; Hans de Graaff updates/4Q-2012: - Create a separate slot for dev-ruby/builder 3.1.x - - 26 Dec 2012; Christoph Junghans package.mask: - unmasked sci-libs/openmm - - 25 Dec 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask ati-drivers-12.4 - - 25 Dec 2012; Pacho Ramos package.mask: - Mask more packages for treecleaning - - 25 Dec 2012; Christian Ruppert package.mask: - Unmask puppet-3*, works very well so far - - 25 Dec 2012; Pacho Ramos package.mask: - Mask more packages for treecleaning - - 25 Dec 2012; Pacho Ramos package.mask: - Clean mask entries - - 25 Dec 2012; Pacho Ramos package.mask: - Clean mask entries - - 24 Dec 2012; Panagiotis Christopoulos package.mask: - remask =dev-lisp/gentoo-init-1.0, =dev-lisp/asdf-2.26, =dev-lisp/sbcl-1.1.2, - need more testing - - 24 Dec 2012; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Update hardened/linux/uclibc/mips to reflect changes to virtual/udev - - 24 Dec 2012; Andrey Grozin package.mask: - Unmasked >=dev-lisp/gentoo-init-1.0, >=dev-lisp/asdf-2.26, >=dev-lisp/sbcl-1.1.2 - - 24 Dec 2012; Sergey Popov package.mask: - Remove mask for net-misc/ups-monitor, cause package was removed from tree - - 23 Dec 2012; Samuli Suominen - targets/desktop/package.use: - Remove obsolete entries. Synchronize USE defaults for sys-fs/udev and - sys-fs/eudev wrt #447364 - - 22 Dec 2012; Christian Ruppert package.mask: - Mask experimental HAProxy-1.5 - - 22 Dec 2012; Ulrich Müller license_groups: - Add "fee" to MISC-FREE license group, bug 448180. - - 22 Dec 2012; Markos Chandras package.mask: - Mask every avidemux-2.6* out there - - 22 Dec 2012; Ulrich Müller license_groups: - Add bufexplorer.vim to MISC-FREE license group, bug 448064. Add PCRE and - inner-net to MISC-FREE license group, bug 448132. - - 22 Dec 2012; Robin H. Johnson package.mask: - sys-process/audit-2.2.2 ready to go. - - 22 Dec 2012; Robin H. Johnson package.mask: - Block sys-process/audit-2.2.2 for now to solve swig issue. - - 21 Dec 2012; Sven Wegener package.mask: - Temporary mask for screen socket location change. - - 21 Dec 2012; Gilles Dartiguelongue package.mask: - Add telepathy-logger to Gnome 3.6 mask. - - 21 Dec 2012; Pawel Hajdan jr package.mask: - Mask >=dev-libs/icu-50.1.1 for testing to avoid drama like bug #439892. - - 21 Dec 2012; Bernard Cafarelli package.mask: - Remove llvm 3.2 rc mask - - 21 Dec 2012; Julian Ospald package.mask: - remove pornview mask, version removed - - 20 Dec 2012; Julian Ospald package.mask: - mask =games-roguelike/tomenet-100310 - - 20 Dec 2012; Mike Gilbert - desc/python_single_target.desc, desc/python_targets.desc: - Add pypy2_0 use-expand values. - - 20 Dec 2012; Alexandre Rostovtsev use.desc: - Add global orc USE flag, as discussed on gentoo-dev. - - 19 Dec 2012; Michael Pagano package.mask: - Remove portpeek mask - - 19 Dec 2012; Sergey Popov package.mask: - Clean up some deprecated atoms, wrt bug #444181 - - 19 Dec 2012; Alexandre Rostovtsev package.mask: - Add json-glib and libgdata to gnome-3.6 mask. - - 19 Dec 2012; Alexandre Rostovtsev package.mask: - Add pango, pangox-compat, libgweather to gnome-3.6 mask. - - 18 Dec 2012; Gilles Dartiguelongue package.mask: - Add dev-libs/folks-0.8 to Gnome 3.6 mask. - - 18 Dec 2012; Jeroen Roovers package.mask: - Remove www-client/opera-12.12* mask. - - 18 Dec 2012; Mike Frysinger license_groups: - Change google-talkplugin to Google-TOS to match licenses/ rename. - - 17 Dec 2012; Alexandre Rostovtsev package.mask: - Add gnome-system-log-3.6 to gnome-3.6 mask (bug #447476). - - 17 Dec 2012; Alexandre Rostovtsev package.mask: - Add gdl-3.6 to gnome-3.6 mask. - - 16 Dec 2012; Ulrich Müller license_groups: - Add boehm-gc, libmng, and openafs-krb5-a to MISC-FREE license group. - - 15 Dec 2012; Michał Górny use.desc: - Make USE=systemd a global USE flag. - - 15 Dec 2012; Pacho Ramos package.mask: - bestcrypt was bumped fixing build problems - - 15 Dec 2012; Michael Pagano package.mask: - Fix typo - - 15 Dec 2012; Michael Pagano package.mask: - Mask portpeek-2.1.2 for testing - - 14 Dec 2012; Ulrich Müller license_groups: - Add BSD-with-attribution, IJG, and regexp-UofT to MISC-FREE license group. - - 14 Dec 2012; Michał Górny use.desc: - Split the USE=upnp to port mapping- and a/v-specific flags, as discussed - on the ml in September. - - 14 Dec 2012; Michał Górny package.mask: - Unmask the python-utils-r1 Python ebuilds. - - 14 Dec 2012; Andrey Grozin package.mask: - Masked >=dev-lisp/gentoo-init-1.0, >=dev-lisp/asdf-2.26, >=dev-lisp/sbcl-1.1.2 for testing - - 14 Dec 2012; Ulrich Müller license_groups: - Add Ispell license to MISC-FREE license group, bug 445304. - - 13 Dec 2012; Sébastien Fabbro package.mask: - Masked sci-astronomy/sextractor and sci-astronomy/scamp for removal - - 13 Dec 2012; Justin Lecher base/package.use.mask, - package.mask: - Mask sci-libs/(lapack/blas)-altas, #372323 - - 13 Dec 2012; Sergey Popov package.mask: - Unmask sys-cluster/ploop and sys-cluster/vzctl - - 12 Dec 2012; Jeroen Roovers package.mask: - Fix www-client/opera-12.12 mask. - - 12 Dec 2012; Ulrich Müller license_groups: - Add psutils to MISC-FREE license group, bug 440938. - - 12 Dec 2012; Pawel Hajdan jr package.mask: - Unmask icu-50, things should be fixed now. - - 11 Dec 2012; Fabian Groffen package.mask: - Drop e-uae mask, all bugs have been fixed - - 10 Dec 2012; Ulrich Müller license_groups: - Add libtiff to MISC-FREE license group, bug 445934. - - 10 Dec 2012; Hans de Graaff updates/4Q-2012: - pkgmove dev-ruby/ruby-bsearch dev-ruby/bsearch - - 10 Dec 2012; Sergey Popov package.mask: - Mask new vzctl and ploop until all deps will be fixed - - 09 Dec 2012; Alexandre Rostovtsev package.mask: - Another gtkmm typo (wrong slot). - - 09 Dec 2012; Alexandre Rostovtsev package.mask: - Typo in gtkmm version. - - 09 Dec 2012; Alexandre Rostovtsev package.mask: - Flesh out gnome-3.6 mask in preparation for moving 3.6 to portage. - - 09 Dec 2012; Diego E. Pettenò package.mask: - Remove stupid mask. - - 09 Dec 2012; Lars Wendler package.mask: - Masked =sys-apps/hwids-20121208.5 due to broken install target in Makefile - (bug #446576) - - 09 Dec 2012; Markos Chandras license_groups: - Add CeCILL-C to MISC-FREE - - 09 Dec 2012; Anthony G. Basile profiles.desc: - Add hardened/linux/uclibc/arm/armv7a to profiles.desc list - - 08 Dec 2012; Michał Górny package.mask: - Unmask the new versions of npapi-sdk. - - 08 Dec 2012; Tomáš Chvátal - arch/powerpc/package.use.mask: - Unmask libsbsms on ppc and ppc64 agan as it works now. - - 08 Dec 2012; Alexandre Rostovtsev updates/4Q-2012: - Slotmove farstream-0.1.x from 0 to 0.1 - - 07 Dec 2012; Michał Górny package.mask: - Mask experimental xdm fix for testing. - - 07 Dec 2012; Ulrich Müller license_groups: - Add docbook to MISC-FREE license group, bug 446352. - - 06 Dec 2012; Sergei Trofimovich package.mask: - Mask dev-haskell/time for removal (ghc-6.12+ core library). - - 06 Dec 2012; Sergei Trofimovich package.mask: - Removed 'dev-haskell/hdoc' mask. - - 06 Dec 2012; Mike Frysinger profiles.desc: - Add x32 profile so eselect can find it. - - 05 Dec 2012; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Use pulseaudio instead of gstreamer in spice-gtk in gnome by default. - - 05 Dec 2012; Alexandre Rostovtsev package.mask: - Mask claws-mail-geolocation, libchamplain:0.8, clutter-gtk:0.10 for removal - (bug #435164). - - 05 Dec 2012; Ulrich Müller license_groups: - Add tcltk to MISC-FREE license group, bug 445468. - - 05 Dec 2012; Ben de Groot package.mask: - Remove temp Qt 4.8.4 mask - - 05 Dec 2012; Ben de Groot package.mask: - temp bump mask for Qt 4.8.4 - - 04 Dec 2012; Alexandre Rostovtsev package.mask: - Add gstreamermm-0.10.11 to gnome-3.6 mask (bug #445706). - - 03 Dec 2012; Zac Medico info_vars: - Remove LINGUAS from info_vars for bug #445858 (it still shows via - USE/USE_EXPAND). - - 03 Dec 2012; Bernard Cafarelli package.mask: - Mask release candidates for sys-devel/llvm-3.2 and friends - - 02 Dec 2012; Gilles Dartiguelongue package.mask: - Drop gstreamer:0.10 mask, everything is now in tree. - - 02 Dec 2012; Sebastian Pipping package.mask: - Keep dvd95 since bug #402669 is now fixed - - 02 Dec 2012; Michał Górny package.mask: - Add new jython to the python-r1 package mask. - - 02 Dec 2012; Samuli Suominen license_groups: - Include SSLeay license in the MISC-FREE group wrt #445560, Comment #2 by - Ulrich Müller - - 01 Dec 2012; Diego E. Pettenò - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Unmask newer versions of hpacucli since it's now available as an amd64 - package as well. - - 01 Dec 2012; Gilles Dartiguelongue use.desc: - Add introspection to global use flags. - - 01 Dec 2012; Michał Górny package.mask: - Add new pypy ebuilds to the python-r1 package mask. - - 30 Nov 2012; Christoph Junghans package.mask: - masked sci-libs/openmm - - 30 Nov 2012; Pacho Ramos package.mask: - Improve mask message for linux-wlan-ng (thanks to Petteri Räty for providing - it) - - 30 Nov 2012; Michał Górny package.mask: - Mask the cleaned up (-r1) Python ebuilds for testing. - - 29 Nov 2012; Magnus Granberg - hardened/linux/amd64/package.use.mask, hardened/linux/x86/package.use.mask: - Mask nvidia on app-admin/conky. (bug #444786) - - 29 Nov 2012; Samuli Suominen package.mask: - Unmask net-wireless/rfswitch since it's building again. - - 28 Nov 2012; Robin H. Johnson package.mask: - Remove localshell pmask. - - 27 Nov 2012; Sebastian Pipping package.mask: - Mask app-admin/profiler for removal (bug #444332) - - 27 Nov 2012; Sebastian Pipping package.mask: - Mask app-admin/smolt for removal (bug #438082) - - 27 Nov 2012; Tim Harder package.mask: - Mask =media-libs/libsfml-2* for testing. - - 27 Nov 2012; Alexandre Rostovtsev package.mask: - Add libxml2-2.9.x to gnome-3.6 mask (bug #444290). - - 26 Nov 2012; Jeroen Roovers package.mask: - Remove dev-libs/libnl-3.2.15 mask. - - 26 Nov 2012; Jeroen Roovers package.mask: - Mask www-client/opera-12.12. - - 26 Nov 2012; Tomáš Chvátal use.desc: - Describe vdpau and wayland as global useflags. - - 26 Nov 2012; Sergey Popov - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Mask games-strategy/dominions2-demo on all non-multilib profiles - - 26 Nov 2012; Sergey Popov base/package.use.mask: - Mask media-gfx/opencolorio[pdf] - - 26 Nov 2012; Torsten Veller updates/4Q-2012: - Move app-editors/XML-XSH to app-editors/XML-XSH - - 25 Nov 2012; Pacho Ramos package.mask: - Previous scilab mask entry also masks overlay versions by error - - 25 Nov 2012; Ulrich Müller license_groups: - Add Sleepycat to GPL-COMPATIBLE and OSI-APPROVED license groups, bug 300426. - This replaces DB and OracleDB, remove them from both license groups. - Add IBPP-1.1 to MISC-FREE license group, bug 444626. - - 25 Nov 2012; Julian Ospald package.mask: - remove pmask on games-rpg/nwn-penultima since bug 394869 is actually related - to games-rpg/nwn - - 25 Nov 2012; Kacper Kowalik package.mask: - Drop masks on x11-misc/bbacpi and x11-misc/bbappconf as corresponding bugs - were fixed - - 25 Nov 2012; Kacper Kowalik package.mask: - Drop masks on x11-misc/bbdate, x11-misc/bbweather, x11-misc/bbsload. Blocking - bugs were fixed - - 24 Nov 2012; Samuli Suominen - default/linux/packages.build: - Migrate packages.build from sys-fs/udev to virtual/udev. - - 24 Nov 2012; Michał Górny - +desc/python_single_target.desc: - Introduce PYTHON_SINGLE_TARGET for Python packages not supporting multiple - Python implementations. - - 24 Nov 2012; Pacho Ramos package.mask: - Include mask entries for packages going to be removed - - 24 Nov 2012; Samuli Suominen - targets/desktop/package.use: - Imitate behavior of IUSE="+introspection", enabling introspection by default - for the desktop profile. - - 24 Nov 2012; Samuli Suominen - targets/desktop/package.use: - Synchronize sys-fs/udev and virtual/udev USE defaults for the desktop - profile. - - 24 Nov 2012; Gilles Dartiguelongue package.mask: - Add new d-feet to gnome 3.6 mask. - - 24 Nov 2012; Richard Freeman package.mask: - Mask live ebuild. - - 24 Nov 2012; Jeroen Roovers package.mask: - dev-libs/libnl-3.2.15 breaks ABI (bug #444542). - - 23 Nov 2012; Diego E. Pettenò package.mask: - Mask gdbserver for removal. - - 23 Nov 2012; Richard Freeman package.mask: - Mask mythtv 0.26 for addition to tree. - - 22 Nov 2012; Sergey Popov - arch/amd64/no-multilib/package.mask: - Remove dead packages and missing atoms, wrt bug #444181 - - 22 Nov 2012; Diego E. Pettenò package.mask: - Remove obsolete masks. - - 21 Nov 2012; Anthony G. Basile - +hardened/linux/uclibc/amd64/use.force, +hardened/linux/uclibc/arm/use.force, - +hardened/linux/uclibc/mips/use.force, +hardened/linux/uclibc/ppc/use.force, - +hardened/linux/uclibc/x86/use.force: - Use force the arch flags for hardened/linux/uclibc as with regular arch - profiles - - 21 Nov 2012; Alexis Ballier updates/4Q-2012: - move x11-libs/vdpau-video to x11-libs/libva-vdpau-driver - - 21 Nov 2012; Tomáš Chvátal - default/linux/package.use.mask: - Unmask doc on mplayer2 again. - - 20 Nov 2012; Christian Faulhammer updates/4Q-2012: - move mail-client/claws-mail-spam_report to mail-client/claws-mail-spam-report - - 20 Nov 2012; Christian Faulhammer updates/4Q-2012: - move mail-client/claws-mail-tnef_parse to mail-client/claws-mail-tnef-parse - - 20 Nov 2012; Markos Chandras package.mask: - net-im/jabberd is goine - - 20 Nov 2012; Anthony G. Basile - +hardened/linux/uclibc/arm/use.mask, +hardened/linux/uclibc/mips/use.mask, - +hardened/linux/uclibc/x86/use.mask: - Unmask SIMD flags on hardened/linux/uclibc/x86 and unmask arch USE flags for - all arches - - 20 Nov 2012; Anthony G. Basile - +hardened/linux/uclibc/amd64/use.mask: - Unmask SIMD flags on hardened/linux/uclibc/amd64 - - 20 Nov 2012; Sergey Popov package.mask: - Mask net-wireless/wifiscanner for removal, bug #394949 - - 20 Nov 2012; Magnus Granberg - hardened/linux/amd64/package.mask, hardened/linux/amd64/package.use.mask: - unmask >=nvidia-drivers-300.00 on amd64 but mask use X on it. Bug#433121 - - 18 Nov 2012; Jeroen Roovers package.mask: - Unmask www-client/opera-12.11. - - 18 Nov 2012; Michael Palimaka package.mask: - Remove mask on net-libs/libwww - package removed wrt bug #320253. - - 18 Nov 2012; Markos Chandras package.mask: - dev-vcs/svk is gone - - 18 Nov 2012; Markos Chandras package.mask: - media-sound/audtty is gone - - 18 Nov 2012; Markos Chandras package.mask: - net-p2p/sancho-bin removal. Bug #421971 - - 18 Nov 2012; Markos Chandras package.mask: - dev-libs/mpatrol is gone - - 18 Nov 2012; Markos Chandras package.mask: - gnome-extra/wp_tray is gone - - 18 Nov 2012; Markos Chandras package.mask: - sci-geosciences/qlandkarte is gone - - 18 Nov 2012; Robin H. Johnson package.mask: - Obsolete dev-vcs/gitosis and dev-vcs/gitosis-gentoo. - - 16 Nov 2012; Thomas Sachau (Tommy[D]) updates/4Q-2012: - Move x11-libs/elementary to media-libs/elementary - - 16 Nov 2012; Ulrich Müller license_groups: - Add SNIA to MISC-FREE license group, bug 441924. - - 16 Nov 2012; Samuli Suominen package.mask: - Lastrite metacity-python wrt #438894 - - 16 Nov 2012; Ulrich Müller license_groups: - Remove JamesClark from MISC-FREE license group, duplicate of MIT. - Add UPEK-SDK-EULA to EULA license group. - - 16 Nov 2012; Hans de Graaff package.mask: - Remove mask for experimental gherkin slots, now removed from the tree. - - 16 Nov 2012; Pawel Hajdan jr base/package.use.mask: - Mask www-client/chromium system-ffmpeg USE flag (experimental). - - 15 Nov 2012; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Mask app-cdr/cdrtools on hardened/linux/uclibc/mips - - 15 Nov 2012; Chí-Thanh Christopher Nguyễn - base/package.use.mask: - Mask wayland for mesa-9.0. - - 15 Nov 2012; Sergey Popov package.mask: - Remove mask for app-crypt/cryptoapi, cause package is removed from tree, bug - #438458 - - 15 Nov 2012; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Prefer module-init-tools to kmod or modutils on hardened/linux/uclibc/mips - - 15 Nov 2012; Ole Markus With package.mask: - Masking php 5.5 alphas for testing - - 15 Nov 2012; Tomáš Chvátal package.mask: - Update the libav mask to be correct. - - 15 Nov 2012; Diego E. Pettenò package.mask: - Mask libav-9 until its reverse dependencies build; see bug #443230 for - tracking the progress. - - 14 Nov 2012; Luca Barbato arch/amd64/use.mask, - arch/arm/use.mask, arch/powerpc/use.mask, arch/x86/use.mask, base/use.mask: - Mask fdk pending keywording - - 14 Nov 2012; Arun Raghavan - default/linux/package.use.mask: - Mask systemd USE flag on media-sound/pulseaudio since systemd isn't in stable - yet, - - 14 Nov 2012; package.mask: - Unmask dropbox. Seems working. - - 11 Nov 2012; Luca Barbato arch/alpha/package.use.mask: - Mask fdk on alpha, pending testing - - 11 Nov 2012; Mike Frysinger package.mask: - Drop mdadm mask. - - 11 Nov 2012; Diego E. Pettenò package.mask: - Unmask drizzle 7.2 as it fixes more than it can break. - - 10 Nov 2012; Sergey Popov package.mask: - Mask net-analyzer/nbaudit wrt bug #335705 - - 10 Nov 2012; Mike Frysinger package.mask: - Drop u-boot-tools mask. - - 10 Nov 2012; Alexandre Rostovtsev package.mask: - Add gdk-pixbuf-2.26.5 to gnome-3.6 mask. - - 10 Nov 2012; Pawel Hajdan jr package.mask: - Mask net-libs/libsrtp-1.4.4_p20121108 for testing, bug #438756. - - 09 Nov 2012; Diego E. Pettenò package.mask: - Unmask boost-1.52 and related libraries, everything else in the tree seems to - be fine. - - 09 Nov 2012; Markos Chandras package.mask: - Mask new u-boot-tools - - 09 Nov 2012; Markos Chandras package.mask: - update target for openocd - - 09 Nov 2012; Diego E. Pettenò package.mask: - Mask source-highlight-3.1.7-r2 for the new boost layout. - - 09 Nov 2012; Diego E. Pettenò package.mask: - Mask also xsd-3.3.0-r1 with the new boost. - - 09 Nov 2012; Diego E. Pettenò package.mask: - Mask a revbump for libxsd-frontend to handle the new boost layout in - 1.52.0-r1. - - 09 Nov 2012; Pawel Hajdan jr package.mask: - Roll chromium package masks (24 -> 25). - - 08 Nov 2012; Tony Vroon package.mask: - Remove Asterisk 11 branch mask; the second release is out and initial tests - have been very positive. - - 08 Nov 2012; Víctor Ostorga thirdpartymirrors: - Updating samba mirrors list - - 08 Nov 2012; Diego E. Pettenò package.mask: - Mask avr-libc together with the other crossdev packages. - - 08 Nov 2012; Diego E. Pettenò package.mask: - Collapse all the berkdb masks together. - - 08 Nov 2012; Diego E. Pettenò package.mask: - More packages using obsolete boost. - - 08 Nov 2012; Diego E. Pettenò package.mask: - Mask older rb_libtorrent (bug #442314). - - 07 Nov 2012; Alexandre Rostovtsev updates/4Q-2012: - Slotmove gst-rtsp-server-0.10.x to 0.10, since a gst-1.0 version is in the - works. - - 07 Nov 2012; Jeroen Roovers package.mask: - Mask www-client/opera-12.11. - - 07 Nov 2012; Justin Lecher updates/4Q-2012: - move app-office/texmakerx app-office/texstudio; upstream renaming - - 06 Nov 2012; Theo Chatzimichos package.mask: - Add puppet-syntax in p.mask as well - - 06 Nov 2012; Eray Aslan package.mask: - mail-mta/nbsmtp is no longer in the tree - remove mask - - 05 Nov 2012; Julian Ospald package.mask: - torbrowser and torbrowser-profile removed - - 05 Nov 2012; Diego E. Pettenò package.mask: - Mask boost 1.52 for testing. - - 05 Nov 2012; Jorge Manuel B. S. Vicetto - default/linux/packages.build: - Added sys-apps/kmod to the packages.build too soon as the new udev version - needs to be marked stable first. - - 05 Nov 2012; Kacper Kowalik package.mask: - Drop mask on dev-util/intel-ocl-sdk as we are now using bundled boost for - tools. Fixes bug #441824 by Neil Dökkalfar - - 05 Nov 2012; Jorge Manuel B. S. Vicetto - default/linux/packages.build: - Add sys-apps/kmod to default/linux/packages.build to fix the block with - sys-apps/module-init-tools on the seed stage3. - - 04 Nov 2012; Ulrich Müller license_groups: - Remove unused RSA-MD4, RSA-MD5, and RSA-PKCS11 licenses; replaced by RSA. - - 04 Nov 2012; Joerg Bornkessel package.mask: - masked media-plugins/vdr-softdevice-0.5.0.20110417 for testing on bug #422605 - - 04 Nov 2012; Ulrich Müller license_groups: - PBZIP2 is gone (replace by BZIP2 template); remove it from MISC-FREE license - group. Add RSA license template to MISC-FREE. - - 04 Nov 2012; Tomáš Chvátal package.mask: - Mask new icu for now. - - 04 Nov 2012; Markos Chandras package.mask: - Mask new avidemux - - 04 Nov 2012; Justin Lecher updates/4Q-2012: - Move sci-chemistry/mmtk to sci-libs/mmtk due to duplication, #441648 - - 04 Nov 2012; Diego E. Pettenò package.mask: - Mask some packages that depend on the old 1.46 version of boost. - - 03 Nov 2012; Markos Chandras package.mask: - Update mask for app-benchmarks/ltp - - 03 Nov 2012; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Mask unstable versions of sysvinit and coreutils on - hardened/linux/uclibc/mips - - 03 Nov 2012; Markos Chandras updates/4Q-2012: - slotmove emesene from 2 to 0 - - 02 Nov 2012; Michał Górny package.mask: - Unmask new argparse after adding appropriate warnings to the ebuild. - - 02 Nov 2012; Justin Lecher package.mask: - Correct package naming syntax and month, noted by pchrist - - 02 Nov 2012; Justin Lecher package.mask: - Mask old version to be able to move to new versioning schema - - 02 Nov 2012; Ulrich Müller package.mask: - Update mask for app-editors/emacs-vcs live ebuilds. - - 02 Nov 2012; Robin H. Johnson package.mask: - MySQL 5.5 release time. - - 01 Nov 2012; Robin H. Johnson - arch/alpha/package.use.mask, arch/arm/package.use.mask, - arch/hppa/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - package.use.mask tcmalloc/jemalloc/systemtap for MySQL on arches that are - lagging keywording per bugs 351931, 429710, 429708. - - 01 Nov 2012; Ulrich Müller license_groups: - Add RSA-PKCS11 to MISC-FREE license group, bug 440752. - - 01 Nov 2012; Alexis Ballier package.mask: - unmask ocaml-4 - - 01 Nov 2012; Alexis Ballier package.mask: - mask dev-ml/ocamlduce - - 01 Nov 2012; Ulrich Müller license_groups: - New DEPRECATED license group, bug 440638. - - 01 Nov 2012; Diego E. Pettenò package.mask: - Unmask boost 1.50/1.51 to comply with glibc-2.16, as well as GnuTLS 3; keep - libtasn1-3 masked, and give more details on the reason. - - 31 Oct 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask x11-apps/grandr for removal. - - 31 Oct 2012; Julian Ospald package.mask: - mask broken pornview - - 31 Oct 2012; Diego E. Pettenò updates/4Q-2012: - Slotmove all boost and boost-build to slot 0. - - 30 Oct 2012; Gilles Dartiguelongue package.mask: - Add dev-cpp/gstreamermm to gstreamer-0.10.36 mask. - - 30 Oct 2012; Anthony G. Basile - arch/powerpc/ppc64/package.use.mask: - Mask new-login on x11-misc/xscreensaver for ppc64, bug #439146 - - - 30 Oct 2012; Diego E. Pettenò package.mask: - Mask libtasn1 together with GnuTLS 3. - - 30 Oct 2012; Sébastien Fabbro package.mask: - Mask only sys-fs/redirfs live version - - 30 Oct 2012; package.mask: - Mask =net-misc/dropbox-1.4.17 for testing. - - 30 Oct 2012; Tony Vroon package.mask: - Mask 11.0.0 release due to the amount of work needed to build. Release is - suspect and will need additional testing. - - 29 Oct 2012; Michał Górny package.mask: - Mask the newer virtual for argparse as well. - - 29 Oct 2012; Michał Górny package.mask: - Mask PYTHON_TARGETS-aware argparse until packages use the virtual. - - 29 Oct 2012; Ben de Groot - arch/amd64/no-multilib/package.mask: - media-sound/aucdtect needs multilib on amd64 (x86-compat) - - 29 Oct 2012; Ben de Groot package.mask: - Mask new quiterss version, needs update of unbundle-sqlite patch - - 29 Oct 2012; Michał Górny desc/python_targets.desc: - Remove traces of pypy1.7, no longer in the tree and not supported - by the eclasses. - - 28 Oct 2012; Alexandre Rostovtsev package.mask: - Unmask libgphoto2-2.5.x since all blockers for bug #426602 have been resolved. - - 28 Oct 2012; Sergei Trofimovich package.mask: - Masked for removal dev-haskell/hdoc. - - 27 Oct 2012; Ulrich Müller updates/4Q-2012: - Package move app-doc/openmotif-manual to app-doc/motif-reference-manual, - bug 439910. - - 27 Oct 2012; Anthony G. Basile profiles.desc: - make hardened/linux/uclibc/{amd64,x86} public - - 25 Oct 2012; Anthony G. Basile - hardened/linux/uclibc/packages.build: - Add pkgconfig to packages.build for hardened/linux/uclibc - - 25 Oct 2012; Gilles Dartiguelongue package.mask: - Add rygel to gstreamer mask. - - 25 Oct 2012; Mike Gilbert package.mask: - Update boost mask for 1.51. - - 25 Oct 2012; Gilles Dartiguelongue package.mask: - Add mask for new rhythmbox. - - 25 Oct 2012; Pacho Ramos package.mask: - Mask >=app-mobilephone/obexd-0.47 as recommended in distributor-list at gnome - dot org due unexpected API changes. - - 25 Oct 2012; Markos Chandras package.mask: - Remove pf-sources that are affected by the ext4 bug - - 25 Oct 2012; Anthony G. Basile - hardened/linux/uclibc/make.defaults, hardened/linux/uclibc/use.mask: - Remove redundant default USE flags for hardened/linux/uclibc profiles - - 24 Oct 2012; Alex Alexander package.mask: - (re-)masked pf-sources-3.6.{3,4} due to ext4 data loss regression, bug - #439502 - - 24 Oct 2012; Ulrich Müller updates/4Q-2012: - Package move x11-libs/openmotif to x11-libs/motif. - - 24 Oct 2012; Ben de Groot package.mask: - Remove temp mask for razorqt-0.5.1 - - 24 Oct 2012; Eray Aslan package.mask: - Mask experimental =mail-client/squirrelmail-1.4.23* - - 24 Oct 2012; Ben de Groot package.mask: - Temp mask of new razorqt-0.5.1 release - - 23 Oct 2012; Magnus Granberg hardened/linux/use.mask: - mask orc use flag for it is jit. - - 23 Oct 2012; Samuli Suominen package.mask: - Temporarily mask new pidgin-otr next to new libotr. - - 23 Oct 2012; Alexandre Rostovtsev package.mask: - Expand gstreamer-0.10.36 mask. - - 23 Oct 2012; Jeroen Roovers profiles.desc: - Remove deprecated desktop profiles. - - 22 Oct 2012; Alexandre Rostovtsev - targets/desktop/package.use: - remove wine[udisks] from targets/desktop/package.use since udisks is in USE - in targets/desktop/make.defaults. Thanks to Samuli Suominen. - - 22 Oct 2012; Sergey Popov package.mask: - Mask net-misc/libteam snapshot ebuilds until release - - 22 Oct 2012; Samuli Suominen - targets/desktop/package.use: - Change sys-fs/udev default USE flags in a way that USE="extras" is only - enabled for package.mask: - Temporary mask to allow gradual addition of gstreamer-0.10.36 and its - numerous plugins. Will be removed once all compatible plugins are in place. - - 20 Oct 2012; Anthony G. Basile - hardened/linux/uclibc/packages.build: - Reduce packages.build for hardened/linux/uclibc profiles - - 20 Oct 2012; Jeroen Roovers thirdpartymirrors: - Remove one faulty Opera mirror. - - 20 Oct 2012; Ben de Groot updates/4Q-2012: - Move x11-wm/razorqt and x11-misc/lightdm-razorqt-greeter to new locations in - razorqt-base category - - 20 Oct 2012; Anthony G. Basile - +hardened/linux/uclibc/packages.build: - Add packages.build for hardened/linux/uclibc profiles - - 19 Oct 2012; Michael Palimaka package.mask: - Mask =net-libs/libotr-4.0.0 due to breakage. - - 18 Oct 2012; Alexis Ballier profiles.desc: - Advertise (very) experimental FreeBSD 9.1 profile with clang as system - compiler. Do not expect it to work yet, but help in getting it done is - welcome :). - - 18 Oct 2012; Justin Lecher package.mask: - Remove entry of dropped package - - 18 Oct 2012; Michael Palimaka package.mask: - Mask net-libs/libwww for removal. - - 16 Oct 2012; Patrick Lauer package.mask: - Masking www-apache/mod_cplusplus - - 15 Oct 2012; Chí-Thanh Christopher Nguyễn - arch/amd64-fbsd/make.defaults, arch/amd64/make.defaults, - arch/x86-fbsd/make.defaults, arch/x86/make.defaults, - hardened/linux/x86/make.defaults: - Remove neomagic from default VIDEO_CARDS as it is no longer useful with - current xorg-server. - - 15 Oct 2012; Ben de Groot package.mask: - Remove temp razorqt mask - - 15 Oct 2012; Sergey Popov package.mask: - Mask app-crypt/cryptoapi - - 15 Oct 2012; Ben de Groot package.mask: - Temp mask for committing razorqt 0.5.0 - - 15 Oct 2012; Ben de Groot categories: - Add razorqt-base category - - 15 Oct 2012; Tim Harder package.mask: - Mask =media-libs/libraw-0.15* development releases. - - 14 Oct 2012; Sergey Popov package.mask: - Unmask net-analyzer/fragroute, cause all of it's dependencies are also - unmasked now - - 14 Oct 2012; Andreas K. Huettel updates/4Q-2012: - Move media-libs/libmediawiki to net-libs - - 14 Oct 2012; Michał Górny base/package.use.force: - Force-enable all Python implementations for python-exec. - - 14 Oct 2012; Markos Chandras - -default/linux/amd64/10.0/server/profile.bashrc: - Get rid of the ewarn message for the amd64/10.0/server profile - - 13 Oct 2012; package.mask: - Mask unstable ibus which depend on newer dconf. - - 12 Oct 2012; Patrick Lauer package.mask: - Removing apache 2.4 mask - - 11 Oct 2012; Diego E. Pettenò package.mask: - Mask live ebuild for dev-libs/libg15. - - 11 Oct 2012; Sergey Popov package.mask: - Mask newer fragroute - - 10 Oct 2012; Ulrich Müller package.mask: - Mask app-emacs/tamago for removal, bug 338535. - - 10 Oct 2012; Anthony G. Basile - arch/mips/package.use.mask, arch/powerpc/package.use.mask: - Mask USE=sbsms on media-sound/audacity for mips ppc ppc64, bug #436020 - - 10 Oct 2012; Patrick Lauer package.mask: - Fixing mono mask - - 08 Oct 2012; Robin H. Johnson package.mask: - Mask db-5.3 until ready. - - 08 Oct 2012; Anthony G. Basile - hardened/linux/uclibc/amd64/make.defaults, - hardened/linux/uclibc/make.defaults, - hardened/linux/uclibc/mips/make.defaults, - hardened/linux/uclibc/mips/mipsel/make.defaults, - hardened/linux/uclibc/ppc/make.defaults, - hardened/linux/uclibc/x86/make.defaults: - Restructure hardened/linux/uclibc profiles - - 08 Oct 2012; Mike Gilbert desc/python_targets.desc: - Add python3_3. - - 07 Oct 2012; Pawel Hajdan jr - +arch/amd64/x32/package.mask, +arch/amd64/x32/package.use.mask: - Mask dev-lang/v8 and reverse dependencies on x32, bug #423815. - - 07 Oct 2012; Anthony G. Basile - hardened/linux/uclibc/use.force: - use.force USE=uclibc on hardened/linux/uclibc profiles - - 07 Oct 2012; Ulrich Müller updates/4Q-2012: - Package move yudit from app-text to app-editors. - - 07 Oct 2012; Eray Aslan package.mask: - Mask mail-client/pine for removal - - 07 Oct 2012; Anthony G. Basile - +hardened/linux/uclibc/amd64/package.mask: - Mask all app-emulation/emul-linux-x86-* on hardened/linux/uclibc/amd64 - - 07 Oct 2012; Anthony G. Basile - hardened/linux/uclibc/amd64/make.defaults, - hardened/linux/uclibc/arm/armv4/make.defaults, - hardened/linux/uclibc/arm/armv4t/make.defaults, - hardened/linux/uclibc/arm/armv5te/make.defaults, - hardened/linux/uclibc/arm/armv6j/make.defaults, - hardened/linux/uclibc/arm/armv7a/make.defaults, - hardened/linux/uclibc/arm/make.defaults, hardened/linux/uclibc/make.defaults, - hardened/linux/uclibc/mips/make.defaults, - hardened/linux/uclibc/mips/mipsel/make.defaults, - hardened/linux/uclibc/mips/package.mask, hardened/linux/uclibc/package.mask, - hardened/linux/uclibc/package.use, hardened/linux/uclibc/packages, - hardened/linux/uclibc/ppc/make.defaults, - hardened/linux/uclibc/ppc/package.use.mask, hardened/linux/uclibc/use.force, - hardened/linux/uclibc/use.mask, hardened/linux/uclibc/x86/make.defaults: - Add copyright headers to profiles/hardened/linux/uclibc - - 06 Oct 2012; Ulrich Müller license_groups: - Add htmlc (the INRIA license) to MISC-FREE license group. - Add metapackage non-license to GPL-COMPATIBLE license group; this is really - a subcategory of public-domain which has been approved by the FSF. - - 06 Oct 2012; Eray Aslan package.mask: - Mask mail-mta/nbsmtp for removal - - 06 Oct 2012; Stefan Briesenick package.mask: - masked only =www-apache/mod_musicindex-1.3.5 instead of all - - 06 Oct 2012; Justin Lecher +updates/4Q-2012: - Renaming sci-geosciences/gpxviewer to sci-geosciences/gpx-viewer to fit - upstream naming - - 06 Oct 2012; package.mask: - Mask app-i18n/ibus-table-{array30,cangjie,cantonese,xingma,yinma} for - removal. They should be replaced by ibus-table-chinese. - - 04 Oct 2012; Hanno Boeck license_groups: - Re-add as-is to MISC-FREE - all packages having as-is that are not free - software should be considered as bugs. - - 03 Oct 2012; Ulrich Müller license_groups: - Add TeX-other-free to MISC-FREE license group, bug 436698. - Add SVFL to MISC-FREE license group. Remove as-is from GPL-COMPATIBLE and - OSI-APPROVED license groups; it should never have been added to them. - - 02 Oct 2012; Mike Gilbert package.mask: - Update dev channel mask for beta release of chromium-23. - - 02 Oct 2012; Mike Frysinger package.mask: - Drop mediatomb mask as the bugs are fixed. - - 30 Sep 2012; Diego E. Pettenò package.mask: - Remove masks from removed packages. - - 30 Sep 2012; Hans de Graaff updates/3Q-2012: - Slotmove dev-ruby/trollop-2.0 to a separate SLOT, bug 436344. - - 30 Sep 2012; Diego E. Pettenò arch/amd64/use.mask, - arch/arm/use.mask, arch/hppa/use.mask, arch/ia64/use.mask, - arch/powerpc/package.use.mask, arch/sparc/use.mask, arch/x86/use.mask, - base/use.mask: - Mask oracle USe flag globally at base level and unmask for amd64/x86. This is - required for me to commit freeradius without dropping ppc keyword. - - 29 Sep 2012; Kacper Kowalik package.mask: - Drop mask on sys-cluster/glusterfs-3.3.0 - - 29 Sep 2012; Anthony G. Basile - arch/powerpc/package.use.mask: - Mask media-libs/openimageio[tbb] for ppc ppc64 - - 28 Sep 2012; Pawel Hajdan jr base/package.use.mask: - Mask www-client/chromium[tcmalloc], bug #413637. - - 28 Sep 2012; Ulrich Müller license_groups: - Add libpng, rc, and xtrs to MISC-FREE license group. - - 27 Sep 2012; Ralph Sennhauser package.mask: - Drop mask for javacc-5.0. #315557 - - 27 Sep 2012; Sergey Popov - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - games-strategy/spaz can not run on amd64 non-multilib profiles, so masking it - on them - - 26 Sep 2012; Samuli Suominen - targets/desktop/package.use: - gnome-base/gvfs was dummy revision bumped from 1.12.3 to 1.12.3-r1 to change - temporarily UDisks2 default to UDisks1 default wrt #427544 - - 26 Sep 2012; Ulrich Müller license_groups: - Add JOVE and YaTeX to MISC-FREE license group. - - 25 Sep 2012; Samuli Suominen package.mask: - Lastrite net-misc/mediatomb and www-apache/mod_musicindex - - 25 Sep 2012; Alexandre Rostovtsev package.mask: - Add at-spi2-* to gnome-3.6 mask, and unmask vte-0.34. - - 25 Sep 2012; Ulrich Müller license_groups: - Add man-pages to FREE-DOCUMENTS license group. - - 25 Sep 2012; Alexandre Rostovtsev package.mask: - Start gnome-3.6 mask. - - 25 Sep 2012; Ulrich Müller license_groups: - Add HPND to OSI-APPROVED license group. - - 23 Sep 2012; Ulrich Müller updates/3Q-2012: - Slotmove app-doc/pms to 0. - - 23 Sep 2012; Anthony G. Basile - arch/powerpc/package.use.mask, arch/powerpc/ppc64/64ul/package.use.mask: - Remove masking on USE=sendto for powerpc - - 22 Sep 2012; Sergey Popov - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - games-fps/serious-sam-tfe can not run on amd64 non-multilib profiles, so - masking it on them - - 21 Sep 2012; Ulrich Müller license_groups: - Add GPL-1+ and LGPL-2+ to the OSI-APPROVED group. - - 20 Sep 2012; Chí-Thanh Christopher Nguyễn - +features/multilib/package.use.mask, base/package.use.force, - base/package.use.mask: - Move media-libs/glu multilib mask to multilib profile, bug #435622. - - 19 Sep 2012; Matt Turner package.mask: - Remove mask on glu and mesa now that the multilib USE flag has been forced - off and masked. - - 19 Sep 2012; Sergey Popov - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - games-fps/serious-sam-tse can not run on amd64 non-multilib profiles, so - masking it on them - - 19 Sep 2012; Alexis Ballier profiles.desc: - restore sparc-fbsd profile otherwise repoman outputs warning on packages that - still have sparc-fbsd keywords - - 19 Sep 2012; Alexis Ballier profiles.desc: - remove fbsd 8.2 from profiles.desc, 8.2 is EOL, bug #435500 by Yuta SATOH - - 19 Sep 2012; Davide Pesavento package.mask: - Unmask qt-creator 2.6 beta, it works fine. - - 19 Sep 2012; Diego E. Pettenò package.mask: - Mask drizzle 7.2 for testing. - - 18 Sep 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask glu and mesa without glu, bug #433880. - - 18 Sep 2012; Pacho Ramos package.mask: - Clean mask entries. - - 17 Sep 2012; Ulrich Müller license_groups: - Add "or any later version" variant of GNU licenses to license groups. - - 17 Sep 2012; Anthony G. Basile - -hardened/linux/uclibc/package.accept_keywords: - Remove package.accept_keywords from hardened uclibc profiles, bug #434568 - - 16 Sep 2012; Ulrich Müller license_groups: - Add md2k7-asyouwish to MISC-FREE license group, bug 435004. - - 16 Sep 2012; Pacho Ramos package.mask: - Clean mask entries. - - 16 Sep 2012; Pacho Ramos package.mask: - Mask some packages for treecleaning. - - 16 Sep 2012; Alexandre Rostovtsev updates/3Q-2012: - Slotmove grilo-0.1.x to match pkgconfig name, in preparation for grilo-0.2. - - 15 Sep 2012; Pacho Ramos package.mask: - Mask newer gtkam versions due gphoto-2.5 requirement. - - 14 Sep 2012; Ulrich Müller package.mask: - app-admin/eselect-1.3.2 is gone. - - 14 Sep 2012; Ben de Groot package.mask: - Remove Qt 4.8.3 mask - - 14 Sep 2012; Vlastimil Babka package.mask: - Add missing hash to comment, bug #435014. - - 14 Sep 2012; Ulrich Müller package.mask: - Package mask eselect-1.3.2, bug 434956. - - 14 Sep 2012; Ben de Groot package.mask: - Temp mask for testing Qt 4.8.3 release - - 12 Sep 2012; Julian Ospald package.mask: - mask outdated security package www-client/torbrowser - - 12 Sep 2012; Anthony G. Basile - hardened/linux/uclibc/package.accept_keywords: - Working towards fixing bug #434568 - - 11 Sep 2012; Johannes Huber package.mask: - Unmask telepathy-qt-0.9.3 and KDE telepathy 0.5.0 as issues with test use - flags solved. - - 11 Sep 2012; Davide Pesavento package.mask: - Mask new qt-creator beta. - - 11 Sep 2012; Alexis Ballier profiles.desc: - advertise fbsd 9.1 profiles - - 11 Sep 2012; Alexis Ballier profiles.desc: - bring back amd64-fbsd profile to its normal status, got broken in previous - commit to this file - - 10 Sep 2012; Patrick Lauer package.mask: - Remove postgresql 9.2 mask - - 09 Sep 2012; Samuli Suominen desc/xfce_plugins.desc: - Remove description for unused xfce_plugins_logout. - - 09 Sep 2012; Alexandre Rostovtsev package.mask: - Unmask gnome-3.4. - - 08 Sep 2012; Mike Frysinger use.desc: - Make USE=upnp a global. - - 07 Sep 2012; Ulrich Müller license_groups: - Remove some unused licenses. - - 07 Sep 2012; Mart Raudsepp updates/3Q-2012: - slotmove media-libs/gst-plugins-bad to correct 0.10 slot as its split - packages are already; for upcoming 1.0 SLOT readiness - - 07 Sep 2012; Sergei Trofimovich - desc/qemu_softmmu_targets.desc, desc/qemu_user_targets.desc: - Added unicore32 and or32 (OpenRISC) as new qemu targets. - - 06 Sep 2012; Michał Górny package.mask: - Unmask OpenCL-capable llvm & clang, the issue has been resolved. - - 05 Sep 2012; Andreas K. Huettel package.mask: - Remove obsolete epdfview mask - - 05 Sep 2012; Samuli Suominen package.mask: - Lastrite dev-util/pccts wrt #255699 - - 03 Sep 2012; Eray Aslan package.mask: - Unmask net-libs/libecap-0.2.0 and net-proxy/squid-3.2.1 - bug #432942 - - 03 Sep 2012; Vlastimil Babka package.mask: - Unmask icedtea-bin, distfiles are available. - - 03 Sep 2012; Vlastimil Babka package.mask: - Temporarily mask icedtea-bin bumps due to missing distfiles #433748 - - 02 Sep 2012; Diego E. Pettenò updates/3Q-2012: - Move dev-ruby/ruby-dbi to dev-ruby/dbi. - - 01 Sep 2012; Hans de Graaff package.mask: - Fix year typo. - - 01 Sep 2012; Tim Harder package.mask: - Mask =media-sound/lilypond-2.17* development releases. - - 30 Aug 2012; Michał Górny use.desc: - Change USE=adns to express general support for asynchronous DNS resolution. - - 30 Aug 2012; Sergey Popov package.mask: - Unmask remaining compiz ebuilds - - 30 Aug 2012; Sergey Popov package.mask: - Unmask compiz plugins - - 30 Aug 2012; Jeroen Roovers package.mask: - Unmask www-client/opera-12.02. - - 30 Aug 2012; Sergey Popov package.mask: - Unmask emerald and emerald-themes - - 28 Aug 2012; Johannes Huber package.mask: - Append kde-telepathy-0.5.0 to tp-qt mask as it is needed as build dependency. - - 28 Aug 2012; Anthony G. Basile package.mask: - sys-apps/chpax: removed from tree. Bug #365825 - - 27 Aug 2012; Mike Frysinger profiles.desc: - Add new s390x linux profile. - - 27 Aug 2012; Diego E. Pettenò base/use.mask, - default/linux/use.mask: - Mask netlink USE flag on non-Linux profiles. - - 27 Aug 2012; Diego E. Pettenò base/package.use.mask, - default/linux/package.use.mask: - Mask pci USE flag for net-snmp on non-Linux systems. - - 27 Aug 2012; Eray Aslan package.mask: - Mask squid-3.2 until net-libs/libecap-0.2.0 is unmasked - bug #432942 - - 26 Aug 2012; Diego E. Pettenò package.mask: - Mask scsign for removal. - - 26 Aug 2012; Tim Harder package.mask: - Drop old lilypond mask. - - 26 Aug 2012; Christian Ruppert package.mask: - Unmask gitolite-3.x - - 24 Aug 2012; Gilles Dartiguelongue package.mask: - Add gnome-extra/at-spi-2.4 to gnome 3.4 mask. - - 23 Aug 2012; Diego E. Pettenò updates/3Q-2012: - Move nagios-nrpe to just nrpe. - - 23 Aug 2012; Diego E. Pettenò updates/3Q-2012: - Move nagios-nsca to just nsca. - - 23 Aug 2012; Mike Gilbert package.mask: - Adjust chromium dev channel mask for chromium-23. - - 22 Aug 2012; Diego E. Pettenò package.mask: - Remove mask on freeipmi. New version is in tree. - - 22 Aug 2012; Markos Chandras package.mask: - net-misc/snitch is gone. Bug #424349 - - 21 Aug 2012; Diego E. Pettenò - arch/amd64-fbsd/use.mask, arch/amd64/use.mask, arch/ia64/use.mask, - arch/powerpc/package.use.mask, arch/x86-fbsd/use.mask, arch/x86/use.mask, - base/use.mask: - Mask ipmi USE flag on all arches but x86/amd64/ia64. - - 21 Aug 2012; Bernard Cafarelli package.mask: - Remove mask on gnustep-libs/popplerkit and gnustep-apps/vindaloo after last - rites - - 21 Aug 2012; Diego E. Pettenò base/package.use.mask, - default/linux/package.use.mask: - Mask prevent-removal USE flag on non-Linux profiles. - - 20 Aug 2012; Amadeusz Żołnowski - desc/dracut_modules.desc: - Add cifs, crypt-loop and systemd to dracut_modules. - - 20 Aug 2012; Alexandre Rostovtsev package.mask: - media-gfx/gnome-scan was removed from the tree. - - 19 Aug 2012; Julian Ospald package.mask: - mask games-strategy/glest for removal cause games-strategy/megaglest - supersedes it - - 19 Aug 2012; Diego E. Pettenò package.mask: - Add missing prewikka mask. - - 19 Aug 2012; Diego E. Pettenò package.mask: - Mask www-apache/mod_ap2_snmp for removal. - - 19 Aug 2012; Diego E. Pettenò base/use.mask, - package.mask: - Mask prelude for removal. - - 18 Aug 2012; Ulrich Müller updates/3Q-2012: - Package move iwl*-ucode from net-wireless to sys-firmware, bug 429868. - - 18 Aug 2012; Alexandre Rostovtsev package.mask: - Old wine versions were removed. - - 17 Aug 2012; Markos Chandras package.mask: - Mask openocd rc releases - - 17 Aug 2012; Diego E. Pettenò updates/3Q-2012: - Move iwl6000-ucode to sys-firmware. - - 16 Aug 2012; Michael Palimaka package.mask: - Remove mask on net-misc/ssh-installkeys - package removed wrt bug #315843. - - 16 Aug 2012; Diego E. Pettenò updates/3Q-2012: - Prepare for first set of Ruby pkgmoves. - - 15 Aug 2012; Ulrich Müller package.mask: - Update mask for app-editors/emacs-vcs. - - 15 Aug 2012; William Hubbs package.mask: - unmask =udev-188 for bug #431534 - - 15 Aug 2012; Lars Wendler package.mask: - Masked =sys-fs/udev-188 because of missing patches (bug #431534). - - 15 Aug 2012; Jeroen Roovers package.mask: - Mask >www-client/opera-12.02. - - 14 Aug 2012; Hans de Graaff package.mask: - Mask old slots of dev-ruby/i18n for removal. - - 14 Aug 2012; Aaron W. Swenson package.mask: - Mask dev-db/pgpool. - - 14 Aug 2012; Markos Chandras package.mask: - Remove app-laptop/omnibook per bug #426542 - - 13 Aug 2012; Diego E. Pettenò package.mask: - Fix mask on all revisions. - - 13 Aug 2012; Tomáš Chvátal package.mask: - Remove unused mask. - - 13 Aug 2012; Alexandre Rostovtsev package.mask: - Add evolution-kolab to gnome-3.4 mask. - - 12 Aug 2012; Markos Chandras package.mask: - pcmanfm+libfm rc releases are no more - - 12 Aug 2012; Markos Chandras package.mask: - qbittorrent-3.0.0_rc* is no more - - 12 Aug 2012; Samuli Suominen package.mask: - Fix sys-fs/mdadm mask (after recent revision bump of mdadm to 3.2.5-r1) - - 12 Aug 2012; Samuli Suominen - targets/developer/make.defaults: - Remove "multilib-strict" from FEATURES temporarily wrt #424423 - - 11 Aug 2012; Michael Palimaka package.mask: - Unmask dev-util/cccc wrt bug #430250. - - 11 Aug 2012; Michał Górny package.mask: - Unmask systemd since it now uses external udev. - - 10 Aug 2012; Tim Harder package.mask: - Remove mask on =mail-client/roundcube-0.8*. - - 10 Aug 2012; Maxim Koltsov updates/3Q-2012: - Move sys-apps/whdd to sys-block/whdd - - 09 Aug 2012; Luca Barbato license_groups: - Add FraunhoferFDK license - - 08 Aug 2012; Andreas K. Huettel package.mask: - Improve epdfview mask message again - - 07 Aug 2012; Michael Palimaka updates/3Q-2012: - Move net-misc/ferm to net-firewall/ferm. - - 07 Aug 2012; Alexis Ballier license_groups: - add LGPL-2-with-linking-exception to GPL-COMPATIBLE group - - 07 Aug 2012; Michael Palimaka package.mask: - Mask dev-util/cccc for removal wrt bug #430250. - - 07 Aug 2012; Michael Palimaka updates/3Q-2012: - Move kde-misc/kdocker to x11-misc/kdocker. - - 07 Aug 2012; Jeroen Roovers package.mask: - Add bug numbers to epdfview message. - - 07 Aug 2012; Andreas K. Huettel package.mask: - Remove obsolete shapelib mask - - 06 Aug 2012; Andreas K. Huettel package.mask: - Improve epdfview mask message - - 06 Aug 2012; Andreas K. Huettel package.mask: - Last-rite epdfview - - 06 Aug 2012; Ulrich Müller updates/3Q-2012: - Package move iwl1000-ucode from net-wireless to sys-firmware, bug 429868. - - 06 Aug 2012; Tim Harder package.mask: - Mask =media-sound/lilypond-2.15* development releases. - - 05 Aug 2012; Johannes Huber package.mask: - Remove obsolete mask for dev-db/virtuoso-*-6.1.5. - - 04 Aug 2012; Matti Bickel package.mask: - removed www-apps/zina - - 04 Aug 2012; Jeroen Roovers base/package.use.mask: - Unmask net-misc/curl USE=metalink again (bug #429334). - - 03 Aug 2012; Steev Klimaszewski arch/arm/package.use.mask - Mask USE=doc-pdf on net-analyzer/wireshark for ARM - - 03 Aug 2012; Jeroen Roovers package.mask: - Unmask >net-analyzer/net-snmp-5.5 (bug #380299). - - 02 Aug 2012; Andreas K. Huettel package.mask: - Temporarily mask broken shapelib - - 02 Aug 2012; Eray Aslan package.mask: - Remove mask for =net-mail/dovecot-2.1.8-r1 - no longer in the tree. - - 02 Aug 2012; Jeroen Roovers package.mask: - Mask >app-admin/sysstat-10.1 (development version). - - 01 Aug 2012; Hans de Graaff package.mask: - Mask dev-ruby/spruz for removal. - - 01 Aug 2012; Anthony G. Basile base/package.use.mask: - mask USE=metalink on curl until media-libs/libmetalink-0.1.0 is committed, - bug #429334 - - 31 Jul 2012; Fabian Groffen profiles.desc: - Add Mac OS X Mountain Lion (10.8) profiles - - 31 Jul 2012; Anthony G. Basile package.mask: - Removing mask on =net-misc/curl-7.27.0, its off the tree, bug #428696 - - 31 Jul 2012; Julian Ospald package.mask: - masking =net-misc/curl-7.27.0 wrt bug #428696 - - 31 Jul 2012; Andreas K. Huettel package.mask: - Mask virtuoso-6.1.5 because of general brokenness - - 31 Jul 2012; Samuli Suominen package.mask: - Lastrite dev-util/pkg-config-lite wrt #425292 - - 31 Jul 2012; Diego E. Pettenò package.mask: - Mask new freeipmi betas. - - 30 Jul 2012; Benedikt Böhm desc/nginx_modules_http.desc: - update descriptions for nginx modules - - 30 Jul 2012; Ben de Groot arch/amd64/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask: - Useflag move lcdfilter -> infinality - - 29 Jul 2012; Ben de Groot package.mask: - Remove infinality mask - - 29 Jul 2012; Ben de Groot package.mask: - Mask infinality packages until freetype[lcdfilter] is done - - 29 Jul 2012; Ben de Groot arch/amd64/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask: - Mask media-libs/freetype[lcdfilter] except arches that have - fontconfig-infinality keyworded - - 27 Jul 2012; Chí-Thanh Christopher Nguyễn - base/package.use, default/bsd/fbsd/make.defaults, - default/linux/make.defaults: - Move xorg flag from make.defaults to package.use to avoid circular dependency - between mesa and xorg-server. - - 27 Jul 2012; Matti Bickel package.mask: - removed www-apps/phpwiki - - 27 Jul 2012; Jeroen Roovers package.mask: - Remove www-client/opera-12.01 mask. - - 27 Jul 2012; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Mask >dev-libs/libpcre-8.30-r2 on hardened/linux/uclibc/mips, bug #427798 - - 27 Jul 2012; Anthony G. Basile - +hardened/linux/uclibc/ppc/make.defaults, - +hardened/linux/uclibc/ppc/package.use.mask, - +hardened/linux/uclibc/ppc/parent: - Add new hardened/linux/uclibc/ppc profiles - - 27 Jul 2012; Anthony G. Basile - +hardened/linux/uclibc/mips/make.defaults, - +hardened/linux/uclibc/mips/package.mask, +hardened/linux/uclibc/mips/parent, - +hardened/linux/uclibc/mipsel/make.defaults, - +hardened/linux/uclibc/mipsel/package.mask, - +hardened/linux/uclibc/mipsel/parent: - Add new hardened/linux/uclibc/{mips,mipsel} profiles - - 27 Jul 2012; Anthony G. Basile package.mask: - sys-apps/chpax: Masked for removal in 30 days. Bug #365825 - - 26 Jul 2012; Samuli Suominen package.mask: - Lastrite x11-misc/glipper. - - 26 Jul 2012; Tomáš Chvátal package.mask: - Rename =app-arch/rpm-5* to app-arch/rpm5 as it is completely different - upstream. - - 26 Jul 2012; Diego E. Pettenò updates/3Q-2012: - Move sys-kernel/amd-ucode to sys-firmware/amd-ucode. - - 25 Jul 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask xorg-server rc - - 25 Jul 2012; Ben de Groot package.mask: - Unmask x11-libs/cairo-1.12, related mesa snapshot and newer libdrm - - 24 Jul 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask mesa git snapshot. - - 24 Jul 2012; Matti Bickel package.mask: - phpgroupware removed, clean up mask - - 24 Jul 2012; Christian Ruppert package.mask: - Mask media-video/nvidia-settings-3 because of the nvidia-drivers-3* mask - - 24 Jul 2012; Anthony G. Basile package.mask: - Remove masks on sys-apps/elfix and dev-python/pypax, ready for testing - - 24 Jul 2012; Tiziano Müller package.mask: - p.mask net-fs/mount-cifs for bug #308067 (and others) - - 23 Jul 2012; Jeremy Olexa desc/nginx_modules_http.desc: - add limit_conn desc - - 23 Jul 2012; Anthony G. Basile - default/linux/package.use.mask: - p.use.mask system-libs for spideroak-bin, bug #426798 - - 23 Jul 2012; Anthony G. Basile - -default/linux/arm/10.0/use.mask: - Remove use mask curl_ssl_axtls on arm, bug #419037 - - 22 Jul 2012; Hans de Graaff base/package.use.force: - Match ruby virtuals use.force to reality. - - 21 Jul 2012; Michał Górny package.mask: - Mask OpenCL-patched llvm & clang due to segfaults. Bug #427206. - - 21 Jul 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask xorg-server prerelease. - - 21 Jul 2012; Pacho Ramos package.mask: - Clean mask entries - - 21 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/kio-upnp-ms from SLOT 0 to 4. - - 21 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/semantik from SLOT 0 to 4. - - 21 Jul 2012; Pacho Ramos arch/ia64/package.use.mask, - arch/sparc/package.use.mask: - Mask connman USE for telepathy-mission-control due missing keywords. - - 21 Jul 2012; Pacho Ramos package.mask: - Mask 2.5.x gphoto versions as they break API and apps needs to be ported. - - 21 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/kanyremote from SLOT 0 to 4. - - 21 Jul 2012; Markos Chandras package.mask: - Mask net-misc/snitch for removal. Bug #424349 - - 21 Jul 2012; Hans de Graaff package.mask: - Obsolete ruby-gnome modules have been removed. - - 21 Jul 2012; Hans de Graaff package.mask: - Mask vulnerable slot of dev-ruby/mail for bug 427370. - - 20 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/wicd-client-kde SLOT from 0 to 4. - - 20 Jul 2012; Johannes Huber updates/3Q-2012: - Move SLOT for kde-misc/kcollectd from 0 to 4. - - 20 Jul 2012; Andreas K. Huettel package.mask: - Mask next Calligra rc - - 20 Jul 2012; Diego E. Pettenò package.mask: - Unmask munin 2 since it seems to behave even better than 1.4.7. - - 20 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/kio-ftps from SLOT 0 to 4. - - 20 Jul 2012; Jeroen Roovers package.mask: - Mask >www-client/opera-12.01. - - 20 Jul 2012; Anthony G. Basile - +hardened/linux/uclibc/arm/armv4/make.defaults, - +hardened/linux/uclibc/arm/armv4/parent, - +hardened/linux/uclibc/arm/armv4t/make.defaults, - +hardened/linux/uclibc/arm/armv4t/parent, - +hardened/linux/uclibc/arm/armv5te/make.defaults, - +hardened/linux/uclibc/arm/armv5te/parent, - +hardened/linux/uclibc/arm/armv6j/make.defaults, - +hardened/linux/uclibc/arm/armv6j/parent, - +hardened/linux/uclibc/arm/armv7a/make.defaults, - +hardened/linux/uclibc/arm/armv7a/parent, - +hardened/linux/uclibc/arm/make.defaults, +hardened/linux/uclibc/arm/parent: - Add new hardened/linux/uclibc/arm profiles - - 19 Jul 2012; Alexandre Rostovtsev package.mask: - Fix my email address. - - 19 Jul 2012; Alexandre Rostovtsev package.mask: - Mask media-gfx/gnome-scan for removal in 30 days (bug #421957). - - 19 Jul 2012; Anthony G. Basile - default/linux/alpha/10.0/use.mask, default/linux/ia64/10.0/use.mask, - default/linux/sparc/10.0/use.mask: - Use mask curl_ssl_cyassl on alpha/ia64/sparc, bug #419037 - - 19 Jul 2012; Ian Stakenvicius package.mask: - added old lirc ebuilds to p.mask, do not want to remove ebuilds outright as - there may be functional regressions in newer versions - - 19 Jul 2012; Alexandre Rostovtsev package.mask: - Mask obsolete package.mask: - Remove obsolete mask for nginx-0.8 - - 19 Jul 2012; Tiziano Müller package.mask: - Merge masks for celt >=0.8.1 - - 19 Jul 2012; Tiziano Müller package.mask: - opennebula is now gone from portage - - 18 Jul 2012; Jeroen Roovers package.mask: - Removal of net-analyzer/honeyd (bug #333099). - - 18 Jul 2012; Ralph Sennhauser package.mask: - Mask eclipse-sdk, unmaintained, multiple vulnerabilities. #351626 - - 18 Jul 2012; Tony Vroon package.mask: - Remove =net-misc/asterisk-10.6.0 mask now that the broken ebuild has been - removed and a functional replacement is available in the form of 10.6.1 - - 18 Jul 2012; Alexandre Rostovtsev updates/3Q-2012: - Rename net-voip/telepathy-sofiasip to net-voip/telepathy-rakia, bug #403861. - - 18 Jul 2012; Alexandre Rostovtsev package.mask: - Mask telepathy-rakia-0.7.x for bug #403861 comment #7. - - 17 Jul 2012; Johannes Huber package.mask: - Update mask of >=net-libs/telepathy-qt-0.9.3. - - 17 Jul 2012; Luca Barbato package.mask: - Remove eselect-opengl mask - - 17 Jul 2012; Mike Gilbert package.mask: - Add nacl-toolchain-newlib-0_p9093 to chromium mask. - - 16 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/kbstateapplet from SLOT 0 to 4. - - 16 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/plasma-mpd-nowplaying from SLOT 0 to 4. - - 16 Jul 2012; Bernard Cafarelli package.mask: - Last rites for gnustep-libs/popplerkit and gnustep-apps/vindaloo - - 16 Jul 2012; Diego E. Pettenò package.mask: - Mask munin 2 until ready. - - 16 Jul 2012; Diego E. Pettenò base/package.use.mask, - default/bsd/package.use.mask: - Mask iconv USE flag for blender by default and unmask for BSD only. - - 16 Jul 2012; Anthony G. Basile - -default/linux/powerpc/use.mask: - Remove ppc/ppc64 use masking on curl_ssl_axtls - - 16 Jul 2012; Diego E. Pettenò updates/3Q-2012: - Move blender back into single slot. - - 15 Jul 2012; Johannes Huber package.mask: - Mask broken >=net-libs/telepathy-qt-0.9.3. - - 15 Jul 2012; Alexandre Rostovtsev package.mask: - gnome-screensaver-3.4.2 is now gone from portage. - - 15 Jul 2012; Torsten Veller package.mask: - Packages are gone: dev-perl/Tie-RegexpHash, net-proxy/vulture, - dev-perl/CPAN-Mini-Phalanx, dev-perl/gimp-perl, dev-perl/XML-Sablot, - dev-perl/Devel-Profiler, dev-perl/Cflow, dev-lang/eleven, net-im/silc-client - - 15 Jul 2012; Michael Palimaka package.mask: - Mask net-misc/ssh-installkeys for removal wrt bug #315843. - - 15 Jul 2012; Johannes Huber updates/3Q-2012: - Move kde-misc/eventlist from SLOT 0 to 4. - - 15 Jul 2012; Johannes Huber +updates/3Q-2012: - Move kde-misc/colibri from SLOT 0 to 4. - - 14 Jul 2012; Markos Chandras package.mask: - Mask pcmanfm/libfm rc releases - - 14 Jul 2012; Markos Chandras package.mask: - Mask app-laptop/omnibook for removal. Bug #426542, #339758 - - 13 Jul 2012; Alexis Ballier package.mask: - unmask newer findlib as latest version works with ~arch ocaml and does not - require ocaml-4 - - 13 Jul 2012; Ralph Sennhauser package.mask: - Mask app-misc/jbidwatcher for removal in 30 days. #235124, #298701, #421917. - - 13 Jul 2012; Eray Aslan package.mask: - net-mail/dovecot-2.1.8-r1: Mask experimental patch for linking with gold - - 13 Jul 2012; Ben de Groot package.mask: - Remove dev-python/autopep8 mask, as the (minor) issue is not in that package. - Also remove poppler-0.20 mask, as most issues are resolved. - - 12 Jul 2012; Andreas K. Huettel use.desc: - Improve plasma useflag description - - 12 Jul 2012; Markos Chandras package.mask: - Unmask dibbler-0.8.2 - - 12 Jul 2012; Ben de Groot arch/powerpc/package.use.mask: - Mask media-sound/picard[acoustid] on ppc until chromaprint is keyworded - - 12 Jul 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask x11-proto/glproto-1.4.16 too - - 11 Jul 2012; Alex Legler license_groups: - Add Ruby-BSD license to GPL-COMPATIBLE. The license allows the alternative - use of the 2-clause BSD license which is GPL-compatible. - - 11 Jul 2012; Davide Pesavento package.mask: - Remove obsolete package.mask entries. - - 11 Jul 2012; Tony Vroon package.mask: - Mask =net-misc/asterisk-10.6.0 for null pointer dereferencing. - - 10 Jul 2012; Alexandre Rostovtsev package.mask: - Mask gnome-extra/gnome-screensaver-3.4.2 for bug #425070. - - 10 Jul 2012; Diego E. Pettenò package.mask: - Add missing mask on fromcvs (due to rcsparse). - - 09 Jul 2012; Ulrich Müller license_groups: - Add LGPL-*-with-linking-exception to GPL-COMPATIBLE license group. - Remove LGPL-2.1-FPC because the license file has been deleted. - - 09 Jul 2012; Mike Gilbert package.mask: - Update dev channel mask for chromium-22. - - 09 Jul 2012; Johannes Huber package.mask: - Remove obsolete mask for qt-4.6. - - 09 Jul 2012; Diego E. Pettenò package.mask: - Remove obsolete mask. - - 09 Jul 2012; Diego E. Pettenò package.mask: - Unmask google-perftools. - - 09 Jul 2012; Tim Harder package.mask: - Unmask =media-gfx/luminance-hdr-2.3.0. - - 09 Jul 2012; Bernard Cafarelli package.mask: - Remove mask on gnustep-apps/projectmanager and dependencies after last rites, - bug #417357 - - 08 Jul 2012; Diego E. Pettenò package.mask: - Downgrade netkit-tftp masking to non-removal. - - 08 Jul 2012; Diego E. Pettenò package.mask: - Mask netkit-ftp for removal. - - 07 Jul 2012; Michael Weber package.mask: - sci-electronics/eagle-6.2.0_beta: Masked for testing only beta (bug 424866) - - 06 Jul 2012; Naohiro Aota package.mask: - Mask dev-db/pgmecab for removal. - - 06 Jul 2012; Mike Gilbert package.mask: - Mask boost:1.50 for testing per Arfrever. - - 06 Jul 2012; Samuli Suominen package.mask: - Remove now unnecessary enigmail, replytolist and thunderbird entries. - - 06 Jul 2012; Anthony G. Basile - +hardened/linux/uclibc/amd64/make.defaults, - +hardened/linux/uclibc/amd64/parent, +hardened/linux/uclibc/make.defaults, - +hardened/linux/uclibc/package.accept_keywords, - +hardened/linux/uclibc/package.mask, +hardened/linux/uclibc/package.use, - +hardened/linux/uclibc/packages, +hardened/linux/uclibc/parent, - +hardened/linux/uclibc/use.force, +hardened/linux/uclibc/use.mask, - +hardened/linux/uclibc/x86/make.defaults, +hardened/linux/uclibc/x86/parent: - Add new hardened/linux/uclibc/{amd64,x86} profiles - - 06 Jul 2012; Diego E. Pettenò package.mask: - Mask google-perftools-2 (gperftools) until tested. - - 05 Jul 2012; Andreas K. Huettel package.mask: - Remove obsolete mask of mDNSResponder - - 05 Jul 2012; Michael Weber package.mask: - sci-electronics/eagle-6.2.0: Masking for missing libpng14.so.14 (bug 424866) - - 04 Jul 2012; Christoph Junghans package.mask: - Unmasked app-admin/eselect-awk, got tested on major archs - - 04 Jul 2012; Samuli Suominen package.mask, - targets/desktop/make.defaults, updates/1Q-2008: - Remove obsolete entries to net-libs/xulrunner and USE="xulrunner" wrt #424617 - - 04 Jul 2012; Lars Wendler package.mask: - Removed mask for net-fs/cifs-utils-5.5 as fixed revision is now in portage. - - 04 Jul 2012; Patrick Lauer package.mask: - Masking =net-fs/cifs-utils-5.5 - - 02 Jul 2012; Joe Peterson package.mask: - Unmask sys-fs/btrfs-progs-0.19* (see bug #420477) - - 03 Jul 2012; Ben de Groot package.mask: - Lastrite app-laptop/lenovo-sl-laptop - - 03 Jul 2012; Matti Bickel package.mask: - Lastrite www-apps/zina - - 02 Jul 2012; Samuli Suominen package.mask: - Lastrite dev-python/sexy-python wrt #380193 - - 02 Jul 2012; Joe Peterson package.mask: - Mask sys-fs/btrfs-progs-0.19* - - 02 Jul 2012; Markos Chandras package.mask: - Mask qbittorrent-3.0.0_rc for testing - - 02 Jul 2012; Ulrich Müller license_groups: - Add MPL-2.0 to GPL-COMPATIBLE and OSI-APPROVED license groups. - - 30 Jun 2012; Diego E. Pettenò package.mask: - Mask sci-biology/picard (live ebuild). - - 30 Jun 2012; Joerg Bornkessel package.mask: - media-plugins/vdr-cdda-0.1.0-r1 pmasked for removal, bug 423047 424263 - - 30 Jun 2012; Alexis Ballier package.mask: - unmask new dev-ml packages now that everything should be fine - - 30 Jun 2012; Alexis Ballier package.mask: - mask new core_extended - - 30 Jun 2012; Tim Harder package.mask: - Mask =media-gfx/luminance-hdr-2.3.0* development releases. - - 30 Jun 2012; Christian Faulhammer package.mask: - remove temp mask for Claws Mail and plugins, bump finished - - 30 Jun 2012; Alexis Ballier package.mask: - mask new dev-ml/core - - 30 Jun 2012; Alexis Ballier package.mask: - mask pipebang - - 30 Jun 2012; Alexis Ballier package.mask: - mask variantslib - - 30 Jun 2012; Alexis Ballier package.mask: - mask pa_ounit - - 30 Jun 2012; Alexis Ballier package.mask: - mask new sexplib - - 30 Jun 2012; Alexis Ballier package.mask: - mask new fieldslib - - 30 Jun 2012; Alexis Ballier package.mask: - mask new bin-prot - - 30 Jun 2012; Pacho Ramos arch/ia64/package.use.mask, - arch/sparc/package.use.mask: - Missing keywords for connman, masking its use for gupnp then on affected - arches. - - 30 Jun 2012; Alexis Ballier package.mask: - mask type-conv-3.0.5 - - 30 Jun 2012; Christian Faulhammer package.mask: - temp mask to bump Claws Mail and plugins - - 29 Jun 2012; Mike Gilbert package.mask: - Unmask v8-3.11 early to satisfy nodejs dependency. - - 29 Jun 2012; Diego E. Pettenò package.mask: - Add dev-ruby/rcsparse to the list of masked live ebuilds. - - 29 Jun 2012; Michael Weber package.mask: - Mask package.mask: - Add nodejs to v8 mask - - 26 Jun 2012; Matti Bickel package.mask: - Lastrite www-apps/phpwiki - - 26 Jun 2012; Anthony G. Basile - hardened/linux/make.defaults: - Enable ipv6 on all hardened profiles - - 26 Jun 2012; Hans de Graaff package.mask: - Mask dev-ruby/Ruby-MemCache for removal. - - 25 Jun 2012; Justin Bronder package.mask: - Remove sys-cluster/lam-mpi from package.mask - - 25 Jun 2012; Samuli Suominen package.mask: - Lastrite x11-misc/transset-df in favour of x11-apps/transset release 1.0.0. - - 24 Jun 2012; Alexandre Rostovtsev - targets/desktop/package.use: - Enable wine[udisks] for desktop users. - - 24 Jun 2012; Tim Harder package.mask: - Mask dev-embedded/msp430-* as they're not supposed to be used without - crossdev. - - 24 Jun 2012; Andreas K. Huettel package.mask: - Mask cups live ebuild - - 24 Jun 2012; Andreas K. Huettel package.mask: - Remove obsolete KOffice mask - - 24 Jun 2012; Matti Bickel package.mask: - Mask www-apps/phpgroupware for removal - - 24 Jun 2012; Torsten Veller updates/2Q-2012: - Move Text-ParseWords from dev-perl/ to perl-core/ - - 24 Jun 2012; Samuli Suominen package.mask: - Remove entries for app-arch/hardlink++ and app-text/kiwix since they are no - longer in tree. - - 22 Jun 2012; Diego E. Pettenò package.mask: - Mask dev-embedded/msp430-binutils as it's not supposed to be used without - crossdev. - - 22 Jun 2012; Davide Pesavento - arch/powerpc/package.use.mask: - Mask mozilla and firefox3 USE flags for stable - x11-themes/gtk-engines-qtcurve. - - 21 Jun 2012; Anthony G. Basile - +hardened/linux/arm/armv4/eapi, +hardened/linux/arm/armv4/parent, - +hardened/linux/arm/armv4t/eapi, +hardened/linux/arm/armv4t/parent, - +hardened/linux/arm/armv5te/eapi, +hardened/linux/arm/armv5te/parent, - +hardened/linux/arm/armv6j/eapi, +hardened/linux/arm/armv6j/parent, - +hardened/linux/arm/armv7a/eapi, +hardened/linux/arm/armv7a/parent, - +hardened/linux/arm/eapi, +hardened/linux/arm/parent: - Add hardened/linux/arm profiles - - 21 Jun 2012; Maxim Koltsov package.mask: - Restore mask for feboostrap-3 - - 21 Jun 2012; Maxim Koltsov package.mask: - Unmask dev-utils/febootstrap - - 20 Jun 2012; Michał Górny package.mask: - Mask udev-bundling systemd versions. - - 19 Jun 2012; Jeff Gardner package.mask: - Removing sci-chemistry/jmol and sci-libs/naga from package.mask after - mirroring naga tarball. - - 19 Jun 2012; Ian Stakenvicius package.mask: - added spidermonkey-1.8.7 to p.mask - - 19 Jun 2012; Diego E. Pettenò package.mask: - sci-electronics/kicad-20120119_p3256 still fetches from a live VCS. Keep - masked. - - 19 Jun 2012; Denis Dupeyron package.mask: - Change mask on sci-electronics/kicad to >=sci-electronics/kicad-99999999 - because versions lower than that are not live. - - 19 Jun 2012; Magnus Granberg - Add -orc to make.defaults in hardened/linux profile - - 18 Jun 2012; Ultrabug package.mask: - Unmask gevent-1.0_beta2 with approval of xarthisius and dev-zero - - 18 Jun 2012; Diego E. Pettenò package.mask: - Mask kicad (live ebuild in ~arch). - - 18 Jun 2012; Diego E. Pettenò package.mask: - Mask naga and the version of jmol that uses it (live ebuild in ~arch). - - 17 Jun 2012; Samuli Suominen package.mask: - Unmask sys-auth/polkit and sys-fs/udisks wrt #420269 - - 17 Jun 2012; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Match curl's CURL_SSL defaults for pycurl to prevent block. - - 17 Jun 2012; Ben de Groot use.desc: - Add libass global useflag - - 16 Jun 2012; Diego E. Pettenò package.mask: - Mask casa-data as it's an unmasked live ebuild. - - 16 Jun 2012; Torsten Veller package.mask: - Mask dev-perl/Tie-RegexpHash for removal (#421461) - - 16 Jun 2012; Torsten Veller package.mask: - Mask net-proxy/vulture for removal (#310711) - - 16 Jun 2012; Markos Chandras package.mask: - app-shells/rssh is fixed - - 16 Jun 2012; Samuli Suominen use.desc: - New USE flag called "postscript" to replace USE="ps" and USE="gs" - - 16 Jun 2012; Pacho Ramos package.mask: - Mask sys-kernel/cluster-sources for removal. - - 16 Jun 2012; Pacho Ramos package.mask: - Mask some packages for removal. - - 16 Jun 2012; Andreas K. Huettel package.mask: - Mask also next calligra beta - - 16 Jun 2012; Pacho Ramos package.mask: - Clean mask entries. - - 16 Jun 2012; Justin Lecher arch/alpha/make.defaults, - arch/amd64-fbsd/make.defaults, arch/amd64/make.defaults, - arch/arm/armv4/make.defaults, arch/arm/armv4t/make.defaults, - arch/arm/armv5te/make.defaults, arch/arm/armv6j/make.defaults, - arch/arm/armv7a/make.defaults, arch/arm/make.defaults, - arch/ia64/make.defaults, arch/m68k/make.defaults, - arch/mips/mips64/multilib/make.defaults, - arch/mips/mipsel/mips64el/multilib/make.defaults, - arch/powerpc/ppc32/make.defaults, arch/powerpc/ppc64/make.defaults, - arch/s390/make.defaults, arch/sh/make.defaults, - arch/sparc-fbsd/make.defaults, arch/x86-fbsd/make.defaults, - arch/x86/make.defaults, arch/x86/xbox/make.defaults, embedded/make.defaults, - hardened/linux/amd64/make.defaults, hardened/linux/x86/make.defaults, - hardened/linux/x86/minimal/make.defaults, info_vars, uclibc/make.defaults: - Set default values of FFLAGS and FCFLAGS to profiles default CFLAGS, equally - as CXXFLAGS handling - - 16 Jun 2012; Markos Chandras package.mask: - Update app-shells/rssh message - - 16 Jun 2012; Tiziano Müller package.mask: - 4suite is gone - - 15 Jun 2012; Anthony G. Basile - -hardened/linux/x86/10.0/deprecated, - -hardened/linux/x86/10.0/desktop/deprecated, - -hardened/linux/x86/10.0/desktop/parent, - -hardened/linux/x86/10.0/developer/deprecated, - -hardened/linux/x86/10.0/developer/parent, - -hardened/linux/x86/10.0/make.defaults, -hardened/linux/x86/10.0/parent, - -hardened/linux/x86/10.0/server/deprecated, - -hardened/linux/x86/10.0/server/parent: - Remove ancient deprecated hardened 10.0 profiles from x86 as well - - 15 Jun 2012; Jeroen Roovers package.mask: - Remove libnl-3.2.10 mask. - - 15 Jun 2012; Anthony G. Basile - -hardened/linux/amd64/10.0/deprecated, - -hardened/linux/amd64/10.0/desktop/deprecated, - -hardened/linux/amd64/10.0/desktop/parent, - -hardened/linux/amd64/10.0/developer/deprecated, - -hardened/linux/amd64/10.0/developer/parent, - -hardened/linux/amd64/10.0/no-multilib/deprecated, - -hardened/linux/amd64/10.0/no-multilib/parent, - -hardened/linux/amd64/10.0/parent, - -hardened/linux/amd64/10.0/server/deprecated, - -hardened/linux/amd64/10.0/server/parent, - -hardened/linux/ia64/10.0/deprecated, - -hardened/linux/ia64/10.0/desktop/deprecated, - -hardened/linux/ia64/10.0/desktop/parent, - -hardened/linux/ia64/10.0/developer/deprecated, - -hardened/linux/ia64/10.0/developer/parent, -hardened/linux/ia64/10.0/parent, - -hardened/linux/ia64/10.0/server/deprecated, - -hardened/linux/ia64/10.0/server/parent, - -hardened/linux/powerpc/ppc32/10.0/deprecated, - -hardened/linux/powerpc/ppc32/10.0/desktop/deprecated, - -hardened/linux/powerpc/ppc32/10.0/desktop/parent, - -hardened/linux/powerpc/ppc32/10.0/developer/deprecated, - -hardened/linux/powerpc/ppc32/10.0/developer/parent, - -hardened/linux/powerpc/ppc32/10.0/parent, - -hardened/linux/powerpc/ppc32/10.0/server/deprecated, - -hardened/linux/powerpc/ppc32/10.0/server/parent, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/deprecated, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/desktop/deprecated, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/desktop/parent, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/developer/deprecated, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/developer/parent, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/parent, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/server/deprecated, - -hardened/linux/powerpc/ppc64/10.0/32bit-userland/server/parent, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/deprecated, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/desktop/deprecated, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/desktop/parent, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/developer/deprecated, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/developer/parent, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/parent, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/server/deprecated, - -hardened/linux/powerpc/ppc64/10.0/64bit-userland/server/parent, - -hardened/linux/powerpc/ppc64/10.0/deprecated, - -hardened/linux/powerpc/ppc64/10.0/desktop/deprecated, - -hardened/linux/powerpc/ppc64/10.0/desktop/parent, - -hardened/linux/powerpc/ppc64/10.0/developer/deprecated, - -hardened/linux/powerpc/ppc64/10.0/developer/parent, - -hardened/linux/powerpc/ppc64/10.0/parent, - -hardened/linux/powerpc/ppc64/10.0/server/deprecated, - -hardened/linux/powerpc/ppc64/10.0/server/parent: - Remove ancient deprecated hardened 10.0 profiles - - 15 Jun 2012; Ben de Groot arch/alpha/package.mask, - arch/sparc/package.mask, package.mask: - Add qt-demo and remaining qt revdeps to qt mask - - 14 Jun 2012; Samuli Suominen license_groups: - Include skype-4.0.0.7-copyright in EULA and - skype-4.0.0.7-third-party_attributions.txt in MISC-FREE. - - 14 Jun 2012; Ben de Groot package.mask: - Add dev-embedded/qvfb to qt mask - - 14 Jun 2012; Anthony G. Basile - +hardened/linux/mips/mipsel/multilib/n32/parent, - +hardened/linux/mips/mipsel/multilib/n64/parent, - +hardened/linux/mips/mipsel/multilib/parent, - +hardened/linux/mips/mipsel/n32/parent, - +hardened/linux/mips/mipsel/n64/parent, +hardened/linux/mips/mipsel/parent, - +hardened/linux/mips/multilib/n32/parent, - +hardened/linux/mips/multilib/n64/parent, - +hardened/linux/mips/multilib/parent, +hardened/linux/mips/n32/parent, - +hardened/linux/mips/n64/parent, +hardened/linux/mips/parent: - Add hardened/linux/mips profiles - - 14 Jun 2012; Samuli Suominen updates/2Q-2012: - x11-libs/libPropList rename to x11-libs/libproplist - - 14 Jun 2012; Tomáš Chvátal package.mask: - Mask also poppler-0.20.1 - - 14 Jun 2012; Kacper Kowalik package.mask: - Mask glusterfs-3.3.x for testing - - 14 Jun 2012; Ben de Groot package.mask: - Mask package.mask: - Unmask dev-lang/perl-5.16.0 and ExtUtils-ParseXS-3* - - 13 Jun 2012; Luca Barbato package.mask: - Update eselect-opengl mask - - 13 Jun 2012; Michael Weber package.mask: - Mask beta versions of sci-electronics/xcircuit for testing - - 13 Jun 2012; Michael Weber package.mask: - Mask beta versions of sci-electronics/magic for testing - - 13 Jun 2012; Anthony G. Basile - +hardened/linux/amd64/x32/parent: - Add hardened/linux/amd64/x32 profile - - 12 Jun 2012; Davide Pesavento package.mask: - Mask dev-python/{apiextractor,generatorrunner} for removal. - - 10 Jun 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask beta ati-drivers. - - 10 Jun 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask udisks-1.98.0 too - - 10 Jun 2012; Alexis Ballier package.mask: - mask new ocaml version - - 10 Jun 2012; Jeroen Roovers package.mask: - Mask dev-libs/libnl-3.2.10 (bug #420261). - - 10 Jun 2012; Mike Gilbert desc/python_targets.desc: - Add pypy1_9. - - 09 Jun 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask polkit-0.106, ok'ed by ssuominen on IRC - - 09 Jun 2012; Michael Weber package.mask: - Masking =sys-fs/mdadm-3.2.4 and =sys-fs/mdadm-3.2.5 for bug 416081 - - 08 Jun 2012; Torsten Veller package.mask: - Mask dev-perl/CPAN-Mini-Phalanx for removal (#420075) - - 08 Jun 2012; Torsten Veller package.mask: - Mask dev-perl/gimp-perl for removal (#249786,#331675,#420211) - - 08 Jun 2012; Torsten Veller package.mask: - Mask dev-perl/XML-Sablot for removal (#420179) - - 08 Jun 2012; Torsten Veller package.mask: - Mask dev-perl/Devel-Profiler for removal (#420109) - - 08 Jun 2012; Chí-Thanh Christopher Nguyễn - arch/arm/use.mask, base/use.mask, desc/video_cards.desc: - Add exynos to VIDEO_CARDS. - - 08 Jun 2012; Michał Górny package.mask: - Remove clang-3.1-r3 mask as the ebuild was removed and replaced by -r4. - - 08 Jun 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask new xf86-video-ati for libdrm dependency. - - 08 Jun 2012; Bernard Cafarelli package.mask: - Last rites for gnustep-apps/projectmanager and dependencies, bug #417357 - - 07 Jun 2012; Ulrich Müller package.mask: - Remove mask for emacs-vcs-24.0.9999 since it is gone from the tree. - - 06 Jun 2012; Andreas K. Huettel package.mask: - Also mask beta calligra-l10n - - 06 Jun 2012; Samuli Suominen package.mask: - Remove mask for app-misc/beagle and =www-client/firefox-3.6* since they are - now removed. - - 06 Jun 2012; Samuli Suominen package.mask: - Lastrite net-libs/xulrunner wrt #403415 - - 06 Jun 2012; Samuli Suominen package.mask: - Remove separate mask for =x11-plugins/replytolist-0.3.0 from 2007 since it's - now in lastrite mask. - - 06 Jun 2012; Jory A. Pratt package.mask: - Mask mail-client/thunderbird-3.1*, x11-plugins/enigmail, x11-plugins/replytolist - - 06 Jun 2012; Patrick Lauer package.mask: - Mask nginx >1.3 #411937 - - 06 Jun 2012; Patrick Lauer package.mask, - thirdpartymirrors: - Mask nginx >1.3 #411937 - - 05 Jun 2012; Torsten Veller package.mask: - Mask dev-lang/perl-5.16 - - 05 Jun 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask ati-drivers-12.6_beta - - 05 Jun 2012; Luca Barbato package.mask: - Prepare to use the new eselect-opengl - - 05 Jun 2012; Michał Górny package.mask: - Mask sys-devel/clang-3.1-r3 as it does not fix the issue while forcing - needless rebuild. - - 04 Jun 2012; Diego E. Pettenò updates/2Q-2012: - Move iscan-plugin-gt-s80 to esci-interpreter-gt-s80 (which is what it is). - - 04 Jun 2012; Christoph Junghans package.mask: - masked app-admin/eselect-awk for testing - - 03 Jun 2012; Markos Chandras package.mask: - Masking net-misc/ptrtd for removal. Bug #249112 - - 03 Jun 2012; Samuli Suominen updates/2Q-2012: - Rename x11-themes/gtk-engines-nimbus to x11-themes/nimbus wrt #357103 by - Jesús Guerrero - - 03 Jun 2012; Markos Chandras package.mask: - Remove emesene:0 - - 03 Jun 2012; Andreas K. Huettel package.mask: - Mask net-misc/mDNSResponder for removal - - 02 Jun 2012; Torsten Veller package.mask: - dev-perl/IO-Moose is gone - - 02 Jun 2012; Torsten Veller package.mask: - Mask dev-perl/Cflow, dev-lang/eleven and net-im/silc-client - - 01 Jun 2012; Andreas K. Huettel package.mask: - Mask accidentally unmasked calligra beta again - - 01 Jun 2012; Samuli Suominen package.mask: - Lastrite x11-terms/cxterm wrt #418259 - - 01 Jun 2012; Mike Frysinger use.desc: - Make USE=modplug description useful. - - 31 May 2012; Tomáš Chvátal package.mask: - calligra is released. - - 31 May 2012; Tim Harder package.mask: - Re-add mistakenly removed comment line. - - 31 May 2012; Tim Harder package.mask: - Unmask >=media-video/mkvtoolnix-5.1.0. - - 31 May 2012; Pawel Hajdan jr package.mask: - Unmask sys-apps/hardened-shadow. - - 31 May 2012; Fabian Groffen ChangeLog: - Drop mask for exim release candidate, now there is a release - - 31 May 2012; Pawel Hajdan jr base/use.mask, - package.mask: - Remove sys-auth/tcb related entries, it is removed now, bugs: #371167, - #408647. - - 30 May 2012; Christoph Junghans - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - google-talkplugin is pure 64bit for a while - - 30 May 2012; Ben de Groot package.mask: - Remove media-sound/qsampler mask, since we now have a snapshot ebuild that - fixes all outstanding issues - - 30 May 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Drop libX11 mask. - - 30 May 2012; Kacper Kowalik package.mask: - Drop mask on sys-block/megacli as sources are accessible on upstream's - webpage - - 29 May 2012; Fabian Groffen ChangeLog: - Mask upcoming exim 4.80 release candidates - - 29 May 2012; Julian Ospald updates/2Q-2012: - move x11-misc/tudor-volumed to media-sound/tudor-volumed - - 29 May 2012; Tim Harder package.mask: - Unmask =www-apps/mediawiki-1.19*. - - 29 May 2012; Sebastian Pipping desc/linguas.desc: - Add Yiddish locale for media-gfx/gimp (bug #418053) - - 28 May 2012; Kacper Kowalik package.mask: - Drop mask on dev-python/xsv Removed wrt #396497 - - 28 May 2012; Julian Ospald package.mask: - =net-im/pidgin-2.10.3-r100 removed from the tree - - 28 May 2012; Tomáš Chvátal package.mask: - Remove no-longer needed pmask entries. - - 27 May 2012; Andreas K. Huettel package.mask: - Mask KOffice for removal - - 27 May 2012; Andreas K. Huettel package.mask: - Mask unreleased / alpha / beta calligra - - 27 May 2012; Markos Chandras package.mask: - Mask sci-electrotech-0.3 alpha release - - 26 May 2012; Alexis Ballier package.mask: - mask ffmpeg 0.11 - - 26 May 2012; Markos Chandras package.mask: - Mask zen-sources for removal - - 26 May 2012; Tomáš Chvátal package.mask: - All deps now build with mapnik-2.0 so unmask. - - 26 May 2012; Anthony G. Basile updates/2Q-2012: - Rename net-libs/axTLS to net-libs/axtls - - 26 May 2012; Anthony G. Basile - arch/amd64-fbsd/todo/package.use.mask, default/linux/alpha/10.0/use.mask, - default/linux/arm/10.0/use.mask, default/linux/hppa/10.0/use.mask, - default/linux/ia64/10.0/use.mask, default/linux/powerpc/use.mask, - default/linux/sparc/10.0/use.mask: - Change names in comments net-libs/axTLS -> net-libs/axtls - - 25 May 2012; Hans de Graaff base/make.defaults: - Add ruby19 to the default RUBY_TARGETS. - - 24 May 2012; Alexis Ballier updates/2Q-2012: - move dev-texlive/texlive-latex3 to dev-texlive/texlive-latexrecommended as - that where it is in texlive 2011 - - 24 May 2012; Johannes Huber package.mask: - Remove obsolete mask for kde-base/ksecrets, was removed with KDE SC 4.8.1. - - 24 May 2012; Kacper Kowalik package.mask: - Mask sys-cluster/lam-mpi for removal in 30 days - - 24 May 2012; Tiziano Müller base/package.use.mask: - Mask gevent USE flag for www-servers/uwsgi. - - 23 May 2012; Samuli Suominen - -default/linux/amd64/2008.0/deprecated, - -default/linux/amd64/2008.0/desktop/deprecated, - -default/linux/amd64/2008.0/desktop/parent, - -default/linux/amd64/2008.0/developer/deprecated, - -default/linux/amd64/2008.0/developer/parent, - -default/linux/amd64/2008.0/no-multilib/deprecated, - -default/linux/amd64/2008.0/no-multilib/parent, - -default/linux/amd64/2008.0/parent, - -default/linux/amd64/2008.0/server/deprecated, - -default/linux/amd64/2008.0/server/parent, - -default/linux/amd64/2008.0/server/profile.bashrc, - -default/linux/x86/2008.0/deprecated, - -default/linux/x86/2008.0/desktop/deprecated, - -default/linux/x86/2008.0/desktop/parent, - -default/linux/x86/2008.0/developer/deprecated, - -default/linux/x86/2008.0/developer/parent, -default/linux/x86/2008.0/parent, - -default/linux/x86/2008.0/server/deprecated, - -default/linux/x86/2008.0/server/parent, - -default/linux/x86/2008.0/server/profile.bashrc, - -releases/2008.0/make.defaults, -releases/2008.0/package.mask, - -releases/2008.0/parent: - Remove 2008.0 also for amd64 and x86. People have had more than enough time - to migrate. - - 23 May 2012; Markos Chandras package.mask: - Mask qbittorrent-3.0.0_beta releases for testing - - 23 May 2012; Aaron W. Swenson package.mask: - Masking PostgreSQL 9.2 - - 23 May 2012; Patrick Lauer package.mask, - thirdpartymirrors: - Masking sys-block/megacli as it is unfetchable - - 22 May 2012; Pawel Hajdan jr package.mask: - Unmask chromium-20.x and corresponding v8-3.10, now in beta channel. - - 22 May 2012; Anthony G. Basile updates/2Q-2012: - Rename dev-python/Whoosh to dev-python/whoosh - - 22 May 2012; Pawel Hajdan jr package.mask: - Mask chromium-21 and corresponding v8-3.11. - - 22 May 2012; Samuli Suominen package.mask: - Remove dev-python/testoob mask because it doesn't depend on dev-python/4suite - anymore. It was always optional but forced mistakenly by the ebuild. - - 22 May 2012; Michael Weber package.mask: - mask x11-wm/parti - - 22 May 2012; Ryan Hill package.mask: - Unmask GCC 4.6. - - 21 May 2012; Michael Pagano package.mask: - Remove portpeek mask - - 21 May 2012; Alexey Shvetsov arch/alpha/package.mask, - arch/powerpc/package.mask: - D7 also need dev-php/pecl-apc and dev-php/pecl-uploadprogress for normal - operation so mask >=D7-7.14 on ppc and alpha - - 21 May 2012; Samuli Suominen package.mask: - Remove entry for sci-chemistry/gchemutils. See bug 388887 for reintroducing - it back to tree. - - 21 May 2012; Samuli Suominen package.mask: - Remove entry for dev-ruby/ruby-gtkmozembed because it was removed from - portage. - - 20 May 2012; Samuli Suominen package.mask: - Remove entry for app-text/chmsee since it was removed from tree. Lastrite - app-text/kiwix (by version) wrt #412341 for using vulnerable copy of - net-libs/xulrunner wrt #403415. - - 20 May 2012; Benda Xu package.mask: - mask =sci-physics/geant{-python}-4.9.5_p01 for class header breakage - - 20 May 2012; Pacho Ramos - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Mask another emul package. - - 20 May 2012; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable app-accessibility/speech-dispatcher[python] for orca-3. - - 20 May 2012; Alexandre Rostovtsev package.mask: - Mask aisleriot-3.4, needs guile-2.0.5 (bug #416683). - - 20 May 2012; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable net-misc/spice-gtk[gtk3] for gnome for vinagre-3.4 and gnome-boxes. - - 19 May 2012; Samuli Suominen package.mask: - Unmask net-im/jabberd because bug 361317 it was masked for doesn't apply - anymore. This might be subject to change. - - 19 May 2012; Samuli Suominen package.mask: - Lastrite app-arch/hardlink++ wrt #416613 - - 19 May 2012; Kacper Kowalik package.mask: - Mask dev-python/gevent-1.0_beta2 for testing - - 19 May 2012; Alexandre Rostovtsev use.desc: - Add global jit USE flag per gentoo-dev discussion - (archives.gentoo.org/gentoo-dev/msg_a84a8e21139404a1d18839f887e258ee.xml) - - 18 May 2012; Alexis Ballier - +default/bsd/fbsd/amd64/8.2/deprecated: - deprecate default/bsd/fbsd/amd64/8.2 profile: we never had install media for - this anyway - - 18 May 2012; Alexis Ballier profiles.desc: - remove old and deprecated fbsd profiles from profiles.desc - - 18 May 2012; Amadeusz Żołnowski - desc/dracut_modules.desc: - 'bootchart' added to dracut_modules. - - 17 May 2012; Maciej Mrozowski package.mask: - Mask poppler-0.20.0 - - 16 May 2012; Jeroen Roovers arch/hppa/package.use.mask: - Mask USE=python3 for sys-apps/portage. - - 16 May 2012; Samuli Suominen package.mask: - Lastrite 4suite, amara and testoob wrt #250930 - - 16 May 2012; Tiziano Müller updates/2Q-2012: - pkgmove x11-misc/see -> x11-misc/seetxt - - 16 May 2012; Samuli Suominen package.mask: - Remove entries for app-pda/libopensync-plugin-google-calendar which got - dropped for using dev-python/pyxml (obsolete) wrt #367739 - - 15 May 2012; Samuli Suominen package.mask: - Change net-irc/bitchx mask to be per version because it's fixed in upstream - version control. - - 15 May 2012; Markos Chandras - arch/hppa/package.use.mask: - Forgot to add date on hppa package.use.mask - - 15 May 2012; Markos Chandras package.mask: - Mask new dibbler for testing - - 15 May 2012; Markos Chandras - arch/hppa/package.use.mask: - Mask doc useflag for net-misc/dibbler for hppa - - 15 May 2012; Michael Pagano package.mask: - Mask testing version of portpeek - - 15 May 2012; Samuli Suominen - targets/desktop/make.defaults, targets/desktop/package.use: - Enable USE="udisks upower" and move USE="gdu" to package.use for - package.mask: - Add additional mono related packages to packages.mask. - - 15 May 2012; Pacho Ramos package.mask: - Clean mask entry for createrepo. - - 15 May 2012; Naohiro Aota package.mask: - Mask app-dicts/sumika for removal. - - 14 May 2012; Julian Ospald package.mask: - remove mask from www-client/torbrowser (we'll handle that by keywords) - - 14 May 2012; Tomáš Chvátal base/package.use.mask: - Merge celt useflag for libav too. - - 14 May 2012; Olivier Crête package.mask: - net-im/amsn is maintained upstream, not removing after all - - 14 May 2012; Alexandre Rostovtsev package.mask: - Add pyatspi to gnome-3.4 mask. - - 13 May 2012; Mike Frysinger package.mask: - Drop cromwell mask as it builds now with newer gcc. - - 13 May 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask dmake. - - 13 May 2012; Pacho Ramos package.mask: - Mask some packages for removal. - - 13 May 2012; Julian Ospald thirdpartymirrors: - fix sourceforge mirror syntax again - - 13 May 2012; Davide Pesavento package.mask: - Unmask x11-libs/qt-sql-4.8.1-r1, thanks to Victor for - testing. - - 13 May 2012; Davide Pesavento package.mask: - Remove obsolete cmake mask. - - 12 May 2012; Julian Ospald package.mask: - mask www-client/torbrowser - - 12 May 2012; Jeroen Roovers package.mask: - Remove =dev-libs/libnl-3.2.8 now that it is gone (bug #414317). - - 12 May 2012; Markos Chandras package.mask: - lxpanel-0.5.8-r3 should be safe - - 12 May 2012; Hans de Graaff package.mask: - Add new slot to gherking mask. - - 11 May 2012; Johannes Huber updates/2Q-2012: - Move kde-misc/kcm-gtk-config to kde-misc/kde-gtk-config. - - 11 May 2012; Michał Górny updates/2Q-2012: - Move app-portage/eclean-kernel to app-admin/. - - 11 May 2012; Pacho Ramos package.mask: - Mask some packages for removal. - - 11 May 2012; Pacho Ramos package.mask: - Clean old entries. - - 11 May 2012; Justin Lecher updates/2Q-2012: - move dev-vcs/cola dev-vcs/git-cola - - 11 May 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask packages for nouveau API break. - - 10 May 2012; Mike Frysinger package.mask: - Drop powertop mask as 2.0 has been released. - - 10 May 2012; Alistair Bush package.mask: - Mask mono-2.11.1 as alpha version. - - 09 May 2012; Markos Chandras thirdpartymirrors: - Fix sourceforge mirrors after recent updates - - 09 May 2012; Sebastian Pipping package.mask: - Mask >=dev-python/autopep8-0.6 - - 09 May 2012; Jeroen Roovers package.mask: - Remove mask for net-analyzer/argus{,clients} development branch. - - 09 May 2012; Tomáš Chvátal updates/2Q-2012: - Move the languagetool to new category. - - 08 May 2012; Andreas K. Huettel categories: - Add category app-officeext - - 08 May 2012; Alexis Ballier profiles.desc: - mark default/bsd/fbsd/amd64/9.0 profile as stable to disallow broken deps - - 07 May 2012; Julian Ospald use.desc: - webkit is now global wrt #285743 - - 07 May 2012; Ulrich Müller package.mask: - Unmask app-emacs/cedet-1.1. - - 07 May 2012; Samuli Suominen package.mask: - Lastrite =www-client/firefox-3.6* because upstream discontinued security - support for them and they are blocking net-libs/xulrunner removal wrt bug - #403415. - - 07 May 2012; Agostino Sarubbo updates/2Q-2012: - move app-mobilephone/jacksms-desktop app-mobilephone/freesmee - - 07 May 2012; Ben de Groot package.mask: - Unmask =media-sound/mp3unicode-1.2.1, as compile issue has been fixed. - - 07 May 2012; Markos Chandras package.mask: - unmask boost-1.49.0 - - 07 May 2012; Ben de Groot package.mask: - Mask =media-sound/mp3unicode-1.2.1 for testing, bug #414907 - - 07 May 2012; Samuli Suominen package.mask: - Unmask rar2fs because upstream released 1.15.1 with compability for - app-arch/unrar >= 4.2. - - 07 May 2012; Markos Chandras package.mask: - Mask new lxpanel for testing - - 07 May 2012; Pacho Ramos arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Use mask hid on arches without libhid keyworded. - - 07 May 2012; Pacho Ramos desc/lcd_devices.desc: - Add new lcd_devices. - - 07 May 2012; Samuli Suominen package.mask: - Lastrite app-misc/beagle, app-misc/beagle-xesam, dev-libs/libbeagle and - sys-fs/beaglefs wrt #339811, #372009 and #414837. - - 07 May 2012; Naohiro Aota package.mask: - Revert mis-unmasked packages. - - 07 May 2012; Naohiro Aota package.mask: - Mask upstream dead canna dictionary packages. - - 06 May 2012; Samuli Suominen package.mask: - Mask broken release of dev-util/cmake wrt #414659, Comment #13. - - 06 May 2012; Samuli Suominen - hardened/linux/make.defaults, hardened/linux/x86/make.defaults: - Remove last of USE="nptlonly" and USE="sysfs" wrt #405875 - - 06 May 2012; Raúl Porcel releases/make.defaults: - Remove nptlonly sysfs from make.defaults, bug #405875 - - 06 May 2012; Markos Chandras package.mask: - Mask emesene:0 for removal - - 05 May 2012; Davide Pesavento package.mask: - Mask =x11-libs/qt-sql-4.8.1-r1 with oracle db support. - - 05 May 2012; Tomáš Chvátal - desc/libreoffice_extensions.desc: - Fix desc. - - 05 May 2012; Tomáš Chvátal - desc/libreoffice_extensions.desc: - Describe few more libreoffice extensions that can be built. - - 05 May 2012; Samuli Suominen package.mask: - Mask sys-fs/rar2fs because it's broken with upstream release of unrar-4.2.1 - headers wrt http://code.google.com/p/rar2fs/issues/detail?id=10 - - 05 May 2012; Alexandre Rostovtsev package.mask: - Update gnome-3.4 mask in preparation for moving packages from overlay to - gx86. - - 04 May 2012; Sebastian Pipping package.mask: - Unmask Gimp 2.8 (and earlier) - - 04 May 2012; Tomáš Chvátal - +desc/libreoffice_extensions.desc, -desc/libreoffice_estensions.desc: - Typos here, typos there... - - 04 May 2012; Tomáš Chvátal base/make.defaults: - Add the libreoffice_extensions to use expand and add sane defaults there. - - 04 May 2012; Tomáš Chvátal - +desc/libreoffice_estensions.desc: - Add libreoffice_extensions desc file. - - 03 May 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Drop xf86-input-synaptics mask. - - 03 May 2012; Alex Legler package.mask: - Removing horde package masks, packages are gone - - 03 May 2012; Johannes Huber package.mask: - Mask dev channel release of media-sound/mp3diags. - - 02 May 2012; Davide Pesavento package.mask: - Mask media-sound/qsampler for removal. - - 02 May 2012; Diego E. Pettenò package.mask: - Mask libnl as per bug #414317. - - 01 May 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Update cairo mask. - - 01 May 2012; Johannes Huber package.mask: - Remove obsolete mask for media-libs/tunepimp. - - 30 Apr 2012; Ulrich Müller package.mask: - Mask app-emacs/cedet-1.1 because it breaks ecb, bug 414109. - - 30 Apr 2012; Samuli Suominen - default/linux/package.use.mask: - Mask USE="fam" for dev-libs/glib because we prefer native CONFIG_INOTIFY_USER - support instead wrt #413403 - - 30 Apr 2012; Davide Pesavento package.mask: - x11-themes/qgtkstyle has been treecleaned. - - 29 Apr 2012; Markos Chandras package.mask: - net-im/twittare is gone - - 29 Apr 2012; Hans de Graaff package.mask: - Mask gherkin until the associated cucumber is ready as well. - - 28 Apr 2012; Johannes Huber updates/2Q-2012: - Move app-text/focuswriter to app-editors/focuswriter wrt bug #378981. - - 28 Apr 2012; Kacper Kowalik package.mask: - Masked dev-python/xsv for removal wrt #396497 - - 28 Apr 2012; Hans de Graaff package.mask: - Fix broken atom for facets. - - 28 Apr 2012; Hans de Graaff package.mask: - Mask dev-ruby/facets for removal. - - 27 Apr 2012; Anthony G. Basile package.mask: - Unmask net-misc/bfgminer, dependency problem fixed - - 27 Apr 2012; Amadeusz Żołnowski license_groups: - Added yEd-1.1 license to EULA group. - - 27 Apr 2012; Aaron W. Swenson package.mask: - PostgreSQL 8.2 removed from tree. Mask no longer needed. - - 27 Apr 2012; Ulrich Müller license_groups: - Remove AdobeFlash-11_beta from license_groups as it's gone from the tree. - - 27 Apr 2012; Anthony G. Basile package.mask: - Mask net-misc/bfgminer - - 26 Apr 2012; Kacper Kowalik - hardened/linux/powerpc/ppc64/32bit-userland/use.mask: - Fix header and copy use.mask from nonhardened profile - - 26 Apr 2012; Kacper Kowalik - +hardened/linux/powerpc/ppc64/32bit-userland/use.force: - Enforce ppc and -ppc64 on hardened/ppc64-32ul - - 26 Apr 2012; package.mask: - Mask sys-kernel/mm-sources for removal wrt #412189 - - 25 Apr 2012; Kacper Kowalik - +hardened/linux/powerpc/ppc64/32bit-userland/package.mask, - +hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask: - Mask app-admin/puppet[rrdtool] and app-misc/beagle - due to nonsolvable dependencies - - 25 Apr 2012; Kacper Kowalik - hardened/linux/powerpc/ppc64/64bit-userland/use.mask: - Mirror frei0r mask from nonhardened ppc64-64ul profile - - 25 Apr 2012; Kacper Kowalik - hardened/linux/powerpc/ppc64/64bit-userland/use.mask: - Mirror hddtemp mask from nonhardened ppc64-64ul profile - - 25 Apr 2012; Kacper Kowalik - +hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask: - Mask app-conky[hddtemp,xmms2,apcupsd] due to unsolved dependencies - - 25 Apr 2012; Alexis Ballier profiles.desc: - advertise g/fbsd 9.0 profiles - - 24 Apr 2012; Joerg Bornkessel package.mask: - removed pmask for bug #411959 - - 23 Apr 2012; Pacho Ramos package.mask: - Clean mask entries. - - 23 Apr 2012; Davide Pesavento package.mask: - Remove obsolete dev-util/qt-creator mask. - - 23 Apr 2012; Mike Gilbert package.mask: - Remove mask on dev-libs/icu-49, per Arfrever's request. - www-client/chromium now has proper dependencies. - - 22 Apr 2012; Robin H. Johnson package.mask: - Mask new slot of yaz. - - 22 Apr 2012; Joerg Bornkessel package.mask: - masked media-plugins/vdr-pvrinput-2011.09.17 for testing on bug #411959 - - 22 Apr 2012; Anthony G. Basile - hardened/linux/make.defaults: - Remove USE=-unicode on all hardened profiles - - 22 Apr 2012; Michał Górny package.mask: - Mask x11-apps/xsetmode & x11-apps/xsetpointer for removal wrt bug #411999. - - 22 Apr 2012; Samuli Suominen package.mask: - Lastrite app-pda/libopensync-plugin-google-calendar wrt #367739. Lastrite - app-text/chmsee wrt #412875. - - 21 Apr 2012; Torsten Veller package.mask: - Mask dev-perl/IO-Moose for removal (#356559) - - 21 Apr 2012; Samuli Suominen updated/4Q-2011, - updates/2Q-2012: - Move app-text/djview4 (again) to app-text/djview (and this time - remove app-text/djview4 directory) wrt #410025 - - 20 Apr 2012; Samuli Suominen package.mask: - Unmask xfce-extra/xfce4-linelight-plugin because it was patched. - - 20 Apr 2012; Patrick Lauer package.mask, - thirdpartymirrors: - Adding mod_macro to apache 2.4 mask - - 20 Apr 2012; Hans de Graaff package.mask: - Remove coffee-rails mask since all dependencies are available now. - - 20 Apr 2012; Jeff Horelick package.mask: - Remove mask on atheme-services as the 7.0 branch is now considered - stable by upstream. - - 20 Apr 2012; Naohiro Aota package.mask: - Unmask dev-python/compizconfig-python, x11-apps/ccsm, x11-apps/simple-ccsm - and x11-libs/libcompizconfig - - 20 Apr 2012; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Update default net-misc/curl USE flags with the new CURL_SSL use-expand for - liboauth compatibility. - - 19 Apr 2012; Jeff Horelick package.mask: - Remove mask on libmowgli:2 versions as libmowgli:2 is now considered - stable by upstream - - 19 Apr 2012; Alexey Shvetsov arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - add openmpi_ofed_features_rdmacm to use mask for alpha ia64 powerpc sparc - - 19 Apr 2012; Maxim Koltsov package.mask: - Mask net-ftp/leechcraft-lcftp and net-p2p/leechcraft-eiskaltdcpp by - maintainer's request - - 19 Apr 2012; Pawel Hajdan jr package.mask: - Unmask new pambase, shadow and hardened-shadow after review. - - 18 Apr 2012; Alexey Shvetsov arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Mask new use expand on profiles with unkeyworded deps - - 18 Apr 2012; Alexey Shvetsov +desc/openmpi_fabrics.desc, - +desc/openmpi_ofed_features.desc, +desc/openmpi_rm.desc, base/make.defaults: - add use expands for OPENMPI_ - - 18 Apr 2012; Alexey Shvetsov updates/2Q-2012: - move sys-infiniband/openib to ofed - - 18 Apr 2012; Alexey Shvetsov desc/ofed_drivers.desc: - Add new drivers for OFED - - 18 Apr 2012; Samuli Suominen package.mask: - Lastrite sci-chemistry/gchemutils because we don't have a building version - left in tree wrt #348231 and #388509. - - 18 Apr 2012; Robin H. Johnson package.mask: - Fix missing mask for MariaDB 5.5. - - 17 Apr 2012; Hans de Graaff package.mask: - Mask obsolete ruby-gnome2 dependencies with no reverse dependencies in the - tree. - - 17 Apr 2012; Michał Górny thirdpartymirrors: - Add a mirror entry for bitbucket downloads. - - 17 Apr 2012; Samuli Suominen - default/linux/package.use.mask: - Remove obsolete entry for x11-misc/spacefm and USE="fam". - - 17 Apr 2012; Samuli Suominen package.mask: - Remove lastrite entries for dev-dotnet/gluezilla and www-client/galeon as - they are gone now. - - 17 Apr 2012; Pawel Hajdan jr package.mask: - Mask new pambase, shadow, and hardened-shadow for testing and review. - - 16 Apr 2012; Samuli Suominen updates/2Q-2012: - Move sys-fs/bleachbit to sys-apps/bleachbit as more appropiate. - - 16 Apr 2012; Joerg Bornkessel package.mask: - removed pmask for media-plugins/vdr-games removal - - 16 Apr 2012; Pacho Ramos targets/desktop/make.defaults: - Enable wxwidgets by default as discussed in - http://archives.gentoo.org/gentoo-dev/msg_fdc392cc98c7eea216175521d87b9955.xm - l - - 15 Apr 2012; Anthony G. Basile - +default/linux/alpha/10.0/use.mask, +default/linux/arm/10.0/use.mask, - +default/linux/hppa/10.0/use.mask, +default/linux/ia64/10.0/use.mask, - +default/linux/powerpc/use.mask, default/linux/sparc/10.0/use.mask: - Use mask curl_ssl_axtls and curl_ssl_polarssl on various arches - - 15 Apr 2012; Anthony G. Basile desc/curl_ssl.desc: - Update descriptions of CURL_SSL USE_EXPAND flags - - 15 Apr 2012; Pacho Ramos arch/powerpc/package.use.mask: - Use mask vpx gst-plugins-meta USE for ppc*. - - 14 Apr 2012; Chí-Thanh Christopher Nguyễn - desc/video_cards.desc: - Add video_cards_radeonsi to USE_EXPAND description. - - 14 Apr 2012; Johannes Huber package.mask: - Remove duplicated mask entry for x11-themes/qgtkstyle. - - 14 Apr 2012; Johannes Huber package.mask: - Remove obsolete mask for dev-libs/soprano. - - 14 Apr 2012; Samuli Suominen package.mask: - Lastrite xfce4-linelight-plugin wrt #411949 - - 14 Apr 2012; Alexandre Rostovtsev package.mask: - Mask sound-juicer-3.4, needs gst-plugins-flac-0.10.31 + commit 265a5bfa to - write seekable flac files - - 13 Apr 2012; Jeremy Olexa desc/nginx_modules_http.desc: - Update nginx_modules_http.desc from local metadata.xml - - 13 Apr 2012; Patrick Lauer package.mask, - thirdpartymirrors: - Masking apache 2.4 for now - - 12 Apr 2012; Joe Peterson package.mask: - Mask media-sound/squeezeboxserver for removal - - 12 Apr 2012; Alexandre Rostovtsev package.mask: - Unmask glib-2.32, gtk+-3.4, and other core gnome-3.4 libraries. - - 11 Apr 2012; Andreas K. Huettel package.mask: - Calligra 2.4 released - - 11 Apr 2012; Ulrich Müller license_groups: - Add ipadic license to MISC-FREE group, bug 397833. - - 11 Apr 2012; Kacper Kowalik updates/2Q-2012: - Slotmove media-libs/libharu from 2 to 0. - - 10 Apr 2012; Pawel Hajdan jr package.mask: - Unmask chromium-19.x, v8-3.9.x (and also nodejs-0.7). Mask chromium-20.x, - v8-3.10. - - 10 Apr 2012; Eray Aslan package.mask: - Mask mail-filter/dk-milter and mail-filter/dkim-milter for removal - - 09 Apr 2012; Ulrich Müller package.mask: - Update mask for emacs-vcs live ebuilds. - - 09 Apr 2012; Christian Ruppert package.mask: - app-portage/portato: Masked for removal in 30 days. - - It doesn't work with recent portage version and the author has no time to fix - it anytime soon. bug 404973. - - 09 Apr 2012; Naohiro Aota package.mask: - Remove x11-wm/compiz mask. - - 08 Apr 2012; Samuli Suominen package.mask: - Unmask fixed version of libcaca. - - 08 Apr 2012; Samuli Suominen package.mask: - Mask new libcaca for now since the ebuild is not ready. - - 07 Apr 2012; Samuli Suominen package.mask: - Unmask Xfce 4.10pre1 to ~arch since it's stable (enough). - - 07 Apr 2012; Mike Gilbert package.mask: - Fix category for boost-build. - - 07 Apr 2012; Ulrich Müller updates/4Q-2011, - updates/2Q-2012: - Move package moves of dev-lisp/cl-asdf and dev-lisp/cl-asdf-binary-locations - to proper file. - - 06 Apr 2012; Samuli Suominen package.mask: - Remove entries for gecko-sharp, Gtk2-MozEmbed, ntfsprogs, syncevolution - and qtada since they got removed from tree. - - 06 Apr 2012; Pacho Ramos package.mask: - Cleanup. - - 06 Apr 2012; Andreas K. Huettel package.mask: - Mask calligra-2.4.0 until it is released - - 06 Apr 2012; Pacho Ramos package.mask: - Fill missing dates. - - 06 Apr 2012; Davide Pesavento use.desc: - Update kde USE flag description, kde-base/kde doesn't exist anymore. Ack'ed - by scarabeus. - - 06 Apr 2012; Hans de Graaff package.mask: - Mask parts of Rails 3.2 until the whole package is ready. - - 05 Apr 2012; Andreas K. Huettel package.mask: - Mask kde-base/ksecrets as it's alpha code - - 05 Apr 2012; Mike Gilbert package.mask: - Mask dev-libs/icu-49 again. - - 04 Apr 2012; Anthony G. Basile base/make.defaults: - Add CURL_SSL to USE_EXPAND in base - - 04 Apr 2012; Mike Gilbert info_vars: - Add USE_PYTHON. - - 04 Apr 2012; Jeroen Roovers package.mask: - Mask >dev-libs/libevent-2.1. - - 04 Apr 2012; Patrick Lauer package.mask: - Adding nodejs to v8 mask - - 03 Apr 2012; Mike Gilbert package.mask: - Unmask dev-libs/icu-49. - - 03 Apr 2012; Andreas K. Huettel package.mask: - Remove obsolete pmask of nepomukcontroller, bug 406999 - - 03 Apr 2012; Matt Turner package.mask: - Add gnome-dvb-daemon-0.2.8 to package.mask since it needs glib-2.32. - - 03 Apr 2012; Anthony G. Basile +desc/curl_ssl.desc: - Add description of CURL_SSL USE_EXPAND flags for net-misc/curl - - 03 Apr 2012; Samuli Suominen package.mask: - Lastrite media-libs/tunepimp wrt #409257 - - 02 Apr 2012; Pacho Ramos package.mask: - libdlna and ushare are fixed now - - 02 Apr 2012; Samuli Suominen +updates/2Q-2012, - package.mask: - Move xfce4-appfinder from xfce-extra/ to xfce-base/ for compability with Xfce - 4.10 layout. - - 01 Apr 2012; Mike Gilbert package.mask: - Mask the python-3 slot for dev-python/python-dateutil. - - 31 Mar 2012; Olivier Crête package.mask: - Add farstream port of pidgin to p.mask - - 31 Mar 2012; Pawel Hajdan jr package.mask: - Mask sys-auth/tcb for removal. - - 30 Mar 2012; Markos Chandras package.mask: - mask x11-themes/qgtkstyle for removal - - 29 Mar 2012; Markos Chandras package.mask: - Mask twittare for removal. Bug #379277 - - 29 Mar 2012; Mike Gilbert desc/linguas.desc: - Add sco - Scots locale. - - 29 Mar 2012; Chí-Thanh Christopher Nguyễn - desc/video_cards.desc: - Add omap to VIDEO_CARDS, adjust description to distinguish between omap and - omapfb. - - 29 Mar 2012; Christoph Junghans package.mask: - fftw-3.3.1 released - - 28 Mar 2012; Alex Legler package.mask: - Mask various horde ebuilds for removal - - 28 Mar 2012; Davide Pesavento package.mask: - www-client/arora is gone from the tree. - - 28 Mar 2012; Aaron W. Swenson package.mask: - Remove dev-db/pgaccess mask. Package removed from tree. - - 28 Mar 2012; Alexandre Rostovtsev package.mask: - Unmask networkmanger-0.9.4 (appears to work fine with gnome-3.2) and add more - packages to gnome-3.4 mask. - - 27 Mar 2012; Samuli Suominen package.mask: - Mask sys-fs/udisks >= 1.90.0 for testing. - - 27 Mar 2012; Tupone Alfredo package.mask: - Unmasking newer dev-util/bam - - 27 Mar 2012; Alexandre Rostovtsev package.mask: - Add modemmanger to the nm mask. - - 27 Mar 2012; Alexandre Rostovtsev package.mask: - networkmanager-openswan-0.9.4 is not out yet. - - 27 Mar 2012; Alexandre Rostovtsev package.mask: - Mask new networkmanager-0.9.4 and friends. - - 27 Mar 2012; Alexandre Rostovtsev package.mask: - Update the gnome-3.4 mask. - - 26 Mar 2012; Nirbheek Chauhan package.mask: - Add telepathy-farstream-0.2 to the GNOME 3 mask because it causes a blocker - with farsight2 - - 25 Mar 2012; Krzysztof Pawlik - +desc/python_targets.desc: - Add description for PYTHON_TARGETS USE_EXPAND variable. - - 25 Mar 2012; Mike Gilbert package.mask: - Mask dev-libs/boost-1.49 for Arfrever. - - 25 Mar 2012; Andreas K. Huettel base/make.defaults, - desc/calligra_features.desc: - Add new CALLIGRA_FEATURES entry sheets, as this component got renamed - - 25 Mar 2012; Nirbheek Chauhan package.mask: - Mask new glib-2.32 and gtk+-3.4 that cause a lot of breakage - - 25 Mar 2012; Mike Gilbert package.mask: - March -> Mar. - - 25 Mar 2012; Mike Gilbert package.mask: - Mask dev-libs/icu-49 for testing. - - 25 Mar 2012; Nirbheek Chauhan package.mask: - Mask new clutter/cogl/clutter-gtk - - 24 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask cairo-1.12.0 - - 24 Mar 2012; Sergei Trofimovich package.mask: - Unmask ghc-7.4. - - 24 Mar 2012; Pacho Ramos package.mask: - Mask some packages for removal. - - 24 Mar 2012; Markos Chandras package.mask: - Revert my commit as lightdm-unity-greeter requires >=valac-0.15 which we - don't have - - 24 Mar 2012; Markos Chandras package.mask: - Mask x11-misc/lightdm-unity-greeter for testing - - 24 Mar 2012; Markos Chandras package.mask: - Maskapp-arch/createrepo for removal. Bug #396067 - - 23 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Remove obsolete ati-drivers entry. - - 23 Mar 2012; Andreas K. Huettel package.mask: - Mask kde-misc/kgtk because of brokenness - - 22 Mar 2012; Tim Harder - hardened/linux/amd64/package.use.mask, hardened/linux/x86/package.use.mask: - Remove redundant use flag mask. - - 22 Mar 2012; Alexis Ballier +desc/fftools.desc, - base/make.defaults: - Introduce fftools USE_EXPAND per -dev discussion for ffmpeg extra tools. - - 22 Mar 2012; Samuli Suominen package.mask: - Lastrite www-client/galeon wrt #333895 and #403415 - - 22 Mar 2012; Lars Wendler package.mask: - Masked www-client/icecat for removal. - - 20 Mar 2012; Sergei Trofimovich package.mask: - Unmask testing dev-haskell/cabal-1.14 and packages coming with ghc-7.4 (but - not ghc-7.4 yet). - - 20 Mar 2012; Samuli Suominen - default/linux/package.use.mask: - Unmask USE="acl" for sys-auth/consolekit here because it's Linux only feature - based on udev. - - 20 Mar 2012; Samuli Suominen package.mask: - Unmask =sys-fs/udev-182 because udev-acl is now moved to - =sys-auth/consolekit-0.4.5-r3 wrt #408713 - - 20 Mar 2012; Patrick Lauer package.mask: - Fixing udev mask to include udev-init-scripts too - - 19 Mar 2012; Davide Pesavento package.mask: - Drop media-video/avidemux mask. - - 19 Mar 2012; William Hubbs package.mask: - mask udev-182 due to bug #408713. - - 19 Mar 2012; Davide Pesavento package.mask: - Mask media-video/avidemux-2.5.6-r1 wrt bug 408813. - - 19 Mar 2012; Naohiro Aota package.mask: - Drop mask since security fix added to the package. #390769 - - 19 Mar 2012; William Hubbs package.mask: - remove systemd/udev mask - - 18 Mar 2012; Samuli Suominen package.mask: - Lastrite dev-cpp/cppserv and dev-cpp/sptk wrt #402149, Comment #9. - - 18 Mar 2012; Anthony G. Basile desc/linguas.desc: - Added some country specific locales - - 18 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Drop some x11 masks. - - 18 Mar 2012; Matti Bickel package.mask: - masked dev-php/PEAR-DB_DataObject_FormBuilder for removal, bug 396963 - - 18 Mar 2012; Joerg Bornkessel package.mask: - masked for removal, bug 380697 - - 18 Mar 2012; Samuli Suominen use.desc: - Remove description for USE="esd" because nothing is using it. - - 18 Mar 2012; Pacho Ramos package.mask: - Mask some packages for removal. - - 18 Mar 2012; Pacho Ramos package.mask: - Cleanup old masks. - - 18 Mar 2012; Andreas K. Huettel desc/linguas.desc: - Add locale tt for Tatar (can be written in latin, cyrillic, and arabic) - - 18 Mar 2012; Tim Harder package.mask: - Drop old app-misc/task mask. - - 18 Mar 2012; Magnus Granberg - hardened/linux/package.use.mask, hardened/linux/use.mask - mask profile for media-tv/xbmc only. - - 17 Mar 2012; Davide Pesavento package.mask: - Mask qt-creator 2.5.0 beta release. - - 17 Mar 2012; Ole Markus With package.mask: - pecl-{idn,enchant} has been removed from the tree. Removing from package.mask - - 17 Mar 2012; Samuli Suominen package.mask: - Lastrite media-sound/canorus wrt #367861 - - 17 Mar 2012; Tim Harder - hardened/linux/amd64/package.use.mask, hardened/linux/x86/package.use.mask: - Mask USE="skype" for bitlbee on hardened amd64/x86. - - 16 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Drop obsolete libXt mask. - - 16 Mar 2012; Mike Gilbert thirdpartymirrors: - Add ftp.gnu.org so that repoman warns about mirror://gnu/. - - 16 Mar 2012; Mike Gilbert thirdpartymirrors: - Fix a gnu-alpha mirror. - - 15 Mar 2012; Tomáš Chvátal - hardened/linux/amd64/use.mask, hardened/linux/x86/use.mask: - Vdpau actually works with the mesa implementation too. Bug#408267. - - 15 Mar 2012; Samuli Suominen - targets/desktop/package.use: - Stop disabling USE="zlib" by default for sys-apps/pciutils and disable - USE="compress-db" instead as part of bug #360849 - - 14 Mar 2012; Bernard Cafarelli package.mask: - Clean package.mask after last rites, bug #380433 - - 14 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask xf86-input-synaptics which depends on mtdev. - - 14 Mar 2012; Magnus Granberg hardened/linux/use.mask - Mask the profile use flag for it don't work with PIE - - 13 Mar 2012; Samuli Suominen updates/1Q-2012: - Move frescobaldi back from SLOT="4" to SLOT="0". - - 13 Mar 2012; Samuli Suominen base/package.use.mask, - package.mask: - Remove mask for lilypond and reverse dependencies since they are fixed. - - 12 Mar 2012; Sébastien Fabbro package.mask: - Removed masking of beta version of sci-libs/metis, now gone - - 12 Mar 2012; Samuli Suominen package.mask: - Lastrite lilypond and reverse dependencies. - - 12 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask libXt-1.1.2 for bug #407889. - - 12 Mar 2012; Samuli Suominen package.mask: - Lastrite dev-ada/qtada as per request from yngwin. - - 12 Mar 2012; Pawel Hajdan jr prefix/package.provided: - Remove virtual/shadow from package.provided, portage(5) says it should not be - there. Reported by grobian. - - 12 Mar 2012; Pawel Hajdan jr base/packages, - default/bsd/package.mask, default/bsd/packages, default/linux/packages.build, - prefix/package.provided, prefix/packages, uclibc/packages.build: - virtual/shadow related updates. - - 11 Mar 2012; Samuli Suominen package.mask: - Lastrite gecko-sharp, Gtk2-MozEmbed and ntfsprogs. - - 11 Mar 2012; Pawel Hajdan jr package.mask: - Mask sys-apps/hardened-shadow (new package), early upstream release. - - 10 Mar 2012; Davide Pesavento package.mask: - Unmask dev-python/{shiboken,pyside,pyside-tools}. - - 10 Mar 2012; Davide Pesavento package.mask: - Update dev-python/pyside-tools mask. - - 09 Mar 2012; Samuli Suominen package.mask: - Lastrite app-pda/syncevolution. - - 09 Mar 2012; Tim Harder package.mask: - Mask beta release of mediawiki. - - 09 Mar 2012; Tim Harder package.mask: - Mask beta release of roundcube. - - 09 Mar 2012; Davide Pesavento package.mask: - Mask rewritten dev-python/pyside-tools ebuild too. Unmask qt-webkit, bug - 407315 is fixed. - - 08 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Update libXi mask for release depending on beta. - - 08 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask rtl8192se-firmware which is not useful on its own (in-kernel driver uses - other firmware). - - 08 Mar 2012; Alexandre Rostovtsev updates/1Q-2012: - Slotmove the former sunrise overlay version of nautilus-actions to prevent - collision with the ebuilds that were added to portage. - - 07 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Update mask for xorg-server-1.12 release. - - 07 Mar 2012; Davide Pesavento package.mask: - Mask x11-libs/qt-webkit-4.8.0-r1 again. - - 07 Mar 2012; Samuli Suominen package.mask: - Include xfdesktop and thunar in the Xfce pre-4.10 mask - - 07 Mar 2012; Davide Pesavento package.mask: - Unmask qt-qt3support-4.8.0-r1 and qt-webkit-4.8.0-r1 - - 06 Mar 2012; Davide Pesavento package.mask: - Mask rewritten dev-python/{shiboken,pyside}-1.1.0-r1 ebuilds. - - 06 Mar 2012; Jeremy Olexa - arch.list, profiles.desc: - Add ppc64-linux profile for bug 407021 by Richard Yao - - 06 Mar 2012; Johannes Huber package.mask: - Mask kde-misc/nepomukcontroller for removal. - - 06 Mar 2012; Samuli Suominen package.mask: - Mask >=dev-lang/lua-5.2.0 for testing wrt #407091 - - 06 Mar 2012; Pacho Ramos package.mask: - Mask some packages for removal. - - 04 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Drop obsolete x11 masks. - - 04 Mar 2012; Joerg Bornkessel package.mask: - removed pmask media-video/em8300-{modules,libraries} - - 04 Mar 2012; Sergei Trofimovich package.mask: - Mask ghc-7.4 and friends in tree until we get binaries for it. - - 04 Mar 2012; Markos Chandras package.mask: - sys-kernel/kerneloops is no more - - 04 Mar 2012; Markos Chandras package.mask: - app-portage/autounmask is no more - - 04 Mar 2012; Joerg Bornkessel package.mask: - masked em8300-modules-0.18.0_p20120124 em8300-libraries-0.18.0_p20120124 for - testing, bug #350211 - - 03 Mar 2012; Markos Chandras package.mask: - www-apps/twiki is no more - - 03 Mar 2012; Krzysztof Pawlik package.mask: - Remove mask for dev-python/pisa. - - 03 Mar 2012; Ole Markus With package.mask: - Removing mask of unstable pecl-memcached - - 03 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask eselect-opengl-1.2.5 now that mesa has been fixed. - - 03 Mar 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask media-libs/mesa-8.0.1-r1 for breaking compile against glu.h, bug #406641 - - 03 Mar 2012; Andreas K. Huettel updates/1Q-2012: - konq-plugins is in kde-base now - - 03 Mar 2012; Hans de Graaff package.mask: - Fix broken atom. - - 03 Mar 2012; Hans de Graaff package.mask: - Add new ruby-enterprise release to the test mask. - - 02 Mar 2012; Justin Lecher package.mask: - Remove mask of sci-chemistry/pymol-plugins-cealign as it is removed now - - 29 Feb 2012; Mike Gilbert thirdpartymirrors: - Add gnu-alpha mirrors. - - 29 Feb 2012; Chí-Thanh Christopher Nguyễn - license_groups: - Update new Adobe licenses in EULA group. - - 29 Feb 2012; Samuli Suominen package.mask: - Lastrite gnunet and gnunet-gtk. - - 29 Feb 2012; Ralph Sennhauser package.mask: - Remove package.mask for removed sun-j2ee. #91484 - - 28 Feb 2012; Mike Frysinger package.mask: - Drop perf mask since it builds nicely now. - - 28 Feb 2012; Andreas K. Huettel package.mask: - Remove pmask of gnu-gs-fonts-*, not in the tree anymore - - 28 Feb 2012; Andreas K. Huettel package.mask: - Remove pmask of xpdf (not in the tree anymore) - - 28 Feb 2012; Aaron W. Swenson package.mask: - Masked dev-db/postgresql-{docs,base,server}:8.2 for removal. EOL and - vulnerabilities. (Bug 406037) - - 27 Feb 2012; Diego E. Pettenò updates/1Q-2012: - Add slotmove for dev-ruby/syslogger. - - 27 Feb 2012; Markos Chandras package.mask: - Unmask boost and friends - - 27 Feb 2012; Sébastien Fabbro package.mask: - Masked >=sci-visualization/fityk-1.1 (because of wxGTK-2.9) - - 27 Feb 2012; Tim Harder desc/linguas.desc: - Add Spanish locale for Columbia, used in media-sound/csound. - - 26 Feb 2012; Samuli Suominen package.mask: - Remove mask for fixed extundelete and some removed pkgs. - - 26 Feb 2012; Kacper Kowalik package.mask: - removing obsolete mask on dev-lang/open64 that was removed from tree - - 26 Feb 2012; Justin Lecher package.mask: - Remove mask for sci-visualization/hippodraw - - 25 Feb 2012; Markos Chandras package.mask: - Mask rb_libtorrent-0.15.10 as well - - 25 Feb 2012; Pacho Ramos package.mask: - genmenu was fixed. - - 25 Feb 2012; Chí-Thanh Christopher Nguyễn - desc/video_cards.desc: - Add video_cards_modesetting. - - 24 Feb 2012; Ulrich Müller license_groups: - Move CC0-1.0-Universal from MISC-FREE to GPL-COMPATIBLE license group. Add - EUPL-1.1 to FSF-APPROVED group. - - 24 Feb 2012; Davide Pesavento package.mask: - Add also qt-webkit-4.8.0-r1 to the mask for bug #404493. - - 24 Feb 2012; Ulrich Müller license_groups: - Add Unlicense to GPL-COMPATIBLE license group. - - 23 Feb 2012; Markos Chandras package.mask: - Unmask x11-misc/lightdm-1.1.3 - - 23 Feb 2012; Davide Pesavento package.mask: - Update comment about x11-libs/qt-qt3support-4.8.0-r1 mask. - - 23 Feb 2012; Samuli Suominen package.mask: - Lastrite sys-fs/extundelete wrt #402633 - - 22 Feb 2012; Johannes Huber package.mask: - Remove mask for libreoffice-bin. - - 22 Feb 2012; Andreas K. Huettel package.mask: - Mask new libreoffice binpackages for testing, new generation mechanism - - 21 Feb 2012; Michał Górny package.mask: - Forward mask API-incompatible update of npapi-sdk. - - 21 Feb 2012; Theo Chatzimichos package.mask: - Masking www-client/arora - - 21 Feb 2012; Ole Markus With package.mask: - Masking dev-php/PEAR-Image_Color, dev-php/PEAR-Image_Canvas - - 20 Feb 2012; Alexis Ballier package.mask: - unmask vlc 2.0 - - 20 Feb 2012; Samuli Suominen package.mask: - Mask what will be the Xfce Desktop Environment 4.10 for testing. - - 20 Feb 2012; Samuli Suominen package.mask: - Removed entries for ogle (and reverse dependencies), ripmake and thunar-vfs. - - 19 Feb 2012; Markos Chandras package.mask: - Mask app-text/notecase-pro for removal - - 19 Feb 2012; Robin H. Johnson updates/1Q-2012: - Move net-wireless/{wispy-,spec}tools. - - 19 Feb 2012; Markos Chandras package.mask: - Masking x11-libs/qt-qt3support-4.8.0-r1 for testing - - 19 Feb 2012; William Hubbs package.mask: - remove old udev from mask and adjust udev-init-scripts mask. - - 18 Feb 2012; Vlastimil Babka package.mask: - Unmask dev-java/ant-1.8.2 and friends. - - 18 Feb 2012; Eray Aslan package.mask: - punt mask for dovecot-2.1_rc builds - - 18 Feb 2012; Markos Chandras package.mask: - Mask lightdm-1.1.3 for testing - - 18 Feb 2012; Pawel Hajdan jr package.mask: - Remove entry for dev-util/chromium-tools, package has been removed. - - 17 Feb 2012; Pacho Ramos package.mask: - Unmask gtkdiskfree after fixing trivial bug and people wanting to keep it due - less RDEPENDs (bug #370605). - - 16 Feb 2012; Vlastimil Babka package.mask: - Mask dev-java/ant-1.8.2 and deps for atomic bump+testing. - - 16 Feb 2012; Justin Lecher ChangeLog: - move app-shells/prll sys-process/prll - - 16 Feb 2012; Amadeusz Żołnowski - desc/dracut_modules.desc: - 'ssh-client' added to dracut_modules. - - 16 Feb 2012; Pacho Ramos package.mask: - pavuk was fixed and updated, media-libs/libdlna and media-video/ushare will - be proxy maintained in the near future. - - 16 Feb 2012; Justin Lecher package.mask: - Mask sci-chemistry/pymol-plugins-cealign for removal - - 15 Feb 2012; Joerg Bornkessel updates/1Q-2012: - moved media-tv/linuxtv-dvb-headers virtual/linuxtv-dvb-headers - - 15 Feb 2012; Samuli Suominen - targets/desktop/package.use: - Disable USE="zlib" in sys-apps/pciutils by default for USE="hwdb" in - sys-fs/udev. - - 14 Feb 2012; Bernard Cafarelli package.mask: - Last rites for gnustep-libs/objcunit, gnustep-apps/cynthiune, - gnustep-apps/gridlock, gnustep-apps/talksoup - - 14 Feb 2012; Markos Chandras use.desc: - ayatana: add note about libappindicator as well - - 14 Feb 2012; Markos Chandras use.desc: - ayatana is now global per - http://archives.gentoo.org/gentoo-dev/msg_f2eb26947d0c86020625a9aeca6f25e4.xm - l - - 14 Feb 2012; Justin Lecher base/package.use.mask: - Correct version for recent pymol USE=vmd mask - - 13 Feb 2012; Justin Lecher base/package.use.mask: - Masked USE=vmd for >pymol-1.5 - - 13 Feb 2012; Alex Legler package.mask: - tikiwiki is gone - - 13 Feb 2012; Pacho Ramos package.mask: - Mask packages with treecleaners CCed for removal. - - 12 Feb 2012; Mike Gilbert package.mask: - Take app-shells/ksh off the chopping block. - - 12 Feb 2012; Matti Bickel package.mask: - Unmask x11-libs/fox-1.7* since the dev branch is quite stable now - - 12 Feb 2012; Maxim Koltsov package.mask: - Unmasked ldb-1.1.4, bug 401635 - - 12 Feb 2012; Pacho Ramos package.mask: - Mask more packages for removal. - - 12 Feb 2012; Pacho Ramos package.mask: - Mask more packages for removal. - - 12 Feb 2012; Pacho Ramos package.mask: - Mask alsa-driver for removal. - - 11 Feb 2012; Ole Markus With package.mask: - Masked pecl-{idn,enchant} - - 11 Feb 2012; Sergei Trofimovich - hardened/linux/amd64/no-multilib/parent: - Reverted previous change as it caused phony profiles to pop up (found out by - blueness). - - 11 Feb 2012; Sergei Trofimovich - hardened/linux/amd64/no-multilib/parent: - Make hardened/linux/amd64/no-multilib include arch/amd64/no-multilib - (http://archives.gentoo.org/gentoo-dev/msg_7c41ab6653426048c2e8b0f271637bf3.x - ml). Approved by Zorry. - - 11 Feb 2012; Sergei Trofimovich - hardened/linux/package.mask: - Mask skypetab-ng for hardened as it's a library for x86-only skype. - - 11 Feb 2012; Angelo Arrifano license_groups: - Add Mendeley-EULA to EULA, needed for sci-misc/mendeleydesktop - - 10 Feb 2012; Markos Chandras package.mask: - Mask app-laptop/thinkpad and friends for removal. Bug #381263 - - 10 Feb 2012; Markos Chandras package.mask: - Masking app-shells/ksh for removal - - 10 Feb 2012; Markos Chandras package.mask: - app-emulation/{libdsk,lib765} removal. Bug #402857 - - 10 Feb 2012; Matt Turner - +hardened/linux/amd64/no-multilib/use.mask: - Add d3d USE mask to hardened/amd64/no-multilib. - - 10 Feb 2012; Matt Turner desc/video_cards.desc: - Add i915 and i965 to video_cards.desc. - - 10 Feb 2012; Justin Lecher package.mask: - Mask sci-libs/cctbx-2010.03.29.2334-r6 as boost-1.48 is maked - - 10 Feb 2012; Tim Harder package.mask: - Unmask =net-libs/gnutls-2.12*. - - 10 Feb 2012; Angelo Arrifano package.mask: - Force upgrade to arduino-1.0, mask old versions. - - 09 Feb 2012; Mike Gilbert package.mask: - Update dev channel mask for www-client/chromium. - - 09 Feb 2012; Robin H Johnson package.mask: - Mask sys-libs/db-5.3 for testing. - - 08 Feb 2012; Bernard Cafarelli package.mask: - gnustep-make-2.6.1-r10 removed from tree, unmask libobjc2 USE flag for - replacement - - 08 Feb 2012; William Hubbs package.mask: - add udev-181 to the udev mask. - - 07 Feb 2012; Anthony G. Basile hardened/linux/use.mask: - Unmask opencl USE flag on hardened - - 06 Feb 2012; Ralph Sennhauser package.mask: - Remove package.mask entry for jrockit-jdk-bin after removal - - 06 Feb 2012; Mike Frysinger package.mask: - Drop the mask as the version no longer has KEYWORDS. - - 06 Feb 2012; Mike Gilbert package.mask: - Mask binutils-2.22.52.0.1 due to bug 402271. - - 06 Feb 2012; Sébastien Fabbro package.mask: - Masked sci-libs/fftw-3.3.1_beta1 until more stable - - 06 Feb 2012; Sébastien Fabbro package.mask: - Masking sci-visualization/hippodraw for removal - - 04 Feb 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask libpciaccess, bug #402141. - - 04 Feb 2012; Justin Lecher arch/amd64/use.mask, - arch/x86/use.mask, base/use.mask: - Mask USE=zeitgeist globally and unmask fpr keyworded arches - - 04 Feb 2012; Markos Chandras package.mask: - Masking sys-kernel/kerneloops for removal. Bug #276412 - - 04 Feb 2012; Markos Chandras package.mask: - app-text/lyx2html is gone. Bug #388987 - - 04 Feb 2012; Markos Chandras package.mask: - Mask app-portage/autounmask for removal - - 04 Feb 2012; Markos Chandras package.mask: - Unmask avidemux. Upstream does not care about parallel build and neither do I - - 03 Feb 2012; William Hubbs package.mask: - add udev-180 to the udev mask. - - 03 Feb 2012; Maxim Koltsov package.mask: - Mask =sys-libs/ldb-1.1.4 - - 03 Feb 2012; Nathan Phillip Brink updates/1Q-2012: - Move dev-libs/libmowgli-2* to SLOT=2. - - 02 Feb 2012; Samuli Suominen - default/linux/package.use.mask: - Mask USE="fam" for x11-misc/spacefm since we have inotify support. - - 02 Feb 2012; Markos Chandras package.mask: - Masking www-apps/twiki for removal - - 02 Feb 2012; Jeroen Roovers package.mask: - Mask >www-client/opera-11.62. - - 01 Feb 2012; Eray Aslan package.mask: - unmask postfix-2.9 version - - 01 Feb 2012; Samuli Suominen package.mask: - Lastrite FlowScan, CUFlow and JKFlow for abusing < depend in the same - stabilization level. - - 31 Jan 2012; Johannes Huber package.mask: - Remove package.mask on phonon-xine backend. It is removed from tree. - - 31 Jan 2012; Pacho Ramos desc/cameras.desc: - Add new camera. - - 31 Jan 2012; Jeff Horelick package.mask: - Mask >=dev-libs/libmowgli-2.0.0_alpha1 in preperation for adding it to the tree. - - 30 Jan 2012; Markos Chandras package.mask: - Add =sci-geosciences/mapnik-0.7.1-r2 to boost-1.48 reverse dependencies - - 30 Jan 2012; Johannes Huber package.mask: - Lift mask for media-libs/opengtl-0.9.16, as it is released now. - - 30 Jan 2012; Pacho Ramos package.mask: - Clean old entry. - - 30 Jan 2012; Pacho Ramos arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/ia64/package.use.mask, - arch/sparc/package.use.mask: - Mask libvisual USE flag in arches that don't have needed packages keyworded. - - 30 Jan 2012; Sébastien Fabbro package.mask: - Mask another boost python reverse depedency - - 29 Jan 2012; Sébastien Fabbro package.mask: - Dropped sci-astronomy/orsa and sci-astronomy/ds9 masking, gone from tree - - 29 Jan 2012; Alex Alexander package.mask: - unmasked Qt 4.8.0 and friends - - 29 Jan 2012; Aaron W. Swenson thirdpartymirrors: - PostgreSQL revamped their download network. - http://pgsnake.blogspot.com/2011/12/updated-postgresql-download.html - - 29 Jan 2012; Alex Alexander package.mask: - masked new revbump of cairo, will unmask it together with new Qt - - 29 Jan 2012; Alex Alexander package.mask: - Getting ready to push qt-4.8.0 - - 29 Jan 2012; Andreas K. Huettel package.mask: - Improve xpdf mask message - - 29 Jan 2012; Mike Gilbert package.mask: - Mask another boost python revdep. - - 28 Jan 2012; Aaron W. Swenson package.mask: - Masked dev-db/pgaccess for removal. - - 28 Jan 2012; Andreas K. Huettel package.mask: - Remove pmask of mtink as it has been fixed. - - 28 Jan 2012; Mike Gilbert package.mask: - Add some additial entries to hworang's boost/python mask. - - 28 Jan 2012; Samuli Suominen package.mask: - Lastrite x11-misc/enter because it doesn't have ConsoleKit support. - - 28 Jan 2012; Ralph Sennhauser package.mask: - Package.mask dev-java/sun-j2ee for removal in 30 days. - Hopelessly outdated, contains broken jars. #91484 - - 28 Jan 2012; Samuli Suominen thirdpartymirrors: - Remove everything except archive.xfce.org from the mirror://xfce. - - 27 Jan 2012; Krzysztof Pawlik package.mask: - Mask dev-python/pisa. - - 27 Jan 2012; Andreas K. Huettel package.mask: - Mask xpdf for removal - - 27 Jan 2012; Andreas K. Huettel package.mask: - Ah well. Lets try cups-1.5 now. - - 27 Jan 2012; Andreas K. Huettel package.mask: - Prepare for a rebuild of kstlyes-4.7.4 synchronous with qt-4.8 upgrade - - 27 Jan 2012; Pacho Ramos - arch/amd64/no-multilib/package.mask: - More emul packages - - - 27 Jan 2012; Jeremy Olexa package.mask: - remove stale masks - - 27 Jan 2012; Jeremy Olexa package.mask: - cdebootstrap is removed from tree - - 26 Jan 2012; Samuli Suominen package.mask: - Mask =net-p2p/transmission-2.42 for bugs #400815, #400865 and #400923 - - 26 Jan 2012; Samuli Suominen package.mask: - Mask net-misc/hylafax and x11-misc/tkhylafax because lack of support for - stable media-libs/tiff >= 4.0.0. - - 26 Jan 2012; Tony Vroon thirdpartymirrors: - Drop firewalled ftp.silug.org from alsaproject mirror list. Timeouts suck. - - 25 Jan 2012; Johannes Huber package.mask: - Lift mask for KDE SC 4.8.0 - - 25 Jan 2012; Johannes Huber package.mask: - Mask KDE SC 4.8.0 - - 24 Jan 2012; Andreas K. Huettel package.mask: - Finally mask media-fonts/gnu-gs-fonts-* for last-riting, ending - year-long annoyance in bug 247657. Replaced by media-fonts/urw-fonts. - - 24 Jan 2012; Markos Chandras package.mask: - lift mask on app-admin/webmin - - 24 Jan 2012; Markos Chandras package.mask: - Add dev-python/cgkit-2.0.0_alpha9-r1 to the boost-1.48 rdeps - - 24 Jan 2012; Johannes Huber updates/1Q-2012: - Rename net-libs/telepathy-qt4 to net-libs/telepathy-qt - - 24 Jan 2012; Jeroen Roovers package.mask: - Unmask www-client/opera-11.61. - - 23 Jan 2012; Markos Chandras package.mask: - Initial commit of boost-1.48 reverse python dependencies. See: - http://archives.gentoo.org/gentoo-dev/msg_ab39d8366b714ecacfc7fa64cd48ad00.xm - l - - 23 Jan 2012; Sergei Trofimovich - arch/powerpc/package.use.mask: - Mask USE=usbredir for qemu and qemu-kvm (unsatisfied dep on - sys-apps/usbredir). - - 22 Jan 2012; Pacho Ramos package.mask: - Mask net-p2p/monsoon for removal - - 22 Jan 2012; Pacho Ramos package.mask: - Drop my old entries. - - 22 Jan 2012; Pacho Ramos package.mask: - Mask dev-lang/nemerle for removal - - 22 Jan 2012; Ulrich Müller package.mask: - Update mask for Emacs live ebuilds. - - 22 Jan 2012; Sergei Trofimovich - desc/qemu_softmmu_targets.desc: - Added LatticeMico32 to QEMU_SOFTMMU_TARGETS. - - 21 Jan 2012; Samuli Suominen updates/1Q-2012: - Rename dev-perl/sdl-perl to dev-perl/SDL. - - 21 Jan 2012; Sergei Trofimovich - desc/qemu_softmmu_targets.desc, desc/qemu_user_targets.desc: - Added more upstream targets to QEMU_USER_TARGETS and QEMU_SOFTMMU_TARGETS. - - 21 Jan 2012; Justin Lecher package.mask: - Mask sci-visualization/scidavis for removal - - 21 Jan 2012; Markos Chandras updates/1Q-2012, - package.mask: - Remove masking. Use portage move instruction instead - - 21 Jan 2012; Markos Chandras package.mask: - masking media-sound/minitunes for removal - - 21 Jan 2012; Ole Markus With package.mask: - Removing mask of pruned packages - - 21 Jan 2012; Michał Górny package.mask: - Mask sys-apps/systemd-sysv-utils until we get necessary tools out of - sysvinit. - - 20 Jan 2012; Alexey Shvetsov arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Mask some use for new openmpi deps - - 19 Jan 2012; Eray Aslan package.mask: - Mask experimental mail-mta/postfix-2.10 versions - - 18 Jan 2012; Matti Bickel package.mask: - Lastrite dev-php/PEAR-PHP_Archive - - 17 Jan 2012; Matti Bickel package.mask: - Lastrite dev-php/PEAR-HTML_Select_Common - - 17 Jan 2012; Johannes Huber package.mask: - Mask not yet released media-libs/opengtl-0.9.16. - - 17 Jan 2012; Johannes Huber base/use.mask, use.desc: - Remove kdeenablefinal. Build feature is gone. - - 17 Jan 2012; Pawel Hajdan jr package.mask: - Mask dev-util/chromium-tools for removal. Determined by the maintaining team - to be no longer useful. - - 16 Jan 2012; Johannes Huber package.mask: - Update package mask entry for phonon-xine - - 16 Jan 2012; Matti Bickel package.mask: - Lastrite dev-php/PEAR-I18N, bug #396975. - - 16 Jan 2012; Samuli Suominen package.mask: - Lastrite dev-dotnet/gnome-panel-sharp. - - 16 Jan 2012; Johannes Huber package.mask: - Remove package mask of kcheckgmail, bug #394881. - - 16 Jan 2012; Ulrich Müller license_groups: - Remove Emacs-23-CEDET-grammars from FSF-APPROVED since it's no longer used. - - 16 Jan 2012; Nirbheek Chauhan package.mask: - Let's unmask rhythmbox-2.9x, the worst bugs seem to be fixed - - 15 Jan 2012; Ole Markus With package.mask: - Removed mask of purged ebuilds - - 15 Jan 2012; Justin Lecher package.mask: - Removed dev-tcltk/tkimg mask as the version isn't in the tree anymore - - 14 Jan 2012; Andreas K. Huettel package.mask: - Mask net-print/mtink for removal in 30 days. Bug 342799. - - 14 Jan 2012; Kacper Kowalik use.desc: - Add global tcmalloc - - 14 Jan 2012; Andreas K. Huettel package.mask: - Calligra 2.3.86 has been released - - 11 Jan 2012; Bernard Cafarelli package.mask: - Remove llvm-gcc mask after last rites - - 11 Jan 2012; Daniel Pielmeier package.mask: - net-print/cupsddk has been removed. See bug #394089 reference. - - 10 Jan 2012; Samuli Suominen - default/linux/package.use.mask: - Unmask USE="e2fsprogs" for app-arch/libarchive as Linux -only feature wrt - #354923 - - 09 Jan 2012; William Hubbs package.mask: - add sys-apps/kmod to the udev mask - - 09 Jan 2012; Samuli Suominen package.mask: - Lastrite sys-fs/zfs-fuse. - - 08 Jan 2012; Robin H. Johnson package.mask: - Update package.mask for vulnerable MySQL versions. - - 08 Jan 2012; Samuli Suominen package.mask: - Lastrite media-video/ogle and reverse dependencies because of incompabilities - with current libdvdread. - - 08 Jan 2012; Ulrich Müller license_groups: - Add czyborra and noweb to MISC-FREE license group, bugs 395179 and 397485. - - 08 Jan 2012; Markos Chandras package.mask: - mask new boost for testing - - 08 Jan 2012; Markos Chandras package.mask: - qt-4.8.0_rc is no more - - 08 Jan 2012; Markos Chandras package.mask: - app-admin/mon is no more - - 07 Jan 2012; Andreas K. Huettel package.mask: - Mask not-yet-released calligra - - 07 Jan 2012; Olivier Crête package.mask: - Remove gupnp block as we have the newer gupnp-igd - - 07 Jan 2012; Michael Pagano package.mask: - Remove portpeek mask - - 06 Jan 2012; Samuli Suominen package.mask: - Lastrite media-video/ripmake. - - 06 Jan 2012; William Hubbs - default/linux/package.use.mask: - dropping mask for zlib on pciutils/usbutils after talking with ssuominon on - irc. - - 05 Jan 2012; William Hubbs - default/linux/package.use.mask: - Mask zlib for sys-apps/pciutils and sys-apps/usbutils; needed for bug #360849 - - 05 Jan 2012; Mike Gilbert package.mask: - Update mask for chrome dev channel; 17.x is now the beta channel. - - 05 Jan 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask one more x11 prerelease package. - - 05 Jan 2012; Thomas Beierlein package.mask: - Drop mask for media-radio/fldigi as a version supporting fltk-1.3 is in the - tree - - 05 Jan 2012; Maxim Koltsov package.mask: - Unmask app-emulation/libguestfs - - 05 Jan 2012; Matthew Marlowe package.mask: - Taking maintainership for net-libs/wt - - 04 Jan 2012; Nirbheek Chauhan package.mask: - Add two more packages that need esound, found by Mr_Bones_ - - 04 Jan 2012; Michael Pagano package.mask: - Mask portpeek >= 2.0.17 for testing - - 04 Jan 2012; Ralph Sennhauser package.mask: - Package.mask dev-java/jrockit-jdk-bin for removal in 30 days. - Outdated Java version, fails to fetch, no upstream. #228929 - - 04 Jan 2012; Nirbheek Chauhan base/use.mask, - package.mask: - Last Rites for esound daemon as per mail to gentoo-dev - - 02 Jan 2012; Andreas K. Huettel +ChangeLog-2007, - +ChangeLog-2008, +ChangeLog-2009, +ChangeLog-2010, +ChangeLog-2011: - Split ChangeLog - - 02 Jan 2012; Markos Chandras package.mask: - Masking new avidemux2.5.6 until upstream fixes parallel build failures - - 02 Jan 2012; Samuli Suominen use.desc: - Description for USE flag "neon" - - 02 Jan 2012; Samuli Suominen package.mask: - Lastrite xfce-extra/thunar-vfs. - - 02 Jan 2012; Michael Pagano thirdpartymirrors: - Remove invalid kernel mirrors. Bug #396087 - - 01 Jan 2012; Sebastian Pipping package.mask: - Extend mask on Gimp to upcoming version 2.7.4 - - 01 Jan 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Add mask for xf86-input-evdev versions that require mtdev. - - 01 Jan 2012; Chí-Thanh Christopher Nguyễn - package.mask: - Mask more prerelease x11 packages. - - 01 Jan 2012; Andreas K. Huettel package.mask: - Remove package mask of kmuddy, bug 371451 - - For previous entries, please see ChangeLog-2011. diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2013 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2013 deleted file mode 100644 index 6862951fed..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2013 +++ /dev/null @@ -1,3884 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2013,v 1.1 2014/01/01 16:56:39 dilfridge Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 31 Dec 2013; Tom Wijsman package.mask: - [QA] Mask LIVEVCS.unmasked versions of docker, newer versions are available. - - 31 Dec 2013; Sergey Popov package.mask: - Security mask of dev-libs/boost vulnerable versions - - 31 Dec 2013; creffett prefix/darwin/package.mask: - Remove invalid entry from prefix/darwin/package.mask - - 31 Dec 2013; creffett - prefix/windows/interix/package.mask: - Remove invalid entry from prefix/windows/interix/package.mask - - 31 Dec 2013; creffett prefix/linux/package.mask: - Remove invalid entry from prefix/linux/package.mask - - 30 Dec 2013; Julian Ospald package.mask: - mask dev-games/ogre-1.9.0 - - 30 Dec 2013; Johannes Huber package.mask: - Remove mask on kde-misc/polkit-kde-kcmodules, package tree cleaned. - - 30 Dec 2013; Alexis Ballier package.mask: - unmask multilib readline - - 30 Dec 2013; Alexis Ballier package.mask: - unmask multilib openal - - 29 Dec 2013; Hans de Graaff package.mask: - Remove masked media-sound/omptagger and dependencies. - - 29 Dec 2013; Hans de Graaff package.mask: - Mask dev-ruby/mkrf for removal. - - 29 Dec 2013; Michał Górny package.mask: - Mask new multilib readline. - - 28 Dec 2013; Robin H. Johnson thirdpartymirrors: - Apache mirrors have been moving old files to the archive tier, this will help - pick stuff up better. - - 28 Dec 2013; Samuli Suominen package.mask: - Lastrite sys-kernel/module-rebuild wrt #410739 - - 27 Dec 2013; Pacho Ramos arch/ia64/package.use.force, - arch/ia64/package.use.mask, +arch/sparc/package.use.force, - arch/sparc/package.use.mask: - We need openrc-force for ia64 and sparc until they solve #478076 to prevent - bugs and security issues like bug #496166 - - 27 Dec 2013; Ulrich Müller package.mask: - Fix invalid atom for x11-libs/libcryptui. - - 27 Dec 2013; Chris Reffett hardened/linux/amd64/no-multilib/package.mask: - Remove invalid entries as reported by qa-reports - - 27 Dec 2013; Justin Lecher package.mask: - Mask unreleased version - - 27 Dec 2013; Chris Reffett thirdpartymirrors: - Remove bad easysw group wrt bug 494684, credit to iamben - - 26 Dec 2013; Lars Wendler base/package.use.mask: - package.use.mask-ed polarssl USE flag in media-sound/umurmur for now. Should - settle the complaints from qa. - - 26 Dec 2013; Hans de Graaff base/package.use.force: - Force correct targets for ruby21 virtuals. - - 26 Dec 2013; Hans de Graaff desc/ruby_targets.desc: - Add description for Ruby 2.1.x target. - - 25 Dec 2013; Thomas Sachau (Tommy[D]) - default/linux/package.use.mask: - Mask USE=frost for net-p2p/fms, currently broken with - >=net-libs/polarssl-1.3.0 - - 25 Dec 2013; Samuli Suominen package.mask: - Lastrite faenza-xfce-icon-theme in favour of faenza-icon-theme which has - adopted the required icons for running the Xfce desktop. - - 25 Dec 2013; Hans de Graaff package.mask: - Mask dev-ruby/arrayfields for removal. - - 24 Dec 2013; Tom Wijsman thirdpartymirrors: - Removed bad mirrors from apache mirror group; partially fixes bug #494676, - reported by Ben Kohler (bkohler a.k.a. iamben). - - 24 Dec 2013; Pacho Ramos package.mask: - Cleanup mask entry - - 23 Dec 2013; Gilles Dartiguelongue package.mask: - Remove unwanted gnome-nettool from Gnome 3.10 mask. - - 23 Dec 2013; Gilles Dartiguelongue package.mask: - Add Gnome 3.10 package mask. - - 23 Dec 2013; Sergey Popov package.mask: - Mask dev-python/python-irclib - - 23 Dec 2013; Andreas K. Huettel package.mask: - Remove libraw-0.16 mask, all reverse deps build fine now, acked by radhermit - - 23 Dec 2013; Vladimir Smirnov package.mask: - Remove some obsolete virtual/perl masks. - - 22 Dec 2013; Davide Pesavento package.mask: - Remove obsolete sci-electronics/qelectrotech masks. - - 22 Dec 2013; Pawel Hajdan jr - arch/amd64/x32/package.mask, package.mask, - prefix/darwin/macos/arch/ppc/package.mask, - prefix/sunos/solaris/arch/sparc/package.mask: - Remove obsolete mask entries for v8 and v8cgi (removed from tree). - - 22 Dec 2013; Hans de Graaff thirdpartymirrors: - Update ruby mirrors for bug 494874, thanks to Ben Kohler for reporting. - - 21 Dec 2013; Diego E. Pettenò package.mask: - Remove mask on sys-libs/pam. - - 21 Dec 2013; Hans de Graaff package.mask: - Mask dev-ruby/dbi and friends for removal due to ruby18 deprecation. - - 20 Dec 2013; Alon Bar-Lev thirdpartymirrors: - Fixup gnupg mirros, bug#494842, thanks to Ben Kohler. - - 20 Dec 2013; Johannes Huber thirdpartymirrors: - Drop dead thirdpartymirrors in kde mirror group by Ben Kohler - , bug #494848. - - 20 Dec 2013; Tom Wijsman thirdpartymirrors: - Remove beyondunreal, blackdown.org, macromedia, nedit, openoffice, - openoffice-extended and simgear mirror groups from thirdpartymirrors; partial - fix for bug #494660, which covers mirror groups with no ebuilds that use it - in the Portage tree. Three more mirror groups (netsbd, suse, vmware) to be - discussed in that bug might or might not be removed later. - - 20 Dec 2013; Jeroen Roovers thirdpartymirrors: - Remove obsolete mirrors (bug #494870 by Ben Kohler). - - 18 Dec 2013; Luca Barbato package.mask: - Alpha release to test the tree for compatibility - - 18 Dec 2013; Matt Turner use.desc: - New global use flags: 3dnowext, mmxext, ssse3, sse4_1, avx, avx2. Rewritten - descriptions for 3dnow, mmx, sse, sse2, sse3. - - 18 Dec 2013; Alex Alexander updates/2Q-2013: - removed old slotmoves from 2Q-2013, they were conflicting with newer ones in - 4Q-2013 that revert them. - - 17 Dec 2013; Anthony G. Basile desc/linguas.desc: - Add ky_KG and eo_UY locales - - 15 Dec 2013; Pacho Ramos - targets/desktop/gnome/package.use: - Required by folks, needed by empathy - - 15 Dec 2013; Dion Moult package.mask: - Removed from package.mask app-emulation/qenv as package removed - - 15 Dec 2013; Dion Moult package.mask: - Remove from package.mask as packages removed: dev-python/pytrailer - media-video/pyqtrailer - - 15 Dec 2013; Dion Moult package.mask: - Remove from package.mask dev-libs/pwlib net-libs/openh323 - <=net-libs/opal-2.2.11 <=net-voip/ekiga-2.0.12 <=net-voip/gnugk-2.2.8 - <=net-voip/openmcu-2.2.1 <=net-voip/yate-2.0.0 - - 15 Dec 2013; Michał Górny package.mask: - Mask mupen64plus-2.0 before committing. - - 15 Dec 2013; Hans de Graaff package.mask: - Mask Rails 2.3 for removal, bug 406547. - - 14 Dec 2013; Johannes Huber package.mask: - Mask obsolete kde-base packages. - - 11 Dec 2013; Ian Delaney - package.mask: - rm mask of dev-python/python-subunit from package.mask - - 11 Dec 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Remove mask for old syslinux prereleases. - - 11 Dec 2013; Ian Delaney - package.mask: - mask dev-python/python-subunit - - 09 Dec 2013; Stanislav Ochotnicky package.mask: - Unmask media-sound/beets-1.3.1 (#488074 fixed) - - 09 Dec 2013; Sergey Popov package.mask: - Remove mask on sys-apps/pcfclock, package was removed from tree, bug #489510 - - 08 Dec 2013; Ben de Groot package.mask: - New freetype2 header location breaks compilation of reverse dependencies, - see tracker bug #493570 - - 08 Dec 2013; Justin Lecher package.mask: - Following gentoo-sources mask for aufs-sources - - 08 Dec 2013; Pacho Ramos arch/x86/make.defaults, - default/linux/x86/13.0/use.stable.mask, +hardened/linux/x86/use.stable.mask: - Prepare for python-3.3 going to stable on x86 (#474128) - - 07 Dec 2013; Justin Lecher arch/amd64/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask: - Mask USE=cuda for sci-libs/flann on all unsupported arches - - 06 Dec 2013; Tom Wijsman package.mask: - Mask gentoo-sources:3.12.0 as well as it is also affected by the sandbox - violations. - - 06 Dec 2013; Justin Lecher package.mask: - Mask aufs-source-12.1 for the same reason as gentoo-sources-12.1 - - 05 Dec 2013; Lars Wendler package.mask: - Removed dev-vcs/git mask. - - 05 Dec 2013; Hans de Graaff package.mask: - Remove temporary mask now that root cause for bug 493356 is fixed. - - 05 Dec 2013; Patrick Lauer package.mask: - Incomplete commit to ruby packages - - 04 Dec 2013; Johannes Huber package.mask: - Remove mask for kde-misc/qtrans, package tree cleaned. - - 04 Dec 2013; Johannes Huber package.mask: - Remove mask for kde-misc/kio-upnp-ms, package tree cleaned. - - 04 Dec 2013; Jorge Manuel B. S. Vicetto - default/linux/packages.build: - Drop virtual/udev from default/linux/packages.build. Should fix current stage - building issues with sys-fs/udev dep on sys-apps/hwids[udev]. - - 03 Dec 2013; Samuli Suominen - targets/desktop/package.use: - Remove legacy references to USE="hwdb keymap" for virtual/udev and co. - - 02 Dec 2013; Pacho Ramos arch/alpha/package.use.mask, - arch/amd64-fbsd/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - Mask USE due missing deps (#493156) - - 02 Dec 2013; Markos Chandras package.mask: - app-arch/xarchiver is gone. Bug #483588 - - 01 Dec 2013; Andreas K. Huettel - +targets/desktop/kde/package.mask: - Mask recent nvidia drivers in KDE profiles because of sigprocmask corruption, - bug 487558 - - 30 Nov 2013; Michał Górny package.mask: - Unmask multilib packages along with bumping emul-linux-x86-{base,sound}libs. - - 30 Nov 2013; Michał Górny package.mask: - Mask multilib pulseaudio for emul-linux bump. - - 30 Nov 2013; Hans de Graaff package.mask: - Mask more ruby18-only packages. - - 30 Nov 2013; Pacho Ramos arch/amd64/make.defaults, - default/linux/amd64/13.0/use.stable.mask: - Modify profile settings for python-3.3 going to stable, bug #474128 - - 30 Nov 2013; Markos Chandras desc/input_devices.desc: - Add new roccat devices by Dmitry Pisklov. Bug #492810 - - 30 Nov 2013; Tom Wijsman package.mask: - Mask gentoo-sources-3.12.1 as it causes sandbox violations, 3.12.2 is out - now. - - 29 Nov 2013; Hans de Graaff package.mask: - Rails 3.1 is removed, remove its mask. - - 28 Nov 2013; Pacho Ramos arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - Mask USE due missing keywords, bug #492820 - - 28 Nov 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Unmask xorg-server prerelease. - - 28 Nov 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Update media-libs/mesa mask to include all of 10.0 - - 27 Nov 2013; Michał Górny package.mask: - Mask multilib dbus for emul-linux bump. - - 26 Nov 2013; Joerg Bornkessel package.mask: - removed media-plugins/vdr-sysinfo, #414275; removed media-plugins/vdr-taste, - #414269; removed media-plugins/vdr-timeline, #414261; removed - media-plugins/vdr-tvtv #414244; removed media-plugins/vdr-vdrrip #414235; - removed media-plugins/vdr-prefermenu #420883 from package.mask - - 25 Nov 2013; Michał Górny package.mask: - Mask multilib sys-apps/tcp-wrappers for emul-linux bump. - - 25 Nov 2013; Michał Górny package.mask: - Mask multilib sys-libs/libcap for emul-linux bump. - - 25 Nov 2013; Michał Górny package.mask: - Mask multilib sys-libs/gdbm for emul-linux bump. - - 24 Nov 2013; Lars Wendler package.mask: - Removed make-4.0 mask. - - 24 Nov 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-action/brutal-legend for hardened no-multilib - - 24 Nov 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-action/hotline-miami for hardened no-multilib - - 24 Nov 2013; Johann Schmitz ChangeLog: - Removed sci-biology/picard from package.mask as a version with a snapshotted - tarball is now in the tree and the live ebuilds are removed. - - 24 Nov 2013; Justin Lecher package.mask: - Drop obsolete mask for dev-tcltk/tcl-debug - - 24 Nov 2013; Hans de Graaff package.mask: - Mask omptagger and id3lib-ruby for removal, bug 488676. - - 24 Nov 2013; Johannes Huber package.mask: - Mask kde-misc/polkit-kde-kcmodules for removal. - - 24 Nov 2013; Hans de Graaff package.mask: - Remove mask for packages that are now removed. - - 23 Nov 2013; Pawel Hajdan jr base/package.use.mask: - Unmask tcmalloc USE flag for >=www-client/chromium-32.0.1700.19. Thanks to - Julien Sanchez and Pavel Volkov for testing (bug #413637). - - 23 Nov 2013; Anthony G. Basile profiles.desc: - hardened/linux/arm/armv6j: tested, thanks CMoH - - 22 Nov 2013; Julian Ospald arch/hppa/package.use.mask, - arch/powerpc/ppc32/package.use.mask: - mask gog useflag of games-fps/duke3d-data for hppa and ppc32 - - 22 Nov 2013; Pacho Ramos desc/cameras.desc: - Add new description - - 22 Nov 2013; Pacho Ramos package.mask: - Looks like some people still want it (#480612) - - 22 Nov 2013; Tom Wijsman package.mask: - Removed gentoo-sources-3.8.13 mask from package.mask as it was removed. - - 22 Nov 2013; Julian Ospald package.mask: - remove sci-geosciences/osgearth mask - - 21 Nov 2013; Matti Bickel package.mask: - Mask dev-php/PEAR-File_PDF for removal - - 21 Nov 2013; Samuli Suominen thirdpartymirrors: - Update ImageMagick mirrors (using patch from Arfrever) - - 20 Nov 2013; Ulrich Müller license_groups: - Add scanlogd license to MISC-FREE group. - - 20 Nov 2013; Justin Lecher package.mask: - Drop old masks - - 19 Nov 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask mesa-10.0.0_rc1 for bugs #491632 #491644 #491646 #491660 #491664 - - 19 Nov 2013; Andreas K. Huettel package.mask: - Mask new libreoffice-bin-debug, see comment 5 on bug 490114 - - 18 Nov 2013; Matt Turner package.mask: - Removed pixman-0.32.2. - - 17 Nov 2013; Justin Lecher package.mask: - Release gajim betas to the wild - - 17 Nov 2013; Pacho Ramos arch/ia64/package.use.mask, - eapi-5-files/package.use.stable.mask: - goa-3.8 needs gst-3.8, that needs systemd that cannot be keyworded yet on - ia64 (#478076); also gnutls-3 isn't ready for stabilization with latest pan - - 15 Nov 2013; Ulrich Müller package.mask: - Unmask emacs-common-gentoo again, problem should be fixed now. - - 15 Nov 2013; Sergey Popov package.mask: - Mask =app-emacs/emacs-common-gentoo-1.3-r4 by ulm's request - - 15 Nov 2013; Sergei Trofimovich package.mask: - Unmask dev-haskell/{wxc,wxcore,wxhaskell}:2.9 as x11-libs/wxGTK:2.9 is not - masked anymore. - - 14 Nov 2013; Pacho Ramos - +default/linux/alpha/13.0/desktop/gnome/systemd/parent, - +default/linux/alpha/13.0/desktop/kde/systemd/parent, profiles.desc: - Add alpha systemd profiles - - 14 Nov 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask pixman-0.32.2 for bug #491110. - - 14 Nov 2013; Sergey Popov package.mask: - Mask Boost 1.55.0 for testing - - 14 Nov 2013; Pawel Hajdan jr base/package.use.mask, - package.mask: - Mask dev-lang/v8 and things still depending on it: dev-lang/v8cgi and v8 USE - flag for dev-db/drizzle. - - 14 Nov 2013; Ryan Hill package.mask: - Unmask gcc-4.8.2. - - 13 Nov 2013; Matti Bickel package.mask: - Mask dev-php/DBUnit for removal - - 13 Nov 2013; Pacho Ramos arch/alpha/package.use.mask: - Use mask due missing keywords, bug #478254 - - 12 Nov 2013; Lars Wendler package.mask: - Masked package.mask: - gcc: Patches broken/unfetchable #491052 - - 12 Nov 2013; Mike Gilbert package.mask: - Update dev channel mask for chromium-33. - - 11 Nov 2013; Ian Stakenvicius package.mask: - dropped mask to mozplugger now that it has been removed - - 11 Nov 2013; Ben de Groot package.mask: - Mask older roboto versions - - 10 Nov 2013; Markos Chandras - default/linux/package.use.mask: - Mask media-video/rtmpdump[polarssl]. It does not build with the current - net-libs/polarssl in the tree - - 10 Nov 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask prerelease xorg-server - - 10 Nov 2013; Thomas Kahle package.mask: - remove dev-games/gigi entry 'cause it's gone - - 09 Nov 2013; Pawel Hajdan jr package.mask: - Mask sci-geosciences/osgearth for removal in 30 days, bug #484786. - - 06 Nov 2013; Pacho Ramos arch/x86/package.use.mask: - Keywords recovered - - 05 Nov 2013; Stanislav Ochotnicky package.mask: - Mask =media-sounds/beets-1.3.1 for testing - - 04 Nov 2013; Sergey Popov package.mask: - Mask sys-apps/pcfclock, wrt bug #489510 - - 04 Nov 2013; Mike Gilbert package.mask: - Remove unifont mask since we now work around the problem in the grub ebuild. - - 04 Nov 2013; Jeroen Roovers package.mask: - Unmask app-admin/sysstat-10.2.0. - - 03 Nov 2013; Robin H. Johnson package.mask: - Mask app-emulation/qenv for treecleaning, doesn't build, qemu changed too - much. - - 03 Nov 2013; Luca Barbato package.mask: - Add a libav-0.8.9 multilib-ready version. - - 03 Nov 2013; Johannes Huber package.mask: - Mask kde-misc/qtrans for removal. - - 03 Nov 2013; Johannes Huber package.mask: - Mask kde-misc/kio-upnp-ms for removal. - - 03 Nov 2013; Ben de Groot +updates/4Q-2013: - package move x11-themes/qtcurve-qt4 x11-themes/qtcurve - - 02 Nov 2013; Markos Chandras ChangeLog: - mask app-arch/xarchiver for removal - - 31 Oct 2013; Fabian Groffen profiles.desc: - Add profile for OS X Mavericks (10.9) - - 30 Oct 2013; Maxim Koltsov base/package.use.mask: - Unmask use ipod for >=media-sound/clementine-1.2.0 - - 30 Oct 2013; Markos Chandras package.mask: - Unmask rtmpdump snapshot - - 29 Oct 2013; Manuel Rüger package.mask: - Remove mask for treecleaned ruby18-only packages - - 28 Oct 2013; Fabian Groffen package.mask: - Remove exim 4.82 RC mask - - 28 Oct 2013; Lars Wendler package.mask: - Masked app-arch/xz-utils alpha releases for testing. - - 24 Oct 2013; Tiziano Müller - desc/nginx_modules_http.desc, package.mask: - Add USE_EXPAND descriptions for nginx' auth_request and push_stream modules. - Mask nginx mainline version bump. - - 23 Oct 2013; Davide Pesavento package.mask: - Mask qt-creator 3.0 beta. - - 22 Oct 2013; Michał Górny package.mask: - virtual/pyparsing has been removed. - - 21 Oct 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Remove mesa security mask as i965 the driver is masked by package.use.mask - now, bug #472280. - - 21 Oct 2013; Markos Chandras package.mask: - sys-firmware/amd-ucode gone. Bug #455208 - - 21 Oct 2013; Hans de Graaff package.mask: - Also mask relevant asset pipeline packages for Rails 3.1, fixing bug 488824 - and 488826. - - 21 Oct 2013; Mike Gilbert package.mask: - Mask media-fonts/unifont-6.3 - - 20 Oct 2013; Hans de Graaff package.mask: - Remove dev-ruby/ruby-bdb from mask because it is still used by rbot. - - 20 Oct 2013; Hans de Graaff package.mask: - Write better reason for removal. - - 20 Oct 2013; Hans de Graaff package.mask: - Mask more ruby18-only packages. - - 19 Oct 2013; Markos Chandras package.mask: - SLOT=4 for dev-cpp/libgdamm is gone. Bug #482910 - - 19 Oct 2013; Pacho Ramos - +default/linux/amd64/13.0/desktop/kde/systemd/parent, - +default/linux/arm/13.0/desktop/kde/systemd/parent, - +default/linux/powerpc/ppc32/13.0/desktop/kde/systemd/parent, - +default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/systemd/parent, - +default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/systemd/parent, - +default/linux/powerpc/ppc64/13.0/desktop/kde/systemd/parent, - +default/linux/x86/13.0/desktop/kde/systemd/parent, profiles.desc: - Add kde/systemd variants too (#481920#c20) - - 19 Oct 2013; Hans de Graaff package.mask: - Mask Rails 3.1 for security bug 488298. - - 18 Oct 2013; Markos Chandras package.mask: - Mask new media-video/rtmpdump snapshots for testing - - 18 Oct 2013; Tim Harder package.mask: - Mask =media-libs/libraw-0.16* for testing. - - 15 Oct 2013; Pacho Ramos targets/systemd/use.mask: - Add reference for consolekit vs logind - - 14 Oct 2013; Stanislav Ochotnicky package.mask: - Mask live ebuild of sys-fs/simple-mtpfs (#488038) - - 14 Oct 2013; Stanislav Ochotnicky package.mask: - Add media-video/pyqtrailer and dev-python/pytrailer removal mask - - 14 Oct 2013; Pacho Ramos - hardened/linux/amd64/no-multilib/package.mask: - Mask on more places :S - - 14 Oct 2013; Pacho Ramos - arch/amd64/no-multilib/package.mask, features/64bit-native/package.mask: - Mask packages relying on multilib - - 14 Oct 2013; Justin Lecher package.mask: - Mask metis-5 due to API change - - 14 Oct 2013; Justin Lecher use.desc: - fortran is a known language today, so we don't need toreference to f77 - - 14 Oct 2013; Lars Wendler package.mask: - Adjusted samba-4 mask for 4.1 release. - - 13 Oct 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask vulnerable versions of mesa, bug #472280. - - 13 Oct 2013; Tom Wijsman package.mask: - Added missing parentheses to really fix the dates. - - 13 Oct 2013; Lars Wendler package.mask: - Masked >=sys-devel/make-4.0 for testing - - 13 Oct 2013; Agostino Sarubbo package.mask: - Fix the date for the last entry - - 13 Oct 2013; Diego E. Pettenò package.mask: - Hardmask mod_spdy. - - 13 Oct 2013; Ulrich Müller package.mask: - Remove mask for app-editors/mg. - - 12 Oct 2013; Andreas K. Huettel package.mask: - Remove obsolete mask of dev-tex/natbib, bug 483974 - - 12 Oct 2013; Pacho Ramos package.mask: - Mask for removal - - 12 Oct 2013; Pacho Ramos package.mask: - Cleanup entries - - 12 Oct 2013; Ulrich Müller package.mask: - Mask app-editors/mg, bug 487758. - - 11 Oct 2013; Markos Chandras package.mask: - Mask nx11-misc/lightdm-1.8 for futher testing - - 09 Oct 2013; Pacho Ramos - +default/linux/amd64/13.0/desktop/gnome/systemd/parent, - +default/linux/arm/13.0/desktop/gnome/systemd/parent, - +default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent, - +default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent - , - +default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent - , +default/linux/powerpc/ppc64/13.0/desktop/gnome/systemd/parent, - +default/linux/x86/13.0/desktop/gnome/systemd/parent, profiles.desc, - +targets/systemd/make.defaults, +targets/systemd/package.mask, - +targets/systemd/package.use.mask, +targets/systemd/use.mask: - Add systemd subprofiles (#481920 and - http://gentoo.2317880.n4.nabble.com/Addition-of-systemd-subprofiles-td270299. - html ) - - 09 Oct 2013; Thomas Kahle package.mask: - Mask dev-games/gigi for removal - - 09 Oct 2013; Michał Górny package.mask: - Finally unmask multilib OpenGL. - - 09 Oct 2013; Pawel Hajdan jr package.mask: - Roll chromium dev channel masks for chromium-32.x. - - 07 Oct 2013; Ryan Hill package.mask: - Unmask GCC 4.8. - - 05 Oct 2013; Tiziano Müller - desc/nginx_modules_http.desc, package.mask: - Lift mask of www-servers/nginx-1.4.2* - - 04 Oct 2013; Markos Chandras package.mask: - whitespace - - 04 Oct 2013; Markos Chandras package.mask: - Add forgotten amd-ucode mask entry. Bug #455208 - - 04 Oct 2013; Julian Ospald package.mask: - remove mask on net-p2p/pybitmessage, people can do their own research - - 3 Oct 2013; Chris Reffett package.mask: - Remove dev-games/neo* mask, packages removed - - 30 Sep 2013; Fabian Groffen package.mask: - Mask Exim 4.82 release candidates - - 29 Sep 2013; Andreas K. Huettel profiles.desc: - Downgrade s390 profiles to dev - - 28 Sep 2013; Pacho Ramos arch/alpha/package.use.mask, - arch/sparc/package.use.mask: - Drop masks as needed keywords were added (#478078) - - 28 Sep 2013; Pacho Ramos base/use.mask: - Mask openrc-force USE flag (#480336) - - 27 Sep 2013; Tiziano Müller package.mask: - Mask nginx >=1.4.2 for testing. - - 27 Sep 2013; Tiziano Müller - desc/nginx_modules_http.desc: - Add security to nginx_modules_http USE_EXPAND - - 26 Sep 2013; Michał Górny package.mask: - Unmask python-exec:2 for wider testing. - - 26 Sep 2013; Sven Vermeulen package.mask: - Masking openscap-9999 - - 26 Sep 2013; Tiziano Müller - desc/nginx_modules_http.desc: - Add echo to nginx_modules_http USE_EXPAND - - 24 Sep 2013; Patrick Lauer package.mask: - Temporarily disable openldap mask until s390 catches up - - 23 Sep 2013; Agostino Sarubbo package.mask: - mask older and vulnerable version of openldap - - 22 Sep 2013; Pacho Ramos arch/arm/package.use.mask: - Mask USE on arm due missing keywords - - 21 Sep 2013; Markos Chandras package.mask: - Mask zen-sources live ebuilds - - 21 Sep 2013; Michał Górny package.mask: - Mask multilib OpenGL packages for testing. - - 21 Sep 2013; Michał Górny package.mask: - Remove the mask on glu since the emul set is ready now. - - 21 Sep 2013; Michael Palimaka - targets/desktop/kde/package.use: - Enable xmp USE flag for media-gfx/exiv2 by default as it is required by - kde-base/libkexiv2. - - 20 Sep 2013; Ian Stakenvicius - +default/linux/amd64/13.0/package.use.stable.mask: - stable masked abi_x86_32 on all relevant atoms - - 20 Sep 2013; Ian Stakenvicius package.mask: - adjusted mask of mozplugger - - 19 Sep 2013; Tiziano Müller license_groups: - Add newly added Adaptec-EULA to the EULA license group (as discussed on the - gentoo-dev ml) - - 18 Sep 2013; Tom Wijsman package.mask: - >=app-admin/ec2-api-tools-1.6.7.2-r4: Temporarily masked due to QA issue - during attempts to unbundle dependencies. - - 18 Sep 2013; Sergey Popov package.mask: - Mask developer releases of dev-libs/botan - - 17 Sep 2013; Tim Harder package.mask: - Unmask =media-video/mkvtoolnix-6.4.1. - - 17 Sep 2013; Michał Górny package.mask: - Link the gentoo-dev thread in python-exec:2 p.mask. - - 17 Sep 2013; Michał Górny package.mask: - Mask python-exec-2 for testing. - - 17 Sep 2013; Patrick Lauer package.mask: - Remove poppler mask as everything works now - - 16 Sep 2013; Tim Harder package.mask: - Mask >=media-video/mkvtoolnix-6.4.0 until libmatroska-1.4.1 is released. - - 16 Sep 2013; Justin Lecher package.mask: - Mask gajim beta - - 15 Sep 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-sysinfo masked for removal on ~15/Oct/2013, Bug #414275 - #414177 - - 15 Sep 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-taste masked for removal on ~15/Oct/2013, Bug #414269 - #414177 - - 15 Sep 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-timeline masked for removal on ~15/Oct/2013, Bug #414261 - #414177 - - 15 Sep 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-tvonscreen masked for removal on ~15/Oct/2013, Bug #414257 - #414177 - - 15 Sep 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-tvtv masked for removal on ~15/Oct/2013, Bug #414255 - #414177 - - 15 Sep 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-vdrrip masked for removal on ~15/Oct/2013, Bug #414235 - #414177 - - 15 Sep 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-prefermenu masked for removal on ~15/Oct/2013, Bug #420883 - #414177 - - 15 Sep 2013; Joerg Bornkessel package.mask: - cleanup pmask for media-plugins/vdr-channelscan, depend on wrt bug #474480 - 155253 414177, removed from tree - - 15 Sep 2013; Hans de Graaff package.mask: - Remove masked ruby18-only packages. - - 14 Sep 2013; Alexis Ballier package.mask: - unmask ocaml 4.01.0 - - 14 Sep 2013; Amadeusz Żołnowski - desc/dracut_modules.desc: - Added dash use expand to dracut_modules. - - 14 Sep 2013; Tom Wijsman package.mask: - Expand sun-* package.mask reason to explain continuation, alternatives and - also mask and explain JCE; as requested in bugs #473830 and bug #484680, - reported by Martin Mokrejš. - - 14 Sep 2013; Hans de Graaff package.mask: - Remove masked ruby18-only packages. - - 13 Sep 2013; Markos Chandras package.mask: - Mask dev-lang/jimtcl-9999 live ebuild - - 13 Sep 2013; Michał Górny package.mask: - Mask new PAM due to segfault in pam_unix.so, bug #484732. - - 12 Sep 2013; Michał Górny package.mask: - Mask virtual/pyparsing for removal since we no longer support split pyparsing - and therefore need it. - - 12 Sep 2013; Michał Górny package.mask: - Lastrite virtual/python-json -- JSON is now built-in in all supported - Pythons. - - 11 Sep 2013; Markos Chandras package.mask: - Unmask buildbot-0.8.8 and buildbot-slave-0.8.8 - - 11 Sep 2013; Markos Chandras package.mask: - Mask buildbot live ebuilds - - 11 Sep 2013; Andreas K. Huettel package.mask: - Mask dev-tex/natbib for removal, bug 483974 - - 11 Sep 2013; Pacho Ramos arch/powerpc/ppc32/use.mask, - arch/powerpc/use.mask: - Unmask systemd USE flag as it's keyworded there after talking with Ago - (#478076) - - 11 Sep 2013; Michał Górny updates/3Q-2013: - Rename sys-devel/systemd-sdk to sys-devel/systemd-m4. - - 10 Sep 2013; Patrick Lauer package.mask: - Unmask postgresql-9.3 final - - 09 Sep 2013; Tom Wijsman package.mask: - Listed two more important security bugs in the gentoo-sources-3.8.13 mask - reason. - - 09 Sep 2013; Julian Ospald package.mask: - revert mask wrt #483588 - - 09 Sep 2013; Patrick Lauer package.mask: - Fix perl mask once more - - 09 Sep 2013; Patrick Lauer package.mask: - Fix perl mask - - 08 Sep 2013; Ian Stakenvicius package.mask: - masked media-libs/openal-1.15.1-r1 until emul-linux-* can be adjusted to - remove the colliding files - - 08 Sep 2013; Mikle Kolyada package.mask: - Mask perl-5.18 and friends, again - - 08 Sep 2013; Markos Chandras package.mask: - Unmask latest openocd - - 08 Sep 2013; Markos Chandras desc/input_devices.desc: - Add input devices for roccat-tools. Bug #395171 - - 08 Sep 2013; Pacho Ramos arch/powerpc/package.use.mask: - monodevelop is not keyworded, bug #468030 - - 07 Sep 2013; Mike Gilbert thirdpartymirrors: - Update pypi based on PEP 449, bug 482154 by Arfrever. - - 07 Sep 2013; Pacho Ramos package.mask: - Mask packages for removal - - 07 Sep 2013; Pacho Ramos - eapi-5-files/package.use.stable.mask: - Mask abi_x86_32 to let stabilization (#477182#c5) - - 05 Sep 2013; Michał Górny - desc/python_single_target.desc, desc/python_targets.desc, package.mask: - Python 2.5, 3.1, and PyPy 1.9 were removed from the tree. - - 05 Sep 2013; Patrick Lauer package.mask: - Unmask perl 5.18 - - 05 Sep 2013; Patrick Lauer package.mask: - Adding carp to perl mask - - 03 Sep 2013; Hans de Graaff base/package.use.force: - Force ruby20 on the core ruby packages for ruby 2.0 since too many packages - still depend on an unqualified dev-lang/ruby, bug 483254. - - 03 Sep 2013; package.mask: - Lastrite dev-games/neo{engine,tools} - - 02 Sep 2013; Alexandre Rostovtsev package.mask: - Temporarily mask libsecret-0.16 due to API/ABI change (bug #483414). - - 02 Sep 2013; Pacho Ramos arch/alpha/package.use.mask: - Mask forgotten stuff (#483314) - - 01 Sep 2013; Julian Ospald license_groups: - add Q3AEULA-20000111 to EULA license group - - 01 Sep 2013; Pacho Ramos arch/alpha/package.use.mask, - arch/mips/package.use.mask: - CONFIG_AUDITSYSCALL=y is not implemented, bug #438368 - - 31 Aug 2013; Tom Wijsman package.mask: - Gentoo sources 3.8.13 masked due to security bug #475618: CVE-2013-1059: - Linux Kernel Ceph NULL Pointer Dereference Denial of Service Vulnerability - - 31 Aug 2013; Pacho Ramos package.mask: - Clean mask entries - - 31 Aug 2013; Michał Górny package.mask: - Unmask old xdm version that has been replaced already. - - 31 Aug 2013; Ulrich Müller package.mask: - Remove mask for app-admin/eselect, there is app-admin/eselect-bashcomp now. - - 31 Aug 2013; Markos Chandras package.mask: - Collect all live ebuild in the same place - - 30 Aug 2013; Markos Chandras package.mask: - Mask screefetch live ebuild - - 30 Aug 2013; Gilles Dartiguelongue package.mask: - Update libsoup mask. - - 30 Aug 2013; Markos Chandras package.mask: - Mask new buildbot/buildbot-slave for testing in production - - 29 Aug 2013; Gilles Dartiguelongue package.mask: - Add libsoup re-split mask. - - 29 Aug 2013; Agostino Sarubbo package.mask: - Mask =dev-db/mariadb-5.1.67 because of the security bug #446240 - - 28 Aug 2013; Patrick Lauer package.mask: - Adding gentoo-bashcomp to bash-completion mask - - 27 Aug 2013; Mike Gilbert package.mask: - Remove mask on dev-python/chardet-2.1.1. - - 27 Aug 2013; Tom Wijsman package.mask: - Clarified what eselect was exactly masked for, expanded 'it'. - - 27 Aug 2013; Tom Wijsman package.mask: - Masked =app-admin/eselect-1.3.7 and =apps-shells/bash-completion-2.1-r1 on - behalf of Luca Barbato for QA problems and regressions, - see package.mask entry for details. - - 27 Aug 2013; Ian Stakenvicius desc/lirc_devices.desc: - Add lirc_devices setting 'zotac' for bug 462595. - - 27 Aug 2013; Michael Palimaka package.mask: - Remove no longer needed mask for net-libs/libinfinity. - - 27 Aug 2013; Sergey Popov package.mask: - Remove obsolete mask on sys-kernel/openvz-sources - - 27 Aug 2013; Sergey Popov package.mask: - Add masks for Boost 1.54 - - 25 Aug 2013; Julian Ospald package.mask: - mask net-p2p/pybitmessage experimental - - 25 Aug 2013; Mike Gilbert updates/3Q-2013: - slotmove dev-python/pydns 0 2 - - 24 Aug 2013; Markos Chandras package.mask: - Mask openbox live ebuild - - 24 Aug 2013; Hans de Graaff package.mask: - First batch of ruby18-only packages is now removed, remove mask. - - 24 Aug 2013; Hans de Graaff package.mask: - Masked package dev-ruby/fssm is now removed. - - 23 Aug 2013; Mike Gilbert package.mask: - Unmask chromium-31 again after masking the system-ffmpeg use flag. - - 23 Aug 2013; Mike Gilbert package.mask: - Re-mask chromium-30 due to ffmpeg dep. - - 23 Aug 2013; Mike Gilbert package.mask: - Update the chromium dev channel mask for M31. - - 22 Aug 2013; Diego E. Pettenò package.mask: - Remove freeipmi mask. - - 21 Aug 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Drop mask on mesa-9.2, bug #475444. - - 21 Aug 2013; Justin Lecher package.mask: - Fixed version in PDEPEND of aufs-sources - - 21 Aug 2013; Patrick Lauer package.mask: - Masking aufs-sources version missing dependencies - - 20 Aug 2013; Sébastien Fabbro updates/3Q-2013: - Move sci-libs/scikits_statsmodels to dev-python/statsmodels - - 20 Aug 2013; Michael Palimaka - +targets/desktop/kde/package.use.force, targets/desktop/kde/use.force: - Don't force USE="consolekit" on newer KDE versions wrt bug #468500. - - 19 Aug 2013; Aaron W. Swenson package.mask: - Remove mask for PostGIS 2.1.0. - - 19 Aug 2013; Patrick Lauer package.mask: - Masking random live-vcs packages - - 18 Aug 2013; Hans de Graaff updates/3Q-2013: - Move minitest 5.x to a separate slot because rails will depend on a specific - major version now. - - 18 Aug 2013; William Hubbs package.mask: - remove mask on sys-apps/openrc - - 17 Aug 2013; Mikle Kolyada package.mask: - Remove obsolete mask on dev-perl/Date-ISO - - - 17 Aug 2013; package.mask: - Remove tg-widgets-* from package.mask as they are now gone from the tree - - 17 Aug 2013; Markos Chandras profiles.desc: - Bump all MIPS profiles to 'dev' status apart from the n64 ones - - 16 Aug 2013; Samuli Suominen package.mask: - Include new revision of sys-apps/kmod to the sys-apps/openrc 0.12 mask - because the kmod-static-nodes init script is incompatible with 0.11.8. - - 16 Aug 2013; Alexandre Rostovtsev package.mask: - gdbus-codegen is now in the tree - - 16 Aug 2013; Michał Górny package.mask: - Mask dev-python/pyme for removal. - - 16 Aug 2013; Patrick Lauer package.mask: - Mask glib-2.36.4 until dependencies are there - - 16 Aug 2013; Alexis Ballier package.mask: - mask ocaml 4.01.0_beta1 - - 15 Aug 2013; Tom Wijsman package.mask: - Masked dev-java/itext:5: Dependencies are unable to satisfy current version, - broken; needs a version bump from bug #475552. - - 14 Aug 2013; Hans de Graaff package.mask: - Also mask rox-extra/rox-rename for using obsolete ruby-gnome2 packages. - - 14 Aug 2013; Hans de Graaff package.mask: - Mask app-dicts/fantasdic and associated deprecated ruby-gnome2 components. - - 14 Aug 2013; Patrick Lauer package.mask: - Add more perl virtuals to mask - - 14 Aug 2013; Patrick Lauer package.mask: - Add more perl virtuals to mask - - 14 Aug 2013; Patrick Lauer package.mask: - Adding new virtuals for perl-5.18 - - 14 Aug 2013; Patrick Lauer package.mask: - Adding initial mask for perl-5.18 - - 13 Aug 2013; Tim Harder package.mask: - Unmask libcaca/toilet again since the bugs should be fixed now. - - 13 Aug 2013; Samuli Suominen package.mask: - Restore mask of libcaca and toilet which are completely broken. - - 13 Aug 2013; Alexis Ballier package.mask: - unmask libcaca/toilet, relevant bugs seem fixed here - - 12 Aug 2013; Hans de Graaff package.mask: - Remove dev-ruby/pry:0 from the ruby18 mask for now since adhearsion still - depends on it. - - 12 Aug 2013; Alexis Ballier profiles.desc: - advertise fbsd 9.2 profiles now that they are bumped to rc1 - - 11 Aug 2013; Alexis Ballier package.mask: - unmask latest celt, it should be ok now - - 11 Aug 2013; Alexis Ballier arch/arm/ChangeLog, - arch/arm/package.mask, arch/ia64/ChangeLog, arch/ia64/package.mask, - arch/powerpc/ChangeLog, arch/powerpc/package.mask, arch/s390/ChangeLog, - arch/s390/package.mask, arch/sparc/ChangeLog, +arch/sparc/package.mask, - arch/x86/ChangeLog, arch/x86/package.mask, package.mask: - move texlive mask from global to arch profiles, bug #475124 - - 11 Aug 2013; Justin Lecher ChangeLog: - Masked sci-libs/mccp4 for removal - - 11 Aug 2013; Justin Lecher license_groups: - Add nvidia cuda license to EULA group, #466576 - - 11 Aug 2013; Hans de Graaff package.mask: - Mask more ruby18-only packages for removal. - - 10 Aug 2013; Alexis Ballier package.mask: - unmask multilib attr, glib and tiff4 - - 10 Aug 2013; Alexis Ballier package.mask: - mask multilib tiff - - 10 Aug 2013; Anthony G. Basile ChangeLog: - profiles/default/linux: Mask php and mono for xapian-bindings pending more - testing - - 10 Aug 2013; Alexis Ballier package.mask: - mask multilib glib - - 10 Aug 2013; Alexis Ballier package.mask: - mask multilib attr - - 10 Aug 2013; Ole Markus With package.mask: - Masking dev-php/symfony for removal - - 10 Aug 2013; Andreas K. Huettel package.mask: - Mask upcoming poppler-0.24 until stuff builds with it - - 09 Aug 2013; Alexis Ballier - -releases/freebsd-9.0/ChangeLog, -releases/freebsd-9.0/package.mask, - -releases/freebsd-9.0/packages, -releases/freebsd-9.0/parent: - Remove EOL fbsd 9.0 profile - - 09 Aug 2013; Kacper Kowalik - arch/amd64/package.use.mask, arch/x86/package.use.mask, - base/package.use.mask, hardened/linux/package.use.mask: - Mask GPU related flags for sys-apps/hwloc on most profiles - - 09 Aug 2013; Michael Weber use.desc: - Global use flag "git" - - 08 Aug 2013; Samuli Suominen package.mask: - Mask revision of sys-auth/polkit using the masked dev-lang/spidermonkey:17. - - 08 Aug 2013; Samuli Suominen package.mask: - Unmask multilib libusb, libusbx, libusb-compat and udev. - - 08 Aug 2013; Michał Górny package.mask: - Mask virtual & -bin for PyPy as well. - - 08 Aug 2013; Michał Górny package.mask: - Mask multilib systemd. - - 08 Aug 2013; Patrick Lauer package.mask: - Add turbogears to python-2.5 mask, move tg-* mask to the same location - - 08 Aug 2013; Tim Harder package.mask: - Revert dev-python/futures mask. - - 07 Aug 2013; Michał Górny package.mask: - Mask Python 2.5, 3.1 and PyPy 1.9. Bug #480070. - - 07 Aug 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Update mesa-9.2 mask message again. - - 07 Aug 2013; Samuli Suominen package.mask: - Temporarily mask multilib copies of libusb, libusbx and libusb-compat. - - 07 Aug 2013; Alexis Ballier package.mask: - unmask multilib expat - - 07 Aug 2013; Ben de Groot base/package.use.mask: - Mask razor useflag on newer lightdm, bug #479734 - - 06 Aug 2013; Christian Faulhammer package.mask: - mask dev-vcs/bzr-svn for removal, see bug 474518 - - 06 Aug 2013; Ulrich Müller use.desc: - Remove unused nocxx flag. - Make USE flag descriptions more uniform, use imperative form throughout. - - 05 Aug 2013; Ulrich Müller use.desc: - Remove unused kdeprefix flag. - - 05 Aug 2013; Mike Gilbert - desc/python_single_target.desc, desc/python_targets.desc: - Add pypy2_1. - - 04 Aug 2013; Mike Gilbert package.mask: - Remove mask on grub snapshot. - - 04 Aug 2013; Alexandre Rostovtsev package.mask: - Mask geocode-glib-0.99.1 due to API break until reverse deps are patched (bug - #479458) - - 03 Aug 2013; Michał Górny updates/3Q-2013: - Move dev-python/twisted to dev-python/twisted-core. - - 03 Aug 2013; Sergey Popov desc/linguas.desc: - Add English locale for Australia - - 03 Aug 2013; Hans de Graaff updates/3Q-2013: - Move builder 3.2.2 to the 3.2 slot as it should have been from the start. - Fixes bug 479338. - - 02 Aug 2013; Samuli Suominen package.mask: - Remove entry for media-tv/tvtime because it was removed from tree. - - 02 Aug 2013; Jeroen Roovers package.mask: - Mask all revisions of net-analyzer/nmap-6.40. - - 02 Aug 2013; Samuli Suominen package.mask: - Temporarily mask new multilib converted dev-libs/expat. - - 01 Aug 2013; Alexis Ballier package.mask: - unmask multilib jpeg6b - - 01 Aug 2013; Ian Delaney package.mask: - Temporarily mask dev-util/reviewboard-1.7.12, awaits - dep Djblets bump - - 01 Aug 2013; Samuli Suominen package.mask: - Temporarily mask =media-libs/jpeg-6b-r10 with multilib conversion. - - 01 Aug 2013; Davide Pesavento package.mask: - Unmask >=net-libs/qmf-4 - - 31 Jul 2013; Matt Turner package.mask: - Mask dev-perl/gnome2-gconf for removal. - - 31 Jul 2013; Matt Turner desc/abi_mips.desc: - Add ABI descriptions. - - 31 Jul 2013; Alexis Ballier package.mask: - unmask multilib libv4l - - 31 Jul 2013; Alexis Ballier package.mask: - unmask multilib jpegs and libpng12 - - 31 Jul 2013; Pawel Hajdan jr - eapi-5-files/package.use.stable.mask: - Unmask system-ffmpeg USE flag for www-client/chromium now that there is a - stable ffmpeg to satisfy it. - - 31 Jul 2013; Alexis Ballier package.mask: - remove llvm multilib mask - - 31 Jul 2013; Samuli Suominen package.mask: - Temporarily mask new libjpeg-turbo revision and libpng12 revision with - initial conversion to the new multilib format. - - 31 Jul 2013; Jeroen Roovers package.mask: - Mask net-analyzer/nmap-6.40 as it needs masked >=dev-lang/lua-5.2. - - 30 Jul 2013; Alexis Ballier package.mask: - unmask multilib ready udis86, libpng and libffi - - 30 Jul 2013; Michał Górny package.mask: - Pure-multilib emul-linux-x86-xlibs has been removed, drop the mask as well. - - 30 Jul 2013; Matt Turner releases/make.defaults: - Drop gpm from default release USE flags, bug 449364. - - 30 Jul 2013; Matt Turner default/linux/packages.build: - Drop sys-apps/texinfo from packages.build, bug 471192. - default/linux/packages.build - - 29 Jul 2013; Alexis Ballier package.mask: - remove useless mask on portaudio since its not in tree - - 29 Jul 2013; Matt Turner +desc/abi_mips.desc: - Add abi_mips.desc. - - 29 Jul 2013; Alexis Ballier package.mask: - remove mask on multilib libsamplerate, libsndfile and twolame - - 29 Jul 2013; Sergey Popov -desc/misdn_cards.desc: - Drop MISDN_CARDS, wrt bug #471796 - - 28 Jul 2013; Alexis Ballier package.mask: - unmask multilib wavpack - - 28 Jul 2013; Mike Gilbert package.mask: - Mask new grub snapshot for testing. - - 28 Jul 2013; Alexis Ballier package.mask: - remove mask for multilib bzip2 and zlib so that I can start fixing packages - depending on them - - 28 Jul 2013; Justin Lecher package.mask: - Second alpha for testing - - 28 Jul 2013; Justin Lecher package.mask: - First alpha for testing - - 27 Jul 2013; Matt Turner default/linux/packages.build: - Add app-arch/xz-utils to stage1. - - 26 Jul 2013; Tim Harder package.mask: - Mask =sys-devel/bison-3* for testing. - - 26 Jul 2013; Marien Zwart package.mask: - Mask sys-kernel/gentoo-sources-3.10.3 for unapplied patch (installs 3.10.2) - (#478200). - - 25 Jul 2013; Pacho Ramos arch/alpha/package.use.mask, - arch/sparc/package.use.mask, arch/x86/package.use.mask: - Mask use flag due missing keywords, bug #478104 - - 25 Jul 2013; Jeroen Roovers arch/amd64/package.use.mask: - Remove $ at end of comment lines. - - 25 Jul 2013; Pacho Ramos arch/amd64-fbsd/package.use.mask: - Mask gnome-base/gvfs gnome-online-accounts mtp USEs due missing keywords - - 25 Jul 2013; Pacho Ramos arch/alpha/package.use.mask, - arch/sparc/package.use.mask: - Mask cups USE for g-c-c 3.8 due missing keywords #444688 - - 25 Jul 2013; Pacho Ramos package.mask: - Unmask Gnome 3.8 - - 24 Jul 2013; Julian Ospald package.mask: - add bug tracker no. to masking reason of net-libs/libotr - - 23 Jul 2013; Samuli Suominen package.mask: - Remove entry for sys-apps/module-init-tools because it's no longer in tree. - - 23 Jul 2013; Michał Górny package.mask: - Mask the new media-libs/glu multilib revbump. - - 23 Jul 2013; Tim Harder package.mask: - Unmask =sys-fs/s3ql-2*. - - 22 Jul 2013; Alexis Ballier updates/3Q-2013: - move dev-ml/zero to core_kernel where it has been merged - - 22 Jul 2013; Michael Weber package.mask: - Mask new binary rpi kernel image, adjust other rpi masks, fix mask timestamp - - 21 Jul 2013; Julian Ospald package.mask: - rather mask all sci-geosciences/googleearth versions - - 21 Jul 2013; Julian Ospald package.mask: - mask broken googleearth versions - - 21 Jul 2013; Pacho Ramos use.desc: - Add connman to global - (http://gentoo.2317880.n4.nabble.com/Make-connman-a-global-USE-flag-td46400.h - tml) - - 21 Jul 2013; Michał Górny package.mask: - Mask multilib LLVM and clang meta-package requiring it for testing. - - 21 Jul 2013; Pacho Ramos package.mask: - Mask packages for removal - - 21 Jul 2013; Pacho Ramos package.mask: - Clean obsolete entries - - 21 Jul 2013; Hans de Graaff package.mask: - Mask ruby18-only packages in dev-ruby for removal. - - 21 Jul 2013; Julian Ospald package.mask: - remove mask entry, because bug is fixed - - 20 Jul 2013; Julian Ospald package.mask: - mask profile-sync-daemon - - 20 Jul 2013; Samuli Suominen package.mask: - Raise the multilib copy of libpng from 1.6.2-r1 to 1.6.3-r1. - - 20 Jul 2013; Alexis Ballier package.mask: - unmask ffmpeg 1.2 - - 20 Jul 2013; Pacho Ramos arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask, - arch/x86/package.use.mask: - Mask due keywords pending, bug #476710 - - 20 Jul 2013; Pacho Ramos package.mask: - d-feet is now fixed - - 19 Jul 2013; Patrick Lauer package.mask: - Drop qt 4.8.5 mask - - 18 Jul 2013; Jeroen Roovers package.mask: - Remove =x11-misc/xlockmore-5.42 mask. - - 18 Jul 2013; Mike Gilbert package.mask: - Update chromium dev channel mask for M30. - - 17 Jul 2013; Michael Weber package.mask: - Mask Raspberry Pi upstream next versions. - - 17 Jul 2013; Justin Lecher package.mask: - Mask sci-biology/allpaths to force conversion to sci-biology/allpathslg - - 16 Jul 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-action/intrusion2 for hardened multilib - - 16 Jul 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-action/awesomenauts for hardened multilib - - 16 Jul 2013; Mikle Kolyada package.mask: - Mask dev-perl/Date-ISO for removal. - - 16 Jul 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-rpg/dear-esther for hardened multilib - - 16 Jul 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-misc/little-inferno for hardened multilib - - 16 Jul 2013; Julian Ospald license_groups: - add Gameplay-Group-EULA to EULA license group - - 16 Jul 2013; Fabio Erculiani thirdpartymirrors: - update sabayon mirrors - - 16 Jul 2013; Hans de Graaff package.mask: - Mask dev-ruby/fssm for removal. - - 16 Jul 2013; Alexandre Rostovtsev package.mask: - Remove obsolete gdm-2.3* mask, these are gone from the tree - - 15 Jul 2013; Julian Ospald package.mask: - mask libffi due to multilib conversion - - 15 Jul 2013; Samuli Suominen package.mask: - Lastrite media-sound/alsa-headers as part of the process of moving the - headers to the sys-kernel/linux-headers package wrt #468712 - - 14 Jul 2013; Samuli Suominen package.mask: - media-sound/line6usb is no more because it was abadoned and broken, remove - entry - - 13 Jul 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 12 Jul 2013; Michał Górny package.mask: - Add multilib udis86 to the p.mask. - - 12 Jul 2013; Ian Delaney package.mask: - dev-python/elixir purged, see Bug #472496 - - 12 Jul 2013; Sergei Trofimovich package.mask: - Mask live ebuild for 'app-misc/mc'. - - 12 Jul 2013; Sergey Popov package.mask: - Remove obsolete mask on dev-util/lafilefixer - - 11 Jul 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Remove mask on xf86-input-citron which has been dropped. - - 11 Jul 2013; Chí-Thanh Christopher Nguyễn - package.mask: - mask pwlib/openh323 for removal, bug #290062 and #290063. - - 11 Jul 2013; Sergey Popov package.mask: - Adjust masks on xchat-related stuff - - 11 Jul 2013; Pacho Ramos - targets/desktop/gnome/make.defaults: - Enable introspection for gnome profile as discussed with the team via mail - - 11 Jul 2013; Jeroen Roovers package.mask: - Remove mtr-0.83 mask. - - 10 Jul 2013; Justin Lecher package.mask: - Drop obsolete entries - - 10 Jul 2013; Lars Wendler package.mask: - Added mask for sys-libs/db-6.0* - - 09 Jul 2013; Hans de Graaff base/package.use.force: - Make sure ruby20-only virtual get the right USE flags. Thanks to Arfrever for - noticing. - - 09 Jul 2013; Michael Weber package.mask: - Remove dev-scheme/chicken mask - - 09 Jul 2013; Davide Pesavento package.mask: - Mask Qt 4.8.5 - - 09 Jul 2013; Hanno Boeck package.mask: - Mask deprecated openvas-packages. - - 09 Jul 2013; package.mask: - Mask tg-widgets-scriptaculous and tg-widgets-lightbox for lastrite, bug - 284890. - - 09 Jul 2013; Michael Weber package.mask: - Masked package.mask: - Masked - package.mask: - Drop boost-1.53 mask, bug #474876. - - 08 Jul 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Update syslinux mask for new prerelease. - - 08 Jul 2013; Michael Weber package.mask: - Fix typo/invalid token - - 08 Jul 2013; Michael Weber package.mask: - Mask dev/scheme/chicken-4.8.0.3-r1 for testing/approval, bugs 467966 469392 - 462458 - - 08 Jun 2013; Tom Wijsman package.mask: - Remove mask on dev-java/pat, USE=doc works after a trivial fix. - - 08 Jun 2013: Vicente Olivert Riera - package.mask: Fails to install. Maintainer suggested treeclean. - Masked for removal in 30 days, bug #440670. - - 07 Jun 2013; Rick Farina - package.mask: removing gnuradio-3.7 and gr-osmosdr-0.1.0/gr-iqbal - masks now that upstream has a working release - - 07 Jun 2013; Rick Farina - package.mask: adding gr-iqbal-0.37.0 and gr-osmosdr-0.1.0, they don't - work together due to upstream issues - - 07 Jun 2013; Rick Farina - package.mask: masking gnuradio-3.7 because basically nothing works - with it - - 06 Jul 2013; Ulrich Müller +updates/3Q-2013: - Move app-emacs/gentoo-syntax to app-emacs/ebuild-mode. - Move app-xemacs/gentoo-syntax to app-xemacs/ebuild-mode. - - 04 Jul 2013; Pacho Ramos package.mask: - Unmask telepathy-logger-0.8 as requested by Johu on IRC (thanks also to - Gilles for testing it doesn't break on gnome-shell/empathy 3.6) - - 03 Jul 2013; Anthony G. Basile package.mask: - Remove mask on cgminer, bug #442254 - - 03 Jul 2013; Christoph Junghans package.mask: - drop obsolete media-sound/google-musicmanager mask - - 03 Jul 2013; Pacho Ramos package.mask: - Clean gtkmm mask as broken version was removed - - 03 Jul 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask syslinux prerelease. - - 01 Jul 2013; Davide Pesavento package.mask: - Mask new net-libs/qmf releases. - - 30 Jun 2013; Anthony G. Basile package.mask: - Mask net-misc/cgminer for removal, bug #442254 - - 30 Jun 2013; Tom Wijsman package.mask: - Sun JDK and JRE contain critical vulnerabilities and receive no further - updates; masking to make users aware of this, users that still need this - package and have no alternative can unmask at their own risk. See bug #473830. - - 30 Jun 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 30 Jun 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-music-0.9.9 temp masked for testing, wrt bug 474888 - - 30 Jun 2013; Hans de Graaff thirdpartymirrors: - Add new official download location for ruby gems. - - 30 Jun 2013; Hans de Graaff thirdpartymirrors: - Remove two mirrors that no longer carry ruby distributions. - - 29 Jun 2013; Ulrich Müller license_groups: - Remove unused licenses. - - 28 Jun 2013; Alexis Ballier package.mask: - Add some comments as of why the remaining multilib media libs are still - masked - - 27 Jun 2013; Alexis Ballier package.mask: - unmask multilib libmikmod - - 27 Jun 2013; Alexis Ballier package.mask: - mask dev-texlive/*-2013 - - 27 Jun 2013; Alexis Ballier package.mask: - mask latest bibtexu for tl 2013 - - 27 Jun 2013; Alexis Ballier package.mask: - move luatex mask to the texlive 2013 mask - - 27 Jun 2013; Alexis Ballier package.mask: - start to mask texlive 2013 packages - - 26 Jun 2013; Alexis Ballier package.mask: - unmask multilib version of audiofile, alsa-lib, flac and - webrtc-audio-processing. leave flac 1.3 masked for now - - 26 Jun 2013; Alexis Ballier package.mask: - mask new libva/intel-driver - - 26 Jun 2013; Alexis Ballier package.mask: - unmask libmodplug, libogg, libvorbis and gsm multilib ebuilds. - - 26 Jun 2013; Alexis Ballier package.mask: - unmask multilib xvid - - 26 Jun 2013; Luca Barbato package.mask: - Unmask packages depending on libav-9 - - 26 Jun 2013; Joerg Bornkessel package.mask: - removed pmask for media-plugins/vdr-vdrcd, removal - - 26 Jun 2013; Luca Barbato package.mask: - Unmask virtual/ffmpeg-9 - - 26 Jun 2013; Julian Ospald package.mask: - mask >=games-emulation/sdlmame-0.149 and >=games-emulation/sdlmess-0.149 - - 26 Jun 2013; Aaron W. Swenson package.mask: - Add PostGIS beta package mask. - - 26 Jun 2013; Patrick Lauer package.mask: - Reverting revert of lame and libvpx unmasking - - 26 Jun 2013; Patrick Lauer package.mask: - Masking multilib versions of lame and libvpx that conflict with - app-emulation/emul-linux-x86-medialibs - - 25 Jun 2013; Alexis Ballier package.mask: - unmask multilib lame - - 25 Jun 2013; Michael Weber package.mask: - broken hotot was removed - - 25 Jun 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask new ptlib/opal for breakage, tracked in bug #474742 - - 25 Jun 2013; Sergey Popov desc/linguas.desc: - Add tg_TJ locale description - - 25 Jun 2013; Tim Harder package.mask: - Unmask =media-libs/libraw-0.15*. - - 25 Jun 2013; Michael Weber package.mask: - Remove mask for oyranos-0.9.4 - - 23 Jun 2013; Samuli Suominen package.mask: - Mask libpng with multilib support next to sys-libs/zlib wrt #474356, #457134 - - 23 Jun 2013; Joerg Bornkessel package.mask: - mask for removal ~2013/07/23, depends on wrt bug 474480 155253 414177 - - 23 Jun 2013; Hans de Graaff desc/ruby_targets.desc: - Add ruby20 RUBY_TARGETS USE_EXPAND description. - - 23 Jun 2013; Pacho Ramos package.mask: - Mask packages currently included in emul-linux-x86-baselibs that are - incorporating native multilib support (as requested by mgorny via IRC for a - bit more testing) - - 22 Jun 2013; Luca Barbato package.mask: - Unleash libav-9 to the tree - - 22 Jun 2013; Ian Delaney package.mask: - remove ets package list from package.mask, 42 days passed" - - 21 Jun 2013; Joerg Bornkessel package.mask: - remove pmaks for media-plugins/vdr-director removal, removed from tree - - 19 Jun 2013; Alexis Ballier package.mask: - mask multilib lame - - 19 Jun 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Update mesa mask for opencl. - - 19 Jun 2013; Alexis Ballier package.mask: - mask multilib media-libs/xvid - - 19 Jun 2013; Sébastien Fabbro package.mask: - Masked >=sci-mathematics/glpk-4.49 - - 18 Jun 2013; Alexis Ballier - -releases/freebsd-8.0/ChangeLog, -releases/freebsd-8.0/package.mask, - -releases/freebsd-8.0/package.use.mask, -releases/freebsd-8.0/packages, - -releases/freebsd-8.0/parent: - remove freebsd-8.0 profiles - - 18 Jun 2013; Alexis Ballier - -releases/freebsd-7.2/ChangeLog, -releases/freebsd-7.2/make.defaults, - -releases/freebsd-7.2/package.mask, -releases/freebsd-7.2/package.use.mask, - -releases/freebsd-7.2/packages, -releases/freebsd-7.2/parent: - remove freebsd-7.2 profiles - - 18 Jun 2013; Bernard Cafarelli package.mask: - Remove mask on llvm release candidates - - 18 Jun 2013; Alexis Ballier profiles.desc: - remove x86-fbsd 9.0 profile - - 18 Jun 2013; Anthony G. Basile - arch/amd64/package.use.mask, arch/arm/package.use.mask, - arch/mips/package.use.mask, arch/powerpc/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask: - Fix use masking for net-libs/cyassl[aes-ni], bug #470220 - - 18 Jun 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Suggest some alternatives to net-im/qutecom. - - 18 Jun 2013; Michael Weber package.mask: - fixed multilib dep - - 18 Jun 2013; Patrick Lauer package.mask: - Masking libsvgtiny version with unsatisfiable multilib deps - - 17 Jun 2013; Sergey Popov package.mask: - Mask sys-fs/archfs for removal - - 17 Jun 2013; Tomáš Chvátal package.mask: - bump libav version in mask. - - 17 Jun 2013; Patrick Lauer package.mask: - Remove unneeded evolution-{exchange,groupwise} mask - - 16 Jun 2013; Pacho Ramos package.mask: - Unmask networkmanager related stuff as demanded by johu on IRC - - 16 Jun 2013; Pacho Ramos use.desc: - Add vala to global USE flags: - http://www.gossamer-threads.com/lists/gentoo/dev/273251 - - 16 Jun 2013; Pacho Ramos package.mask: - rox-clib is still needed - - 16 Jun 2013; Patrick Lauer package.mask: - Reverting rox-clib mask that breaks deps for most of rox-base and rox-extra - - 16 Jun 2013; Anthony G. Basile base/make.defaults, - base/package.mask, base/use.mask, desc/elibc.desc: - Add ELIBC=musl and mask it as it can break systems - - 15 Jun 2013; Pacho Ramos package.mask: - Mask some packages for removal - - 15 Jun 2013; Anthony G. Basile desc/linguas.desc: - Add country specific locales for Afrikaans, Latvian and Thai - - 15 Jun 2013; Tim Harder package.mask: - Masked =sys-fs/s3ql-2* for testing. - - 14 Jun 2013; Anthony G. Basile - -hardened/linux/uclibc/arm/armv4/make.defaults, - -hardened/linux/uclibc/arm/armv4/parent, - -hardened/linux/uclibc/arm/armv4t/make.defaults, - -hardened/linux/uclibc/arm/armv4t/parent, - -hardened/linux/uclibc/arm/armv5te/make.defaults, - -hardened/linux/uclibc/arm/armv5te/parent, - hardened/linux/uclibc/arm/armv6j/make.defaults, - hardened/linux/uclibc/arm/armv7a/make.defaults: - hardened/linux/uclibc/arm: drop support package.mask: - unmask net-misc/hotot-0.9.8.14 - - 13 Jun 2013; Michael Weber package.mask: - drop mask from media-libs/openjpeg:2 (bug 440086) - - 12 Jun 2013; Michael Weber package.mask: - Twitter API 1.0 was turned off, rendering this versions useless. - - 12 Jun 2013; Johannes Huber package.mask: - Drop mask for kde-misc/ktouchpadenabler. Package removed from tree. - - 12 Jun 2013; Aaron W. Swenson package.mask: - Add PostgreSQL beta/rc mask. - - 12 Jun 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 11 Jun 2013; Markos Chandras package.mask: - Update mask for openocd - - 11 Jun 2013; Kacper Kowalik package.mask: - Drop mask on =x11-libs/i3lock-2.5 - - 11 Jun 2013; Kacper Kowalik package.mask: - Mask =x11-misc/i3lock-2.5 until x11-libs/libxkbcommon is bumped - - 11 Jun 2013; Ulrich Müller base/use.mask, use.desc: - Remove unused win32codecs global USE flag, bug 468406. - - 10 Jun 2013; Bernard Cafarelli package.mask: - Mask release candidates for sys-devel/llvm-3.3 and friends - - 09 Jun 2013; Ulrich Müller package.mask: - Remove mask for media-libs/amd64codecs, media-libs/realcodecs, and - media-libs/win32codecs. Packages have been removed. - - 08 Jun 2013; Sebastian Pipping package.mask: - Unmask >=media-libs/freeverb3-3.0.0 - - 08 Jun 2013; Sergey Popov - eapi-5-files/package.use.stable.mask: - Fix leechcraft metapackage name - - 08 Jun 2013; Patrick Lauer package.mask: - Remove desktopcouch mask - - 07 Jun 2013; Sébastien Fabbro package.mask: - Removal of sci-visualization/udav - - 07 Jun 2013; Sébastien Fabbro package.mask: - Removed masking of >=sci-visualization/fityk-1.1 - - 07 Jun 2013; Michael Weber package.mask: - Drop mask to enable testing forward to security stabilization bug 472536 - - 06 Jun 2013; Denis Dupeyron package.mask: - Unmask kicad as all of it was de-keyworded. - - 06 Jun 2013; Ulrich Müller package.mask: - Remove mask for dev-lisp/emacs-cl, package removed from tree. - - 06 Jun 2013; Justin Lecher package.mask: - Drop unnecessary coot mask - - 06 Jun 2013; Michael Weber package.mask: - Masked for testing due non-maint commit (bug 440086) - - 06 Jun 2013; Ian Delaney package.mask: - Mask dev-python/elixir for removal - - 06 Jun 2013; Sergey Popov package.mask: - Mask dev-util/lafilefixer, wrt bug #289899 - - 06 Jun 2013; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable USE=icu for harfbuzz for gnome profile, it's needed for webkit-gtk-2. - - 05 Jun 2013; Joerg Bornkessel package.mask: - unmask media-video/vdr-2.0.2-r1 - - 04 Jun 2013; Joerg Bornkessel package.mask: - media-video/vdr-2.0.2-r1 temp pmasked - - 04 Jun 2013; Ulrich Müller package.mask: - Remove mask for media-fonts/adi-dsp-fonts, package removed from tree. - - 03 Jun 2013; Jeroen Roovers desc/linguas.desc, - desc/xtables_addons.desc: - Fix whitespace. - - 03 Jun 2013; Jeroen Roovers desc/foo2zjs_devices.desc: - Fix whitespace. - - 02 Jun 2013; Sebastian Pipping package.mask: - Mask upcoming media-libs/freeverb3-3.0.0 - - 02 Jun 2013; Justin Lecher package.mask: - Drop obsolete masks - - 02 Jun 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 02 Jun 2013; Markos Chandras package.mask: - Mask qelectrotech live ebuild - - 01 Jun 2013; Mike Gilbert package.mask: - Remove dev-python/django-registration-0.8-r2 mask. - - 01 Jun 2013; Michael Palimaka use.desc: - Add new global USE flag qt5. - - 01 Jun 2013; Jeroen Roovers desc/linguas.desc: - Add Haitian locale. - - 01 Jun 2013; Ian Delaney package.mask: - mask django-registration-0.8-r2 - - 01 Jun 2013; Jeroen Roovers package.mask: - Remove www-plugins/diamondx. - - 01 Jun 2013; Anthony G. Basile - hardened/linux/uclibc/amd64/use.mask: - Unmask xorg's synaptics, wacom, qxl on hardened/linux/uclibc/amd64 - - 31 May 2013; Sergei Trofimovich - desc/qemu_softmmu_targets.desc, desc/qemu_user_targets.desc: - Added new qemu targets: moxie, mipsn32, mipsn32el. - - 31 May 2013; Diego E. Pettenò package.mask: - Mask freeipmi 1.3 beta. - - 30 May 2013; Anthony G. Basile profiles.desc: - Add hardened/linux/amd64/x32 to profiles.desc - - 30 May 2013; Ulrich Müller license_groups: - Add quake1-textures license to MISC-FREE-DOCS group, bug 470980. - - 30 May 2013; Ulrich Müller package.mask: - Remove mask for www-apache/mod_loopback and www-apache/mod_watch. Packages - have been removed. - - 30 May 2013; Jeroen Roovers desc/linguas.desc: - Fix LINGUAS description for sr_RS@cyrillic by Jouni Kosonen (bug #471742). - - 30 May 2013; Michał Górny -desc/alsa_pcm_plugins.desc: - Drop stale ALSA_PCM_PLUGINS from USE_EXPAND. Bug #471792. - - 30 May 2013; Tim Harder updates/2Q-2013: - Move dev-util/jedi to dev-python/jedi. - - 29 May 2013; Hans de Graaff base/make.defaults: - Change default order of RUBY_TARGETS so that ruby19 will be the default on - new installs, bug 425138. - - 29 May 2013; Jeroen Roovers package.mask: - Mask =net-analyzer/tcpreplay-3.5*. - - 29 May 2013; Michael Weber desc/linguas.desc: - Add linguas_si_LK as Sinhala locale - - 29 May 2013; Patrick Lauer - arch/amd64/no-multilib/package.mask, package.mask: - Add coot to clipper mask as it is a dependency - - 28 May 2013; Justin Lecher package.mask: - Mask >=sci-libs/clipper-2.2 for new for new version schema - - 28 May 2013; Anthony G. Basile - hardened/linux/uclibc/x86/use.mask: - Unmask video_cards_geode on hardened/linux/uclibc/x86, bug #458354 - - 28 May 2013; Anthony G. Basile - hardened/linux/uclibc/make.defaults, hardened/linux/uclibc/use.mask: - Unmask jit and orc, but turn them off by default on hardened/linux/uclibc, - bug #469776 - - 28 May 2013; Chí-Thanh Christopher Nguyễn - desc/video_cards.desc: - Restore mistakenly dropped i965 in VIDEO_CARDS. - - 28 May 2013; Anthony G. Basile base/make.defaults, - desc/monkeyd_plugins.desc: - Add MONKEYD_PLUGINS USE_EXPAND; ack by Chainsaw - - 28 May 2013; Rafael G. Martins package.mask: - Update luajit mask - - 27 May 2013; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable ibus[dconf] in gnome profile for gnome-shell. - - 27 May 2013; Mike Gilbert package.mask: - Mask dev-python/imaging-2.0.0 for testing. - - 27 May 2013; Maxim Koltsov package.mask: - Mask new media-libs/ffmpegsource snapshot due to ffmpeg-9 - - 27 May 2013; Ulrich Müller package.mask: - Remove mask for sys-apps/kuroevtd, app-admin/addpatches, app-text/duconv, and - media-sound/timidity-shompatches. Packages have been removed. - - 26 May 2013; Chí-Thanh Christopher Nguyễn - desc/video_cards.desc: - Add ilo to VIDEO_CARDS - - 26 May 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-vdrcd pmasked for removal ~ 26 Jun 2013 - - 26 May 2013; Pacho Ramos package.mask: - Update gnome 3.8 mask - - 25 May 2013; Tom Wijsman package.mask: - Remove very old media-sound/teamspeak-server-bin mask I didn't notice - when taking maintainership of this package, there is no reason for - TeamSpeak 3 to still be masked; the only relevant masking reason I could - find was a security bug for TeamSpeak 2 which does not affect TeamSpeak 3. - - 25 May 2013; Justin Lecher package.mask: - Masked sys-fs/aufs2 - - 25 May 2013; Markos Chandras package.mask: - Mask dev-embedded/openocd-{0.7.0,9999} - - 25 May 2013; Ben de Groot package.mask: - Remove freetype:1 mask, as relevant ebuilds have been tree-cleaned - - 24 May 2013; Pacho Ramos package.mask: - Drop the hardmask as mono-3 is not yet considered as 'stable' by upstream - simply because of its MacOSX support (it's considered stable for Linux and - the rest) - - 24 May 2013; Markos Chandras package.mask: - Unmask openocd-0.6.1 - - 24 May 2013; Alexis Ballier desc/fftools.desc: - describe ffhash in fftools use exapnd - - 24 May 2013; Alexis Ballier package.mask: - update ffmpeg 1.1 mask reason with more details - - 23 May 2013; Pawel Hajdan jr package.mask: - Roll chromium dev channel masks for chromium-29.x. - - 23 May 2013; Julian Ospald package.mask: - unmask media-gfx/blender-2.66 now that dev-lang/python:3.3 is unmasked - - 23 May 2013; Tiziano Müller base/make.defaults, - desc/nginx_modules_http.desc: - Fix description for nginx_modules_http_degradation and add description for - nginx_modules_http_dav_ext. - - 22 May 2013; Hans de Graaff updates/2Q-2013: - Slotmove versions of dev-ruby/mocha into their new slots. - - 22 May 2013; Tim Harder package.mask: - Mask testing releases of quvi, libquvi, and libquvi-scripts. - - 21 May 2013; Johannes Huber package.mask: - Drop mask for net-im/net-im/ktp-contact-applet, net-im/ktp-presence-applet. - Packages removed from tree. - - 21 May 2013; Patrick Lauer package.mask: - Removing useless mongodb mask - - 21 May 2013; Patrick Lauer package.mask: - Masking g-ctan for broken dependencies #470712 - - 20 May 2013; Joerg Bornkessel package.mask: - media-plugins/vdr-director masked for removal, bug 424277 - - 20 May 2013; Tomáš Chvátal package.mask: - Update p.mask entry for libav. - - 20 May 2013; Ole Markus With package.mask: - Masking the rest of the ezc packages for removal - - 19 May 2013; Markos Chandras package.mask: - Masking x11-themes/pekwm-themes-hewphoria due to licensing issues. Bug - #452418 - - 18 May 2013; Andreas K. Huettel package.mask: - Remove mask of akonadi-google, since it is still needed for kdepim-4.4 - - 16 May 2013; Magnus Granberg hardened/ChangLog: - Add new ChangLog for hardened profile - - 16 May 2013; Maxim Koltsov package.mask: - Mask =media-video/mplayer2-2.0_p20130428.ebuild as it needs ffmpeg-9 - - 16 May 2013; Patrick Lauer package.mask: - Mask broken dev-db/desktopcouch - - 15 May 2013; Michael Weber package.mask: - remove sci-electronics/xcircuit-3.8 package mask - - 14 May 2013; Tiziano Müller - desc/nginx_modules_http.desc: - Add USE expand description for naxsi in nginx. - - 14 May 2013; Ian Delaney package.mask: - Replaced dev-python/ets packages with revised list for masking - - 14 May 2013; Ryan Hill package.mask: - Removed dev-util/dialogblocks dev-util/helpblocks. - - 13 May 2013; Johannes Huber package.mask: - Mask kde-misc/ktouchpadenabler for removal. - - 13 May 2013; Ulrich Müller arch/amd64-fbsd/use.mask, - arch/x86-fbsd/use.mask, arch/x86/package.use.mask, arch/x86/use.mask, - package.mask, prefix/darwin/macos/10.4/x86/use.mask, - prefix/darwin/macos/10.5/x64/use.mask, prefix/darwin/macos/10.5/x86/use.mask, - prefix/darwin/macos/10.6/x64/use.mask, prefix/darwin/macos/10.6/x86/use.mask, - prefix/darwin/macos/10.7/x64/use.mask, prefix/darwin/macos/10.7/x86/use.mask, - prefix/darwin/macos/10.8/x64/use.mask, prefix/darwin/macos/10.8/x86/use.mask, - uclibc/x86/use.mask: - Mask media-libs/{amd64,real,win32}codecs for removal, bugs 468406 and 468370. - - 13 May 2013; Tomáš Chvátal updates/2Q-2013: - Move wpd2odt to writerperfect - - 13 May 2013; Tiziano Müller - desc/nginx_modules_http.desc: - Add use flag descriptions for - nginx_modules_http_{gunzip,metrics,upstream_check} (bug #469534). - - 13 May 2013; Alexandre Rostovtsev desc/linguas.desc: - Add sr_RS@cyrillic and sr_RS@latin locales; used by app-emulation/wine. - - 13 May 2013; Ian Delaney package.mask: - unfix envisagecore mask - - 13 May 2013; Patrick Lauer package.mask: - Fix envisagecore mask - - 13 May 2013; Patrick Lauer package.mask: - Adding app-text/tex-guy to freetype-1 mask - - 12 May 2013; Johannes Huber updates/2Q-2013: - Move libkfbapi from cat kde-misc to net-libs. - - 12 May 2013; Ian Delaney package.mask: - Mask dev-python/blockcanvas, dev-python/etsdevtools, - dev-python/envisagecore for removal - - 12 May 2013; Pacho Ramos package.mask: - Update Gnome 3.8 entry - - 12 May 2013; Samuli Suominen license_groups: - Remove clp from MISC-FREE group since the license was in fact MIT. - - 12 May 2013; Markos Chandras package.mask: - Mask dev-python/gdl-python for removal - - 12 May 2013; Samuli Suominen license_groups: - Include clp license for media-gfx/gifsicle in MISC-FREE group. - - 12 May 2013; Patrick Lauer package.mask: - Add vflib to freetype-1 mask - - 12 May 2013; Patrick Lauer package.mask: - Add yablex to blender mask, fix typo - - 12 May 2013; Patrick Lauer package.mask: - Add reverse deps of xchat to the mask - - 09 May 2013; Johannes Huber package.mask: - Mask kde-misc/akonadi-google for removal. - - 09 May 2013; Eray Aslan package.mask: - Remove mask for dovecot-2.2_rc - no longer in the tree - - 09 May 2013; Tiziano Müller package.mask: - Remove p.mask for dev-libs/dv* since removed. - - 09 May 2013; Alexis Ballier package.mask: - mask multilib gsm, bug #469108 - - 08 May 2013; Johannes Huber package.mask: - Remove mask on kde-base/printer-applet, kde-base/system-config-printer-kde. - Packages have been removed. - - 08 May 2013; Alexis Ballier package.mask: - mask libdvbpsi 1.1 - - 07 May 2013; Sven Vermeulen package.mask: - Remove mask for python-selinux, is now removed from the tree - - 07 May 2013; Michał Górny package.mask: - Mask the next batch of multilib conversions. - - 06 May 2013; Mike Gilbert package.mask: - Unmask dev-python/pypy-2.0_beta2. - - 06 May 2013; Samuli Suominen package.mask: - Mask media-sound/line6usb wrt #468712#c4 - - 06 May 2013; Ulrich Müller package.mask: - Mask dev-lisp/emacs-cl for removal, bug 466444. - - 06 May 2013; Ulrich Müller package.mask: - Mask media-fonts/adi-dsp-fonts for removal, bug 452372. - - 05 May 2013; Tom Wijsman package.mask: - Masking media-video/handbrake until =media-video/ffmpeg-1.2 is unmasked. - - 05 May 2013; Mike Gilbert package.mask: - Mask pypy-2.0_beta2. - - 05 May 2013; Tom Wijsman package.mask: - Dropped www-servers/meteor mask, package has been removed. - - 05 May 2013; Justin Lecher package.mask: - Drop obsolete mask entries - - 05 May 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 05 May 2013; Michał Górny package.mask: - Mask multilib libsndfile before committing. - - 04 May 2013; Jeroen Roovers hardened/linux/package.use.mask: - Mask USE=profile for net-analyzer/wireshark (bug #468404). - - 04 May 2013; Samuli Suominen package.mask: - Update libv4l mask from 0.8.9-r1 to 0.9.5-r1. - - 04 May 2013; Michał Górny - default/linux/package.use.mask: - Remove USE=systemd from package.use.mask since the flag is (un)masked - globally now. - - 04 May 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 04 May 2013; Patrick Lauer package.mask: - Mask gnome-extra/evolution-groupwise as it has unsatisfiable dependencies - - 03 May 2013; Michał Górny package.mask: - Mask multilib alsa-lib. - - 03 May 2013; Michał Górny package.mask: - Mask multilib webrtc-audio-processing. - - 03 May 2013; Jeroen Roovers package.mask: - Remove x11-drivers/nvidia-drivers-319 mask. - - 03 May 2013; Tim Harder updates/2Q-2013: - Upstream renamed sys-process/crtools to sys-process/criu. - - 02 May 2013; Tom Wijsman package.mask: - Removed package mask on net-proxy/swiftiply, see bug #198500. - - 02 May 2013; Sergey Popov package.mask: - Correct leechcraft masks - - 02 May 2013; Jeroen Roovers package.mask: - Mask www-plugins/diamondx for removal. - - 02 May 2013; Jeroen Roovers package.mask: - Remove development mask on net-analyzer/wireshark. - - 02 May 2013; Michał Górny package.mask: - Mask multilib audiofile before committing. - - 02 May 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 02 May 2013; Ian Delaney package.mask: - unmask celery-3.0.19 - - 01 May 2013; Michał Górny package.mask: - Mask new multilib libvorbis & flac. - - 01 May 2013; Samuli Suominen package.mask: - Mask (temporarily) new libogg with autotools-multilib.eclass inherit. - - 01 May 2013; Ulrich Müller package.mask: - Mask www-apache/mod_watch and www-apache/mod_loopback for removal, bugs - 464934 and 464938. - - 01 May 2013; Kacper Kowalik package.mask: - x11-themes/pidgin-smileys removal due to licensing issue wrt #452420 - - 01 May 2013; Andrey Grozin package.mask: - Unmasking new ebuilds for maxima, fricas, and related common-lisp stuff - - 01 May 2013; Andrey Grozin arch/amd64/package.use.mask, - arch/amd64/use.mask, arch/powerpc/use.mask, arch/sparc/use.mask, - arch/x86/package.use.mask, arch/x86/use.mask, base/package.use.mask, - base/use.mask: - Manage use masks gcl, cmucl, clozurecl (for maxima and fricas) centrally and - consistently - - 01 May 2013; Sebastian Pipping base/package.use.mask: - Unmask ~media-libs/gegl-0.2.0[introspection] (bug #416587) - - 30 Apr 2013; Sebastian Pipping base/package.use.mask: - Unmask ~media-libs/babl-0.1.8[introspection] (bug #413663) - - 29 Apr 2013; Sebastian Pipping base/package.use.mask: - Unmask ~media-libs/babl-0.1.10[introspection] (bug #413663) - - 29 Apr 2013; Ulrich Müller license_groups: - Add Mail-Sendmail license to MISC-FREE group, bug 446164. Add GameFront - license to EULA group, bug 467512. - - 29 Apr 2013; Michał Górny package.mask: - Unmask freetype, fontconfig & revdeps as a result of co-maintenance agreement - between the fonts team and multilib team. - - 29 Apr 2013; Ian Delaney package.mask: - Mask of =dev-python/celery-3.0.19. - - 29 Apr 2013; Sergey Popov package.mask: - Remove unneeded mask on mplayer2 live ebuild - - 28 Apr 2013; Mike Gilbert package.mask: - Unmask python bumps. - - 28 Apr 2013; Markos Chandras package.mask: - Masking pcmanfm-qt releases for testing - - 28 Apr 2013; Ulrich Müller package.mask: - Mask media-sound/timidity-shompatches for removal, bug 441640. - - 28 Apr 2013; Ulrich Müller package.mask: - Mask media-sound/timidity-shompatches for removal, bug 441640. - - 28 Apr 2013; Mike Gilbert desc/grub_platforms.desc: - Add 'efi'. - - 27 Apr 2013; Ulrich Müller package.mask: - Mask app-text/duconv for removal, bug 444576. - - 27 Apr 2013; Ulrich Müller license_groups: - Add Rain-Slick license to EULA group, bug 465958. - - 27 Apr 2013; Jeroen Roovers package.mask: - Update wireshark mask to cover 1.10. - - 27 Apr 2013; Jeroen Roovers license_groups: - Add NVIDIA-r1 to BINARY-REDISTRIBUTABLE. - - 27 Apr 2013; Ulrich Müller license_groups: - Add CYANA license to EULA group, bug 465692. - - 27 Apr 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 27 Apr 2013; Tomáš Chvátal base/make.defaults, - desc/calligra_features.desc: - Add author to calligra descs. - - 27 Apr 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 27 Apr 2013; Samuli Suominen package.mask: - Remove some now unrequired entries for libpng and udev. - - 26 Apr 2013; Ben de Groot package.mask: - Mask media-libs/freetype:1 (bug 412499) - - 25 Apr 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 25 Apr 2013; Ulrich Müller package.mask: - Mask app-admin/addpatches for removal. - - 25 Apr 2013; Benedikt Böhm package.mask: - remove nginx from p.mask - - 25 Apr 2013; Ulrich Müller package.mask: - Unmask x11-libs/motif-2.3.4-r1 again. - - 24 Apr 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 24 Apr 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 24 Apr 2013; Ulrich Müller package.mask: - Mask sys-apps/kuroevtd for removal, bug 441930. - - 24 Apr 2013; Ulrich Müller license_groups: - Add baudline license to EULA group, bug 445942. - - 23 Apr 2013; Markos Chandras package.mask: - postpone media-tv/tvtime removal as there is some activity on #424289 - - 23 Apr 2013; Markos Chandras package.mask: - app-text/gonzui gone - - 23 Apr 2013; Markos Chandras package.mask: - net-misc/gwibber gone - - 23 Apr 2013; Pacho Ramos package.mask: - Update Gnome 3.8 mask - - 23 Apr 2013; Luca Barbato package.mask: - Update mask for libav-9.5 - - 23 Apr 2013; Samuli Suominen desc/alsa_cards.desc: - New alsa_cards_ca0132 description for the alsa-firmware-1.0.27 release. - - 22 Apr 2013; Bernard Cafarelli package.mask: - Removing mask on x11-misc/google-gadgets after last rites - - 21 Apr 2013; Markos Chandras package.mask: - sys-kernel/linuxwacom-module removed - - 21 Apr 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask packages that depend on multilib fontconfig, bug #466456 - - 21 Apr 2013; Ulrich Müller license_groups: - Add MTA-0.5 and Primate-Plunge to EULA license group, bugs 465852 and 465850. - - 20 Apr 2013; Johannes Huber package.mask: - Masked net-im/ktp-contact-applet, net-im/ktp-presence-applet for removal. - - 20 Apr 2013; Andrey Grozin package.mask: - New stuff ported from the lisp overlay and computer algebra systems - which depend on it: masked for testing - - 19 Apr 2013; Samuli Suominen default/linux/use.mask: - Unmask USE="kmod" for Linux only. - - 19 Apr 2013; Ben de Groot package.mask: - media-libs/fontconfig non-maintainer ebuild with experimental multilib features - masked for further testing - - 19 Apr 2013; Samuli Suominen package.mask: - Change mask message for ~sys-fs/udev-171 so it won't be removed before bug - 466424 is solved somehow. - - 18 Apr 2013; Michael Weber package.mask: - app-arch/advancecomp-1.17 masked due test failures - - 18 Apr 2013; Tim Harder package.mask: - Remove mask on =app-emulation/vagrant-1.1*. - - 18 Apr 2013; Tim Harder package.mask: - Remove mask on =mail-client/roundcube-0.9*. - - 17 Apr 2013; Michał Górny targets/desktop/package.use: - USE=keymap has been added to sys-apps/systemd. - - 17 Apr 2013; Ulrich Müller license_groups: - Add shmux and Dina licenses to BINARY-REDISTRIBUTABLE group, bugs 464870 - and 465102. Add canfep and Snd to MISC-FREE group, bugs 445310 and 465112. - Add SJ-Labs license to EULA group, bug 465196. - - 16 Apr 2013; Ulrich Müller license_groups: - Add sun-concurrent-util and sun-jlfgr licenses to BINARY-REDISTRIBUTABLE - group, bugs 463998 and 464000. - - 16 Apr 2013; Ian Stakenvicius license_groups: - Put FAH-EULA-2009 into the EULA group - - 16 Apr 2013; Sergey Popov package.mask: - Mask live ebuild of mplayer2 - - 16 Apr 2013; Samuli Suominen updates/2Q-2013: - Move alsa-firmware from media-sound category to sys-firmware category. - - 16 Apr 2013; Christoph Junghans package.mask: - masked media-sound/google-musicmanager - - 16 Apr 2013; Mike Gilbert package.mask: - Mask the google-chrome:unstable slot so that I don't have to update it every - 6 weeks. - - 16 Apr 2013; Mike Gilbert package.mask: - Add chrome-binary-plugins to the google-chrome dev channel mask. - - 15 Apr 2013; Samuli Suominen package.mask: - Release new ImageMagick >= 6.8 to ~arch now that FindImageMagick.cmake from - dev-util/cmake is fixed. - - 14 Apr 2013; Ulrich Müller license_groups: - Add GBuffy and totd licenses to MISC-FREE group, bugs 464770 and 465142. - - 14 Apr 2013; Sergey Popov package.mask: - Remove obsolete mask on sys-kernel/openvz-sources - - 14 Apr 2013; Samuli Suominen package.mask: - Mask new media-gfx/imagemagick temporarily for testing. - - 14 Apr 2013; Samuli Suominen package.mask: - Mask broken libpng release to force upgrade. - - 13 Apr 2013; Christoph Mende - targets/desktop/gnome/package.use: - Change gst-plugins-base:1.0 to >=gst-plugins-base-1.0 for EAPI0 compatibility - - 13 Apr 2013; Michael Weber package.mask: - Does not work with rdeps, mask for testing (bug #447246) - - 13 Apr 2013; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable USE=theora for gst-plugins-base:1.0 on gnome, needed for default - gnome3 apps such as cheese. - - 12 Apr 2013; Sergey Popov package.mask: - Remove obsolete mask on febootstrap - - 12 Apr 2013; Thomas Kahle license_groups: - Add the new GIMPS license to EULA group - - 11 Apr 2013; Pawel Hajdan jr - eapi-5-files/package.use.stable.mask, base/package.use.mask: - Only mask USE=system-ffmpeg for stable www-client/chromium. - - 11 Apr 2013; Pacho Ramos package.mask: - Mask gtkmm-2.24.3 due bug #464994 - - 11 Apr 2013; Pacho Ramos package.mask: - Update gnome 3.8 mask - - 11 Apr 2013; package.mask: - Remove mask on gdk-pixbuf-2.28 as it should work fine with earlier gtk+ and - to slightly coincide with libpng-1.6 release to ~arch a couple days ago to - save on rebuilds for some - - 11 Apr 2013; Jeroen Roovers package.mask: - Expand unstable x11-drivers/nvidia-drivers mask message. - - 10 Apr 2013; Jeroen Roovers package.mask: - Mask beta Nvidia driver 319. - - 11 Apr 2013; Magnus Granberg - hardened/linux/amd64/package.mask, hardened/linux/x86/package.mask: - Mask media-video/nvidia-settings - - 09 Apr 2013; Ulrich Müller license_groups: - Add LambdaMOO license to MISC-FREE group, bug 465280. - - 09 Apr 2013; Gilles Dartiguelongue updates/2Q-2013: - Add slotmove for net-libs/libgrss. - - 09 Apr 2013; Samuli Suominen package.mask: - Lastrite sys-kernel/mkinitcpio since it's been abandoned. - - 09 Apr 2013; Samuli Suominen package.mask: - Drop lastrite entry for sys-fs/device-mapper which has been removed from - gentoo-x86 wrt #461382 - - 09 Apr 2013; Christoph Mende package.mask: - Mask mail-client/postler for removal - - 09 Apr 2013; Justin Lecher package.mask: - Mask sci-chemistry/talos+-1.2009.1013.14, #465144 - - 09 Apr 2013; Patrick Lauer package.mask: - Fix libcaca mask to include toilet - - 09 Apr 2013; Patrick Lauer package.mask: - Masking nodejs-0.11 to get 0.10 tested more - - 08 Apr 2013; Ole Markus With package.mask: - PEAR-PEAR_PackageFileManager_Cli removed from tree - - 07 Apr 2013; Mike Gilbert package.mask: - Mask new python versions. - - 07 Apr 2013; Michael Palimaka package.mask: - Remove obsolete mask for sys-auth/polkit-kde. - - 07 Apr 2013; Pacho Ramos package.mask: - Update gnome-3.8 mask - - 06 Apr 2013; Ryan Hill package.mask: - Mask dev-util/dialogblocks, dev-util/helpblocks for removal. - - 06 Apr 2013; Sven Vermeulen base/package.mask, - features/selinux/package.mask, package.mask: - Mask python-selinux as it is unused and unmaintained - - 05 Apr 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask prerelease mesa snapshot. - - 05 Apr 2013; Tom Wijsman package.mask: - Masked www-servers/meteor for removal in 30 days, different installation - approach and bundled binaries are unsustainable. - - 05 Apr 2013; Lars Wendler package.mask: - Modified mask message. - - 05 Apr 2013; Ben de Groot package.mask: - media-libs/freetype non-maintainer ebuild with experimental multilib features - masked for further testing - - 05 Apr 2013; Jeroen Roovers package.mask: - Unmask www-client/opera-12.15. - - 04 Apr 2013; Mike Gilbert package.mask: - Update google-chrome mask for 28.x. - - 04 Apr 2013; Pawel Hajdan jr package.mask: - Roll chromium dev channel masks for chromium-28.x. - - 04 Apr 2013; Ryan Hill package.mask: - Mask GCC 4.8. - - 02 Apr 2013; Pacho Ramos default/linux/package.use.mask: - Mask cdr USE flag for rhythmbox-2.97 as it needs brasero-3.4 - - 02 Apr 2013; Lars Wendler package.mask: - Masked net-irc/xchat for removal. - - 02 Apr 2013; Samuli Suominen - targets/desktop/package.use: - Fix USE="gdu" vs. USE="udisks" conflict with current stable gnome-base/gvfs. - - 02 Apr 2013; Sergey Popov package.mask: - Mask =media-libs/ffmpegsource-2.17.4_pre753 due to bug #464078 - - 01 Apr 2013; Michael Palimaka +updates/2Q-2013: - Move kde-misc/print-manager to kde-base/print-manager. - - 01 Apr 2013; Michael Palimaka package.mask: - Last rites for kde-base/printer-applet and - kde-base/system-config-printer-kde. - - 01 Apr 2013; Gilles Dartiguelongue - arch/alpha/package.use.mask, arch/arm/package.use.mask, - arch/ia64/package.use.mask: - Mask ivorbis USE flag on media-libs/gst-plugins-base, bug #453200. - - 01 Apr 2013; Gilles Dartiguelongue - arch/alpha/package.use.mask: - Clean up package.mask, lots of keywording has been done. - - 01 Apr 2013; Pacho Ramos - eapi-5-files/package.use.stable.mask: - Mask gedit USE flag for next stable devhelp-3.6 - - 31 Mar 2013; Tom Wijsman package.mask: - Removal of mask on dev-ruby/cgi_multipart_eof_fix, immediate - removal was requested by flameeyes and hwoarang. - - 31 Mar 2013; Tom Wijsman package.mask: - Masked net-proxy/swiftiply and dev-ruby/cgi_multipart_eof_fix, - the latter will be removed in 30 days thus the former needs a fix. - - 31 Mar 2013; Gilles Dartiguelongue package.mask: - Drop mask from rygel and cie, it is fine without Gnome 3.8. - - 30 Mar 2013; Robin Johnson desc/nginx_modules_http.desc: - Add SPDY for nginx. - - 30 Mar 2013; Ulrich Müller package.mask: - Remove mask for app-emacs/yow, package removed. - - 30 Mar 2013; Gilles Dartiguelongue package.mask: - Drop some more packages from Gnome 3.8 mask, they are safe. - - 30 Mar 2013; Gilles Dartiguelongue package.mask: - Split DLNA stack mask out of Gnome 3.8 mask, they are most likely not - blocking each other. - - 30 Mar 2013; Gilles Dartiguelongue updates/1Q-2013: - Move old gupnp-dlna to slot 1.0. - - 30 Mar 2013; Gilles Dartiguelongue package.mask: - Drop libgdata and vala from Gnome 3.8 mask, they are fine for ~arch. - - 30 Mar 2013; Gilles Dartiguelongue package.mask: - Remove gtk-vnc from Gnome 3.8 mask, it has no relation to the release. - - 29 Mar 2013; Aaron W. Swenson package.mask: - Update removal time of dev-db/postgresql-{base,docs,server}:8.3 in - preparation of a serious security fix. - - 29 Mar 2013; Pacho Ramos package.mask: - Update gnome 3.8 mask entry - - 29 Mar 2013; Michał Górny package.mask: - Unmask new sys-apps/systemd releases since they do not introduce new - regressions and improve the current situation. - - 29 Mar 2013; Pacho Ramos package.mask: - Update gnome 3.8 mask entry - - 29 Mar 2013; Pacho Ramos - targets/desktop/gnome/make.defaults: - Enable libsecret USE flag as it's the gnome-keyring replacement and will - start to be used a lot. - - 29 Mar 2013; Pacho Ramos package.mask: - Update gnome 3.8 mask entry - - 29 Mar 2013; Michał Górny package.mask: - Forward-mask sys-apps/systemd-200. - - 28 Mar 2013; Mike Gilbert package.mask: - Unmask sqlite. - - 28 Mar 2013; Pacho Ramos package.mask: - Fix mask entry - - 28 Mar 2013; Pacho Ramos package.mask: - Add Gnome 3.8 mask - - 27 Mar 2013; Dion Moult package.mask: - Remove games-strategy/x2 and games-strategy/x2-demo mask as package removed. - - 27 Mar 2013; Sergey Popov package.mask: - Remove obsolete mask on dev-util/ciabot-svn - - 27 Mar 2013; Dion Moult package.mask: - Remove dev-rubyrails:3.0 and associated package masks as package removed. - - 27 Mar 2013; Dion Moult package.mask: - Remove media-gfx/picasa mask as package removed. - - 27 Mar 2013; Chí-Thanh Christopher Nguyễn - eapi-5-files/use.stable.mask: - Add wayland to use.stable.mask - - 27 Mar 2013; Michał Górny package.mask: - Mask new sys-apps/systemd before it is committed. - - 26 Mar 2013; Ole Markus With updates/1Q-2013: - Renaming zendoptimizerplus to zendopcache - - 26 Mar 2013; Sébastien Fabbro package.mask: - Masked sci-visualization/udav for removal - - 25 Mar 2013; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Relax maskings on hardened/linux/uclibc/mips - - 25 Mar 2013; Anthony G. Basile - -hardened/linux/uclibc/package.use: - Relax iconv mask on git for hardened/linux/uclibc profiles - - 25 Mar 2013; Michał Górny - targets/desktop/package.use: - Request the same set on flags on sys-apps/systemd as required by - virtual/udev. - - 25 Mar 2013; Jeroen Roovers package.mask: - Mask =x11-misc/xlockmore-5.42 (bug #463180). - - 25 Mar 2013; Luca Barbato package.mask: - Update mask for libav-9.4 - - 25 Mar 2013; Anthony G. Basile hardened/linux/packages: - Add sys-apps/elfix to @system for all hardened profiles - - 24 Mar 2013; Dion Moult package.mask: - Remove dev-python/pysqlite mask as package removed - - 24 Mar 2013; Markos Chandras package.mask: - Don't threaten MSN clients for removal yet - - 24 Mar 2013; Dion Moult package.mask: - Remove www-client/xxxterm mask as package has been removed - - 24 Mar 2013; Dion Moult package.mask: - Remove bug #367423 dev-lang/ruby-enterprise masks as package has been removed - and bug marked as WONTFIX - - 24 Mar 2013; Dion Moult package.mask: - Remove dev-lang/ruby-enterprise and associated virtuals mask as packages have - been removed - - 24 Mar 2013; Dion Moult package.mask: - Remove app-misc/secure-delete mask as package has been removed - - 24 Mar 2013; Dion Moult package.mask: - Remove dev-python/pysqlite-2 mask as package has been removed - - 24 Mar 2013; Richard Freeman package.mask: - Taking over cuneiform maintainership. - - 24 Mar 2013; Anthony G. Basile - +hardened/linux/13.0/amd64/deprecated, - +hardened/linux/13.0/amd64/no-multilib/deprecated, - +hardened/linux/13.0/amd64/no-multilib/selinux/deprecated, - +hardened/linux/13.0/amd64/selinux/deprecated, - +hardened/linux/13.0/amd64/x32/deprecated, - +hardened/linux/13.0/x86/deprecated, - +hardened/linux/13.0/x86/selinux/deprecated, hardened/linux/parent: - Switch hardened profiles to inherit from 13.0 - - 23 Mar 2013; Markos Chandras package.mask: - Mask app-text/gonzui for removal - - 23 Mar 2013; Rick Farina package.mask: - Removing iwl{3945,4965}-ucode mask as packages have been removed - - 23 Mar 2013; Markos Chandras package.mask: - Add amsn* to the MSN-only packages that going away - - 23 Mar 2013; Markos Chandras package.mask: - Masking net-im/kmess for removal - - 23 Mar 2013; Tom Wijsman package.mask: - Removed gentoo-sources mask since the old ebuilds have been deleted. - - 23 Mar 2013; Tomáš Chvátal - +desc/office_implementation.desc, base/make.defaults: - Add office implementation for next version of office-ext eclass. So the - extensions are not installed automagically based on whats found on the - system. - - 23 Mar 2013; Pawel Hajdan jr base/package.use.mask: - Unmask pulseaudio flag for chromium-27.x - - 22 Mar 2013; Markos Chandras package.mask: - Add alternatives for media-tv/tvtime - - 22 Mar 2013; Markos Chandras package.mask: - Mask media-tv/tvtime for removal - - 22 Mar 2013; Markos Chandras package.mask: - Mask app-text/cuneiform for removal - - 22 Mar 2013; Andreas K. Huettel - targets/desktop/kde/package.use: - Enable app-arch/unzip natspec useflag by default in kde profile as per kde - team decision, bug 457934 - - 22 Mar 2013; Markos Chandras package.mask: - dev-python/papyon and net-voip/telepathy-butterfly removal. Bug #362611 - - 22 Mar 2013; Markos Chandras package.mask: - app-misc/ccal removal. Fixes bug #350559 - - 22 Mar 2013; Markos Chandras package.mask: - sys-apps/i2c removal. Fixes bug #450594 - - 22 Mar 2013; Markos Chandras package.mask: - net-misc/wxdfast is gone. Fixes #457832 - - 22 Mar 2013; Markos Chandras package.mask: - Mask net-misc/gwibber for removal. Bug #388913 - - 22 Mar 2013; Ole Markus With - eapi-5-files/use.stable.mask: - Adding PHP_TARGETS='php5-5' to use.stable.mask - - 22 Mar 2013; Samuli Suominen package.mask: - Remove mask entry for mkxf86config, and old version of livecd-tools. Former - is no longer required with modern X.org and udev and latter only has latest - in tree left. - - 22 Mar 2013; Sergey Popov package.mask: - Removing mask on app-text/linuxdoc-tools - - 21 Mar 2013; Zac Medico desc/python_targets.desc: - Add python_targets_python3_4 description (it's not available in the main tree - yet, but may be useful for ebuilds that want to support it anyway). - - 21 Mar 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-rpg/bastion for hardened-multilib - - 21 Mar 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-rpg/dungeon-defenders for hardened-multilib - - 21 Mar 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-kids/crayon-physics for hardened-multilib - - 21 Mar 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-arcade/dynamitejack for hardened-multilib - - 21 Mar 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-action/solar2 for hardened-multilib - - 21 Mar 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-action/beathazardultra for hardened-multilib - - 21 Mar 2013; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-action/swordandsworcery for hardened-multilib - - 21 Mar 2013; Julian Ospald license_groups: - add CAPYBARA-EULA to EULAs - - 21 Mar 2013; Jeroen Roovers package.mask: - Mask =www-client/opera-12.15*. - - 21 Mar 2013; Ulrich Müller use.desc: - Describe inotify global USE flag. - - 21 Mar 2013; Ole Markus With package.mask: - Removing mask of php 5.5 - - 21 Mar 2013; Tiziano Müller package.mask: - Last rites for dev-libs/dv{acm4,net,ssl,thread,util}, bug #462590 - - 21 Mar 2013; Sergey Popov package.mask: - Mask new app-text/linuxdoc-tools, wrt bug #442482 - - 20 Mar 2013; Bernard Cafarelli package.mask: - Last rites for x11-misc/google-gadgets, bug #462472 - - 19 Mar 2013; Mike Gilbert package.mask: - Mask new version of sqlite. - - 19 Mar 2013; Mike Gilbert updates/1Q-2013: - Slotmove for www-plugins/chrome-binary-plugins. - - 18 Mar 2013; Ulrich Müller - hardened/linux/uclibc/amd64/package.mask: - Mask some packages that rely on multilib. - - 18 Mar 2013; Sergey Popov license_groups: - Add PIZZA-WARE license to MISC-FREE group - - 18 Mar 2013; Tim Harder package.mask: - Mask =app-emulation/vagrant-1.1* for testing. - - 18 Mar 2013; Anthony G. Basile - hardened/linux/package.use.force: - Force USE=xattr on sys-apps/portage for hardened for XATTR_PAX marking - - 16 Mar 2013; Ryan Hill package.mask: - Unmask wxGTK/wxpython:2.9 (bug #446998). - - 16 Mar 2013; Samuli Suominen package.mask: - Mask new revision of libv4l with ABI_X86="32" support temporarily while - waiting for new emul-linux-x86-medialibs release. - - 16 Mar 2013; Aaron W. Swenson package.mask: - Mask dev-db/postgresql-{docs,base,server}:8.3 for removal 2013-05-16. (EOL) - - 16 Mar 2013; Samuli Suominen package.mask: - Removed ivtv, at76c503a and bunch of firmware packages from tree. - - 16 Mar 2013; Tom Wijsman package.mask: - Unmasked >=media-video/avidemux-2.6.2 which works properly and secure. - - 16 Mar 2013; Samuli Suominen package.mask: - Temporarily mask new libmikmod with abi_x86_32 support pending on new - emul-linux-x86-soundlibs. - - 15 Mar 2013; Michael Palimaka - targets/desktop/kde/package.use: - Add default USE flags so that 'emerge kde-meta' just works. - - 13 Mar 2013; Tom Wijsman package.mask: - Masking vulnerable versions of Meteor. - - 13 Mar 2013; Julian Ospald license_groups: - add ArxFatalis-EULA-JoWooD and ArxFatalis-EULA-GOG to EULA license group - - 13 Mar 2013; Markos Chandras package.mask: - Mask new app-emulation/emul-linux-x86-xlibs-20130224-r1 because it breaks - updates. Bug - - 13 Mar 2013; Sergey Popov package.mask: - Remove obsolete mask on x11-misc/xdaf - - 13 Mar 2013; Sergey Popov package.mask: - Mask old sys-kernel/openvz-sources - - 12 Mar 2013; Michał Górny package.mask: - Unmask new freetype-2 and its multilib rdeps due to libdir move being - reverted. - - 10 Mar 2013; Tom Wijsman package.mask: - Masked broken media-video/avidemux again, needs a revise for it to become - maintainable; I will look into splitting the package. See bug #461496 C #5. - - 11 Mar 2013; Chí-Thanh Christopher Nguyễn - arch/mips/use.mask, arch/powerpc/package.use.mask, desc/input_devices.desc: - Erase input_devices_citron from memory. - - 11 Mar 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask xf86-input-citron for removal. - - 11 Mar 2013; Samuli Suominen package.mask: - Lastrite sys-fs/device-mapper - - 10 Mar 2013; Tom Wijsman package.mask: - Unmask >=media-video/avidemux-2.6, has been revised and is now maintained. - - 09 Mar 2013; Andreas K. Huettel package.mask: - Unmask poppler-0.22 - - 09 Mar 2013; Julian Ospald package.mask: - update masking reason for blender-2.64a and blender-2.66 - - 09 Mar 2013; Andreas K. Huettel package.mask: - Remove obsolete games-puzzle/kmagnet pmask - - 09 Mar 2013; Maxim Koltsov updates/1Q-2013: - Fix typo in leechcraft-meta package name, bug #460966. - - 08 Mar 2013; Tom Wijsman package.mask: - Masked 3.0.17-r2 and 3.5.7-r1 (stable kernels), due to no support they are - to be removed in 14 days. - - 08 Mar 2013; Maxim Koltsov - eapi-5-files/package.use.stable.mask, updates/1Q-2013: - Move LeechCraft to new category - - 08 Mar 2013; Sergey Popov package.mask: - Remove mask for net-misc/libteam - - 08 Mar 2013; Maxim Koltsov categories: - Add app-leechcraft category - - 08 Mar 2013; Davide Pesavento package.mask: - Remove obsolete p.mask entry. - - 08 Mar 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Remove masks for prerelease xorg packages. - - 07 Mar 2013; Tim Harder - desc/python_single_target.desc, desc/python_targets.desc: - Add jython2_7 for PYTHON_TARGETS. - - 07 Mar 2013; Pawel Hajdan jr base/package.use.mask: - Mask www-client/chromium system-sqlite USE flag. - - 07 Mar 2013; Tim Harder package.mask: - Mask =dev-java/jython-2.7* for testing. - - 07 Mar 2013; Ulrich Müller package.mask: - Update mask for emacs-vcs live ebuilds. - - 07 Mar 2013; Samuli Suominen package.mask: - Mask old copies of sys-fs/lvm2 incompatible with stable udev. - - 07 Mar 2013; Samuli Suominen package.mask: - Lastrite ~sys-fs/udev-171 and sys-apps/module-init-tools. - - 06 Mar 2013; Chí-Thanh Christopher Nguyễn - arch/arm/use.mask, base/use.mask: - Restrict freedreno flag to arm. - - 06 Mar 2013; Chí-Thanh Christopher Nguyễn - desc/video_cards.desc: - Add freedreno to VIDEO_CARDS. - - 06 Mar 2013; Anthony G. Basile - hardened/linux/mips/mipsel/multilib/n32/parent, - hardened/linux/mips/mipsel/multilib/n64/parent, - hardened/linux/mips/mipsel/n32/parent, hardened/linux/mips/mipsel/n64/parent, - hardened/linux/mips/multilib/n32/parent, - hardened/linux/mips/multilib/n64/parent, hardened/linux/mips/n32/parent, - hardened/linux/mips/n64/parent: - Switch hardened/linux/mips profiles to 13.0 - - 06 Mar 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Drop h323plus mask, bug #460458. - - 06 Mar 2013; Anthony G. Basile - default/linux/mips/10.0/mipsel/multilib/n32/deprecated, - default/linux/mips/10.0/mipsel/multilib/n64/deprecated: - Fix deprecation message for default/linux/mips/10.0/mipsel/multilib/n{32,64} - - 05 Mar 2013; Andreas K. Huettel package.mask: - Mask sys-auth/polkit-kde for removal - - 05 Mar 2013; Samuli Suominen package.mask: - Mask libcaca _beta18 because it won't compile unless it's already installed. - - 05 Mar 2013; Ole Markus With package.mask: - Masking dev-php/PEAR-PEAR_PackageFileManager_Cli - - 04 Mar 2013; Robin H. Johnson package.mask: - Update MySQL pmask. - - 04 Mar 2013; Michael Pagano package.mask: - Unmask portpeek - - 04 Mar 2013; Justin Lecher license_groups: - Add ECL-2.0 to GPL-COMPATIBLE and OSI-APPROVED license groups - - 03 Mar 2013; Ulrich Müller license_groups: - Add URT license to MISC-FREE group, bug 455970. - - 03 Mar 2013; Tim Harder package.mask: - Remove mask on dev-python/github2 since it's been dropped. - - 03 Mar 2013; Ryan Hill package.mask: - Unmask GCC 4.7 - - 03 Mar 2013; Davide Pesavento package.mask: - p.mask media-gfx/yafaray - - 02 Mar 2013; Luca Barbato package.mask: - Update mask for libav-9.3 - - 02 Mar 2013; Davide Pesavento package.mask: - Unmask dev-qt/* - - 02 Mar 2013; Davide Pesavento arch/alpha/package.use.mask, - arch/alpha/use.mask, arch/amd64-fbsd/todo/package.use.mask, - arch/amd64/package.use.mask, arch/arm/package.use.mask, - arch/hppa/package.use.mask, arch/ia64/package.use.mask, arch/ia64/use.mask, - arch/powerpc/package.use.force, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask, arch/sparc/use.mask, arch/x86/package.use.mask, - base/package.use.force, base/package.use.mask, default/bsd/package.use.mask, - default/linux/hppa/package.use.mask, package.mask: - Qt category move. - - 02 Mar 2013; Justin Lecher arch/x86/package.use.mask, - package.mask: - Drop mask from dev-tcltk/tcllib - - 02 Mar 2013; Ben de Groot package.mask: - Temp mask for dev-qt/* - - 28 Feb 2013; Justin Lecher package.mask: - Clean package.mask - - 27 Feb 2013; Michał Górny desc/abi_x86.desc: - Describe x32 ABI flag. - - 26 Feb 2013; Ulrich Müller package.mask: - app-emacs/yow masked for removal. - - 26 Feb 2013; Mike Gilbert package.mask: - Update the google-chrome mask. - - 26 Feb 2013; Michał Górny package.mask: - Mask the multilib freetype for testing due to header location change. - - 26 Feb 2013; Pawel Hajdan jr package.mask: - Roll dev-lang/v8, www-client/chromium p.mask entries for M27. - - 26 Feb 2013; Michał Górny package.mask: - Unmask freetype after fixing the demo build bug. - - 26 Feb 2013; Diego E. Pettenò package.mask: - Mask devmanual live ebuild. - - 26 Feb 2013; Eray Aslan package.mask: - Remove mask for net-mail/dovecot-2.2_beta* - no longer in the tree - - 26 Feb 2013; Eray Aslan package.mask: - Mask net-mail/dovecot-2.2_rc* releases - - 26 Feb 2013; Eray Aslan package.mask: - Remove mask for mail-filter/opendkim-2.8.0_beta* - no longer in the tree - - 26 Feb 2013; Michał Górny package.mask: - Temporarily mask new fontconfig & freetype because of USE=utils being broken. - - 25 Feb 2013; Luca Barbato package.mask: - Update mask for libav-9.2 - - 24 Feb 2013; Ulrich Müller license_groups: - Add ACE license to MISC-FREE group, bug 455530. - - 24 Feb 2013; Markos Chandras package.mask: - Mask dev-util/ciabot-svn for removal. Bug #445644 - - 23 Feb 2013; Mike Gilbert package.mask: - Mask dev-python/pysqlite:0 for removal. - - 23 Feb 2013; Alexis Ballier package.mask: - unmask ffmpeg-1.0 - - 23 Feb 2013; Alexis Ballier package.mask: - Unmask gst-{ffmpeg,libav} now that they do not need anymore a masked - ffmpeg/libav - - 22 Feb 2013; Dion Moult package.mask: - Remove www-apps/online-bookmarks mask as removed from tree. See #449820. - - 22 Feb 2013; Dion Moult package.mask: - Mask net-misc/wxdfast (bug 457832) - - 22 Feb 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask net-libs/h323plus-1.25.0 - - 22 Feb 2013; Jeroen Roovers package.mask: - Mask =net-analyzer/mtr-0.83 (bug #456788). - - 22 Feb 2013; Jeroen Roovers package.mask: - Mask development versions of net-analyzer/wireshark. - - 22 Feb 2013; Eray Aslan package.mask: - Mask =net-mail/dovecot-2.2_beta* - - 22 Feb 2013; Dion Moult package.mask: - Remove dev-libs/libole2 mask as removed from tree. - - 22 Feb 2013; Dion Moult package.mask: - Remove app-admin/webalizer-xtended mask as removed from tree - - 22 Feb 2013; Dion Moult package.mask: - Remove dev-haskell/wash mask as removed from tree. - - 21 Feb 2013; Ulrich Müller license_groups: - Remove Scintilla license (duplicate of HPND) from MISC-FREE group. - - 21 Feb 2013; Samuli Suominen license_groups: - Replace pngquant with rwpng license in the MISC-FREE group. - - 21 Feb 2013; Justin Lecher package.mask: - Temporary mask, because compatibility with recent tcl is not proven - - 20 Feb 2013; Sergey Popov package.mask: - www-apache/mod_vhs is gone from tree, remove mask - - 20 Feb 2013; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Unmask recent versions of util-linux and sysvinit on - hardened/linux/uclibc/mips - - 20 Feb 2013; Samuli Suominen license_groups: - Put pngquant license to MISC-FREE group. - - 20 Feb 2013; Julian Ospald license_groups: - add TeamViewer license to @EULA - - 20 Feb 2013; Maxim Koltsov package.mask: - Unmask sssd-1.9.4-r1 - - 18 Feb 2013; Chí-Thanh Christopher Nguyễn - updates/1Q-2013: - Move ati-drivers-12.6_beta_pre897 to legacy slot - - 18 Feb 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Remove ati-drivers-12.4 mask as the package has been dropped. - - 18 Feb 2013; Eray Aslan package.mask: - Mask mail-filter/opendkim-2.8.0_beta versions for testing. - - 17 Feb 2013; Jeroen Roovers package.mask: - Add bug reference for media-gfx/blender mask explanation. - - 17 Feb 2013; Julian Ospald package.mask: - remove obsolete games-roguelike/tomenet-100310 p.mask (removed) - - 17 Feb 2013; Davide Pesavento package.mask: - Mask qt-creator beta for testing. - - 16 Feb 2013; Julian Ospald package.mask: - remove net-misc/gtk-youtube-viewer from p.mask (removed) - - 16 Feb 2013; Markos Chandras package.mask: - Mask new qx11grab because it does not build with libav-0.8 - - 15 Feb 2013; Rick Farina package.mask: - mask sys-firmware/iwl{3945,4965}-firmware packages have been merged into the sys-kernel/linux-firmware - package and have no maintainer. No real point in keeping two copies of the firmware in the tree - removal on 18 March 2013 - - 15 Feb 2013; Alexis Ballier package.mask: - mask ffmpeg-1.1 for a different reason as >=0.11; for now this double masks - it but it will remain masked once the >=0.11 mask is removed - - 15 Feb 2013; Alexis Ballier base/package.use.mask: - Mask media-sound/audacity[ffmpeg], it needs to be fixed upstream to cope with - new releases of FFmpeg/libav. bug #417869 - - 14 Feb 2013; Samuli Suominen updates/1Q-2013: - Move rt61-firmware from net-wireless/ to sys-firmware/ category. - - 14 Feb 2013; Hans de Graaff package.mask: - Add ree18-only virtuals to the ruby-enterprise mask. - - 13 Feb 2013; Samuli Suominen updates/1Q-2013: - Move atmel-firmware, b43-firmware and b43legacy-firmware from net-wireless/ - to sys-firmware/ category. - - 13 Feb 2013; Jeroen Roovers license_groups: - Add AdobeFlash-11.x license. - - 13 Feb 2013; Eray Aslan package.mask: - Mask mail-mta/postfix-2.11 and unmask mail-mta/postfix-2.10 - - 12 Feb 2013; Samuli Suominen package.mask: - Unmask bluez-firwmare now that license has been fixed wrt #456948 by Daniel - Westermann-Clark - - 12 Feb 2013; Samuli Suominen updates/1Q-2013: - Move bluez-firmware from net-wireless/ to sys-firmware/ category. - - 12 Feb 2013; Tim Harder updates/1Q-2013: - Rename app-vim/bufferexplorer to app-vim/bufexplorer to follow upstream. - - 12 Feb 2013; Tim Harder updates/1Q-2013: - Rename app-vim/threesome to app-vim/splice following upstream. - - 12 Feb 2013; Hans de Graaff package.mask: - Use proper email address in entry. - - 11 Feb 2013; Julian Ospald package.mask: - unmask sci-visualization/paraview, I bumped it - - 11 Feb 2013; Samuli Suominen package.mask: - Mask cx18-firmware since the files from it are part of the linux-firmware - package. - - 11 Feb 2013; Hans de Graaff package.mask: - Mask Rails 3.0 and its dependencies due to lack of upstream security support. - - 11 Feb 2013; Ole Markus With package.mask: - Removing mask of ezc-*. Packages gone from the tree - - 11 Feb 2013; Samuli Suominen updates/1Q-2013: - Move ipw2100-, ipw2200-, zd1201-, zd1211-firmware(s) from net-wireless - category to sys-firmware category. - - 11 Feb 2013; Ben de Groot arch/sparc/package.use.mask: - Remove redundant cairo[qt4] use mask (now masked for all versions in - base/p.use.mask) - - 11 Feb 2013; Ben de Groot base/package.use.mask: - Adjust cairo[qt4] usemask to cover all versions, since it still leads to - build errors (bug #454066) - - 11 Feb 2013; Alexandre Rostovtsev package.mask: - Add media-plugins/gst-plugins-ffmpeg-0.10.13_p201211 prereleases to libav - package.mask (bug #423717). - - 10 Feb 2013; Matt Turner package.mask: - package.mask net-wireless/at76c503a for removal. - - 10 Feb 2013; Rick Farina package.mask: - amend notes for rtl8192su-firmware to note that the new firmware is - already in linux-firmware - - 10 Feb 2013; Samuli Suominen package.mask: - Mask net-wireless/rtl8192su-firmware again as it's obsolete with latest - driver from upstream site which is now using rtl8172fw.bin. - - 10 Feb 2013; Rick Farina package.mask: - removing mask on firmware which was inappropriately masked and - not part of linux-firmware already - - 10 Feb 2013; Samuli Suominen package.mask: - Lastrite media-tv/ivtv because it's only for Linux 2.6.25 and oldest udev in - tree needs at least 2.6.32.60. - - 10 Feb 2013; Samuli Suominen package.mask: - Lastrite media-tv/ivtv-firmware wrt #369497 and #446644 - - 10 Feb 2013; Samuli Suominen package.mask: - Unmask both zd1201 and zd1211 firmware pkgs as they are not in linux-firmware - pkg wrt #456638 - - 10 Feb 2013; Samuli Suominen package.mask: - Mask net-wireless/bluez-firmware because of missing or unclear licensing. - - 10 Feb 2013; Samuli Suominen package.mask: - Mask net-wireless/i2400m-fw because it's part of linux-firmware pkg. - - 10 Feb 2013; Samuli Suominen package.mask: - Move prism54-firmware to it's own mask because of missing license. Unmask - ipw2100 and ipw2200 firmware pkgs as they are not included in the - linux-firmware pkg. - - 10 Feb 2013; Pacho Ramos package.mask: - Mask packages for cleaning - - 10 Feb 2013; Pacho Ramos package.mask: - Cleanup old mask entries - - 10 Feb 2013; Samuli Suominen package.mask: - Mask most of separate net-wireless/ firmware pkgs in favour of linux-firmware - package. - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - m68k: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - ia64: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel - +default/linux/ia64/10.0/deprecated, profiles.desc: - Mark ia64 13.0 profiles stable - - 09 Feb 2013; Anthony G. Basile - +hardened/linux/13.0/amd64/make.defaults, - +hardened/linux/13.0/amd64/no-multilib/make.defaults, - +hardened/linux/13.0/amd64/no-multilib/package.mask, - +hardened/linux/13.0/amd64/no-multilib/package.use.mask, - +hardened/linux/13.0/amd64/no-multilib/parent, - +hardened/linux/13.0/amd64/no-multilib/selinux/parent, - +hardened/linux/13.0/amd64/no-multilib/use.mask, - +hardened/linux/13.0/amd64/package.mask, - +hardened/linux/13.0/amd64/package.use, - +hardened/linux/13.0/amd64/package.use.mask, - +hardened/linux/13.0/amd64/parent, +hardened/linux/13.0/amd64/selinux/parent, - +hardened/linux/13.0/amd64/use.mask, - +hardened/linux/13.0/amd64/x32/make.defaults, - +hardened/linux/13.0/amd64/x32/parent, +hardened/linux/13.0/make.defaults, - +hardened/linux/13.0/package.mask, +hardened/linux/13.0/package.use.force, - +hardened/linux/13.0/package.use.mask, +hardened/linux/13.0/packages, - +hardened/linux/13.0/parent, +hardened/linux/13.0/use.mask, - +hardened/linux/13.0/x86/make.defaults, - +hardened/linux/13.0/x86/package.mask, - +hardened/linux/13.0/x86/package.use.mask, +hardened/linux/13.0/x86/parent, - +hardened/linux/13.0/x86/selinux/parent, +hardened/linux/13.0/x86/use.mask: - Add hardened/linux/13.0 for amd64 and x86 for testing - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - x86: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - s390, sh, sparc: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - powerpc: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - mips: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - hppa: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - arm: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - amd64: remove 10.0 profiles from profiles.desc - - 09 Feb 2013; Andreas K. Huettel profiles.desc: - alpha: remove 10.0 profiles from profiles.desc - - 08 Feb 2013; Andreas K. Huettel profiles.desc: - All 13.0 profiles stable as in 10.0, except ia64 - - 08 Feb 2013; Samuli Suominen package.mask: - No more coldplug, hotplug or hotplug-base. - - 08 Feb 2013; Jeroen Roovers license_groups: - Fix typo. - - 08 Feb 2013; Ryan Hill package.mask: - Mask dev-libs/openssl-1.0.1d (bug #456108). - - 07 Feb 2013; Ulrich Müller license_groups: - Remove unused long names for Creative Commons licenses. - - 07 Feb 2013; Andreas K. Huettel profiles.desc: - 13.0 profile stable on hppa - - 07 Feb 2013; Ulrich Müller license_groups: - Add shorter names for Creative Commons licenses. - - 07 Feb 2013; Alexis Ballier package.mask: - unmask karlyriceditor 1.4, its fine now with older ffmpeg - - 07 Feb 2013; Matt Turner - hardened/linux/uclibc/amd64/use.mask, hardened/linux/uclibc/x86/use.mask: - Drop sse5 USE flag. - - 06 Feb 2013; Davide Pesavento package.mask: - Mask >=media-sound/karlyriceditor-1.4 - - 06 Feb 2013; Mike Gilbert package.mask: - Remove docutils mask. - - 05 Feb 2013; Mike Gilbert package.mask: - Mask dev-python/docutils-0.10. - - 05 Feb 2013; Ulrich Müller license_groups: - Add buddy, ipx-utils, minpack, shrimp, and tm-align licenses to MISC-FREE - group, bugs 451570, 455566, 455568, 455570, 455572, and 455574. - - 05 Feb 2013; Jeroen Roovers package.mask: - Unmask www-client/opera-12.14. - - 05 Feb 2013; Diego E. Pettenò package.mask: - Mask blender pointing out that we need to rewrite the ebuild and get a new - patchset. - - 04 Feb 2013; Jeroen Roovers package.mask: - Mask www-client/opera-12.14. - - 03 Feb 2013; Alexandre Rostovtsev package.mask: - Add media-plugins/gst-plugins-libav-1.1 prereleases to libav package.mask - (bug #423717). - - 03 Feb 2013; Rick Farina license_groups: - When the hashcat license was added I didn't know to add it to - license_groups, fixing that oversight. - - 03 Feb 2013; Sergey Popov package.mask: - Fix category for mono-tools mask - - 02 Feb 2013; Andreas K. Huettel package.mask: - Remove xboing mask. - - 02 Feb 2013; Ulrich Müller license_groups: - Add mapm-4.9.5, qmail-nelson, Time-modules, and xbatt licenses to - MISC-FREE group, bugs 452594, 453166, 453004, and 452966. - - 02 Feb 2013; Tupone Alfredo - hardened/linux/uclibc/amd64/package.mask: - Masked games-strategy/dominions2-demo. - - 02 Feb 2013; Kacper Kowalik updates/1Q-2013: - Rename sys-cluster/gsh to sys-cluster/polysh following upstream's change - - 02 Feb 2013; Anthony G. Basile - +hardened/linux/amd64/desktop/deprecated, - +hardened/linux/amd64/developer/deprecated, - +hardened/linux/amd64/server/deprecated, - +hardened/linux/ia64/desktop/deprecated, - +hardened/linux/ia64/developer/deprecated, - +hardened/linux/ia64/server/deprecated, - +hardened/linux/powerpc/ppc32/desktop/deprecated, - +hardened/linux/powerpc/ppc32/developer/deprecated, - +hardened/linux/powerpc/ppc32/server/deprecated, - +hardened/linux/powerpc/ppc64/32bit-userland/desktop/deprecated, - +hardened/linux/powerpc/ppc64/32bit-userland/developer/deprecated, - +hardened/linux/powerpc/ppc64/32bit-userland/server/deprecated, - +hardened/linux/powerpc/ppc64/64bit-userland/desktop/deprecated, - +hardened/linux/powerpc/ppc64/64bit-userland/developer/deprecated, - +hardened/linux/powerpc/ppc64/64bit-userland/server/deprecated, - +hardened/linux/powerpc/ppc64/desktop/deprecated, - +hardened/linux/powerpc/ppc64/developer/deprecated, - +hardened/linux/powerpc/ppc64/server/deprecated, - +hardened/linux/x86/desktop/deprecated, - +hardened/linux/x86/developer/deprecated, - +hardened/linux/x86/minimal/deprecated, - +hardened/linux/x86/server/deprecated: - Mark all hardened desktop/developer/server profiles as deprecated - - 01 Feb 2013; Michał Górny +desc/abi_x86.desc: - Describe ABI_X86 flags for multilib. - - 01 Feb 2013; Paul Varner package.mask: - Remove package.mask entry for app-portage/epm - - 01 Feb 2013; Sergey Popov package.mask: - Remove obsolete masks on games-roguelike/noegnud-* packages - - 01 Feb 2013; Sergey Popov package.mask: - Remove obsolete mask on www-apache/mod_cplusplus - - 31 Jan 2013; Justin Lecher package.mask: - Remove atlas masking after removal - - 31 Jan 2013; Rafael G. Martins package.mask: - Mask www-client/xxxterm (bug #417555). - - 30 Jan 2013; Jeroen Roovers package.mask: - Unmask www-client/opera-12.13 (bug #454654). - - 29 Jan 2013; Michał Górny - desc/python_single_target.desc, desc/python_targets.desc: - Remove descriptions for pypy1_8 flags (removed). - - 29 Jan 2013; Nirbheek Chauhan updates/1Q-2013: - pkgmove media-fonts/freefont-ttf to media-fonts/freefont - - 29 Jan 2013; Justin Lecher updates/1Q-2013: - SLOT move dev-python/pmw to pyABI slots - - 28 Jan 2013; Jeroen Roovers package.mask: - Mask bitchx 1.2 (bug #425634). - - 28 Jan 2013; Samuli Suominen package.mask: - Lastrite x11-misc/mkxf86config wrt #220121 - - 28 Jan 2013; Alexandre Rostovtsev package.mask: - Mask networkmanager and modemmanager betas. - - 28 Jan 2013; Alexandre Rostovtsev updates/1Q-2013: - Rename app-cdr/cdemud to app-cdr/cdemu-daemon to follow upstream package and - executable name. - - 28 Jan 2013; Richard Freeman package.mask: - Unmask mythtv 0.26 - - 27 Jan 2013; Alexis Ballier desc/fftools.desc: - Add descriptions for ffescape and fourcc2pixfmt - - 27 Jan 2013; Mike Frysinger use.desc: - Document USE=filecaps. - - 27 Jan 2013; Ulrich Müller license_groups: - Add TermReadKey, nap, and photopc licenses to MISC-FREE group, bugs 450932, - 452014, and 453496. - - 27 Jan 2013; Tim Harder package.mask: - Mask dev-python/github2 for removal. - - 27 Jan 2013; Anthony G. Basile - hardened/linux/uclibc/mips/package.mask: - Unmask eudev on hardened/linux/uclibc/mips - - 26 Jan 2013; Luca Barbato package.mask: - Remove qemu-user mask, current version provided and the userspace wrappers - aren't a security issue by themselves from start - - 25 Jan 2013; Diego E. Pettenò package.mask: - Mask boost 1.53 betas. - - 25 Jan 2013; Julian Ospald package.mask: - mask net-misc/gtk-youtube-viewer for removal wrt bug #453580 - - 24 Jan 2013; Jeroen Roovers package.mask: - Unmask =dev-libs/libnl-3.2.20 (bug #453736). - - 24 Jan 2013; Jeroen Roovers package.mask: - Mask broken dev-libs/libnl (bug #453736). - - 23 Jan 2013; Richard Freeman package.mask: - Fix mythweb package name. - - 23 Jan 2013; Richard Freeman package.mask: - Fix date on mythplugins, and mask mythweb for testing. - - 23 Jan 2013; Richard Freeman package.mask: - Add mythplugins mask until mythweb is ready. - - 22 Jan 2013; Ralph Sennhauser package.mask: - Mask >=dev-java/gcj-jdk-4.7.0 while coresponding gcc is still masked - - 21 Jan 2013; Samuli Suominen package.mask: - Lastrite coldplug, hotplug, hotplug-base and 2.4 kernel module ezusb2131 wrt - #145809 - - 21 Jan 2013; Ulrich Müller license_groups: - Add CFS, keynote, and xvt licenses to MISC-FREE group, bugs 453290, 453292, - and 452964. - - 21 Jan 2013; Andreas K. Huettel - default/linux/make.defaults: - Re-add USE=dri to default/linux after discussion - - 20 Jan 2013; Hans de Graaff arch/amd64/use.mask, - arch/x86/use.mask, package.mask: - Mask dev-lang/ruby-enterprise and its use flag. - - 20 Jan 2013; Andreas K. Huettel - default/linux/make.defaults: - Remove setting pppd useflag; it is only used in one place and now defaults to - on there - - 20 Jan 2013; Andreas K. Huettel - releases/make.defaults: - Remove useflag cups from releases profile settings - - 20 Jan 2013; Andreas K. Huettel - targets/desktop/make.defaults: - Add useflag cups to desktop target settings - - 20 Jan 2013; Andreas K. Huettel - default/linux/make.defaults: - Remove useflag dri from default linux profile settings - - 20 Jan 2013; Andreas K. Huettel - targets/desktop/make.defaults: - Add useflag dri to desktop target settings - - 19 Jan 2013; Samuli Suominen - uclibc/arm/2.4/package.mask, uclibc/arm/armeb/2.4/package.mask, - uclibc/ppc/2.4/package.mask, uclibc/ppc/hardened/2.4/package.mask, - uclibc/sh/2.4/package.mask, uclibc/x86/2.4/package.mask, - uclibc/x86/2005.1/2.4/package.mask, uclibc/x86/hardened/2.4/package.mask: - Remove entries for virtual/pcmcia. - - 19 Jan 2013; Ulrich Müller license_groups: - Add flexmock, tablelist, Flashpix, and netcat licenses to MISC-FREE group, - bugs 452928, 452924, 450210, and 452342. - - 19 Jan 2013; Michał Górny package.mask: - Unmask new systemd after fixing the ebuild. - - 18 Jan 2013; Andreas K. Huettel profiles.desc: - Add new 13.0 profiles, for now all set to dev - - 18 Jan 2013; Michał Górny package.mask: - Mask new sys-apps/systemd because of boot issues. - - 18 Jan 2013; Michael Pagano package.mask: - Mask portpeek for testing - - 18 Jan 2013; Kacper Kowalik package.mask: - Restrict mask on sci-astronomy/sextractor so that people can install - version from science overlay - - 18 Jan 2013; Mike Gilbert package.mask: - Mask dev-python/chardet-2.1.1. - - 17 Jan 2013; Pacho Ramos package.mask: - Mask packages for cleaning - - 17 Jan 2013; Jeroen Roovers package.mask: - Mask =www-client/opera-12.13*. - - 17 Jan 2013; Michał Górny package.mask: - Mask pysqlite:2 for removal. - - 17 Jan 2013; Justin Lecher updates/1Q-2013: - dev-util/nvidia-cuda-npp is now included in dev-util/nvidia-cuda-toolkit - - 16 Jan 2013; Tomáš Chvátal package.mask: - Mask virtual for new libav/ffmpeg. - - 16 Jan 2013; Samuli Suominen package.mask: - Release new libcdio and libcdio-paranoia into ~arch since everything major - has been fixed. - - 16 Jan 2013; Ulrich Müller license_groups: - Add Clear-BSD license to GPL-COMPATIBLE, bug 416205. Add ngrep license to - MISC-FREE, bug 452012. - - 16 Jan 2013; Sergey Popov updates/4Q-2012, - +updates/1Q-2013: - Move latest entry to proper updates/ file - - 16 Jan 2013; Sergey Popov updates/4Q-2012: - Move from media-gfx/opencolorio to media-libs/opencolorio - - 16 Jan 2013; Maciej Mrozowski package.mask: - mask poppler-0.22 due to API change - - 15 Jan 2013; Alexis Ballier package.mask: - mask latest luatex as it breaks with current texlive - - 15 Jan 2013; Michał Górny package.mask: - Remove dev-python/sphinx mask after replacing the broken rev with a new one. - - 15 Jan 2013; Michał Górny package.mask: - Mask migrated dev-python/sphinx due to grammar generation issues. - - 15 Jan 2013; Samuli Suominen package.mask: - Mask new libcdio temporarily for porting. - - 15 Jan 2013; Pawel Hajdan jr package.mask: - Roll chromium masks (M26). - - 14 Jan 2013; Andreas K. Huettel +releases/13.0/eapi, - +releases/13.0/make.defaults, +releases/13.0/package.mask, - +releases/13.0/parent: - Add 13.0 release directory referring to eapi-5-files - - 14 Jan 2013; Mike Gilbert package.mask: - Update google-chrome mask; it is not affected by the masked dependencies. - - 14 Jan 2013; Mike Gilbert package.mask: - Revert last change due to bad dependencies. - - 14 Jan 2013; Mike Gilbert package.mask: - Update chromium masks for chromium-25 beta release. - - 13 Jan 2013; Ulrich Müller license_groups: - Add Old-MIT license to MISC-FREE group. - - 13 Jan 2013; Pawel Hajdan jr package.mask: - Unmask dev-libs/icu-50.1.1, should be OK for ~arch. - - 13 Jan 2013; Pacho Ramos - targets/desktop/gnome/package.use: - Set required USE flags as default for merging gnome-base/gnome directly, bug - #450690 by Richard Wiedenhöft - - 13 Jan 2013; Tim Harder package.mask: - Mask =mail-client/roundcube-0.9* for testing. - - 12 Jan 2013; Ulrich Müller license_groups: - Add XC license to MISC-FREE group, bug 448274. - Add mm license to MISC-FREE group. - - 12 Jan 2013; Magnus Granberg hardened/linux/use.mask: - Unmask orc - - 12 Jan 2013; Sergey Popov package.mask: - Mask dev-libs/libole2 for removal - - 12 Jan 2013; Ulrich Müller license_groups: - Add libodialog and pngcrush to MISC-FREE group, bugs 449796 and 450310. - Add alternate and pngnq to MISC-FREE group. - - 12 Jan 2013; Hanno Boeck license_groups: - Add licenses LIBGLOSS and NEWLIB to MISC-FREE (they had issues that have been - resolved upstream now). - - 11 Jan 2013; Sergei Trofimovich package.mask: - removed dev-haskell/time mask, as it's gone from tree now - - 10 Jan 2013; Davide Pesavento package.mask: - Remove obsolete net-news/quiterss mask. - - 09 Jan 2013; Jeroen Roovers package.mask: - Mask >net-nntp/tin-2.1 (unstable upstream). - - 09 Jan 2013; Jeroen Roovers package.mask: - Mask kgcc64-4.7 too. - - 09 Jan 2013; Tomáš Chvátal package.mask: - Mask libav-9.1 - - 08 Jan 2013; Torsten Veller package.mask: - Mask dev-perl/Class-MOP for removal (#350612) - - 08 Jan 2013; Jeroen Roovers package.mask: - Remove dev-libs/libnl-3.2.17 mask (bug #450504) now that it is gone. - - 08 Jan 2013; Andrey Grozin package.mask: - Masking >=dev-lisp/gentoo-init-1.0, >=dev-lisp/asdf-2.26, >=dev-lisp/sbcl-1.1.2 - - 07 Jan 2013; Michał Górny thirdpartymirrors: - Fix github mirror to use the regular URI. - - 07 Jan 2013; Mike Frysinger profiles.desc: - Mark s390 profiles stable. - - 06 Jan 2013; Justin Bronder package.mask: - Remove net-nntp/sabnzbd mask, fix already released and updated in tree. - - 06 Jan 2013; Justin Bronder package.mask: - Masking net-nntp/sabnzbd-0.7.8 pending next release - - 06 Jan 2013; Maxim Koltsov package.mask: - Move sssd mask to top of the file, change mask text - - 06 Jan 2013; Ulrich Müller license_groups: - Add mpich2 license to MISC-FREE, bug 449344. - - 06 Jan 2013; Jeroen Roovers package.mask: - Mask =dev-libs/libnl-3.2.17 (bug #450504). - - 05 Jan 2013; Sergei Trofimovich package.mask: - masked cvsps-3 for testing - - 05 Jan 2013; Andreas K. Huettel thirdpartymirrors: - Remove ftp.caliu.cat from kde mirrors since it times out - - 05 Jan 2013; Hanno Boeck license_groups: - Add DES license to MSIC-FREE. - - 04 Jan 2013; Raúl Porcel - -default/linux/arm/10.0/package.use.mask: - Remove p.use.mask from wrong place - - 04 Jan 2013; Ulrich Müller license_groups: - Add gd to MISC-FREE license group, bug 450244. - Add xboing to MISC-FREE license group, bug 448274. - - 04 Jan 2013; Dirkjan Ochtman package.mask: - Revert mod_python mask (bug 343663). - - 04 Jan 2013; Eray Aslan package.mask: - Remove mask for mail-client/pine as it is no longer in the tree - - 04 Jan 2013; Ole Markus With package.mask: - Masking ezc-* for removal - - 04 Jan 2013; Chí-Thanh Christopher Nguyễn - package.mask: - Mask some prerelease x11 packages - - 03 Jan 2013; Ulrich Müller license_groups: - Add new license group MISC-FREE-DOCS for free documentation and other - non-software. Move font licenses from MISC-FREE to it. - Add x2x to MISC-FREE, bug 449944; add Unicode_Fonts_for_Ancient_Scripts to - MISC-FREE-DOCS license group, bug 449152. Remove as-is from MISC-FREE; most - free packages using it were moved to more specific licenses, bug 436214. - - 03 Jan 2013; Raúl Porcel - +default/linux/s390/10.0/s390x/parent, profiles.desc: - Add s390x server-less profile - - 02 Jan 2013; Anthony G. Basile profiles.desc: - Add hardened/linux/arm/armv7a to profiles.desc list - - 02 Jan 2013; Ulrich Müller license_groups: - Add Openwall to MISC-FREE license group, bug 449832. - - 02 Jan 2013; Mike Gilbert package.mask: - Mention USE_PYTHON and PYTHON_TARGETS in the pypy-1.8 mask. - - 02 Jan 2013; Mike Gilbert package.mask: - Mask pypy-1.8 for removal. - - 01 Jan 2013; Ulrich Müller license_groups: - Remove jaxen and saxpath (JDOM duplicates) from MISC-FREE license group. - - 01 Jan 2013; Sergei Trofimovich package.mask: - masked dev-haskell/wash for removal - - 01 Jan 2013; Andreas K. Huettel +ChangeLog-2012: - Split ChangeLog. - - For previous entries, please see ChangeLog-2012. - - diff --git a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2014 b/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2014 deleted file mode 100644 index 1e11513991..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/ChangeLog-2014 +++ /dev/null @@ -1,3976 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog-2014,v 1.1 2015/01/01 14:25:36 dilfridge Exp $ -# -# This ChangeLog should include records for all changes in profiles directory. -# Only typo fixes which don't affect portage/repoman behaviour could be avoided -# here. If in doubt put a record here! - - 31 Dec 2014; Aaron W. Swenson package.mask: - Remove dev-perl/pgperl mask as it has been removed from the tree. - - 31 Dec 2014; Andreas K. Huettel package.mask: - Add sci-libs/libecwj2 to lcms:0 mask - - 31 Dec 2014; Aaron W. Swenson updates/4Q-2014: - Redo dev-db/postgresql-base to dev-db/postgresql package move. - - 31 Dec 2014; Michał Górny package.mask: - Unmask new eselect-opengl for extended user fun. - - 30 Dec 2014; Andreas K. Huettel package.mask: - Mask reverse deps of lcms:0 for removal - - 30 Dec 2014; Fabian Groffen package.mask: - Exim: extend mask for RC4 - - 30 Dec 2014; Andreas K. Huettel package.mask: - Remove obsolete masks of dev-perl/DateTime-Format-DateManip and - dev-perl/SVN-Mirror - - 30 Dec 2014; Andreas K. Huettel package.mask: - Mask app-office/imposter for removal - - 29 Dec 2014; Ulrich Müller package.mask: - Mask app-emacs/cedet for removal. - - 29 Dec 2014; Ian Delaney package.mask: - Masked dev-python/cl for removal in 30 days. - - 28 Dec 2014; Aaron W. Swenson package.mask: - Mask unmaintained dev-db/postgresql-{docs,base,server} packages for a while. - - 28 Dec 2014; Ulrich Müller updates/4Q-2014: - [QA] Revert package move for postgresql, moving several packages onto one - target is not possible. - - 28 Dec 2014; Aaron W. Swenson updates/4Q-2014: - Package move dev-db/postgresql-{docs,base,server} and virtual/postgresql to - dev-db/postgresql. - - 27 Dec 2014; Hans de Graaff desc/ruby_targets.desc: - Document ruby22 RUBY_TARGET. - - 27 Dec 2014; Hans de Graaff base/use.mask: - Update ruby_targets comments, remove duplicate entry. - - 26 Dec 2014; Ulrich Müller license_groups: - Add VTK license to the MISC-FREE group. This is a variant of the BSD license. - - 26 Dec 2014; Michael Palimaka package.mask: - Mask dev-libs/grantlee:5 due to masked Qt 5 dependency. - - 25 Dec 2014; Gilles Dartiguelongue package.mask: - Unmask libmediaart-0.7 and friends. - - 25 Dec 2014; Gilles Dartiguelongue package.mask: - Gnome 3.14 is complete in tree, remove mask. - - 25 Dec 2014; Mike Gilbert package.mask: - Mask sci-physics/camfr. - - 25 Dec 2014; Ulrich Müller license_groups: - Add CLX license to MISC-FREE group, bug 533400. - - 24 Dec 2014; Mart Raudsepp thirdpartymirrors: - Update gnome mirror to current upstream preferred location, which actually - ends up using upstream geolocation powered mirroring system - - 24 Dec 2014; Michael Orlitzky package.mask: - Mask net-analyzer/nagios-imagepack for removal in 30 days. - - 24 Dec 2014; Sergey Popov package.mask: - Adjust mask for dev-libs/boost and dev-util/boost-build - - 24 Dec 2014; Ian Delaney package.mask: - masking dev-python/orm, dev-python/testoob for removal in 'usual' time - - 24 Dec 2014; Gilles Dartiguelongue package.mask: - Add gitg (webkit:4) and farstream (glib) to Gnome 3.14 mask. - - 23 Dec 2014; Gilles Dartiguelongue package.mask: - Add tracker and nautilus-tracker-tags to libmediaart mask. - - 23 Dec 2014; Gilles Dartiguelongue package.mask: - Add mask for newer rygel releases. - - 23 Dec 2014; Markos Chandras package.mask: - Mask app-misc/fixdos for removal. Bug #533222 - - 22 Dec 2014; Tim Harder package.mask: - Drop old dev-util/freshmeat-submit and dev-util/freecode-submit masks, pkgs - removed from the tree. - - 22 Dec 2014; Michael Palimaka package.mask: - Mask >=kde-misc/about-distro-2.0.0 due to masked Qt5 dependency. - - 22 Dec 2014; Lars Wendler package.mask: - Removed app-arch/xz-utils mask. - - 20 Dec 2014; Matthias Maier package.mask: - mask mate 1.6* for removal - - 20 Dec 2014; Manuel Rüger package.mask: - Mask further ruby-1.9 only packages. - - 20 Dec 2014; Ben de Groot categories: - Remove razorqt-base category - - 16 Dec 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Mask is not really needed, the deps were wrong (Thanks a lot to Arfrever for - pointing the issue - - 16 Dec 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update multilib masks - - 16 Dec 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.mask, - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update multilib masks for wine - - 15 Dec 2014; Ruud Koolen profiles.desc: - Added linux prefix-standalone profiles. - - 15 Dec 2014; Pacho Ramos package.mask: - Drop now obsoleted mask - - 15 Dec 2014; Pacho Ramos package.mask: - There is no need to hardmask folks at this point - - 15 Dec 2014; Ben de Groot package.mask: - Add x11-misc/kaqaz to Qt5 mask - - 15 Dec 2014; Alexis Ballier package.mask: - unmask >=media-video/mplayer-1.2_pre20141011 as 2 months have passed and - there does not seem to be any improvement for libav support while it starts - to cause issues to users, see bug #532562 and - https://bugs.gentoo.org/show_bug.cgi?id=525070#c14 - - 15 Dec 2014; Ben de Groot updates/4Q-2014, package.mask: - Add media-gfx/phototonic to Qt5 mask - - 15 Dec 2014; Ben de Groot updates/4Q-2014: - Package move media-gfx/photo to media-gfx/photoqt - - 15 Dec 2014; Ben de Groot package.mask: - Add >=media-gfx/photoqt-1.1 to Qt5 mask - - 15 Dec 2014; Mike Gilbert package.mask: - Restore Gnome 3.14 mask, without the unrelated noise. - - 15 Dec 2014; Mike Gilbert package.mask: - Revert previous change. - - 14 Dec 2014; Gilles Dartiguelongue package.mask: - Add mask for Gnome 3.14. - - 14 Dec 2014; Tim Harder package.mask: - Mask inkscape pre-releases. - - 14 Dec 2014; Ulrich Müller -updates/1Q-2009, - -updates/2Q-2009, -updates/3Q-2009, -updates/4Q-2009: - Clean up updates/*-2009 files. Removing them a few days early, since 2009 - files were recently touched which would cause a replay of all updates. - - 14 Dec 2014; Tim Harder package.mask: - Mask app-vim/cvscommand and app-vim/svncommand for removal. - - 13 Dec 2014; Michael Palimaka package.mask: - Add dev-qt/qtwayland to Qt5 mask. - - 13 Dec 2014; Ben de Groot base/package.use.mask: - Unmask harfbuzz use on freetype, bug #517442 - - 12 Dec 2014; Michał Górny updates/3Q-2009, - updates/4Q-2009, updates/4Q-2014: - Move net-zope/zc-buildout and net-zope/zope-interface into dev-python/. - - 12 Dec 2014; Michał Górny package.mask: - Lastrite net-zope/zope-fixers. - - 12 Dec 2014; Michael Palimamka package.mask: - Add 5.4.0 to Qt5 mask. - - 12 Dec 2014; Jeroen Roovers package.mask: - Mask use.desc: - Make 'vaapi' USE flag global as discussed in gentoo-dev maillist - - 11 Dec 2014; Michał Górny package.mask: - Update eselect-opengl mask. - - 10 Dec 2014; Matthias Maier package.mask: - Remove obsolete mask for app-emulation/virtinst - - 09 Dec 2014; Sergey Popov package.mask: - Mask vulnerable versions of app-antivirus/clamav - - 09 Dec 2014; Matt Turner package.mask: - Mask sys-apps/kmscon for removal. - - 08 Dec 2014; Matt Turner package.mask: - Mask only mesa-10.3.{4,5}-r1. - - 08 Dec 2014; Matt Turner package.mask: - Mask mesa-10.3.5-r1 for eselect-opengl testing. - - 08 Dec 2014; Tim Harder license_groups: - Add Coherent-Graphics license to EULA group. - - 08 Dec 2014; Michał Górny package.mask: - Mask new eselect-opengl for testing. - - 07 Dec 2014; Manuel Rüger package.mask: - Remove old masks - - 06 Dec 2014; Andreas K. Huettel license_groups: - Add Time-Format license to MISC-FREE - - 05 Dec 2014; Michał Górny package.mask: - Unmask PulseAudio after reaching a compromise. - - 05 Dec 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update multilib masks - - 05 Dec 2014; Pacho Ramos package.mask: - Hardmask due bug #519530, read mask comment for more explanations - - 04 Dec 2014; Fabian Groffen package.mask: - Extend upcoming Exim RC mask - - 04 Dec 2014; Ian Stakenvicius (_AxS_) - arch/amd64/no-emul-linux-x86/package.mask, package.mask: - added media-libs/openh264 to the tree, masking for testing for now - - 04 Dec 2014; Ian Stakenvicius (_AxS_) - arch/amd64/no-emul-linux-x86/package.mask, hardened/linux/package.use.mask: - mask gmp-autoupdate use flag for firefox on hardened, since random binary - blobs may be unsafe - - 03 Dec 2014; Michael Palimaka package.mask: - Mask media-sound/drumstick and media-sound/kmetronome due to Qt5 dependency. - - 02 Dec 2014; Ultrabug package.mask: - drop sys-cluster/corosync-2.x mask wrt #518880 - - 02 Dec 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update masks for multilib stuff - - 02 Dec 2014; Justin Lecher package.mask: - Mask net-analyzer/openvas-administrator, #531392 - - 01 Dec 2014; Manuel Rüger package.mask: - Cleanup package.mask - - 01 Dec 2014; Alexis Ballier package.mask: - unmask ocaml 4.02.1 - - 01 Dec 2014; Pacho Ramos package.mask: - Mask packages for removal - - 01 Dec 2014; Alexis Ballier package.mask: - lastrite dev-ml/obrowser - - 01 Dec 2014; Manuel Rüger package.mask: - Mask packages that don't run with later rubies. - - 30 Nov 2014; Gilles Dartiguelongue updates/4Q-2014: - Move gstreamermm-0.10 to 0.10 slot. - - 30 Nov 2014; Andreas K. Huettel license_groups: - Add File-MMagic to MISC-FREE license group - - 30 Nov 2014; Michał Górny profiles.desc: - Update the amd64 no-emul-linux-x86 profile list. - - 29 Nov 2014; Mikle Kolyada package.mask: - Update media-video/mpv mask due to new version - - 29 Nov 2014; Andreas K. Huettel package.mask: - Remove obsolete mask of mail-filter/spamassassin-fuzzyocr - - 28 Nov 2014; Alexis Ballier package.mask: - mask dev-ml/camlp4 with ocaml 4.02 - - 28 Nov 2014; Alexis Ballier package.mask: - mask findlib requiring ocaml 4.02 - - 28 Nov 2014; Alexis Ballier package.mask: - mask labltk along with ocaml 4.02 - - 28 Nov 2014; Alexis Ballier package.mask: - mask ocaml 4.02 - - 27 Nov 2014; Tim Harder package.mask: - Remove old mask on msp430 toolchain pkgs. - - 27 Nov 2014; Alexis Ballier package.mask: - remove now unneeded ocamlduce mask, bug #518876 - - 27 Nov 2014; Alexis Ballier updates/4Q-2014: - move www-servers/ocsigen www-servers/ocsigenserver; it should have been done - a looong time ago and the former no longer builds - - 26 Nov 2014; Aaron W. Swenson package.mask: - Masked dev-perl/pgperl for removal. - - 25 Nov 2014; Ian Stakenvicius (_AxS_) - arch/amd64/no-emul-linux-x86/package.mask, default/bsd/package.use.mask: - mask sysfs flag on bsd for mesa, since bsd has no sysfs - - 24 Nov 2014; Alexandre Rostovtsev package.mask: - Unmask libgit2-glib, gitg-0.3.3 is out. - - 24 Nov 2014; Patrick Lauer package.mask: - Mask trac-related packages that are no longer installable - - 24 Nov 2014; Tim Harder package.mask: - Mask dev-util/{freshmeat,freecode}-submit for removal. - - 24 Nov 2014; Tim Harder package.mask: - Drop old dev-util/cmockery and dev-python/pry masks, pkgs removed from the - tree. - - 23 Nov 2014; Rémi Cardona package.mask: - Remove xorg-server 1.16.2 from p.mask, x11 team agrees on binary slot - - 23 Nov 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update masks - - 21 Nov 2014; Pawel Hajdan jr package.mask: - Roll dev channel mask for chromium-41. - - 21 Nov 2014; Pacho Ramos package.mask: - Cleanup obsolete masks - - 21 Nov 2014; Tim Harder updates/4Q-2014: - Rename app-shells/zsh-completion to app-shells/gentoo-zsh-completions. - - 20 Nov 2014; Davide Pesavento package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles, except for - amd64/hppa/x86 which already keyworded qtchooser. - - 19 Nov 2014; Ulrich Müller package.mask: - Remove mask for app-emacs/csharp-mode. Package is fixed and won't be removed. - - 19 Nove 2014; Rick Farina package.mask: - Remove net-misc/ieee-oui mask as it has been removed. - - 18 Nov 2014; Fabian Groffen package.mask: - Mask upcoming Exim RC - - 18 Nov 2014; Markos Chandras package.mask: - Reword lightdm mask message - - 18 Nov 2014; Markos Chandras package.mask: - Update lightdm mask - - 18 Nov 2014; Anthony G. Basile profiles.desc: - Add hardened musl profiles for ppc to profiles.desc - - 18 Nov 2014; Jeroen Roovers base/package.use.mask: - Rename external-lua => system-lua. - - 17 Nov 2014; Jeroen Roovers base/package.use.mask, - package.mask: - Mask USE=external-lua for net-analyzer/nmap and drop package.mask entry (bug - #253269). - - 15 Nov 2014; Manuel Rüger package.mask: - Cleanup old masks. - - 15 Nov 2014; Mike Frysinger use.desc: - Start USE=pie for network/set*id programs to respect on non-hardened systems. - - 15 Nov 2014; Pacho Ramos arch/amd64-fbsd/package.use.mask: - package.use.mask due missing keywords (#523854) - - 15 Nov 2014; Rémi Cardona package.mask: - Mask upcoming xorg-server 1.16.2 release - - 13 Nov 2014; Pacho Ramos package.mask: - Gnome2 stuff was finally removed (#508854) - - 13 Nov 2014; Tomáš Chvátal - arch/amd64/no-multilib/package.use.mask, - features/64bit-native/package.use.mask: - Mask the apulse useflag on skype for no-multilib - - 13 Nov 2014; Ulrich Müller package.mask: - Unmask app-editors/emacs-vcs live git ebuilds. - - 13 Nov 2014; Davide Pesavento package.mask: - Mask Qt 4.8.6 multilib ebuilds. - - 12 Nov 2014; Julian Ospald package.mask: - rm testing mask on net-misc/teamviewer - - 12 Nov 2014; Andreas K. Huettel package.mask: - poppler-0.28 seems to be unproblematic, unmasking - - 12 Nov 2014; Ian Stakenvicius (_AxS_) - arch/amd64/no-emul-linux-x86/package.mask: - no-emul-linux-x86 sub-profiles: unmasked java emul packages as they will not - be multilib capable any time soon, added masks for libSM that hard depend on - emul-linux-x860-baselibs, removed mask for app-emulation/crossover-bin as - it's deps have been adjusted - - 12 Nov 2014; Ulrich Müller package.mask: - Temporary mask for app-editors/emacs-vcs live git ebuilds. - - 11 Nov 2014; Pacho Ramos arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/sparc/package.use.mask: - use.mask due missing keywords - - 11 Nov 2014; Eray Aslan package.mask: - Mask beta software - net-proxy/squid-3.5 releases - - 10 Nov 2014; Andreas K. Huettel package.mask: - Mask poppler-0.28 for an initial testing period - - 08 Nov 2014; William Hubbs package.mask: - qa: removed testing mask from >=sys-devel/distcc-3.2_rc1 wrt #518884 - - 08 Nov 2014; Andreas K. Huettel package.mask: - Remove obsolete Perl 5.16 mask - - 08 Nov 2014; Markos Chandras package.mask: - Update lightdm mask - - 08 Nov 2014; Ben de Groot updates/4Q-2014, package.mask: - Move libqtxdg to dev-libs category since razorqt-base is last-rited - - 08 Nov 2014; Patrick Lauer package.mask: - Keep razorqt-base/libqtxdg unmasked as it's needed by lxqt - - 08 Nov 2014; Andreas K. Huettel package.mask: - Remove obsolete mask of dev-perl/Lucene - - 08 Nov 2014; Andreas K. Huettel package.mask: - Remove obsolete mask of sys-devel/libperl - - 07 Nov 2014; Ian Stakenvicius (_AxS_) - +default/linux/amd64/13.0/no-emul-linux-x86/desktop/eapi, - +default/linux/amd64/13.0/no-emul-linux-x86/desktop/parent, profiles.desc: - added desktop variant to the amd64 no-emul-linux-x86 profile to support more - real-world type testing - - 07 Nov 2014; Ben de Groot package.mask: - Mask razorqt-base packages. They are unmaintained, unsupported, and are - starting to throw compilation errors. - - 06 Nov 2014; Manuel Rüger package.mask: - Mask dev-ruby/prawn:0 - - 06 Nov 2014; Manuel Rüger package.mask: - Mask media-fonts/oxygen-fonts - - 06 Nov 2014; Julian Ospald package.mask: - unmask dev-games/ogre-1.9.0 - - 06 Nov 2014; Michał Górny - desc/python_single_target.desc, desc/python_targets.desc: - Describe flags for PyPy3. - - 06 Nov 2014; Sergey Popov package.mask: - Unmask net-im/qutim, it builds now. - - 05 Nov 2014; Ulrich Müller package.mask: - Mask app-emacs/csharp-mode for removal. - - 05 Nov 2014; Samuli Suominen package.mask: - Mask "ConsoleKit2" for testing. - - 4 Nov 2014; Matthias Maier package.mask: - Mask app-emulation/virtinst for removal, #482472 - - 03 Nov 2014; Aaron W. Swenson package.mask: - Remove PostgreSQL masks - - 02 Nov 2014; Andreas K. Huettel package.mask: - Remove obsolete app-text/pastebin mask - - 02 Nov 2014; Ben de Groot package.mask: - Add app-i18n/fcitx-qt5 to Qt5 package mask - - 02 Nov 2014; Alexis Ballier package.mask: - unmask kpathsea from tl 2014 since it is compatible - - 31 Oct 2014; Pacho Ramos - arch/powerpc/ppc32/package.use.stable.mask: - Update mask for webkit moving to testing on ppc - - 31 Oct 2014; Pacho Ramos - arch/powerpc/ppc32/package.use.stable.mask: - package.use.stable.mask updated for #525258 - - 31 Oct 2014; Pacho Ramos - arch/powerpc/ppc64/package.use.stable.mask: - package.use.stable.mask updated for #525236 - - 31 Oct 2014; Pacho Ramos - arch/alpha/package.use.stable.mask: - package.use.stable.mask updated for #525196 - - 31 Oct 2014; Pacho Ramos - arch/alpha/package.use.stable.mask, - arch/powerpc/ppc32/package.use.stable.mask: - package.use.stable.mask updated for #524382 - - 31 Oct 2014; Tim Harder package.mask: - Mask the msp430 toolchain for removal. - - 30 Oct 2014; Alexis Ballier updates/4Q-2014: - move dev-ml/async_core dev-ml/async_kernel; it was actually a rename - - 30 Oct 2014; Jauhien Piatlicki package.mask: - mask ebuilds for LXQt-0.8.0 release testing - - 30 Oct 2014; Ian Delaney (30 Oct 2014): - Unmask dev-python/blaze-0.6.5, dep is satisfied - - 29 Oct 2014; Ian Delaney (29 Oct 2014): - Mask dev-python/blaze-0.6.5 until dep is satisfied - - 28 Oct 2014; Jeroen Roovers desc/linguas.desc: - Add linguas_es_419. Keep it sorted. - - 27 Oct 2014; Andreas K. Huettel package.mask: - Mask mail-filter/spamassassin-fuzzyocr for removal - - 27 Oct 2014; Mikle Kolyada package.mask: - Mask dev-perl/Mail-ClamAV for removal. - - 27 Oct 2014; Michael Palimaka package.mask: - Unmask kde-frameworks/kf-env which was accidentally masked - it has no deps. - - 26 Oct 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Move xinit mask to base/ in order to be able to properly unmask in systemd - target. - - 26 Oct 2014; Chí-Thanh Christopher Nguyễn - targets/systemd/package.mask: - Unmask x11-apps/xinit-1.3.4 in systemd profiles - - 26 Oct 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Mask >=x11-apps/xinit-1.3.4 due to startx breakage, bugs #526762 and #526802. - - 26 Oct 2014; Mart Raudsepp package.mask: - Unmask clutter-gst:1.0 as dependency of pinpoint (#526868) - - 25 Oct 2014; Pacho Ramos package.mask: - Unmask pinpoint (#508854#c58 by Ferenc Erki) - - 25 Oct 2014; Manuel Rüger package.mask: - Mask net-print/foomatic-filters-ppds - - 25 Oct 2014; Michał Górny package.mask: - Unleash new bash-completion on ~arch so that users do not get bored. - - 25 Oct 2014; Michał Górny package.mask: - Mask sys-kernel/genkernel-next for bashcomp update, and use >= atoms for all - packages. - - 25 Oct 2014; Tim Harder package.mask: - Mask dev-util/cmockery for removal. - - 25 Oct 2014; Tim Harder package.mask: - Mask dev-python/pry for removal. - - 24 Oct 2014; Michał Górny package.mask: - Mask new sys-apps/pacman for bashcomp collision. - - 24 Oct 2014; Ian Stakenvicius package.mask: - Added =app-text/calibre-2* to the QT5 mask list - - 24 Oct 2014; Andreas K. Huettel package.mask: - Mask dev-perl/DateTime-Format-DateManip for removal - - 24 Oct 2014; Andreas K. Huettel package.mask: - Mask dev-perl/SVN-Mirror for removal - - 24 Oct 2014; Michał Górny package.mask: - Mask bashcomp update of app-misc/booh. - - 24 Oct 2014; Michał Górny package.mask: - Mask bashcomp update of app-i18n/pology. - - 23 Oct 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Remove mask on recent xf86-input-synaptics and xf86-input-evdev, bug #487944. - - 23 Oct 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - update abi_x86_32 masks - - 22 Oct 2014; Ian Stakenvicius - default/linux/uclibc/amd64/package.mask: - Duplicate package.mask from features/64bit-native to - uclibc/amd64 with blessings of blueness - - 21 Oct 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update mask - - 20 Oct 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update mask - - 20 Oct 2014; Davide Pesavento package.mask: - Mask net-im/qutim for removal. - - 19 Oct 2014; Rick Farina package.mask: - mask net-misc/ieee-oui for removal on 19 Nov 2014 - - 19 Oct 2014; Pacho Ramos base/package.use.mask: - swfdec is masked for removal, bug #525834 - - 18 Oct 2014; Michael Orlitzky package.mask: - Remove package.mask for app-text/unix2dos (removed from tree). - - 18 Oct 2014; Mike Frysinger package.mask: - Drop DirectFB mask. - - 18 Oct 2014; Markos Chandras package.mask: - Mask rb_libtorrent-1* since rdeps are broken - - 18 Oct 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask, - arch/amd64/package.use.stable.mask: - Update package.use.stable.mask for abi_x86_32 - - 18 Oct 2014; Jauhien Piatlicki package.mask: - mask >=x11-misc/sddm-0.10.0 because it needs Qt-5, restrict security mask to - base/package.use.mask: - package.use.mask not needed anymore (#525564 by bwcknr) - - 16 Oct 2014; Justin Lecher package.mask: - mask aufs-sources for kernel 3.17.0 has broken ATA blacklist, #525548 - - 16 Oct 2014; Mike Pagano package.mask: - Adding vanilla and gentoo kernel sources 3.17.0 to mask for file system - corruption. - - 16 Oct 2014; Pacho Ramos - arch/amd64/no-emul-linux-x86/package.use.stable.mask: - Add missing line - - 16 Oct 2014; Pacho Ramos package.mask: - x11-themes/gtk-engines-flat is still use, thanks to Mathieu Zouaoua for - noticing - - 15 Oct 2014; Michael Palimaka package.mask: - Mask app-dicts/gnuvd for removal wrt bug #451868. - - 15 Oct 2014; Michael Palimaka package.mask: - Add KDE Frameworks to Qt 5 mask. - - 15 Oct 2014; Michael Palimaka categories: - Add kde-frameworks category. - - 15 Oct 2014; Pacho Ramos - arch/sparc/package.use.stable.mask: - webkit-gtk:2 is being moved to testing on sparc (#525232) - - 15 Oct 2014; Pacho Ramos - arch/amd64/package.use.stable.mask: - Add mask for abi_x86_32 - - 15 Oct 2014; Michael Orlitzky package.mask: - Remove app-doc/djbdns-man from package.mask (gone from tree). - - 14 Oct 2014; Davide Pesavento package.mask: - Unmask dev-qt/qt-creator-3* - - 14 Oct 2014; Michał Górny profiles.desc: - Add a no-emul-linux-x86 amd64 subprofile for testing emul-linux-x86-free - system. - - 14 Oct 2014; Pacho Ramos - arch/ia64/package.use.stable.mask: - webkit-gtk:2 will be moved to testing on ia64 (#525194) - - 14 Oct 2014; Ulrich Müller package.mask: - Remove mask for app-emulation/emul-linux-x86-compat, package has been - removed. - - 13 Oct 2014; Andreas K. Huettel updates/4Q-2014: - Follow upstream rename from dev-perl/Template-Latex to - dev-perl/Template-Plugin-Latex - - 13 Oct 2014; Andreas K. Huettel package.mask: - Mask dev-perl/Lucene for removal - - 13 Oct 2014; Davide Pesavento package.mask: - Add PyQt5 to Qt5 mask. - - 12 Oct 2014; Andreas K. Huettel package.mask: - Seems like Template::Latex is still needed, unmask it again (bump and pkgmove - to follow) - - 12 Oct 2014; Alexis Ballier package.mask: - mask newest mplayer for bug #525070 along with newest ffmpeg: it is needed - for latest ffmpeg but doesnt build with libav... - - 11 Oct 2014; Pacho Ramos arch/arm/package.use.stable.mask: - webkit-gtk will be moved to testing on arm (#524386) - - 11 Oct 2014; Aaron W. Swenson package.mask: - Mask PostgreSQL beta package. - - 11 Oct 2014; Andreas K. Huettel package.mask: - Mask dev-perl/Template-Latex for removal - - 11 Oct 2014; Pacho Ramos package.mask: - Mask Gnome 2 for removal (#508854) - - 11 Oct 2014; Andreas K. Huettel +updates/4Q-2014: - IO::Socket::IP is part of core Perl since 5.20 - - 11 Oct 2014; Pawel Hajdan jr package.mask: - Roll dev channel mask for chromium-40. - - 11 Oct 2014; Anthony G. Basile profiles.desc: - Update profiles.desc for the restructured mips profiles - - 11 Oct 2014; Michał Górny package.mask: - Mask dev-vcs/subversion revbump for new bash-completion. - - 11 Oct 2014; Manuel Rüger package.mask: - Mask kde-misc/kcm_touchpad. - - 10 Oct 2014; Hans de Graaff base/use.mask, package.mask: - Remove jruby 1.6 mask now that the packages are removed. - - 09 Oct 2014; Andreas K. Huettel package.mask: - Mask sys-devel/libperl for removal - - 09 Oct 2014; Andreas K. Huettel package.mask: - Re-add Perl 5.16 mask, with blessing from Jorge - - 09 Oct 2014; Maxim Koltsov package.mask: - Add 0.6 series to mpv mask - - 09 Oct 2014; Manuel Rüger package.mask: - Unmasking net-libs/libotr-4.0.0 and x11-plugins/pidgin-otr. See bug #478052. - - 08 Oct 2014; Robin H. Johnson license_groups: - Add LastPass to @EULA. - - 08 Oct 2014; Brian Evans package.mask: - Change mask message for dev-php/suhosin - - 08 Oct 2014; Bernard Cafarelli package.mask: - Remove mask on x11-plugins/msn-pecan and x11-plugins/pidgin-facebookchat - after last rites - - 08 Oct 2014; Ultrabug desc/uwsgi_plugins.desc, - profiles.desc: - add rados plugin description to uwsgi_plugins.desc - - 07 Oct 2014; Sebastian Pipping package.mask: - Veto to dev-php/suhosin removal - - 06 Oct 2014; Diego E. Pettenò package.mask: - Remove mask for sudo. - - 05 Oct 2014; Manuel Rüger package.mask: - Mask texlive-2014 - - 05 Oct 2014; Ulrich Müller package.mask: - [QA] Package mask =app-admin/sudo-1.8.11, bug 524074. - - 05 Oct 2014; Mikle Kolyada info_pkgs: - Add dev-lang/perl atom to the emerge --info output. - - 05 Oct 2014; Jauhien Piatlicki base/package.use.mask, - package.mask: - mask x11-misc/sddm because of bug 524390 until it is solved - - 04 Oct 2014; Ulrich Müller license_groups: - Remove skype-4.0.0.7-third-party_attributions.txt from MISC-FREE license - group, license has been removed, bug 523948. - - 03 Oct 2014; Pacho Ramos arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - use.mask due missing keywords (#524352) - - 02 Oct 2014; Michael Palimaka - Mask dev-php/{adodb-ext,eaccelerator,pecl-apc,pecl-id3,pecl-mogilefs, - pecl-sca_sdo,suhosin} for removal, Bug 524310. - - 02 Oct 2014; Michael Palimaka - -targets/desktop/kde/package.use.force: - Remove obsolete file containing entries only for package versions that no - longer exist. - - 02 Oct 2014; Ulrich Müller - arch/amd64/no-multilib/package.mask, arch/amd64/package.use.stable.mask, - default/linux/uclibc/amd64/package.mask, features/64bit-native/package.mask, - hardened/linux/amd64/no-multilib/package.mask, - hardened/linux/musl/amd64/package.mask, package.mask: - Revert masking of app-emulation/emul-linux-x86-motif, bug 461916. - - 02 Oct 2014; Ben de Groot desc/linguas.desc: - Add hr_HR locale - - 01 Oct 2014; Ulrich Müller license_groups: - The IPAfont license has been approved by the FSF, so add it to the - FSF-APPROVED-OTHER group. Thanks to bernalex for pointing this out. - - 30 Sep 2014; Ulrich Müller - arch/amd64/no-multilib/package.mask, arch/amd64/package.use.stable.mask, - default/linux/uclibc/amd64/package.mask, features/64bit-native/package.mask, - hardened/linux/amd64/no-multilib/package.mask, - hardened/linux/musl/amd64/package.mask: - Remove obsolete masks for app-emulation/emul-linux-x86-motif, package is - slated for removal. - - 30 Sep 2014; Ulrich Müller package.mask: - Mask app-emulation/emul-linux-x86-motif for removal. - - 30 Sep 2014; Pawel Hajdan jr package.mask: - Mask dev-libs/protobuf-2.6.0 for testing, bug #521406 . - - 29 Sep 2014; Jeroen Roovers arch/amd64/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask: - Drop USE=g-sorcery mask for app-portage/layman (bug #524040). - - 29 Sep 2014; Justin Lecher updates/3Q-2014: - qcustomplot pkg move - - 28 Sep 2014; Andreas K. Huettel package.mask: - Temporarily remove the Perl 5.16 mask again, so people have more time for - upgrading. Seems like the mask makes the upgrade even harder. - - 28 Sep 2014; Ulrich Müller license_groups: - Add bh-luxi license to BINARY-REDISTRIBUTABLE group, bug 420025. - - 28 Sep 2014; Davide Pesavento package.mask: - Add qtpositioning to the Qt5 mask. - - 27 Sep 2014; Andreas K. Huettel package.mask: - Add Version::Requirements to Perl 5.16 mask - - 27 Sep 2014; Andreas K. Huettel package.mask: - Mask Perl 5.16 for removal in 30 days - - 27 Sep 2014; Pacho Ramos package.mask: - Mask latest libmediaart (#523838) - - 26 Sep 2014; Davide Pesavento package.mask: - Add qtsensors to the Qt5 mask. - - 26 Sep 2014; Joerg Bornkessel package.mask: - removed pmask =media-tv/gentoo-vdr-scripts-2.5_rc5 - =media-plugins/vdr-permashift-1.0.0 - =media-video/vdr-2.0.6 - - 26 Sep 2014; Joerg Bornkessel package.mask: - mask media-video/vdr-2.0.6 temp - - 26 Sep 2014; Joerg Bornkessel package.mask: - masked media-plugins/vdr-permashift-1.0.0, need new patch in media-video/vdr - - 23 Sep 2014; Andreas K. Huettel package.mask: - Unmask Perl 5.20 and related - - 23 Sep 2014; Joerg Bornkessel package.mask: - =media-tv/gentoo-vdr-scripts-2.5_rc5 temp masked - - 22 Sep 2014; Julian Ospald license_groups: - clean up obsolete ArxFatalis-EULA-GOG entry - - 22 Sep 2014; Julian Ospald license_groups: - add GOG-EULA to EULA license group - - 21 Sep 2014; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-rpg/wasteland2 for no-multilib - - 21 Sep 2014; Brian Evans package.mask: - Remove obsolete mask of virtual/mysql-5.{2,3} and dev-db/mariadb-5.{2,3}* - - 19 Sep 2014; Andreas K. Huettel package.mask: - Remove obsolete mask of www-apps/swish-e - - 19 Sep 2014; Michael Palimaka updates/1Q-2014: - Fix slotmove - the old slot was 0 and there never was a 2. - - 19 Sep 2014; Patrick Lauer thirdpartymirrors: - Add metacpan mirror to cpan thirdpartymirrors - - 18 Sep 2014; Andreas K. Huettel package.mask: - Remove LO-4.3 mask - - 18 Sep 2014; Ulrich Müller package.mask: - Temporarily mask >=dev-libs/lib{ixion,orcus}-0.7, pending libreoffice update. - - 17 Sep 2014; Bernard Cafarelli package.mask: - Unmask llvm/clang 3.5 - - 17 Sep 2014; Chí-Thanh Christopher Nguyễn - targets/desktop/package.use: - Disable glamor for xf86-video-intel in the desktop profile - - 16 Sep 2014; Ulrich Müller - arch/amd64/no-multilib/package.mask, arch/amd64/package.use.stable.mask, - default/linux/uclibc/amd64/package.mask, features/64bit-native/package.mask, - hardened/linux/amd64/no-multilib/package.mask, - hardened/linux/musl/amd64/package.mask: - Remove obsolete masks for app-emulation/emul-linux-x86-glibc-errno-compat and - app-emulation/emul-linux-x86-compat, packages removed or slated for removal. - - 16 Sep 2014; Chí-Thanh Christopher Nguyễn - targets/desktop/make.defaults: - Enable glamor by default in desktop profiles - - 16 Sep 2014; Michael Orlitzky package.mask: - Mask app-text/unix2dos for removal in 30 days. - - 16 Sep 2014; Davide Pesavento package.mask: - Update Qt 5.3 mask. - - 16 Sep 2014; Samuli Suominen desc/xfce_plugins.desc: - New description for xfce_plugins_power to replace xfce_plugins_battery and - xfce_plugins_brightness - - 16 Sep 2014; Andreas K. Huettel package.mask: - Mask LibreOffice 4.3 for an initial short testing period - - 16 Sep 2014; Andreas K. Huettel package.mask: - Add virtual versions from Perl 5.20.1 to Perl 5.20 mask - - 15 Sep 2014; Johannes Huber package.mask: - Unmask >=dev-util/cmake-3.0.0 for further testing. - - 15 Sep 2014; Michał Górny package.mask: - Mask zrtpcpp-4 since it is screwed up. - - 15 Sep 2014; Lars Wendler package.mask: - Adjusted wording in comment for xz-utils mask. - - 15 Sep 2014; Jeroen Roovers package.mask: - Remove www-client/opera-next mask. - - 14 Sep 2014; Dion Moult package.mask: - net-misc/netcomics-cvs added to package.mask - - 14 Sep 2014; Dion Moult package.mask: - Add app-text/pastebin to package mask - - 14 Sep 2014; Maxim Koltsov package.mask: - Improve mpv mask message - - 14 Sep 2014; Pacho Ramos package.mask: - Mask dev-php/PEAR-MDB2_Driver_ibase (#522346) - - 13 Sep 2014; Jeroen Roovers package.mask: - Add www-client/otter to dev-qt/*:5 mask. - - 12 Sep 2014; Maxim Koltsov package.mask: - Mask mpv-0.{4,5} again - - 11 Sep 2014; Michał Górny desc/python_targets.desc: - Restore python2_6 and pypy2_0 in desc/, since they are still used by old - versions of sys-apps/portage. - - 11 Sep 2014; Michał Górny package.mask: - Mask new version of gentoo-bashcomp aside bash-completion-2.1-r90. - - 11 Sep 2014; Patrick Lauer package.mask: - Mask dev-libs/ibpp as it has unsatisfied dependencies - - 11 Sep 2014; Patrick Lauer package.mask: - Mask dev-python/kinterbasdb as it has unsatisfied dependencies - - 11 Sep 2014; Davide Pesavento package.mask: - Mask Qt 5.3.1 - - 10 Sep 2014; Ulrich Müller package.mask: - Update comment for app-emulation/emul-linux-x86-compat, it is slated for - removal now. - - 08 Sep 2014; Ulrich Müller package.mask: - Mask app-emulation/emul-linux-x86-compat. - - 07 Sep 2014; Pacho Ramos base/package.use.mask, - base/use.mask: - Cleanup more firebird entries (#460780) - - 07 Sep 2014; Pacho Ramos package.mask: - Update masks - - 07 Sep 2014; Tiziano Müller package.mask: - Remove mask for dev-python/amara, package has been removed. - - 07 Sep 2014; Ulrich Müller package.mask: - Update masks for reverse dependencies of sys-libs/lib-compat. - - 06 Sep 2014; Michał Górny - desc/python_single_target.desc, desc/python_targets.desc: - Wipe out references to removed Python targets. - - 06 Sep 2014; Michał Górny - desc/python_single_target.desc, desc/python_targets.desc: - Update Python target descriptions. - - 05 Sep 2014; Michael Orlitzky package.mask: - Mask app-doc/djbdns-man for removal in 30 days. - - 05 Sep 2014; Michał Górny package.mask: - Mask clang along with llvm. - - 05 Sep 2014; Bernard Cafarelli package.mask: - Add x11-plugins/msn-pecan to MSN mask, mask x11-plugins/pidgin-facebookchat - for removal - - 05 Sep 2014; Michał Górny package.mask: - Mask new llvm before committing. - - 05 Sep 2014; Lars Wendler package.mask: - Removed util-linux mask. - - 04 Sep 2014; Sergey Popov package.mask: - Unmask dev-lang/gforth, build-time bugs are fixed now - - 04 Sep 2014; Sergey Popov package.mask: - Security masking of MySQL, MariaDB and its virtual - - 04 Sep 2014; Ulrich Müller package.mask: - Mask games-action/mutantstorm-demo, reverse dependency of lib-compat. - - 03 Sep 2014; Markos Chandras package.mask: - Mask only the latest LTP version - - 03 Sep 2014; Ian Stakenvicius (_AxS_) - hardened/linux/make.defaults: - add a var to hardened profiles to help ebuilds tell end-users about things - that are bad to do on hardened, reviewed by Zero_Chaos and OKed by Zorry - - 03 Sep 2014; Hans de Graaff base/use.mask, package.mask: - Add jruby-only packages to the jruby 1.7 mask for now. - - 02 Sep 2014; Markos Chandras package.mask: - Update kmess, amsn removal message - - 02 Sep 2014; Markos Chandras package.mask: - Update ltp message - - 02 Sep 2014; package.mask: - last rite app-admin/hwreport - - 02 Sep 2014; Hans de Graaff package.mask: - Use the correct slots for the jruby mask and add missing virtual/rubygems. - - 02 Sep 2014; Pacho Ramos package.mask: - Update gforth message to postpone its removal a bit more - - 02 Sep 2014; Hans de Graaff base/use.mask, package.mask: - Mask jruby 1.6 and its RUBY_TARGETS USE flag. - - 02 Sep 2014; Brian Dolbec package.mask: - Mask NON-MAINTAINER commit for testing and review - - 01 Sep 2014; Sebastian Pipping thirdpartymirrors: - Update gimp mirrors: Move out of sync gwdg.de near the end, remove two - unconnectable ones, add those listed on http://www.gimp.org/downloads/ . - - 01 Sep 2014; Julian Ospald package.mask: - rm mask on >=media-video/mpv-0.4.2 wrt #521808 - - 30 Aug 2014; Ulrich Müller license_groups: - The AdobeFlash-10.3, GBuffy, IBM-J1.5, Livestation-EULA, and skype-eula - licenses are gone, so remove them from their respective groups. - - 29 Aug 2014; Pawel Hajdan jr package.mask: - Roll dev channel mask for chromium-39. - - 29 Aug 2014; Julian Ospald - base/package.use.stable.mask: - rm 'media-video/mpv sdl' mask since libsdl2 is stable - - 29 Aug 2014; Ole Markus With base/use.mask, - package.mask: - Remove mask of php 5.6 - - 28 Aug 2014; Samuli Suominen package.mask: - Remove mask for removed version of the libopenraw git snapshot. - - 28 Aug 2014; Jeroen Roovers package.mask: - Update net-analyzer/nmap mask. - - 28 Aug 2014; Sergey Popov package.mask: - Mask old vulnerable versions of net-dialup/ppp - - 27 Aug 2014; Lars Wendler thirdpartymirrors: - Added another download location for gimp. - - 27 Aug 2014; Michał Górny package.mask: - Mask new bash-completion for testing, documentation work and bugfixing. - - 27 Aug 2014; Sergey Popov package.mask: - Mask games-server/halflife-steam, wrt bug #520858 - - 26 Aug 2014; Kristian Fiskerstrand package.mask: - Add mask for media-sound/cowbell for removal in 30 days - - 26 Aug 2014; Lars Wendler package.mask: - Removed git mask. - - 26 Aug 2014; Christoph Junghans package.mask: - dev-lang/libcilkrts got removed (bug #514644) - - 26 Aug 2014; Hans de Graaff package.mask: - Update rubinius mask message. - - 26 Aug 2014; Hans de Graaff package.mask: - Obsolete slots have been removed from the tree, removing masks. - - 25 Aug 2014; Michał Górny package.mask: - Mask util-linux because of cfdisk breakage, bug #520838. - - 24 Aug 2014; Andreas K. Huettel package.mask: - Mask www-apps/swish-e for removal - - 24 Aug 2014; Sergei Trofimovich package.mask: - Unmask dev-vcs/cvsps-3 (bug #518868). - - 22 Aug 2014; Samuli Suominen package.mask: - Temporarily mask new OpenEXR while solving build errors. - - 22 Aug 2014; Sergei Trofimovich package.mask: - Unmask '>=dev-util/re2c-0.13.7.2' as upstream fixed PHP lexer bug. - - 22 Aug 22 2014; Ian Delaney package.mask: - Unmask old reviewboard-1.7.12 - - 21 Aug 2014; Brian Evans package.mask: - Remove old mask on =dev-db/mariadb-5.1.67. Add masks for virtual/mysql-5{2,3} - and dev-db/mariadb-5.{2,3}* for 30 day removal to allow migration time - - 21 Aug 2014; Samuli Suominen package.mask: - Unmask media-libs/jpeg >= 9a wrt Tracker #479818 because it doesn't have any - bugs left open. - - 20 Aug 2014; Hans de Graaff package.mask: - Remove mask now that virtual/ruby-test-unit has been removed. - - 19 Aug 2014; Lars Wendler package.mask: - Masked git-2.1.0 because it segfaults portage's sandbox during run of the - testsuite (bug #520270). - - 19 Aug 2014; Ulrich Müller package.mask: - Remove redundant entry. - - 19 Aug 2014; Ulrich Müller package.mask: - Remove mask for app-emacs/sawfish, package has been removed. - - 19 Aug 2014; Sergei Trofimovich package.mask: - Mask >=dev-util/re2c-0.13.7.2 (bug #518904). - - 17 Aug 2014; Maxim Koltsov package.mask: - Mask mpv-0.5 series too - - 17 Aug 2014; Patrick Lauer package.mask: - QA: Remove erroneous genkernel package.mask entry that breaks genkernel - default config with newer udev - - 16 Aug 2014; Anthony G. Basile profiles.desc: - Add default/linux/uclibc profiles to profiles.desc - - 15 Aug 2014; Eray Aslan package.mask: - Unmask net-mail/dovecot-2.2.9 - bug #519952 - - 14 Aug 2014; Eray Aslan package.mask: - net-mail/dovecot-2.2.9 Security mask - bug #509954 until keywording is sorted - out - - 14 Aug 2014; Sergey Popov package.mask: - Mask upcoming new version of Boost - - 13 Aug 2014; Tim Harder package.mask: - Unmask >=dev-libs/protobuf-c-1.0.0. - - 12 Aug 2014; Mike Frysinger package.mask: - Drop gcc-4.9 mask as we already have KEYWORDS="". Drop old timezone-data - mask as we've stabilized newer versions. - - 11 Aug 2014; Michał Górny package.mask: - Tree-clean virtual/python-{argparse,unittest2}. - - 11 Aug 2014; Sergei Trofimovich package.mask: - Unmask dev-lang/ghc-7.8. - - 10 Aug 2014; Tiziano Müller package.mask: - Lastrite dev-python/amara - - 10 Aug 2014; Johannes Huber thirdpartymirrors: - Add download.kde.org to kde mirrors. - - 09 Aug 2014; Samuli Suominen package.mask: - Lastrite sys-apps/usleep wrt #467212 - - 08 Aug 2014; Lars Wendler package.mask: - Added mask for >=media-sound/umurmur-0.2.15 until =dev-libs/protobuf-c-1* - mask is gone. - - 08 Aug 2014; Tim Harder package.mask: - Update dev-libs/protobuf-c mask. - - 07 Aug 2014; Michał Górny package.mask: - Restore libav-10 mask due to blockers and a lot of unported packages. - - 06 Aug 2014; Luca Barbato package.mask: - Drop the libav p.mask - - 05 Aug 2014; Mike Frysinger package.mask: - Drop openocd mask so people can use it now. - - 05 Aug 2014; William Hubbs package.mask: - mask www-apps/joomla for removal, see bug #518886 - - 05 Aug 2014; Mike Frysinger package.mask: - Drop e2fsprogs mask as it's fixed now #517214. - - 05 Aug 2014; Sergey Popov package.mask: - Mask =app-emulation/fuse-1.1.1 - - 05 Aug 2014; William Hubbs package.mask: - Remove trac-mercurial mask since it is a live ebuild and should be - masked by dropping keywords. - - 04 Aug 2014; Michał Górny package.mask: - Mask dev-python/{Bcryptor,Yamlog} for removal, bug #518920. - - 04 Aug 2014; Robin H. Johnson package.mask: - New mask for upcoming db-6.1, that is not ready at upstream yet, still fails - some tests. - - 04 Aug 2014; Robin H. Johnson package.mask: - db-5.2 fails testsuites and there are no more releases from upstream, punt - it. - - 04 Aug 2014; Alexis Ballier package.mask: - mask ffmpeg-2.3+ - - 04 Aug 2014; William Hubbs package.mask: - The removal of live ebuilds from package.mask has begun. - Live ebuilds should be masked by not having keywords instead of being - put in this file. - - 04 Aug 2014; Tim Harder package.mask: - Unmask =media-libs/libsfml-2*. - - 04 Aug 2014; Robin H. Johnson package.mask: - Remove dev-vcs/gitosis and dev-vcs/gitosis-gentoo from the tree. - - 04 Aug 2014; Robin H. Johnson package.mask: - old mysql ebuilds now live in the overlay only. if you need them for - migrations, go look there. - - 04 Aug 2014; Robin H. Johnson package.mask: - Unmask app-crypt/hmaccalc. - - 04 Aug 2014; Robin H. Johnson package.mask: - unmask db-5.1. 5.0 leaves mask as well, but it failed testsuites, so is - removed from the tree. - - 03 Aug 2014; Robin H. Johnson package.mask: - The great unmasking of sys-libs/db has begun. Remaining slots to come if they - pass testsuite still (otherwise those slots will just be deleted). - - 02 Aug 2014; Andreas K. Huettel package.mask: - virtual/perl-Filter is gone - - 02 Aug 2014; Andreas K. Huettel package.mask: - virtual/perl-Class-ISA is gone - - 30 Jul 2014; Mikle Kolyada package.mask: - Mask =dev-perl/Alien-SDL-1.444.0 - - 29 Jul 2014; Anthony G. Basile desc/linguas.desc: - Add some locales for bitcoin - - 29 Jul 2014; Sergey Popov package.mask: - Drop obsolete security mask on dev-libs/openssl - - 29 Jul 2014; Patrick Lauer package.mask: - Remove util-vserver mask as it builds again - - 28 Jul 2014; Samuli Suominen package.mask: - Mask also media-video/em8300-modules because media-video/em8300-libraries was - masked earlier. - - 27 Jul 2014; Mikle Kolyada package.mask: - Update media-video/mpv mask. - - 27 Jul 2014; Johannes Huber package.mask: - Mask >=dev-util/cmake-3.0.0 for testing. - - 27 Jul 2014; Pacho Ramos package.mask: - Mask some packages for removal - - 27 Jul 2014; Pacho Ramos base/package.use.mask: - Mask due bug #414903 - - 27 Jul 2014; Pacho Ramos package.mask: - Drop obsolete entries - - 27 Jul 2014; Alexis Ballier arch/amd64/ChangeLog, - arch/amd64/use.mask, arch/x86/ChangeLog, arch/x86/use.mask, base/ChangeLog, - base/use.mask: - mask/unmask xop amd cpu optimizations useflag - - 26 Jul 2014; Andreas K. Huettel package.mask: - perl-core/Math-BigInt-1.999.300 separate package now available, bug 518064 - - 25 Jul 2014; Christoph Junghans package.mask: - masked dev-lang/libcilkrts (bug #514644) - - 25 Jul 2014; Andreas K. Huettel package.mask: - Remove obsolete mask of Perl 5.12 and virtual/perl-Switch - - 25 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Move perl-core/Switch to dev-perl/Switch - - 25 Jul 2014; Samuli Suominen - targets/systemd/package.use.mask: - Mask USE="upower" of net-im/telepathy-mission-control >= 5.16.2 for systemd - users. Adjust USE="static-libs" mask from virtual/udev to virtual/libudev and - virtual/libgudev. - - 25 Jul 2014; Patrick Lauer package.mask: - Mask EOL'ed postgresql-8.4 - - 24 Jul 2014; Samuli Suominen - targets/desktop/package.use: - Disable USE="bluetooth" for net-libs/libpcap by default because BlueZ 5.x - support is missing. - - 24 Jul 2014; Samuli Suominen - targets/desktop/package.use: - Don't enable USE="gudev introspection" for virtual/udev anymore since - everything has been ported to virtual/libgudev in gentoo-x86. - - 24 Jul 2014; Pacho Ramos package.mask: - Mask a development version that was included without notifying gnome team - - 24 Jul 2014; Samuli Suominen use.desc: - New global USE flags "udisks" and "upower" to separate them out of USE="udev" - - 24 Jul 2014; Patrick Lauer thirdpartymirrors: - Remove stupid apache mirror - - 23 Jul 2014; Michael Haubenwallner thirdpartymirrors: - remove apache.archive.org from apache mirrors, bug#516372 - - 23 Jul 2014; Pacho Ramos - arch/amd64/package.use.stable.mask: - Update multilib mask - - 23 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename virtual/perl-net-ping to virtual/perl-Net-Ping to follow upstream - - 23 Jul 2014; Andreas K. Huettel package.mask: - Add new package name of Net::Ping to perl-5.20 package mask - - 23 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename virtual/perl-locale-maketext to virtual/perl-Locale-Maketext and - perl-core/net-ping to perl-core/Net-Ping to follow upstream - - 23 Jul 2014; Andreas K. Huettel package.mask: - Add new package name of Locale::Maketext to perl-5.20 package mask - - 23 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename perl-core/locale-maketext to perl-core/Locale-Maketext to follow - upstream - - 22 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename virtual/perl-i18n-langtags to virtual/perl-I18N-LangTags to follow - upstream - - 22 Jul 2014; Andreas K. Huettel package.mask: - Add new package name of I18N::LangTags to perl-5.20 package mask - - 22 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename perl-core/i18n-langtags to perl-core/I18N-LangTags to follow upstream - - 22 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename virtual/perl-digest-base to virtual/perl-Digest to follow upstream - - 22 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename perl-core/digest-base to perl-core/Digest to follow upstream - - 22 Jul 2014; Tiziano Müller - desc/nginx_modules_http.desc: - Add description for nginx-mogilefs module. - - 21 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Pod::Parser to perl-5.20 mask - - 21 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename virtual/perl-PodParser to virtual/perl-Pod-Parser to follow upstream - - 20 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Rename perl-core/PodParser to perl-core/Pod-Parser to follow upstream - - 20 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of IO::Compress to perl-5.20 mask - - 20 Jul 2014; Lars Wendler package.mask: - Masked latest e2fsprogs as it fails to build. - - 20 Jul 2014; Markos Chandras package.mask: - sssd-1.12 works in my ldap based systems so unmask it - - 19 Jul 2014; Jeroen Roovers updates/3Q-2014: - Move iperf3 to a new SLOT (bug #517488). - - 19 Jul 2014; Andreas K. Huettel package.mask: - Remove unneeded mask for ExtUtils-Manifest-1.630.0-r1 - - 18 Jul 2014; Andreas K. Huettel package.mask: - Remove perl-core/B-Debug 5.20 version from mask after removing ebuild - - 18 Jul 2014; Michael Weber package.mask: - Masked for removal of affected versions in 30 days. Security issue bug 513560 - - 18 Jul 2014; Hans de Graaff package.mask: - Remove masked ruby packages. - - 18 Jul 2014; Hans de Graaff package.mask: - Mask virtual/ruby-test-unit for removal for bug 380711. - - 17 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of threads::shared to perl-5.20 mask - - 17 Jul 2014; Michael Palimaka package.mask: - Unmask dev-python/sip and dev-python/PyQt4 wrt bug #506452. - - 17 Jul 2014; Pacho Ramos - arch/amd64/package.use.stable.mask: - Update stable mask for multilib - - 16 Jul 2014; Ian Stakenvicius (_AxS_) license_groups: - added FAH-EULA-2014 license to EULA group - - 16 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of threads to perl-5.20 mask - - 16 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Net::Ping to perl-5.20 mask - - 15 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Locale::Maketext to perl-5.20 mask - - 15 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of if to perl-5.20 mask - - 15 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of I18N::LangTags to perl-5.20 mask - - 15 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of autodie to perl-5.20 mask - - 15 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of XSLoader to perl-5.20 mask - - 15 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Time::Piece to perl-5.20 mask - - 15 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Thread::Queue to perl-5.20 mask - - 15 Jul 2014; Ulrich Müller package.mask: - Mask sys-libs/lib-compat and its reverse dependencies. - - 15 Jul 2014; Anthony G. Basile profiles.desc: - Add hardened/linux/uclibc/ppc to profiles.desc - - 15 Jul 2014; Anthony G. Basile - arch/amd64-fbsd/todo/package.use.mask, arch/amd64/package.use.mask, - arch/x86/package.use.mask, base/package.use.mask, - default/bsd/fbsd/amd64/9.1/clang/package.use.mask, - default/bsd/fbsd/amd64/9.2/clang/package.use.mask, - default/linux/alpha/13.0/use.mask, default/linux/ia64/13.0/use.mask, - default/linux/sparc/13.0/use.mask, desc/curl_ssl.desc, package.mask: - Remove cyassl package and use flag, bug #495848 - - 14 Jul 2014; Maxim Koltsov package.mask: - Update mpv mask to 0.4.1 - - 14 Jul 2014; Sergei Trofimovich package.mask: - Mask ghc-7.8.3's '=dev-haskell/deepseq-1.3.0.2*' bundled lib. - - 13 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Test::Simple to perl-5.20 mask - - 13 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Test::Harness to perl-5.20 mask - - 13 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Storable to perl-5.20 mask - - 13 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Socket to perl-5.20 mask - - 13 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Scalar::List::Utils to perl-5.20 mask - - 13 Jul 2014; Ulrich Müller package.mask: - Mask app-emacs/sawfish for removal. - - 12 Jul 2014; Michał Górny package.mask: - Unmask new PyPy. - - 12 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Safe to perl-5.20 mask - - 12 Jul 2014; Markos Chandras package.mask: - Mask new sssd-1.12.0 for production testing - - 12 Jul 2014; Mike Gilbert thirdpartymirrors: - Drop bitbucket. Sorry overlays, you're on your own. - - 12 Jul 2014; Brian Evans thirdpartymirrors: - Revert change to mirror://bitbucket as wget fails to download due - to mismatched certificate. - - 11 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Pod::Escapes to perl-5.20 mask - - 11 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Perl::OSType to perl-5.20 mask - - 11 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Parse::CPAN::Meta to perl-5.20 mask - - 10 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Package::Constants to perl-5.20 mask - - 10 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Module::Metadata to perl-5.20 mask - - 10 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Module::Load::Conditional to perl-5.20 mask - - 10 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Module::Load to perl-5.20 mask - - 10 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of bignum to perl-5.20 mask - - 10 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Math::BigRat to perl-5.20 mask - - 10 Jul 2014; Sergei Trofimovich package.mask: - Mask fresh ghc-7.8.3. - - 10 Jul 2014; Michael Weber package.mask: - Mask buggy versions of dev-libs/libmodbus - - 09 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Module::CoreList to perl-5.20 mask - - 09 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Module::Build to perl-5.20 mask - - 09 Jul 2014; Maxim Koltsov package.mask: - Fix mpv mask to exclude 9999 version - - 09 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Math::BigInt::FastCalc to perl-5.20 mask - - 09 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Math::BigInt to perl-5.20 mask - - 09 Jul 2014; Maxim Koltsov - arch/alpha/package.use.mask, arch/arm/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask, package.mask: - Mask mpv-0.4.0 due to libav-10 mask, mask >=mpv-0.4.0[doc-pdf] on - alpha,arm,powerpc,sparc due to dev-python/rst2pdf missing keywords. - - 09 Jul 2014; Andrey Grozin package.mask: - app-text/qgoogletranslator, dev-lisp/openmcl, dev-lisp/openmcl-build-tools removed from the tree - - 08 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of JSON::PP to perl-5.20 mask - - 08 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of IPC::Cmd to perl-5.20 mask - - 08 Jul 2014; Ian Stakenvicius (_AxS_) package.mask: - removed last-rites on postal2mp-demo - - 07 Jul 2014; Ian Stakenvicius (_AxS_) package.mask: - masked games-fps/postal2mp-demo for treecleaning - - 07 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of IO to perl-5.20 mask - - 07 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of HTTP::Tiny to perl-5.20 mask - - 07 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Filter::Simple to perl-5.20 mask - - 07 Jul 2014; Andreas K. Huettel package.mask: - Mask virtual/perl-Filter for removal - - 07 Jul 2014; Andreas K. Huettel updates/3Q-2014: - Move perl-core/Filter to dev-perl/Filter - - 07 Jul 2014; Sergey Popov package.mask: - Mask sys-block/afacli as consumer of sys-libs/lib-compat, bug #515926 - - 06 Jul 2014; Michał Górny package.mask: - Last rite virtual/python-argparse and virtual/python-unittest2. - - 06 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of File::Spec to perl-5.20 mask - - 06 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of ExtUtils::ParseXS to perl-5.20 mask - - 06 Jul 2014; Ulrich Müller updates/2Q-2014, - +updates/3Q-2014: - Move latest entry to correct quarter file. - - 06 Jul 2014; Michał Górny thirdpartymirrors: - Use a little different FQDN for mirror://bitbucket to silence out the repoman - false positives. - - 06 Jul 2014; Michał Górny package.mask: - Python 2.6 has been removed. - - 06 Jul 2014; Mikle Kolyada package.mask: - Add 5.20 version of ExtUtils::Manifest to perl-5.20 mask - - 06 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of ExtUtils::MakeMaker to perl-5.20 mask - - 06 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of ExtUtils::Install to perl-5.20 mask - - 06 Jul 2014; Hans de Graaff package.mask: - Mask old dev-ruby/builder:0 slot for removal. - - 06 JUL 2014; Mikle Kolyada prefix/linux/package.mask: - Cleanup. - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of ExtUtils::CBuilder to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Exporter to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Encode to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Digest::SHA to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Devel::PPPort to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Data::Dumper to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of DB_File to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Compress::Raw::Zlib to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Compress::Raw::Bzip2 to perl-5.20 mask - - 05 Jul 2014; Alexis Ballier base/package.use.mask: - unmask gnutls & rtmp on ffmpeg:0.10 - - 05 Jul 2014; Andreas K. Huettel package.mask: - Last-rite virtual/perl-Class-ISA - - 05 Jul 2014; Andreas K. Huettel updates/2Q-2014: - Move Class-ISA from perl-core to dev-perl - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Carp to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of CPAN::Meta::YAML to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of CPAN::Meta to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of CPAN to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of CGI to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of AutoLoader to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of Attribute::Handlers to perl-5.20 mask - - 05 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of perl-core/Archive-Tar to perl-5.20 mask - - 04 Jul 2014; Andreas K. Huettel package.mask: - Add 5.20 version of perl-core/B-Debug to perl-5.20 mask - - 04 Jul 2014; Pacho Ramos arch/alpha/use.stable.mask, - arch/ia64/use.stable.mask, arch/sparc/use.stable.mask: - More use.stable masks - - 04 Jul 2014; Pacho Ramos arch/arm/use.stable.mask, - arch/powerpc/use.stable.mask, package.mask: - Update gnome stable masks - - 04 Jul 2014; Pacho Ramos arch/arm/package.use.mask: - Update arm mask - - 03 Jul 2014; Michał Górny package.mask: - Unmask the last multilib fun-pack. - - 03 Jul 2014; Pacho Ramos - arch/alpha/package.use.stable.mask, arch/arm/package.use.stable.mask, - arch/ia64/package.use.stable.mask, - arch/powerpc/ppc32/package.use.stable.mask, - arch/powerpc/ppc64/package.use.stable.mask, - arch/sparc/package.use.stable.mask: - Update more stable masks - - 03 Jul 2014; Pacho Ramos - arch/alpha/package.use.stable.mask, arch/arm/package.use.stable.mask, - arch/ia64/package.use.stable.mask, arch/powerpc/ppc32/package.use.mask, - +arch/powerpc/ppc32/package.use.stable.mask, - arch/powerpc/ppc64/package.use.mask, - +arch/powerpc/ppc64/package.use.stable.mask, arch/sparc/package.use.mask, - +arch/sparc/package.use.stable.mask: - Update masks for gnome3 - - 03 Jul 2014; Pacho Ramos arch/arm/package.use.mask: - Update due bug #516130 - - 03 Jul 2014; Pacho Ramos - arch/amd64/package.use.stable.mask: - Update multilib stable mask - - 02 Jul 2014; Pacho Ramos - +arch/alpha/package.use.stable.mask, arch/arm/package.use.stable.mask, - +arch/ia64/package.use.stable.mask, arch/powerpc/ppc32/package.use.mask, - arch/powerpc/ppc64/package.use.mask, arch/sparc/package.use.mask: - Mask due Gnome3 not going to be stabilized on these arches - - 01 Jul 2014; Andreas K. Huettel package.mask: - Add message about Switch to perl-5.12 mask - - 01 Jul 2014; Tim Harder package.mask: - Use more detailed mask explanations. - - 01 Jul 2014; Patrick Lauer package.mask: - Remove silly lxc mask that interferes with docker - - 30 Jun 2014; Manuel Rüger package.mask: - Cleanup p.mask - - 29 Jun 2014; Andreas K. Huettel package.mask: - Add dev-php/PEAR-MDB2_Driver_ibase to firebird mask entry - - 29 Jun 2014; Andreas K. Huettel package.mask: - Mask use-flag firebird and package dev-db/firebird for bug 460780 - - 29 Jun 2014; Andreas K. Huettel package.mask: - Mask perl-5.12 and family for removal - - 29 Jun 2014; Andreas K. Huettel package.mask: - perl-5.14 is gone - - 29 Jun 2014; Greg Kroah-Hartman - remove docker masks due to security issues with old versions. - And a total lack of anyone telling me that they were masking them - in the first place... - - 29 Jun 2014; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Do not enable gstreamer in wine by default - - 28 Jun 2014; Hans de Graaff package.mask: - Mask dev-ruby/mail:2.4 slot. - - 27 Jun 2014; Ian Stakenvicius (_AxS_) - hardened/linux/amd64/no-multilib/package.mask: - added games-arcade/thinktanks-demo to p.mask in - hardened/linux/amd64/no-multilib - - 27 Jun 2014; Ian Stakenvicius (_AxS_) - arch/amd64/no-multilib/package.mask, - added games-arcade/thinktanks-demo to p.mask in amd64/no-multilib - - 27 Jun 2014; Sergei Trofimovich package.mask: - Fix syntax of 'PortageXS' mask. - - 27 Jun 2014; Mikle Kolyada package.mask: - Mask dev-perl/PortageXS 0.2.12 for preoper testing. - - 26 Jun 2014; Jeroen Roovers package.mask: - Mask net-analyzer/mausezahn (bug #515210). - - 25 Jun 2014; Andrey Grozin - arch/alpha/use.mask, arch/amd64/use.mask, arch/amd64/use.stable.mask, - arch/arm/use.mask, arch/arm64/use.mask, arch/ia64/use.mask, arch/m68k/use.mask, - arch/powerpc/ppc32/use.mask, arch/powerpc/ppc32/use.stable.mask, arch/s390/use.mask, arch/sh/use.mask, - arch/sparc/use.mask, arch/sparc/use.stable.mask, arch/x86/use.mask, arch/x86/use.stable.mask, - base/use.mask: - USE flags clisp, clozurecl, cmucl, ecls, gcl, sbcl masked in base - and unmasked only on the relevant arches (stable.masked whenever necessary) - - 24 Jun 2014; Mike Gilbert thirdpartymirrors: - Add ftp://ftp.gnupg.org/gcrypt/ to gnupg mirrors. - - 22 Jun 2014; Pacho Ramos package.mask: - Mask keytouch* for removal (#371839) - - 22 Jun 2014; Alexandre Rostovtsev package.mask: - Mask >=dev-libs/libgit2-glib-0.0.14 until a compatible gitg version is - released (bug #514468). - - 22 Jun 2014; Pacho Ramos - targets/desktop/gnome/package.use: - Newer version is compatible - - 22 Jun 2014; Samuli Suominen desc/xfce_plugins.desc: - Introduce XFCE_PLUGINS="battery" for xfce4-power-manager - - 22 Jun 2014; Robin H. Johnson package.mask: - openstack-guest-agents-unix and xe-guest-utilities coming because infra needs - them. - - 21 Jun 2014; Markos Chandras package.mask: - unmask latest sssd - - 19 Jun 2014; Alexandre Rostovtsev package.mask: - Moved emul-linux-x86-baselibs-20140508-r{10,11} to -r{13,14} to allow - unmasked -r12 for fixing file collision with unmasked lcms:0[abi_x86_32]. - - 18 Jun 2014; Michał Górny package.mask: - Remove p.masks of old (removed) media-video/libav versions. - - 17 Jun 2014; Ulrich Müller package.mask: - Remove masks for games-emulation/{boycott-advance-sdl,neopocott}, packages - have been removed. - - 17 Jun 2014; Ulrich Müller package.mask: - Remove mask for app-emacs/redo, package has been removed. - - 16 Jun 2014; Anthony G. Basile profiles.desc: - Drop hardened/linux/uclibc/amd64 and x86 to dev to avoid repoman warnings - - 16 Jun 2014; Anthony G. Basile base/use.mask, - prefix/windows/winnt/use.mask: - Mask CURL_SSL=winssl on all profiles, except prefix/windows/winnt - - 16 Jun 2014; Anthony G. Basile profiles.desc: - Add hardened musl profiles for mips to profiles.desc - - 16 Jun 2014; Ryan Hill package.mask: - Remove obsolete ver. - - 15 Jun 2014; Michał Górny package.mask: - Mask multilib libquvi & respective libquvi-scripts. - - 15 Jun 2014; Michał Górny package.mask: - Mask multilib curl. - - 15 Jun 2014; Joerg Bornkessel package.mask: - rm pmask media-video/vdr-1.6, media-plugins/vdr-noepgmenu - - 15 Jun 2014; Michał Górny package.mask: - Unmask multilib gstreamer. - - 14 Jun 2014; Anthony G. Basile package.mask: - Mask net-libs/cyassl for removal in 30 days, bug #495848 - - 14 Jun 2014; Justin Lecher desc/linguas.desc: - Add some missing locales - - 14 Jun 2014; Alexandre Rostovtsev desc/linguas.desc: - Add new translations in app-text/iso-codes-3.54 to linguas.desc - - 14 Jun 2014; Markos Chandras package.mask: - Mask sssd-1.11.6 for testing in production - - 14 Jun 2014; Michał Górny package.mask: - Move nspr to the common multilib mask, and mask nss & baselibs before - committing. - - 13 Jun 2014; Hanno Boeck package.mask: - Restrict pymsn-t mask to old version without pillow fix. - - 13 Jun 2014; Ulrich Müller license_groups: - Add Transmission-OpenSSL-exception license exception to GPL-COMPATIBLE group. - - 13 Jun 2014; Ian Stakenvicius (_AxS_) package.mask: - added multilib-converted nspr to package.mask for testing - - 13 Jun 2014; Eray Aslan package.mask: - net-mail/fetchyahoo punted from the tree - bug #450116 - - 13 Jun 2014; Eray Aslan package.mask: - net-mail/dovecot-2.{0,1} no longer in the tree - - 13 Jun 2014; Michał Górny package.mask: - Restore mask on gst-plugins-{gconf,gnomevfs}. - - 13 Jun 2014; Mike Gilbert package.mask: - Mask net-misc/openswan. - - 13 Jun 2014; Michał Górny package.mask: - Unmask non-gstreamer multilib packages. - - 12 Jun 2014; Michał Górny package.mask: - Update slotted lua p.mask for multilib versions. - - 12 Jun 2014; Michał Górny package.mask: - Unmask cppunit since it does not collide with emul-linux-x86 and is required - for dev-python/subunit which is needed to fix dev-libs/check (bug #510892). - - 12 Jun 2014; Pawel Hajdan jr - +arch/x86/package.use.force, base/package.use.force: - Add profile entries for www-client/chromium's new pic USE flag. - - 11 Jun 2014; Michał Górny package.mask: - Unmask multilib tdb since it carries fix for bug #511846. - - 11 Jun 2014; Michał Górny package.mask: - Mask multilib media-video/ffmpeg. - - 11 Jun 2014; Michał Górny package.mask: - Mask respective gtklibs bump. - - 11 Jun 2014; Michał Górny package.mask: - Mask multilib gconf & gnome-vfs, and respective gstreamer plugins. - - 11 Jun 2014; Michał Górny package.mask: - Mask multilib tdb as well (for samba). - - 11 Jun 2014; Michał Górny package.mask: - Mask multilib samba3. - - 10 Jun 2014; Michał Górny package.mask: - Fix gst-plugins-gl mask. - - 10 Jun 2014; Michał Górny package.mask: - Mask multilib gstreamer packages before committing. - - 10 Jun 2014; Michał Górny package.mask: - Mask multilib libquicktime as well. - - 10 Jun 2014; Michał Górny package.mask: - Mask new set of multilib packages before committing. - - 10 Jun 2014; Patrick Lauer package.mask: - Add docker to lxc mask - - 10 Jun 2014; Mike Gilbert package.mask: - Mask unused packages depending on dev-python/imaging. - - 08 Jun 2014; Brian Evans thirdpartymirrors: - Update mysql mirror list to remove old or broken mirrors. - Thanks to Ben Kohler, bug 494854. - - 08 Jun 2014; Ulrich Müller license_groups: - Comment DEPRECATED license group, its only member "as-is" is gone. - - 08 Jun 2014; Tom Wijsman package.mask: - Mask VLC ebuilds that are affected with security bug CVE-2013-6934. - - 08 Jun 2014; Michał Górny package.mask: - Mask multilib libsoup & neon. - - 08 Jun 2014; Michał Górny package.mask: - Unmask the previous set of multilib conversions. - - 07 Jun 2014; Manuel Rüger package.mask: - Cleanup p.mask - - 07 Jun 2014; Michał Górny package.mask: - Mask multilib libav & libpostproc. - - 07 Jun 2014; Michał Górny package.mask: - Mask multilib libofa & respective medialibs bump. - - 07 Jun 2014; Michał Górny package.mask: - Mask new multilib cppunit & taglib. - - 07 Jun 2014; Ulrich Müller package.mask: - Remove mask for app-editors:21 and :22, ebuilds have been removed. - - 06 Jun 2014; Tom Wijsman package.mask: - Extend gentoo-sources CVE-2014-3153 mask with 3.2 and 3.4 branches. - - 06 Jun 2014; Anthony G. Basile profiles.desc: - Add hardened musl profiles for armv7a as exp - - 05 Jun 2014; Sergey Popov package.mask: - Drop obsolete mask on mail-filter/dovecot_deleted_to_trash - - 04 Jun 2014; Hans de Graaff package.mask: - Rescue dev-ruby/ruby-sdl from being removed. - - 03 Jun 2014; Alexandre Rostovtsev - +targets/desktop/package.use.force: - Force dev-libs/glib[mime] for desktop profiles, see bug #511894 - - 03 Jun 2014; Jorge Manuel B. S. Vicetto - default/bsd/fbsd/packages.build, default/linux/packages.build: - Add sys-apps/which to the list of packages to build on stage1 - fixes bug - 502084. - - 02 Jun 2014; Matthew Thode package.mask: - Remove mask on dev-python/rackspace-monitoring{,-cli}, dep issues fixed - - 02 Jun 2014; Hans de Graaff thirdpartymirrors: - Update rubygems mirror to the new canonical address and remove old or broken - mirrors, bug 512132. - - 02 Jun 2014; Hans de Graaff package.mask: - Mask old ruby package which only host source on rubyforge, bug 512132. - - 02 Jun 2014; Anthony G. Basile profiles.desc: - Add hardened musl profiles for amd64 and x86 as exp - - 02 Jun 2014; Manuel Rüger package.mask: - Clean up package.mask - - 02 Jun 2014; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Make libmediaart installable out of the box in gnome profiles - - 01 Jun 2014; Hans de Graaff package.mask: - Mask new rubinius version for testing. - - 01 Jun 2014; Hans de Graaff base/package.use: - Remove default ruby_targets_ruby20 USE flags for core ruby packages now that - ruby20 is in the default RUBY_TARGETS. - - 01 Jun 2014; Pacho Ramos arch/amd64-fbsd/package.use.mask: - use.mask due missing keywords - - 01 Jun 2014; Pacho Ramos arch/amd64-fbsd/package.use.mask: - use.mask due missing keywords - - 01 Jun 2014; Sven Vermeulen package.mask: - Add libsemanage-2.3-r1 to p.mask (multilib depends on audit-2.2.2-r2) - - 01 Jun 2014; Pacho Ramos base/package.use.mask: - use.mask lua for grilo-plugins as we still have lua-5.2 hardmasked - - 01 Jun 2014; Pacho Ramos package.mask: - Unmask Gnome 3.12 - - 31 May 2014; Samuli Suominen package.mask: - Release Xfce 4.11 (pre-4.12) to ~arch which has better compability with - systemd and upower >= 0.99. Both 4.10 and 4.11 (pre-4.12) will still be - parallel maintained; 4.10 for stable and 4.11 (pre-4.12) for ~arch. - - 31 May 2014; Pacho Ramos package.mask: - Update 3.12 mask - - 31 May 2014; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-misc/katawa-shoujo for hardened no-multilib - - 31 May 2014; Pacho Ramos package.mask: - Update 3.12 mask - - 31 May 2014; Patrick Lauer package.mask: - Mask dev-python/rackspace-monitoring{,-cli} #511676 - - 30 May 2014; Michał Górny package.mask: - Mask multilib cyrus-sasl before committing. - - 30 May 2014; Markos Chandras package.mask: - Mask transifex-client beta release - - 30 May 2014; Davide Pesavento package.mask: - dev-python/sip: p.mask later versions and dependent packages too. - - 30 May 2014; Michał Górny package.mask: - Mask the upcoming PAM multilib package set. - - 30 May 2014; Joerg Bornkessel package.mask: - removed block media-plugins/ vdr-atscepg vdr-channelblocker vdr-iptv-0.3.2 - - 30 May 2014; Tom Wijsman package.mask: - Mask dev-java/ibm-jdk-bin:1.5 due to CVE-2012-1721. - - 30 May 2014; Tom Wijsman package.mask: - Fix typo in a comment. - - 29 May 2014; Michał Górny package.mask: - Mask multilib audit. - - 29 May 2014; Pacho Ramos targets/systemd/package.use.mask: - upower support is not needed on setups running systemd, also relies on old - upower (#508920) - - 29 May 2014; Michał Górny package.mask: - Mask multilib libart_lgpl & cracklib before committing. - - 29 May 2014; Sven Vermeulen desc/input_devices.desc: - Add roccat_konepuremilitary input device (bug #511524) - - 29 May 2014; Michał Górny package.mask: - Unleash all new multilib ebuilds. - - 28 May 2014; Markos Chandras package.mask: - Unmask new ldb and sssd revisions - - 28 May 2014; Sergey Popov desc/linguas.desc: - Add 'Uzbek in Latin script' locale - - 27 May 2014; Michał Górny targets/desktop/package.use: - Disable USE=mng on emul-linux-x86-qtlibs by default. - - 27 May 2014; Michał Górny package.mask: - Uncomment the python:2.6 mask. - - 27 May 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Remove mask for xorg-server prerelease, fontsproto/libXfont and - wayland/weston. - - 27 May 2014; Patrick Lauer package.mask: - Add vdr-1.6 reverse deps - - 26 May 2014; Markos Chandras package.mask: - Mask new sssd revbump for testing in real systems - - 26 May 2014; Lars Wendler package.mask: - Added mask for >=sys-libs/ldb-1.1.17-r1 until sys-auth/sssd got subslot - support (bug #511528 and bug #511530). - - 26 May 2014; Tim Harder package.mask: - Drop dev-lang/fpc-ide mask, package removed. - - 25 May 2014; Michał Górny package.mask: - Mask multilib libidn & libnl. - - 24 May 2014; Jeroen Roovers thirdpartymirrors: - Remove mirror://opensuse (bug #494868). - - 24 May 2014; Michał Górny thirdpartymirrors: - Update/fix bitbucket download URIs. Reported by Douglas Freed, thanks. - - 24 May 2014; Andreas K. Huettel package.mask: - Remove poppler-0.26 mask - - 24 May 2014; Lars Wendler package.mask: - Fixed vdr-1.6 mask. - - 24 May 2014; Joerg Bornkessel package.mask: - masked (old) vdr-1.6 tree for removal - - 24 May 2014; Pawel Hajdan jr package.mask: - Roll dev channel mask for chromium-37. - - 23 May 2014; Jonathan Callen package.mask: - Mask multilib dev-libs/openssl:0.9.8 before committing - - 23 May 2014; Manuel Rüger package.mask: - Mask sci-biology/ncbi-tools++ - removal in 30days - - 23 May 2014; Andrey Grozin package.mask: - Mask app-text/qgoogletranslator, dev-lisp/openmcl, dev-lisp/openmcl-build-tools - for removal in 30 days - - 23 May 2014; Jeroen Roovers package.mask: - Mask specific versions of dev-libs/libevent. - - 23 May 2014; Alexandre Rostovtsev package.mask: - Fix libgphoto2 multilib mask (2.5.4 should not have been masked, 2.5.3.1-r1 - is gone from the tree) - - 22 May 2014; Ian Delaney (22 May 2014): - Masking of weasyprint-0.22 subject to update of py3.4 support to key dep - - 21 May 2014; Michał Górny package.mask: - Mask multilib libgphoto2, sane-backends & deps before committing. - - 21 May 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Rearrange Xwayland and fontsproto mask, add patched libXfont to mask. - - 21 May 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Mask recent fontsproto, xorg-server, wayland and weston - - 21 May 2014; Michał Górny package.mask: - Mask multilib openldap before committing. - - 21 May 2014; Justin Lecher package.mask: - drop mask from pybugz - - 21 May 2014; Justin Lecher package.mask: - Mask pybugz due to borked patch - - 19 May 2014; Alexis Ballier base/package.use.mask: - unmask openssl on multilib ffmpeg - - 19 May 2014; Alexandre Rostovtsev package.mask: - Temporarily mask timezone-data-2014c because dev-libs/glib can't parse the - new timezone format, leading to wrong timestamps everywhere. - - 19 May 2014; Michał Górny package.mask: - Unmask new emul-linux sets and multilib conversions preceding them. - - 19 May 2014; Michał Górny package.mask: - Unmask multilib OpenSSL. - - 18 May 2014; Ryan Hill package.mask: - Mask GCC 4.9 for testing. - - 18 May 2014; Jeroen Roovers package.mask: - Drop net-nntp/tin development mask. - - 17 May 2014; Ulrich Müller package.mask: - Mask app-emacs/redo for removal. - - 17 May 2014; Ulrich Müller package.mask: - Mask games-emulation/boycott-advance-sdl and games-emulation/neopocott for - removal. - - 16 May 2014; Markos Chandras package.mask: - Unmask lightdm-1.10. Mask 1.11 - - 16 May 2014; Michał Górny package.mask: - Slide the PyPy mask to 2.3, unleashing 2.2 on our unexpecting users. - - 16 May 2014; Michał Górny package.mask: - Drop old python-exec versions. - - 16 May 2014; Michał Górny package.mask: - Remove old (slotted) PyPy. - - 16 May 2014; Tom Wijsman package.mask: - Remove masks for broken gentoo-sources revisions that were removed, as a new - revision has been added which uses a working stable queue patch. - - 16 May 2014; Tom Wijsman package.mask: - Mask gentoo-sources revisions that have a broken security mask. - - 16 May 2014; Tom Wijsman package.mask: - Mask gentoo-sources ebuilds that are affected with security bug - CVE-2014-0196. - - 16 May 2014; Andrey Grozin package.mask: - The masked version of gcl has been removed, removing the line in package.mask. - - 16 May 2014; Hans de Graaff updates/2Q-2014: - Add slotmove for dev-ruby/http-0.6.x packages. - - 16 May 2014; Alexandre Rostovtsev desc/linguas.desc: - Add some more LINGUAS for gnome-extra/cinnamon-translations - - 15 May 2014; Michał Górny package.mask: - Mask new multilib packages. - - 15 May 2014; Alexis Ballier base/package.use.mask: - unmask ffmpeg:0.10 flags that have their multilib deps satisfied now - - 14 May 2014; Michał Górny package.mask: - Mask the mit-krb5 multilib conversion block. - - 14 May 2014; Alexis Ballier package.mask: - unmask ffmpeg-2 now that bug #476490 blockers are fixed - - 14 May 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Mask packages which depend on libevdev, bug #492886. - - 14 May 2014; Michał Górny package.mask: - Mask new set of multilib additions. - - 14 May 2014; Michał Górny package.mask: - Mask multilib cups. - - 14 May 2014; Hans de Graaff +updates/2Q-2014: - Add missing slotmove for dev-ruby/listen version, bug 510226. - - 13 May 2014; Michał Górny package.mask: - Mask multilib gnutls. - - 13 May 2014; Michał Górny package.mask: - Mask multilib libevent & unbound before committing. - - 13 May 2014; Michał Górny package.mask: - Update multilib OpenSSL mask, and move it to the top to facilatate early - unmasking if urgent update becomes necessary. - - 13 May 2014; Michał Górny package.mask: - Unmask the previous batch of multilib conversions. - - 13 May 2014; Michał Górny package.mask: - Move ldns mask to proper block. - - 12 May 2014; Michał Górny package.mask: - Mask multilib openssl before committing. - - 12 May 2014; Michał Górny package.mask: - Mask multilib avahi for review/testing. - - 12 May 2014; Luca Barbato package.mask: - Update the libav10 mask - - 12 May 2014; Ulrich Müller package.mask: - Remove masks for dev-libs/clens and dev-java/randomguid, packages removed. - - 11 May 2014; Michał Górny package.mask: - Mask multilib libdaemon. - - 11 May 2014; Michał Górny package.mask: - Remove old LLVM masks. - - 11 May 2014; Pacho Ramos package.mask: - Mask media-video/y4mscaler for removal - - 11 May 2014; Pacho Ramos package.mask: - Clean old mask entries - - 10 May 2014; Mike Gilbert package.mask: - Remove llvm mask for mgorny. - - 10 May 2014; Alexandre Rostovtsev package.mask: - Unmask Cinnamon 2.2 (bug #487678). - - 10 May 2014; Alexandre Rostovtsev package.mask: - Expand cinnamon mask - - 10 May 2014; Michał Górny package.mask: - Mask broken LLVM temporarily. - - 10 May 2014; Johannes Huber package.mask: - Remove obsolete mask on games-puzzle/krosswordpuzzle. - - 09 May 2014; Samuli Suominen package.mask: - Unmask mistakenly masked non-multilib alsa-plugins to fix depgraph. - - 09 May 2014; Markos Chandras package.mask: - Update mask for openocd-0.8.0 - - 09 May 2014; Michał Górny package.mask: - Mask multilib alsa-oss & alsa-plugins. - - 09 May 2014; Michał Górny package.mask: - Mask multilib bluez. - - 08 May 2014; Chí-Thanh Christopher Nguyễn - targets/desktop/package.use: - Enable x11-libs/libxcb[xkb] by default in the desktop profile. - - 08 May 2014; Ulrich Müller package.mask: - Update mask for app-editors/emacs SLOTs 21 and 22. - - 08 May 2014; Jeroen Roovers use.desc: - Typo. - - 07 May 2014; Manuel Rüger package.mask: - Useful for removed ruby18, no-op in ruby19 and later. Masked for removal in - 30 days. - - 07 May 2014; Justin Lecher package.mask: - Mask experimental lxml support in sci-chemistry/ccpn - - 07 May 2014; Alexandre Rostovtsev package.mask: - Expand Cinnamon-2.2 mask - - 06 May 2014; Pacho Ramos package.mask: - Mask latest emul set for testing - - 06 May 2014; Tom Wijsman package.mask: - Remove MATE Desktop Environment 1.8 introduction mask. - - 05 May 2014; Brian Evans package.mask: - Mask slot 3 of dev-db/mysql++ for removal. Slot 0 and 3 collide as - the slotting was not done properly. - - 04 May 2014; Alexandre Rostovtsev - targets/desktop/package.use: - typo - - 04 May 2014; Tom Wijsman package.mask: - caja-extensions was in wrong category, also removed the packages that it - replaces from the mask. - - 04 May 2014; Tom Wijsman package.mask: - Added mate-base/caja-extensions to MATE 1.8 mask. media-gfx/mate-image-viewer - has been named media-gfx/eom in MATE 1.8, x11-misc/mate-menu-editor has been - named x11-misc/mozo in MATE 1.8. - - 04 May 2014; Alexandre Rostovtsev - targets/desktop/package.use: - Enable cairo LTO by default only for desktop profiles, bug #509552 - - 03 May 2014; Markos Chandras package.mask: - Mask app-emulation/lxc-1.X.X releases - - 03 May 2014; Tom Wijsman package.mask: - JRuby 1.7.12 needs to be further tested and revised by both Java and Ruby - herds. - - 03 May 2014; Michał Górny package.mask: - Remove obsolete systemd mask. - - 03 May 2014; Michał Górny package.mask: - Add updated emul-linux-x86-sdl to multilib p.mask. - - 03 May 2014; Michał Górny package.mask: - Add SDL mixer library to multilib p.mask. - - 03 May 2014; Michał Górny package.mask: - Mask multilib fluidsynth. - - 03 May 2014; Michał Górny package.mask: - Mask multilib ladspa-cmt. - - 03 May 2014; Pacho Ramos package.mask: - Clean some mask entries - - 03 May 2014; Michał Górny package.mask: - Mask multilib media-sound/lash before committing. - - 03 May 2014; Michał Górny package.mask: - Mask new libSM with proper dependency on multilib util-linux. - - 02 May 2014; Tom Wijsman base/package.use.mask: - Update MATE bluetooth mask to include mate-base/mate[bluetooth]. - - 02 May 2014; Tom Wijsman package.mask, - base/package.use.mask: - Mask Bluetooth support in MATE due to BlueZ incompatibilities. - - 02 May 2014; Michał Górny package.mask: - Mask multilib virtual/acl and sys-devel/libtool. - - 02 May 2014; Michał Górny package.mask: - Mask multilib sys-apps/acl. - - 02 May 2014; Michał Górny package.mask: - Mask multilib util-linux and future baselibs before committing. - - 01 May 2014; Sergei Trofimovich package.mask: - Drop mask of '=net-im/openfire-3.9.2', restored 'security.xml' file. - - 30 Apr 2014; Anthony G. Basile base/use.mask, - +prefix/windows/cygwin/use.mask: - Mask elibc_Cygwin and elibc_Winnt in base, unmask in prefix/windows, bug - #509204 - - 30 Apr 2014; Ian Stakenvicius (_AxS_) package.mask: - removed mask on new thunderbird; no issues with lightning distfiles - - 30 Apr 2014; Ian Stakenvicius (_AxS_) package.mask: - short term mask of new thunderbird so ppl don't upgrade to it; minor bug - related to distfiles to sort out - - 30 Apr 2014; Ulrich Müller license_groups: - Add bf1942-lnxded license to EULA group. - - 30 Apr 2014; Ian Stakenvicius (_AxS_) - default/bsd/fbsd/package.use.mask: - expanded wifi use mask on fbsd to cover all mozilla packages instead of just - firefox - - 30 Apr 2014; Michał Górny package.mask: - Unmask exiv2 after fixing. - - 30 Apr 2014; Justin Lecher package.mask: - Mask sci-geosciences/gempak for removal - - 30 Apr 2014; Ulrich Müller package.mask: - Remove app-emacs/delicious mask, package removed. - - 29 Apr 2014; Mike Frysinger package.mask: - Drop bison-3 mask to get ~arch testing #479254. - - 29 Apr 2014; Anthony G. Basile desc/curl_ssl.desc: - Add winssl use expand for curl, bug #508808 - - 29 Apr 2014; Anthony G. Basile base/make.defaults, - desc/elibc.desc: - Properly sync various ELIBCs between base/make.defaults and desc/elibc.desc - - 29 Apr 2014; Lars Wendler package.mask: - Adjusted mask for net-libs/ptlib and net-libs/opal so newer versions get - covered as well. - - 28 Apr 2014; Tom Wijsman package.mask: - x11-wm/mate-window-manager has renamed to x11-wm/marco in MATE 1.8. - - 28 Apr 2014; Mike Frysinger package.mask: - Mask qemu-user #508098. - - 28 Apr 2014; Sergey Popov package.mask: - Drop temporary LeechCraft masks - - 28 Apr 2014; Sergey Popov package.mask: - Temporary mask old Leechcraft packages due to massive cleanup - - 28 Apr 2014; Jeroen Roovers package.mask: - Remove obsolete net-analyzer/ethstatus mask. - - 28 Apr 2014; Jeroen Roovers package.mask: - Mask ~net-analyzer/nmap-6.46. - - 28 Apr 2014; Gilles Dartiguelongue package.mask: - Add gnome-light to Gnome 3.12 mask. - - 28 Apr 2014; Gilles Dartiguelongue package.mask: - Clean up overlay ebuilds from Gnome 3.12 mask. Fix gnome-terminal mask line. - - 27 Apr 2014; Manuel Rüger package.mask: - Mask dev-python/python-gnutls. See bug #446016. - - 27 Apr 2014; Manuel Rüger package.mask: - Cleanup pmask. - - 27 Apr 2014; Tom Wijsman package.mask: - app-text/mate-document-viewer has renamed to app-text/atril in MATE 1.8. - - 27 Apr 2014; Tom Wijsman package.mask: - app-editors/mate-text-editor has renamed to app-editors/pluma in MATE 1.8. - - 27 Apr 2014; Tom Wijsman package.mask: - app-arch/mate-file-archiver has renamed to app-arch/engrampa in MATE 1.8. - - 27 Apr 2014; Andreas K. Huettel package.mask: - Mask poppler-0.26 for testing - - 27 Apr 2014; Gilles Dartiguelongue package.mask: - Add mask for Gnome 3.12. - - 27 Apr 2014; Pacho Ramos arch/alpha/use.stable.mask, - arch/arm/use.stable.mask, arch/ia64/use.stable.mask, - arch/powerpc/use.stable.mask: - Update use.stable.mask - - 27 Apr 2014; Patrick Lauer package.mask: - Mask gnome-extra/evolution-kolab as gnome3.8 was removed - - 26 Apr 2014; Michał Górny package.mask: - Mask Python 2.6-only packages and prepare for masking Python 2.6 itself. - - 26 Apr 2014; Tim Harder package.mask: - Mask dev-lang/fpc-ide for removal. - - 26 Apr 2014; Tim Harder package.mask: - Use a specific qt5 use mask on >=media-video/mkvtoolnix-6.9.0 instead of a - package mask. - - 26 Apr 2014; Pacho Ramos base/package.use.mask: - Mask introspection on old version as it depends on long time obsolete goi, - bug #508742 - - 26 Apr 2014; Pacho Ramos arch/alpha/use.stable.mask, - arch/arm/use.stable.mask, arch/ia64/use.stable.mask, - arch/powerpc/use.stable.mask, arch/sparc/use.stable.mask: - Update stable use mask - - 26 Apr 2014; Pacho Ramos arch/alpha/use.stable.mask, - arch/arm/use.stable.mask, arch/ia64/use.stable.mask, - arch/powerpc/use.stable.mask: - Update stable use mask - - 26 Apr 2014; Pacho Ramos arch/alpha/use.stable.mask, - arch/ia64/use.stable.mask, arch/powerpc/use.stable.mask, - arch/sparc/use.stable.mask: - Update stable use mask - - 26 Apr 2014; Joerg Bornkessel package.mask: - removed mask for removal - media-plugins/vdr-eggtimer,vdr-ac3mode,vdr-bistreamout - - 25 Apr 2014; Tim Harder package.mask: - Mask =dev-libs/protobuf-c-1.0.0* for testing. - - 24 Apr 2014; Tim Harder package.mask: - Unmask =dev-java/jython-2.7*. - - 24 Apr 2014; Jorge Manuel B. S. Vicetto - arch/amd64/package.use.mask, base/package.use.mask: - Mask tokudb use flag for dev-db/mariadb in all arches except amd64. - - 23 Apr 2014; Andreas K. Huettel package.mask: - Remove networkmanagement mask on request by mrueg - - 23 Apr 2014; Mike Gilbert package.mask: - Mask dev-python/manifestdestiny for removal. - - 23 Apr 2014; Tom Wijsman package.mask: - [QA] Remove obselete entries that were last rited, 30 days have passed and - for which their ebuilds / packages have been removed by the maintainer(s). - - 23 Apr 2014; Tom Wijsman package.mask: - [QA] Removed obsolete =net-libs/libnatpmp-20140401 mask, the version with - missing declspec.h has been punted by ssuominen. - - 23 Apr 2014; Samuli Suominen package.mask: - Punt now unrequired entry for removed faenza-xfce-icon-theme package. - Everything from the themepack was included directly in the original - faenza-icon-theme. - - 23 Apr 2014; Mikle Kolyada package.mask: - Drop qt5 and co. from the tree - - 23 Apr 2014; Patrick Lauer package.mask: - Import qt5 from qt overlay, keep masked for a bit more testing - - 22 Apr 2014; Matti Bickel package.mask: - Add masks for slotted lua. - - 22 Apr 2014; Michael Palimaka targets/desktop/kde/package.use: - Enable USE="multimedia" for dev-qt/qt-mobility by default as it is required - by kde-base/artikulate. - - 21 Apr 2014; Michał Górny package.mask: - Unmask new versions of emul-linux to fix vulnerable openssl. - - 20 Apr 2014; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable needed apache2 modules for gnome-user-share - - 20 Apr 2014; Michał Górny package.mask: - Unmask the first set of gx86-multilib conversions. - - 20 Apr 2014; Mike Gilbert package.mask: - Drop certifi and moz* masks after package removal. - - 20 Apr 2014; Julian Ospald arch/alpha/package.use.mask, - arch/arm/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - mask 'media-video/mpv sdl' on arches where media-libs/libsdl2 is not - keyworded yet wrt #506982 and #508226 - - 20 Apr 2014; Markos Chandras package.mask: - Required lightdm-1.4.X versions have been restored. Bug #507358 - - 19 Apr 2014; Julian Ospald targets/desktop/package.use: - prepare for media-video/mpv[sdl] wrt #506982 - - 18 Apr 2014; Michał Górny package.mask: - Mask updated emul-linux-x86-sdl. - - 18 Apr 2014; Michał Górny package.mask: - Mask updated emul-linux-x86-gtklibs. - - 18 Apr 2014; Michał Górny package.mask: - Mask updated emul-linux-x86-baselibs. - - 18 Apr 2014; Tim Harder package.mask: - Mask >=media-video/mkvtoolnix-6.9.0 waiting for qt5. - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/sdl-gfx-2.0.24-r1 for multilib conversion - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/sdl-sound-1.0.3-r1 for multilib conversion - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/freealut-1.1.0-r3 for multilib conversion - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/sdl-ttf-2.0.11-r1 for multilib conversion - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/sdl-net-1.2.8-r1 for multilib conversion - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/smpeg-0.4.4-r10 for multilib conversion - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/sdl-image-1.2.12-r1 for multilib conversion - - 18 Apr 2014; Michał Górny package.mask: - Remove stray comments from middle of multilib mask, update note on unmasking. - - 18 Apr 2014; Julian Ospald package.mask: - remove obsolete mask on >=media-libs/libsdl2-2.0.2-r1, it does not depend on - masked libs - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/libsdl2-2.0.2-r1 for multilib migration wrt #484130 - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/libsdl-1.2.15-r5 for multilib migration wrt #489122 - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/libcaca-0.99_beta18-r2 for multilib conversion wrt #497776 - - 18 Apr 2014; Julian Ospald package.mask: - prepare media-libs/imlib2 for multilib conversion wrt #496376 - - 18 Apr 2014; Julian Ospald package.mask: - mask >=media-libs/imlib-1.9.15-r4 for multilib conversion wrt #499268 - - 18 Apr 2014; Julian Ospald package.mask: - mask sys-libs/slang, media-libs/giflib, media-libs/aalib for multilib - conversion wrt #496586, #496548, #497774 - - 17 Apr 2014; Pacho Ramos arch/alpha/use.stable.mask, - arch/ia64/use.stable.mask, arch/powerpc/use.stable.mask, - arch/sparc/use.stable.mask: - Mask gnumeric USE on arches that will lose its stable keyword for that - - 17 Apr 2014; Pacho Ramos arch/alpha/use.stable.mask, - arch/ia64/use.stable.mask, arch/powerpc/use.stable.mask, - arch/sparc/use.stable.mask: - Drop stable keywords after the discussion caused by Gnome 3.8/3.10 - stabilization on this arches - - 17 Apr 2014; Alexey Shvetsov base/package.use.mask: - Use mask ppc driver - - 17 Apr 2014; Patrick Lauer package.mask: - Mask uninstallable razorqt-base/razorqt-lightdm-greeter version #507358 - - 16 Apr 2014; Mike Gilbert package.mask: - Roll dev channel mask for chromium-36. - - 16 Apr 2014; Alexey Shvetsov desc/ofed_drivers.desc: - Add new ib drivers description - - 15 Apr 2014; Ulrich Müller license_groups: - Add no-source-code license notice to BINARY-REDISTRIBUTABLE group. - - 15 Apr 2014; Sergey Popov package.mask: - Drop obsolete mask for dev-libs/boost and dev-util/boost-build - - 15 Apr 2014; Johannes Huber package.mask: - Remove obsolete mask on kde-misc/youtube-servicemenu. - - 15 Apr 2014; Tiziano Müller - desc/nginx_modules_http.desc: - Add USE flag descriptions for nginx_modules_http_{ajp,sticky}. - - 14 Apr 2014; Tom Wijsman package.mask: - Removal of >=sys-kernel/git-sources-3.15_rc1 mask, as this is temporarily - fixed in kernel-2.eclass; see bug #507656. - - 14 Apr 2014; Mike Pagano package.mask: - Masking git-sources-3.15_rc1 due to broken patch - - 14 Apr 2014; Johannes Huber package.mask: - Masked kde-misc/networkmanagement for removal. - - 14 Apr 2014; Ulrich Müller package.mask: - Drop net-ftp/pftpfxp mask, package removed. - - 13 Apr 2014; Sebastian Pipping package.mask: - Unmask redshift 1.9-r* - - 13 Apr 2014; Sebastian Pipping package.mask: - Mask upcoming ~x11-misc/redshift-1.9 - - 13 Apr 2014; Pacho Ramos +arch/alpha/use.stable.mask, - +arch/arm/use.stable.mask, +arch/ia64/use.stable.mask, - +arch/powerpc/use.stable.mask, +arch/sparc/use.stable.mask: - use.stable.mask because it won't be stabilized in that arches - - 12 Apr 2014; Samuli Suominen package.mask: - Lastrite dev-cpp/libsexymm as part of the effort in bug #380193 - - 12 Apr 2014; Ulrich Müller package.mask: - Mask dev-java/randomguid for removal. - - 12 Apr 2014; Pacho Ramos arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask, - arch/sparc/package.use.mask: - Mask mbim USE due missing keywords on some arches - - 12 Apr 2014; Ulrich Müller package.mask: - Drop x11-themes/gdm-themes-livecd mask, package removed. - - 11 Apr 2014; Rick Farina package.mask: - adjust date on dev-util/dissy removal due to late announement - - 11 Apr 2014; Samuli Suominen desc/xfce_plugins.desc: - Describe multiload-nandhp for XFCE_PLUGINS="" - - 11 Apr 2014; Samuli Suominen package.mask: - Mask new xfce4-mixer in the Xfce 4.12 mask. - - 11 Apr 2014; Michał Górny package.mask: - Limit the llvm mask to the single version. - - 11 Apr 2014; Ian Delaney package.mask: - unmask django-celery-3.1.9, celery-3.1.10 - - 11 Apr 2014; Alexis Ballier package.mask: - mask multilib libbluray - - 11 Apr 2014; Alexis Ballier package.mask: - mask multilib libaacs - - 10 Apr 2014; Michał Górny package.mask: - Mask new sys-devel/llvm ebuild. - - 10 Apr 2014; Tom Wijsman package.mask: - Adjust mate-base/mate-file-manager mask to be mate-base/caja due to upstream - name change. - - 10 Apr 2014; Johannes Huber package.mask: - Mask games-puzzle/krosswordpuzzle for removal. - - 10 Apr 2014; Michał Górny package.mask: - Mask pypy-bin for testing as well. - - 09 Apr 2014; Ian Delaney package.mask: - Add django-celery-3.1.9 which deps on celery-3.1.10 - - 09 Apr 2014; Ian Delaney package.mask: - Add celery-3.1.10 until further testing - - 09 Apr 2014; Patrick Lauer package.mask: - Add app-backup/pybackpack to rdiff-backup mask - - 09 Apr 2014; Patrick Lauer package.mask: - Add rdiff-backup-fs to rdiff-backup mask - - 09 Apr 2014; Patrick Lauer package.mask: - Mask rdiff-backup: Dead upstream, has known dataloss bugs. - - 08 Apr 2014; Markos Chandras package.mask: - Mask new lightdm-1.10 - - 08 Apr 2014; Michał Górny package.mask: - Mask virtual/pypy:2.0 and the corresponding packages. - - 08 Apr 2014; Sergey Popov package.mask: - Security mask of vulnerable OpenSSL versions, bug #505278 - - 08 Apr 2014; Alexey Shvetsov arch/amd64/use.mask, - arch/x86/use.mask, base/ChangeLog, base/use.mask, - desc/openmpi_ofed_features.desc: - Add udcm desk - - 08 Apr 2014; Alexey Shvetsov arch/amd64/use.mask, - arch/x86/use.mask, base/ChangeLog, base/use.mask: - CUDA only available on x86 and amd64 so mask it globaly and unmask only on - target arches - - 06 Apr 2014; Markos Chandras package.mask: - Mask openocd-0.8.0_rc* releases for testing - - 06 Apr 2014; Gilles Dartiguelongue package.mask: - Add mask for old and broken pitivi releases. - - 06 Apr 2014; Julian Ospald base/package.use.mask: - mask package.mask: - Mask new emul set until their ebuilds are tested/updated for native multilib - setups - - 06 Apr 2014; Pacho Ramos ChangeLog: - Mask some packages for removal - - 06 Apr 2014; Samuli Suominen package.mask: - Remove now unrequired mask for libopensync-plugin-evolution2 wrt #352506 - - 05 Apr 2014; Sébastien Fabbro package.mask: - Removing glpk mask - - 05 Apr 2014; Andreas K. Huettel - -eapi-5-files/ChangeLog, -eapi-5-files/eapi, - -eapi-5-files/package.use.stable.mask: - Remove obsolete directory - - 05 Apr 2014; Andreas K. Huettel releases/13.0/parent: - Remove empty directory eapi-5-files from parents - - 05 Apr 2014; Julian Ospald package.mask: - mask >=dev-libs/DirectFB-1.7.1 wrt #499740 and #497124 - - 05 Apr 2014; Manuel Rüger package.mask: - Cleanup package.mask. - - 05 Apr 2014; Samuli Suominen package.mask: - Mask broken libnatpmp release for transmission wrt #506832 by Hans Nieser - - 05 Apr 2014; Pacho Ramos - eapi-5-files/package.use.stable.mask, base/package.use.stable.mask: - Migrate and drop obsolete use.stable.mask entries - - 02 Apr 2014; Julian Ospald package.mask: - mask =sys-devel/llvm-3.4 to prevent breakage - - 02 Apr 2014; Ulrich Müller package.mask: - Drop app-emacs/mell mask, package removed. - - 02 Apr 2014; Samuli Suominen thirdpartymirrors: - Update mirrors from upstream ImageMagick site, but drop two unworking ones - from it, wrt #494846 by Ben Kohler - - 02 Apr 2014; Naohiro Aota package.mask: - Drop prime masking - - 02 Apr 2014; Mikle Kolyada - features/selinux/package.mask: - Remove obsolete grub mask - - 02 Apr 2014; Patrick Lauer package.mask, - thirdpartymirrors: - Mask broken sip release #506452 - - 01 Apr 2014; Tom Wijsman - arch/amd64/package.use.stable.mask: - [QA] Remove obsolete abi_x86_32 libusbx mask from amd64 p.u.s.m. as libusbx - was pkgmoved to libusb. - - 01 Apr 2014; Tom Wijsman - features/64bit-native/package.mask: - [QA] Remove obsolete googleearth mask from 64bit-native feature. - - 01 Apr 2014; Tom Wijsman - arch/amd64/no-multilib/package.mask: - [QA] Remove obsolete googleearth mask from amd64 no-multilib. - - 01 Apr 2014; Tom Wijsman - hardened/linux/amd64/no-multilib/package.mask: - [QA] Remove obsolete googleearth mask from hardened amd64 no-multilib. - - 01 Apr 2014; Tom Wijsman package.mask: - [QA] Remove obsolete grep-2.13 mask. - - 01 Apr 2014; Michael Palimaka package.mask: - Unmask media-gfx/kgraphviewer wrt bug #491760. - - 31 Mar 2014; Tom Wijsman hardened/linux/package.mask: - [QA] Remove obsolete hardened gcc-4.4.2 mask. - - 31 Mar 2014; Tom Wijsman - -targets/desktop/kde/package.mask: - [QA] Remove obsolete KDE broken NVIDIA drivers sigprocmask mask. - - 31 Mar 2014; Tom Wijsman uclibc/ppc/package.use.mask: - [QA] Cleaned up uclibc/ppc/package.use.mask and removed obsolete - ibm-jdk-bin-1.5 mask. - - 31 Mar 2014; Tom Wijsman package.mask: - Prevent users from switching JDK / JRE implementation. - - 30 Mar 2014; Tom Wijsman - arch/amd64/package.use.stable.mask, arch/x86/package.use.stable.mask, - -default/linux/amd64/13.0/package.use.stable.mask, - -default/linux/x86/13.0/package.use.stable.mask: - Move p.u.s.m masks from default/linux/{amd64,x86}/13.0/ to arch/{amd64,x86}/. - - 30 Mar 2014; Mike Gilbert package.mask: - Drop mask on dev-lang/python:3.4. - - 30 Mar 2014; Pacho Ramos targets/systemd/make.defaults: - We want udev USE to be enabled too - - 29 Mar 2014; Pacho Ramos package.mask: - Update mask for gdk-pixbuf - - 29 Mar 2014; Pacho Ramos package.mask: - Update mask for pango - - 29 Mar 2014; Samuli Suominen package.mask: - Release the working udev virtuals to ~arch as no policy has been violated and - there has been no consensus for masking them among the QA team or council. - This is a maintainer commit which can be reverted only by the maintainers, or - majority vote in the respective authorities. - - 29 Mar 2014; Rick Farina package.mask: - Restore QA mask incorrectly reverted without permission. - sys-power/upower was fixed BEFORE the initial mask, please learn - to cvs up before complaining about 'breakage' - - 29 Mar 2014; Samuli Suominen package.mask: - Drop wrong mask of working udev virtuals. - - 28 Mar 2014; Rick Farina package.mask: - missed virtual/udev-208-r2 in previous mask - - 28 Mar 2014; Rick Farina package.mask: - Mask virtual/lib[g]udev pending discussion on -dev, bug #506114 - - 28 Mar 2014; Michał Górny package.mask: - Add a note to update wiki page when unmasking multilib packages. - - 27 Mar 2014; Michał Górny targets/desktop/package.use: - Copy the USE defaults to virtual/libgudev. - - 27 Mar 2014; Andreas K. Huettel releases/13.0/eapi, - +uclibc/amd64/eapi, +releases/freebsd-8.2/eapi, +uclibc/arm/2.4/eapi, - +releases/freebsd-9.1/eapi, +uclibc/arm/armeb/2.4/eapi, - +releases/freebsd-9.2/eapi, +releases/eapi, +targets/desktop/eapi, - +targets/desktop/gnome/eapi, +targets/desktop/kde/eapi, - +targets/developer/eapi, +targets/systemd/eapi, +uclibc/arm/armeb/eapi, - +uclibc/arm/eapi, +uclibc/eapi, +uclibc/mips/eapi, - +uclibc/mips/hardened/eapi, +uclibc/mips/mipsel/eapi, - +uclibc/mips/mipsel/hardened/eapi, +uclibc/ppc/2.4/eapi, +uclibc/ppc/eapi, - +uclibc/ppc/hardened/2.4/eapi, +uclibc/ppc/hardened/eapi, - +uclibc/sh/2.4/eapi, +uclibc/sh/eapi, +uclibc/x86/2.4/eapi, - +uclibc/x86/2005.1/2.4/eapi, +uclibc/x86/2005.1/eapi, +uclibc/x86/eapi, - +uclibc/x86/hardened/2.4/eapi, +uclibc/x86/hardened/eapi, - +uclibc/x86/linux24/eapi, +uclibc/x86/linux26/eapi: - Increase EAPI to 5 - - 27 Mar 2014; Mike Gilbert package.mask: - Remove mask on >=sys-apps/systemd-210. - - 27 Mar 2014; Samuli Suominen package.mask: - Mask -r22 of emul-linux-x86-baselibs with removed libmagic.so* together with - >=sys-apps/file-5.18-r1 wrt #505936 - - 26 Mar 2014; Ulrich Müller profiles.desc: - Drop m68k, s390, sh profiles to exp per 20140225 council decision. - - 26 Mar 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Mask package.mask: - Remove app-emacs/{tnt,gnuserv-programs} masks, packages have been removed. - - 24 Mar 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-bistreamout media-plugins/vdr-eggtimer masked for removal - - 24 Mar 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-ac3mode masked for removal - - 24 Mar 2014; Tom Wijsman package.mask: - Remove MATE Desktop Environment 1.6 introduction mask. - - 24 Mar 2014; Tom Wijsman updates/1Q-2014: - SLOT move =mate-base/mate-control-center-1.6.2 from 2 to 0. - - 24 Mar 2014; Samuli Suominen updates/1Q-2014: - Move dev-libs/libusbx to dev-libs/libusb since the usbx project is now in - control of the libusb sf.net project page and they renamed the library from - usbx to usb within 1.0.18 release. - - 24 Mar 2014; Dion Moult package.mask: - x11-plugins/desklet-sudoku package mask removed as package removed - - 24 Mar 2014; Dion Moult package.mask: - www-client/htmlview package mask removed as package removed - - 24 Mar 2014; Dion Moult package.mask: - rox-extra/comicthumb package mask removed as package removed - - 24 Mar 2014; Dion Moult package.mask: - dev-libs/jrtplib package mask removed as package removed - - 24 Mar 2014; Dion Moult package.mask: - virtual/monodoc package mask removed as package removed - - 24 Mar 2014; Dion Moult package.mask: - app-misc/flyte-download-manager package mask removed as package removed - - 23 Mar 2014; Ulrich Müller package.mask: - Remove app-emacs/{http-emacs,mairix} masks, packages have been removed. - - 23 Mar 2014; Ulrich Müller package.mask: - Mask app-emacs/gnuserv-programs for removal. - - 22 Mar 2014; Rick Farina package.mask: - mask dissy, replaced by emilpro - - 22 Mar 2014; Tom Wijsman package.mask: - Mask app-admin/mate-system-tools, mate-base/libmatekeyring, mate-base/mate, - mate-base/mate-control-center, mate-base/mate-keyring, mate-extra/mate-media, - mate-extra/mate-user-share for MATE introduction. - - 22 Mar 2014; Christoph Mende updates/1Q-2014: - Move media-sound/audio-entropyd to sys-apps (bug #495000) - - 22 Mar 2014; Ulrich Müller -updates/1Q-2008, - -updates/2Q-2008, -updates/3Q-2008, -updates/4Q-2008: - Cleanup of old updates. - - 22 Mar 2014; Hans de Graaff package.mask: - Mask www-apache/mod_ruby for removal, fixing bug 505236. - - 21 Mar 2014; Jeroen Roovers package.mask: - Remove dev-libs/libevent-2.1 mask. - - 21 Mar 2014; Ben de Groot base/package.use.mask, - package.mask: - Mask harfbuzz useflag so we can unmask media-libs/freetype-2.5.3-r1 for - security stabilization - - 20 Mar 2015; Mikle Kolyada package.mask: - perl-5.18.2 and co. unmasked. - - 20 Mar 2014; Sergey Popov package.mask: - Mask vulnerable versions of net-nds/openldap, bug #424167 - - 20 Mar 2014; Ulrich Müller package.mask: - Remove app-emacs/{eperiodic,view-process} masks, packages have been removed. - - 19 Mar 2014; Mikle Kolyada package.mask: - Mask app-misc/bins for removal. - - 19 Mar 2014; Samuli Suominen package.mask: - Lastrite x11-misc/suxpanel wrt #500408 - - 19 Mar 2014; Samuli Suominen use.desc: - Don't explicitely mention sys-fs/udev in USE="udev" description as the flag - can be used also with sys-fs/eudev and sys-apps/systemd wrt #505090 by - Francesco Turco - - 19 Mar 2014; Andreas K. Huettel - -targets/server/make.defaults: - Remove targets/server, not inherited anywhere anymore - - 19 Mar 2014; Andreas K. Huettel -releases/10.0/eapi, - -releases/10.0/make.defaults, -releases/10.0/package.mask, - -releases/10.0/parent: - Remove releases/10.0, not inherited anywhere anymore - - 19 Mar 2014; Andreas K. Huettel eapi: - Increase EAPI to 5 - - 18 Mar 2014; Samuli Suominen package.mask: - Mask new media-sound/pragha together with GTK+-3.x libxfce4ui from Xfce 4.12 - (git) - - 17 Mar 2014; Ulrich Müller package.mask: - Remove app-emacs/{alt-font-menu,cperl-mode,erc,nxml-mode,u-vm-color} masks, - packages have been removed. - - 17 Mar 2014; Michał Górny package.mask: - Add new freetype with harfbuzz dep to multilib mask. - - 17 Mar 2014; Bernard Cafarelli package.mask: - Remove mask on gnustep-libs/cddb after last rites, bug #501160 - - 16 Mar 2014; Andreas K. Huettel - targets/developer/make.defaults, targets/developer/parent: - Do not inherit the server target in the developer target anymore - - 16 Mar 2014; Michał Górny - desc/python_single_target.desc, desc/python_targets.desc: - Update PyPy flag descriptions. - - 16 Mar 2014; Michał Górny package.mask: - Mask new versions of systemd-sysv-utils as well. - - 16 Mar 2014; Manuel Rüger package.mask: - Mask ruby-1.8 - - 15 Mar 2014; Manuel Rüger package.mask: - Cleanup package.mask - - 15 Mar 2014; Manuel Rüger package.mask: - Cleanup package.mask - - 15 Mar 2014; Ulrich Müller package.mask: - Mask net-ftp/pftpfxp for removal. - - 15 Mar 2014; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Enable USE=vala for gcr for =app-crypt/seahorse-3.10.2-r1 - - 15 Mar 2014; Samuli Suominen package.mask: - Mask new xfce4-indicator-plugin together with required GTK+-3.x version of - libxfce4ui. - - 15 Mar 2014; Samuli Suominen package.mask: - Add new version of xfce4-xkb-plugin to p.mask together with - >=xfce-base/xfce4-settings-4.11. - - 15 Mar 2014; Samuli Suominen package.mask: - Add new media-video/parole with requirement for GTK+-3 libxfce4ui to Xfce - 4.12 mask - - 15 Mar 2014; Pacho Ramos arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/sparc/package.use.mask: - Mask rdp USE due missing keywords, bug #504672 - - 14 Mar 2014; Lars Wendler package.mask: - Masked package.mask: - Mask kde-misc/youtube-servicemenu for removal wrt bug #504550. - - 13 Mar 2014; Ulrich Müller package.mask: - Mask x11-themes/gdm-themes-livecd for removal. - - 13 Mar 2014; Ulrich Müller package.mask: - Mask dev-libs/clens for removal. - - 12 Mar 2014; Michał Górny package.mask: - Re-unite multilib mask to avoid comments in the middle as that breaks - app-portage/diffmask. - - 12 Mar 2014; Michał Górny package.mask: - Update the mask for fixed ebuild and virtual. - - 12 Mar 2014; Michał Górny package.mask: - Mask new pypy before people start wasting time on it. - - 11 Mar 2014; Ben de Groot package.mask: - Remove mask on >=media-libs/freetype-2.5.1 (tracker bug #493570) - - 11 Mar 2014; Michał Górny package.mask: - Update the systemd mask to catch 211. - - 11 Mar 2014; Samuli Suominen package.mask: - Mask prereleases of what will be Xfce 4.12 - - 11 Mar 2014; Tom Wijsman package.mask: - Mask app-arch/mate-file-archiver, app-editors/mate-text-editor, - app-text/mate-document-viewer, dev-python/python-caja, - mate-base/mate-applets, mate-extra/caja-dropbox, - mate-extra/mate-file-manager-image-converter, - mate-extra/mate-file-manager-open-terminal, - mate-extra/mate-file-manager-sendto, mate-extra/mate-file-manager-share, - media-gfx/mate-image-viewer, x11-misc/mate-menu-editor, - net-analyzer/mate-netspeed, x11-misc/mate-notification-daemon and - x11-themes/mate-icon-theme-faenza for MATE introduction. Removed x11-wm/marco - mask which will be reintroduced later at or after 1.8 version bumps. - - 10 Mar 2014; Aaron W. Swenson package.mask: - x11-misc/slimlock removed from tree. Removing mask. Project merged with - x11-misc/slim. - - 09 Mar 2014; Andrey Grozin package.mask: - unmask dev-lisp/gcl-2.6.10 - - 09 Mar 2014; Alexis Ballier package.mask: - unmask latest libdvbpsi now that vlc seems ok - - 09 Mar 2014; Alexis Ballier package.mask: - unmask flac-1.3, bug #472950 - - 09 Mar 2014; Alexis Ballier base/package.use.mask: - unmask vaapi on multilib ffmpeg - - 09 Mar 2014; Tom Wijsman package.mask: - Mask mate-base/mate-file-manager, mate-extra/mate-calc, - mate-extra/mate-character-map, mate-extra/mate-power-manager, - mate-extra/mate-screensaver, mate-extra/mate-sensors-applet, - mate-extra/mate-system-monitor, mate-extra/mate-utils, - x11-terms/mate-terminal, x11-themes/mate-backgrounds, x11-themes/mate-themes - and x11-wm/marco for MATE introduction. - - 09 Mar 2014; Tristan Heaven thirdpartymirrors: - Remove dead lokigames mirror, bug #494852 - - 09 Mar 2014; Alexis Ballier package.mask: - unmask latest libva now that its consumers should work - - 09 Mar 2014; Alexis Ballier package.mask: - mask latest libass (needs harfbuzz unmasked for multilib) - - 08 Mar 2014; Michał Górny package.mask: - Do not mask dev-python/python-exec yet. We need to get a news item along with - it. - - 08 Mar 2014; Matt Turner - default/linux/package.use.mask: - Add media-libs/mesa openmax to package.use.mask. - - 08 Mar 2014; Matt Turner package.mask: - Remove mesa-10.0 mask, see bug #492800. - - 06 Mar 2014; Manuel Rüger package.mask: - Mask further ruby18-only packages. - - 06 Mar 2014; Michał Górny package.mask: - Mask dev-python/python-exec for removal. - - 05 Mar 2014; Markus Meier package.mask: - remove hugin-2014 mask regarding dev-libs/boost-1.55 unmasking, bug #492594 - - 05 Mar 2014; Manuel Rüger package.mask: - Mask further ruby18-only packages. - - 05 Mar 2014; Michał Górny package.mask: - Mask the systemd-stable snapshot due to bugs 503470, 503472. - - 05 Nar 2014; Mikle Kolyada package.mask: - Fix mask for perl-5.18* releases. - - 05 Mar 2014; Tom Wijsman package.mask: - Mask mate-base/mate-panel, mate-base/mate-settings-daemon, - net-wireless/mate-bluetooth, x11-themes/mate-icon-theme and - x11-wm/mate-window-manager for MATE introduction. - - 04 Mar 2014; Julian Ospald license_groups: - add PAPERS-PLEASE to EULA license group - - 04 Mar 2014; Mike Gilbert package.mask: - Restore mask on www-plugins/chrome-binary-plugins:unstable. - - 04 Mar 2014; Julian Ospald - hardened/linux/amd64/no-multilib/package.mask: - mask games-misc/papers-please for no-multilib - - 04 Mar 2014; Sergey Popov package.mask: - Unmask Boost 1.54 and 1.55 - - 04 Mar 2014; Alexandre Rostovtsev package.mask: - Mask multilib libxslt until multilib libgcrypt is unmasked (bug #480402). - - 04 Mar 2014; Alexandre Rostovtsev package.mask: - Mask multilib pangox-compat until multilib graphite2 is unmasked (bug - #488870). - - 04 Mar 2014; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Add media-libs/grilo[playlist] to gnome profile for media-sound/gnome-music - - 03 Mar 2014; Pacho Ramos package.mask: - Adjust to last bump for gdk-pixbuf - - 03 Mar 2014; Alexis Ballier arch/amd64/use.mask, - arch/x86/use.mask, base/use.mask: - mask fma3 useflag and unmask on x86/amd64 - - 03 Mar 2014; Joerg Bornkessel package.mask: - removed pmask for media-plugins/vdr-music-0.9.9 - - 03 Mar 2014; Samuli Suominen package.mask: - Mask lxde-base/lxpolkit to avoid confusion for removal at a later date. - - 03 Mar 2014; Patrick Lauer package.mask: - Remove cryptsetup mask as cryptsetup-1.6.4 doesn't segfault anymore - - 02 Mar 2014; Ulrich Müller license_groups: - Move Broadcom license from EULA to BINARY-REDISTRIBUTABLE group, as discussed - with robbat2. - - 01 Mar 2014; Ulrich Müller package.mask: - Mask app-emacs/delicious for removal. - - 01 Mar 2014; Michał Górny package.mask: - Mask pango & deps before committing. - - 01 Mar 2014; Michał Górny package.mask: - Mask gdk-pixbuf before committing. - - 28 Feb 2014; Michał Górny package.mask: - Mask new emul-linux-x86-gtklibs. - - 28 Feb 2014; Michał Górny package.mask: - Mask new emul-linux as well. - - 28 Feb 2014; Michał Górny package.mask: - Mask new multilib packages before committing. - - 28 Feb 2014; Tom Wijsman package.mask: - Expand MATE mask messages to be more verbose, include more details, give - advice to early installers and help overlay users. - - 28 Feb 2014; Samuli Suominen desc/xfce_plugins.desc: - Introduce xfce_plugins_xmonad to get rid of USE="xfce4" in xmonad-log-applet - as per Xfce policy to not include generic flags like USE="xfce xfce4" in - gentoo-x86 - - 28 Feb 2014; Tom Wijsman package.mask: - Mask dev-libs/libmateweather, mate-base/mate-desktop, - mate-extra/mate-dialogs, mate-extra/mate-polkit and x11-libs/libmatewnck for - MATE introduction. - - 28 Feb 2014; Tom Wijsman package.mask: - Mask app-text/mate-doc-utils and mate-base/libmatekbd for MATE introduction. - - 27 Feb 2014; Pawel Hajdan jr package.mask: - Update dev channel mask for chromium-35. - - 27 Feb 2014; Tom Wijsman package.mask: - Mask mate-base/mate-menus for MATE introduction. - - 27 Feb 2014; Tom Wijsman package.mask: - Mask mate-base/mate-session-manager for MATE introduction. - - 27 Feb 2014; Pacho Ramos - default/linux/alpha/13.0/package.use.stable.mask: - USE stable mask on alpha until we are able to stabilize thunderbird, bug - #488766 - - 25 Feb 2014; Michael Palimaka package.mask: - Mask media-gfx/kgraphviewer for removal. - - 25 Feb 2014; Michał Górny package.mask: - Mask new systemd for testing. - - 24 Feb 2014; Michael Palimaka updates/1Q-2014: - Move sys-block/kvpm from SLOT 0 to 4. - - 24 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/tnt for removal. - - 24 Feb 2014; Andrey Grozin package.mask: - Unmask dev-python/pyfeyn - added a patch to fix problems - - 24 Feb 2014; Andrey Grozin package.mask: - Mask dev-python/pyfeyn - many incompatibilities with dev-python/pyx-0.12.1-r1 - - 23 Feb 2014; Pacho Ramos arch/ia64/package.use.mask: - Needed dependencies cannot be installed on ia64, bug #498638 - - 21 Feb 2014; Tom Wijsman package.mask: - Mask mate-base/mate-common for MATE introduction. - - 21 Feb 2014; Vladimir Smirnov package.mask: - Unmask mail-filter/dovecot_deleted_to_trash-0.5-r1, as it's fixed. - - 21 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/mairix for removal. - - 21 Feb 2014; Patrick Lauer thirdpartymirrors: - Add http option to postgresql mirrors - - 20 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/http-emacs for removal. - - 20 Feb 2014; Luca Barbato package.mask: - New libav10 beta - - 19 Feb 2014; Tom Wijsman package.mask: - Fixed a small typo that I noticed while looking this up during the QA meeting. - - 19 Feb 2014; Tom Wijsman package.mask: - Mask old revision of jikes. - - 18 Feb 2014; Ulrich Müller package.mask: - Unmask eselect-enabled versions of app-editors/xemacs and app-emacs/gnuserv. - - 18 Feb 2014; Ulrich Müller license_groups: - Add Sendmail-Open-Source license to MISC-FREE group. - - 18 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/view-process for removal. - - 18 Feb 2014; Patrick Lauer package.mask: - Append mail-filter/dovecot_deleted_to_trash to dovecot mask - - 17 Feb 2014; Jeroen Roovers package.mask: - Typo. - - 17 Feb 2014; Ulrich Müller package.mask: - Mask new revisions of app-editors/xemacs, app-emacs/gnuserv and - app-admin/eselect-emacs for testing. - - 17 Feb 2014; Mike Gilbert - desc/python_single_target.desc: - Add python3_4. - - 17 Feb 2014; Mike Gilbert package.mask: - Mask dev-lang/python:3.4. - - 17 Feb 2014; Eray Aslan package.mask: - Security mask - bug #492494 net-mail/dovecot-2.{0,1} - - 17 Feb 2014; Ulrich Müller package.mask: - Temporarily mask app-emacs/gnuserv-3.12.8-r1. - - 16 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/eperiodic for removal. - - 16 Feb 2014; Jeroen Roovers package.mask: - Mask net-analyzer/ethstatus (bug #501432). - - 15 Feb 2014; Ulrich Müller license_groups: - Delete spurious newline in MISC-FREE license group. - - 15 Feb 2014; Mikle Kolyada license_groups: - Add Crypt-IDEA license to MISC-FREE group. - - 15 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/{alt-font-menu,cperl-mode,mell,u-vm-color} for removal. - - 15 Feb 2014; Jeroen Roovers desc/uwsgi_plugins.desc: - Fix encoding (bug #501348 by Harry STARR). - - 15 Feb 2014; Michał Górny package.mask: - Unmask systemd-sysv-utils now that are tools are moved to util-linux-ng, bug - #430912. - - 15 Feb 2014; Pacho Ramos +arch/alpha/package.use, - +arch/ia64/package.use, +arch/sparc/package.use: - libev isn't supported on some arches, use another default value for them - (#499498) - - 14 Feb 2014; Joerg Bornkessel package.mask: - removed pmask, - media-plugins/{vdr-xxvautotimer,vdr-skinclassic,vdr-sky,vdr-skinreel}, - packages removed from tree - - 14 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/erc for removal. - - 14 Feb 2014; Manuel Rüger package.mask: - Mask further ruby18-only packages. - - 13 Feb 2014; Manuel Rüger package.mask: - Mask further ruby18-only packages. - - 13 Feb 2014; Matti Bickel package.mask: - Remove masks for removed packages. - - 13 Feb 2014; Ulrich Müller package.mask: - Mask app-emacs/nxml-mode for removal. - - 13 Feb 2014; Bernard Cafarelli package.mask: - Last rites for gnustep-libs/cddb, bug #501160 - - 12 Feb 2014; Dion Moult package.mask: - Mask x11-plugins/desklet-sudoku. Unclear license, desklets dead. (bug - #446776) - - 11 Feb 2014; Dion Moult package.mask: - Masked www-client/htmlview as deprecated due to xdg-open and co (bug #480522) - - 11 Feb 2014; Paul Varner desc/uwsgi_plugins.desc: - Remove Unicode character from uwsgi_plugins.desc to work around bug 498748 - for equery. - - 10 Feb 2014; Pacho Ramos arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - Fix broken deps, bug #499722 - - 10 Feb 2014; Pacho Ramos arch/ia64/package.use.mask, - arch/powerpc/package.use.mask, arch/sparc/package.use.mask: - Mask USE flag due missing keywords, bug #495254 - - 10 Feb 2014; Dion Moult package.mask: - Add rox-extra/comicthumb to package.mask for removal in 30 days (bug #471548) - - 08 Feb 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-amarok pmask removal 08/Mar/2015, wrt bug 424255 - - 08 Feb 2014; Joerg Bornkessel package.mask: - removed several pmask for removed media-plugins/vdr-* - - 07 Feb 2014; Patrick Lauer package.mask: - Mask libgcrypt-1.6.1: Reliably makes cryptsetup segfault - - 06 Feb 2014; Bernard Cafarelli updates/1Q-2014: - Move net-misc/mirall to net-misc/owncloud-client - - 05 Feb 2014; Sergey Popov package.mask: - Remove obsolete mask on dev-python/python-irclib - - 05 Feb 2014; Sergey Popov package.mask: - Unmask dev-libs/jthread - - 04 Feb 2014; Sébastien Fabbro package.mask: - Unmasked sci-astronomy/casacore, remasked sci-astronomy/casa-data live - ebuild - - 04 Feb 2014; Lars Wendler - arch/amd64/no-multilib/package.mask: - Removed virtualbox mask (bug #476324). arch/amd64/no-multilib/package.mask - - 04 Feb 2014; Tim Harder package.mask: - Mask =media-sound/lilypond-2.19* for testing. - - 03 Feb 2014; Tom Wijsman package.mask: - sys-kernel/module-rebuild removal (pending 1st February 2014), see bug - #410739 for reference. - - 03 Feb 2014; Mike Gilbert package.mask: - Mask the other dev-python/moz* packages. - - 02 Feb 2014; Pacho Ramos - default/linux/alpha/13.0/use.stable.mask, - default/linux/ia64/13.0/use.stable.mask, - default/linux/sparc/13.0/use.stable.mask: - Remove stable mask for USE systemd on arches with it already in stable - - 31 Jan 2014; Ulrich Müller license_groups: - Add CC-BY-SA-4.0 license to MISC-FREE-DOCS group. - - 31 Jan 2014; Jeroen Roovers package.mask: - Remove beta net-analyzer/tcpreplay mask. - - 30 Jan 2014; Ian Stakenvicius (_AxS_) package.mask: - drop mask of multilib gettext - - 30 Jan 2014; Aaron W. Swenson package.mask: - Mask x11-misc/slimlock for removal. - - 29 Jan 2014; Gilles Dartiguelongue package.mask: - Lift Gnome 3.10 mask after bug #499512 resolution. - - 29 Jan 2014; Ian Stakenvicius package.mask: - adjust libav p.mask for recently added multilib-build ebuilds - - 29 Jan 2014; Jeroen Roovers package.mask: - Drop net-misc/socat-2 mask. - - 29 Jan 2014; Mike Gilbert package.mask: - Mask dev-python/mozrunner. - - 29 Jan 2014; Naohiro Aota package.mask: - Mask prime and its related packages. #464286 - - 29 Jan 2014; Manuel Rüger package.mask: - Remove dev-ruby/mkrf mask. - - 28 Jan 2014; Andreas K. Huettel package.mask: - Remove obsolete libreoffice-bin-debug mask - - 27 Jan 2014; Ian Stakenvicius - targets/systemd/package.use.mask: - add sys-fs/dmraid[static] to systemd package.use.mask since it cant be built - without lvm2[static-libs] - - 27 Jan 2014; Manuel Rüger package.mask: - Append mask for >=oxygen-gtk-1.3.3:3 because it depends on gtk+-3.10 - - 27 Jan 2014; Manuel Rüger package.mask: - Clean up ruby18 mask. - - 27 Jan 2014; Dion Moult package.mask: - Mask dev-libs/jrtplib and dev-libs/jthread (bug 489550) - - 27 Jan 2014; Mike Gilbert desc/grub_platforms.desc: - Add xen to GRUB_PLATFORMS. - - 27 Jan 2014; Tim Harder package.mask: - Unmask =media-libs/portaudio-19_pre20140121_rc. - - 26 Jan 2014; Mike Gilbert package.mask: - Mask dev-python/certifi. - - 26 Jan 2014; Tim Harder package.mask: - Mask =media-libs/portaudio-19_pre20140121_rc until upstream resolves again - (bug #499292). - - 25 Jan 2014; Julian Ospald package.mask: - fixed sandbox violation wrt #499020 - - 25 Jan 2014; Julian Ospald package.mask: - hardmask >=sci-visualization/paraview-4.1.0 wrt #499020 - - 25 Jan 2014; Ulrich Müller license_groups: - Add Mini-XML license to MISC-FREE group. - - 24 Jan 2014; Tim Harder package.mask: - Unmask =dev-libs/libtasn1-3*. - - 24 Jan 2014; Samuli Suominen package.mask: - Mask >=media-libs/jpeg-9 and roll ~arch back from .so.9 to .so.8 due to too - many issues being open at the Tracker wrt #479818 - - 24 Jan 2014; Manuel Rüger package.mask: - Clean up further obsolete ruby18 masks. - - 23 Jan 2014; Ulrich Müller updates/1Q-2014: - Update package move for games-board/capicity. - - 23 Jan 2014; Ulrich Müller license_groups: - Add man-pages-posix-2013 license to MISC-FREE-DOCS group. - - 23 Jan 2014; Julian Ospald +updates/1Q-2014: - pkgmove of games-board/capitalism to games-board/CapiCity - - 22 Jan 2014; Samuli Suominen package.mask: - Remove mask for still work-in-progress bash-completion layout that was - temporarily removed from tree. - - 21 Jan 2014; Ryan Hill default/linux/make.defaults: - Drop mudflap from default USE. - - 20 Jan 2014; Ben de Groot desc/linguas.desc: - Add linguas needed for qupzilla - - 20 Jan 2014; Michael Palimaka package.mask: - Remove obsolete KDE masks since packages are now removed. - - 20 Jan 2014; Pacho Ramos profiles.desc: - Replace tabs by spaces (thanks to vapier for noticing) - - 19 Jan 2014; Pacho Ramos arch/sparc/package.use.force, - arch/sparc/package.use.mask, arch/sparc/use.mask, - +default/linux/sparc/13.0/desktop/gnome/systemd/parent, - +default/linux/sparc/13.0/desktop/kde/systemd/parent, - default/linux/sparc/13.0/eapi, +default/linux/sparc/13.0/use.stable.mask, - profiles.desc: - systemd is now keyworded on sparc - - 19 Jan 2014; Ulrich Müller package.mask: - Remove mask for app-editors/emacs-vcs. The live ebuild will switch to empty - keywords instead. - - 19 Jan 2014; Jeroen Roovers thirdpartymirrors: - Remove Easynet (bug #498536 by Helmut Jarausch). - - 19 Jan 2014; Mike Gilbert package.mask: - Mask current google-chrome slots, bug 498306. - - 18 Jan 2014; Eray Aslan package.mask: - Unmask mail-mta/postfix-2.11 and mask mail-mta/postfix-2.12 - - 18 Jan 2014; Alexis Ballier package.mask: - mask latest aubio - - 18 Jan 2014; Hans de Graaff package.mask: - Remove mask for Rails 2.3 now that the packages have been removed. - - 18 Jan 2014; Pawel Hajdan jr package.mask: - Update dev channel mask for chromium-34 - - 16 Jan 2014; Jeroen Roovers desc/fftools.desc: - Spelling. - - 16 Jan 2014; Michał Górny package.mask: - Mask multilib libintl as well. - - 16 Jan 2014; Lars Wendler package.mask: - Multilib ready gettext (bug #496218). Collides with emul-linux-x86-baselibs. - - 15 Jan 2014; Michał Górny package.mask: - Mask poor media-gfx/exiv2 multilib conversion. - - 14 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-xxvautotimer masked for removal ~ 14/02/2014, wrt bug - 141181 - - 14 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-skinclassic masked for removal ~14/02/2014, wrt bug 414887 - - 14 Jan 2014; Alexis Ballier arch/amd64/use.mask, - arch/x86/use.mask, base/use.mask: - Add some usemasks for cpu related useflags that will be added to - media-video/ffmpeg. Unmask relevant flags on amd64/x86. Leave arm and mips - useflags to the arch team that know better where to unmask them. - - 14 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-sky masked for removal ~ 14/02/2014, wrt bug 420869 - - 14 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-skinreel masked for removal ~ 14/02/2014, wrt bug 420873 - - 14 Jan 2014; Andreas K. Huettel - targets/desktop/kde/package.mask: - Unmask nvidia-drivers-331.38 since the signal mask bug is hopefully fixed - there - - 14 Jan 2014; Justin Lecher package.mask: - Drop mask as patches apply now - - 13 Jan 2014; Tony Vroon package.mask: - Mask off Asterisk 12 as the first ebuild goes in. - - 13 Jan 2014; Justin Lecher package.mask: - Mask aufs-sources:3.10.26 because aufs3 patches do not apply correctly - - 13 Jan 2014; Manuel Rüger package.mask: - Cleanup pmasked ruby packages. - - 12 Jan 2014; Markus Meier package.mask: - mask media-libs/libpano13 and media-gfx/hugin for testing - - 11 Jan 2014; Michał Górny package.mask: - Link the license issue bug to m64py mask. - - 11 Jan 2014; Michał Górny package.mask: - Unmask llvm-3.4 and rev-deps. - - 11 Jan 2014; Pacho Ramos arch/alpha/package.use.mask, - arch/ia64/package.use.mask, arch/powerpc/package.use.mask: - Drop obsolete masking for systemd in dracut on arches that now have systemd - - 11 Jan 2014; Pacho Ramos - arch/powerpc/ppc64/package.use.mask: - Drop obsolete USE maskings on ppc64 as systemd is stable there for a long - time - - 11 Jan 2014; Pacho Ramos arch/ia64/package.use.mask: - Drop unneeded use mask - - 10 Jan 2014; Markos Chandras thirdpartymirrors: - Update openssl mirrors thanks to Ben Kohler . Bug #494866 - - 10 Jan 2014; Magnus Granberg package.mask: - Mask sys-devel/gcc-4.8.2-r1 has default ssp and need testing - - 10 Jan 2014; Justin Lecher package.mask: - Mask +sys-kernel/aufs-sources:3.12.7 because aufs3 patches do not apply - cleanly onto linux-3.12.7 - - 10 Jan 2014; Justin Lecher package.mask: - Drop obsolete mask - - 08 Jan 2014; Matti Bickel package.mask: - dev-php/Text_Highlighter still has a reverse dep, unmask again - - 08 Jan 2014; Pacho Ramos arch/alpha/package.use.mask: - systemd[pam] cannot be provided for alpha, bug #438368 - - 08 Jan 2014; Pacho Ramos arch/alpha/use.mask, - arch/ia64/use.mask, arch/powerpc/use.mask: - Unmask systemd USE on arches with it keyworded (thanks to Emeric for - noticing) - - 08 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-premiereepg removal ~ 08/Feb/2014 - - 08 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-softplay masked for removal - - 08 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-softdevice, masked for removal, #420859 - - 08 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-reelchannelscan, masked for removal, #420881 - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PHPUnit_MockObject, dev-php/PHPUnit_Selenium for removal - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PEAR-Tree for removal - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PEAR-Text_Highlighter for removal - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PEAR-Structures_DataGrid for removal - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PEAR-HTTP_WebDAV_Server for removal - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PEAR-HTTP_Upload for removal - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PEAR-HTML_QuickForm_ElementGrid for removal - - 08 Jan 2014; Matti Bickel package.mask: - Mask dev-php/PEAR-HTML_BBCodeParser for removal - - 08 Jan 2014; Joerg Bornkessel package.mask: - media-plugins/vdr-dvdconvert masked for removal ~08/Feb/2014, wrt bug 424281 - - - 07 Jan 2014; Tomáš Chvátal package.mask: - kdesdk-strigi-analyzer was NOT discontinued, so do not mask anymore. - - 07 Jan 2014; Pacho Ramos arch/ia64/package.use.force, - arch/ia64/package.use.mask: - Drop no longer needed USE force on ia64 - - 07 Jan 2014; Pacho Ramos arch/ia64/use.mask, - +default/linux/ia64/13.0/desktop/gnome/systemd/parent, - +default/linux/ia64/13.0/desktop/kde/systemd/parent, profiles.desc: - Add ia64 profiles (#478076) - - 06 Jan 2014; Bernard Cafarelli package.mask: - Add dragonegg to llvm-3.4 mask - - 06 Jan 2014; Michał Górny package.mask: - Mask new LLVM for testing. - - 06 Jan 2014; Chí-Thanh Christopher Nguyễn - package.mask: - p.mask recent libclc snapshot which needs >=llvm-3.4 - - 06 Jan 2014; Matti Bickel package.mask: - Remove masks for tree-cleaned dev-php/DBUnit, dev-php/PEAR-File_PDF - - 05 Jan 2014; Andreas K. Huettel - targets/desktop/kde/package.mask: - Make nvidia-drivers mask more stringent, since according to user reports also - 319.76 seems to be affected - - 05 Jan 2014; creffett default/linux/package.use.mask: - Remove invalid entries from default/linux/package.use.mask - - 04 Jan 2014; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Do not enable USE=gnome for verbiste and im-ja to avoid blocking gnome-3 - update. - - 04 Jan 2014; Alexandre Rostovtsev - targets/desktop/gnome/package.use: - Do not enable USE=gnome for lablgtk by default; it blocks the gnome-3 update - (bug #496722). - - 03 Jan 2014; Julian Ospald use.desc: - clarify static-libs description - - 03 Jan 2014; Ulrich Müller license_groups: - Remove unused ANTLR license, bug 496690. - - 03 Jan 2014; creffett - arch/powerpc/ppc64/package.use.mask: - Remove invalid entries from arch/powerpc/ppc64/package.use.mask - - 03 Jan 2014; creffett prefix/darwin/package.use.mask: - Remove invalid entries from prefix/darwin/package.use.mask - - 03 Jan 2014; creffett - prefix/windows/interix/package.use.mask: - Remove invalid entries from prefix/windows/interix/package.use.mask - - 03 Jan 2014; creffett arch/arm/package.mask: - Remove invalid entries from arch/arm/package.mask - - 03 Jan 2014; creffett - arch/amd64/no-multilib/package.mask: - Remove invalid entries from arch/amd64/no-multilib/package.mask - - 03 Jan 2014; creffett arch/amd64/x32/package.use.mask: - Remove invalid entries from arch/amd64/x32/package.use.mask - - 02 Jan 2014; William Hubbs - prefix/darwin/macos/package.mask, prefix/package.mask, - prefix/sunos/solaris/package.mask: - qa: remove obsolete masks - - 02 Jan 2014; William Hubbs - features/64bit-native/package.mask: - qa: remove obsolete masks - - 02 Jan 2014; William Hubbs package.mask: - qa: remove obsolete masks - - 02 Jan 2014; Pacho Ramos package.mask: - Mask because breaks reverse dependencies and upstream don't want us to use it - (#483562) - - 02 Jan 2014; Hans de Graaff base/use.mask: - Remove incomplete and undocumented attempt to mask ruby18 to fix - package-specific bugs. - - 01 Jan 2014; Tim Harder package.mask: - Remove old lilypond development release mask. - - 01 Jan 2014; Mikle Kolyada package.mask: - Remove obsolete perl-5.8*/perl-5.10* mask - - For previous entries, please see ChangeLog-2013. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch.list b/sdk_container/src/third_party/portage-stable/profiles/arch.list index 5d07884b7e..6b702f1cd2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch.list +++ b/sdk_container/src/third_party/portage-stable/profiles/arch.list @@ -10,6 +10,7 @@ mips nios2 ppc ppc64 +riscv s390 sh sparc @@ -19,25 +20,15 @@ x86-fbsd # Prefix keywords ppc-aix -x86-freebsd -x64-freebsd -sparc64-freebsd -hppa-hpux -ia64-hpux -x86-interix amd64-linux arm-linux -ia64-linux +arm64-linux ppc64-linux x86-linux ppc-macos x86-macos x64-macos m68k-mint -x86-netbsd -ppc-openbsd -x86-openbsd -x64-openbsd sparc-solaris sparc64-solaris x64-solaris diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/ChangeLog deleted file mode 100644 index 00a1d8e384..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/ChangeLog +++ /dev/null @@ -1,691 +0,0 @@ -# ChangeLog for Gentoo/Alpha profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.225 2015/06/09 15:35:00 eva Exp $ - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add gnome-base/gvfs nfs USE mask, bug #551576 ChangeLog package.use.mask - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add dev-libs/libpeas USE mask, bug #551540. - - 24 May 2015; Matt Turner use.mask: - Remove audit from use.mask. - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 11 May 2015; Davide Pesavento package.mask: - Extend Qt4-multilib mask to cover 4.8.7 as well. - - 17 Mar 2015; Mike Frysinger package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics] #499974. - - 08 Mar 2015; Michał Górny package.use.mask: - Mask xfce-base/xfce4-settings[libinput] because of missing deps, bug #542570. - - 22 Feb 2015; Michał Górny package.use.mask: - Mask media-libs/gegl[umfpack] because of non-keyworded dep. - - 21 Feb 2015; Michał Górny package.use.mask: - Mask non-keyworded qca plugin flags for old qca version, part of - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/27 / - https://bugs.funtoo.org/browse/FL-2119. - - 10 Feb 2015; Patrick Lauer package.use.mask: - Mask media-libs/libav[x265] until keywords catch up - - 01 Feb 2015; Michael Palimaka package.mask: - Fix invalid atom. - - 01 Feb 2015; Ben de Groot package.mask, use.mask: - Add Qt5 mask until keyworded - - 28 Jan 2015; Johannes Huber package.use.mask: - Mask app-crypt/qca[botan]. - - 19 Jan 2015; Mike Gilbert use.stable.mask: - Remove python3_4 mask. - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add package.use.mask entry for clutter, bug #533420. - - 14 Dec 2014; Mike Gilbert package.use.mask: - Mask sys-apps/systemd[xkb]. - - 14 Dec 2014; Mark Wright package.use.mask: - Mask test for dev-haskell/{binary, text, vector} - as test dependencies need keywording. - - 23 Nov 2014; Mike Gilbert make.defaults: - Disable python3_4 default for this arch. - - 20 Nov 2014; Davide Pesavento package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 15 Nov 2014; Mike Gilbert use.stable.mask: - Move python3_4 mask to arch profiles. - - 30 Oct 2014; Michał Górny package.use.mask: - Temporarily mask sys-apps/systemd[terminal] due to non-keyworded deps. - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the kernel/library gets support #524148 by Christian - Ruppert. - - 17 Oct 2014; Christoph Junghans package.use.mask: - dropped libcerf mask - - 11 Oct 2014; Tobias Klausmann package.use.mask: - Mask net-misc/spice-gtk smartcard USE flag to avoid qemu dependency. - - 05 Oct 2014; Gilles Dartiguelongue package.use.mask: - Add use.mask for app-accessibility/orca due to missing keywords, bug #524352. - - 01 Sep 2014; Julian Ospald package.mask: - mask >=media-video/mpv-0.4.2 explicitly wrt #521808 - - 20 Aug 2014; Raúl Porcel package.use.mask: - polarssl is now stable, remove p.use.mask for net-misc/openvpn polarssl - - 13 Aug 2014; Maciej Mrozowski package.use.mask: - Mask gg11 flag due to missing keywords (bug 519772) - - 04 Aug 2014; Tobias Klausmann package.use.mask: - Mask x265 use flag for ffmpeg due to bug 519046 - - 29 Jul 2014; Robin H. Johnson package.use.mask: - Update MySQL tcmalloc mask for percona-server. - - 22 Jul 2014; Samuli Suominen package.use.mask: - Unmask USE="acl" for sys-auth/consolekit because alpha has recent enough - sys-fs/udev in stable now. - - 22 Jul 2014; Samuli Suominen package.use.mask: - Remove USE="consolekit" mask for sys-auth/pambase and USE="pam" mask for - sys-auth/consolekit because /usr/src/linux-3.15/arch/alpha/Kconfig has - "select HAVE_ARCH_AUDITSYSCALL" which means CONFIG_AUDITSYSCALL=y is a - possibility now. - - 22 Jul 2014; Samuli Suominen package.use.mask: - Remove USE="pam" mask for sys-apps/systemd wrt #506418#c3 - - 22 Jul 2014; Christoph Junghans package.use.mask: - mask libcerf useflag (bug 517726) - - 01 Jul 2014; Michał Górny make.defaults: - Set ABI, DEFAULT_ABI and friends consistently with other profiles. - - 24 Jun 2014; Alexandre Rostovtsev package.use.mask: - Remove obsolete gvfs[udisks] mask (bug #412801 and #440866). - - 06 Jun 2014; Brian Evans package.use.mask: - Remove USE mask on jemalloc for mysql/mariadb since it was keyworded - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 18 Jan 2014; Mike Frysinger make.defaults: - Drop python targets hacks now that base/ has it #474128. - - 09 Jan 2014; Mike Gilbert package.use.mask: - Mask sys-auth/pambase[systemd]. - - 13 Dec 2013; Matt Turner make.defaults: - Mask dev-lang/python-3.2*, unmask dev-lang/python-3.3* targets (bug #474128). - - 13 Nov 2013; Matt Turner use.mask: - Drop systemd from use.mask, bug 478076. - - 26 Oct 2013; Mark Wright package.use.mask: - mask dev-haskell/dataenc test as template-haskell not yet available - - 21 Oct 2013; Tom Wijsman package.use.mask: - Added bug reference to media-video/mpv luajit mask. - - 20 Oct 2013; Tom Wijsman package.use.mask: - Adjusted media-video/mpv luajit USE mask to support future versions. - - 16 Oct 2013; Tom Wijsman package.use.mask: - Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. - - 10 Sep 2013; Samuli Suominen package.use.mask: - Remove mask for USE="pam" in sys-auth/polkit since it doesn't have the - difficult pambase dependency anymore. - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 12 Aug 2013; Tobias Klausmann package.mask: - Mask glibc-2.17 on alpha due to bug 480740 - - 09 Jul 2013; Davide Pesavento package.use.mask: - Extend masking of USE=webkit to dev-qt/assistant and dev-qt/designer. - - 22 Jun 2013; William Hubbs package.use.mask: - Mask python use flag for >=brltty-4.5 because dev-python/cython is not - keyworded for alpha. - - 17 Jun 2013; Patrick Lauer package.use.mask: - Fix per-arch mask of phonon[zeitgeist] #460140 - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 28 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_radeonsi. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 22 Apr 2013; Bernard Cafarelli package.use.mask: - x11-misc/google-gadgets removed from tree - - 12 Mar 2013; Samuli Suominen use.mask: - Mask USE="cg" since it is a toolkit for nvidia binary drivers. - - 31 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask net-misc/modemmanager[qmi,qmi-newest] until libqmi is keyworded. - - 22 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask colord[extra-print-profiles] until argyllcms is keyworded here. - - 20 Jan 2013; Agostino Sarubbo use.mask: - remove mask on colord/packagekit use - - 20 Jan 2013; Agostino Sarubbo use.mask: - mask template_haskell IUSE as per slyfox suggest - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 01 Jan 2013; Agostino Sarubbo package.use.mask, use.mask: - Remove dev-libs/folks eds telepathy and gnome-base/nautilus sendto from - package.use.mask. Remove gnome-online-accounts and add -zeitgeist from - use.mask - - 31 Dec 2012; Alexandre Rostovtsev use.mask: - Mask USE=xine since xine-lib is not keyworded here. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask totem[flash]: like totem[youtube], it needs quvi. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask sushi[office], needs virtual/ooo. - - 30 Dec 2012; Raúl Porcel package.use.mask: - P.use.mask media-libs/phonon gstreamer vlc, needs testing - - 27 Dec 2012; Sergey Popov package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=zenity-3.6[test] until yelp-tools is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=libgda-5.1[gnome-keyring,reports] until app-crypt/libsecret and - dev-java/fop are keywored. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask devhelp[gedit] until gedit-3.6 is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=gvfs-1.14[gnome-keyring] until app-crypt/libsecret is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=folks-0.8[telepathy] until dev-libs/libzeitgeist is keyworded. - - 15 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask totem[upnp-av] after upnp -> upnp-av rename since media-video/coherence - not keyworded (bug #435776). - - 01 Dec 2012; Raúl Porcel use.mask: - Use.mask fdk, bug #442806 - - 01 Dec 2012; Raúl Porcel use.mask: - Use.mask tremor, bug #439722 - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 02 Nov 2012; Raúl Porcel package.use.mask: - Unmask p.use.mask net-libs/webkig-gtk geoloc since its stable - - 21 Oct 2012; Raúl Porcel package.use.mask: - Remove sys-apps/portage python3 p.use.mask now that python3 is stable - - 26 Aug 2012; Raúl Porcel package.use.mask: - Update python3+portage mask - - 26 Aug 2012; Raúl Porcel use.mask: - Use.mask metalink - - 19 Aug 2012; Raúl Porcel use.mask: - Add clang to use.mask, needs testing - - 16 Aug 2012; Matt Turner use.mask: - use.mask video_cards_siliconmotion. - - 05 Aug 2012; Raúl Porcel package.use.mask, use.mask: - Use.mask gts, devil for bug #419621, unmask qt4, p.use.mask - x11-misc/google-gadgets qt4 because it requires qt-webkit which we don't have - - 22 Jul 2012; Raúl Porcel package.use.mask: - Remove media-gfx/gimp udev from p.use.mask - - 15 Jul 2012; Raúl Porcel package.mask: - Drop udev mask - - 09 Jul 2012; Raúl Porcel package.use.mask: - P.use.mask x11-libs/qt-declarative webkit - - 06 Jul 2012; Samuli Suominen package.use.mask: - Remove unnecessary x11-plugins/enigmail entry. - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove obsolete entries for net-libs/xulrunner and www-client/icecat wrt - #424617 - - 27 Jun 2012; Raúl Porcel package.use.mask: - P.use.mask net-irc/kvirc webkit - - 27 Jun 2012; Davide Pesavento package.use.mask: - Mask USE=webkit for PyQt4 too, because qt-webkit is not keyworded on alpha. - - 25 Jun 2012; Raúl Porcel package.mask, - package.use.mask: - Unmask qt-related stuff - - 25 Jun 2012; Raúl Porcel package.use.mask: - P.use.mask x11-libs/qt-assistant webkit - - 15 Jun 2012; Ben de Groot package.mask, package.use.mask: - Add latex-beamer[lyx] and tora to qt mask - - 14 Jun 2012; Ben de Groot package.use.mask: - Add eigen[examples] to qt mask - - 14 Jun 2012; Ben de Groot package.mask: - Add app-text/djview to qt mask - - 14 Jun 2012; Ben de Groot package.mask, package.use.mask, - use.mask: - Since x11-libs/qt-* will no longer be available for alpha, we need to mask - the reverse dependencies - - 09 Jun 2012; Raúl Porcel use.mask: - Use.mask ups - - 31 May 2012; Alexis Ballier package.use.mask: - remove old mask due to texlive 2010 not being keyworded, texlive 2011 is - stable these days... - - 30 May 2012; Matt Turner use.mask: - use.mask socialweb - - 28 May 2012; Raúl Porcel package.use.mask: - Use.package.mask x11-misc/xscreensaver new-login, bug #412847 - - 27 May 2012; Matt Turner use.mask: - Add entropy to use.mask. - - 27 May 2012; Matt Turner use.mask: - Add gnome-online-accounts to use.mask. - - 27 May 2012; Matt Turner package.use.mask, use.mask: - Add connman to use.mask. - - 26 May 2012; Raúl Porcel use.mask: - Use.mask webm - - 25 May 2012; Alexandre Rostovtsev package.use.mask: - Mask webkit-gtk[geoloc,webkit2], requires app-misc/geoclue and - app-accessibility/at-spi2-core to be keyworded (bug #411761). - - 20 May 2012; Samuli Suominen package.use.mask: - Mask USE="acl" for sys-auth/consolekit because >=sys-fs/udev-167 is masked in - this same directory at package.mask file. - - 18 May 2012; Sebastian Pipping package.use.mask: - Mask >=media-gfx/gimp-2.7[udev] - - 15 May 2012; Samuli Suominen package.use.mask: - Mask USE="udisks" for gnome-base/gvfs wrt #412801 - - 13 May 2012; Alexandre Rostovtsev package.use.mask: - Add nautilus[sendto] to gnome3 mask. - - 06 May 2012; Raúl Porcel use.mask: - Add systemd to use.mask, needs testing - - 06 May 2012; Raúl Porcel -package.use.force: - Remove nptlonly outdated package.use.force - - 02 May 2012; Davide Pesavento package.use.mask: - Mask USE=qt4 for cairo due to unkeyworded dep. - - 08 Apr 2012; Raúl Porcel package.use.mask: - Unmask pyxattr - - 08 Apr 2012; Raúl Porcel use.mask: - Use.mask aacplus - - 21 Feb 2012; Zac Medico package.use.mask: - Bug #402215: Mask USE=xattr for sys-apps/portage, pending ~alpha keyword for - dev-python/pyxattr. - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. - - 05 Feb 2012; Raúl Porcel use.mask: - Use.mask bluray, libtar, bug #397891 - - 29 Dec 2011; Tobias Klausmann use.mask: - Drop Ruby 1.9 mask since there now is a keyworded dev-ruby/rubygems (1.8.11) - that works - - 26 Dec 2011; Raúl Porcel package.use.mask: - Package.use.mask www-client/firefox crashreporter as it fails to build - - 25 Nov 2011; Alexandre Rostovtsev package.use.mask: - Mask USE flags on gnome-3.2 packages due to missing keywords on deps; bug - #390345 - - 28 Oct 2011; Alexandre Rostovtsev use.mask: - use.mask colord and packagekit to allow gtk+-3.2 unmasking. use.mask instead - of p.use.mask because other packages with these flags are coming. Bug #387959 - - 08 Oct 2011; Raúl Porcel package.use.mask: - p.use.mask app-text/asciidoc test - - 04 Sep 2011; Robin H. Johnson package.use.mask: - Bug #381737: block dev-libs/libmemcached[tcmalloc] until - dev-utils/google-perftools is keyworded (and virtual/gsasl on hppa/arm). - - 21 Aug 2011; Matt Turner use.mask: - Remove radeonhd from use.mask. It's gone from the tree. - - 03 Jul 2011; Raúl Porcel package.use.mask: - P.use.mask =sys-apps/portage-2.1.10* python3 - - 30 Jun 2011; Pacho Ramos package.use.mask: - Needed plugins are not keyworded on this arch - - 29 May 2011; Raúl Porcel use.mask: - Use.mask prelude - - 30 Apr 2011; Raúl Porcel use.mask: - Use.mask apcupsd - - 23 Apr 2011; Raúl Porcel use.mask: - Add video_cards_nouveau to use.mask - - 02 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 02 Apr 2011; Pacho Ramos package.use.mask: - Mask media-video/totem youtube USE flag as quvi support is needed to play - youtube files now. - - 31 Mar 2011; Tomáš Chvátal package.use.mask: - Drop mask on non-existant portage version. - - 20 Mar 2011; Raúl Porcel package.use.mask: - Unmask iptables netlink - - 27 Feb 2011; Raúl Porcel -package.mask: - Punt package.mask - - 27 Feb 2011; Raúl Porcel use.mask: - Use.mask pdfannotextractor - - 30 Jan 2011; Raúl Porcel use.mask: - Use.mask quvi - - 06 Jan 2011; Raúl Porcel use.mask: - Use.mask libev - - 26 Dec 2010; Matt Turner package.use.mask: - Add 'www-client/elinks javascript' package.use.mask - - 17 Dec 2010; Diego E. Pettenò package.use.mask: - Mask caps USE flag for smartmontools until libcap-ng is keyworded. - - 14 Dec 2010; Matt Turner use.mask: - use.mask llvm. - - 09 Dec 2010; package.use.mask: - net-misc/connman is not keyworded, bug 348308 - - 05 Dec 2010; Raúl Porcel package.use.mask: - P.use.mask www-client/elinks javascript - - 05 Dec 2010; Raúl Porcel package.use.mask: - Package.use.mask net-analyzer/wireshark doc-pdf as it needs java - - 27 Nov 2010; Raúl Porcel package.use.mask: - Add portage python3 use-flag to p.use.mask - - 14 Nov 2010; Alexis Ballier package.use.mask: - Mask app-i18n/canna[doc], app-text/ptex does not build and ptex is - provided by TeX Live 2010, please remove the mask when TeX Live 2010 is - unmasked, bug #342513 - - 14 Nov 2010; Raúl Porcel package.use.mask: - unmask test USE flag of dev-util/buildbot*. - - 13 Nov 2010; Alexis Ballier +package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "test" USE flag of dev-util/buildbot*. - - 07 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "declarative" USE flag for dev-python/PyQt4. - - 10 Oct 2010; Raúl Porcel use.mask: - Use.mask frei0r - - 15 Aug 2010; Raúl Porcel -package.mask, - package.use.mask, use.mask: - Cleanup - - 13 Aug 2010; Justin Lecher package.use.mask: - MKL not available on this arch - - 25 Jul 2010; Nirbheek Chauhan package.use.mask: - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox - - 24 Jul 2010; Raúl Porcel package.use.mask, use.mask: - Use.mask kde - - 10 Jul 2010; Raúl Porcel package.use.mask: - Add app-i18n/uim kde to p.use.mask - - 08 Jul 2010; Pacho Ramos package.use.mask: - Use mask iphone gvfs USE flag until bug #325839 is fixed. - - 27 Jun 2010; Raúl Porcel use.mask: - Use.mask vaapi/rtmp/vpx - - 26 Jun 2010; Raúl Porcel package.use.mask: - Use.mask custom-optimization - - 13 Jun 2010; Pacho Ramos package.use.mask: - Mask net-im/empathy nautilus use until bug 323851 is fixed. - - 16 May 2010; Raúl Porcel use.mask: - Use.mask ots - - 15 May 2010; Raúl Porcel use.mask: - Use.mask schroedinger - - 28 Mar 2010; Raúl Porcel package.use.mask: - Package.use.mask dev-util/subversion kde - - 03 Mar 2010; Jonathan Callen package.mask: - Mask all of KDE SC 4.4.x, not just 4.4.0 - - 13 Feb 2010; Raúl Porcel package.mask: - Unmask texlive-2009 - - 09 Feb 2010; Alexey Shvetsov package.mask: - mask kde sc 4.4.0 since neede deps not keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask dev-libs/soprano[virtuoso] since it needs dev-db/virtuoso-* keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask app-admin/system-config-printer-common[policykit] since it needs - sys-auth/polkit keyworded - - 25 Jan 2010; Raúl Porcel package.use.mask: - P.use.mask x11-themes/qtcurve-qt4 kde - - 25 Jan 2010; Alexis Ballier package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 13 Dec 2009; Rémi Cardona use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 15 Sep 2009; Raúl Porcel package.mask: - Unmask kde-4.3 - - 12 Sep 2009; Raúl Porcel package.mask: - Remove keyworded packages from package.mask - - 12 Sep 2009; Raúl Porcel use.mask: - Use.mask redland and raptor, pm-utils, indi, fits, wicd - - 06 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Removed akonadi-server package.mask entry now that version 1.1.2 was - restored and the keywords for the newer versions dropped (bug 280312). - - 06 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Added kde-base/akonadi to the list of masked packages as soprano is not - keyworded for this arch. - - 05 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Added missing KDE-4.3 deps mask for this arch to fix tree breakage (bug - #280312). - - 02 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Masking >= KDE-4.3 for this arch to prevent tree breakage following - the global unmask of KDE-4.3 (bug #280312). - - 16 Aug 2009; Rémi Cardona use.mask: - drop last traces of i810 - - 28 May 2009; Raúl Porcel use.mask: - Use.mask radeonhd and ast video_cards - - 03 May 2009; Tobias Klausmann use.mask: - Masked topal use flag since it needs gnat/ada - - 12 Apr 2009; Raúl Porcel use.mask: - Add ktts to use.mask - - 11 Apr 2009; Raúl Porcel package.use.mask: - Mask editor and solver for kde-base/kalzium to keep deps minimal - - 11 Apr 2009; Raúl Porcel package.use.mask: - Unmask webkit - - 11 Apr 2009; Raúl Porcel use.mask: - Add semantic-desktop, mecab, tunepimp, captury, bittorrent-external, gps - to use.mask - - 20 Mar 2009; Raúl Porcel package.use.mask: - Remask webkit on qt packages since qt-webkit is not stable - - 20 Mar 2009; Raúl Porcel package.use.mask: - Unmask webkit - - 06 Feb 2009; Raúl Porcel package.mask: - Mask old versions of qt related packages, bug #248038 - - 31 Jan 2009; Tobias Klausmann package.use.mask: - Webkit still isn't keyworded, so mask the use flag for qt-assistant, too. - - 26 Dec 2008; Tobias Klausmann use.mask: - Masked openafs on alpha - - 23 Nov 2008; Patrick Lauer package.use.mask: - webkit is missing keywords, masking webkit useflag for PyQt4 - - 10 Nov 2008; Raúl Porcel use.mask: - Use.mask laptop, no hardware on alpha - - 10 Nov 2008; Raúl Porcel use.mask: - Use.mask dxr3, no hardware to test - - 31 Aug 2008; Raúl Porcel use.mask: - Use.mask openct, no hardware to test - - 31 Aug 2008; Raúl Porcel package.mask: - Unmask gnome-2.22 - - 10 Aug 2008; Raúl Porcel use.mask: - Unmask hddtemp USE-flag - - 07 Jul 2008; Raúl Porcel use.mask: - Reuse.mask hddtemp as its not stable yet, to remove in 30 days - - 07 Jul 2008; Raúl Porcel use.mask: - Unmask hddtemp USE-flag - - 07 Jul 2008; Raúl Porcel package.use.mask: - Make dev-lisp/clisp deps minimal - - 23 Jun 2008; Raúl Porcel use.mask: - Use.mask mtp, no hardware to test - - 25 May 2008; Tobias Klausmann package.mask: - libggi compiles on alpha these days - - 23 May 2008; Tobias Klausmann package.mask: - The glint driver is broken completely currently - - 20 May 2008; Raúl Porcel package.use.mask: - Package.use.mask lm_sensors on xfce4-extras, needs to be keyworded - - 13 May 2008; Raúl Porcel use.mask: - Unmask lm_sensors, bug #221891 - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 03 Apr 2008; Raúl Porcel package.use.mask, use.mask: - Move dvb and mythtv to global use.mask - - 02 Apr 2008; Mart Raudsepp package.use.mask: - Mask dvb on gst-plugins-meta as well - - 02 Apr 2008; Mart Raudsepp package.use.mask: - Mask USE=mythtv on gst-plugins-meta as media-tv/mythtv not keyworded - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/make.defaults index 880e583499..e94c0f353f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/make.defaults,v 1.8 2014/11/23 15:55:19 floppym Exp $ +# $Id$ ARCH="alpha" ACCEPT_KEYWORDS="alpha" @@ -11,10 +11,6 @@ CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" -# Mike Gilbert (23 Nov 2014) -# Remove when bug 525510 is resolved. -USE="python_targets_python3_3 -python_targets_python3_4" - # Michał Górny (01 Jul 2014) # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild # checks simpler. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.mask index 2dc2090d7f..309029f80b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.mask @@ -1,86 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.mask,v 1.39 2015/05/11 01:49:39 pesa Exp $ - -# Ben de Groot (01 Feb 2015) -# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well. ->=dev-qt/assistant-5.4.0 ->=dev-qt/designer-5.4.0 ->=dev-qt/linguist-5.4.0 ->=dev-qt/linguist-tools-5.4.0 ->=dev-qt/pixeltool-5.4.0 ->=dev-qt/qdbus-5.4.0 ->=dev-qt/qdbusviewer-5.4.0 ->=dev-qt/qdoc-5.4.0 ->=dev-qt/qtconcurrent-5.4.0 ->=dev-qt/qtcore-5.4.0 ->=dev-qt/qtdbus-5.4.0 ->=dev-qt/qtdeclarative-5.4.0 ->=dev-qt/qtdiag-5.4.0 ->=dev-qt/qtgraphicaleffects-5.4.0 ->=dev-qt/qtgui-5.4.0 ->=dev-qt/qthelp-5.4.0 ->=dev-qt/qtimageformats-5.4.0 ->=dev-qt/qtmultimedia-5.4.0 ->=dev-qt/qtnetwork-5.4.0 ->=dev-qt/qtopengl-5.4.0 ->=dev-qt/qtpaths-5.4.0 ->=dev-qt/qtpositioning-5.4.0 ->=dev-qt/qtprintsupport-5.4.0 ->=dev-qt/qtquick1-5.4.0 ->=dev-qt/qtquickcontrols-5.4.0 ->=dev-qt/qtscript-5.4.0 ->=dev-qt/qtsensors-5.4.0 ->=dev-qt/qtserialport-5.4.0 ->=dev-qt/qtsql-5.4.0 ->=dev-qt/qtsvg-5.4.0 ->=dev-qt/qttest-5.4.0 ->=dev-qt/qttranslations-5.4.0 ->=dev-qt/qtwayland-5.4.0 ->=dev-qt/qtwebkit-5.4.0 ->=dev-qt/qtwebsockets-5.4.0 ->=dev-qt/qtwidgets-5.4.0 ->=dev-qt/qtx11extras-5.4.0 ->=dev-qt/qtxml-5.4.0 ->=dev-qt/qtxmlpatterns-5.4.0 ->=dev-qt/qt-creator-3.3.0 -=app-text/calibre-2* ->=x11-misc/sddm-0.10.0 - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. ->=dev-qt/assistant-4.8.6:4 ->=dev-qt/designer-4.8.6:4 ->=dev-qt/linguist-4.8.6:4 ->=dev-qt/pixeltool-4.8.6:4 ->=dev-qt/qdbusviewer-4.8.6:4 ->=dev-qt/qt3support-4.8.6:4 ->=dev-qt/qtbearer-4.8.6:4 ->=dev-qt/qtcore-4.8.6:4 ->=dev-qt/qtdbus-4.8.6:4 ->=dev-qt/qtdeclarative-4.8.6:4 ->=dev-qt/qtdemo-4.8.6:4 ->=dev-qt/qtgui-4.8.6:4 ->=dev-qt/qthelp-4.8.6:4 ->=dev-qt/qtmultimedia-4.8.6:4 ->=dev-qt/qtopengl-4.8.6:4 ->=dev-qt/qtopenvg-4.8.6:4 ->=dev-qt/qtphonon-4.8.6:4 ->=dev-qt/qtscript-4.8.6:4 ->=dev-qt/qtsql-4.8.6:4 ->=dev-qt/qtsvg-4.8.6:4 ->=dev-qt/qttest-4.8.6:4 ->=dev-qt/qttranslations-4.8.6:4 ->=dev-qt/qtwebkit-4.8.6:4 ->=dev-qt/qtxmlpatterns-4.8.6:4 - -# Julian Ospald (01 Sep 2014) -# Needs either hardmasked >=media-video/libav-10 or -# >=media-video/ffmpeg-2.1.4 which is not keyworded for -# alpha. Also see bug #521808 -=media-video/mpv-0.4* -=media-video/mpv-0.5* +# $Id$ # Alexey Shvetsov (21 May 2012) # Need deps pecl-apc and pecl-uploadprogress bug #416897 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use index 7959db4785..bd6f0f67ff 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use,v 1.1 2014/02/15 09:02:19 pacho Exp $ +# $Id$ # Pacho Ramos (15 Feb 2014) # libev isn't supported on this arch, use another default (#499498) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.force index 7eb1676833..61e7f54b3c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.force,v 1.4 2015/03/17 01:36:02 vapier Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask index 5dfd831278..ac789d395c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask @@ -1,37 +1,156 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.187 2015/06/09 15:35:00 eva Exp $ +# $Id$ -# Gilles Dartiguelongue (09 Jun 2015) -# net-fs/libnfs lacks alpha keyword, bug #551576 -gnome-base/gvfs nfs +# Tobias Klausmann (27 Jan 2016) +# USE=test transitively pulls in greenlet, which is not available on alpha. +dev-python/pyquery test + +# Tobias Klausmann (25 Jan 2016) +# The tests use hypothesis which complains about too-slow tests on +# hardware that is "too slow". +dev-python/attrs test + +# Tobias Klausmann (22 Jan 2016) +# Requires guile2 which is keyworded nowhere +media-sound/lilypond guile2 + +# Tobias Klausmann (15 Nov 2016) +# JITing for libpcre{,2} is not supported on Alpha +dev-libs/libpcre jit +dev-libs/libpcre2 jit + +# Tobias Klausmann (22 Oct 2016) +# Pulls in dev-db/redis which is not keyworded on alpha. +>=dev-python/pyzor-1.0.0 test + +# Tobias Klausmann (03 Oct 2016) +# Pulls in dev-db/redis which is not keyworded on alpha. +>=dev-libs/hiredis-0.13.1 test + +# Tobias Klausmann (02 Oct 2016) +# For the one single version noted hereunder, the ebuild does not pull in +# sys-apps/fakeroot as a test dependency (bug #593768). +=dev-util/debhelper-9.20160814 test + +# Gilles Dartiguelongue (11 Sep 2016) +# networkmanager USE masked due to missing keywords +gnome-extra/nm-applet teamd + +# Gilles Dartiguelongue (11 Sep 2016) +# Opt-out of ofono support until there is a user request, +# see also pulseaudio/connman +net-misc/networkmanager ofono + +# Tobias Klausmann (04 Jul 2016) +# Mask USE=test since it implies USE=valgrind +net-mail/notmuch test + +# Tobias Klausmann (14 Jun 2016) +# asciidoctor pulls in a lot of Ruby deps +>=net-misc/chrony-2.4_pre1 html + +# Tobias Klausmann (07 Jun 2016) +# cmus is one amongst many. When-if a user wants it, we'll reconsider it. +# Same goes for libircclient +app-admin/conky cmus irc + +# Tobias Klausmann (07 Jun 2016) +# the nvidia SDK needs nvidia-drivers and thus can never work on alpha +# Likewise, nasm is x86/x86-64 only +media-video/ffmpeg nvenc openh264 + +# Justin Lecher (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger (21 Feb 2016) +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Tobias Klausmann 04 Feb 2016 +# sys-cluster/ceph is not broken per se, but a maintenance burden. +net-analyzer/rrdtool rados + +# James Le Cuirot (30 Jan 2016) +# scrollview requires Java, which is unsupported on Alpha. +app-text/tesseract scrollview + +# Michael Weber (09 Jan 2016) +# no alpha support in media-libs/glfw +app-text/mupdf opengl + +# Ian Delaney (05 Jan 2016) +# on behalf of Ilya Tumaykin +# dev-lang/luajit lacks alpha keyword. See bug #488318. +media-video/mpv luajit + +# Justin Lecher (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported to ALPHA +dev-python/wsgiproxy2 test +dev-python/pyquery test + +# Matt Turner (15 Nov 2015) +# Missing keywords +dev-util/perf numa + +# Pacho Ramos (15 Nov 2015) +# Missing keywords +media-sound/rhythmbox upnp-av + +# Pacho Ramos (15 Nov 2015) +# Missing keywords +>=media-plugins/grilo-plugins-0.2.14 upnp-av + +# Davide Pesavento (26 Oct 2015) +# Tests require non-keyworded qt5 +dev-qt/qtchooser test + +# Justin Lecher (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + +# Tobias Klausmann (19 Sep 2015) +# app-portage/g-sorcery pulls in pymongo and a whole host of deps that don't +# work on alpha. Mask USE flag for layman accordingly +app-portage/layman -g-sorcery + +# Alexandre Rostovtsev (10 Sep 2015) +# Requires wifi USE flag, which is masked for this arch +net-misc/networkmanager wext + +# Tobias Klausmann (10 Aug 2015) +# Opting out of the net-misc/ofono dep tree until we have a user request +>=media-sound/pulseaudio-6.0 ofono-headset + +# Tobias Klausmann (08 Aug 2015) +# It's unlikely that greenlet will ever be ported to Alpha. Mask USE=gevent for +# pyzor to avoid that dependency. See bug 538510 +>=dev-python/pyzor-1.0.0 gevent + +# Tobias Klausmann (11 Jul 2015) +# The test suite has ridiculous (transitive) requirements like +# sci-mathematics/octave. +>=dev-python/pyquery-1.2.9 test +# revdeps of pyquery, ditto. +dev-python/webtest test +dev-python/wsgiproxy2 test +dev-python/urllib3 test # Gilles Dartiguelongue (09 Jun 2015) # dev-lang/luajit and dev-lua/lgi and lack alpha keyword, bug #551540 dev-libs/libpeas lua jit -# Ben de Groot (03 May 2015) -# media-libs/rubberband lacks alpha keyword, bug #548446 -media-video/mpv rubberband - # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 dev-libs/efl physics -# Michał Górny (08 Mar 2015) -# Dependency not keyworded on this arch, bug #542570. -xfce-base/xfce4-settings libinput - # Michał Górny (22 Feb 2015) # Dependency not keyworded for some reason. media-libs/gegl umfpack -# Michał Górny (21 Feb 2015) -# The external QCA plugins are not keyworded on this arch. Since -# this is only a temporary measure and nothing depends on them, -# just masking them until the new version goes stable. - (10 Feb 2015) # Missing keywords for media-libs/x265 media-video/libav x265 @@ -66,7 +185,6 @@ media-video/vlc opencv # Michał Górny (30 Oct 2014) # Requires non-keyworded >=x11-libs/libxkbcommon-0.4. -sys-apps/systemd terminal sys-apps/systemd xkb # Tobias Klausmann (11 Oct 2014) @@ -78,10 +196,6 @@ net-misc/spice-gtk smartcard # Missing keyword on app-accessibility/brltty app-accessibility/orca braille -# Maciej Mrozowski (13 Aug 2014) -# Missing keywords on dev-libs/protobuf-c (bug 519772) ->=net-libs/libgadu-1.12.0 gg11 - # Tobias Klausmann # media-libs/x265 doesn't work on alpha (bug 519046) media-video/ffmpeg x265 @@ -90,14 +204,6 @@ media-video/ffmpeg x265 # neither dietlibc nor klibc will likely ever build/work on alpha, bug #487672 >=sys-fs/dmraid-1.0.0_rc16-r3 dietlibc klibc -# Maxim Koltsov (9 Jul 2014) -# Missing keywords on dev-python/rst2pdf, bug #515222 -media-video/mpv doc-pdf - -# Julian Ospald (20 Apr 2014) -# Missing keywords, bug #508226 -media-video/mpv sdl - # Pacho Ramos (15 Mar 2014) # Missing keywords, bug #504672 >=net-misc/vinagre-3.10 rdp @@ -106,9 +212,6 @@ media-video/mpv sdl # Missing keywords, bug #495250 >=gnome-base/gnome-extra-apps-3.10 tracker -# Pacho Ramos (11 Jan 2014) -sys-kernel/dracut -dracut_modules_systemd - # Pacho Ramos (02 Dec 2013) # Missing keywords, bug #493156 media-libs/libgphoto2 serial @@ -125,10 +228,6 @@ net-im/telepathy-connection-managers sipe # template-haskell not yet available dev-haskell/dataenc test -# Tom Wijsman (16 Oct 2013) -# Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. See bug #488318. ->=media-video/mpv-0.2.0 luajit - # Pacho Ramos (20 Jul 2013) # Keywords pending, bug #476710 >=gnome-base/gnome-extra-apps-3.8 games @@ -170,10 +269,6 @@ media-libs/phonon gstreamer vlc # remove mask when dev-java/fop is keyworded here gnome-extra/libgda reports -# Alexandre Rostovtsev (15 Dec 2012) -# media-video/coherence not keyworded -=media-video/totem-2* upnp-av - # Luca Barbato (11 Nov 2012) # Libav 9 can use fdk-aac >=media-video/libav-9_beta2 fdk @@ -190,26 +285,16 @@ dev-python/PyQt4 webkit dev-qt/assistant webkit dev-qt/designer webkit dev-qt/qtdeclarative webkit -dev-qt/qthelp webkit net-irc/kvirc webkit # Raúl Porcel (28 May 2012) # Needs x11-misc/lightdm(which also requires some other deps) x11-misc/xscreensaver new-login -# Alexandre Rostovtsev (25 May 2012) -# Remove mask entry when app-accessibility/at-spi2-core -# is keyworded here, bug #411761 -net-libs/webkit-gtk webkit2 - # Alexey Shvetsov (17 Dec 2011) # mask use numa for openmpi sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_slurm openmpi_ofed_features_rdmacm -# Patrick McLean (08 Nov 2011) -# mask conntrack USE flag for dnsmasq as dep is not keyworded -net-dns/dnsmasq conntrack - # Tobias Klausmann (02 Nov 2011) # libpcre jit is not supported on alpha dev-libs/libpcre jit @@ -233,19 +318,13 @@ dev-libs/libmemcached tcmalloc # Alexey Shvetsov (31 Aug 2011) # Mask numa use flag per bug #381313 sys-apps/hwloc numa - -# Pacho Ramos (19 Jul 2011) -# Missing keywords on dependencies -app-cdr/brasero dvd +# This mask also implies masking the numa flag on openmpi +sys-cluster/openmpi numa # Pacho Ramos (30 Jun 2011) # Needed plugins are not keyworded on this arch media-plugins/gst-plugins-meta dts libvisual -# Pacho Ramos (02 Apr 2011) -# quvi support is needed to play youtube files now -media-video/totem flash youtube - # Diego Elio Pettenò (17 Dec 2010) # needs sys-libs/libcap-ng that is masked right now sys-apps/smartmontools caps @@ -257,8 +336,8 @@ net-analyzer/wireshark doc-pdf www-client/elinks javascript # Justin Lecher (13 Aug 2010) -# MKL not available on this arch -media-gfx/povray mkl +# MKL not available on this arch, +media-gfx/povray mkl # Raúl Porcel (26 Jun 2010) # custom-optimization doesn't work on alpha @@ -270,9 +349,6 @@ www-client/seamonkey custom-optimization # quesoglc is not keyworded x11-misc/rss-glx quesoglc -# uses games-board/ggz-gtk-client -games-strategy/freeciv ggz - # Ben de Groot (16 Jan 2010) # qtmultimedia is not keyworded, bug 293671 dev-python/PyQt4 multimedia @@ -288,7 +364,7 @@ sys-apps/iproute2 atm net-dialup/ppp atm # Needs nut and qstat respectively, neither is keyworded on alpha. -net-analyzer/nagios-plugins ups nagios-game +net-analyzer/nagios-plugins nagios-game # Matt Turner (26 Dec 2010) # No idea why. Bug 347827 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.stable.mask index 14cf1d3e15..2b107d2664 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.stable.mask,v 1.7 2015/06/11 20:35:07 pacho Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,14 +18,24 @@ #--- END OF EXAMPLES --- +# Tobias Klausmann (17 Sep 2015) +# Move this mask here (from package.use.mask) until net-fs/libnfs goes stable. +# Gilles Dartiguelongue (09 Jun 2015) +# net-fs/libnfs lacks alpha keyword, bug #551576 +gnome-base/gvfs nfs + # Pacho Ramos (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch -dev-util/geany-plugins devhelp markdown webkit +dev-util/geany-plugins gtkspell >=gnome-base/gnome-desktop-2.32.1-r2 license-docs -mail-client/balsa webkit -media-gfx/gimp webkit +gnome-base/gvfs google media-plugins/gst-plugins-meta modplug >=x11-libs/gtk+-3.12.2 cloudprint -net-libs/libproxy webkit >=net-libs/webkit-gtk-2.4 geoloc -x11-libs/gksu gnome \ No newline at end of file +x11-libs/gksu gnome + +# sufficiently recent wayland is not stable yet, bug #559062 +~dev-libs/efl-1.15.2 wayland +~dev-libs/efl-1.17.0 wayland +~media-libs/elementary-1.15.2 wayland +~media-libs/elementary-1.17.0 wayland diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.mask index 87b4d0b40c..21d66d1b99 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.mask @@ -1,6 +1,25 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v 1.94 2015/05/24 18:41:01 mattst88 Exp $ +# $Id$ + +# Tobias Klausmann (07 Jun 2016) +# We currently do not have the resources to AT qt5 packages. +# This may change when/if qt4 goes away. +qt5 + +# Tobias Klausmann (23 May 2016) +# There is no luajit support on alpha. Bug #554376. +luajittex + +# Tobias Klausmann (05 Feb 2016) +# Newer versions of libgadu depend on protobuf-c, which doesn't +# compile on alpha as of slot:0. +gadu + +# Julian Ospald (20 Sep 2015) +# no LibreSSL support yet +curl_ssl_libressl +libressl # Unmask the flag which corresponds to ARCH. -alpha @@ -17,49 +36,36 @@ bluetooth bluray chipcard dvb -gnokii gps hbci ios ipod -ivtv mtp -mythtv -nvtv lirc openct pcmcia pda sms upnp -ups wifi # Hardware not available on alpha apm battery -cpufreq -dell dmi -laptop pm-utils # Stuff that doesn't work on alpha, or not tested -avi clang djbfft emboss -freetts -gnustep hardened -howl mecab -mzscheme netbeans -pike timidity valgrind vaapi +librtmp rtmp vpx kde @@ -72,7 +78,7 @@ fdk emf mono ocamlopt -webm +openexr # Stuff we don't want afs @@ -103,28 +109,15 @@ networkmanager # alpha doesn't have java support java -java-internal -java-external pdfannotextractor # Mask vpopmail until net-mail/vpopmail goes out of package.mask vpopmail -# Mask pyste until gccxml / elementtree work on alpha -pyste - -# RDEPEND on mono -beagle - -# apache segfaults when using mpm-peruser (bug 105778) -mpm-peruser - # We don't have any virtual/mpi (bug 111807) mpi # masks required for asterisk -bri -pri zaptel # Modular X: mask non-alpha cards @@ -132,7 +125,6 @@ video_cards_apm video_cards_ark video_cards_ast video_cards_chips -video_cards_cyrix video_cards_i128 video_cards_i740 video_cards_intel @@ -153,12 +145,9 @@ video_cards_ilo # vmware wasn't added with mesa-8.0, but it should still be masked video_cards_vmware # llvm is not keyworded +video_cards_amdgpu video_cards_radeonsi -# dspam and dspam-web use this one -# We've never supported cyrus-imapd because nobody asked for -cyrus - # disable until tested # # bug 148402 pcsc-lite @@ -180,14 +169,6 @@ topal # We don't have sys-devel/llvm llvm -# Matt Turner (31 Dec 2012) # media-libs/xine-lib is not keyworded xine @@ -233,7 +210,3 @@ redis # sys-libs/libseccomp has not been ported to this arch yet #524148 seccomp - -# Ben de Groot (01 Feb 2015) -# please remove when keyworded -qt5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.stable.mask index 0daf03f6c2..8f73b5c111 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/use.stable.mask @@ -1,10 +1,15 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.stable.mask,v 1.10 2015/01/19 16:12:25 floppym Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Tobias Klausmann (17 Mar 2016) +# Webkit itself is enormous (~13h compile+test on our fastest dev machine), so +# it will remain not-stable forever. Mask the USE flag accordingly. +webkit + # Pacho Ramos (17 Apr 2014) # Dropped stable keywords after the discussion caused by # Gnome 3.8/3.10 stabilization on this arch diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/ChangeLog deleted file mode 100644 index b07b80be65..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/ChangeLog +++ /dev/null @@ -1,212 +0,0 @@ -# ChangeLog for Gentoo/x86-fbsd profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.68 2015/05/19 21:04:58 chewi Exp $ - - 19 May 2015; James Le Cuirot use.mask: - Mask java because icedtea needs testing and gcj isn't supported. - - 11 May 2015; Davide Pesavento package.mask: - Extend Qt4-multilib mask to cover 4.8.7 as well. - - 21 Mar 2015; Michał Górny make.defaults: - Enable mmxext by default since it is implied by sse, and required for ffmpeg. - - 14 Mar 2015; Michał Górny clang/package.use.force, - clang/packages.build: - Force llvm[static-analyzer] as needed for clang, in clang profile. Cleanup - packages.build. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/45 - by nigoro. - - 08 Feb 2015; Michał Górny +clang/eapi, - +clang/make.defaults, +clang/package.use.force, +clang/package.use.mask, - +clang/packages, +clang/packages.build, +clang/parent, +clang/profile.bashrc: - Move clang fbsd profile data to arch/amd64-fbsd. Bug #491654 by Yuta SATOH. - - 01 Feb 2015; Michał Górny make.defaults: - Unhide CPU_FLAGS_X86 on {amd64,x86}-fbsd profiles, bug #538322 by Yuta SATOH. - - 28 Jan 2015; Michał Górny use.mask: - Unmask CPU_FLAGS_X86. - - 28 Jan 2015; Mike Gilbert make.defaults: - Set CPU_FLAGS_X86 to a reasonable default. - - 28 Jan 2015; Johannes Huber package.use.mask: - Mask app-crypt/qca[botan,pkcs11]. - - 23 Jan 2015; Lars Wendler package.use.mask: - Mask sctp useflag for openssl until keywords are there - - 27 Dec 2014; Hans de Graaff use.mask: - dev-libs/malloc is not keyworded, mask associated USE flag. - - 26 Dec 2014; Michael Palimaka package.use.mask: - Mask media-libs/opencv consumers due to missing keyword. - - 20 Nov 2014; Davide Pesavento +package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 17 Nov 2014; Patrick Lauer package.use.mask: - Mask sctp useflag for openssh until keywords are there - - 06 Sep 2014; Michał Górny use.mask: - Wipe out references to removed Python targets. - - 01 Jul 2014; Michał Górny make.defaults: - Set default ABI_X86 and IUSE_IMPLICIT. - - 09 May 2014; Lars Wendler package.use.mask: - Masked kde USE flag for dev-vcs/subversion until bug #509892 is fixed. - - 16 Apr 2014; Johannes Huber package.use.mask: - Mask kde-base/nepomuk-core[migrator], because of unkeyworded dep. - - 19 Mar 2014; Andreas K. Huettel +eapi, +todo/eapi: - Increase EAPI to 5 - - 05 Sep 2013; Michał Górny use.mask: - Python 2.5 and 3.1 were removed from the tree. - - 27 Aug 2013; Alexis Ballier package.use.mask, - todo/package.use.mask: - move devhelp usemask to the proper place - - 27 Aug 2013; Alexis Ballier package.use.mask, - todo/package.use.mask: - move gvfs usemasks to the proper file - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 16 Aug 2013; Alexis Ballier package.use.mask: - remove useless gvfs[gnome-keyring] mask - - 16 Aug 2013; Alexis Ballier package.use.mask: - unmask nepomuk-core[epub], bug #481092 - - 14 Aug 2013; Andreas K. Huettel package.use.mask: - mask ebook support of nepomuk-core until keyworded - - 09 Aug 2013; Alexis Ballier package.use.force: - force abi_x86_32 on the rest of system packages too - - 09 Aug 2013; Alexis Ballier +package.use.force: - force abi_x86_32 on fbsd-lib, in preparation for migrating it to the multilib - eclasses - - 27 Jul 2013; Alexis Ballier make.defaults, use.force, - use.mask: - add support for multilib eclasses, bug #475294 by Yuta SATOH - - 08 Jul 2013; Alexis Ballier make.defaults: - Add CFLAGS and LDFLAGS so that gcc finds the needed files and libraries when - doing multilib. - - 07 Apr 2013; Michael Palimaka -package.mask: - Unmask KDE SC 4.10.0 since it is no longer in the tree. - - 07 Feb 2013; Alexey Shvetsov +package.mask: - Mask KDE SC 4.10.0 for keywording bug #455960 - - 07 Feb 2013; Matt Turner use.mask: - Drop sse5 USE flag. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask devhelp[gedit] until gedit-3.6 is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=gvfs-1.14[gnome-keyring] until app-crypt/libsecret is keyworded. - - 09 Dec 2012; Alexandre Rostovtsev package.use.mask, - use.mask: - dev-lang/orc is used in many packages, so move orc from package.use.mask to - use.mask - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 31 Oct 2012; Michał Górny use.mask: - Update the PYTHON_TARGETS mask. Pypy1.7 is no longer in the tree, and 1.9 was - introduced. - - 22 Sep 2012; Alexis Ballier make.defaults: - Put 64bits libraries into lib as this is what vanilla FreeBSD does and also - other linux distros. - - 11 Sep 2012; Alexis Ballier make.defaults: - set SYMLINK_LIB=no which is closer to vanilla freebsd - - 27 Aug 2012; Diego E. Pettenò todo/package.use.mask: - Remove libpcap package.use.mask (now uses netlink which is already masked). - - 16 Jul 2012; Alexandre Rostovtsev use.mask: - Mask python targets that are not keyworded on amd64-fbsd. - - 29 May 2012; Alexis Ballier package.use.mask: - mask media-libs/libprojectm[video_cards_nvidia] due to cg not being - available. we do it here since we unmask video_cards_nvidia here - - 18 May 2012; Alexis Ballier make.defaults: - we need to define COMPAT_32BIT when building for x86 - - 17 May 2012; Alexis Ballier package.use.mask: - unmask orc since its fine here - - 16 May 2012; Alexis Ballier use.mask: - bring back the video_cards_nvidia unmask - - 16 May 2012; Alexis Ballier package.use.mask: - remove old masks about packages not even keyworded - - 16 May 2012; Alexis Ballier package.use.mask: - mask nvidia-drivers[multilib] as the package provided by nvidia is not - multilib - - 16 May 2012; Alexis Ballier use.mask: - bring back the input_devices_vmmouse unmask - - 11 May 2012; Chí-Thanh Christopher Nguyễn - todo/package.use.mask: - Mask x11-base/xorg-drivers video_cards_modesetting - - 11 May 2012; Alexis Ballier use.mask: - remove java usemask now that we have diablo - - 10 May 2012; Alexis Ballier use.mask: - comment out xorg-drivers unmask until they are keyworded - - 26 Apr 2012; Alexis Ballier make.defaults: - enable mmx, sse and sse2 by default, all 64bits cpus have them - - 26 Apr 2012; Alexis Ballier use.mask: - leave the java useflag masked for now - - 26 Apr 2012; Alexis Ballier +todo/ChangeLog: - move the changelog to its own dir not to pollute the real one - - 26 Apr 2012; Alexis Ballier +todo/package.use.mask, - parent: - add a todo dir to mask useflags (per package) when they are missing deps to - keep a sane deptree. Mask libffi[test] as it requires dejagnu. - - 14 Oct 2011; Mike Frysinger make.defaults: - Drop unused ASFLAGS_x86 variable. - - 18 Mar 2011: Mike Frysinger make.defaults: - Drop CDEFINE_ variables now that nothing uses them. - - 07 Mar 2010; Samuli Suominen use.mask: - Unmask x86_* flags sse3, sse4, sse4a, and sse5. - - 13 Dec 2009; Rémi Cardona make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 16 Aug 2009; Rémi Cardona make.defaults: - drop last traces of i810 - - 11 Mar 2009; Timothy Redaelli +make.defaults, - +package.use.mask, +parent, +use.force, +use.mask: - Add amd64-fbsd arch profile; it will be used for freebsd 7.1. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/make.defaults index f0dc3c396c..fa38e0d7a2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/make.defaults,v 1.1 2015/02/08 16:29:53 mgorny Exp $ +# $Id$ CFLAGS="-O2 -pipe" -CXXFLAGS="-stdlib=libc++ ${CFLAGS}" +CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.force index 1998221a17..9fa095c89a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/package.use.force,v 1.2 2015/03/14 14:00:21 mgorny Exp $ +# $Id$ # Force building libc++ over libcxxrt. sys-libs/libcxx libcxxrt @@ -14,4 +14,4 @@ sys-libs/libcxx static-libs abi_x86_32 net-misc/curl ssl curl_ssl_openssl # We obviously need clang -sys-devel/llvm clang static-analyzer +sys-devel/llvm clang static-analyzer default-compiler-rt default-libcxx diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.mask index e4c59deee3..bd152c94b8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/package.use.mask @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/package.use.mask,v 1.1 2015/02/08 16:29:53 mgorny Exp $ +# $Id$ # Build libcxxrt over libgcc_s since that is what clang defaults to. sys-libs/libcxxrt libunwind -# Needs to be fixed: cxx useflag enables plugins and gold. +# Needs to be fixed: cxx useflag enables plugins and gold. # gold fails to build with clang: # https://bugs.gentoo.org/show_bug.cgi?id=427344 # http://llvm.org/bugs/show_bug.cgi?id=12299 @@ -14,3 +14,7 @@ sys-devel/binutils cxx # Force openssl on curl since cmakes needs it and is in @system because of # libcxx on this profile. Mask the other ssl providers. net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl + +# Needs to be fixed: build fails with clang++ +# https://bugs.gentoo.org/show_bug.cgi?id=578506 +sys-libs/db cxx diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages index 3028173471..0bdb97245f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/packages,v 1.1 2015/02/08 16:29:53 mgorny Exp $ +# $Id$ # Don't remove gcc from here: clang uses it for crt{begin,end}*.o and its c++ # stack. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages.build b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages.build index e2c6247d70..c663dce8c9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages.build +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/packages.build,v 1.2 2015/03/14 14:00:21 mgorny Exp $ +# $Id$ # This file describes the packages needed to build a stage 1 based on this # profile. Packages in this file are built in order. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/profile.bashrc index fd81028510..f741ccd1ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/clang/profile.bashrc @@ -1,8 +1,9 @@ #!/bin/bash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/profile.bashrc,v 1.1 2015/02/08 16:29:53 mgorny Exp $ +# $Id$ # Check if clang/clang++ exist before setting them so that we can more easily # switch to this profile and build stages. -type -P clang > /dev/null && export CC=clang -type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX="clang++ -stdlib=libc++" +# Some packages will require BUILD_{CC,CXX} variables, bug 595878. +type -P clang > /dev/null && export CC=clang && export BUILD_CC=clang +type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX=clang++ && export BUILD_CXX=clang++ diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/make.defaults index eeb18eaf46..36e84de2c6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.17 2015/03/21 19:15:02 mgorny Exp $ +# $Id$ # System-wide defaults for the G/FBSD Portage system ARCH="amd64-fbsd" @@ -17,10 +17,9 @@ DEFAULT_ABI="amd64_fbsd" ABI="amd64_fbsd" # 32bit specific settings. -CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32" +CFLAGS_x86_fbsd="-m32" LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32" -USE="mmx mmxext sse sse2" CPU_FLAGS_X86="mmx mmxext sse sse2" VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \ @@ -32,6 +31,7 @@ VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \ # distros. # Adjust multilib dirs for multilib-strict. LIBDIR_amd64_fbsd="lib" +LIBDIR_x86_fbsd="lib32" MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X11R6/lib32" SYMLINK_LIB="no" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.mask deleted file mode 100644 index f1850de602..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.mask +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.mask,v 1.4 2015/05/11 01:52:23 pesa Exp $ - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. ->=dev-qt/assistant-4.8.6:4 ->=dev-qt/designer-4.8.6:4 ->=dev-qt/linguist-4.8.6:4 ->=dev-qt/pixeltool-4.8.6:4 ->=dev-qt/qdbusviewer-4.8.6:4 ->=dev-qt/qt3support-4.8.6:4 ->=dev-qt/qtbearer-4.8.6:4 ->=dev-qt/qtcore-4.8.6:4 ->=dev-qt/qtdbus-4.8.6:4 ->=dev-qt/qtdeclarative-4.8.6:4 ->=dev-qt/qtdemo-4.8.6:4 ->=dev-qt/qtgui-4.8.6:4 ->=dev-qt/qthelp-4.8.6:4 ->=dev-qt/qtmultimedia-4.8.6:4 ->=dev-qt/qtopengl-4.8.6:4 ->=dev-qt/qtopenvg-4.8.6:4 ->=dev-qt/qtphonon-4.8.6:4 ->=dev-qt/qtscript-4.8.6:4 ->=dev-qt/qtsql-4.8.6:4 ->=dev-qt/qtsvg-4.8.6:4 ->=dev-qt/qttest-4.8.6:4 ->=dev-qt/qttranslations-4.8.6:4 ->=dev-qt/qtwebkit-4.8.6:4 ->=dev-qt/qtxmlpatterns-4.8.6:4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.force index f0af6afad5..acd73cf771 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.force @@ -1,3 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 + # Multilib flag for the system is forced sys-freebsd/freebsd-lib abi_x86_32 sys-freebsd/freebsd-ubin abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.mask index 2cab937d6f..9a60b6b4c4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/package.use.mask @@ -1,12 +1,20 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask,v 1.28 2015/01/28 00:35:01 johu Exp $ +# $Id$ + +# Alexis Ballier (31 Jan 2017) +# nvidia drivers are unmasked here +media-video/ffmpeg -nvenc + +# Davide Pesavento (26 Oct 2015) +# Tests require non-keyworded qt5 +dev-qt/qtchooser test # Johannes Huber (28 Jan 2015) -# Missing keyword on dev-libs/botan,dev-libs/pkcs11-helper +# Missing keyword on dev-libs/botan and dev-libs/pkcs11-helper app-crypt/qca botan pkcs11 -# Michael Palimaka (26 Dec 2014) # Unkeyworded media-libs/opencv media-plugins/frei0r-plugins facedetect media-video/vlc opencv @@ -28,10 +36,6 @@ media-plugins/gst-plugins-meta modplug vaapi # Masked kde USE flag until bug #509892 is fixed dev-vcs/subversion kde -# Johannes Huber (16 Apr 2014) -# unkeyworded deps -kde-base/nepomuk-core migrator - # Pacho Ramos (02 Dec 2013) # Missing keywords, bug #493156 media-libs/libgphoto2 serial @@ -45,3 +49,7 @@ x11-drivers/nvidia-drivers multilib # requires nvidia-cg-toolkit which is not available on bsd # see http://developer.nvidia.com/cg-toolkit-download media-libs/libprojectm video_cards_nvidia + +# x11-drivers/xf86-video-vmware works fine without KMS- and 3D support. +# Other packages will not work. keep video_cards_vmware in use.mask. +x11-base/xorg-drivers -video_cards_vmware diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/parent b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/parent index db3aa68cdf..014611b253 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/parent @@ -1,3 +1,3 @@ ../base -../../features/multilib/lib32 +../../features/multilib todo diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.force index 736d4fbe7d..c0333cd146 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.force @@ -1,5 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/todo/package.use.force,v 1.1 2013/07/26 00:55:20 aballier Exp $ +# $Id$ sys-libs/libcxx libcxxrt + +# bug 562412 +www-client/firefox pulseaudio diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.mask index 763c0a6e87..15e1537683 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/todo/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/todo/package.use.mask,v 1.338 2014/09/16 17:12:06 chithanh Exp $ +# $Id$ # Mask useflags that require deps with missing keywords. # Anyone is allowed and _very welcome_ to add masks there. @@ -45,7 +45,6 @@ sys-apps/hwloc numa # dev-lang/mono net-dns/libidn mono media-libs/libcaca mono -dev-java/antlr mono # dev-lang/mono # >=dev-dotnet/gtk-sharp-2 @@ -66,7 +65,6 @@ media-gfx/ufraw gimp # net-libs/libproxy net-libs/neon libproxy net-libs/glib-networking libproxy -media-video/vlc libproxy # dev-libs/pakchois net-libs/neon pkcs11 @@ -101,9 +99,6 @@ gnome-base/gvfs ios # >=sys-fs/fuse-2.8.0 gnome-base/gvfs fuse -# >=gnome-base/libgdu-3.0.2 -gnome-base/gvfs gdu - # >=x11-libs/libva-0.32 media-video/ffmpeg vaapi virtual/ffmpeg vaapi @@ -133,16 +128,11 @@ dev-lang/php mysql mysqli net-libs/courier-authlib mysql # does not build -x11-libs/libdrm libkms media-libs/mesa video_cards_vmware -media-libs/mesa video_cards_r600 -media-libs/mesa video_cards_radeon # media-libs/libepoxy x11-base/xorg-server glamor wayland - -# x11-libs/libdrm[libkms] -media-libs/mesa xorg +x11-drivers/xf86-video-ati glamor # x11-drivers/xf86-video-sis x11-base/xorg-drivers video_cards_sis @@ -150,17 +140,10 @@ x11-base/xorg-drivers video_cards_sis # x11-drivers/xf86-video-tdfx x11-base/xorg-drivers video_cards_tdfx -# x11-drivers/xf86-video-vmware -# x11-libs/libdrm[libkms,video_cards_vmware] -x11-base/xorg-drivers video_cards_vmware - -# >=dev-cpp/clucene-0.9.21[-debug] -app-misc/strigi clucene - # >=sys-auth/polkit-qt-0.103.0 # >=kde-misc/polkit-kde-kcmodules-0.98_pre20101127 # >=sys-auth/polkit-kde-agent-0.99 -kde-base/kdelibs policykit +kde-frameworks/kdelibs policykit # <=sci-geosciences/gpsd-2.95-r1 app-misc/geoclue gps @@ -177,16 +160,16 @@ media-video/vlc fluidsynth # sys-cluster/knem sys-cluster/openmpi openmpi_fabrics_knem -# sys-infiniband/dapl +# sys-fabric/dapl sys-cluster/openmpi openmpi_fabrics_dapl -# sys-infiniband/ofed +# sys-fabric/ofed sys-cluster/openmpi openmpi_fabrics_ofed -# sys-infiniband/infinipath-psm +# sys-fabric/infinipath-psm sys-cluster/openmpi openmpi_fabrics_psm -# sys-infiniband/librdmacm +# sys-fabric/librdmacm sys-cluster/openmpi openmpi_ofed_features_rdmacm # sys-cluster/open-mx @@ -210,12 +193,8 @@ media-gfx/graphviz devil # sys-apps/util-linux (libuuid) net-misc/wget uuid -# dev-util/valgrind -dev-libs/eina valgrind - -# dev-util/lcov -dev-libs/eina test -dev-libs/eet test - # net-misc/freerdp (doesnt build) media-video/vlc rdp + +# net-wireless/bluez +media-sound/pulseaudio bluetooth diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/use.mask index b00b4f15be..b1c986c4ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64-fbsd/use.mask @@ -1,20 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/use.mask,v 1.22 2015/05/19 21:04:58 chewi Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -amd64-fbsd --3dnow --3dnowext --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/ChangeLog deleted file mode 100644 index 3078588bce..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/ChangeLog +++ /dev/null @@ -1,1089 +0,0 @@ -# ChangeLog for Gentoo/AMD64 profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.326 2015/06/14 14:12:55 zlogene Exp $ - - 14 Jun 2015; Mikle Kolyada package.use.stable.mask: - Mask app-emulation/docker[lxc] for bug #550894 - - 09 Jun 2015; Michael Weber package.use.mask: - Drop mask www-client/netsurf[abi_x86_32]. - - 31 May 2015; Johannes Huber package.use.mask: - Revert mask kde-plasma/plasma-workspace[prison], will be handled in base for - uclibs. - - 31 May 2015; Johannes Huber package.use.mask: - Mask kde-plasma/plasma-workspace[prison]. - - 28 May 2015; Brian Evans package.use.mask: - Remove use mask for dev-db/mysql-init-scripts - - 27 May 2015; package.use.mask: - Unmask s6 USE on dev-db/mysql-init-scripts since amd64 has it keyworded - - 20 May 2015; James Le Cuirot package.use.mask: - Unmask icedtea[infinality] as I'm about to mask it in base. - - 11 May 2015; Mikle Kolyada package.use.stable.mask: - Drop media-video/ffmpeg[x265] and media-video/mpv[libav] stable masks, as - both dependencies are stable on amd64 - - 27 Apr 2015; Hans de Graaff use.mask: - Mask rbx RUBY_TARGET now that dev-lang/rubinius-1.x is masked. - - 19 Apr 2015; Chris Reffett no-multilib/package.mask: - Mask multilib package games-roguelike/dwarf-fortress on no-multilib profile - - 16 Apr 2015; Mikle Kolyada package.use.stable.mask: - Mask libav USE flag for >=media-video/mpv/mpv-0.7.3 (bug #525148) - - 11 Apr 2015; Mikle Kolyada package.use.stable.mask: - Stable mask x265 dependency for ffmpeg (bug #538798) - - 29 Mar 2015; Mike Frysinger use.mask: - Unmask USE=cilk. - - 28 Mar 2015; Michał Górny -no-emul-linux-x86/eapi, - -no-emul-linux-x86/package.mask, -no-emul-linux-x86/package.use.mask, - -no-emul-linux-x86/package.use.stable.mask, -no-emul-linux-x86/parent, - package.use.mask, package.use.stable.mask: - emul-linux-x86 last rites. Unmask abi_x86_32 on stable amd64. Mask gcj[awt] - and gcj-jdk[X] since the maintainers failed to accept patches. Remove - no-emul-linux-x86 subprofiles that are now redundant. - - 21 Mar 2015; Michał Górny make.defaults: - Enable mmxext by default since it is implied by sse, and required for ffmpeg. - - 14 Mar 2015; Michał Górny - no-emul-linux-x86/package.mask: - Update masked package list in no-emul-linux-x86 profile. - - 01 Mar 2015; Michał Górny package.use.mask: - Mask telepathy-connection-managers[steam] on unsupported arches. - - 21 Feb 2015; Michał Górny package.use.stable.mask: - Stable-mask non-stable qca plugin flags for old qca version. - - 21 Feb 2015; Michał Górny - no-emul-linux-x86/package.use.stable.mask: - Sync missing stable-unmask of multilib xcb-util-*. - - 19 Feb 2015; Michał Górny - no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask: - Add abi_x86_32 stable masks for SDL2 packages. - - 18 Feb 2015; Chí-Thanh Christopher Nguyễn - package.use.stable.mask: - Mask multilib for x11-libs/xcb-util* - - 13 Feb 2015; Andreas K. Huettel - package.use.stable.mask: - Mask multilib features of librevenge until zlib goes multilib - - 11 Feb 2015; Michał Górny - no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask: - Mask abi_x86_32 on media-video/rtmpdump. - - 30 Jan 2015; Michał Górny make.defaults: - Hide CPU_FLAGS_X86 everywhere but on amd64 & x86. - - 28 Jan 2015; Michał Górny package.use.force, - package.use.mask: - Update package.use.* entries for CPU_FLAGS_X86. Keep duplicate with old flags - until conversion is complete. - - 28 Jan 2015; Mike Gilbert make.defaults: - Set CPU_FLAGS_X86 to a reasonable default. - - 28 Jan 2015; Michał Górny use.mask: - Mask CPU_FLAGS_X86 for non-x86 arches. - - 24 Jan 2015; Michał Górny - no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask: - Apply stable-masks to mysql packages, sync no-emul-linux-x86 profile. - - 14 Dec 2014; Michał Górny package.use: - Enable multilib by default on ati- and nvidia-drivers, bug #532492. - - 13 Dec 2014; Michał Górny - no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask: - Stable-mask abi_x86_32 for bug #526042. - - 08 Dec 2014; Michał Górny - no-emul-linux-x86/package.mask, no-emul-linux-x86/package.use.mask: - Mask gcj-jdk[X] instead of the whole package, pointed out in bug #531900, - comment 3. - - 07 Dec 2014; Michał Górny - no-emul-linux-x86/package.mask: - Mask gcj-jdk as well. - - 07 Dec 2014; Michał Górny - no-emul-linux-x86/package.use.mask: - Reduce the gcc[gcj] mask to gcc[awt] since only that carries real - emul-linux-x86 dependencies (though gcc[gcj] is still subject to automagic - deps). - - 30 Nov 2014; Michał Górny - +no-emul-linux-x86/package.use.mask: - Mask sys-devel/gcc[gcj] since the multilib deps are broken for a long time - with no will from the maintainer to accept a patch. - - 16 Nov 2014; Mike Gilbert use.stable.mask: - Drop unneeded python3_4 (un)mask. - - 15 Nov 2014; Mike Gilbert package.use.stable.mask: - Move pyudev[python3_4] mask to base profile. - - 09 Nov 2014; Michał Górny package.use.stable.mask, - use.mask, use.stable.mask: - Unmask PyPy3. - - 09 Nov 2014; Michał Górny package.use.stable.mask: - Remove stale masks on dev-python/python-exec. - - 06 Nov 2014; Michał Górny package.use.mask: - Update USE=sse2 flag to extend to all PyPy variants. - - 04 Nov 2014; Mike Gilbert package.use.stable.mask, - use.stable.mask: - Negate python3_4 stable mask. - - 24 Oct 2014; Michał Górny - no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask: - Stable-mask abi_x86_32 on dev-libs/{cloog,isl}, bug #516152. Sort lexically. - - 19 Oct 2014; Mike Gilbert use.mask, use.stable.mask: - Unmask/stable-mask apparmor. - - 18 Oct 2014; Mike Frysinger package.use.mask: - Drop systemd-specific seccomp mask since the USE flag itself is handled - properly #524148 by Christian Ruppert. - - 17 Oct 2014; Michał Górny - no-emul-linux-x86/package.mask: - Start masking packages that cause repoman failures due to unmigrated deps. - - 14 Oct 2014; Michał Górny +no-emul-linux-x86/eapi, - +no-emul-linux-x86/package.mask, +no-emul-linux-x86/package.use.stable.mask, - +no-emul-linux-x86/parent, package.use.stable.mask: - Add a no-emul-linux-x86 subprofile for testing emul-linux-x86-free system. - - 13 Oct 2014; Tobias Klausmann package.use.stable.mask: - Stable-mask abi_x86_32 on dev-lua/luaexpat, bug #520864 - - 13 Oct 2014; Michał Górny package.use.stable.mask: - Stable-mask abi_x86_32 on dev-lang/lua, bug #520864. - - 13 Oct 2014; Michał Górny package.use.stable.mask: - Stable-mask abi_x86_32 on net-dns/avahi, bug #520338. - - 13 Oct 2014; Michał Górny package.use.stable.mask: - Stable-mask abi_x86_32 on media-libs/jasper, bug #513812. - - 11 Oct 2014; Tim Harder package.use.mask, - package.use.stable.mask: - Unmask skype use flag for net-im/bitlbee on unstable systems. - - 08 Oct 2014; Ulrich Müller package.use.mask: - Unmask apulse, bug 524164. - - 13 Sep 2014; Markos Chandras package.use.mask: - midori[jit] works on amd64 - - 02 Sep 2014; Hans de Graaff use.mask: - ruby_targets_jruby is now masked everywhere. - - 04 Aug 2014; Mike Frysinger package.use.mask: - Unmask x86-specific flashrom USE flags. - - 30 Jul 2014; Sven Vermeulen package.use.stable.mask: - Adding use-stable-mask on libsemanage (multilib) as well - - 30 Jul 2014; Sven Vermeulen package.use.stable.mask: - Adding use-stable-mask on libselinux (multilib) as well - - 27 Jul 2014; Alexis Ballier use.mask: - unmask xop useflag on amd64 - - 26 Jul 2014; Samuli Suominen package.use.stable.mask: - Remove useless entry for virtual/udev. - - 22 Jul 2014; Christoph Junghans no-multilib/package.mask: - masked games-fps/enemy-territory-omnibot on no-multilib - - 01 Jul 2014; Michał Górny x32/make.defaults: - Update default ABI_X86 in x32 profile. - - 29 Jun 2014; Andreas K. Huettel package.use.mask: - Mask use-flag firebird and package dev-db/firebird for bug 460780 - - 28 Jun 2014; Michał Górny package.use: - Enable abi_x86_32 by default on nvidia-cg-toolkit, to match default - USE=multilib. - - 25 Jun 2014; Michał Górny make.defaults, - x32/make.defaults: - Fix typo. - - 25 Jun 2014; Michał Górny make.defaults, - x32/make.defaults: - Experimentally mark native ABI USE flag implicit for better - user-friendliness. - - 15 Jun 2014; Michał Górny package.use.stable.mask: - Stable-mask emul-linux-x86 flags that are used only to control abi_x86_32 - deps. - - 15 Jun 2014; Michał Górny package.use.stable.mask: - Update package.use.stable.mask for openssl stabilization. - - 02 Jun 2014; Samuli Suominen package.use.stable.mask: - Mask abi_x86_32 for virtual/libudev and virtual/libgudev. - - 28 May 2014; Sven Vermeulen no-multilib/package.mask: - Remove huludesktop from package.mask (package has been removed) - - 24 May 2014; Michał Górny package.use.stable.mask: - Stable-mask abi_x86_32 on net-libs/polarssl. - - 24 May 2014; Michał Górny package.use.stable.mask: - Stable-mask abi_x86_32 on sys-libs/libcap. - - 08 May 2014; Chí-Thanh Christopher Nguyễn - package.use.stable.mask: - Mask multilib for stable libxkbcommon. - - 05 May 2014; Alexandre Rostovtsev - package.use.stable.mask: - Add harfbuzz and deps to abi_x86_32 mask in preparation for stabilization - - 08 Apr 2014; Mike Gilbert package.use.stable.mask, - use.mask, use.stable.mask: - Drop pypy2_0. - - 30 Mar 2014; Michał Górny package.use.stable.mask: - Move abi_x86_32 package stable-mask to arch profile since it is EAPI=5 now. - - 30 Mar 2014; Michał Górny package.use.stable.mask, - use.mask, use.stable.mask: - Move pypy flag masks to arch profile since it is EAPI=5 now. - - 30 Mar 2014; Michał Górny use.mask: - Fix order of use.mask. Sorry for messing it up. - - 30 Mar 2014; Andrey Grozin +use.stable.mask: - Masking gcl - - 29 Mar 2014; Michał Górny use.mask, +x32/use.mask: - Restore abi_x86_x32 mask since the relevant ABI is not in MULTILIB_ABIS and - causes breakage. - - 29 Mar 2014; Mike Frysinger use.mask, -x32/use.mask: - Unmask abi_x86_x32 for all amd64 systems. - - 27 Mar 2014; Mike Gilbert package.use.mask: - Negate sys-apps/systemd[seccomp] mask. - - 22 Mar 2014; Mike Gilbert +package.use.stable.mask: - Move the sys-boot/grub[libzfs] stable mask from base to here. - - 19 Mar 2014; Andreas K. Huettel +eapi, - +no-multilib/eapi, +x32/eapi: - Increase EAPI to 5 - - 09 Mar 2014; Andrey Grozin use.mask: - Unmask gcl - - 08 Mar 2014; Matt Turner package.use.mask: - Add media-libs/mesa -openmax to package.use.mask. - - 26 Feb 2014; Mike Gilbert use.mask: - Unmask avx2 - - 16 Feb 2014; Samuli Suominen package.use.mask: - Mask experimental USE="sse2" for libmikmod. - - 18 Jan 2014; Mike Frysinger make.defaults: - Drop python targets hacks now that base/ has it #474128. - - 07 Jan 2014; Tom Wijsman x32/parent: - [QA] Removed comment from x32/parent per PMS for bug #470094. - - 04 Jan 2014; Andreas K. Huettel package.use.mask: - Unmask dev-vcs/git mediawiki support on amd64 while other arches are still - keywording - - 27 Dec 2013; Sergey Popov package.use.mask: - Unmask 'context' USE-flag for dev-libs/boost - - 15 Dec 2013; Michał Górny package.use.mask: - Mask mupen64plus new dynamic recompiler since it does not work on amd64. - - 04 Dec 2013; Mike Gilbert make.defaults: - Set python_targets_python3_3 in BOOTSTRAP_USE. - - 19 Nov 2013; Tim Harder package.use.mask: - Unmask racket USE flag for app-editors/(g)vim. - - 03 Oct 2013; Ian Stakenvicius make.defaults: - swapped USE=abi_x86_64 for ABI_X86=64 per mgorny's recommendation - - 03 Oct 2013; Michał Górny make.defaults: - Enable abi_x86_64 globally for packages that don't have it forced-on. - - 02 Oct 2013; Michał Górny package.use.force: - Un-force abi_x86_64 on www-plugins/adobe-flash. - - 01 Sep 2013; Jeff Horelick package.use.mask: - unmask sid for >=media-plugins/audacious-plugins-3.4 - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Drop obsolete opencl unmask. - - 13 Aug 2013; Tim Harder package.use.mask: - Unmask luajit USE flag for app-editors/(g)vim. - - 22 Jul 2013; Michał Górny package.use.mask: - Mask USE=sse2 on dev-python/pypy since it controls only 32-bit JIT. - - 22 Jun 2013; Tomáš Chvátal - no-multilib/package.mask: - Mask lotus-notes on multilib. - - 18 Jun 2013; Michael Weber package.use.mask: - masking www-client/netsurf abi_x86_32 due unsatisfied multilib dep on - curl[abi_x86_32] - - 12 Jun 2013; Jeroen Roovers package.use.mask: - Mask USE=debug for www-plugins/adobe-flash (bug #357321). - - 09 Jun 2013; Ulrich Müller no-multilib/package.mask: - Remove mask for media-libs/realcodecs and media-libs/win32codecs. Packages - have been removed. - - 08 Jun 2013; Sergey Popov package.use.mask: - Move mask for app-leechcraft/leechcraft-meta[unstable] to base profile - - 04 May 2013; Michał Górny package.use.mask: - Remove USE=systemd from package.use.mask since the flag is (un)masked - globally now. - - 04 May 2013; Michał Górny use.mask: - Mask systemd flag globally, unmask on arches on which systemd is keyworded. - - 14 Mar 2013; Alexandre Rostovtsev package.use.mask: - Adjust wine's gstreamer mask to cover package.use.mask: - Remask USE="gstreamer" for current stable wine wrt #461602 - - 12 Mar 2013; Michał Górny package.use.mask: - Unmask the abi_x86_32 support due to freetype and friends being unmasked. - - 12 Mar 2013; Samuli Suominen package.use.mask: - Remove package.use.mask entry for wine[gstreamer] because we have 32bit gst - libraries now. - - 07 Mar 2013; Tim Harder use.mask: - Unmask jython2_7 for PYTHON_TARGETS. - - 03 Mar 2013; Alexandre Rostovtsev package.use.force, - x32/package.use.mask: - Update wine to autotools-multilib.eclass - - 27 Feb 2013; Michał Górny +x32/use.force, - +x32/use.mask: - Unmask and set ABI flags for x32. - - 27 Feb 2013; Michał Górny package.use.mask: - Mask the abi_x86_32 on packages belonging to emul-linux-x86-xlibs until - freetype is unmasked. - - 21 Feb 2013; Justin Lecher package.use.mask: - cuda only works on x86 and amd64 - - 16 Feb 2013; Agostino Sarubbo package.use.mask: - mask net-misc/leechcraft-full[unstable] because requires packages not ready - for the stabilization - - 12 Feb 2013; Christoph Junghans use.mask: - sse41 -> sse4_1 (bug #456886) - - 07 Feb 2013; Matt Turner use.mask: - Drop sse5 USE flag. - - 01 Feb 2013; Michał Górny make.defaults, - no-multilib/make.defaults, no-multilib/use.mask, use.force, use.mask: - Set ABI_X86 flags for amd64 & x86 up. - - 25 Jan 2013; Christoph Junghans use.mask: - unmask missing amd64/x86 instruction sets - - 20 Jan 2013; Michał Górny use.mask: - Remove the pypy unmask for old profiles. It is unmasked in the new EAPI=5 - profiles now. - - 02 Jan 2013; Mike Gilbert use.mask: - Mask pypy-1.8 for removal. - - 02 Jan 2013; Mike Gilbert use.mask: - Unmask pypy targets. - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask sys-kernel/dracut[dracut_modules_systemd] (masked in base). - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask sys-kernel/dracut[dracut_modules_biosdevname] (masked in base). - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask zeitgeist-datasources[chromium,tomboy] (masked in base). - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Add epiphany[jit] to webkit-gtk[jit] unmask. - - 26 Dec 2012; Christoph Junghans package.use.mask: - unmasked openmm/mkl for sci-chemistry/gromacs - - 19 Dec 2012; Sergey Popov no-multilib/package.mask, - no-multilib/package.use.mask, package.use.mask: - Clean up deprecated masks, wrt bug #444181 - - 09 Dec 2012; Alexandre Rostovtsev package.use.mask, - use.mask: - dev-lang/orc is used in many packages, so move orc from package.use.mask to - use.mask - - 30 Nov 2012; Christoph Junghans package.use.mask: - unmasked cuda for sci-chemistry/gromacs - - 26 Nov 2012; Anthony G. Basile package.use.mask: - No need to unmask net-misc/tor[nat-pmp,upnp] on amd64 - - 24 Nov 2012; Mike Gilbert use.mask: - Unmask python_single_target_jython2_5 - - 12 Nov 2012; Mike Gilbert make.defaults: - Move PYTHON_TARGETS=python3_2 from arch profiles to base. - - 05 Nov 2012; Sergei Trofimovich package.use: - Fixed typo qemu_softmmu_target{,s}_. - - 04 Nov 2012; Diego E. Pettenò package.use.mask: - Unmask dane USE flag for net-libs/gnutls. - - 29 Oct 2012; Doug Goldstein +package.use: - Add package.use so we can enable the native arch as the default qemu target - for bug #437788 - - 07 Oct 2012; Samuli Suominen package.use.mask: - Restore USE="systemd" mask to sys-auth/polkit for stabilization. - - 15 Sep 2012; Johannes Huber package.use.mask: - Masked media-libs/phonon[zeitgeist] for stabilization as the use flag pulls a - dep tree of hell. - - 22 Aug 2012; Mike Frysinger make.defaults: - Update default CHOST for x32 targets. - - 31 Jul 2012; Ralph Sennhauser use.mask: - Unmask python_targets_jython2_5 as it's available on amd64. - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove obsolete entries for net-libs/xulrunner and www-client/icecat wrt - #424617 - - 29 Jun 2012; Mike Gilbert package.use.mask: - Unmask libzfs flag for grub on amd64. - - 26 Jun 2012; Davide Pesavento package.use.mask: - Mask USE=jit for qt-script wrt bug 423141. - - 24 Jun 2012; Alexandre Rostovtsev - +no-multilib/package.use.force, no-multilib/package.mask, - no-multilib/package.use.mask: - Allow win64-only wine on amd64/no-multilib (bug #351436). - - 14 Jun 2012; Davide Pesavento package.use.mask: - Consolidate USE=jit masking/unmasking for qt-script and qt-webkit. - - 31 May 2012; Alexis Ballier package.use.mask: - media-libs/mlt mmx code is compatible with x86_64 these days, remove that 5 - years old mask i added back then. - - 25 May 2012; Alexandre Rostovtsev package.use.mask: - Remove webkit-gtk's USE mask, the flags are now masked in specific arches. - - 24 May 2012; Arun Raghavan package.use.mask: - For PulseAudio, mask xen USE flag by default, unmask on x86/amd64 where it is - supported. - - 15 May 2012; Mike Gilbert make.defaults: - Default PYTHON_TARGETS should include python-3 for arches where it is stable. - See bug 415575. - - 28 Apr 2012; Justin Lecher no-multilib/package.mask: - Remove mask on app-text/bibus, noreason for that, #408247 - - 13 Apr 2012; Alexandre Rostovtsev package.use.mask: - Mask webkit-gtk[geoloc] in base and unmask on arches where app-misc/geoclue - and app-accessibility/at-spi2-core are available. - - 13 Apr 2012; Alexandre Rostovtsev package.use.mask: - Consolidate USE=systemd mask, and add gnome-system-monitor. - - 12 Apr 2012; Alexandre Rostovtsev package.use.mask: - Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for - gobject-introspection[doctool], bug #411761. - - 11 Apr 2012; Michał Górny package.use.mask: - Unmask USE=jit on libzpaq for x86/amd64. - - 28 Mar 2012; Arun Raghavan package.use.mask: - webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be - added. - - 27 Mar 2012; Alexandre Rostovtsev package.use.mask: - Allow networkmanager[systemd] on amd64. - - 22 Mar 2012; Tim Harder no-multilib/package.use.mask: - Remove redundant use flag mask. - - 18 Mar 2012; Samuli Suominen package.use.mask: - Remove mask for USE="esd" because there is no such flag in tree anymore. - - 17 Mar 2012; Tim Harder no-multilib/package.use.mask: - Mask USE="skype" for bitlbee on non-multilib systems. - - 05 Mar 2012; Joerg Bornkessel use.mask: - dxr3 unmask, works with v4l2, #350211 - - 28 Feb 2012; Samuli Suominen use.mask: - Remove mask for USE="vidix" because it's masked in base/use.mask. Remove - obsolete mask for USE="asm". - - 27 Feb 2012; Bernard Cafarelli package.use.mask: - Allow gnustep-make[libobjc2] on amd64 - - 11 Feb 2012; Sergei Trofimovich no-multilib/package.mask: - Mask skypetab-ng as it's a library for x86-only skype. - - 10 Feb 2012; Matt Turner no-multilib/use.mask: - USE mask d3d on amd64/no-multilib since wine is 32-bit. - - 08 Feb 2012; Bernard Cafarelli package.use.mask: - Drop arch-speficic mask on gnustep-base/gnustep-make[libobjc2] - - 30 Jan 2012; Tupone Alfredo no-multilib/package.mask: - Adding games-puzzle/drod-bin. Binary package 32 bits only - - 09 Jan 2012; Alexandre Rostovtsev package.use.mask: - Unmask USE="jit" for webkit-gtk (bug #396313). - - 07 Dec 2011; Mike Frysinger make.defaults: - Add settings for x32 ABI, and make amd64 explicit in case it is not the - default ABI. - - 29 Nov 2011; Davide Pesavento package.use.mask: - Unmask USE="jit" for qt-webkit. - - 21 Oct 2011; Kacper Kowalik package.use.mask: - Drop hearbeat mask wrt #387685 by Marcin Mirosław - - 21 Oct 2011; Hans de Graaff use.mask: - Unmask Rubinius since it is keyworded for amd64. - - 21 Oct 2011; Alexandre Rostovtsev package.use.mask: - Undo poorly thought out masking of USE="colord packagekit" on gtk+; need to - get it keyworded properly (bug #387959) - - 19 Oct 2011; Alexandre Rostovtsev package.use.mask: - Unmask USE="colord" and "packagekit" for x11-libs/gtk+. - - 16 Oct 2011; Samuli Suominen package.use.mask: - Unmask USE="bluray" for gnome-base/gvfs. - - 14 Oct 2011; Mike Frysinger make.defaults: - Drop unused ASFLAGS_x86 variable. - - 03 Oct 2011; Samuli Suominen use.mask: - Mask USE="dxr3" again wrt #350211. - - 29 Sep 2011; Diego E. Pettenò package.use.mask: - Remove now-pointless masking of xfs USE flag on netatalk. - - 29 Sep 2011; Samuli Suominen package.use.mask: - Unmask USE="nls" for app-emulation/wine wrt #351224 - - 27 Sep 2011; Nirbheek Chauhan package.use.mask: - Mask dev-libs/glib[systemtap] and unmask for amd64/x86, bug 384647 - - 18 Sep 2011; Maxim Koltsov no-multilib/package.mask: - Mask 32bit only games-action/cs2d on no-multilib profile - - 18 Sep 2011; Samuli Suominen package.use.mask: - Remove obsolete USE="hal" mask for app-emulation/wine. - - 26 Aug 2011; Tim Harder package.use.mask: - Remove USE="sse2" mask for libsoundtouch. - - 29 Jul 2011; Kacper Kowalik package.use.mask: - Mask dev-lang/path64[assembler] as it currently fails to build - - 22 Jul 2011; Anthony G. Basile package.use.mask: - Unmask USE="nat-pmp" and "upnp" here. - - 20 Jul 2011; Jim Ramsay package.use.mask: - Unmask the KCM plugin (kde USE flag) for adobe-flash-11 and later which has a - 64-bit version - - 15 Jul 2011; Kacper Kowalik no-multilib/package.mask: - Fix adobe-flash pmask - - 11 Jul 2011; Samuli Suominen use.mask: - Unmask USE="opencl" here. - - 11 Jul 2011; Robin H. Johnson package.use.mask: - unmask parse-clocks on x86/amd46 for ntp due to pps-tools. - - 03 Jul 2011; Alexey Shvetsov package.use.mask: - unmask maui use flag for torque - - 01 Jul 2011; Alexey Shvetsov use.mask: - use unmask infiniband on amd64 - - 10 Jun 2011; Markos Chandras package.use.mask: - Unmasking firebird from qt-sql. Bug #337451 - - 07 Jun 2011; Bernard Cafarelli package.use.mask: - Allow libobjc2 USE-flag on gnustep-base/gnustep-make - - 09 May 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Remove video_cards_nouveau unmask, bug #364027. - - 02 May 2011; Markos Chandras package.use.mask, - use.mask: - Keep firebird masked globally. Unmask it only for php - - 01 May 2011; Markos Chandras use.mask: - Move firebird to a more appropriate section - - 01 May 2011; Markos Chandras use.mask: - Unmasking firebird use flag. Bug #337451 - - 20 Apr 2011; Diego E. Pettenò package.use.force: - Force minimal USE flag for new package to commit. - - 15 Apr 2011; Christoph Mende no-multilib/package.mask, - no-multilib/package.use.mask, package.use.mask: - Cleaned up old package.use.mask and package.mask entries - - 12 Apr 2011; Mart Raudsepp package.use.mask: - Unmask orc USE flag on gst-plugins-bad - - 10 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 31 Mar 2011; Tomáš Chvátal package.use.mask: - xmame is no longer in portage - - 30 Mar 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Unmask video_cards_qxl - - 28 Mar 2011; Luca Barbato package.use.mask: - Unmask bluray and vdpau for mplayer2 - - 20 Mar 2011; Mart Raudsepp package.use.mask: - Unmask orc USE flag on gst-plugins-good - - 18 Mar 2011: Mike Frysinger make.defaults: - Drop CDEFINE_ variables now that nothing uses them. - - 22 Feb 2011; Kacper Kowalik package.use.mask: - Mask pacemaker-gui[heartbeat] since >=heartbeat-3.0 is still masked - - 13 Feb 2011; Tim Harder package.use.mask: - Unmask bluray USE flag on mplayer - - 30 Jan 2011; Arun Raghavan package.use.mask: - Unmask orc USE flag on gst-plugins-ffmpeg - - 22 Jan 2011; Pacho Ramos package.use.mask: - Update wine package.use.mask entry. - - 19 Jan 2011; Markos Chandras package.use.mask: - Masking md5sum use flag for mail-mta/ssmtp. Bug #244480 - - 10 Jan 2011; Pacho Ramos package.use.mask: - Mask nls USE flag for wine until gettext is included in emul set (bug - #351224). - - 27 Dec 2010; Mart Raudsepp package.use.mask: - Add gst-plugins-a52dec to the orc package.use.mask unmask set - - 16 Dec 2010; Justin Lecher no-multilib/package.mask: - Mask sci-chemistry/cyana for multilib as it depends on dev-lang/ifc - - 28 Nov 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - Unmask mesa's llvm flag - - 21 Nov 2010; Pacho Ramos package.use.mask: - Mask gstreamer USE flag on wine due bug #346077 - - 19 Nov 2010; Arun Raghavan package.use.mask: - Orc optimisations in gst-plugins-base work fine on amd64 - - 12 Nov 2010; Dane Smith package.use.mask: - Unmask valgrind USE flag for gnutls. - - 08 Nov 2010; Alexey Shvetsov no-multilib/use.mask: - unmask wimax on 64bit - - 18 Sep 2010; Samuli Suominen - no-multilib/package.mask: - Fix adobe-flash mask because 10.2 has 64bit support again. - - 17 Sep 2010; Andrey Grozin package.use.mask: - Unmasking the USE flag clozurecl for maxima (formerly it was openmcl) - - 23 Aug 2010; Chí-Thanh Christopher Nguyễn - make.defaults: - Add VIDEO_CARDS="nouveau" to make.defaults - - 22 Aug 2010; Mark Loeser -profile.bashrc: - Remove profile.bashrc since it only did CFLAGS checks which shouldn't have - existed to begin with; bug #296401 - - 19 Aug 2010; Samuli Suominen package.use.mask: - Remove USE="ao" mask for zsnes wrt #333497. - - 11 Aug 2010; Mike Frysinger -package.mask: - Drop hulu mask now that it has been switched to multilib. - - 26 Jul 2010; Alexey Shvetsov no-multilib/package.mask: - Mask wimax stack on no-multilib systems - - 25 Jul 2010; Nirbheek Chauhan package.use.mask: - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox - - 17 Jul 2010; Samuli Suominen package.use.force: - Remove old USE="sse" force for libsoundtouch. - - 05 Jul 2010; Mark Loeser +package.mask: - adobe-flash-10.0 has been masked for security reasons, which huludesktop - depends upon - - 01 Jul 2010; Kacper Kowalik package.use.mask: - Correct masking sys-cluster/pacemaker[heartbeat] - - 01 Jul 2010; Kacper Kowalik package.use.mask: - Masking sys-cluster/pacemaker[heartbeat] - - 27 Jun 2010; Samuli Suominen package.use.mask: - Unmask USE="mp3" for app-emulation/wine because - emul-linux-x86-soundlibs-20100611 is stable and has working libmpg123.so - for multilib. - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Forgot to unmask icecat too - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Unmask USE=ipc for firefox/xulrunner on amd64 due to bug 325185 - - 13 Jun 2010; Dror Levin use.mask: - Remove vpx USE unmask. - - 12 Jun 2010; Dror Levin use.mask: - Unmask amd64/x86 only vpx for now. - - 12 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask dev-libs/udis86 test after adding patch to make yasm optional - - 10 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask dev-libs/udis86 test - - 03 May 2010; Alex Legler use.mask: - Unmask ruby_targets_ree18 - - 13 Apr 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask video_cards_nouveau - - 22 Mar 2010; Samuli Suominen package.use.mask: - Unmask USE="jpeg" for app-emulation/wine since emul- 20100220 is stable. - - 16 Mar 2010; Vlastimil Babka no-multilib/package.mask: - Package move x11-misc/googleearth sci-geosciences/googleearth. - - 14 Mar 2010; Samuli Suominen - no-multilib/package.mask: - Unmask snes9x-1.52. - - 07 Mar 2010; Samuli Suominen use.mask: - Unmask x86_* flags sse3, sse4, sse4a, and sse5. - - 07 Mar 2010; Justin Lecher - no-multilib/package.mask: - Masked sci-chemistry/cara-bin for no-multilib -> binary package which - needs emul* - - 24 Feb 2010; Justin Lecher - no-multilib/package.mask: - Masked sci-chemistry/mars for non multilib as it only provides 32bit - binaries - - 21 Feb 2010; Samuli Suominen - no-multilib/package.mask: - Sync with features/64bit-native/package.mask. - - 20 Feb 2010; Samuli Suominen use.mask: - Unmask sane_backends_qcam here; masked in base. - - 14 Feb 2010; Samuli Suominen use.mask: - Unmask SANE_BACKENDS="canon_pp hpsj5s mustek_pp" here. - - 14 Feb 2010; Raúl Porcel no-multilib/package.mask: - p.mask openocd - - 06 Feb 2010; Justin Lecher - no-multilib/package.use.mask: - USE="icc" masked from sci-biology/fasta as icc relies on multilib - - 02 Feb 2010; Samuli Suominen package.use.mask: - Update app-emulation/wine wrt #299149. - - 02 Feb 2010; Samuli Suominen package.use.force: - Remove unrequired skype mask. - - 24 Jan 2010; Pacho Ramos package.use.mask: - Mask esd USE flag for wine since esound is not longer provided in emul- - set - - 08 Jan 2010; Diego E. Pettenò use.mask: - Unmask JRuby target. - - 03 Jan 2010; Pacho Ramos package.use.mask: - Mask wine's capi USE flag since its support is missing in our emul - packages - - 22 Dec 2009; Samuli Suominen package.use.mask: - Unmask USE mmx for media-video/mjpegtools wrt #294909. - - 13 Dec 2009; Rémi Cardona use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 06 Nov 2009; Alexey Shvetsov no-multilib/package.mask: - Mask icm and icm-browser - - 23 Oct 2009; Samuli Suominen - no-multilib/package.use.mask: - USE mask ipp for no-multilib because sci-libs/ipp is package.masked too. - - 23 Oct 2009; Sébastien Fabbro - no-multilib/package.mask: - Masked sci-libs/ipp for no-multilib until we have a ipp without icc - - 01 Oct 2009; Samuli Suominen package.use.mask: - Mask app-emulation/wine[openal] wrt #286625. - - 30 Sep 2009; Samuli Suominen package.use.mask: - Mask app-emulation/wine[jpeg] wrt #283089. - - 23 Sep 2009; Jean-Noël Rivasseau package.use.mask: - X use flag only for amd64/x86, bug 285951. - - 14 Sep 2009; Tristan Heaven no-multilib/package.mask: - Mask games-strategy/defcon-demo - - 08 Sep 2009; Jeremy Olexa package.use.mask: - Mask wine[gsm] because there are no 32bit libraries provided at the - moment, bug 283875 - - 06 Sep 2009; Jeremy Olexa package.use.mask: - Mask wine[mp3] because there are no 32bit libraries provided at the - moment, bug 283860 - - 05 Sep 2009; Jorge Manuel B. S. Vicetto - ChangeLog: - Dropped the package.mask file now that the KDE-4.3 mask has been dropped - from base/package.mask. - - 02 Sep 2009; Tristan Heaven no-multilib/package.mask: - Remove old games-puzzle/world-of-goo{,-demo} versions - - 16 Aug 2009; Rémi Cardona make.defaults: - drop last traces of i810 - - 07 Aug 2009; Theo Chatzimichos package.mask: - Initial commit of package.mask file for amd64, with an entry of unmasked - kde 4.3.0 for amd64 as it is properly keyworded there, under darkside's - permission - - 15 Jul 2009; Tristan Heaven no-multilib/package.mask: - Adjust games-puzzle/world-of-goo{,-demo} masks, bug #277881 - - 21 Jun 2009; Samuli Suominen package.use.mask: - Unmask USE="mmx sse 3dnow 3dnowext" for >= mpg123-1.8.1. - - 20 Jun 2009; Samuli Suominen - no-multilib/package.mask: - Remove anubis because it has been removed from tree. - - 18 Jun 2009; Dawid Węgliński package.use.mask: - Move mask from profiles/default/linux/amd64/package.use.mask (#273932) - - 06 Jun 2009; Jeremy Olexa no-multilib/package.mask: - remove media-video/dvdrip from no-multilib pmask based on a user report, bug - 267932 - - 11 May 2009; Samuli Suominen package.use.mask: - Broken SSE2 detection in libsoundtouch for x86_64 wrt #262405 - - 20 Mar 2009; Bernard Cafarelli package.use.mask: - Mask s3 USE flag for app-backup/backup-manager, required dependencies are - not ~amd64 yet - - 07 Feb 2009; Jeremy Olexa package.use.mask: - mask USE=mmx on imlib2 again, it causes problems with other apps. bug 218382 - - 05 Feb 2009; Serkan Kaba package.use.mask: - Unmask nsplugin for >=dev-java/sun-jre-bin-1.6.0.12 - - 24 Jan 2009; Christoph Mende package.use.mask: - Added LDAP to wine's USE mask (bug 256105) - - 21 Jan 2009; Markus Meier package.mask: - mask some unported x11-libs/qt-4.4* packages for a smooth upgrade wrt bug - #248038 - - 18 Jan 2009; Markus Meier package.mask: - mask this version for a smooth upgrade wrt bug #248038 - - 30 Dec 2008; Christoph Mende - no-multilib/package.mask: - Unmasked vmware-workstation-6.5 on no-multilib - - 27 Dec 2008; Jeremy Olexa package.use.mask: - Add header to package.use.mask and mask USE=static for - >=app-arch/p7zip-4.58, bug 236591 - - 24 Dec 2008; Jeremy Olexa package.use.mask: - re-add flags that I nuked by accident because they were under a mis-leading - comment - bug #246144 - - 23 Dec 2008; Jeremy Olexa package.mask: - clean for non-existant packages - - 23 Dec 2008; Jeremy Olexa package.use.mask: - clean for non-existant package - - 21 Dec 2008; Jeremy Olexa package.use.mask: - clean up package.use.mask for unneeded entries - - 21 Dec 2008; Jeremy Olexa package.use.mask: - Remove USE=mmx mask for imlib2, see bug 218382 - - 19 Dec 2008; Christoph Mende - no-multilib/package.mask: - Unmasked >=net-www/netscape-flash-10.0.20.7_alpha on no-multilib - - 12 Dec 2008; Vlastimil Babka package.use.mask: - Unmask nsplugin for >=dev-java/sun-jdk-1.6.0.12_beta2. - - 01 Dec 2008; no-multilib/package.mask, - no-multilib/package.use.mask: - Unmask rar-3.8.0 and above since it's a native 64bit binary. - - 09 Nov 2008; Raúl Porcel package.use.mask: - Fix masking of mplayer - - 09 Nov 2008; Steve Dibb package.use.mask: - Unmask mplayer bindist use flag for amd64 - - 05 Nov 2008; Steve Dibb package.use.mask: - Remove real unmask, bug 245662 - - 28 Oct 2008; Diego Pettenò package.use.mask: - Add gnutls to wine's masked USE flags. - - 27 Oct 2008; Mike Frysinger use.mask: - Unmask lilo. - - 30 Sep 2008; Diego Pettenò - no-multilib/package.mask: - Mask sunstudioexpress on non-multilib profiles. - - 17 Sep 2008; Santiago M. Mola package.use.force: - x86emu is the only backend available for amd64 (bug #224987) - - 12 Sep 2008; Jeremy Olexa no-multilib/package.mask: - add games-strategy/smac to no-multilib mask - - 24 Aug 2008; Marijn Schouten use.mask: - don't use mask mzscheme anymore, dev-libs/mzscheme has been integrated - into dev-scheme/drscheme and builds fine on amd64 - - 23 Aug 2008; Markus Meier no-multilib/package.mask: - mask app-emulation/ies4linux for bug #218667 - - 16 Aug 2008; Robert Buchholz - no-multilib/package.use.mask: - use mask snes for freevo on no-multilib profiles - - 16 Aug 2008; Robert Buchholz package.use.mask: - Unmask tls for kaa-base - - 10 Aug 2008; Markus Ullmann no-multilib/package.mask: - Mask app-emulation/virtualbox-guest-additions on no-multilib profile - - 08 Aug 2008; Alexis Ballier package.use.mask: - mask mmx for lame, refs bug #93279 - - 24 Jul 2008; Santiago M. Mola - no-multilib/package.mask: - Remove media-sound/peercast from no-multilib p.masks, bug #232800. - - 20 Jul 2008; Serkan Kaba package.use.mask: - Add app-text/enchant:zemberek unmask. - - 10 Jul 2008; Thomas Anderson - package.use.mask, no-multilib/package.use.mask: - Unmask ia32 USE flag for www-client/opera for amd64 multilib - profiles. - - 06 Jun 2008; Rémi Cardona package.mask: - pkgmove to gnome-base/gnome-control-center - - 30 Apr 2008; Sébastien Fabbro - no-multilib/package.use.mask: - Added masked ifc flag for no-multilib on sci-libs/acml - - 21 Apr 2008; Santiago M. Mola package.mask: - Add ->=net-im/telepathy-mission-control-4.65 to Gnome 2.22 mask. - - 11 Apr 2008; Chris Gianelloni - no-multilib/package.mask: - Sync no-multilib/package.mask from default-linux. - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 04 Apr 2008; Torsten Veller no-multilib/package.mask: - Removed mask for mail-client/ciphire-mail (#213349) - - 03 Apr 2008; Mart Raudsepp package.mask: - Unmask GNOME-2.22 on amd64 - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults index 95421f4c03..69d09abac5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.26 2015/03/21 19:15:02 mgorny Exp $ +# $Id$ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -18,6 +18,12 @@ DEFAULT_ABI="amd64" # Do not remove this one, or all kinds of hell breaks loose. ABI="amd64" +LIBDIR_amd64="lib64" +# TODO: move this to a deprecated subprofile +LIBDIR_x86="lib32" +LIBDIR_x32="libx32" +SYMLINK_LIB="yes" + # 64bit specific settings. CFLAGS_amd64="-m64" LDFLAGS_amd64="-m elf_x86_64" @@ -36,7 +42,6 @@ CHOST_x32="x86_64-pc-linux-gnux32" # 2006/10/24 - Simon Stelling # They are masked, but we can enable them anyway for those who have # >=portage-2.1.2_pre3-r4 -USE="mmx mmxext sse sse2" CPU_FLAGS_X86="mmx mmxext sse sse2" # Michał Górny (03 Sep 2013) @@ -45,7 +50,7 @@ ABI_X86="64" # 2006/08/18 - Donnie Berkholz # Defaults for video drivers -VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo" +VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa" # 2006/12/22 - Danny van Dyk # Default for ALSA_CARDS USE_EXPAND variable. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/make.defaults index f967fe35de..3d0464c2c4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/make.defaults,v 1.2 2013/02/01 21:28:56 mgorny Exp $ +# $Id$ MULTILIB_ABIS="amd64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.mask index 3968e3dc27..2aa8bca4ae 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.mask @@ -1,61 +1,79 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v 1.142 2015/06/02 09:15:35 ulm Exp $ +# $Id$ + +# James Le Cuirot (13 Aug 2016) +# Steam requires amd64 multilib. These are steam-overlay packages. +dev-util/adobe-air-runtime +games-util/steam-client-meta +games-util/steam-games-meta +games-util/steam-launcher +games-util/steam-meta + +# Andreas K. Huettel +# Novell Groupwise Client sadly needs a 32bit java vm (bundled) +mail-client/novell-groupwise-client # AMD64 Team # Mask packages that rely on amd64 multilib +=app-editors/emacs-18* +>=app-i18n/atokx3-3.0.0 +=app-i18n/atokx3-3.0.0 -app-office/ooextras app-emulation/winetricks -app-emulation/wine-doors +app-office/ooextras app-text/acroread -app-office/lotus-notes dev-embedded/libftd2xx dev-embedded/openocd ->=dev-java/sun-j2me-bin-2.5.2.01 -dev-lang/dmd-bin dev-lang/icc dev-lang/idb dev-lang/ifc dev-perl/Archive-Rar dev-python/skype4py +dev-util/android-ndk dev-util/android-sdk-update-manager dev-util/android-studio dev-util/biew +games-action/beathazardultra +games-action/brutal-legend games-action/cs2d games-action/descent3 games-action/descent3-demo games-action/heretic2 games-action/heretic2-demo +games-action/hotline-miami +games-action/intrusion2 games-action/lugaru -games-action/lugaru-demo games-action/mutantstorm-demo games-action/phobiaii games-action/rune games-action/shadowgrounds-bin games-action/shadowgrounds-survivor-bin +games-action/solar2 games-action/spacetripper-demo +games-action/swordandsworcery +games-action/trine2 games-arcade/aquaria games-arcade/barbarian-bin -games-arcade/jardinains +games-arcade/dynamitejack games-arcade/gish-demo +games-arcade/jardinains games-arcade/thinktanks-demo games-emulation/caps games-emulation/nestra +games-emulation/pcsx2 games-emulation/zinc games-emulation/zsnes games-fps/avp +games-fps/doom3 games-fps/doom3-cdoom games-fps/doom3-chextrek games-fps/doom3-data @@ -66,14 +84,11 @@ games-fps/doom3-hellcampaign games-fps/doom3-inhell games-fps/doom3-lms games-fps/doom3-mitm -games-fps/doom3-phantasm games-fps/doom3-roe -games-fps/doom3 +games-fps/enemy-territory games-fps/enemy-territory-etpro -games-fps/enemy-territory-fortress games-fps/enemy-territory-omnibot games-fps/enemy-territory-truecombat -games-fps/enemy-territory games-fps/etqw-bin games-fps/etqw-data games-fps/etqw-demo @@ -99,10 +114,13 @@ games-fps/unreal-tournament games-fps/ut2003 games-fps/ut2003-demo games-fps/ut2004-demo -games-puzzle/drod-bin +games-kids/crayon-physics +games-misc/little-inferno +games-misc/papers-please games-puzzle/hoh-bin games-roguelike/adom -games-roguelike/dwarf-fortress +games-rpg/dear-esther +games-rpg/dungeon-defenders games-rpg/eschalon-book-1-demo games-rpg/nwmouse games-rpg/nwmovies @@ -112,29 +130,23 @@ games-rpg/nwn-data games-rpg/nwn-penultima games-rpg/nwn-penultimarerolled games-rpg/nwn-shadowlordsdreamcatcherdemon -games-rpg/rain-slick -games-rpg/sacred-gold +games-rpg/penumbra-collection +games-rpg/wasteland2 games-server/etqw-ded games-server/nwn-ded games-server/ut2003-ded games-simulation/bcs-demo -games-strategy/coldwar -games-strategy/coldwar-demo games-strategy/darwinia games-strategy/darwinia-demo games-strategy/defcon-demo games-strategy/dominions2 -games-strategy/dominions2-demo games-strategy/heroes3 games-strategy/heroes3-demo games-strategy/majesty-demo -games-strategy/savage-bin games-strategy/smac games-strategy/spaz media-fonts/acroread-asianfonts media-sound/aucdtect -media-sound/shoutcast-server-bin -media-sound/shoutcast-trans-bin media-sound/skype-call-recorder media-sound/ventrilo-server-bin media-video/binkplayer @@ -146,19 +158,17 @@ net-misc/ps3mediaserver net-print/cndrvcups-common-lb net-print/cndrvcups-lb sci-biology/foldingathome -sci-electronics/eagle sci-chemistry/cara-bin sci-chemistry/cyana sci-chemistry/icm -sci-chemistry/icm-browser sci-chemistry/mars +sci-electronics/eagle sci-libs/ipp -sys-apps/memtest86 -sys-apps/memtest86+ sys-libs/lib-compat-loki www-plugins/nspluginwrapper www-plugins/pipelight + # AMD64 Team; # grub-1 is not available on no-multilib-profiles (24 Jun 2012) -# Force 64-bit parts of wine, bug #351436 -app-emulation/wine win64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use.mask index 218a498aca..c97f8e7092 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.use.mask,v 1.16 2014/11/13 08:53:44 scarabeus Exp $ +# $Id$ + +# Mike Frysinger (12 Aug 2016) +# Requires sys-boot/grub:0 which is masked here. +sys-apps/memtest86+ floppy # Alexandre Rostovtsev (24 Jun 2012) # Disable 32-bit parts of wine, bug #351436 -app-emulation/wine mono win32 +app-emulation/wine mono # Apr 28, 2008 Sébastien Fabbro # ifc masked @@ -16,3 +20,11 @@ media-libs/opencv ipp # Tomas Chvatal (13 Nov 2014) # The apulse is 32b used there only net-im/skype apulse + +# Tim Harder (17 Jan 2016) +# Skype requires multilib support +net-im/bitlbee skype + +# Alexis Ballier (13 Aug 2009) +# Requires wine +media-sound/lmms vst diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/use.mask index 83eab77f26..c32c1ba43a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/use.mask,v 1.13 2013/02/01 21:28:56 mgorny Exp $ +# $Id$ # USE flags masked because providing packages have ABI=x86 @@ -12,14 +12,14 @@ mbrola # Xen HVM support requires building 32-bit binaries. hvm +# 2008/02/13 - Chris Gianelloni +# Mask multilib, since we cannot use it. +multilib + # 2009/05/11 Doug Goldstein # Mask 32bit since this will always require emulation packages 32bit -# Matt Turner (26 Jan 2013) # Mask the multilib flags back for non-multilib profile. abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use index 0961ee42b6..db0f445e05 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use @@ -1,14 +1,23 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use,v 1.5 2015/05/03 05:15:22 yngwin Exp $ +# $Id$ -# Ben de Groot (03 May 2015) -# Enable luajit (for OSC) by default -media-video/mpv lua luajit +# Mike Gilbert (17 Nov 2016) +# Enable both efi and pc by default. +# https://bugs.gentoo.org/600110 +sys-boot/grub:2 grub_platforms_efi-64 grub_platforms_pc + +# Michał Górny (24 Sep 2016) +# Enable the GPU targets matching the default VIDEO_CARDS +sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX +sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX + +# James Le Cuirot (01 Aug 2016) +# Most users don't need a multilib JVM. +dev-java/icedtea-bin -multilib # Michał Górny (28 Jun 2014) # Packages that should be multilib by default. -media-gfx/nvidia-cg-toolkit abi_x86_32 x11-drivers/ati-drivers abi_x86_32 x11-drivers/nvidia-drivers abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.force index 9bce96e52b..9b19fbeebd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.force @@ -1,6 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.force,v 1.9 2015/01/28 21:29:48 mgorny Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 + +# NP-Hardass (12 Mar 2016) +# 32 bit required, 64 bit optional +www-plugins/pipelight abi_x86_32 -abi_x86_64 # Michał Górny (02 Sep 2013) # Packages with optional 64-bit variant. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask index e564ebecc2..c52658cf08 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.204 2015/06/09 22:21:20 xmw Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,19 +18,82 @@ #--- END OF EXAMPLES --- +# Alexis Ballier (31 Jan 2017) +# nvidia drivers are unmasked here +media-video/ffmpeg -nvenc + +# Ilya Tumaykin (19 Jan 2017) +# Requires yet unavailable >=media-video/ffmpeg-3.3. +>=media-video/mpv-0.23.0 cuda + +# Magnus Granberg (18 Jan 2017) +# masked in base, unmask for amd64 +>=sys-devel/gcc-6.3.0 -pie + +# Luke Dashjr (04 Jan 2017) +# Assembly optimisations are supported on amd64 for all versions +dev-libs/libsecp256k1 -asm + +# Andreas Sturmlechner (31 Dec 2016) +# on behalf of Andreas K. Hüttel (14 Dec 2016) +# Fails to build with newly unmasked ffmpeg-3, so mask this useflag +# Workaround; leaving a real fix to the maintainers... bug 580630 +media-libs/mlt vdpau + +# Ettore Di Giacinto (18 Oct 2016) +# Enable gambit and scm only on supported architectures +>=dev-scheme/slib-3.2.5 -gambit -scm + +# Thomas Deutschmann (22 Sep 2016) +# Enable MQTT support on supported architectures +app-admin/collectd -collectd_plugins_mqtt + +# Thomas Deutschmann (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + +# Brian Evans (23 Aug 2016) +# It's only supported on amd64 +dev-db/percona-server -tokudb -tokudb-backup-plugin + +# Brian Evans (18 Aug 2016) +# Allow jdbc on this arch +dev-db/mariadb -jdbc + +# Andrew Savchenko (11 Aug 2016) +# PGO is fixed on amd64 +>=www-client/firefox-48 -pgo + +# James Le Cuirot (26 Jul 2016) +# Only available on amd64. +dev-java/icedtea -shenandoah + +# Mike Gilbert (23 Jun 2016) +# This flag only has meaning on amd64 +sys-boot/grub:2 -grub_platforms_xen-32 + +# Nathan Phillip Brink (26 Sep 2015) +# git useflag requires dev-libs/libgit2 which few arches support +dev-util/geany-plugins -git + +# Brian Evans =dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera + +# Mike Gilbert (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + +# James Le Cuirot (28 Jul 2015) +# JavaFX and the browser plugin are included on x64 Linux. +dev-java/oracle-jdk-bin -javafx -nsplugin +dev-java/oracle-jre-bin -javafx -nsplugin + # Michael Sterrett (21 Apr 2015) # None of the fusionsound deps support multilib currently, maybe later. # Hiding the use flag fixes bug #545662 for now. media-libs/libsdl2 fusionsound -# Michał Górny (14 Sep 2014) -# on behalf of gx86-multilib project -# gcc[awt] is only used by gcj-jdk[X], and gcj-jdk[X] is not really -# used by anything. The deps are hard to fix properly thanks -# to toolchain.eclass. -sys-devel/gcc awt -dev-java/gcj-jdk X - # Ben de Groot (15 Mar 2015) # media-libs/libbdplus is keyworded on amd64, so unmask the useflag media-libs/libbluray -bdplus @@ -39,10 +102,6 @@ media-libs/libbluray -bdplus # pidgin-opensteamworks is only available for amd64, ppc32 and x86 net-im/telepathy-connection-managers -steam -# Andrey Grozin (23 Feb 2015) -# Does not compile with this flag -=dev-lisp/ecls-15.2.21 cpu_flags_x86_sse - # Tim Harder (11 Oct 2014) # Unmask skype support for unstable keywords net-im/bitlbee -skype @@ -61,8 +120,7 @@ media-libs/mesa -openmax # Samuli Suominen (16 Feb 2014) # Still considered experimental by upstream: -# http://sourceforge.net/p/mikmod/bugs/16/#17ea -media-libs/libmikmod sse2 +# https://sourceforge.net/p/mikmod/bugs/16/#17ea media-libs/libmikmod cpu_flags_x86_sse2 # Andreas K. Huettel (4 Jan 2014) @@ -91,7 +149,7 @@ app-editors/gvim -luajit -racket # Kacper Kowalik (09 Aug 2013) # Works on amd64 -sys-apps/hwloc -cuda -gl -opencl +sys-apps/hwloc -cuda -gl # Michał Górny (22 Jul 2013) # Meaningless on amd64 (it controls the 32-bit x86 JIT). @@ -100,26 +158,18 @@ dev-python/pypy-bin cpu_flags_x86_sse2 dev-python/pypy3 cpu_flags_x86_sse2 dev-python/pypy3-bin cpu_flags_x86_sse2 -# Jeroen Roovers (11 Jun 2013) -# The debug version of www-plugins/adobe-flash is 32-bit only -www-plugins/adobe-flash debug - # Justin Lecher (21 Feb 2013) # cuda only works on x86 and amd64 sci-libs/cholmod -cuda sci-libs/flann -cuda -# Alexandre Rostovtsev (30 Dec 2012) -# sys-apps/biosdevname, systemd work on this arch (masked in base) -sys-kernel/dracut -dracut_modules_biosdevname -dracut_modules_systemd - # Alexandre Rostovtsev (30 Dec 2012) # chromium, mono work on this arch (masked in base) -gnome-extra/zeitgeist-datasources -chromium -tomboy +gnome-extra/zeitgeist-datasources -chromium -# Christoph Jungans (26 Dec 2012) -# cuda/openmm works on x86/amd64 (masked in base) -sci-chemistry/gromacs -cuda -mkl -openmm +# Christoph Junghans (26 Dec 2012) +# cuda works on x86/amd64 (masked in base) +sci-chemistry/gromacs -cuda -mkl # Diego Elio Pettenò (3 Nov 2012) # Unmask here, as it's masked in base. @@ -129,10 +179,6 @@ net-libs/gnutls -dane # Masked for stabilization as the use flag pulls a dep tree of hell. media-libs/phonon zeitgeist -# Michael Sterrett (02 Sep 2012) -# Missing stable keyword on dev-php/igbinary -dev-php/pecl-memcached igbinary - # Ben de Groot (30 Jul 2012) # dependency keyworded here, masked in base media-libs/freetype -infinality @@ -155,8 +201,8 @@ sys-boot/grub -libzfs dev-libs/gobject-introspection -doctool # Michał Górny (11 Apr 2012) -# JIT compilation in libzpaq generates code for x86/amd64. -app-arch/libzpaq -jit +# JIT compilation in zpaq generates code for x86/amd64. +app-arch/zpaq -jit # Arun Raghavan (29 Mar 2012) # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be @@ -173,12 +219,12 @@ gnustep-base/gnustep-make -libobjc2 # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so # it's masked in base profile and unmasked here (bug #396313). net-libs/webkit-gtk -jit -www-client/epiphany -jit www-client/midori -jit # Davide Pesavento (30 Nov 2011) -# JavaScriptCore JIT is supported only on amd64/arm/x86, -# so it's masked in base profile and unmasked here. +# The QML (V4) and JSC JITs are supported only on amd64/arm/x86, +# so the flag is masked in the base profile and unmasked here. +dev-qt/qtdeclarative -jit dev-qt/qtscript -jit dev-qt/qtwebkit -jit @@ -191,10 +237,6 @@ gnome-base/gvfs -bluray # Temporarily unmask in amd64/x86, bug 384647 dev-libs/glib -systemtap -# Kacper Kowalik (29 Jul 2011) -# mask assembler as it currently doesn't work -dev-lang/path64 assembler - # Robin H. Johnson (10 Jul 2011) # PPS should work on all arches, but only keyworded on amd64/x86 >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks @@ -204,10 +246,6 @@ dev-lang/path64 assembler =sys-cluster/glusterfs-3.1.2 infiniband =sys-cluster/corosync-1.3.0 infiniband -# Luca Barbato (28 Feb 2011) -# Masked in base, unmask for amd64/x86 -media-video/mplayer2 -bluray - # Tim Harder (13 Feb 2011) # Masked in base, unmask for amd64/x86 >=media-video/mplayer-1.0_rc4_p20101219 -bluray @@ -215,20 +253,10 @@ media-video/mplayer2 -bluray # doomsday doesn't work on amd64 so mask off things that pull it in. games-fps/doom-data doomsday -# Markos Chandras (19 Jan 2011) -# Masking md5sum on mail-mta/ssmtp since it is broken on -# earlier versions -mail-mta/ssmtp md5sum - # Chí-Thanh Christopher Nguyễn (28 Nov 2010) # sys-devel/llvm is keyworded on amd64 media-libs/mesa -llvm -# Nirbheek Chauhna (26 Jun 2010) -# Inter-process communication doesn't work on anything except x86/amd64/arm -# due to lack of atomic ops, bug 325185 -www-client/firefox -ipc - # Tomáš Chvátal (4 Apr 2010) # x86 platforms works sys-power/pm-utils -video_cards_intel -video_cards_radeon @@ -248,13 +276,8 @@ app-backup/backup-manager s3 # Jeremy Olexa (07 Feb 2009) # USE=mmx on imlib2 causes issues with other apps. See bug 218382 (comments # 11-12) -media-libs/imlib2 mmx media-libs/imlib2 cpu_flags_x86_mmx -# Serkan Kaba (5 Feb 2009) -# finally a 64bit java plugin ->=dev-java/sun-jre-bin-1.6.0.12 -nsplugin - # Jeremy Olexa (27 Dec 2008) # Mask static USE flag because it just doesn't work on amd64. See bug 236591 >=app-arch/p7zip-4.58 static @@ -262,11 +285,7 @@ media-libs/imlib2 cpu_flags_x86_mmx # Jeremy Olexa (24 Dec 2008) # unmask USE=bindist on amd64 - also unmasking the other flags that were under a # bad comment heading. see bug #246144 -media-video/mplayer -cpudetection -custom-cpuopts -bindist - -# Vlastimil Babka (12 Dec 2008) -# finally a 64bit java plugin ->=dev-java/sun-jdk-1.6.0.12_beta2 -nsplugin +media-video/mplayer -cpudetection # Tomas Chvatal (31 Jan 2009) # masked in base, unmask for x86/amd64 @@ -279,41 +298,20 @@ app-text/enchant -zemberek # Oct 23th 2006; blubb@gentoo.org # the asm is 64bit save, but it doesn't compile anyway -games-emulation/visualboyadvance mmx games-emulation/visualboyadvance cpu_flags_x86_mmx # Oct 23th 2006; blubb@gentoo.org # upstream forces sse2 for amd64; mmx flag does nothing -app-crypt/johntheripper mmx app-crypt/johntheripper cpu_flags_x86_mmx # Oct 23th 2006; blubb@gentoo.org # x86 asm only: -games-emulation/xmess mmx -media-gfx/inkscape mmx -media-libs/allegro mmx sse -media-libs/libfame mmx -media-libs/sdl-gfx mmx -media-libs/smpeg mmx -net-irc/xchat mmx -net-irc/xchat-gnome mmx -net-misc/asterisk mmx -x11-terms/eterm mmx -media-tv/xawtv mmx -games-emulation/xmess cpu_flags_x86_mmx -media-gfx/inkscape cpu_flags_x86_mmx -media-libs/allegro cpu_flags_x86_mmx cpu_flags_x86_sse media-libs/libfame cpu_flags_x86_mmx media-libs/sdl-gfx cpu_flags_x86_mmx media-libs/smpeg cpu_flags_x86_mmx -net-irc/xchat cpu_flags_x86_mmx -net-irc/xchat-gnome cpu_flags_x86_mmx -net-misc/asterisk cpu_flags_x86_mmx x11-terms/eterm cpu_flags_x86_mmx -media-tv/xawtv cpu_flags_x86_mmx # x86_64 opts are enabled with USE sse. so masking the rest -media-sound/mpg123 mmx 3dnow 3dnowext media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext # 8 May 2007: Alistair Bush @@ -325,13 +323,8 @@ media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext # x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that # saves people from needlessly installing nasm # Refs bug #93279 -media-sound/lame mmx media-sound/lame cpu_flags_x86_mmx # Robert Buchholz (16 Aug 2008) # masked in base, unmask for x86/amd64 dev-python/kaa-base -tls - -# Samuli Suominen (13 Mar 2013) -# Works with new wine, doesn't work with old wine wrt #461602 - (14 Jun 2015) -# app-emulation/lxc has no stable versions -app-emulation/docker lxc +# Brian Evans (17 Jan 2017) +# Stable mask groonga on mariadb as I don't know how stable +# the dependencies really are +dev-db/mariadb mroonga + +# Bernard Cafarelli (09 Jan 2017) +# Requires more testing +# and additional unstable dependencies +gnustep-base/gnustep-make libobjc2 # Yixun Lan (02 Apr 2015) # sys-fs/zfs is not stable. @@ -30,12 +36,6 @@ sys-cluster/ceph zfs # mayavi is broken, bug #500104 dev-python/apptools test -# Michał Górny (21 Feb 2015) -# The external QCA plugins are not stable on this arch. Since -# this is only a temporary measure and nothing depends on them, -# just masking them until the new version goes stable. - (11 Oct 2014) # Masked since skype isn't stable net-im/bitlbee skype @@ -44,9 +44,7 @@ net-im/bitlbee skype # Don't apply stable masks to python-exec since we're forcing every # impl there anyway. Please keep this in sync with use.stable.mask. dev-lang/python-exec -python_targets_pypy -dev-lang/python-exec -python_single_target_pypy dev-lang/python-exec -python_targets_pypy3 -dev-lang/python-exec -python_single_target_pypy3 # Mike Gilbert (22 Mar 2014) # sys-fs/zfs is not stable. @@ -55,7 +53,3 @@ sys-boot/grub libzfs # Tom Wijsman (06 Feb 2014) # [QA] Masked jit USE flag on www-apps/cgit as dev-lang/luajit is not stable. www-apps/cgit jit - -# Ben de Groot =opus-1.0.3 is still not stable (bug 500868) -media-video/vlc opus diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/parent b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/parent index d8d1efff84..c5b66f7e9c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/parent @@ -1,2 +1,2 @@ ../base -../../features/multilib/lib32 +../../features/multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.mask index c2f846ea78..47b724bcde 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.70 2015/06/02 09:15:35 ulm Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -amd64 @@ -52,8 +52,6 @@ # Ralph Sennhauser (31 Jul 2012) # Keyworded on amd64 --python_targets_jython2_5 --python_single_target_jython2_5 -python_targets_jython2_7 -python_single_target_jython2_7 @@ -95,10 +93,6 @@ # Lilo works on amd64, so ... -lilo -# 2007/10/09 - Steve Dibb -# Unmask support for SSSE3 (pni) for media-video/mplayer --ssse3 - # 2007/08/19 - Christoph Mende # Unmask support for dev-db/oracle-instantclient-basic -oci8-instant-client @@ -112,10 +106,6 @@ # nVidia XvMC support works on amd64 -nvidia -# 2005/12/01 - Daniel Gryniewicz -# There is now a kqemu that works and is stable on amd64 --kqemu - # 2006/03/03 - Luca Barbato # codec support x264 -x264 @@ -123,11 +113,9 @@ # 2006/01/28 - Donnie Berkholz # Modular X: unmask for architectures on which they are available -input_devices_synaptics --input_devices_virtualbox -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_via -video_cards_virtualbox -video_cards_vmware @@ -136,30 +124,11 @@ # Diego Pettenò (4 Jan 2007) # Unmask the flags for PHP that are available only on x86/amd64 -oci8 --oracle7 --db2 # Feb 16th 2007; Simon Stelling # Since this profile forces >=portage-2.1.2, we can unmask all # SIMD assembler flags --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --sse4_1 --sse4_2 --avx --avx128fma --avx2 --avx256 --3dnow --3dnowext --fma3 --fma4 --xop +-mpx -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes @@ -190,14 +159,6 @@ # SECTION: Unavailable/Broken -# 2007/01/18 - Jeffrey Gardner -# Mask gamess support temporarily. -gamess - -# 2006/12/21 - Diego Pettenò -# Mask some ALSA cards that are known broken in AMD64 -alsa_cards_cs5535audio - # 2006/06/07 - Danny van Dyk # FIXME. Unknown mask reason. Has effect on qpopper # and tpop3d. @@ -209,18 +170,10 @@ video_cards_i740 video_cards_newport video_cards_nsc -# 2004/10/06 - Jeremy Huddleston -# sys-cluster/pvm won't build -pvm - # 2004/06/22 - Taken from 2004.0 profile # masked 3dfx -# 2007/02/02 - Simon Stelling -# we don't have no gcc64; bug 144535 -gcc64 - # 2007/02/04 - Simon Stelling # games-emulation/caps is 32bit only, while app-emulation/e-uae is 64bit; bug 158416 capslib diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask index ab482c92d3..9f51cf5185 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.stable.mask,v 1.8 2014/11/16 02:25:27 floppym Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask @@ -12,7 +12,6 @@ apparmor # Andrey Grozin (25 Jun 2014) # no stable versions on amd64 clozurecl -gcl # Michał Górny (30 Mar 2014) # PyPy is unstable on this arch. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/make.defaults index 240539b616..c6c6c90d74 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/make.defaults @@ -1,13 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/make.defaults,v 1.5 2014/07/01 07:47:50 mgorny Exp $ +# $Id$ DEFAULT_ABI="x32" ABI="x32" MULTILIB_ABIS="amd64 x86 x32" -FEATURES="collision-protect multilib-strict" - +LIBDIR_x86="lib" SYMLINK_LIB="no" # Michał Górny (01 Jul 2014) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask index 052163b8b9..ea4985aada 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/package.mask,v 1.2 2013/12/22 15:59:49 phajdan.jr Exp $ +# $Id$ # Pawel Hajdan jr (07 Oct 2012) # V8 upstream said they won't support x32, bug #423815 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask index 5fcba73b39..25de40c6f4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/package.use.mask,v 1.4 2014/01/03 03:06:29 creffett Exp $ +# $Id$ # This file requires >=portage-2.1.1 @@ -9,6 +9,7 @@ app-emulation/wine abi_x86_x32 # Davide Pesavento (30 Nov 2011) -# JavaScriptCore JIT doesn't currently work on x32. +# The QML (V4) and JSC JITs do not work on x32. +dev-qt/qtdeclarative jit dev-qt/qtscript jit dev-qt/qtwebkit jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/parent b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/parent index 6ee1b9eff1..f3229c5b98 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/parent @@ -1,2 +1 @@ .. -../../../features/multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/use.mask index 7692a1c229..d31d560ea0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/use.mask,v 1.3 2014/03/29 22:07:07 mgorny Exp $ +# $Id$ # Michał Górny (26 Jan 2013) # Unmask the x32 ABI. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/ChangeLog deleted file mode 100644 index 2337ef192e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/ChangeLog +++ /dev/null @@ -1,1097 +0,0 @@ -# ChangeLog for Gentoo/ARM profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.361 2015/06/04 18:46:48 kensington Exp $ - - 04 Jun 2015; Michael Palimaka package.use.mask: - Move various kde-base packages to kde-apps. - - 24 May 2015; James Le Cuirot +armv7a/package.mask, - package.mask: - Mask icedtea-bin in non-armv7a profiles instead of relying on pkg_pretend. - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 23 May 2015; James Le Cuirot package.use.mask: - icedtea-web has now been keyworded so remove the nsplugin and webstart USE - masks wrt bug #549134. - - 20 May 2015; James Le Cuirot package.use.mask: - Temporarily mask rdeps of icedtea-web to deal with bug #549134 until I have a - chance to test it. - - 11 May 2015; Michael Palimaka - package.use.stable.mask: - Mask www-client/qupzilla[kde] as KDE is not stable on arm. - - 28 Apr 2015; Patrick Lauer use.mask: - Mask ayatana useflag until dependencies catch up - - 20 Apr 2015; Patrick Lauer package.use.mask: - Mask qt5 useflag for quassel - - 18 Apr 2015; Markos Chandras package.use.mask: - Mask samba useflag for sys-auth/sssd - - 03 Apr 2015; Markus Meier package.use.mask: - package.use.mask net-misc/openconnect[java] for bug #542444 - - 03 Apr 2015; Markus Meier package.use.mask: - package.use.mask media-libs/libsdl2[fusionsound] due to unkeyworded/unstable - deps - - 02 Apr 2015; Alexis Ballier package.use.mask: - mask media-libs/freeimage[tiff] - - 03 Mar 2015; Markus Meier package.use.mask: - package.use.mask sys-auth/sssd[augeas], bug #540540 - - 21 Feb 2015; Michał Górny package.use.mask: - Mask non-keyworded qca plugin flags for old qca version, part of - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/27 / - https://bugs.funtoo.org/browse/FL-2119. - - 11 Feb 2015; Jason A. Donenfeld package.use.mask: - Mask widevine for www-client/chromium, because there's no public - ARM release of it. - - 07 Feb 2015; Markos Chandras package.use.mask: - Mask app-emulation/lxc cgmanager. Bug #539208 - - 02 Feb 2015; Mikle Kolyada package.mask, use.mask: - Drop qt5 packages and use flag masks - - 01 Feb 2015; Michael Palimaka package.mask: - Fix invalid atom. - - 01 Feb 2015; Ben de Groot package.mask, use.mask: - Add Qt5 mask until keyworded - - 29 Jan 2015; Chí-Thanh Christopher Nguyễn use.mask: - Unmask video_cards_tegra flag. - - 18 Jan 2015; Markus Meier package.use.mask: - package.use.mask sys-devel/gettext[java] for all versions - - 17 Jan 2015; Markus Meier package.use.mask: - package.use.mask net-misc/strongswan[strongswan_plugins_unbound] for bug - #536226 - - 17 Jan 2015; Markus Meier package.use.mask: - package.use.mask net-im/gajim[jingle,gnome,kde] for bug #533404 - - 09 Jan 2015; Davide Pesavento package.mask: - Unmask Qt 4.8.6 since qtchooser has been keyworded. - - 06 Jan 2015; Alexis Ballier package.use.mask: - mask vtk[kaapi] as xkaapi doesnt build here - - 03 Jan 2015; Benda Xu package.use.mask: - Mask anthy[kasumi] and scim-anthy[canna-2ch] use flags: not tested. - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add mask for USE=kms for x11-wm/mutter-3.14, bug #533420. - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add package.use.mask entry for clutter, bug #533420. - - 20 Dec 2014; Markus Meier package.use.mask: - package.use.mask sys-libs/db[java] for all versions - - 09 Dec 2014; Michael Palimaka package.use.mask: - Unmask kde-base/systemsettings[kscreen] as dependencies are now keyworded - (bug #525558). - - 29 Nov 2014; Markus Meier package.use.mask: - package.use.mask dev-python/oct2py[doc] for bug #518742 - - 29 Nov 2014; Markus Meier package.use.mask: - package.use.mask dev-python/ipython[doc] for bug #518742 - - 20 Nov 2014; Davide Pesavento package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 19 Nov 2014; Patrick Lauer package.use.mask: - Mask collada useflag for libreoffice until dependencies are keyworded - - 15 Nov 2014; Michael Weber package.use.mask: - p.use mask www-client/netsurf[pdf-writer] due missing keywords on libharu - - 14 Nov 2014; Markus Meier package.use.mask: - package.use.mask net-im/prosody[libevent,mysql,postgres,sqlite], bug #511532 - - 04 Nov 2014; Alexis Ballier +armv7a/use.force, - armv7a/use.mask: - rework a bit armv7 cpuflags so that ffmpeg compiles out of the box: - armv{5te,6,6te} flags mean this or later, so that armv7 can force it. - - 30 Oct 2014; Alexis Ballier use.mask: - mask cg useflag as on ia64/hppa - - 25 Oct 2014; Michael Palimaka package.use.mask: - Remove obsolete mask for USE flag & package no longer in the tree. - - 25 Oct 2014; Michael Palimaka package.use.mask: - Mask kde-base/systemsettings[kscreen] due to unkeyworded dependencies (bug - #525558). - - 24 Oct 2014; Alexis Ballier package.use.mask: - mask hdf useflag on sci-libs/netcdf since sci-libs/hdf does not support arm - - 23 Oct 2014; Markus Meier package.use.mask: - package.use.mask net-misc/networkmanager[teamd], bug #523468 - - 18 Oct 2014; Mike Frysinger package.use.mask: - Drop systemd-specific seccomp mask since the USE flag itself is handled - properly #524148 by Christian Ruppert. - - 10 Oct 2014; Markus Meier package.use.mask: - add app-office/libreoffice[coinmp,gltf] to package.use.mask, bug #520692 - - 24 Sep 2014; Markus Meier package.use.mask: - package.use.mask sys-block/fio[glusterfs,rbd], bug #519618 - - 13 Sep 2014; Markus Meier package.use.mask: - package.use.mask dev-libs/cyrus-sasl[java] for all versions, bug #519646 - - 13 Sep 2014; Markos Chandras package.use.mask: - midori[jit] works on arm - - 04 Aug 2014; Mike Frysinger package.use.mask: - Drop flashrom masks that are in base now. - - 29 Jul 2014; Markus Meier +armv5te/use.mask, - +armv6j/use.mask, armv7a/use.mask: - unmask arm cpu flags for media-video/ffmpeg, bug #498086 - - 27 Jul 2014; Rick Farina package.use.mask: - Mask net-voip/yate[dahdi] since net-misc/dahdi doesn't build - - 22 Jul 2014; Rick Farina package.use.mask: - Mask dev-python/gmpy[mpir] since mpir doesn't build - - 22 Jul 2014; Rick Farina package.use.mask: - Remove dev-python/numpy[lapack] mask - - 01 Jul 2014; Michał Górny make.defaults: - Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid - issues. - - 01 Jul 2014; Michał Górny make.defaults: - Set ABI, DEFAULT_ABI and MULTILIB_ABIS for consistence with arm64 multilib. - - 24 Jun 2014; Markus Meier package.use.mask: - package.use.mask >=net-misc/spice-gtk-0.25[smartcard], bug #513108 - - 08 Jun 2014; Manuel Rüger package.use.mask: - unmask x11-misc/sddm, keyworded. - - 16 May 2014; Andrey Grozin use.mask, use.stable.mask: - unmask gcl (keyworded, bug #509842) - - 04 May 2014; Markus Meier package.use.mask: - package.use.mask mail-filter/opendkim[opendbx], bug #509082 - - 04 May 2014; Markus Meier package.use.mask: - package.use.mask dev-qt/qt-mobility[messaging], bug #507896 - - 04 May 2014; Andreas K. Huettel package.use.mask: - Fix baloo useflags - - 17 Apr 2014; Samuli Suominen package.use.mask: - Mask new easytag. - - 16 Apr 2014; Johannes Huber package.use.mask: - Mask kde-base/gwenview[semantic-desktop], kde-base/okular[dpi] and - kde-base/nepomuk-core[migrator], because of unkeyworded deps. - - 05 Apr 2014; Andreas K. Huettel - +package.use.stable.mask: - Move file from default/linux/arm/13.0 to here - - 27 Mar 2014; Mike Gilbert package.use.mask: - Negate sys-apps/systemd[seccomp] mask. - - 26 Mar 2014; Markus Meier package.use.mask, use.mask: - remove dvd use.mask, package.use.mask app-cdr/brasero[dvd] and - media-plugins/gst-plugins-meta[dvd] due to unkeyworded deps - - 19 Mar 2014; Andreas K. Huettel +armv4/eapi, - +armv4t/eapi, +armv5te/eapi, +armv6j/eapi, +armv7a/eapi, +eapi: - Increase EAPI to 5 - - 05 Mar 2014; Markus Meier package.use.mask: - package.use.mask =sys-devel/gettext-0.18.3.2[java], bug #500872 - - 25 Feb 2014; Markus Meier package.use.mask: - remove package.use.mask media-video/totem[flash], bug #495254 - - 25 Feb 2014; Markus Meier package.use.mask, use.mask: - remove quvi use.mask, but package.use.mask stable versions of - dev-libs/totem-pl-parser[quvi] and media-video/mplayer2[quvi] reverse - dependencies of media-libs/libquvi, bug #495254 - - 23 Feb 2014; Markus Meier package.use.mask: - package.use.mask dev-libs/efl[physics], bug #499974 - - 18 Jan 2014; Markus Meier package.use.mask: - package.use.mask dev-perl/PDL[plplot], bug #498312 - - 18 Jan 2014; Mike Frysinger make.defaults: - Drop python targets hacks now that base/ has it #474128. - - 08 Jan 2014; Rick Farina package.use.mask: - mask java use flag on metasploit since rjb doesn't work - - 04 Jan 2014; Julian Ospald package.use.mask: - add useflag mask for dev-libs/DirectFB-1.7.1 version bump - - 31 Dec 2013; Markus Meier package.use.mask: - package.use.mask app-office/calligra[vc], bug #492680 - - 26 Dec 2013; Markus Meier package.use.mask: - package.use.mask dev-ruby/rack-1.4.5[test], bug #493780 - - 26 Dec 2013; Markus Meier make.defaults: - disable dev-lang/python-3.2* and enable dev-lang/python-3.3* target, bug - #474128 - - 26 Dec 2013; Markus Meier package.use.mask: - package.use.mask app-office/gnumeric[libgda], bug #488724 - - 25 Dec 2013; Markus Meier package.use.mask: - drop app-accessibility/speech-dispatcher[espeak] package.use.mask - - 23 Dec 2013; Markus Meier package.use.mask: - package.use.mask x11-misc/lightdm[kde] too, bug #492796 - - 06 Dec 2013; Markus Meier package.use.mask: - package.use.mask media-video/vlc[chromaprint,opencv], bug #489436 - - 10 Nov 2013; Chí-Thanh Christopher Nguyễn - package.use.mask, use.mask: - Adjust llvm masks in preparation for global llvm USE flag unmasking. - - 31 Oct 2013; Benda Xu package.use.mask: - mask USE gtk and guionly of net-p2p/mldonkey, bug #487722 - - 21 Oct 2013; Tom Wijsman package.use.mask: - Added bug reference to media-video/mpv luajit mask. - - 20 Oct 2013; Tom Wijsman package.use.mask: - Adjusted media-video/mpv luajit USE mask to support future versions. - - 16 Oct 2013; Tom Wijsman package.use.mask: - Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. - - 05 Oct 2013; Markus Meier package.use.mask: - package.use.mask net-misc/tigervnc[java] for all versions, bug #485436 - - 15 Sep 2013; Markus Meier package.use.mask: - package.use.mask dev-python/ipython[nbconvert], bug #481462 - - 15 Sep 2013; Johannes Huber package.use.mask: - Mask use kde-base/solid-runtime[networkmanager], unkeyworded dep - kde-misc/networkmanagement. - - 06 Sep 2013; Sergey Popov package.use.mask: - Mask USE-flag hdf on dev-perl/PDL - - 31 Aug 2013; Sergey Popov package.use.mask: - Remove games USE-flag mask for gnome-base/gnome-extra-apps, bug #476710 - - 24 Aug 2013; Markus Meier package.use.mask: - remove kde-base/kdepim-runtime[facebook] package.use.mask, bug #481088 - - 24 Aug 2013; Markus Meier package.use.mask: - remove kde-base/nepomuk-core[epub] package.use.mask, bug #481092 - - 24 Aug 2013; Markus Meier package.use.mask: - remove dev-db/mysql[systemtap] and dev-db/mariadb[systemtap] - package.use.mask, bug #351931 - - 23 Aug 2013; Michael Weber package.use.mask: - Maskung unkeyworded deps of media-gfx/fim - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 15 Aug 2013; Tom Wijsman package.mask: - =sys-kernel/gentoo-sources-3.4.58: Broken due to not building patches that - upstream slipped through. - - 14 Aug 2013; Andreas K. Huettel package.use.mask: - mask ebook support of nepomuk-core until keyworded - - 14 Aug 2013; Andreas K. Huettel package.use.mask: - mask facebook support of kdepim-runtime until keyworded - - 13 Aug 2013; Markus Meier package.mask: - remove texive-2013 mask, as dev-texlive/texlive-langeuropean-2013 is - keyworded now, bug #475124 - - 11 Aug 2013; Alexis Ballier package.mask: - move texlive mask from global to arch profiles, bug #475124 - - 04 Aug 2013; Markus Meier package.use.mask: - package.use.mask app-admin/conky flags with unkeyworded deps for bug #474026 - - 02 Aug 2013; Markus Meier package.use.mask: - package.use.mask media-libs/libjpeg-turbo[java] for all versions - - 30 Jul 2013; Sergey Popov package.use.mask: - Mask some of untested features of media-libs/devil - - 23 Jul 2013; Agostino Sarubbo package.use.mask: - Add dev-libs/protobuf[java] - - 21 Jul 2013; Agostino Sarubbo package.use.mask: - add =dev-libs/cyrus-sasl-2.1.26-r3 and =dev-libs/cyrus-sasl-2.1.23-r7 - to the existing mask - - 16 Jul 2013; Alexandre Rostovtsev package.use.mask: - Remove obsolete masks from gnome-3.2 era - - 13 Jul 2013; Chí-Thanh Christopher Nguyễn use.mask: - Drop wayland mask as wayland is now keyworded. - - 13 Jul 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask rdp flag for dev-libs/weston. - - 07 Jul 2013; Agostino Sarubbo package.use.mask: - Remove the version from cups to cover the next stable - - 17 Jun 2013; Patrick Lauer package.use.mask: - Fix per-arch mask of phonon[zeitgeist] #460140 - - 16 Jun 2013; Alexandre Rostovtsev use.mask: - Unmask networkmanager USE flag - it has been keyworded since February 2013. - - 07 Jun 2013; Jeroen Roovers package.use.mask: - Remove versions from libidn USE mask. - - 31 May 2013; Patrick Lauer package.use.mask: - Masking java useflag for tightvnc to avoid stable keyword problems #469540 - - 28 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Drop unneeded use.mask entry. - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 27 May 2013; Andreas K. Huettel package.use.mask: - Mask firmware loader support of linux-gpib since that is not keyworded yet - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 12 May 2013; Markus Meier package.use.mask: - drop media-libs/gst-plugins-base[ivorbis] mask as media-libs/tremor has ~arm - - 12 May 2013; Agostino Sarubbo package.use.mask: - Add dev-util/oprofile[java] to the list - - 11 May 2013; Markus Meier package.use.mask: - package.use.mask x11-wm/enlightenment[emotion] - - 10 May 2013; Markus Meier package.use.mask: - package.use.mask dev-python/ipython[mongodb] - - 09 May 2013; Markus Meier package.use.mask: - package.use.mask x11-misc/lightdm[razor] - - 05 May 2013; Agostino Sarubbo package.use.mask: - Mask dev-libs/libmemcached[tcmalloc] because dev-util/google-perftools is not - keyworded for arm - - 04 May 2013; Michał Górny package.use.mask: - Remove USE=systemd from package.use.mask since the flag is (un)masked - globally now. - - 04 May 2013; Michał Górny use.mask: - Mask systemd flag globally, unmask on arches on which systemd is keyworded. - - 02 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask r600-llvm-compiler on arm - - 29 Apr 2013; Christoph Junghans package.use.mask: - masked mkl for media-gfx/povray - - 22 Apr 2013; Bernard Cafarelli use.mask: - x11-misc/google-gadgets removed from tree - - 21 Apr 2013; Agostino Sarubbo package.use.mask: - Remove the version from dev-vcs/subversion - - 21 Apr 2013; Agostino Sarubbo package.use.mask: - Remove the version from dev-tex/tex4ht - - 01 Apr 2013; Benda Xu package.use.mask: - mask net-misc/unison[gtk] for bug #445055 - - 24 Mar 2013; Markus Meier package.use.mask: - package.use.mask sys-devel/gettext-0.18.2[java] for bug #460792 - - 18 Mar 2013; Agostino Sarubbo package.use.mask: - Mask dev-libs/xapian-bindings[java] - - 27 Feb 2013; Mike Frysinger package.use.mask: - Unmask USE=llvm for newer mesa. - - 25 Feb 2013; Mike Frysinger use.mask: - Mask USE=doomsday since we just want the data. - - 25 Feb 2013; Mike Frysinger use.mask: - Unmask USE=dri for ARM devices since it works. - - 20 Feb 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask one more flag of calligra - - 20 Feb 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask flags of calligra and dependencies due to lack of keywords - - 16 Feb 2013; Eray Aslan package.use.mask: - Mask =dev-libs/cyrus-sasl-2.1.25-r4 java - - 10 Feb 2013; Sergey Popov package.use.mask: - Mask =dev-libs/xapian-bindings-1.2.12-r1 cause it becomes stable wrt bug - #456550 - - 08 Feb 2013; Agostino Sarubbo package.mask: - Remove KDE SC 4.10.0, wrt to bug #455960 - - 07 Feb 2013; Alexey Shvetsov package.mask: - Mask KDE SC 4.10.0 for keywording bug #455960 - - 05 Feb 2013; Rick Farina use.mask package.use.mask: - removing java use mask, jre 1.6 is now available, 1.7 is next - adjust package.use.mask to keep the mask on stable packages with - java use flag - - 02 Feb 2013; Agostino Sarubbo package.use.mask, use.mask: - add -zeitgeist to use.mask and remove gnome-base/nautilus-3[sendto] - - 01 Feb 2013; Michał Górny package.use.mask: - Mask dev-python/numpy[lapack] because of missing keywords on virtual/cblas, - bug #455050. - - 29 Jan 2013; Sergey Popov package.mask, - package.use.mask: - Masks cleanup, wrt bug #444181 - - 26 Jan 2013; Christoph Junghans use.mask: - unmasked lapack - - 22 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask colord[extra-print-profiles] until argyllcms is keyworded here. - - 20 Jan 2013; Robin H. Johnson package.use.mask: - tcmalloc now available on arm. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 04 Jan 2013; Raúl Porcel armv6j/make.defaults, - armv7a/make.defaults: - Update armv6j/armv7a make.defaults to note that the default is hardfloat - - 04 Jan 2013; Raúl Porcel package.use.mask: - Move contents from default/linux/arm/10.0/package.use.mask to here, its - proper place - - 31 Dec 2012; Alexandre Rostovtsev use.mask: - Mask USE=xine since xine-lib is not keyworded here. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask totem[flash]: like totem[youtube], it needs quvi. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask sushi[office], needs virtual/ooo. - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask sys-kernel/dracut[dracut_modules_systemd] (masked in base). - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask dev-util/dbus-test-runner[test]: it requires dev-util/bustle which is - written in haskell. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Add epiphany[jit] to webkit-gtk[jit] unmask. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=zenity-3.6[test] until yelp-tools is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask devhelp[gedit] until gedit-3.6 is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=gvfs-1.14[gnome-keyring] until app-crypt/libsecret is keyworded. - - 26 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/smokeqt[qscintilla,qwt] and - kde-base/qtruby[qscintilla,qwt] - - 25 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/smokeqt qscintilla[qwt] - - 25 Dec 2012; Markus Meier package.use.mask: - package.use.mask unkeyworded deps for app-accessibility/speech-dispatcher - - 25 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/kdesdk-misc[extras] - - 24 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/kdenetwork-meta[ppp] - - 24 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/kdeutils-meta[floppy] - - 24 Dec 2012; Mike Frysinger armv6j/make.defaults, - armv7a/make.defaults: - Drop -mfpu/-mfloat-abi flags as toolchain.eclass takes care of setting sane - defaults based on $CHOST #448126. - - 23 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/kstars[indi] - - 23 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/okular[ebook,chm] - - 23 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/kdeplasma-addons[fcitx,oauth,qwt,scim] - - 23 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/kopete[jingle,msn,sms] - - 23 Dec 2012; Markus Meier package.use.mask: - package.use.mask kde-base/krdc[rdesktop] - - 23 Dec 2012; Markus Meier package.use.mask: - mask kde-base/kalzium flags due to unkeyworded dependencies - - 15 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask totem[upnp-av] after upnp -> upnp-av rename since media-video/coherence - not keyworded (bug #435776). - - 08 Dec 2012; Markus Meier use.mask: - unmask synaptics input driver - - 08 Dec 2012; Markus Meier package.use.mask: - mask app-office/libreoffice java extensions - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 11 Nov 2012; Anthony G. Basile +package.use.force: - Force USE=gdm for xscreensave to avoid unstable lightdm and kdm - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 21 Oct 2012; Raúl Porcel package.use.mask: - Remove sys-apps/portage python3 p.use.mask now that python3 is stable - - 17 Oct 2012; Markus Meier package.use.mask: - package.use.mask net-libs/libproxy/libproxy-0.4.10[spidermonkey] - - 17 Oct 2012; Markus Meier use.mask: - use.mask csharp - - 17 Oct 2012; Markus Meier use.mask: - use.mask ace - - 07 Oct 2012; Samuli Suominen package.use.mask: - Restore USE="systemd" mask to sys-auth/polkit for stabilization. - - 01 Oct 2012; Michał Górny package.use.mask: - Remove systemd[http] mask, libmicrohttpd keyworded now. - - 30 Sep 2012; Michał Górny package.use.mask: - Mask systemd[http] due to non-keyworded dep. - - 24 Sep 2012; Mike Frysinger package.use.mask: - Drop old alsa/webm masks #433930. - - 16 Sep 2012; Chí-Thanh Christopher Nguyễn use.mask: - Revert part of last commit, better wait for package.use.stable.mask - - 16 Sep 2012; Chí-Thanh Christopher Nguyễn use.mask: - Unmask java, bug #305773. - - 05 Aug 2012; Raúl Porcel make.defaults, use.mask: - Unmask video_cards_omap and add exynos and omap to VIDEO_CARDS - - 25 Jul 2012; Markus Meier package.use.mask: - package.use.mask vlc for media-libs/phonon, bug #401313 - - 24 Jul 2012; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_radeonsi flag - - 23 Jul 2012; Markus Meier use.mask: - use.mask anthy, bug #424329 - - 17 Jul 2012; Anthony G. Basile package.use.mask: - Mask net-libs/cyassl[aes-ni] on arm - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove obsolete entries to net-libs/xulrunner and www-client/icecat wrt - #424617 - - 27 Jun 2012; Markus Meier use.mask: - use.mask devil and gts, bug #419621 - - 14 Jun 2012; Davide Pesavento package.use.mask: - Consolidate USE=jit masking/unmasking for qt-script and qt-webkit. - - 02 Jun 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask udis86 flag for llvm, which is of limited use outside x86/amd64. - - 15 May 2012; Benda Xu use.mask: - unmask ocamlopt on arm, as per bug 340607. Thanks to Josh Parsons - - 12 Apr 2012; Alexandre Rostovtsev package.use.mask: - Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for - gobject-introspection[doctool], bug #411761. - - 08 Apr 2012; Raúl Porcel use.mask: - Use.mask aacplus - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. Also remove dead radeonhd mask. - - 05 Feb 2012; Markus Meier use.mask: - remove ruby19 mask, bug #332593 - - 05 Feb 2012; Markus Meier package.use.mask: - update x11-misc/colord gusb use-mask to match only stable version - - 05 Feb 2012; Raúl Porcel use.mask: - Use.mask bluray, libtar, zvbi, bug #397891 - - 09 Jan 2012; Alexandre Rostovtsev package.use.mask: - Unmask USE="jit" for webkit-gtk (bug #396313). - - 29 Nov 2011; Davide Pesavento package.use.mask: - Unmask USE="jit" for qt-webkit. - - 27 Nov 2011; Alexandre Rostovtsev package.use.mask: - package.use.masked colord[gusb], needs libgusb keyworded (bug #392057). - - 25 Nov 2011; Alexandre Rostovtsev package.use.mask: - Mask USE flags on gnome-3.2 packages due to missing keywords on deps; bug - #390345 - - 06 Nov 2011; Markus Meier use.mask: - remove colord use.mask, bug #387959 - - 03 Nov 2011; Alexandre Rostovtsev package.use.mask: - p.use.masking gnome-extra/gnome-media[aac,mp3,speex,twolame] due to missing - keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433. - - 28 Oct 2011; Alexandre Rostovtsev use.mask: - use.mask colord to allow gtk+-3.2 unmasking. use.mask instead of p.use.mask - because other packages with this flag are coming. Bug #387959. - - 22 Oct 2011; Matt Turner use.mask: - un-use.mask arm's iwmmxt flag. - - 21 Oct 2011; Alexandre Rostovtsev package.use.mask: - Undo poorly thought out masking of USE="colord packagekit" on gtk+; need to - get it keyworded properly (bug #387959) - - 19 Oct 2011; Alexandre Rostovtsev package.use.mask: - Unmask USE="packagekit" for x11-libs/gtk+. - - 11 Sep 2011; Andreas K. Huettel package.mask: - Remove the kde-4.7 mask as it is not needed anymore; keywording describes a - consistent package set - - 11 Sep 2011; Markus Meier use.mask: - use.mask mssql, bug #381709 - - 07 Sep 2011; Alexey Shvetsov package.mask: - Update kde mask - - 05 Sep 2011; Markus Meier package.use.mask: - package.use.mask some unkeyworded deps for bug 379657 and bug 379651 - - 04 Sep 2011; Robin H. Johnson package.use.mask: - Bug #381737: block dev-libs/libmemcached[tcmalloc] until - dev-utils/google-perftools is keyworded (and virtual/gsasl on hppa/arm). - - 14 Aug 2011; Markus Meier use.mask: - remove -neon from common use.mask since it's unmasked in armv7a subprofile - - 14 Aug 2011; Markus Meier +armv4/make.defaults, - +armv4/parent, +armv4t/make.defaults, +armv4t/parent, +armv5te/make.defaults, - +armv5te/parent, +armv6j/make.defaults, +armv6j/parent, - +armv7a/make.defaults, +armv7a/parent, +armv7a/use.mask: - add armv4, armv4t, armv5re, armv6j and armv7a subprofiles - - 06 Aug 2011; Raúl Porcel package.use.mask: - Use.mask alsa webm for xulrunner-2 and firefox-5 - - 28 Jul 2011; Andreas K. Huettel package.mask: - Add kde-base/kdepim-l10n to kde-4.7 package mask - - 03 Jul 2011; Raúl Porcel package.use.mask: - P.use.mask =sys-apps/portage-2.1.10* python3 - - 30 Jun 2011; Pacho Ramos package.use.mask: - Needed plugins are not keyworded on this arch - - 29 May 2011; Raúl Porcel use.mask: - Use.mask prelude - - 30 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/linux-sources, bug 118442. - - 23 Apr 2011; Raúl Porcel use.mask: - Add video_cards_nouveau to use.mask - - 14 Apr 2011; Tomáš Chvátal package.mask: - Drop useless kde mask. - - 08 Apr 2011; Andreas K. Huettel package.use.mask: - Masked qscintilla useflag for pykde4, bug 362305 - - 02 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 02 Apr 2011; Pacho Ramos package.use.mask: - Mask media-video/totem youtube USE flag as quvi support is needed to play - youtube files now. - - 31 Mar 2011; Tomáš Chvátal package.use.mask: - Drop mask on non-existant portage version. - - 20 Mar 2011; Raúl Porcel use.mask: - Use.mask dvb - - 13 Mar 2011; Markus Meier package.use.mask: - remove net-firewall/iptables[netlink] mask wrt bug #354309 - - 13 Mar 2011; Markus Meier package.use.mask: - package.use.mask sys-auth/polkit[kde], needs stable kde - - 04 Mar 2011; Alexey Shvetsov +package.mask: - mask kde use for bug #357403 - - 04 Mar 2011; Alexey Shvetsov package.use.mask: - mask kde use for bug #357403 - - 20 Feb 2011; Markus Meier use.mask: - use.mask pdfannotextractor (needs java) - - 30 Jan 2011; Raúl Porcel use.mask: - Use.mask quvi - - 27 Jan 2011; Pacho Ramos package.use.mask: - Mask more gst-plugins-meta USE flags. - - 14 Jan 2011; Justin Lecher package.use.mask: - Mask app-misc/nut with USE=X as x11-libs/fltk is not keyworded - - 02 Jan 2011; Markus Meier use.mask: - use.mask upnp - - 08 Dec 2010; Raúl Porcel make.defaults: - Add omapfb - - 08 Dec 2010; Raúl Porcel use.mask: - Unmask omapfb - - 27 Nov 2010; Raúl Porcel package.use.mask: - Add portage python3 use-flag to p.use.mask - - 21 Nov 2010; Ryan Hill use.mask: - Mask lpsol USE flag, needs sci-mathematics/glpk. - - 10 Nov 2010; Markus Meier package.use.mask: - remove buildbot{,-slave}[test] mask, as dev-python/mock is keyworded - - 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "test" USE flag of dev-util/buildbot*. - - 30 Oct 2010; Markus Meier use.mask: - use.mask libvirt - - 29 Oct 2010; Markus Meier use.mask: - use.mask oracle, bug #341965 - - 15 Oct 2010; Markus Meier -package.mask: - unmask kde-4.5, remove emtpy package.mask file - - 15 Oct 2010; Markus Meier use.mask: - use.mask plotutils and google-gadgets - - 14 Oct 2010; Markus Meier use.mask: - mask iplayer USE-flag - - 11 Oct 2010; Markus Meier use.mask: - use.mask frei0r - - 27 Aug 2010; Raúl Porcel use.mask: - Unmask dvb, bug #327585 - - 22 Aug 2010; Markus Meier use.mask: - mask wimax USE - - 21 Aug 2010; Markus Meier use.mask: - mask clamav USE - - 15 Aug 2010; Raúl Porcel -package.mask, - package.use.mask, use.mask: - Cleanup - - 15 Aug 2010; Raúl Porcel package.use.mask: - Unmask virtuoso use-flag from dev-libs/soprano, unmask bluetooth - from ofono - - 09 Aug 2010; Kacper Kowalik use.mask: - Mask cblas-external - - 25 Jul 2010; Nirbheek Chauhan package.use.mask: - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox - - 24 Jul 2010; Raúl Porcel use.mask: - Use.mask ipod - - 18 Jul 2010; Raúl Porcel use.mask: - Unmask v4l/v4l2 - - 08 Jul 2010; Pacho Ramos package.use.mask: - Use mask iphone gvfs USE flag until bug #325839 is fixed. - - 27 Jun 2010; Raúl Porcel use.mask: - Use.mask vaapi, rtmp, vpx - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Forgot to unmask icecat too - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Unmask USE=ipc for firefox/xulrunner on arm due to bug 325185 - - 13 Jun 2010; Pacho Ramos package.use.mask: - Mask gnome-base/gvfs bluetooth USE flag until bug 305913 is fixed. - - 06 Jun 2010; Raúl Porcel use.mask: - Use.mask tokyocabinet - - 15 May 2010; Raúl Porcel use.mask: - Use.mask schroedinger - - 10 May 2010; Markus Meier package.mask: - remove libpng-1.4 mask as texlive-2009 is unmasked - - 10 May 2010; Markus Meier package.mask: - unmask texlive-2009 - - 22 Apr 2010; Alexis Ballier package.use.mask: - mask vlc[projectm], bug #314969 - - 18 Apr 2010; Raúl Porcel use.mask: - Use.mask ocamlopt - - 17 Apr 2010; Raúl Porcel package.use.mask, use.mask: - Move fits from p.use.mask to use.mask - - 05 Apr 2010; Markus Meier package.use.mask: - drop dev-python/PyQt4[multimedia] mask as it's keyworded now - - 04 Apr 2010; Jeremy Olexa package.use.mask: - mask net-misc/mediatomb[lastfm] as lastfmlib isn't keyworded - - 02 Apr 2010; Markus Meier package.use.mask: - mask media-gfx/ufraw[fits] as it isn't keyworded - - 28 Mar 2010; Raúl Porcel package.use.mask: - Package.use.mask dev-util/subversion kde - - 13 Mar 2010; Samuli Suominen package.mask: - Mask libpng-1.4 pending on texlive-core-2009 unmasking. - - 03 Mar 2010; Jonathan Callen package.mask: - Mask all of KDE SC 4.4.x, not just 4.4.0 - - 15 Feb 2010; Mark Loeser package.use.mask: - Mask bluetooth for net-misc/ofono since we need >=net-wireless/bluez-4.61 - - 12 Feb 2010; Samuli Suominen package.mask: - Mask KDE 4.4.0 also here because of ~arm in kdelibs. - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask dev-libs/soprano[virtuoso] since it needs dev-db/virtuoso-* keyworded - - 07 Feb 2010; Raúl Porcel use.mask: - Use.mask dvd - - 01 Feb 2010; Raúl Porcel use.mask: - Use.mask bs2b toolame ladspa ggi nut xanim - - 27 Jan 2010; Raúl Porcel use.mask: - Use.mask darcs - - 25 Jan 2010; Alexis Ballier +package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 23 Jan 2010; Raúl Porcel use.mask: - Unmask kde - - 20 Jan 2010; Raúl Porcel package.use.mask: - Package.use.mask thumbnail for konqueror and dolphin since it needs - mplayer - - 20 Jan 2010; Raúl Porcel use.mask: - Use.mask pm-utils, wicd and unmask webkit - - 27 Dec 2009; Raúl Porcel package.use.mask: - P.use.mask app-portage/cfg-update kde - - 25 Dec 2009; Raúl Porcel use.mask: - Use.mask debug-utils - - 13 Dec 2009; Rémi Cardona use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 05 Nov 2009; Raúl Porcel use.mask: - Add sctp to use.mask - - 17 Oct 2009; Samuli Suominen use.mask: - Mask USE musepack because media-sound/musepack-tools support is missing. - - 27 Sep 2009; Markus Meier package.use.mask: - mask media-gfx/imagemagick[autotrace] as autotrace is unkeyworded - - 24 Sep 2009; Raúl Porcel use.mask: - Use.mask ieee1394 - - 20 Sep 2009; Markus Meier use.mask: - remove kate USE-mask - - 16 Aug 2009; Rémi Cardona use.mask: - drop last traces of i810 - - 22 Jul 2009; Raúl Porcel use.mask: - Use.mask mtp - - 30 Jun 2009; Raúl Porcel package.use.mask: - Package.use.mask media-plugins/gst-plugins-meta lame taglib - - 30 Jun 2009; Raúl Porcel use.mask: - Use.mask libmms and sid - - 07 Jun 2009; Raúl Porcel use.mask: - Use.mask prolog - - 28 May 2009; Raúl Porcel use.mask: - Unmask qt4 - - 17 May 2009; Raúl Porcel use.mask: - Add webkit to use.mask, if you tested it and it works, let me know - - 23 Apr 2009; Raúl Porcel use.mask: - Unmask libssh2 - - 08 Apr 2009; Raúl Porcel use.mask: - Add cblas to use.mask - - 07 Apr 2009; Raúl Porcel use.mask: - Add fusion to use.mask - - 06 Apr 2009; Raúl Porcel use.mask: - Add lapack to use.mask - - 06 Apr 2009; Raúl Porcel use.mask: - Add mpi and lasi to use.mask - - 05 Apr 2009; Raúl Porcel -package.mask: - Remove gnome-2.22 mask - - 05 Apr 2009; Raúl Porcel use.mask: - Use.mask gnomecd - - 04 Apr 2009; Raúl Porcel use.mask: - Use.mask zvbi, kate, v4l, v4l2, dvd, fluidsynth - - 30 Mar 2009; Raúl Porcel use.mask: - Add madwifi to use.mask - - 14 Mar 2009; Raúl Porcel use.mask: - Use.mask xfs, as xfs doesn't work too well on arm - - 14 Mar 2009; Raúl Porcel use.mask: - Use.mask cupsddk - - 13 Mar 2009; Raúl Porcel use.mask: - Masking a lot of video_cards which i doubt are available on ARM - - 12 Mar 2009; Raúl Porcel use.mask: - Add video_cards_radeonhd and video_cards_ast to use.mask - - 11 Mar 2009; Raúl Porcel use.mask: - Add lyx to use.mask - - 10 Mar 2009; Raúl Porcel use.mask: - Add xindy to use.mask - - 20 Feb 2009; Raúl Porcel use.mask: - Use.mask scanner, no hardware to test - - 06 Feb 2009; Raúl Porcel package.use.mask, use.mask: - Use.mask xemacs, not keyworded - - 19 Jan 2009; Raúl Porcel use.mask: - Some reordering, and use.mask tracker, fuse, gphoto2 and laptop - - 16 Jan 2009; Raúl Porcel use.mask: - Use.mask chicken, clisp, R, octave - - 15 Jan 2009; Raúl Porcel package.use.mask, use.mask: - Move dvb and mythtv p.use.mask to use.mask - - 01 Jan 2009; Raúl Porcel use.mask: - Add openexr to use.mask as it fails to work - - 05 Nov 2008; Jim Ramsay package.use.mask: - app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded - - 22 Aug 2008; Mart Raudsepp +package.mask: - Mask GNOME-2.22 here in preparation of removing the global one - - 11 Apr 2008; Chris Gianelloni use.mask: - Sync use.mask with default-linux. - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 02 Apr 2008; Mart Raudsepp package.use.mask: - USE mask dvb and mythtv on gst-plugins-meta - dependencies not keyworded - - 02 Apr 2008; Mart Raudsepp use.mask: - Mask networkmanager USE flag - no version of it keyworded - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4/package.mask new file mode 100644 index 0000000000..356f2989ce --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4/package.mask @@ -0,0 +1,3 @@ +# Anthony Ryan (21 Jan 2017) +# This package states supports for arm >= v6 +dev-lang/nim diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4t/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4t/package.mask new file mode 100644 index 0000000000..8d61e72a31 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4t/package.mask @@ -0,0 +1,4 @@ +# Anthony Ryan (21 Jan 2017) +# This package states supports for arm >= v6 +dev-lang/nim + diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv5te/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv5te/package.mask new file mode 100644 index 0000000000..8d61e72a31 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv5te/package.mask @@ -0,0 +1,4 @@ +# Anthony Ryan (21 Jan 2017) +# This package states supports for arm >= v6 +dev-lang/nim + diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv6j/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv6j/package.mask new file mode 100644 index 0000000000..fba35e2f0b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv6j/package.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# James Le Cuirot (09 Jan 2016) +# This is built for armv6 so unmask against the wider arm mask. +-dev-java/oracle-jdk-bin +-dev-java/oracle-jre-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.mask index 28e860a0d1..50c309f4c7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.mask @@ -1,6 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/armv7a/package.mask,v 1.1 2015/05/24 12:48:51 chewi Exp $ +# $Id$ + +# James Le Cuirot (05 Aug 2016) +# The ARM32 JIT code is broken as of 7.2.6.6. Without this, Java 7 is +# no faster than Java 8. It seems more likely that Java 8 will see a +# new HotSpot port before this breakage is fixed. Earlier versions +# have vulnerabilities so please switch to icedtea(-bin):8. +dev-java/icedtea:7 +dev-java/icedtea-bin:7 + +# James Le Cuirot (09 Jan 2016) +# This is built for armv6 so unmask against the wider arm mask. +-dev-java/oracle-jdk-bin +-dev-java/oracle-jre-bin # James Le Cuirot (24 May 2015) # This is built for armv7a so unmask against the wider arm mask. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask index 9d8b3468e1..4004fd4e49 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/armv7a/package.use.mask,v 1.1 2015/01/25 11:54:12 pacho Exp $ +# $Id$ # Pacho Ramos (25 Jan 2015) # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so @@ -8,5 +8,4 @@ # because webkit-gtk only reliable tests webkit-gtk on this and JIT support is likely # to break in several ways on every version bump on non-arm7 (#523400) net-libs/webkit-gtk -jit -www-client/epiphany -jit www-client/midori -jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults index 29c6b2b6ca..389edbc943 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults @@ -11,7 +11,7 @@ FCFLAGS="${CFLAGS}" MULTILIB_ABIS="arm" DEFAULT_ABI="arm" -ABI=${DEFAULT_ABI} +ABI="${DEFAULT_ABI}" LIBDIR_arm="lib" CHOST_arm="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask index 6d35740479..ff6f86039d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask @@ -1,9 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.mask,v 1.38 2015/05/24 12:48:51 chewi Exp $ +# $Id$ + +# James Le Cuirot (09 Jan 2016) +# This is built for armv6 and will not work on earlier generations. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin # James Le Cuirot (24 May 2015) -# This is built for armv7a so mask here and unmask in that profile. +# This is built for armv7a and will not work on earlier generations. dev-java/icedtea-bin # Zac Medico (09 Aug 2011) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use index ba66d3bf06..86f9d13834 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use @@ -1,7 +1,3 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use,v 1.1 2015/05/03 05:15:22 yngwin Exp $ - -# Ben de Groot (03 May 2015) -# Enable luajit (for OSC) by default -media-video/mpv lua luajit +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.force index be60cda97f..32008af1cf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.force @@ -1,8 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.force,v 1.1 2012/11/11 15:58:26 blueness Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_ARM +sys-devel/llvm llvm_targets_ARM # Anthony G. Basile (11 Nov 2012) -# Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-base/kdm +# Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-plasma/kdm # gets stable keyword, this line can be removed. x11-misc/xscreensaver gdm diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask index f004b249fd..66529088d5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask @@ -1,22 +1,150 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.257 2015/06/04 18:46:48 kensington Exp $ +# $Id$ + +# Christoph Junghans (05 Feb 2017) +# Mask some fabrics +sys-cluster/openmpi java openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_rdmacm + +# Luke Dashjr (04 Jan 2017) +# Assembly optimisations are supported on arm since 0.0.0_pre20161213 +dev-libs/libsecp256k1 -asm + (19 Dec 2016) +# Various unkeyworded deps: >=sys-devel/clang-3.9 (#591822), +# dev-qt/qtquickcontrols2 (#603054), dev-qt/qtwebengine (#581478) +dev-qt/qt-creator clangcodemodel clangstaticanalyzer test webengine + +# James Le Cuirot (14 Dec 2016) +# DOSBox + OpenGLide is untested on this arch. +games-emulation/dosbox glide + +# Thomas Deutschmann (2016-12-04) +# sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded +>=sci-libs/gdal-2.0.3 mdb + +# Gilles Dartiguelongue (23 Aug 2016) +# Missing keywords on media-libs/grilo - bug #521972 +media-sound/rhythmbox upnp-av + +# Gilles Dartiguelongue (22 Aug 2016) +# Missing keywords on dev-libs/gom - bug #521972 +media-libs/grilo test + +# Brian Evans (18 Aug 2016) +# Allow jdbc on this arch +dev-db/mariadb -jdbc + +# David Seifert (31 Jul 2016) +# media-gfx/graphicsmagick is not keyworded on arm, users will need +# to enable imagemagick flag and disable graphicsmagick use flag +# to enable conversion facilities +sci-mathematics/octave graphicsmagick + +# Davide Pesavento (28 Jul 2016) +# The corresponding Qt5 modules are not keyworded on arm, and we don't want to +# keyword them solely because of PyQt5 while there are no other in-tree users. +dev-python/PyQt5 location webengine + +# Göktürk Yüksek (14 June 2016) on behalf of +# Nicholas Vinson (proxy-maint) +# net-firewall/nftables[doc] requires dblatex which is not keyworded +net-firewall/nftables doc + +# Amy Winston (12 June 2016) +# does not build on arm at all (upstream bug) +dev-scheme/racket futures jit + +# Patrick McLean (12 May 2016) +# Tests require dev-python/tox which isn't keyworded on arm +sys-cluster/ceph test + +# Thomas Deutschmann (25 Apr 2016), on behalf of +# Ian Delaney (25 Apr 2016) +# for the proxy-maintainers project +# Unkeyworded deps, bug #581180 +app-admin/rsyslog grok + +# Ian Delaney (06 Apr 2016) +# on behalf of Ilya Tumaykin +# Unmask Raspberry Pi support on arm. +media-video/mpv -raspberry-pi + +# Thomas Deutschmann (19 Mar 2016), on behalf of +# Ian Delaney (19 Mar 2016) +# for the proxy-maintainers project +# Unkeyworded deps, bug #564274 +app-admin/collectd collectd_plugins_gmond +app-admin/collectd collectd_plugins_ipmi +app-admin/collectd collectd_plugins_modbus +app-admin/collectd collectd_plugins_oracle +app-admin/collectd collectd_plugins_routeros +app-admin/collectd collectd_plugins_sigrok +app-admin/collectd collectd_plugins_tokyotyrant +app-admin/collectd collectd_plugins_varnish +app-admin/collectd collectd_plugins_virt + +# Markus Meier (02 Mar 2016) +# unkeyworded deps for bug #573324 +sci-mathematics/flint ntl + +# Markus Meier (26 Feb 2016) +# unmask scanner for net-print/hplip, bug #518456 +media-sound/moc timidity + +# Justin Lecher (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# James Le Cuirot (30 Jan 2016) +# scrollview requires SWT, which is currently unsupported on ARM. +app-text/tesseract scrollview + +# Michael Weber (09 Jan 2016) +# no arm support in media-libs/glfw +app-text/mupdf opengl + +# Brian Evans (23 Nov 2015) +# unmask galera for dev-db/mariadb +>=dev-db/mariadb-10.1.0 -galera + +# Markus Meier (22 Nov 2015) +# unmask scanner for net-print/hplip, bug #518456 +net-print/hplip -scanner kde +media-gfx/xsane ocr + +# Pacho Ramos (15 Nov 2015) +# Missing keywords +>=media-plugins/grilo-plugins-0.2.16 upnp-av + +# Alexis Ballier (14 Nov 2015) +# MMAL is available on the Raspberry Pi (armv6 & armv7 so far) +media-video/ffmpeg -mmal + +# Markus Meier (10 Nov 2015) +# unkeyworded deps, bug #555896 +sci-libs/armadillo mkl + +# Pawel Hajdan jr (15 Oct 2015) +# Repoman reports dependency issues on arm. +www-client/chromium system-ffmpeg + +# Markus Meier (10 Oct 2015) +# unkeyworded deps, bug #552330 +app-portage/g-sorcery bson # Ben de Groot (03 May 2015) # media-libs/rubberband lacks arm keyword, bug 548446 media-video/mpv rubberband -# Patrick Lauer (20 Apr 2015) -# qt5/kf5 not keyworded on arm -net-irc/quassel qt5 - # Markos Chandras (18 Apr 2015) # samba-4 not keyworded on arm sys-auth/sssd samba # Markus Meier (03 Apr 2015) # Deps not yet stable or keyworded -=media-libs/libsdl2-2.0.3-r200 fusionsound +media-libs/libsdl2 fusionsound # Alexis Ballier (02 Apr 2015) # Needs ilmbase (openexr), which does not build and is masked on arm. @@ -26,21 +154,11 @@ media-libs/freeimage tiff # Unkeyworded deps, bug #540540 sys-auth/sssd augeas -# Michał Górny (21 Feb 2015) -# The external QCA plugins are not keyworded on this arch. Since -# this is only a temporary measure and nothing depends on them, -# just masking them until the new version goes stable. - (09 Feb 2015) # Google does not distribute the widevine plugin for ARM. It must be extracted from a Chromebook, # and this kind of reverse engineering work likely violates many agreements, so we mask the flag. www-client/chromium widevine -# Markos Chandras (07 Feb 2015) -# app-admin/cgmanager misses ARM keyword. Bug #539208 -app-emulation/lxc cgmanager - # Markus Meier (17 Jan 2015) # Unkeyworded deps, bug #536226 net-misc/strongswan strongswan_plugins_unbound @@ -85,10 +203,6 @@ net-im/prosody libevent mysql postgres sqlite # sci-libs/hdf is not supported on arm sci-libs/netcdf hdf -# Markus Meier (23 Oct 2014) -# Unkeyworded deps, bug #523468 -net-misc/networkmanager teamd - # Markus Meier (24 Sep 2014) # Unkeyworded deps, bug #519618 sys-block/fio glusterfs rbd @@ -101,10 +215,6 @@ net-voip/yate dahdi # sci-libs/mpir doesn't build dev-python/gmpy mpir -# Maxim Koltsov (9 Jul 2014) -# Missing keywords on dev-python/rst2pdf, bug #515222 -media-video/mpv doc-pdf - # Markus Meier (24 Jun 2014) # Unkeyworded deps, bug #513108 >=net-misc/spice-gtk-0.25 smartcard @@ -121,10 +231,6 @@ mail-filter/opendkim opendbx # Unkeyworded deps, bug #507896 dev-qt/qt-mobility messaging -# Julian Ospald (20 Apr 2014) -# Missing keywords, bug #508226 -media-video/mpv sdl - # S. Suominen (17 Apr 2014) # First GTK+-3.x version of EasyTAG! # Keyword as reqiuired, ~arch is enough for now: @@ -134,22 +240,10 @@ media-video/mpv sdl # Do it! No reason to ask permission before! >=media-sound/easytag-2.2.0 opus test -# Johannes Huber (16 Apr 2014) -# unkeyworded deps -kde-apps/gwenview semantic-desktop -kde-apps/okular dpi -kde-apps/nepomuk-core migrator - # Yixun Lan (12 Apr 2014) # app-emulation/qemu is not keyworded on arm arch. app-emulation/xen-tools system-qemu -# Markus Meier (25 Feb 2014) -# stable reverse deps of media-libs/libquvi, bug #495254 -=dev-libs/totem-pl-parser-2.32.6-r3 quvi -=media-video/mplayer2-2.0_p20130126 quvi -=media-video/mplayer2-2.0_p20130428-r1 quvi - # Markus Meier (23 Feb 2014) # Needs sci-physics/bullet tested #499974 dev-libs/efl physics @@ -166,10 +260,6 @@ net-analyzer/metasploit java # no keyword for media-libs/swfdec and media-libs/libtimidity >=dev-libs/DirectFB-1.7.1 timidity swfdec -# Markus Meier (26 Dec 2013) -# Unkeyworded deps, bug #493780 -=dev-ruby/rack-1.4.5 test - # Markus Meier (26 Dec 2013) # Unkeyworded deps, bug #488724 app-office/gnumeric libgda @@ -178,10 +268,6 @@ app-office/gnumeric libgda # Missing keywords, bug #492820 net-im/telepathy-connection-managers sipe -# Chí-Thanh Christopher Nguyễn (10 Nov 2013) -# (31 Oct 2013) # Missing keywords, bug #478254 gnome-base/gnome classic extras @@ -190,10 +276,6 @@ gnome-base/gnome classic extras # Missing keywords from dev-ml/lablgtk, bug #487722 net-p2p/mldonkey gtk guionly -# Tom Wijsman (16 Oct 2013) -# Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. See bug #488318. ->=media-video/mpv-0.2.0 luajit - # Pacho Ramos (22 Sep 2013) # Missing keywords, bug #484734 media-sound/rhythmbox visualizer @@ -203,7 +285,7 @@ media-sound/rhythmbox visualizer dev-python/ipython nbconvert # Johannes Huber (15 Sep 2013) -# Depends on kde-misc/networkmanagement, not keyworded yet. +# Depends on kde-plasma/plasma-nm, not keyworded yet. kde-apps/solid-runtime networkmanager # Sergey Popov (06 Sep 2013) @@ -217,7 +299,7 @@ media-gfx/fim graphicsmagick svg # Markus Meier (04 Aug 2013) # Unkeyworded deps, bug #474026 -app-admin/conky lua-cairo lua-imlib xmms2 audacious moc +app-admin/conky audacious cmus irc lua-cairo lua-imlib lua-rsvg moc xmms2 # Sergey Popov (30 Jul 2013) # Not tested @@ -235,31 +317,23 @@ dev-libs/weston rdp # Fix per-arch mask of phonon[zeitgeist] #460140 media-libs/phonon zeitgeist -# Patrick Lauer (31 May 2013) -# no stable jdk+java-config -net-misc/tightvnc java - # Andreas K. Huettel (27 May 2013) # Firmware loader not keyworded yet sci-libs/linux-gpib firmware -# Markus Meier (11 May 2013) -# unkeyworded deps for x11-wm/enlightenment -x11-wm/enlightenment emotion - # Markus Meier (10 May 2013) # unkeyworded deps for dev-python/ipython dev-python/ipython mongodb # Markus Meier (09 May 2013) # unkeyworded deps for x11-misc/lightdm -x11-misc/lightdm razor kde +x11-misc/lightdm kde # Agostino Sarubbo (05 May 2013) # dev-util/google-perftools is not keyworded for arm >=dev-libs/libmemcached-0.50 tcmalloc -# Christoph Junghans (29 Apr 2013) +# Christoph Junghans (29 Apr 2013) # MKL not available on this arch media-gfx/povray mkl @@ -277,7 +351,7 @@ dev-libs/xapian-bindings java # Chí-Thanh Christopher Nguyễn (20 Feb 2013) # Mask flags of calligra and dependencies due to lack of keywords -app-office/calligra openexr postgres spacenav vc +app-office/calligra color-management openexr postgres spacenav vc media-gfx/pstoedit emf # Rick Farina (05 Feb 2013) @@ -285,15 +359,11 @@ media-gfx/pstoedit emf net-misc/openconnect java dev-util/oprofile java =dev-db/qdbm-1.8.78-r1 java -=dev-libs/beecrypt-4.2.1 java +dev-libs/beecrypt java dev-libs/cyrus-sasl java -=dev-libs/xapian-bindings-1.2.12 java -=dev-libs/xapian-bindings-1.2.12-r1 java dev-tex/tex4ht java dev-vcs/subversion java -=media-gfx/graphviz-2.26.3-r3 java =media-gfx/graphviz-2.26.3-r4 java -=media-libs/libcaca-0.99_beta17 java =media-libs/libcaca-0.99_beta18-r2 java media-libs/libjpeg-turbo java net-dns/libidn java @@ -301,7 +371,6 @@ net-misc/tigervnc java net-print/cups java sys-devel/gettext java sys-libs/db java -=www-client/seamonkey-2.0.14-r1 java # Alexandre Rostovtsev (22 Jan 2013) # remove mask if/when media-gfx/argyllcms is keywored here. @@ -312,10 +381,6 @@ x11-misc/colord argyllcms extra-print-profiles # keyworded here. Remove mask if this situation changes. gnome-extra/sushi office -# Alexandre Rostovtsev (30 Dec 2012) -# sys-apps/systemd works on this arch (masked in base) -sys-kernel/dracut -dracut_modules_systemd - # Alexandre Rostovtsev (30 Dec 2012) # requires dev-util/bustle, which is written in haskell # remove mask if/when dev-lang/ghc is keywoded for arm @@ -338,31 +403,18 @@ dev-util/devhelp gedit app-accessibility/speech-dispatcher flite # Markus Meier (23 Dec 2012) -# mask kde-base/* flags due to unkeyworded dependencies +# mask kde-apps/* flags due to unkeyworded dependencies kde-apps/kalzium editor solver -kde-apps/krdc rdesktop -kde-apps/kopete jingle msn sms -kde-base/kdeplasma-addons fcitx oauth qwt scim -kde-apps/okular ebook chm +kde-apps/kopete jingle +kde-plasma/kdeplasma-addons fcitx oauth kde-apps/kstars indi kde-apps/kdeutils-meta floppy kde-apps/kdenetwork-meta ppp -kde-base/smokeqt qscintilla qwt -kde-base/qtruby qscintilla qwt -kde-base/perlqt qscintilla qwt - -# Alexandre Rostovtsev (15 Dec 2012) -# media-video/coherence not keyworded -=media-video/totem-2* upnp-av # Markus Meier (08 Dec 2012) # mask app-office/libreoffice java extensions app-office/libreoffice libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher coinmp gltf -# Markus Meier (17 Oct 2012) -# spidermonkey is broken on arm see bug #420471 -=net-libs/libproxy-0.4.10 spidermonkey - # Steev Klimaszewski (03 Aug 2012) # No java on ARM net-analyzer/wireshark doc-pdf @@ -371,10 +423,6 @@ net-analyzer/wireshark doc-pdf # no stable media-video/vlc yet, bug #401313 media-libs/phonon vlc -# Chí-Thanh Christopher Nguyen (02 Jun 2012) -# Mask udis86 flag for llvm, which is of limited use outside x86/amd64. -sys-devel/llvm udis86 - # Alexandre Rostovtsev (12 Apr 2012) # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for # gobject-introspection[doctool], bug #411761 @@ -390,36 +438,20 @@ app-admin/syslog-ng json net-misc/tinc vde # Davide Pesavento (30 Nov 2011) -# JavaScriptCore JIT is supported only on amd64/arm/x86, -# so it's masked in base profile and unmasked here. +# The QML (V4) and JSC JITs are supported only on amd64/arm/x86, +# so the flag is masked in the base profile and unmasked here. +dev-qt/qtdeclarative -jit dev-qt/qtscript -jit dev-qt/qtwebkit -jit -# Patrick McLean (08 Nov 2011) -# mask conntrack USE flag for dnsmasq as dep is not keyworded -net-dns/dnsmasq conntrack - -# Alexandre Rostovtsev (03 Nov 2011) -# Missing keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433 -gnome-extra/gnome-media aac mp3 speex twolame - # Markus Meier (05 Sep 2011) # unkeyworded deps for bug 379657 and bug 379651 -gnome-base/gnome-control-center socialweb app-admin/packagekit-base entropy # Robin H. Johnson (03 Sep 2011) # Remove this for your arch after you keyword dev-utils/google-perftools and virtual/gsasl (bug #381737) dev-libs/libmemcached sasl -# Pacho Ramos (19 Jul 2011) -# Missing keywords on dependencies -app-cdr/brasero vcd dvd - -# Pacho Ramos (02 Apr 2011) -# quvi support is needed to play youtube files now -media-video/totem youtube - # Markus Meier (13 Mar 2011) # needs stable kde stuff sys-auth/polkit kde @@ -429,22 +461,9 @@ sys-auth/polkit kde app-text/asciidoc test # Michael Weber (10 Feb 2011) -# kde-base/kdelibs is not stable for arm +# kde-frameworks/kdelibs is not stable for arm net-libs/libproxy kde -# Justin Lecher (14 Jen 2011) -# x11-libs/fltk is not keyworded for arm -app-misc/nut X - -# Nirbheek Chauhan (26 Jun 2010) -# Inter-process communication doesn't work on anything except x86/amd64/arm -# due to lack of atomic ops, bug 325185 -www-client/firefox -ipc - -# Pacho Ramos (13 Jun 2010) -# Needs app-mobilephone/obex-data-server keyworded, bug 305913 -gnome-base/gvfs bluetooth - # Jeremy Olexa (04 Apr 2010) # mask net-misc/mediatomb[lastfm] as lastfmlib isn't keyworded net-misc/mediatomb lastfm @@ -453,10 +472,6 @@ net-misc/mediatomb lastfm # Needs kde-4 stable dev-vcs/subversion kde -# Raúl Porcel (20 Jan 2010) -# Needs mplayer -kde-base/dolphin thumbnail - # Markus Meier (27 Sep 2009) # mask media-gfx/imagemagick[autotrace] as autotrace is not keyworded media-gfx/imagemagick autotrace @@ -465,12 +480,6 @@ media-gfx/imagemagick autotrace # app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded app-admin/gkrellm ntlm -# Masking this so repoman shuts up about paludis -sys-apps/paludis ruby-bindings - -# missing keyword for sys-cluster/openmpi sys-cluster/mpich2 -dev-libs/boost mpi - # missing keywords media-sound/sox ladspa media-plugins/gst-plugins-meta aac dts dv lame libvisual modplug taglib vcd wavpack dvd @@ -478,6 +487,10 @@ media-plugins/gst-plugins-meta aac dts dv lame libvisual modplug taglib vcd wavp # projectm not keyworded, bug #314969 media-video/vlc projectm chromaprint opencv -# Ultrabug (05 Sept 2011) # missing keyword for net-libs/zeromq app-admin/rsyslog zeromq + +# Ian Whyman (22 May 2016) +# RPI support on arm +dev-libs/libcec -raspberry-pi diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask index 579b05f08f..9eee12d255 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,62 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.stable.mask,v 1.9 2015/06/02 18:30:37 pacho Exp $ +# $Id$ + +# Brian Evans (17 Jan 2017) +# Stable mask galera since dev-libs/asio is not stable on arm +dev-db/mariadb galera + +# Pacho Ramos (31 Dec 2016) +# Not going to be stable for now +dev-util/geany-plugins gtkspell + +# Pacho Ramos (31 Dec 2016) +# No stable for arm +sys-fs/dmraid dietlibc klibc + +# Christoph Junghans (27 Nov 2016) +# no stable mpi on arm yet, but maybe in the future +<=app-crypt/johntheripper-1.7.9-r6 mpi +<=dev-libs/boost-1.56.0-r1 mpi +<=dev-util/valgrind-3.10.1 mpi +<=sci-chemistry/gromacs-5.0.4 mpi +<=sci-libs/fftw-3.3.4 mpi + +# Markus Meier (27 Sep 2016) +# Missing stable +dev-db/mariadb jdbc + +# Davide Pesavento (08 Jun 2016) +# The corresponding Qt5 modules are not stable on arm, and we don't +# want to stabilize them solely because of PyQt5 while there are no +# other in-tree users. +dev-python/PyQt5 bluetooth serialport websockets + +# Ian Delaney (13 Apr 2016) +# on behalf of Ilya Tumaykin +# media-libs/raspberrypi-userland isn't stable yet +media-video/mpv raspberry-pi + +# Brian Evans (08 Jan 2016) +# net-misc/libteam is not yet stable on arm +net-misc/networkmanager teamd + +# Michael Palimaka (28 Oct 2015) +# KDE is not stable on arm +media-video/vlc kde +virtual/notification-daemon kde + +# Pacho Ramos (03 Oct 2015) +# Missing stable, bug #529462 +media-gfx/graphviz java + +# Markus Meier (30 Jul 2015) +# Missing stable +x11-libs/wxGTK webkit + +# Markus Meier (19 Jul 2015) +# Missing stable +media-libs/gegl umfpack # Pacho Ramos (02 Jun 2015) # Missing stable @@ -12,9 +68,14 @@ www-client/qupzilla kde # Pacho Ramos (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch -dev-util/geany-plugins devhelp markdown webkit >=gnome-base/gnome-desktop-2.32.1-r2 license-docs +gnome-base/gvfs google +media-gfx/gimp webkit net-libs/libproxy webkit >=net-libs/webkit-gtk-2.4 geoloc >=x11-libs/gtk+-3.12.2 cloudprint x11-libs/gksu gnome + +# Ian Whyman (22 May 2016) +# RPI support on arm +dev-libs/libcec -raspberry-pi diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.mask index 2ed80fd78c..6ef6a5acf7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.mask @@ -48,10 +48,6 @@ openexr # media-libs/amrnb and media-libs/amrwb not tested. amr -# Samuli Suominen -# sci-visualization/grace not tested. -grace - # Samuli Suominen # media-gfx/gimp not tested. gimp @@ -63,23 +59,15 @@ ipod # Stuff that doesn't make sense on this arch 3dfx -cpufreq -dell -laptop dmi # Stuff we don't want -chicken -fuse R octave tracker xindy lyx -mpi lasi -fusion -debug-utils schroedinger hardened frei0r @@ -89,48 +77,33 @@ prelude mssql # havent tested yet -cupsddk gphoto2 -mythtv afs mono -pike lirc lm_sensors -netjack -beagle -nvtv -mzscheme xemacs scanner -madwifi -libupnp zvbi fluidsynth -gnomecd -cblas -prolog sid mms mtp ieee1394 sctp pm-utils -wicd darcs bs2b toolame ladspa ggi nut -xanim fits tokyocabinet vaapi +librtmp rtmp vpx -iplayer -plotutils lpsol upnp bluray @@ -141,24 +114,22 @@ devil gts anthy ace -csharp # Unmask ARM-only video-cards -video_cards_exynos -video_cards_freedreno -video_cards_omap --video_cards_omapfb -video_cards_tegra +-video_cards_vc4 +-video_cards_vivante # 2006/02/05 - Donnie Berkholz # Modular X: mask for architectures on which they aren't available video_cards_apm video_cards_ark video_cards_ast -video_cards_ati video_cards_cirrus video_cards_chips -video_cards_cyrix video_cards_glint video_cards_i128 video_cards_i740 @@ -188,6 +159,7 @@ video_cards_voodoo # Matt Turner # Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_amdgpu video_cards_r100 video_cards_r200 video_cards_r300 @@ -199,28 +171,11 @@ video_cards_ilo # vmware wasn't added with mesa-8.0, but it should still be masked video_cards_vmware -# Diego Pettenò (6 Dec 2006) -# Unmask the ARM-specific ALSA drivers --alsa_cards_pxa2xx-i2sound --alsa_cards_pxa2xx-soc --alsa_cards_pxa2xx-soc-corgi --alsa_cards_pxa2xx-soc-poodle --alsa_cards_pxa2xx-soc-spitz --alsa_cards_pxa2xx-soc-tosa --alsa_cards_sa11xx-uda1341ts --alsa_cards_armaaci --alsa_cards_at91-soc --alsa_cards_at91-soc-eti-b1-wm8731 - # USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. # Bug #184563, 18 Sep 2007 # Robin H. Johnson audit -# Matt Turner package.use.mask: - Move various kde-base packages to kde-apps. - - 29 May 2015; Mike Frysinger use.mask: - Unmask USE=icu. - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 17 Mar 2015; Mike Frysinger +package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics] #499974. - - 16 Mar 2015; Mike Frysinger package.use.mask, use.mask: - Mask USE=java for all packages. - - 25 Oct 2014; Michael Palimaka package.use.mask: - Remove obsolete mask for package no longer in the tree. - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the kernel/library gets support #524148 by Christian - Ruppert. - - 06 Sep 2014; Michał Górny use.mask: - Wipe out references to removed Python targets. - - 04 Aug 2014; Mike Frysinger package.use.mask: - Drop flashrom masks that are in base now. - - 01 Jul 2014; Michał Górny big-endian/make.defaults, - little-endian/make.defaults: - Set CHOST_${ABI} for consistence. - - 19 Mar 2014; Andreas K. Huettel +big-endian/eapi, - +eapi, +little-endian/eapi: - Add empty ChangeLog since obviously somebody forgot to create one. Increase - EAPI to 5. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/make.defaults index f3a31a57d0..df7edf1b26 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/make.defaults @@ -1,4 +1,4 @@ # Big endian ARM64 settings. CHOST="aarch64_be-unknown-linux-gnu" -CHOST_arm64=${CHOST} +CHOST_arm64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/little-endian/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/little-endian/make.defaults index f189bb6713..155711398f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/little-endian/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/little-endian/make.defaults @@ -1,4 +1,4 @@ # Little endian ARM64 settings. CHOST="aarch64-unknown-linux-gnu" -CHOST_arm64=${CHOST} +CHOST_arm64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults index 307fe64061..20318a4538 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults @@ -5,12 +5,14 @@ ACCEPT_KEYWORDS="arm64" MULTILIB_ABIS="arm64" DEFAULT_ABI="arm64" -ABI=${DEFAULT_ABI} +ABI="${DEFAULT_ABI}" CFLAGS="-O2" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" +LIBDIR_arm64="lib64" + # Defaults for video drivers VIDEO_CARDS="fbdev" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force index 3e13add159..a5c1831f38 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force @@ -1,6 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/package.use.force,v 1.1 2015/03/17 01:41:23 vapier Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_AArch64 +sys-devel/llvm llvm_targets_AArch64 + +# James Le Cuirot (16 May 2016) +# For reasons best known to themselves, Oracle do not ship the +# libawt_xawt.so library on arm64 even though they do on arm32. +dev-java/oracle-jdk-bin headless-awt # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask index 4fd06e437a..77678bcb2a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask @@ -1,22 +1,52 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/package.use.mask,v 1.9 2015/06/04 18:47:03 kensington Exp $ +# $Id$ + +# Thomas Deutschmann (14 Feb 2017) +# No lua keyworded for this arch yet +# libpcre jit is not (yet?) support on this arch +www-servers/nginx nginx_modules_http_lua pcre-jit + +# Mart Raudsepp (04 Feb 2017) +# dev-libs/snowball-stemmer not keyworded +dev-libs/appstream-glib stemmer + +# Mart Raudsepp (28 Jan 2017) +# app-admin/hddtemp not keyworded +app-admin/gkrellm hddtemp + +# Mart Raudsepp (28 Jan 2017) +# media-libs/libcddb not keyworded yet +dev-libs/libcdio cddb + +# Steev Klimaszewski (04 March 2016) +# Chromium uses an internal tcmalloc that doesn't support this arch yet. +www-client/chromium tcmalloc + +# Mike Frysinger (17 Dec 2015) +# The tlsdate seccomp logic is open-coded and doesn't support this arch yet. +net-misc/tlsdate seccomp + +# Mike Frysinger (20 Jul 2015) +# Mart Raudsepp (04 Feb 2017) +# Needs deps tested. +net-misc/curl curl_ssl_axtls curl_ssl_libressl curl_ssl_polarssl metalink # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 dev-libs/efl physics # Needs testing. -sys-devel/gcc gcj graphite regression-test +sys-devel/gcc graphite regression-test + +# Roy Bamford (26 Jan 2017) +# gcj-6.3 won't bootstrap icedtea 7 +>=sys-devel/gcc-6 gcj # Julian Ospald (04 Jan 2014) # no keyword for media-libs/swfdec and media-libs/libtimidity >=dev-libs/DirectFB-1.7.1 timidity swfdec -# Markus Meier (26 Dec 2013) -# Unkeyworded deps, bug #493780 -=dev-ruby/rack-1.4.5 test - # Markus Meier (26 Dec 2013) # Unkeyworded deps, bug #488724 app-office/gnumeric libgda @@ -25,10 +55,6 @@ app-office/gnumeric libgda # Missing keywords, bug #492820 net-im/telepathy-connection-managers sipe -# Chí-Thanh Christopher Nguyễn (10 Nov 2013) -# (31 Oct 2013) # Missing keywords, bug #478254 gnome-base/gnome classic @@ -37,10 +63,6 @@ gnome-base/gnome classic # Missing keywords from dev-ml/lablgtk, bug #487722 net-p2p/mldonkey gtk guionly -# Tom Wijsman (16 Oct 2013) -# Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. See bug #488318. ->=media-video/mpv-0.2.0 luajit - # Pacho Ramos (22 Sep 2013) # Missing keywords, bug #484734 media-sound/rhythmbox visualizer @@ -81,23 +103,19 @@ media-libs/phonon zeitgeist # Firmware loader not keyworded yet sci-libs/linux-gpib firmware -# Markus Meier (11 May 2013) -# unkeyworded deps for x11-wm/enlightenment -x11-wm/enlightenment emotion - # Markus Meier (10 May 2013) # unkeyworded deps for dev-python/ipython dev-python/ipython mongodb # Markus Meier (09 May 2013) # unkeyworded deps for x11-misc/lightdm -x11-misc/lightdm razor kde +x11-misc/lightdm kde # Agostino Sarubbo (05 May 2013) # dev-util/google-perftools is not keyworded for arm >=dev-libs/libmemcached-0.50 tcmalloc -# Christoph Junghans (29 Apr 2013) +# Christoph Junghans (29 Apr 2013) # MKL not available on this arch media-gfx/povray mkl @@ -111,7 +129,7 @@ net-misc/unison gtk # Chí-Thanh Christopher Nguyễn (20 Feb 2013) # Mask flags of calligra and dependencies due to lack of keywords -app-office/calligra openexr postgres spacenav vc +app-office/calligra color-management openexr postgres spacenav vc media-gfx/pstoedit emf # Michał Górny (01 Feb 2013) @@ -127,10 +145,6 @@ x11-misc/colord extra-print-profiles # keyworded here. Remove mask if this situation changes. gnome-extra/sushi office -# Alexandre Rostovtsev (30 Dec 2012) -# sys-apps/systemd works on this arch (masked in base) -sys-kernel/dracut -dracut_modules_systemd - # Alexandre Rostovtsev (30 Dec 2012) # requires dev-util/bustle, which is written in haskell # remove mask if/when dev-lang/ghc is keywoded for arm @@ -153,31 +167,19 @@ dev-util/devhelp gedit app-accessibility/speech-dispatcher flite # Markus Meier (23 Dec 2012) -# mask kde-base/* flags due to unkeyworded dependencies +# mask kde-apps/* flags due to unkeyworded dependencies kde-apps/kalzium editor solver -kde-apps/krdc rdesktop -kde-apps/kopete jingle msn sms -kde-base/kdeplasma-addons fcitx oauth qwt scim +kde-apps/kopete jingle +kde-plasma/kdeplasma-addons fcitx oauth qwt scim kde-apps/okular ebook chm kde-apps/kstars indi kde-apps/kdeutils-meta floppy kde-apps/kdenetwork-meta ppp -kde-base/smokeqt qscintilla qwt -kde-base/qtruby qscintilla qwt -kde-base/perlqt qscintilla qwt - -# Alexandre Rostovtsev (15 Dec 2012) -# media-video/coherence not keyworded -=media-video/totem-2* upnp-av # Markus Meier (08 Dec 2012) # mask app-office/libreoffice java extensions app-office/libreoffice libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher -# Markus Meier (17 Oct 2012) -# spidermonkey is broken on arm see bug #420471 -=net-libs/libproxy-0.4.10 spidermonkey - # Steev Klimaszewski (03 Aug 2012) # No java on ARM net-analyzer/wireshark doc-pdf @@ -186,10 +188,6 @@ net-analyzer/wireshark doc-pdf # no stable media-video/vlc yet, bug #401313 media-libs/phonon vlc -# Chí-Thanh Christopher Nguyen (02 Jun 2012) -# Mask udis86 flag for llvm, which is of limited use outside x86/amd64. -sys-devel/llvm udis86 - # Alexandre Rostovtsev (12 Apr 2012) # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for # gobject-introspection[doctool], bug #411761 @@ -203,48 +201,28 @@ app-admin/syslog-ng json # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so # it's masked in base profile and unmasked here (bug #396313). net-libs/webkit-gtk -jit -www-client/epiphany -jit # Anthony G. Basile (Dec 21, 2011) # Mask the vde flag on tinc because net-misc/vde is not # keyworded for arm net-misc/tinc vde -# Davide Pesavento (30 Nov 2011) -# JavaScriptCore JIT is supported only on amd64/arm/x86, -# so it's masked in base profile and unmasked here. -dev-qt/qtscript -jit -dev-qt/qtwebkit -jit - # Patrick McLean (08 Nov 2011) # mask conntrack USE flag for dnsmasq as dep is not keyworded net-dns/dnsmasq conntrack -# Alexandre Rostovtsev (03 Nov 2011) -# Missing keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433 -gnome-extra/gnome-media aac mp3 speex twolame - # Tobias Klausmann (02 Nov 2011) # libpcre jit is not supported on alpha dev-libs/libpcre jit # Markus Meier (05 Sep 2011) # unkeyworded deps for bug 379657 and bug 379651 -gnome-base/gnome-control-center socialweb app-admin/packagekit-base entropy # Robin H. Johnson (03 Sep 2011) # Remove this for your arch after you keyword dev-utils/google-perftools and virtual/gsasl (bug #381737) dev-libs/libmemcached sasl -# Pacho Ramos (19 Jul 2011) -# Missing keywords on dependencies -app-cdr/brasero vcd - -# Pacho Ramos (02 Apr 2011) -# quvi support is needed to play youtube files now -media-video/totem flash youtube - # Markus Meier (13 Mar 2011) # needs stable kde stuff sys-auth/polkit kde @@ -254,22 +232,9 @@ sys-auth/polkit kde app-text/asciidoc test # Michael Weber (10 Feb 2011) -# kde-base/kdelibs is not stable for arm +# kde-frameworks/kdelibs is not stable for arm net-libs/libproxy kde -# Justin Lecher (14 Jen 2011) -# x11-libs/fltk is not keyworded for arm -app-misc/nut X - -# Nirbheek Chauhan (26 Jun 2010) -# Inter-process communication doesn't work on anything except x86/amd64/arm -# due to lack of atomic ops, bug 325185 -www-client/firefox -ipc - -# Pacho Ramos (13 Jun 2010) -# Needs app-mobilephone/obex-data-server keyworded, bug 305913 -gnome-base/gvfs bluetooth - # Jeremy Olexa (04 Apr 2010) # mask net-misc/mediatomb[lastfm] as lastfmlib isn't keyworded net-misc/mediatomb lastfm @@ -278,10 +243,6 @@ net-misc/mediatomb lastfm # Needs kde-4 stable dev-vcs/subversion kde -# Raúl Porcel (20 Jan 2010) -# Needs mplayer -kde-base/dolphin thumbnail - # Markus Meier (27 Sep 2009) # mask media-gfx/imagemagick[autotrace] as autotrace is not keyworded media-gfx/imagemagick autotrace @@ -290,9 +251,6 @@ media-gfx/imagemagick autotrace # app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded app-admin/gkrellm ntlm -# Masking this so repoman shuts up about paludis -sys-apps/paludis ruby-bindings - # missing keyword for sys-cluster/openmpi sys-cluster/mpich2 dev-libs/boost mpi @@ -303,6 +261,6 @@ media-plugins/gst-plugins-meta aac dts dv lame libvisual taglib vcd wavpack # projectm not keyworded, bug #314969 media-video/vlc projectm chromaprint opencv -# Ultrabug (05 Sept 2011) # missing keyword for net-libs/zeromq app-admin/rsyslog zeromq diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask index 7639e989bf..159f2d2c57 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask @@ -4,6 +4,39 @@ # doomsday ebuild is not available on this architecture doomsday +# Mart Raudsepp (05 Feb 2017) +# dev-libs/DirectFB not tested on arm64 (and we probably don't want it) +directfb + +# Mart Raudsepp (04 Feb 2017) +# net-fs/samba not tested on arm64 yet +samba + +# Mart Raudsepp (01 Feb 2017) +# Unmask systemd since it is keyworded here. +-systemd + +# Mart Raudsepp (28 Jan 2017) +# dev-libs/wayland not tested on arm64 yet +wayland + +# Mart Raudsepp (28 Jan 2017) +# dev-util/valgrind not tested on arm64 yet +# Upstream seems to have architecture support, however +valgrind + +# Mart Raudsepp (28 Jan 2017) +# media-libs/portaudio not tested on arm64 yet +portaudio + +# Mart Raudsepp (28 Jan 2017) +# media-sound/pulseaudio not tested on arm64 yet +pulseaudio + +# Mart Raudsepp (28 Jan 2017) +# dev-libs/libressl not tested as an openssl alternative on arm64 yet +libressl + # Markus Meier (22 Aug 2010) # net-wireless/wimax not tested wimax @@ -32,10 +65,6 @@ openexr # media-libs/amrnb and media-libs/amrwb not tested. amr -# Samuli Suominen -# sci-visualization/grace not tested. -grace - # Samuli Suominen # media-gfx/gimp not tested. gimp @@ -47,13 +76,9 @@ ipod # Stuff that doesn't make sense on this arch 3dfx -cpufreq -dell -laptop dmi # Stuff we don't want -chicken fuse R octave @@ -62,8 +87,6 @@ xindy lyx mpi lasi -fusion -debug-utils schroedinger hardened frei0r @@ -86,41 +109,27 @@ kerberos gpg gnome gnome-keyring -cupsddk doc emacs gphoto2 -mythtv afs mono -pike lirc lm_sensors -netjack -beagle -nvtv -mzscheme xemacs rpm scanner -madwifi -libupnp zvbi ldap mysql -postgres dvd fluidsynth -gnomecd -cblas -prolog sid mms mtp ieee1394 sctp pm-utils -wicd darcs bs2b toolame @@ -128,14 +137,12 @@ ladspa ldns ggi nut -xanim dvd fits tokyocabinet vaapi rtmp vpx -iplayer plotutils lpsol upnp @@ -148,26 +155,23 @@ devil gts anthy ace -csharp -gtk qt4 -qt5 R sdl slang tk vim-syntax -X + +# Unmask ARM-only video-cards +-video_cards_vc4 # 2006/02/05 - Donnie Berkholz # Modular X: mask for architectures on which they aren't available video_cards_apm video_cards_ark video_cards_ast -video_cards_ati video_cards_cirrus video_cards_chips -video_cards_cyrix video_cards_glint video_cards_i128 video_cards_i740 @@ -197,6 +201,7 @@ video_cards_voodoo # Matt Turner # Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_amdgpu video_cards_r100 video_cards_r200 video_cards_r300 @@ -213,10 +218,6 @@ video_cards_vmware # Robin H. Johnson audit -# Matt Turner (31 Dec 2012) # media-libs/xine-lib is not keyworded xine @@ -229,12 +230,3 @@ clvm # Chí-Thanh Christopher Nguyễn (22 Aug 2013) # virtual/opencl is not keyworded opencl - -# This one we need to test ... -python_targets_python3_3 - -# sys-libs/libseccomp has not been ported to this arch yet #524148 -seccomp - -# No arm64 java support yet. -java diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask new file mode 100644 index 0000000000..db80ac2e08 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +# +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in use.mask + +# Mart Raudsepp (04 Feb 2017) +# dev-vcs/subversion not marked stable yet +subversion + +# Mart Raudsepp (28 Jan 2017) +# dev-db/sqlite not marked stable yet +sqlite + +# Mart Raudsepp (28 Jan 2017) +# sys-apps/dbus not marked stable yet +dbus + +# Mart Raudsepp (28 Jan 2017) +# sys-auth/skey not marked stable yet +skey + +# Ben de Groot (24 Aug 2015) +# Not yet stable, bug #543326 +qt5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask index 9e9bd76ee2..54a139ff44 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask @@ -11,6 +11,7 @@ mips nios2 ppc ppc64 +riscv s390 sh sparc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/ChangeLog deleted file mode 100644 index 711f28b7e9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/ChangeLog +++ /dev/null @@ -1,776 +0,0 @@ -# ChangeLog for Gentoo/hppa profile -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.249 2015/05/24 04:35:58 mattst88 Exp $ - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 17 May 2015; Jeroen Roovers package.use.mask: - Mask USE=rados for net-analyzer/rrdtool since sys-cluster/ceph is not - keyworded (bug #549516). - - 11 May 2015; Mike Frysinger use.mask: - Drop USE=sanitize mask since it is already handled in base/. - - 26 Apr 2015; Jeroen Roovers package.use.mask: - Mask USE=garbd for dev-db/mariadb (bug #544378). - - 21 Mar 2015; Jeroen Roovers package.use.mask: - Unmask USE=test for dev-python/urllib3. - - 18 Mar 2015; Jeroen Roovers use.mask: - Drop USE=x265 mask (bug #510340). - - 17 Mar 2015; Mike Frysinger package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics] #499974. - - 22 Feb 2015; Jeroen Roovers package.use.stable.mask: - Say plz. - - 21 Feb 2015; Michał Górny +package.use.stable.mask: - Stable-mask non-stable qca plugin flags for old qca version. - - 21 Feb 2015; Jeroen Roovers package.use.mask: - Drop unrequested USE flag masks. - - 21 Feb 2015; Michał Górny package.use.mask: - Mask non-keyworded qca plugin flags for old qca version, part of - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/27 / - https://bugs.funtoo.org/browse/FL-2119. - - 03 Feb 2015; Jeroen Roovers -package.mask, use.mask: - Unmask Qt5. - - 02 Feb 2015; Jeroen Roovers use.mask: - Sort. - - 02 Feb 2015; Jeroen Roovers package.use.mask: - Mask USE=gevent for dev-python/pyzor (bug #531068). - - 01 Feb 2015; Michael Palimaka package.mask: - Fix invalid atom. - - 01 Feb 2015; Ben de Groot +package.mask, use.mask: - Add Qt5 mask until keyworded - - 28 Jan 2015; Johannes Huber package.use.mask: - Mask app-crypt/qca[botan]. - - 18 Jan 2015; Jeroen Roovers use.mask: - Mask USE=vaapi (bug #536956). - - 24 Dec 2014; Jeroen Roovers package.use.mask, use.mask: - Generally mask USE=clang. - - 29 Nov 2014; Jeroen Roovers package.use.mask: - Mask USE=dnstap for net-dns/unbound (bug #531068). - - 07 Nov 2014; Jeroen Roovers use.mask: - Mask USE=luajit. - - 22 Oct 2014; Jeroen Roovers package.use.mask: - Mask USE=test for dev-python/urllib3. - - 19 Oct 2014; Jeroen Roovers use.mask: - sys-devel/gcc says USE=sanitize has not been ported to HPPA (bug #504200). - - 19 Oct 2014; Jeroen Roovers package.use.mask: - Mask test deps for dev-python/wsgiproxy2. - - 13 Oct 2014; Jeroen Roovers package.use.mask: - Mask USE=test for dev-python/pymongo (bug #525246). - - 30 Sep 2014; Jeroen Roovers use.mask: - Mask USE=seccomp (bug #524148). - - 19 Sep 2014; Jeroen Roovers use.mask: - Mask USE=gadu (>=net-libs/libgadu-1.12.0 (bug #519854) requires - dev-libs/protobuf-c (bug #519772)). - - 17 Aug 2014; Jeroen Roovers package.use.mask: - Remove USE=javascript mask for www-client/elinks. - - 17 Aug 2014; Jeroen Roovers package.use.mask: - Unmask USE=gtk for sys-auth/polkit (bug #517804). - - 13 Aug 2014; Jeroen Roovers use.mask: - Remove USE flag masks which require CONFIG_AUDITSYSCALL (bug #517804). - - 13 Aug 2014; Jeroen Roovers package.use.mask: - Mask USE=gg11 for net-libs/libgadu (bug #519772). - - 29 Jul 2014; Jeroen Roovers package.use.mask: - Mask dev-libs/mongo-c-driver USE=test (bug #517880). - - 24 Jul 2014; Samuli Suominen package.use.mask: - USE="udev" was renamed to USE="upower" for xfce4-systemload-plugin, - xfce4-session and xfce4-settings - - 01 Jul 2014; Jeroen Roovers make.defaults: - CXXFLAGS=-O2 should be safe. - - 01 Jul 2014; Michał Górny make.defaults: - Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid - issues. - - 01 Jul 2014; Michał Górny make.defaults: - Set MULTILIB_ABIS as well, just in case. - - 01 Jul 2014; Michał Górny make.defaults: - Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in - ebuilds. - - 01 Jun 2014; Samuli Suominen package.use.mask: - Mask USE="udev" for xfce-base/xfce4-settings right next to already masked - xfce-base/xfce4-session wrt #512002 - - 20 May 2014; Jeroen Roovers package.use.mask, use.mask: - Mask USE=systemtap generally until proper kernel support is in place. - - 20 May 2014; Jeroen Roovers package.use.mask: - Drop USE=sasl mask for dev-libs/libmemcached. - - 20 May 2014; Jeroen Roovers package.use.mask, use.mask: - Generally mask USE=tcmalloc. - - 19 May 2014; Jeroen Roovers use.mask: - Mask USE=x265 (bug #510340). - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 06 Mar 2014; Jeroen Roovers package.use.mask: - Mask USE=gui and USE=jit for sci-mathematics/octave (bug #503594). - - 18 Feb 2014; Jeroen Roovers package.use.mask: - Unmask USE=oss as nothing else works properly. - - 31 Jan 2014; Jeroen Roovers package.use.mask: - Mask x11-libs/libgksu dependency for xfce-extra/xfce4-taskmanager (bug - #499900). - - 23 Jan 2014; Mikle Kolyada package.use.mask - Remove obsolete dev-perl/PDL[proj] entry. See bug #497328 for more info. - - 18 Jan 2014; Mike Frysinger make.defaults: - Drop python targets hacks now that base/ has it #474128. - - 30 Nov 2013; Jeroen Roovers make.defaults: - Mask dev-lang/python-3.2*, unmask dev-lang/python-3.3* targets (bug #474128). - - 24 Nov 2013; Jeroen Roovers package.use.mask: - Properly describe mask entry (bug #492326). - - 10 Nov 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask llvm flag as sys-devel/llvm is not keyworded, bug #320221. - - 25 Oct 2013; Jeroen Roovers use.mask: - Unmask USE=unwind (bug #453704). - - 25 Oct 2013; Jeroen Roovers package.use.mask: - Mask USE=libatomic for sys-libs/libunwind (bug #453704). - - 14 Oct 2013; Jeroen Roovers package.use.mask: - Remove obsolete entry USE=custom-cpuopts. - - 22 Aug 2013; Jeroen Roovers use.mask: - Mask USE=opencl (bug #482096). - - 11 Aug 2013; Jeroen Roovers package.use.mask: - Remove USE=zeromq mask for app-admin/rsyslog. - - 23 Jul 2013; Jeroen Roovers package.use.mask: - Mask USE=graphite for sys-devel/gcc. - - 23 Jul 2013; Jeroen Roovers package.use.mask: - Remove old USE=openmp mask for media-gfx/imagemagick. - - 23 Jul 2013; Jeroen Roovers package.use.mask: - Remove package-specific USE=webkit masks. - - 19 Jun 2013; Jeroen Roovers package.use.mask: - Remove old USE mask. - - 19 Jun 2013; Jeroen Roovers use.mask: - Unmask some USE flags. - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 17 May 2013; Jeroen Roovers package.use.mask: - Remove media-libs/libcanberra[gtk] mask (bug #468984). - - 21 Mar 2013; Jeroen Roovers use.mask: - Unmask USE=acl,attr (bug #212517). - - 12 Mar 2013; Samuli Suominen use.mask: - Mask USE="cg" since it is a toolkit for nvidia binary drivers. - - 18 Feb 2013; Jeroen Roovers use.mask: - Mask USE=iec61883 (bug #458100). - - 22 Jan 2013; Jeroen Roovers package.use.mask: - Mask USE=test for dev-python/pyquery (bug #452764). - - 21 Jan 2013; Michał Górny use.mask: - Remove the pypy/jython mask. It is masked in base profile now. - - 21 Jan 2013; Jeroen Roovers use.mask: - Remove ancient/unused USE flags. - - 02 Jan 2013; Jeroen Roovers package.use.mask: - Mask sci-libs/proj for dev-perl/PDL (bug #417453). - - 02 Jan 2013; Jeroen Roovers package.use.mask: - Mask non-keyworded media-libs/qhull for sci-mathematics/octave. - - 02 Jan 2013; Jeroen Roovers package.use.mask: - Mask non-keyworded sci-libs/hdf5 for sci-mathematics/octave. - - 31 Dec 2012; Jeroen Roovers package.use.mask: - Remove p.u.mask for non-keyworded app-admin/packagekit-base. - - 24 Dec 2012; Jeroen Roovers package.use.mask: - Clean up (bug #444181). - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 20 Nov 2012; Michał Górny use.mask: - Introduce a complete PYTHON_TARGETS mask wrt bug #440616. - - 15 Nov 2012; Jeroen Roovers use.mask: - Mask USE=fdk (bug #442806). - - 13 Nov 2012; Jeroen Roovers use.mask: - Mask USE=python_targets_pypy1_{8,9}. - - 16 Oct 2012; Jeroen Roovers use.mask: - Mask USE=realtime too (bug #438368). - - 16 Oct 2012; Jeroen Roovers use.mask: - Mask USE=colord too (bug #438368). - - 15 Oct 2012; Jeroen Roovers use.mask: - Mask USE=policykit too (bug #438368). - - 15 Oct 2012; Jeroen Roovers use.mask: - Mask USE=consolekit (bug #438368). - - 02 Oct 2012; Jeroen Roovers package.use.mask: - Unmask USE=python3 for sys-apps/portage. - - 25 Jul 2012; Jeroen Roovers use.mask: - Put all the video_cards in one place, sort them. - - 25 Jul 2012; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_radeonsi, bug #427956. - - 10 Jul 2012; Jeroen Roovers package.use.mask: - Mask USE=clang for app-portage/eix (bug #425494). - - 08 Jul 2012; Jeroen Roovers package.use.mask: - Mask USE=devil for graphviz instead. - - 08 Jul 2012; Jeroen Roovers package.use.mask: - Mask USE=nvtt for media-libs/devil (bug #419621). - - 05 Jul 2012; Jeroen Roovers package.use.mask: - Revert that, SLOTs are not allowed. - - 04 Jul 2012; Jeroen Roovers package.use.mask: - Specify dev-libs/libnl version. - - 04 Jul 2012; Jeroen Roovers package.use.mask: - Mask USE=doc for dev-libs/libnl since media-gfx/mscgen does not work on HPPA - (bug #419987). - - 04 Jul 2012; Samuli Suominen make.defaults: - Remove reference to USE="xulrunner" wrt #424617 - - 03 Jul 2012; Jeroen Roovers package.use.mask: - Mask USE=connman for net-libs/gupnp (bug #424225). - - 29 Jun 2012; Jeroen Roovers package.use.mask: - Oh, seems we already had this one. - - 29 Jun 2012; Jeroen Roovers package.use.mask: - Mask USE=gptfdisk for sys-fs/udisks (bug #412801). - - 14 Jun 2012; Davide Pesavento package.use.mask: - Remove redundant mask of USE=jit for qt-script, now masked in base profile. - - 01 Jun 2012; Jeroen Roovers package.use.mask: - Mask USE=jit for dev-libs/libpcre by Dakon. - - 29 May 2012; Jeroen Roovers use.mask: - Move one use.mask entry from default/linux/hppa to here. - - 24 May 2012; Arun Raghavan package.use.mask: - Mask media-sound/pulseaudio[equalizer] till PyQt4 is available on hppa. - - 23 May 2012; Jeroen Roovers use.mask: - Mask USE=gptfdisk (bug #412801). - - 21 May 2012; Jeroen Roovers package.use.mask: - Mask USE=test for app-text/asciidoc (bug #416961). Fix some earlier entry - dates. - - 16 May 2012; Jeroen Roovers package.use.mask: - Remove USE=doc mask for net-misc/dibbler. - - 15 May 2012; Jeroen Roovers make.defaults: - Remove dev-lang/python:3* specific targets. - - 15 May 2012; Mike Gilbert make.defaults: - Default PYTHON_TARGETS should include python-3 for arches where it is stable. - See bug 415575. - - 26 Apr 2012; Jeroen Roovers package.use.mask: - Mask USE=connman for x11-libs/qt-bearer (bug #412915). - - 25 Apr 2012; Jeroen Roovers use.mask: - Mask USE=systemd. - - 21 Apr 2012; Samuli Suominen package.use.mask: - Mask USE="gdm" because USE="new-login" is masked too for - x11-misc/xscreensaver. - - 19 Apr 2012; Jeroen Roovers package.use.mask: - Mask USE=udev for xfce-extra/xfce4-systemload-plugin (bug #412627). - - 04 Apr 2012; Jeroen Roovers use.mask: - Mask USE=vlc. - - 28 Mar 2012; Jeroen Roovers use.mask: - Mask USE=ibus (bug #404901). - - 08 Mar 2012; Jeroen Roovers use.mask: - Mask USE=crashreporter (bug #406233). - - 03 Mar 2012; Samuli Suominen package.use.mask: - Remove USE="libffi" mask for sys-devel/gcc because the flag is gone wrt - #354903 - - 27 Feb 2012; Jeroen Roovers package.use.force: - Remove deprecated USE=nptlonly by Mr. Anderson (bug #405875). - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. Also remove dead radeonhd mask. - - 31 Jan 2012; Jeroen Roovers package.use.mask: - Mask dev-libs/libowfat diet so we can re-keyword it. - - 19 Jan 2012; Jeroen Roovers use.mask: - Mask USE=dvb. - - 04 Jan 2012; Jeroen Roovers use.mask: - Mask USE=bluray (bug #397531). - - 06 Dec 2011; Jeroen Roovers use.mask: - Mask USE=vdpau for media-video/ffmpeg (bug #392269). - - 10 Nov 2011; Jeroen Roovers use.mask: - Mask USE=xattr for the same reason (bug #212517). - - 10 Nov 2011; Jeroen Roovers use.mask: - Update mask reason (bug #212517). - - 31 Oct 2011; Jeroen Roovers package.use.mask: - Mask USE=nsplugin for app-admin/packagekit-base. - - 25 Oct 2011; Jeroen Roovers package.use.mask: - Mask USE=connman for app-admin/packagekit-base (bug #387959). - - 25 Oct 2011; Jeroen Roovers package.use.mask: - Mask USE=entropy for app-admin/packagekit-base (bug #387959). - - 17 Oct 2011; Jeroen Roovers package.use.mask: - Remove old USE masks. - - 15 Sep 2011; Jeroen Roovers use.mask: - Mask USE=prelude. Correct a previous entry. - - 04 Sep 2011; Robin H. Johnson package.use.mask: - Bug #381737: block dev-libs/libmemcached[tcmalloc] until - dev-utils/google-perftools is keyworded (and virtual/gsasl on hppa/arm). - - 31 Jul 2011; Jeroen Roovers package.use.mask: - Remove obsolete entries thanks to mattst88. - - 30 Jun 2011; Jeroen Roovers package.use.mask: - Remove app-text/asciidoc test mask (bug #356069). - - 09 Jun 2011; Jeroen Roovers use.mask: - Mask USE=facedetect (bug #365451). - - 05 Jun 2011; Jeroen Roovers package.use.mask: - Mask USE=gnumeric for app-office/lyx (bug #367513). - - 16 May 2011; Jeroen Roovers package.use.mask: - No JIT compiler support. - - 02 May 2011; Jeroen Roovers use.mask: - Mask USE=cuda (bug #365451). - - 01 May 2011; Nirbheek Chauhan package.use.mask: - Mask USE=gtk3 on libcanberra as well - - 21 Apr 2011; Jeroen Roovers use.mask: - Mask USE=video_cards_nouveau (bug #364027). Combine all video_cards_ masks - into one entry. - - 25 Mar 2011; Jeroen Roovers use.mask: - Mask USE=webm. - - 22 Mar 2011; Jeroen Roovers -virtuals, packages: - Add palo to the system set, remove bootloader virtual (bug #359971). Remove - ancient toolchain version requirements. - - 24 Feb 2011; Jeroen Roovers package.use.mask: - Mask app-text/texlive[pdfannotextractor] (bug #355353). - - 22 Feb 2011; Jeroen Roovers package.use.mask: - Remove stupid app-text/asciidoc[test] mask. - - 21 Jan 2011; Jeroen Roovers package.use.mask: - Mask sys-auth/polkit[gtk] (bug #296548). - - 05 Jan 2011; Samuli Suominen package.use.mask: - Mask USE="udev" for xfce-base/xfce4-session because sys-power/upower is - missing keywording. - - 25 Dec 2010; Samuli Suominen package.use.mask, - use.mask: - Mask USE="thunar" because xfce-base/thunar is now using gnome-base/gvfs. - - 05 Dec 2010; Jeroen Roovers package.use.mask: - Mask dev-lang/spidermonkey (bug #347827). - - 30 Nov 2010; Jeroen Roovers package.use.mask: - Mask doc-pdf because of Java dependencies (bug #347259). - - 26 Nov 2010; Jeroen Roovers package.use.mask: - Unmask sci-libs/hdf5[mpi] (bug #324417). - - 25 Nov 2010; Jeroen Roovers package.use.mask: - No support for sci-libs/ipp on HPPA (bug #340269). - - 16 Nov 2010; Jeroen Roovers -package.mask: - Remove dev-libs/gmp-5 mask (bug #344613). - - 11 Nov 2010; Jeroen Roovers +package.mask: - Mask dev-libs/gmp-5 (bug #344613). - - 29 Oct 2010; Jeroen Roovers use.mask: - Mask USE=webkit generally (but specifically for bug #272194). - - 25 Oct 2010; Jeroen Roovers use.mask: - FFI does not work: "Unknown cpu type" (bug #337956) - - 13 Aug 2010; Justin Lecher package.use.mask: - MKL not available on this arch - - 10 Aug 2010; Jeroen Roovers package.use.mask: - Mask features that need GNOME (bug #331905) - - 03 Aug 2010; Jeroen Roovers package.use.mask: - Sign off p.u.mask entry. - - 02 Aug 2010; Jeroen Roovers -package.mask: - Remove package.mask entries for udev and udisks again (bug #294470). - - 26 Jul 2010; Jeroen Roovers package.mask: - Mask sys-fs/udisks along with the udev it needs. - - 25 Jul 2010; Jeroen Roovers +package.mask, use.mask: - Mask >=sys-fs/udev-147 (bug #294470). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Clean up unused entries in {package.,}use.mask. - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gstreamer for net-im/pidgin (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=new-login for x11-misc/xscreensaver (bug #324511). - - 20 Jul 2010; Jeroen Roovers use.mask: - Generally mask USE=libnotify (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gstreamer for x11-libs/wxGTK (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=glade for x11-libs/vte (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE="guionly gtk" for net-p2p/mldonkey (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gtk for media-libs/libcanberra (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=thumbnail for gnome-extra/libgsf (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gtk for dev-vcs/git (bug #324511). - - 20 Jul 2010; Jeroen Roovers use.mask: - Generally mask USE=gconf (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gcdmaster for app-cdr/cdrdao (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask, use.mask: - Generally mask USE=gnome-keyring (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gnome-keyring for dev-vcs/subversion (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Remove USE=policykit mask for sys-auth/consolekit. - - 20 Jul 2010; Jeroen Roovers use.mask: - Mask USE=gnome entirely (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Remove USE=nautilus for app-text/evince (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=policykit for sys-auth/consolekit (bug #324511). - - 20 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=nautilus for app-text/evince (bug #324511). - - 19 Jul 2010; Jeroen Roovers use.mask: - Mask USE=applet because of missing gnome-base/gnome-panel dependency (bug - #324511). - - 19 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gnome for media-gfx/gimp (bug #324511). - - 19 Jul 2010; Jeroen Roovers use.mask: - Mask USE=schroedinger (bug #316553). - - 15 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=gnome for net-libs/libsoup (bug #324511). - - 15 Jul 2010; Jeroen Roovers package.use.mask: - Unmask USE=vala for net-libs/libproxy again (bug #320429). - - 15 Jul 2010; Jeroen Roovers package.use.mask: - Mask USE=vala for net-libs/libproxy (bug #320429). - - 12 Jul 2010; Jeroen Roovers package.use.mask: - Mask heartbeat USE flag for sys-cluster/pacemaker (bug #326423). - - 11 Jul 2010; Pacho Ramos package.use.mask: - Mask gnome USE flag for net-voip/ekiga due bug 324511 - - 11 Jul 2010; Pacho Ramos package.use.mask: - Mask eds USE flag for net-im/pidgin due bug 324511 - - 11 Jul 2010; Pacho Ramos package.use.mask: - Mask gnome USE flag for dev-ml/lablgtk due bug 324511 - - 11 Jul 2010; Pacho Ramos package.use.mask: - Mask gnome USE flag on uim due bug 324511 - - 10 Jul 2010; Jeroen Roovers use.mask: - Fix date in previous entry. Mask USE=vpx (bug #323727). - - 10 Jul 2010; Jeroen Roovers use.mask: - Mask USE=vaapi (bug #319261). - - 01 Jul 2010; Jeroen Roovers use.mask: - Drop support for ghc and darcs. - - 21 Jun 2010; Jeroen Roovers package.use.mask, use.mask: - Remove more KDE references (bug #304363). - - 21 Jun 2010; Jeroen Roovers -package.mask: - Remove dev-db/metakit mask (bug #169509) and the rest of the file. - - 21 Jun 2010; Jeroen Roovers package.mask: - Remove KDE mask (bug #304363). - - 17 Jun 2010; Jeroen Roovers use.mask: - Mask USE=kde (bug #304363). - - 13 Jun 2010; Pacho Ramos package.use.mask: - Mask gnome-base/gvfs gdu USE flag until bug 323803 is fixed. - - 06 Apr 2010; Jeroen Roovers use.mask: - Mask nouveau and svga video_cards_ USE flags. - - 01 Apr 2010; Jeroen Roovers package.mask: - Remove mysql mask (bug #303747 comment #15). - - 03 Mar 2010; Jonathan Callen package.mask: - Mask all of KDE SC 4.4.x, not just 4.4.0 - - 02 Mar 2010; Jeroen Roovers package.mask: - Mask =virtual/mysql-5.1 too thanks to Halcy0n again (bug #307251). - - 02 Mar 2010; Jeroen Roovers package.mask: - Mask >=dev-db/mysql-5.0.83 (bug #307251). - - 28 Feb 2010; Jeroen Roovers use.mask: - USE.mask flite (bug #307241). - - 10 Feb 2010; Jonathan Callen package.mask: - Mask KDE SC 4.4.0 since needed deps not keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask dev-libs/soprano[virtuoso] since it needs dev-db/virtuoso-* keyworded - - 25 Jan 2010; Alexis Ballier package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 13 Dec 2009; Rémi Cardona use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona use.mask: - drop "vga" from VIDEO_CARDS in all profiles - - 09 Nov 2009; Jeroen Roovers package.mask, - package.use.mask: - Remove masks now KDE 4.3 keywording is complete. - - 08 Nov 2009; Alexey Shvetsov package.mask: - Drop KDE 4.3 mask since KDE 4.3 is keyworded and we dropping kde 4.2 - - 12 Oct 2009; Jonathan Callen package.mask: - Remove filelight, now fixed - - 11 Oct 2009; Jonathan Callen package.mask: - Masking packages that dep on KDE-4.3 to prevent more tree breakage - - 05 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Added missing KDE-4.3 deps mask for this arch to fix tree breakage (bug - #280312). - - 02 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Masking >= KDE-4.3 for this arch (hppa) to prevent tree breakage following - the global unmask of KDE-4.3 (bug #280312). - - 01 Sep 2009; Jeroen Roovers use.mask: - sys-power/pm-utils is currently not supported (bug #280312). - - 16 Aug 2009; Rémi Cardona use.mask: - drop last traces of i810 - - 16 Aug 2009; Rémi Cardona use.mask: - drop last traces of i810 - - 05 Aug 2009; Jeroen Roovers package.mask: - No need for a p.mask while it is -hppa anyway. - - 05 Aug 2009; Jeroen Roovers package.mask, - -package.unmask: - Oops. Move package.unmask entry to package.mask. Also confine the mask to - ~sys-devel/gcc-4.4.0. Thanks to ssuominen for noticing. - - 04 Aug 2009; Jeroen Roovers use.mask: - Mask USE=wicd (bug #280312). - - 02 Jun 2009; Jeroen Roovers +package.unmask: - Unmask sys-devel/gcc-4.4 for HPPA (bug #225917). - - 31 May 2009; Jeroen Roovers package.use.mask: - Mask media-gfx/imagemagick[openmp] until we have a stable - sys-devel/gcc-4.3[openmp] (bug #225917). - - 12 May 2009; Jeroen Roovers package.use.mask: - Mask dev-libs/ppl USE=prolog (bug #269556). - - 06 May 2009; Jeroen Roovers package.use.mask: - Mask USE=solver for kde-base/kalzium or dev-ml/facile[ocamlopt] would be - required (bug #266459). - - 06 May 2009; Jeroen Roovers package.use.mask: - Mask net-libs/libproxy webkit as to not pull in webkit-gtk (bug #268529). - - 04 May 2009; Jeroen Roovers package.use.mask: - Reinstate p.u.m correctly for package.use.mask: - Un-p.u.mask libffi (bug #210880). - - 18 Apr 2009; Jeroen Roovers package.use.mask: - Mask kde-base/kttsd[ktts] because of app-accessibility/freetts using Java - (bug #260777). - - 15 Apr 2009; Jeroen Roovers package.use.mask: - Mask media-sound/mpd[fluidsynth] (bug #266106). - - 02 Apr 2009; Jeroen Roovers package.use.mask, use.mask: - Move media-gfx/gimp USE=webkit mask from use.mask to package.use.mask. - Incidentally I also correct the date on the entry. - - 02 Apr 2009; Jeroen Roovers use.mask: - Mask USE=webkit generally. - - 24 Mar 2009; Jeroen Roovers package.use.mask: - Remove x11-themes/qtcurve-qt4 kde from package.use.mask now that - kde-base/kwin is keyworded (bug #259765). - - 12 Mar 2009; Jeroen Roovers package.use.mask: - Mask USE=sesame2 for dev-libs/soprano to avoid Java (bug #260777). - - 02 Jan 2009; Jeroen Roovers make.defaults: - Prefer xulrunner (bug #234646, comment #57). - - 10 Nov 2008; Jeroen Roovers use.mask: - Unmask IUSE=openal now one version is stable. - - 26 Sep 2008; Jeroen Roovers use.mask: - Mask unsupported video cards. - - 16 Sep 2008; Jeroen Roovers package.use.mask: - dxr2/3 cards have not been tested on HPPA hardware and custom-cpuopts does - not apply to HPPA (bug #234629) - - 16 Sep 2008; Jeroen Roovers package.use.mask: - Masking app-text/texlive:xindy because app-text/xindy needs dev-lisp/clisp - and clisp does not build (bug #229217). - - 10 Sep 2008; Jeroen Roovers package.use.mask: - app-misc/tracker isn't keyworded and doesn't work. - - 09 Sep 2008; Jeroen Roovers package.mask: - Remove useless GNOME masking. - - 03 Sep 2008; Mart Raudsepp package.mask: - Copy the global GNOME-2.22 mask here, in preparation of removal of the - global one. Unmasking for HPPA waiting on keyword bug 218794 - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 09 Apr 2008; Jeroen Roovers package.use.mask: - Mask sys-cluster/mpich2 for sci-libs/hdf5. - - 02 Apr 2008; Mart Raudsepp package.use.mask: - USE mask dvb and mythtv on gst-plugins-meta - dependencies not keyworded - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults index 606d0dfac0..add1edf68b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.13 2014/07/01 14:50:36 jer Exp $ +# $Id$ ARCH="hppa" ACCEPT_KEYWORDS="hppa" @@ -11,7 +11,7 @@ CXXFLAGS="${CFLAGS}" FEATURES="sandbox sfperms strict" -USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox" +USE="cups foomaticdb fortran gdbm gpm imlib libwww spell firefox" # Michał Górny (01 Jul 2014) # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask new file mode 100644 index 0000000000..5b64a27123 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask @@ -0,0 +1,2 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.force index 65aac496aa..5a5cbd2e99 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.force @@ -1,9 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.force,v 1.3 2015/03/17 01:38:12 vapier Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 dev-libs/efl oldlua - ->=sys-libs/glibc-2.5 nptl diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask index 4560010b0a..558f9658d1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask @@ -1,8 +1,46 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v 1.160 2015/05/24 04:35:58 mattst88 Exp $ +# $Id$ -# DON'T TOUCH THIS FILE. Instead, file a bug and assign it to . +# DON'T TOUCH THIS FILE. Instead, file a keyword request bug and CC . + +# Jeroen Roovers (4 Feb 2017) +# media-libs/libilbc has not been ported to HPPA +# media-libs/zimg triggers a toolchain issue (bug #597152) +media-video/ffmpeg libilbc zimg + +# Jeroen Roovers (3 Feb 2017) +# net-mail/notmuch is not keyworded +mail-client/mutt notmuch + +# Justin Lecher (15 Jan 2017) +# unkeyworded rev deps +dev-games/openscenegraph gdal las + +# Jeroen Roovers (28 Dec 2016) +# "#error Unsupported architecture" +dev-libs/libpcre2 jit + +# Jeroen Roovers (31 May 2016) +# Mask kde-frameworks/kapidox (bug #568972) +kde-frameworks/extra-cmake-modules doc + +# Jeroen Roovers (19 May 2016) +# pulls in many dev-ruby/asciidoctor dependencies (bug #583390) +net-misc/chrony html + +# Mike Frysinger (21 Feb 2016) +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Jeroen Roovers (16 Aug 2015) +# Bundles luajit which has not been ported to HPPA (bug #554376) +app-text/texlive-core luajittex +dev-texlive/texlive-basic luajittex + +# Jeroen Roovers (3 Jul 2015) +# net-libs/nghttp2 fails to compile (bug #552898) +net-libs/nghttp2 cxx # Jeroen Roovers (17 May 2015) # Mask USE=rados for net-analyzer/rrdtool since sys-cluster/ceph is not @@ -12,7 +50,7 @@ net-analyzer/rrdtool rados # Jeroen Roovers (26 Apr 2015) # Contact us if you want or have an HPPA cluster with dev-db/mariadb # (bug #544378) -dev-db/mariadb garbd +dev-db/mariadb galera # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 @@ -23,20 +61,12 @@ dev-libs/efl physics # HPPA (bug #538510) dev-python/pyzor gevent -# Jeroen Roovers (29 Nov 2014) -# Needs dev-libs/protobuf{-c} which has not been ported to HPPA (bug #531068) -net-dns/unbound dnstap - # Jeroen Roovers (19 Oct 2014) # requires dev-python/restkit which requires # dev-python/socketpool which requires dev-python/gevent which requires # dev-python/greenlet which has not been ported to HPPA (bug #525246) dev-python/wsgiproxy2 test -# Jeroen Roovers (13 Aug 2014) -# Needs dev-libs/protobuf{-c} which has not been ported to HPPA (bug #519772) -net-libs/libgadu gg11 - # Jeroen Roovers (29 Jul 2014) # Test phase requires dev-db/mongodb which requires dev-util/google-perftools # which has not been ported to HPPA (bug #517880, bug #525246) @@ -45,8 +75,7 @@ dev-python/pymongo test # Jeroen Roovers (6 Mar 2014) # USE=gui requires x11-libs/qscintilla, -# USE=jit requires sys-devel/llvm (bug #503594) -sci-mathematics/octave gui jit +sci-mathematics/octave gui # Jeroen Roovers (31 Jan 2014) # Mask x11-libs/libgksu dependency (bug #499900) @@ -146,10 +175,6 @@ dev-vcs/git gtk app-cdr/cdrdao gcdmaster net-im/pidgin eds -# Ben de Groot (16 Jan 2010) -# qtmultimedia is not keyworded, bug 293671 -dev-python/PyQt4 multimedia - # Jeroen Roovers (15 Apr 2008) # media-sound/fluidsynth fails to build with stable libtool, so it can't be # tested for ~hppa keywording right now @@ -164,14 +189,8 @@ media-video/mplayer cpudetection # app-text/xindy needs dev-lisp/clisp and clisp does not build (bug #229217) app-text/texlive xindy -# Tobias Scherbaum (31 May 2008) -# Mask ups for nagios-plugins which would pull in sys-power/nut -net-analyzer/nagios-plugins ups - # Mart Raudsepp (02 Apr 2008) # media-plugins/gst-plugins-{dvb,fluendo-mpegdemux,bad} not keyworded media-plugins/gst-plugins-meta dvb -# Jeroen Roovers (12 Apr 2007) -# Mask until fixed. -net-misc/tightvnc server +# DON'T TOUCH THIS FILE. Instead, file a keyword request bug and CC . diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask deleted file mode 100644 index db03aa352a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.stable.mask,v 1.2 2015/02/22 08:15:06 jer Exp $ - -# DON'T TOUCH THIS FILE. Instead, file a bug and assign it to . -# plz - -# Michał Górny (21 Feb 2015) -# The external QCA plugins are not stable on this arch. Since -# this is only a temporary measure and nothing depends on them, -# just masking them until the new version goes stable. -. +# DON'T TOUCH THIS FILE. Instead, file a keyword request bug and CC . + +# Jeroen Roovers (31 Jan 2016) +# USE=xwidgets requires net-libs/webkit-gtk +xwidgets + +# Jeroen Roovers (16 Oct 2015) +# HPPA has no NUMA support in the kernel +numa # Jeroen Roovers (3 Feb 2015) # app-misc/geoclue has not been tested on HPPA @@ -120,6 +128,7 @@ libnotify gconf gnome gnome-keyring +gnome-online-accounts # Jeroen Roovers (19 Jul 2010) # Masked because of missing gnome-base/gnome-panel @@ -145,20 +154,15 @@ flite # Jeroen Roovers (4 Aug 2009) # net-misc/wicd and sys-power/pm-utils are currently not supported (bug #280312) -wicd pm-utils # Unmask the flag which corresponds to ARCH. -hppa # Jeroen Roovers (7 Jun 2008) -# # dev-util/valgrind has not been ported to HPPA. +# dev-util/valgrind has not been ported to HPPA. valgrind -# Jeroen Roovers (4 Jan 2008) -# Masked until someone turns up with a PA-RISC laptop: -laptop - # Jeroen Roovers (4 Jan 2008) # Bug 179895: HPPA's gcc cannot build native code / lacking upstream support ocamlopt @@ -171,30 +175,14 @@ d # Lack of user/dev support for WiFi (bug #176517) networkmanager -# 2007/04/27 Jeroen Roovers -# To my knowledge, no PA hardware supports variable CPU frequencies -cpufreq - -# 2007/04/07 Jeroen Roovers -# gnustep-make needs gcc with USE=gcj -gnustep - # 2007/04/07 Jeroen Roovers # libffi has not been ported to hppa, therefore gcc fails to build with USE=gcj gcj -# 2007/03/21 Steve Dibb -# mplayer local keywords -ivtv - # 2007/03/02 Samuli Suominen -# See http://bugs.gentoo.org/show_bug.cgi?id=157881#c3 +# See https://bugs.gentoo.org/show_bug.cgi?id=157881#c3 battery -# 2006/12/01 Gustavo Zacarias -# glitz basically unusable since we lack hardware GL see #155544 -glitz - # 2006/08/18 Saleem Abdulrasool # dvdr hardware not available - masking with permission from GMsoft dvdr @@ -207,14 +195,6 @@ emf # libaio is not ported on hppa aio -# 2006/05/14 Tobias Scherbaum -# media-video/totem -nvtv - -# 2006/05/12 Tobias Scherbaum -# gnome-extra/nautilus et al: Masking as mono is still not supported on hppa -beagle - # 2006/04/26 Saleem Abdulrasool # sys-apps/dmidecode: masking with vapier's blessings dmi @@ -225,12 +205,12 @@ dri # 2006/02/05 Donnie Berkholz # Modular X: mask for architectures on which they aren't available +video_cards_amdgpu video_cards_apm video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus -video_cards_cyrix video_cards_glint video_cards_i128 video_cards_i740 @@ -259,7 +239,6 @@ video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb -video_cards_svga video_cards_tdfx video_cards_tga video_cards_trident @@ -296,10 +275,6 @@ lirc gphoto2 scanner -# 17 Jul 2003 Guy Martin -# Avi support is far from 'supported' -avi - # 13 Apr 2003 Guy Martin # Selinux patches not tested on hppa and no kernel sources are emergeables with this patch. selinux @@ -319,7 +294,6 @@ apm afs pcmcia pda -trusted # see email to gentoo-dev with subject "use.mask and PHP5's crazy IUSE" # Dated Sat, 31 Jul 2004 14:49:28 -0700, from robbat2@gentoo.org @@ -331,27 +305,9 @@ djbfft # Added because of xmms-plugin.eclass. Please test out # media-sound/beep-media-player and remove if bmp -freetts 3dfx -pike # Adding h323 to mask. For more information see bug #115798 h323 -# Diego Pettenò (6 Dec 2006) -# Unmask specific HPPA ALSA drivers --alsa_cards_harmony - -# Doug Goldstein (27 Apr 2007) -# Dell does not ship or sell HPPA systems -dell - -# Matt Turner . +# DON'T TOUCH THIS FILE. Instead, file a keyword request bug and CC . diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/ChangeLog deleted file mode 100644 index 7fd64d12e5..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/ChangeLog +++ /dev/null @@ -1,704 +0,0 @@ -# ChangeLog for Gentoo/ia64 profile -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.234 2015/06/20 21:45:27 chewi Exp $ - - 20 Jun 2015; James Le Cuirot use.mask: - Remove some unused Java-related flags. - - 11 Jun 2015; package.use.mask: - Temporarily mask rdeps of rhino, which has EAPI 1, until I have a chance to - drop Java support on ia64 entirely. - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add gnome-base/gvfs nfs USE mask, bug #551576 - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add dev-libs/libpeas USE mask, bug #551540. - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 20 May 2015; James Le Cuirot package.use.mask: - Temporarily mask rdeps of icedtea-web to deal with bug #549134 until I have a - chance to drop Java support on ia64 entirely. Remove entry about systemtap - because that is keyworded now and icedtea will drop ia64 keywords soon - anyway. - - 11 May 2015; Davide Pesavento package.mask: - Extend Qt4-multilib mask to cover 4.8.7 as well. - - 17 Mar 2015; Mike Frysinger package.use.force, - package.use.mask, use.mask: - Mask dev-libs/ef[oldlua,physics,scim,sdl] #499974. - - 08 Mar 2015; Michał Górny package.use.mask: - Mask xfce-base/xfce4-settings[libinput] because of missing deps, bug #542570. - - 20 Feb 2015; Raúl Porcel use.stable.mask: - Add mkl to use.stable.mkl since mkl is not stable - - 11 Feb 2015; Alexis Ballier package.use.mask: - Mask ffmpeg useflags with unkeyworded deps, bug #510340 - - 10 Feb 2015; Patrick Lauer package.use.mask: - Mask media-libs/libav[x265] until keywords catch up - - 01 Feb 2015; Michael Palimaka package.mask: - Fix invalid atom. - - 01 Feb 2015; Ben de Groot package.mask, use.mask: - Add Qt5 mask until keyworded - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add package.use.mask entry for clutter, bug #533420. - - 14 Dec 2014; Mike Gilbert package.use.mask: - Mask sys-apps/systemd[xkb]. - - 14 Dec 2014; Mark Wright package.use.mask: - Mask test for dev-haskell/{binary, text, vector} - as test dependencies need keywording. - - 20 Nov 2014; Davide Pesavento package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 30 Oct 2014; Michał Górny package.use.mask: - Temporarily mask sys-apps/systemd[terminal] due to non-keyworded deps. - - 21 Oct 2014; Mike Frysinger use.mask: - Mask glusterfs/rbd USE flags #519618. - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the kernel/library gets support #524148 by Christian - Ruppert. - - 16 Sep 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask xorg-server glamor/wayland flags - - 20 Aug 2014; Raúl Porcel use.mask: - Use.mask redis - - 20 Aug 2014; Raúl Porcel package.use.mask, use.mask: - Move ocamlopt from p.use.mask to use.mask as instructed in bug #430352 - - 13 Aug 2014; Maciej Mrozowski package.use.mask: - Mask gg11 flag due to missing keywords (bug 519772) - - 12 Aug 2014; Mike Frysinger use.mask: - Mask untested mumble. #509216 by Émeric Maschino. - - 29 Jul 2014; Robin H. Johnson package.use.mask: - Update MySQL tcmalloc mask for percona-server. - - 22 Jul 2014; Christoph Junghans package.use.mask: - mask libcerf useflag (bug 517726) - - 01 Jul 2014; Michał Górny make.defaults: - Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid - issues. - - 01 Jul 2014; Michał Górny make.defaults: - Set MULTILIB_ABIS as well, just in case. - - 01 Jul 2014; Michał Górny make.defaults: - Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in - ebuilds. - - 26 Apr 2014; Markos Chandras package.use.mask: - Mask json use flag on app-admin/ulogd. Bug #507428 - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Mike Frysinger package.use.mask, use.mask: - Mask out various USE flags that need packages that are not yet - keyworded/ported. - - 22 Jan 2014; Gilles Dartiguelongue package.use.mask: - libquvi is available stable on ia64. - - 04 Jan 2014; Julian Ospald package.use.mask: - add useflag mask for dev-libs/DirectFB-1.7.1 version bump - - 10 Nov 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask llvm flag until sys-devel/llvm is keyworded, bug #320221. - - 26 Oct 2013; Mark Wright package.use.mask: - mask dev-haskell/dataenc test as template-haskell not yet available - - 28 Sep 2013; Mike Frysinger use.mask: - Mask USE=valgrind since the pkg is not keyworded. - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 11 Aug 2013; Alexis Ballier package.mask: - move texlive mask from global to arch profiles, bug #475124 - - 17 Jun 2013; Patrick Lauer package.use.mask: - Fix per-arch mask of phonon[zeitgeist] #460140 - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 28 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_radeonsi. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 9 May 2013; Tom Wijsman package.use.mask: - Unmasking dev-java/antlr[java] as per bug #412223, acked by sera. - - 26 Mar 2013; Sergei Trofimovich package.use.mask: - masked dev-lang/ghc[llvm] - - 12 Mar 2013; Samuli Suominen use.mask: - Mask USE="cg" since it is a toolkit for nvidia binary drivers. - - 21 Feb 2013; Robin H. Johnson package.use.mask: - systemtap & jemalloc available on ~ia64. - - 09 Feb 2013; Agostino Sarubbo package.use.mask: - Mask media-video/libav[hardcoded-tables] bug #453328 - - 31 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask net-misc/modemmanager[qmi,qmi-newest] until libqmi is keyworded. - - 22 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask colord[extra-print-profiles] until argyllcms is keyworded here. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 07 Jan 2013; Alexandre Rostovtsev package.use.mask, - use.mask: - Remove obsolete mask entries. Since media-libs/libquvi is now ~ia64, mask - USE=quvi only for stable ebuild depending on it. - - 05 Jan 2013; Agostino Sarubbo use.mask: - mask template_haskell IUSE as per slyfox suggest - - 05 Jan 2013; Alexandre Rostovtsev package.use.mask: - colord is now stable on ia64. - - 04 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask USE=colord for stable versions of gtk+ since x11-misc/colord is not - stable on ia64 (bug #449744). - - 02 Jan 2013; Matt Turner use.mask: - use.mask video_cards, see bugs 449816, 448606. - - 01 Jan 2013; Agostino Sarubbo package.use.mask, use.mask: - Add -zeitgeist. Remove eds/telepathy from folks and sendto from nautilus - - 31 Dec 2012; Agostino Sarubbo use.mask: - Remove packagekit and colord - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask tracker[thunderbird] since thunderbird is not keyworded. - - 31 Dec 2012; Alexandre Rostovtsev use.mask: - Mask USE=xine since xine-lib is not keyworded here. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask, - use.mask: - Mask USE=connman globally for simplicity. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask totem[flash]: like totem[youtube], it needs quvi. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask sushi[office], needs virtual/ooo. - - 27 Dec 2012; Sergey Popov package.mask, - package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=zenity-3.6[test] until yelp-tools is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=libgda-5.1[gnome-keyring,reports] until app-crypt/libsecret and - dev-java/fop are keywored. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask devhelp[gedit] until gedit-3.6 is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=gvfs-1.14[gnome-keyring] until app-crypt/libsecret is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=folks-0.8[telepathy] until dev-libs/libzeitgeist is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Re-add 'net-libs/webkit-gtk webkit2' to fix repoman failure. Please remove - only when app-accessibility/at-spi2-core is stable for ia64. - - 19 Dec 2012; Agostino Sarubbo package.use.mask: - mask x11-libs/qt-bearer connman because requires to much depend still not - keyworded - - 18 Dec 2012; Agostino Sarubbo package.use.mask: - Remove net-libs/webkit-gtk webkit2 - - 18 Dec 2012; Agostino Sarubbo package.use.mask: - masking vlc and gstreamer for phonon - - 15 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask totem[upnp-av] after upnp -> upnp-av rename since media-video/coherence - not keyworded (bug #435776). - - 01 Dec 2012; Raúl Porcel use.mask: - Use.mask fdk, bug #442806 - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 02 Nov 2012; Raúl Porcel package.use.mask: - Unmask p.use.mask net-libs/webkig-gtk geoloc since its stable - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 21 Oct 2012; Raúl Porcel package.use.mask: - Remove sys-apps/portage python3 p.use.mask now that python3 is stable - - 16 Oct 2012; Alexandre Rostovtsev package.use.mask: - Mask libproxy[spidermonkey] since spidermonkey is not keyworded on ia64 - - 11 Sep 2012; Raúl Porcel package.use.mask: - Fix p.use.mask line, thanks to mr_bones_ - - 11 Sep 2012; Raúl Porcel package.use.mask: - Use.mask >=dev-lang/ocaml-4 ocamlopt, bug #430352 - - 26 Aug 2012; Raúl Porcel package.use.mask: - Update python3+portage mask - - 26 Aug 2012; Raúl Porcel use.mask: - Use.mask metalink - - 19 Aug 2012; Raúl Porcel use.mask: - Add clang to use.mask, needs testing - - 16 Aug 2012; Matt Turner use.mask: - use.mask video_cards_siliconmotion. - - 05 Aug 2012; Raúl Porcel use.mask: - Use.mask gts, devil, bug #419621 - - 06 Jul 2012; Samuli Suominen package.use.mask: - Remove unnecessary x11-plugins/enigmail entry. - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove obsolete entries to net-libs/xulrunner and www-client/icecat wrt - #424617 - - 27 Jun 2012; Davide Pesavento package.use.mask: - Mask USE=python for x11-libs/qscintilla. - - 25 Jun 2012; Raúl Porcel package.use.mask: - Unmask qt-related stuff - - 17 Jun 2012; Raúl Porcel use.mask: - Use.mask bluray - - 14 Jun 2012; Ben de Groot package.use.mask: - Since there is no longer a stable qt available for ia64, we need to mask the - qt4 useflag for stable versions of avahi - - 28 May 2012; Raúl Porcel package.use.mask: - Use.package.mask x11-misc/xscreensaver new-login, bug #412847 - - 26 May 2012; Raúl Porcel use.mask: - Use.mask webm - - 25 May 2012; Alexandre Rostovtsev package.use.mask: - Mask webkit-gtk[geoloc,webkit2], requires app-misc/geoclue and - app-accessibility/at-spi2-core to be keyworded (bug #411761). - - 15 May 2012; Samuli Suominen package.use.mask: - Mask USE="udisks" for gnome-base/gvfs wrt #412801 - - 13 May 2012; Alexandre Rostovtsev package.use.mask: - Add nautilus[sendto] to gnome3 mask. - - 11 May 2012; Mike Frysinger package.use.mask: - Mask out USE=java for non-java packages #412223 by Mr. Bones. - - 06 May 2012; Raúl Porcel use.mask: - Add systemd to use.mask, needs testing - - 06 May 2012; Raúl Porcel package.use.force: - Remove nptlonly outdated package.use.force - - 21 Apr 2012; Raúl Porcel use.mask: - Use.mask java, bug #412223 - - 15 Apr 2012; Mike Frysinger use.mask: - Unmask java USE flag #349020 by Dennis Schridde. - - 15 Apr 2012; Mike Frysinger package.use.mask: - Mask dev-java/icedtea[systemtap]. - - 12 Apr 2012; Alexandre Rostovtsev package.use.mask: - Mask glib-networking[smartcard], it requires gnutls[pkcs11], which is - use.masked on sparc. - - 08 Apr 2012; Raúl Porcel use.mask: - Use.mask aacplus - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. Also remove dead radeonhd mask. - - 04 Jan 2012; Ralph Sennhauser package.use.mask: - Remove package.use.mask for ruby_targets_jruby as it's already masked in base - profile. - - 04 Jan 2012; Ralph Sennhauser package.use.mask: - Package.use.mask dev-ruby/hpricot ruby_targets_jruby as it has direct - dependency on missing JVM #345433 - - 01 Jan 2012; Raúl Porcel package.use.mask, use.mask: - Use.mask ladspa and remove it from p.use.mask - - 31 Dec 2011; Ralph Sennhauser package.use.mask: - Use mask net-analyzer/wireshark doc-pdf due to missing JVM #345433 - - 26 Dec 2011; Raúl Porcel package.use.mask: - Package.use.mask www-client/firefox crashreporter as it fails to build - - 25 Nov 2011; Alexandre Rostovtsev package.use.mask: - Mask USE flags on gnome-3.2 packages due to missing keywords on deps; bug - #390345 - - 05 Nov 2011; Raúl Porcel package.use.mask: - Package.use.mask dev-libs/libpcre jit since it isn't supported on this arch - - 03 Nov 2011; Alexandre Rostovtsev package.use.mask: - p.use.masking gnome-extra/gnome-media[aac,mp3,twolame] due to missing - keywords in gst-plugins-{faac,lame,twolame}, bug #389433. - - 01 Nov 2011; Samuli Suominen use.mask: - Remove obsolete entry for USE="v4l2" - - 28 Oct 2011; Alexandre Rostovtsev use.mask: - use.mask colord and packagekit to allow gtk+-3.2 unmasking. use.mask instead - of p.use.mask because other packages with these flags are coming. Bug - #387959. - - 04 Sep 2011; Robin H. Johnson package.use.mask: - Bug #381737: block dev-libs/libmemcached[tcmalloc] until - dev-utils/google-perftools is keyworded (and virtual/gsasl on hppa/arm). - - 03 Jul 2011; Raúl Porcel package.use.mask: - P.use.mask =sys-apps/portage-2.1.10* python3 - - 30 Jun 2011; Pacho Ramos package.use.mask: - Needed plugins are not keyworded on this arch - - 29 May 2011; Raúl Porcel use.mask: - Use.mask prelude - - 23 Apr 2011; Raúl Porcel use.mask: - Add video_cards_nouveau to use.mask - - 23 Apr 2011; Raúl Porcel package.use.mask: - Cleanup package.use.mask - - 04 Apr 2011; Tomáš Chvátal package.use.mask: - Mask umfpack useflag on gegl for now. Bug #361947. - - 02 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 02 Apr 2011; Pacho Ramos package.use.mask: - Mask media-video/totem youtube USE flag as quvi support is needed to play - youtube files now. - - 05 Mar 2011; Raúl Porcel use.mask: - Use.mask upnp - - 27 Feb 2011; Raúl Porcel -package.mask: - Punt package.mask - - 27 Feb 2011; Raúl Porcel use.mask: - Use.mask pdfannotextractor - - 30 Jan 2011; Raúl Porcel use.mask: - Use.mask quvi - - 27 Jan 2011; Pacho Ramos package.use.mask: - Mask more gst-plugins-meta USE flags. - - 06 Jan 2011; Raúl Porcel use.mask: - Use.mask libev - - 17 Dec 2010; Diego E. Pettenò package.use.mask: - Mask caps USE flag for smartmontools until libcap-ng is keyworded. - - 09 Dec 2010; package.use.mask: - net-misc/connman is not keyworded, bug 348308 - - 05 Dec 2010; Raúl Porcel package.use.mask: - P.use.mask www-client/elinks javascript - - 05 Dec 2010; Raúl Porcel package.use.mask: - Package.use.mask net-analyzer/wireshark doc-pdf as it needs java - - 27 Nov 2010; Raúl Porcel package.use.mask: - Add portage python3 use-flag to p.use.mask - - 21 Nov 2010; Ryan Hill use.mask: - Mask lpsol USE flag, needs sci-mathematics/glpk. - - 14 Nov 2010; Raúl Porcel package.use.mask: - unmask test USE flag of dev-util/buildbot*. - - 13 Nov 2010; Alexis Ballier +package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "test" USE flag of dev-util/buildbot*. - - 10 Oct 2010; Raúl Porcel use.mask: - Use.mask frei0r - - 19 Sep 2010; Raúl Porcel package.use.mask: - P.use.mask dev-ruby/nokogiri ffi - - 15 Aug 2010; Raúl Porcel package.use.mask, use.mask: - Cleanup - - 25 Jul 2010; Nirbheek Chauhan package.use.mask: - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox - - 24 Jul 2010; Raúl Porcel package.use.mask, use.mask: - Use.mask kde - - 08 Jul 2010; Pacho Ramos package.use.mask: - Use mask iphone gvfs USE flag until bug #325839 is fixed. - - 27 Jun 2010; Raúl Porcel use.mask: - Use.mask vaapi, rtmp, vpx - - 26 Jun 2010; Raúl Porcel package.use.mask: - Use.mask custom-optimization - - 13 Jun 2010; Pacho Ramos package.use.mask: - Mask net-im/empathy nautilus use until bug 323851 is fixed. - - 29 May 2010; Raúl Porcel use.mask: - Use.mask eclipse - - 16 May 2010; Raúl Porcel use.mask: - Use.mask ots - - 15 May 2010; Raúl Porcel use.mask: - Use.mask schroedinger - - 09 May 2010; Raúl Porcel use.mask: - Use.mask ipod - - 28 Mar 2010; Raúl Porcel package.use.mask: - Package.use.mask dev-util/subversion kde - - 03 Mar 2010; Jonathan Callen package.mask: - Mask all of KDE SC 4.4.x, not just 4.4.0 - - 13 Feb 2010; Raúl Porcel package.mask: - Unmask texlive-2009 - - 09 Feb 2010; Alexey Shvetsov package.mask: - mask kde sc 4.4.0 since neede deps not keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask dev-libs/soprano[virtuoso] since it needs dev-db/virtuoso-* keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask app-admin/system-config-printer-common[policykit] since it needs - sys-auth/polkit keyworded - - 07 Feb 2010; Raúl Porcel package.use.mask: - package.use.mask lame, taglib - - 07 Feb 2010; Raúl Porcel use.mask: - Use.mask dvd - - 25 Jan 2010; Alexis Ballier +package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 17 Dec 2009; Raúl Porcel use.mask: - Use.mask capi/celt/lensfun - - 13 Dec 2009; Rémi Cardona make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 02 Dec 2009; Samuli Suominen use.mask: - Mask USE musepack because media-sound/musepack-tools isn't keyworded. - - 30 Nov 2009; Raúl Porcel use.mask: - Use.mask tokyocabinet - - 18 Nov 2009; Raúl Porcel use.mask: - add bs2b to use.mask - - 05 Nov 2009; Raúl Porcel use.mask: - Add sctp to use.mask - - 04 Nov 2009; Patrick Lauer package.use.mask: - package.use.mask kioslaves samba useflag - - 27 Oct 2009; Raúl Porcel use.mask: - Use.mask lqr - - 24 Sep 2009; Raúl Porcel use.mask: - Use.mask nut and opencore-amr - - 15 Sep 2009; Raúl Porcel -package.mask: - Unmask kde-4.3 - - 12 Sep 2009; Raúl Porcel package.mask: - Remove keyworded packages from package.mask - - 12 Sep 2009; Raúl Porcel use.mask: - Use.mask pm-utils, indi, flite, wicd - - 06 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Removed akonadi-server package.mask entry now that version 1.1.2 was - restored and the keywords for the newer versions dropped (bug 280312). - - 06 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Added kde-base/akonadi to the list of masked packages as soprano is not - keyworded for this arch. - - 05 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Added missing KDE-4.3 deps mask for this arch to fix tree breakage (bug - #280312). - - 02 Sep 2009; Jorge Manuel B. S. Vicetto - +package.mask: - Masking >= KDE-4.3 for this arch to prevent tree breakage following - the global unmask of KDE-4.3 (bug #280312). - - 23 Jul 2009; Raúl Porcel package.use.mask: - Add x11-wm/fvwm lock to p.use.mask - - 07 Jun 2009; Raúl Porcel use.mask: - Use.mask prolog - - 22 May 2009; Raúl Porcel use.mask: - Add topal to use.mask wrt #267299 - - 17 May 2009; Raúl Porcel use.mask: - Use.mask libburn - - 12 Apr 2009; Raúl Porcel use.mask: - Add ktts to use.mask - - 11 Apr 2009; Raúl Porcel package.use.mask: - Mask editor and solver for kde-base/kalzium to keep deps minimal - - 11 Apr 2009; Raúl Porcel package.use.mask: - Unmask webkit on determinated packages - - 11 Apr 2009; Raúl Porcel use.mask: - Add semantic-desktop, tunepimp, captury, bittorrent-external, gps, - fits to use.mask - - 06 Apr 2009; Raúl Porcel use.mask: - Add lasi to use.mask - - 04 Apr 2009; Raúl Porcel use.mask: - Add mpi to use.mask - - 20 Mar 2009; Raúl Porcel package.use.mask: - Remask webkit on qt packages since qt-webkit is not stable - - 20 Mar 2009; Raúl Porcel package.use.mask, use.mask: - Mask webkit globally, unmask for qt - - 06 Feb 2009; Raúl Porcel +package.mask: - Mask old versions of qt related packages, bug #248038 - - 07 Jan 2009; Raúl Porcel use.mask: - Add v4l and v4l2 to use.mask, no hardware to test - - 03 Jan 2009; Raúl Porcel use.mask: - Add antlr to use.mask - - 16 Dec 2008; Raúl Porcel use.mask: - Add oracle to use.mask - - 23 Nov 2008; Patrick Lauer package.use.mask: - webkit is missing keywords, masking webkit useflag for PyQt4 - - 10 Nov 2008; Raúl Porcel use.mask: - Use.mask dxr3, no hardware to test - - 03 Oct 2008; Raúl Porcel use.mask: - Mask some video cards which we can't test - - 31 Aug 2008; Raúl Porcel virtuals: - Make gentoo-sources the default for ia64 - - 10 Aug 2008; Raúl Porcel package.mask: - Unmask gnome-2.22 - - 10 Aug 2008; Raúl Porcel use.mask: - Unmask hddtemp USE-flag - - 28 Jul 2008; Jean-Noël Rivasseau package.use.mask: - Removed test for icu4j as it requires jdk-1.6 - - 07 Jul 2008; Raúl Porcel use.mask: - Reuse.mask hddtemp as its not stable yet, to remove in 30 days - - 07 Jul 2008; Raúl Porcel package.use.mask: - Unmask hddtemp USE-flag, make dev-lisp/clisp deps minimal - - 11 Jun 2008; Raúl Porcel use.mask: - Use.mask scanner, no hardware to test - - 17 May 2008; Raúl Porcel use.mask: - Use.mask gphoto2, no hardware to test - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Via hardware isn't available on ia64 as far as I know. - - 09 Apr 2008; Raúl Porcel use.mask: - Use.mask laptop, not available on ia64 - - 08 Apr 2008; Raúl Porcel use.mask: - Use.mask pkcs11 wrt #215981 - - 03 Apr 2008; Raúl Porcel package.use.mask, use.mask: - Move dvb and mythtv to global use.mask - - 02 Apr 2008; Mart Raudsepp package.use.mask: - Mask dvb on gst-plugins-meta as well - - 02 Apr 2008; Mart Raudsepp package.use.mask: - Mask USE=mythtv on gst-plugins-meta as media-tv/mythtv not keyworded - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/make.defaults index 24dde45dab..a76f8c6439 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/make.defaults,v 1.8 2014/07/01 14:13:01 mgorny Exp $ +# $Id$ ARCH="ia64" ACCEPT_KEYWORDS="ia64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.mask index 3a17e5a786..b42e0b46ac 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.mask @@ -1,79 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.mask,v 1.27 2015/05/11 01:50:55 pesa Exp $ - -# Ben de Groot (01 Feb 2015) -# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well. ->=dev-qt/assistant-5.4.0 ->=dev-qt/designer-5.4.0 ->=dev-qt/linguist-5.4.0 ->=dev-qt/linguist-tools-5.4.0 ->=dev-qt/pixeltool-5.4.0 ->=dev-qt/qdbus-5.4.0 ->=dev-qt/qdbusviewer-5.4.0 ->=dev-qt/qdoc-5.4.0 ->=dev-qt/qtconcurrent-5.4.0 ->=dev-qt/qtcore-5.4.0 ->=dev-qt/qtdbus-5.4.0 ->=dev-qt/qtdeclarative-5.4.0 ->=dev-qt/qtdiag-5.4.0 ->=dev-qt/qtgraphicaleffects-5.4.0 ->=dev-qt/qtgui-5.4.0 ->=dev-qt/qthelp-5.4.0 ->=dev-qt/qtimageformats-5.4.0 ->=dev-qt/qtmultimedia-5.4.0 ->=dev-qt/qtnetwork-5.4.0 ->=dev-qt/qtopengl-5.4.0 ->=dev-qt/qtpaths-5.4.0 ->=dev-qt/qtpositioning-5.4.0 ->=dev-qt/qtprintsupport-5.4.0 ->=dev-qt/qtquick1-5.4.0 ->=dev-qt/qtquickcontrols-5.4.0 ->=dev-qt/qtscript-5.4.0 ->=dev-qt/qtsensors-5.4.0 ->=dev-qt/qtserialport-5.4.0 ->=dev-qt/qtsql-5.4.0 ->=dev-qt/qtsvg-5.4.0 ->=dev-qt/qttest-5.4.0 ->=dev-qt/qttranslations-5.4.0 ->=dev-qt/qtwayland-5.4.0 ->=dev-qt/qtwebkit-5.4.0 ->=dev-qt/qtwebsockets-5.4.0 ->=dev-qt/qtwidgets-5.4.0 ->=dev-qt/qtx11extras-5.4.0 ->=dev-qt/qtxml-5.4.0 ->=dev-qt/qtxmlpatterns-5.4.0 ->=dev-qt/qt-creator-3.3.0 -=app-text/calibre-2* ->=x11-misc/sddm-0.10.0 - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. ->=dev-qt/assistant-4.8.6:4 ->=dev-qt/designer-4.8.6:4 ->=dev-qt/linguist-4.8.6:4 ->=dev-qt/pixeltool-4.8.6:4 ->=dev-qt/qdbusviewer-4.8.6:4 ->=dev-qt/qt3support-4.8.6:4 ->=dev-qt/qtbearer-4.8.6:4 ->=dev-qt/qtcore-4.8.6:4 ->=dev-qt/qtdbus-4.8.6:4 ->=dev-qt/qtdeclarative-4.8.6:4 ->=dev-qt/qtdemo-4.8.6:4 ->=dev-qt/qtgui-4.8.6:4 ->=dev-qt/qthelp-4.8.6:4 ->=dev-qt/qtmultimedia-4.8.6:4 ->=dev-qt/qtopengl-4.8.6:4 ->=dev-qt/qtopenvg-4.8.6:4 ->=dev-qt/qtphonon-4.8.6:4 ->=dev-qt/qtscript-4.8.6:4 ->=dev-qt/qtsql-4.8.6:4 ->=dev-qt/qtsvg-4.8.6:4 ->=dev-qt/qttest-4.8.6:4 ->=dev-qt/qttranslations-4.8.6:4 ->=dev-qt/qtwebkit-4.8.6:4 ->=dev-qt/qtxmlpatterns-4.8.6:4 +# $Id$ # Alexis Ballier (27 Jun 2013) # TeX Live 2013 mask. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use index bb1814356d..152d07b949 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use,v 1.1 2014/02/15 09:02:19 pacho Exp $ +# $Id$ # Pacho Ramos (15 Feb 2014) # libev isn't supported on this arch, use another default (#499498) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.force index 22489d97f4..058ce2e8cd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.force,v 1.5 2015/03/17 01:39:24 vapier Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask index 63ff1986a1..a24810b0e1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask @@ -1,16 +1,112 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.172 2015/06/13 16:03:46 pacho Exp $ +# $Id$ + +# Pacho Ramos (15 Jan 2017) +# Missing keywords, bug #559770 +>=net-misc/networkmanager-1.4.4 consolekit + +# Pacho Ramos (02 Jan 2017) +# Don't keyword redis +dev-libs/hiredis test + +# Lars Wendler (17 Nov 2016) +# jit not supported on ia64 (bug #600052). +dev-libs/libpcre2 jit + +# Christian Ruppert (14 Oct 2016) +# dnstap USE masked due to missing keywords +net-dns/bind dnstap + +# Gilles Dartiguelongue (11 Sep 2016) +# networkmanager USE masked due to missing keywords +gnome-extra/nm-applet teamd + +# Gilles Dartiguelongue (11 Sep 2016) +# Opt-out of ofono support until there is a user request, +# see also pulseaudio/connman +net-misc/networkmanager ofono + +# Thomas Deutschmann (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + +# Gilles Dartiguelongue (23 Aug 2016) +# Missing keywords on media-libs/grilo - bug #521972 +media-sound/rhythmbox upnp-av + +# Gilles Dartiguelongue (22 Aug 2016) +# Missing keywords on dev-libs/gom - bug #521972 +media-libs/grilo test + +# Alexandre Rostovtsev (28 Jun 2016) +# Missing keywords on app-text/gspell - bug #587368 +>=app-editors/gedit-3.20 spell + +# Justin Lecher (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger (21 Feb 2016) +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Pacho Ramos (31 Jan 2016) +# Missing keywords, bug #560382 +media-video/ffmpeg snappy + +# Michael Weber (09 Jan 2016) +# no ia64 support in media-libs/glfw +app-text/mupdf opengl + +# Mike Frysinger (22 Dec 2015) +# Needs keywording. #569254 +net-firewall/iptables nftables + +# Justin Lecher (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported +dev-python/wsgiproxy2 test +dev-python/pyquery test + +# Pacho Ramos (15 Nov 2015) +# Missing keywords +>=media-plugins/grilo-plugins-0.2.16 upnp-av + +# Davide Pesavento (26 Oct 2015) +# Tests require non-keyworded qt5 +dev-qt/qtchooser test + +# Justin Lecher (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + +# Brian Evans (14 Sep 2015) +# Mask new USE flags for mariadb which all arches do not yet have dependencies +>=dev-db/mariadb-10.1.0 innodb-snappy + +# Alexandre Rostovtsev (10 Sep 2015) +# Requires wifi USE flag, which is masked for this arch +net-misc/networkmanager wext + +# Pacho Ramos (06 Sep 2015) +# Missing keywords +media-sound/pulseaudio ofono-headset + +# Mike Gilbert (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + +# James Le Cuirot (11 Jul 2015) +# Requires dev-java/fop but we don't support java on ia64. +gnome-extra/libgda reports +net-analyzer/wireshark doc-pdf # Pacho Ramos (13 Jun 2015) # Missing keywords, bug #513108 net-misc/spice-gtk smartcard webdav -# James Le Cuirot (11 Jun 2015) -# Temporarily mask rdeps of rhino, which has EAPI 1, until I have a -# chance to drop Java support on ia64 entirely. -dev-java/icedtea javascript - # Gilles Dartiguelongue (09 Jun 2015) # net-fs/libnfs lacks ia64 keyword, bug #551576 gnome-base/gvfs nfs @@ -19,18 +115,10 @@ gnome-base/gvfs nfs # dev-lang/luajit and dev-lua/lgi and lack ia64 keyword, bug #551540 dev-libs/libpeas lua jit -# James Le Cuirot (20 May 2015) -# Temporarily mask rdeps of icedtea-web to deal with bug #549134 until -# I have a chance to drop Java support on ia64 entirely. -dev-java/icedtea nsplugin webstart - # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet & media-libs/libsdl2 tested #499974 dev-libs/efl physics sdl - -# Michał Górny (08 Mar 2015) -# Dependency not keyworded on this arch, bug #542570. -xfce-base/xfce4-settings libinput +media-libs/elementary sdl # Alexis Ballier (11 Feb 2015) # Missing ffmpeg deps, bug #510340 @@ -44,12 +132,6 @@ media-video/libav x265 # Missing keywords net-misc/networkmanager teamd -# Gilles Dartiguelongue (23 Dec 2014) -# New dependencies for wayland support in Gnome 3.14 -# See bug #533420. -media-libs/clutter egl -x11-wm/mutter kms - # Mark Wright (14-23 Dec 2014) # test dependencies need keywording dev-haskell/binary test @@ -62,25 +144,12 @@ dev-haskell/vector test # Michał Górny (30 Oct 2014) # Requires non-keyworded >=x11-libs/libxkbcommon-0.4. -sys-apps/systemd terminal sys-apps/systemd xkb -# Chí-Thanh Christopher Nguyễn (16 Sep 2014) -# Needs libepoxy keywording, bug #510940 -x11-base/xorg-server glamor wayland - -# Maciej Mrozowski (13 Aug 2014) -# Missing keywords on dev-libs/protobuf-c (bug 519772) ->=net-libs/libgadu-1.12.0 gg11 - -# Christoph Junghans (21 Jul 2014) +# Christoph Junghans (21 Jul 2014) # Missing keywords on sci-libs/libcerf (bug 517726) sci-visualization/gnuplot libcerf -# Markos Chandras (26 Apr 2014) -# dev-libs/jansson is not keyworded for ia64. Bug #507428 -app-admin/ulogd json - # Pacho Ramos (12 Apr 2014) # Missing keywords, bug #507490 net-misc/modemmanager mbim @@ -108,15 +177,11 @@ dev-util/dbus-test-runner test # Pacho Ramos (10 Feb 2014) # Missing keywords, bug #495254 >=dev-libs/totem-pl-parser-3.10 quvi ->=media-video/totem-3.10 flash # Pacho Ramos (19 Jan 2014) # Missing keywords, bug #478254 gnome-base/gnome classic extras -# Pacho Ramos (11 Jan 2014) -sys-kernel/dracut -dracut_modules_systemd - # Julian Ospald (04 Jan 2014) # no keyword for media-libs/tremor >=dev-libs/DirectFB-1.7.1 tremor @@ -141,10 +206,6 @@ dev-haskell/dataenc test # Fix per-arch mask of phonon[zeitgeist] #460140 media-libs/phonon zeitgeist -# Tom Wijsman (9 May 2013) -# Unmasking dev-java/antlr[java] as per bug #412223, acked by sera. -dev-java/antlr -java - # Dirkjan Ochtman (3 May 2013) # depends on net-libs/polarssl >=net-misc/openvpn-2.3.1 polarssl @@ -157,10 +218,6 @@ media-libs/gst-plugins-base ivorbis # depends on mono/monodevelop >=net-irc/hexchat-2.9.4-r1 theme-manager -# Sergei Trofimovich (26 Mar 2013) -# sys-devel/llvm has no ia64 keywords -dev-lang/ghc llvm - # Agostino Sarubbo (09 Feb 2013) # Mask media-video/libav[hardcoded-tables] bug #453328 # I don't use use.mask because it works on ffmpeg @@ -183,22 +240,10 @@ app-misc/tracker thunderbird # keyworded here. Remove mask if this situation changes. gnome-extra/sushi office -# Alexandre Rostovtsev (27 Dec 2012) -# remove mask when dev-java/fop is keyworded here -gnome-extra/libgda reports - -# Alexandre Rostovtsev (26 Dec 2012) -# remove when app-accessibility/at-spi2-core is stable for ia64 -=net-libs/webkit-gtk-1.8.3-r300 webkit2 - # Agostino Sarubbo (18 Dec 2012) # kde is not stable, then no needs phonon backends media-libs/phonon gstreamer vlc -# Alexandre Rostovtsev (15 Dec 2012) -# media-video/coherence not keyworded -=media-video/totem-2* upnp-av - # Robin H Johnson (01 Nov 2012) # MySQL 5.5 wants systemtap, tcmalloc & jemalloc >=dev-db/mysql-5.5 tcmalloc @@ -209,40 +254,10 @@ media-libs/phonon gstreamer vlc # Needs x11-misc/lightdm(which also requires some other deps) x11-misc/xscreensaver new-login -# Mike Frysinger (10 May 2012) -# We only want java available for unstable ebuilds, but we can't do that -# currently, so we have to mask it from packages that go stable :(. #412223 -app-accessibility/brltty java -app-pda/pilot-link java -app-text/hyperestraier java -dev-db/qdbm java -dev-lang/R java -dev-libs/beecrypt java -dev-libs/cyrus-sasl java -dev-libs/link-grammar java -dev-ruby/fakeweb java -dev-ruby/net-scp java -dev-ruby/net-ssh java -dev-ruby/test-spec java -dev-ruby/tmail java -dev-tex/tex4ht java -dev-vcs/subversion java -gnome-extra/libgda java -media-libs/libcaca java -net-dns/libidn java -net-print/cups java -sys-libs/db java -www-client/firefox java -www-client/seamonkey java - # Alexandre Rostovtsev (12 Apr 2012) # Requires gnutls[pkcs11], which is use.masked on ia64 net-libs/glib-networking smartcard -# Ralph Sennhauser (31 Dec 2011) -# Needs dev-java/fop which is not available for ia64 due to missing JVM #345433 -net-analyzer/wireshark doc-pdf - # Alexey Shvetsov (17 Dec 2011) # Mask use numa for openmpi sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_slurm openmpi_fabrics_sctp openmpi_ofed_features_rdmacm @@ -251,10 +266,6 @@ sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_ope # jit not supported on ia64 dev-libs/libpcre jit -# Alexandre Rostovtsev (03 Nov 2011) -# Missing keywords in gst-plugins-{faac,lame,twolame}, bug #389433 -gnome-extra/gnome-media aac mp3 twolame - # Robin H. Johnson (03 Sep 2011) # Remove this for your arch after you keyword dev-utils/google-perftools (bug #381737 dev-libs/libmemcached tcmalloc @@ -263,10 +274,6 @@ dev-libs/libmemcached tcmalloc # Mask numa use flag per bug #381313 sys-apps/hwloc numa -# Pacho Ramos (19 Jul 2011) -# Missing keywords on dependencies -app-cdr/brasero vcd - # Tomáš Chvátal (4 Apr 2011) # Needs sci-libs/umfpack keyworded. Bug #361947. media-libs/gegl umfpack @@ -280,15 +287,9 @@ app-text/asciidoc test sys-apps/smartmontools caps # Raúl Porcel (5 Dec 2010) -# Mask doc-pdf because of Java dependencies (bug #347259) -net-analyzer/wireshark doc-pdf # Needs testing www-client/elinks javascript -# Raúl Porcel (19 Sep 2010) -# dev-ruby/ffi fails to build -dev-ruby/nokogiri ffi - # Raúl Porcel (26 Jun 2010) # custom-optimization doesn't work on ia64 mail-client/thunderbird custom-optimization @@ -299,7 +300,7 @@ www-client/seamonkey custom-optimization # qtmultimedia is not keyworded, bug 293671 dev-python/PyQt4 multimedia -# Raúl Porcel # Keep deps minimal x11-wm/fvwm lock @@ -307,13 +308,13 @@ x11-wm/fvwm lock # net-libs/webkit-gtk segfaults but dev-qt/qtwebkit doesn't dev-python/PyQt4 -webkit -# Jean-Noel Rivasseau (28 Jul 2008) -# icu4j tests need jdk-1.6 -dev-java/icu4j test - # Raúl Porcel (07 Jul 2008) # Make clisp deps minimal dev-lisp/clisp hyperspec pari svm # missing keywords media-plugins/gst-plugins-meta dts dv lame libvisual modplug mms taglib vcd wavpack + +# Marius Brehler (13 Aug 2015) +# missing keyword +>=sci-misc/boinc-7.4.42-r1 X diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.stable.mask index 3c323cda67..c673d13e00 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.stable.mask,v 1.5 2014/10/14 11:54:19 pacho Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -20,8 +20,15 @@ # Pacho Ramos (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch -dev-util/geany-plugins devhelp markdown webkit +dev-util/geany-plugins gtkspell >=gnome-base/gnome-desktop-2.32.1-r2 license-docs +gnome-base/gvfs google >=net-libs/webkit-gtk-2.4 geoloc >=x11-libs/gtk+-3.12.2 cloudprint x11-libs/gksu gnome + +# sufficiently recent wayland is not stable yet, bug #559062 +~dev-libs/efl-1.15.2 wayland +~dev-libs/efl-1.17.0 wayland +~media-libs/elementary-1.15.2 wayland +~media-libs/elementary-1.17.0 wayland diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.mask index a2003caf03..feda7500d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.mask @@ -3,21 +3,22 @@ # This is a list of USE flags that should not be used on ia64. +# Julian Ospald (20 Sep 2015) +# no LibreSSL support yet +curl_ssl_libressl +libressl + # No hardware to test by the team 3dfx bluetooth bluray dvb dvd -gnokii gphoto2 gps ios ipod -ivtv lirc -mythtv -nvtv pcmcia pda pkcs11 @@ -29,8 +30,6 @@ wifi # Hardware not available on ia64 apm battery -cpufreq -laptop lm_sensors pm-utils @@ -41,7 +40,6 @@ djbfft emboss jack lapack -prolog lqr celt capi @@ -49,7 +47,6 @@ lensfun kde metalink upnp -webm fdk valgrind matplotlib @@ -65,17 +62,11 @@ networkmanager octave timidity semantic-desktop -tunepimp -captury -bittorrent-external fits -ktts libburn topal indi flite -wicd -opencore-amr nut sctp bs2b @@ -84,6 +75,7 @@ schroedinger ots eclipse vaapi +librtmp rtmp vpx frei0r @@ -98,13 +90,9 @@ clang redis # Stuff that doesn't compile on ia64 -chicken diet emf -fusion mono -mzscheme -pike xemacs # Other @@ -140,28 +128,11 @@ phonon # architecture. qdbm -# java releated use flags -# need to get dev-java/ant marked stable stable -# before unmasking (16 Oct 2006 nichoj) +# James Le Cuirot (11 Jul 2015) +# We don't support java on ia64. java -freetts -# need to keyword openjms-bin, sun-jms -jms -# need to keyword sun-jmx -jmx -# need to keyword sun-javamail-bin, sun-javamail -javamail -# needs java pdfannotextractor -# Aggelos Orfanakos (18 Jan 2008) -# depends on www-server/mongrel which isn't available for ia64 -mongrel - -# beagle depends on dev-dotnet/gnome-sharp.. masked for testing (19 Aug 2006 kloeri) -beagle - - # 2006/02/05 - Donnie Berkholz # Modular X: mask for architectures on which they aren't available video_cards_ast @@ -182,56 +153,22 @@ video_cards_ilo # vmware wasn't added with mesa-8.0, but it should still be masked video_cards_vmware # llvm is not keyworded +video_cards_amdgpu video_cards_radeonsi # Diego Pettenò (6 Dec 2006) # Mask ALSA drivers for ISA cards -alsa_cards_cs4232 alsa_cards_msnd-pinnacle -alsa_cards_cs4231-lib -alsa_cards_adlib -alsa_cards_ad1816a -alsa_cards_ad1848 -alsa_cards_als100 -alsa_cards_azt2320 -alsa_cards_cmi8330 -alsa_cards_cs4231 -alsa_cards_cs4236 -alsa_cards_dt019x -alsa_cards_es968 -alsa_cards_es1688 -alsa_cards_es18xx -alsa_cards_gusclassic -alsa_cards_gusextreme -alsa_cards_gusmax -alsa_cards_interwave -alsa_cards_interwave-stb -alsa_cards_opl3sa2 -alsa_cards_opti92x-ad1848 -alsa_cards_opti92x-cs4231 -alsa_cards_opti93x -alsa_cards_miro -alsa_cards_sb8 alsa_cards_sb16 alsa_cards_sbawe -alsa_cards_sb16_csp -alsa_cards_sgalaxy alsa_cards_sscape alsa_cards_wavefront -# Matt Turner (21 Aug 2012) # IPMI is only implemented for x86, amd64 and ia64 -ipmi -# Michael Sterrett (24 Aug 2012) # media-sound/fluidsynth isn't keyworded fluidsynth diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.stable.mask index f2d804926b..aeaea3c8ce 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/use.stable.mask,v 1.9 2015/02/20 13:03:24 armin76 Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/ChangeLog deleted file mode 100644 index 9a6cb8a05b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/ChangeLog +++ /dev/null @@ -1,115 +0,0 @@ -# ChangeLog for Gentoo/m68k profile -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/ChangeLog,v 1.36 2015/03/17 01:42:33 vapier Exp $ - - 17 Mar 2015; Mike Frysinger package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics] #499974. - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the kernel/library gets support #524148 by Christian - Ruppert. - - 01 Jul 2014; Michał Górny make.defaults: - Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid - issues. - - 01 Jul 2014; Michał Górny make.defaults: - Set MULTILIB_ABIS as well, just in case. - - 01 Jul 2014; Michał Górny make.defaults: - Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in - ebuilds. - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 24 Dec 2013; Ryan Hill package.use.mask: - Drop lto, add awt. - - 29 Sep 2013; Andreas K. Huettel make.defaults: - m68k goes unstable/testing as per concil decision - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 10 Aug 2013; Ulrich Müller package.use.force: - P.use.force app-doc/pms binary because of unkeyworded texlive dependency. - - 11 Jul 2013; Mikle Kolyada package.use.mask: - P.use.mask dev-perl/Error test due to unkeyworded dependency - - 23 Jan 2013; Raúl Porcel package.use.mask: - P.use.mask dev-libs/libpcre jit as it fails to build, unsupported - architecture - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 23 Aug 2012; Mike Frysinger -package.mask: - Drop old package.mask #423585 by Ryan Hill. - - 19 Aug 2012; Raúl Porcel use.mask: - Add clang to use.mask, needs testing - - 17 Jun 2012; Raúl Porcel use.mask: - Use.mask tk - - 06 May 2012; Raúl Porcel use.mask: - Add systemd to use.mask, needs testing - - 08 Apr 2012; Raúl Porcel package.use.mask: - Unmask pyxattr - - 21 Feb 2012; Zac Medico package.use.mask: - Bug #402215: Mask USE=xattr for sys-apps/portage, pending ~m68k keyword for - dev-python/pyxattr. - - 18 Sep 2011; Samuli Suominen use.mask: - Remove obsolete USE="hal" mask. - - 23 Jul 2011; Raúl Porcel use.mask: - Use.mask nettle - - 20 Jul 2011; Ryan Hill package.use.mask: - Mask sys-devel/gcc USE graphite and lto due to unkeyworded dependencies. - - 31 Mar 2011; Tomáš Chvátal package.use.mask: - Drop mask on non-existant portage version. - - 30 May 2010; Raúl Porcel use.mask: - Use.mask latex - - 06 Jan 2010; Ulrich Mueller use.mask: - Use.mask bash-completion, bug 299051. - - 28 Oct 2009; Raúl Porcel use.mask: - Use.mask policykit - - 27 Oct 2009; Raúl Porcel use.mask: - Use.mask autotrace, lqr - - 06 Jul 2009; Raúl Porcel use.mask: - Add bluetooth to use.mask - - 12 Jun 2009; Ulrich Mueller use.mask: - Remove paludis from use.mask since the flag is gone. - - 21 May 2009; Raúl Porcel use.mask: - Use.mask paludis - - 10 May 2009; Raúl Porcel use.mask: - Add hal to use.mask - - 29 Mar 2009; Raúl Porcel use.mask: - Add nss to use.mask - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/make.defaults index 7a5b8cacf0..bc58b19f88 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/make.defaults,v 1.6 2014/07/01 14:13:01 mgorny Exp $ +# $Id$ ARCH="m68k" ACCEPT_KEYWORDS="m68k ~m68k" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.force index fa1aea4e50..2cf2b3c763 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.force @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/package.use.force,v 1.3 2015/03/17 01:42:33 vapier Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 @@ -9,6 +9,3 @@ dev-libs/efl oldlua # Ulrich Müller (10 Aug 2013) # Building from source requires TeX Live as dependency app-doc/pms binary - -# We need to force-enable cups due to KEYWORDS -net-print/foomatic-filters cups diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask index b2d43a87b4..6bab189dd5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/package.use.mask,v 1.16 2015/03/17 01:42:33 vapier Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 @@ -27,8 +27,5 @@ net-firewall/iptables netlink # Tests for Linux-PAM 0.99 require >=sys-libs/glibc-2.4 >=sys-libs/pam-0.99.8 test -# Masking since this pulls in app-crypt/pinentry, which isn't keyworded -dev-libs/opensc nsplugin - # Masking these to keep repoman happy media-gfx/graphviz perl diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/packages b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/packages index 9d32b7c430..82abb9137c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/packages @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/packages,v 1.3 2011/08/09 03:02:22 zmedico Exp $ +# $Id$ *sys-fs/atari-fdisk diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask index 1233147879..aac0e46e97 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask @@ -15,7 +15,6 @@ java php djbfft qdbm -mzscheme emacs xemacs @@ -24,7 +23,6 @@ gnome-keyring afs tcl tk -tcltk ldap slang diet @@ -46,11 +44,8 @@ guile lua djvu nss -chicken diet emf -fusion -pike R octave bluetooth diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/ChangeLog deleted file mode 100644 index 6c016403c0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/ChangeLog +++ /dev/null @@ -1,701 +0,0 @@ -# ChangeLog for Gentoo/MIPS profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.162 2015/05/24 04:32:58 mattst88 Exp $ - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 16 Apr 2015; Mike Frysinger use.mask: - Drop USE=wifi mask since it works on mips. - - 12 Apr 2015; Mikle Kolyada package.use.mask: - Mask gnome-shell use flag for net-misc/wicd (bug #537040) - - 17 Mar 2015; Mike Frysinger package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics] #499974. - - 05 Mar 2015; Justin Lecher package.use.mask: - Cleaned obsolete entries in package.use.mask - - 11 Feb 2015; Mike Frysinger use.mask: - Stop masking USE=bluetooth since it works on mips. - - 01 Feb 2015; Michael Palimaka package.mask: - Fix invalid atom. - - 01 Feb 2015; Ben de Groot package.mask, use.mask: - Add Qt5 mask until keyworded - - 09 Jan 2015; Davide Pesavento package.mask: - Unmask Qt 4.8.6 since qtchooser has been keyworded. - - 28 Dec 2014; Anthony G. Basile use.mask: - Remove USE mask on jemalloc since it is now keyworded. - - 27 Dec 2014; Hans de Graaff use.mask: - Mask jemalloc USE flag since dev-libs/jemalloc is not yet keyworded. Added - for dev-lang/ruby. - - 24 Dec 2014; Matthias Maier package.use.mask: - mask clang use flag for app-doc/doxygen - - 20 Nov 2014; Davide Pesavento package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the library gets support #524148 by Christian Ruppert. - - 11 Oct 2014; Anthony G. Basile make.defaults, - mips64/make.defaults, mips64/n32/use.mask, mips64/n64/use.mask, - -mips64/use.force, -mips64/use.mask, -mipsel/eapi, -mipsel/make.defaults, - mipsel/mips64el/n32/use.mask, mipsel/mips64el/n64/use.mask, - -mipsel/mips64el/use.force, -mipsel/mips64el/use.mask, +mipsel/o32/eapi, - +mipsel/o32/make.defaults, +mipsel/o32/parent, +mipsel/o32/use.force, - +mipsel/o32/use.mask, +o32/eapi, +o32/make.defaults, +o32/parent, - +o32/use.force, +o32/use.mask, use.force, use.mask: - Restructure to accomodate new multilib scheme - - 04 Oct 2014; Markos Chandras use.mask: - Drop qt4 mask. The package is keyworded on MIPS. Mask it again on a - subprofile if necessary - - 16 Sep 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask xorg-server glamor/wayland flags - - 13 Sep 2014; Markos Chandras package.use.mask: - midori[jit] is now masked globally - - 22 Jul 2014; Samuli Suominen package.use.mask: - Mask USE="consolekit" for sys-auth/pambase to match - arch/alpha/package.use.mask because USE="pam" is masked for - sys-auth/consolekit here due to missing CONFIG_AUDITSYSCALL support in kernel - for this arch. - - 22 Jul 2014; Samuli Suominen package.use.mask: - Remove USE="pam" mask for sys-apps/systemd wrt #506418#c3 - - 10 Jul 2014; Anthony G. Basile - -mips64/multilib/n32-n64/deprecated, -mips64/multilib/n32-n64/eapi, - -mips64/multilib/n32-n64/make.defaults, -mips64/multilib/n32-n64/parent, - -mips64/multilib/n32-o32/deprecated, -mips64/multilib/n32-o32/eapi, - -mips64/multilib/n32-o32/make.defaults, -mips64/multilib/n32-o32/parent, - -mips64/multilib/n64-n32/deprecated, -mips64/multilib/n64-n32/eapi, - -mips64/multilib/n64-n32/make.defaults, -mips64/multilib/n64-n32/parent, - -mips64/multilib/n64-o32/deprecated, -mips64/multilib/n64-o32/eapi, - -mips64/multilib/n64-o32/make.defaults, -mips64/multilib/n64-o32/parent, - -mips64/multilib/o32-n32/deprecated, -mips64/multilib/o32-n32/eapi, - -mips64/multilib/o32-n32/make.defaults, -mips64/multilib/o32-n32/parent, - -mips64/multilib/o32-n64/deprecated, -mips64/multilib/o32-n64/eapi, - -mips64/multilib/o32-n64/make.defaults, -mips64/multilib/o32-n64/parent, - -mipsel/mips64el/multilib/n32-n64/deprecated, - -mipsel/mips64el/multilib/n32-n64/eapi, - -mipsel/mips64el/multilib/n32-n64/make.defaults, - -mipsel/mips64el/multilib/n32-n64/parent, - -mipsel/mips64el/multilib/n32-o32/deprecated, - -mipsel/mips64el/multilib/n32-o32/eapi, - -mipsel/mips64el/multilib/n32-o32/make.defaults, - -mipsel/mips64el/multilib/n32-o32/parent, - -mipsel/mips64el/multilib/n64-n32/deprecated, - -mipsel/mips64el/multilib/n64-n32/eapi, - -mipsel/mips64el/multilib/n64-n32/make.defaults, - -mipsel/mips64el/multilib/n64-n32/parent, - -mipsel/mips64el/multilib/n64-o32/deprecated, - -mipsel/mips64el/multilib/n64-o32/eapi, - -mipsel/mips64el/multilib/n64-o32/make.defaults, - -mipsel/mips64el/multilib/n64-o32/parent, - -mipsel/mips64el/multilib/o32-n32/deprecated, - -mipsel/mips64el/multilib/o32-n32/eapi, - -mipsel/mips64el/multilib/o32-n32/make.defaults, - -mipsel/mips64el/multilib/o32-n32/parent, - -mipsel/mips64el/multilib/o32-n64/deprecated, - -mipsel/mips64el/multilib/o32-n64/eapi, - -mipsel/mips64el/multilib/o32-n64/make.defaults, - -mipsel/mips64el/multilib/o32-n64/parent: - Remove the two-abi multilib profiles - - 01 Jul 2014; Michał Górny make.defaults, - mipsel/make.defaults: - Set CHOST_o32 for consistence. - - 30 Jun 2014; Michał Górny make.defaults, - mips64/make.defaults, +mips64/use.force, +mips64/use.mask, - mipsel/mips64el/make.defaults, +mipsel/mips64el/use.force, - +mipsel/mips64el/use.mask, use.force, use.mask: - Set all ABI-related variables in the generic o32 profile, and revert them - properly for n{32,64} profiles. - - 30 Jun 2014; Michał Górny mips64/n32/make.defaults, - +mips64/n32/use.force, +mips64/n32/use.mask, mips64/n64/make.defaults, - +mips64/n64/use.force, +mips64/n64/use.mask, - mipsel/mips64el/n32/make.defaults, +mipsel/mips64el/n32/use.force, - +mipsel/mips64el/n32/use.mask, mipsel/mips64el/n64/make.defaults, - +mipsel/mips64el/n64/use.force, +mipsel/mips64el/n64/use.mask: - Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask & force to - non-multilib n32 & n64 profiles. - - 30 Jun 2014; Michał Górny - mips64/multilib/n32/make.defaults, mips64/multilib/n64/make.defaults, - mips64/multilib/o32/make.defaults, - mipsel/mips64el/multilib/n32/make.defaults, - mipsel/mips64el/multilib/n64/make.defaults, - mipsel/mips64el/multilib/o32/make.defaults: - Add IUSE_IMPLICIT & default ABI_MIPS values to supported multilib profiles. - - 30 Jun 2014; Michał Górny - mips64/multilib/n32/make.defaults, mips64/multilib/n64/make.defaults, - mips64/multilib/o32/make.defaults, - mipsel/mips64el/multilib/n32/make.defaults, - mipsel/mips64el/multilib/n64/make.defaults, - mipsel/mips64el/multilib/o32/make.defaults: - Use different CHOSTs for non-native mips ABIs. - - 30 Jun 2014; Michał Górny mips64/n32/make.defaults, - mips64/n64/make.defaults, mipsel/mips64el/n32/make.defaults, - mipsel/mips64el/n64/make.defaults: - Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and - non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues. - - 29 Jun 2014; Anthony G. Basile - +mips64/multilib/n32-n64/deprecated, +mips64/multilib/n32-o32/deprecated, - +mips64/multilib/n64-n32/deprecated, +mips64/multilib/n64-o32/deprecated, - +mips64/multilib/o32-n32/deprecated, +mips64/multilib/o32-n64/deprecated, - +mipsel/mips64el/multilib/n32-n64/deprecated, - +mipsel/mips64el/multilib/n32-o32/deprecated, - +mipsel/mips64el/multilib/n64-n32/deprecated, - +mipsel/mips64el/multilib/n64-o32/deprecated, - +mipsel/mips64el/multilib/o32-n32/deprecated, - +mipsel/mips64el/multilib/o32-n64/deprecated: - Deprecate the two-abi multilib profiles - - 02 Jun 2014; Davide Pesavento package.use.mask: - Mask USE=declarative for dev-qt/designer. Mask USE="connman networkmanager" - for dev-qt/qtbearer. Both due to unkeyworded deps. - - 19 Mar 2014; Andreas K. Huettel +eapi, +mips64/eapi, - +mips64/multilib/eapi, +mips64/multilib/n32-n64/eapi, - +mips64/multilib/n32-o32/eapi, +mips64/multilib/n32/eapi, - +mips64/multilib/n64-n32/eapi, +mips64/multilib/n64-o32/eapi, - +mips64/multilib/n64/eapi, +mips64/multilib/o32-n32/eapi, - +mips64/multilib/o32-n64/eapi, +mips64/multilib/o32/eapi, +mips64/n32/eapi, - +mips64/n64/eapi, +mipsel/eapi, +mipsel/mips64el/eapi, - +mipsel/mips64el/multilib/eapi, +mipsel/mips64el/multilib/n32-n64/eapi, - +mipsel/mips64el/multilib/n32-o32/eapi, +mipsel/mips64el/multilib/n32/eapi, - +mipsel/mips64el/multilib/n64-n32/eapi, - +mipsel/mips64el/multilib/n64-o32/eapi, +mipsel/mips64el/multilib/n64/eapi, - +mipsel/mips64el/multilib/o32-n32/eapi, - +mipsel/mips64el/multilib/o32-n64/eapi, +mipsel/mips64el/multilib/o32/eapi, - +mipsel/mips64el/n32/eapi, +mipsel/mips64el/n64/eapi: - Increase EAPI to 5 - - 06 Mar 2014; Markos Chandras use.mask: - Mask lz4 per #501600 - - 02 Feb 2014; Sergey Popov package.use.mask: - Mask nvtt USE flag in media-libs/devil - - 23 Jan 2014; Mikle Kolyada package.mask: - Remove old gentoo-sources entry. - - 23 Jan 2014; Markos Chandras use.mask: - Unmask ffmpeg MIPS use flags per #498082 - - 14 Jan 2014; Mike Frysinger parent, use.mask: - Use unified arch/base/ like all other arches. - - 14 Jan 2014; Markos Chandras use.mask: - Remove old libnotify entry - - 08 Jan 2014; Ryan Hill package.use.mask: - Mask webkit USE flag for wxGTK. - - 05 Jan 2014; Markos Chandras package.use.mask: - Masking dev-vcs/git mediawiki per #497068 - - 24 Dec 2013; Anthony G. Basile package.mask: - Just drop to -mips for spidermonkey after talking to ssuominen, bug ##491294 - - 23 Dec 2013; Anthony G. Basile package.mask: - Relax masking on spidermonkey after discussion with desktop folks - - 23 Dec 2013; Anthony G. Basile package.mask: - Mask >dev-lang/spidermonkey-1.8.5-r4 becuase of bug #491294 - - 11 Oct 2013; Markos Chandras use.mask: - Mask m17n-lib for MIPS. Bug #485366 - - 02 Sep 2013; Sergey Popov package.use.mask: - Mask webp USE-flag on media-libs/leptonica and app-text/tesseract, not tested - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 15 Aug 2013; Tom Wijsman package.mask: - =sys-kernel/gentoo-sources-3.4.58: Broken due to not building patches that - upstream slipped through. - - 30 Jul 2013; Matt Turner mips64/multilib/make.defaults, - mipsel/mips64el/multilib/make.defaults: - Unhide ABI_MIPS. - - 29 Jul 2013; Matt Turner - +mips64/multilib/n32/use.force, +mips64/multilib/n64/use.force, - +mips64/multilib/o32/use.force, +mips64/multilib/use.mask, - +mipsel/mips64el/multilib/n32/use.force, - +mipsel/mips64el/multilib/n64/use.force, - +mipsel/mips64el/multilib/o32/use.force, +mipsel/mips64el/multilib/use.mask: - Mask/force ABI flags on multilib profiles. - - 10 Jul 2013; Anthony G. Basile use.mask: - Unmask USE=emacs, bug #476160 - - 16 Jun 2013; Markos Chandras package.mask: - Mask openssl-1.0.1e-r1 per #469976 - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 28 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_radeonsi. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 06 Feb 2013; Matt Turner use.mask: - un-use.mask mips-only loongson2f USE flag. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 09 Dec 2012; Anthony G. Basile package.use.mask: - Unmask media-sound/audacity[sbsms] since libsbsms now works, bug #436020 - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 17 Oct 2012; Matt Turner make.defaults: - Add LIBDIR_* definitions to make.defaults for single-ABI profiles. - - 29 Sep 2012; Matt Turner mips64/multilib/make.defaults, - mips64/n32/make.defaults, mips64/n64/make.defaults, - mipsel/mips64el/multilib/make.defaults, mipsel/mips64el/n32/make.defaults, - mipsel/mips64el/n64/make.defaults: - Drop LIBDIR_* assignments. They're set by features/multilib. - - 28 Sep 2012; Matt Turner mips64/n64/make.defaults, - mipsel/mips64el/n64/make.defaults: - Set LIBDIR_n64 in n64 profiles, bug 436468. - - 23 Sep 2012; Matt Turner package.mask: - Remove python-3.2 mask, bug 354877. - - 18 Jul 2012; Anthony G. Basile use.mask: - Un-use mask php - - 16 Jul 2012; Anthony G. Basile package.use.mask: - Mask net-libs/cyassl[aes-ni] on mips - - 04 Jul 2012; Samuli Suominen use.mask: - Remove obsolete entry for USE="xulrunner" wrt #424617 - - 14 Jun 2012; Anthony G. Basile package.use.mask: - Remove xattr use mask on sys-apps/portage, bug #402215 - - 09 May 2012; Matt Turner package.use.mask: - Remove taglib's test package.use.mask. - - 09 May 2012; Matt Turner package.use.mask: - Remove vte and gtksourceview's glade package.use.mask. - - 18 Mar 2012; Matt Turner use.mask: - Remove gstreamer from use.mask - - 18 Mar 2012; Samuli Suominen use.mask, package.use.mask: - Remove mask for USE="esd" because there is no such flag in tree anymore. - - 21 Feb 2012; Zac Medico package.use.mask: - Bug #402215: Mask USE=xattr for sys-apps/portage, pending ~mips keyword for - dev-python/pyxattr. - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. - - 09 Feb 2012; Matt Turner arch/mips/package.use.mask: - Unmask zbus and paired-single USE flags on mips. - - 09 Feb 2012; Matt Turner package.use.mask: - Add 'dev-vcs/git cgi' to package.use.mask. - - 01 Nov 2011; Samuli Suominen package.use.mask: - Remove obsolete entry for media-video/mplayer and USE="v4l2" - - 11 Oct 2011; Matt Turner package.mask: - Remove >=baselayout-2.1 from package.mask. (That was quick) - - 11 Oct 2011; Matt Turner package.mask: - package.mask >=baselayout-2.1, bug 386821 - - 09 Oct 2011; Matt Turner mips64/multilib/make.defaults, - mipsel/mips64el/multilib/make.defaults: - Add SYMLINK_LIB=no to multilib profiles. - - 23 Sep 2011; Matt Turner use.mask: - Remove laptop, glitz, cpufreq, battery from use.mask - - 21 Aug 2011; Matt Turner use.mask: - Remove siliconmotion from use.mask. It's now keyworded on mips. - - 21 Aug 2011; Matt Turner use.mask: - Remove radeonhd from use.mask. It's gone from the tree. - - 21 Aug 2011; Matt Turner use.mask: - Remove mad from use.mask. There are lots of other flags that pull in libmad, - so masking one isn't doing to job. - - 20 Aug 2011; Matt Turner use.mask: - Remove hal from use.mask. It's masked by base/use.mask now. - - 31 Jul 2011; Matt Turner package.use.mask: - mplayer has no 'teletext' USE flag anymore. - - 14 Jul 2011; Matt Turner package.use.mask: - Remove 'app-admin/gkrellm ntlm' from package.use.mask now that libntlm is - keyworded - - 14 Jul 2011; Matt Turner package.use.mask: - Remove 'net-dialup/ppp atm' from package.use.mask. No reason to assume it - doesn't work - - 14 Jul 2011; Matt Turner use.mask: - Drop ocaml from use.mask now that it's keyworded - - 14 Jul 2011; Matt Turner package.use.mask, use.mask: - Remove kerberos from package.use.mask and use.mask - - 11 Jul 2011; Matt Turner use.mask: - Add ocamlopt to use.mask - - 11 Jul 2011; Matt Turner use.mask: - Add xemacs to use.mask - - 10 Jul 2011; Matt Turner use.mask: - Remove policykit from use.mask now that polkit is keyworded, bug 296548 - - 08 Jul 2011; Matt Turner package.use.mask: - Remove 'dev-perl/Authen-SASL kerberos' from package.use.mask now that - dependencies are keyworded' - - 08 Jul 2011; Matt Turner package.use.mask: - Remove outdated paludis package.use.mask entries - - 28 Jun 2011; Matt Turner -sys/README, - -sys/cobalt/make.defaults, -sys/lemote/lm2e/fulong/make.defaults, - -sys/lemote/lm2e/fulong/parent, -sys/lemote/lm2e/parent, - -sys/lemote/lm2e/use.force, -sys/lemote/lm2f/parent, - -sys/lemote/lm2f/use.force, -sys/lemote/lm2f/yeeloong/make.defaults, - -sys/lemote/lm2f/yeeloong/parent, -sys/sgi/ip22/make.defaults, - -sys/sgi/ip22/parent, -sys/sgi/ip27/make.defaults, -sys/sgi/ip27/parent, - -sys/sgi/ip27/use.force, -sys/sgi/ip28/make.defaults, -sys/sgi/ip28/parent, - -sys/sgi/ip28/use.force, -sys/sgi/ip30/make.defaults, -sys/sgi/ip30/parent, - -sys/sgi/ip30/use.force, -sys/sgi/ip32/make.defaults, -sys/sgi/ip32/parent, - -sys/sgi/ip32/r10k/make.defaults, -sys/sgi/ip32/r10k/parent, - -sys/sgi/ip32/r10k/use.force, -sys/sgi/make.defaults: - Remove sys/ profiles. They didn't do anything. - - 28 Jun 2011; Matt Turner use.mask: - Remove acl from use.mask, bug 372249 - - 25 Jun 2011; Matt Turner +mips64/n64/make.defaults, - +mipsel/mips64el/n64/make.defaults, -mips64/multilib/n32-n64/use.force, - -mips64/multilib/n32-o32/use.force, -mips64/multilib/n32/use.force, - -mips64/multilib/n64-n32/use.force, -mips64/multilib/n64-o32/use.force, - -mips64/multilib/n64/use.force, -mips64/multilib/o32-n32/use.force, - -mips64/multilib/o32-n64/use.force, -mips64/multilib/o32/use.force, - -mips64/n32/use.force, -mips64/n64/use.force, - -mipsel/mips64el/multilib/n32-n64/use.force, - -mipsel/mips64el/multilib/n32-o32/use.force, - -mipsel/mips64el/multilib/n32/use.force, - -mipsel/mips64el/multilib/n64-n32/use.force, - -mipsel/mips64el/multilib/n64-o32/use.force, - -mipsel/mips64el/multilib/n64/use.force, - -mipsel/mips64el/multilib/o32-n32/use.force, - -mipsel/mips64el/multilib/o32-n64/use.force, - -mipsel/mips64el/multilib/o32/use.force, -mipsel/mips64el/n32/use.force, - -mipsel/mips64el/n64/use.force: - Remove use.force files containing n32/n64 USE flags, since these flags aren't - used anymore - - 14 Jun 2011; Matt Turner use.mask: - use.mask pdfannotextractor - - 14 Jun 2011; Matt Turner package.mask: - Remove texlive from package.mask now that bug 342513 is complete - - 13 Jun 2011; Matt Turner package.use.mask: - Remove mercurial from package.use.mask now that it's keyworded - - 13 Jun 2011; Matt Turner use.mask: - Remove jpeg2k from use.mask now that openjpeg is keyworded - - 12 Jun 2011; Matt Turner package.use.mask: - Add 'dev-vcs/mercurial bugzilla' to package.use.mask - - 08 Jun 2011; Matt Turner - +mips64/multilib/n32-n64/make.defaults, +mips64/multilib/n32-n64/parent, - +mips64/multilib/n32-n64/use.force, +mips64/multilib/n32-o32/make.defaults, - +mips64/multilib/n32-o32/parent, +mips64/multilib/n32-o32/use.force, - +mips64/multilib/n32/use.force, +mips64/multilib/n64-n32/make.defaults, - +mips64/multilib/n64-n32/parent, +mips64/multilib/n64-n32/use.force, - +mips64/multilib/n64-o32/make.defaults, +mips64/multilib/n64-o32/parent, - +mips64/multilib/n64-o32/use.force, +mips64/multilib/n64/use.force, - +mips64/multilib/o32-n32/make.defaults, +mips64/multilib/o32-n32/parent, - +mips64/multilib/o32-n32/use.force, +mips64/multilib/o32-n64/make.defaults, - +mips64/multilib/o32-n64/parent, +mips64/multilib/o32-n64/use.force, - +mips64/multilib/o32/make.defaults, +mips64/multilib/o32/parent, - +mips64/multilib/o32/use.force, - +mipsel/mips64el/multilib/n32-n64/make.defaults, - +mipsel/mips64el/multilib/n32-n64/parent, - +mipsel/mips64el/multilib/n32-n64/use.force, - +mipsel/mips64el/multilib/n32-o32/make.defaults, - +mipsel/mips64el/multilib/n32-o32/parent, - +mipsel/mips64el/multilib/n32-o32/use.force, - +mipsel/mips64el/multilib/n32/use.force, - +mipsel/mips64el/multilib/n64-n32/make.defaults, - +mipsel/mips64el/multilib/n64-n32/parent, - +mipsel/mips64el/multilib/n64-n32/use.force, - +mipsel/mips64el/multilib/n64-o32/make.defaults, - +mipsel/mips64el/multilib/n64-o32/parent, - +mipsel/mips64el/multilib/n64-o32/use.force, - +mipsel/mips64el/multilib/n64/use.force, - +mipsel/mips64el/multilib/o32-n32/make.defaults, - +mipsel/mips64el/multilib/o32-n32/parent, - +mipsel/mips64el/multilib/o32-n32/use.force, - +mipsel/mips64el/multilib/o32-n64/make.defaults, - +mipsel/mips64el/multilib/o32-n64/parent, - +mipsel/mips64el/multilib/o32-n64/use.force, - +mipsel/mips64el/multilib/o32/make.defaults, - +mipsel/mips64el/multilib/o32/parent, - +mipsel/mips64el/multilib/o32/use.force, mips64/multilib/make.defaults, - mips64/multilib/use.force, mipsel/mips64el/multilib/make.defaults, - mipsel/mips64el/multilib/parent, mipsel/mips64el/multilib/use.force: - Add more multilib subprofiles for each possible ABI combination. - - 07 Jun 2011; Matt Turner - +mips64/multilib/n32/make.defaults, +mips64/multilib/n32/parent, - +mips64/multilib/n64/make.defaults, +mips64/multilib/n64/parent, - +mipsel/mips64el/multilib/n32/make.defaults, - +mipsel/mips64el/multilib/n32/parent, - +mipsel/mips64el/multilib/n64/make.defaults, - +mipsel/mips64el/multilib/n64/parent, mips64/multilib/make.defaults, - mips64/multilib/parent, mipsel/mips64el/multilib/make.defaults: - Add multilib/n{32,64} subprofiles to specify default ABI for multilib - installations. - - 20 May 2011; Kacper Kowalik package.use.mask: - Mask net-nds/ypbind[debug] as dev-libs/dmalloc is not keyworded - - 09 May 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Mask video_cards_nouveau, bug #364027. - - 30 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/linux-sources, bug 118442. - - 14 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/os-headers, bug 358999. - - 10 Apr 2011; Ulrich Mueller -sys/cobalt/virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 07 Apr 2011; Mart Raudsepp use.mask: - Mask policykit global USE flag on mips for now, to get other keywording going - first - - 01 Apr 2011; Ulrich Mueller -packages: - Remove virtual/bootloader from system set, with permission from mattst88, - bug 359971. Remove then empty file. - - 31 Mar 2011; Mart Raudsepp package.use.mask: - Add x11-libs/vte to glade USE mask list - - 19 Mar 2011; Samuli Suominen virtuals: - Remove virtual/alsa. - - 18 Mar 2011: Mike Frysinger mips64/multilib/make.defaults, - mipsel/mips64el/multilib/make.defaults: - Drop CDEFINE_ variables now that nothing uses them. - - 04 Mar 2011; Matt Turner package.use.mask: - Drop net-firewall/iptables[netlink], per bug 354309 - - 21 Feb 2011; Matt Turner make.defaults: - Remove -unicode from USE. No one remembers why it was there - - 18 Feb 2011; Matt Turner +mips64/n32/make.defaults, - +mipsel/mips64el/n32/make.defaults: - Add make.defaults to n32 profiles to set LIBDIR to the correct location. - - 15 Feb 2011; Matt Turner make.defaults: - Added -openmp to default MIPS USE flags. - - 27 Dec 2010; Matt Turner package.use.mask: - Add 'media-gfx/imagemagick raw' package.use.mask - - 26 Dec 2010; Matt Turner package.use.mask: - Add 'www-client/elinks javascript' package.use.mask - - 14 Dec 2010; Matt Turner use.mask: - use.mask llvm. - - 14 Dec 2010; Matt Turner use.mask: - use.mask ocaml. - - 14 Dec 2010; Matt Turner use.mask: - use.mask smi. - - 14 Dec 2010; Matt Turner use.mask: - use.mask bluetooth. - - 14 Dec 2010; Matt Turner use.mask: - use.mask USE=rpm. Dropping app-arch/rpm keywords. - - 07 Dec 2010; Matt Turner package.use.mask: - Added 'dev-perl/Authen-SASL kerberos' to package.use.mask since we don't - have dev-perl/GSSAPI keyworded. - - 07 Dec 2010; Matt Turner package.use.mask: - Add 'mail-client/mutt tokyocabinet' package.use.mask - - 06 Dec 2010; Matt Turner make.defaults: - Add ALSA_CARDS. - - 06 Dec 2010; Matt Turner make.defaults: - Add -fortran to default USE. - - 06 Dec 2010; Matt Turner make.defaults: - Remove ccache from default FEATURES. - - 06 Dec 2010; Matt Turner use.mask: - Remove lm_sensors from use.mask. I've got hardware to test with. - - 21 Nov 2010; Ryan Hill use.mask: - Mask lpsol USE flag, needs sci-mathematics/glpk. - - 13 Nov 2010; Alexis Ballier package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 04 Oct 2010; Mart Raudsepp package.use.mask: - Mask glade USE flag for gtksourceview, as no dev-util/glade yet - - 27 Sep 2010; Mart Raudsepp package.use.mask: - package.use.mask some untested samba functionality that also lacks - keywording - - 21 Sep 2010; Mart Raudsepp use.mask: - Unmask xcb USE flag - - 09 Aug 2010; Kacper Kowalik use.mask: - Mask cblas-external - - 19 Jun 2010; Jonathan Callen package.use.mask: - Finish move of dev-util/cvs* to dev-vcs/cvs* - - 19 Jun 2010; Jonathan Callen package.use.mask: - Duplicate dev-util/cvs* as dev-vcs/cvs* to keep current masks - - 13 Mar 2010; Samuli Suominen package.mask: - Mask libpng-1.4 pending on texlive-core-2009 unmasking. - - 27 Jan 2010; Sebastian Pipping package.use.mask: - Mask use flags bazaar/darcs/mercurial for app-portage/layman - - 25 Jan 2010; Alexis Ballier package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 09 Jan 2010; Stuart Longland -cobalt/make.defaults, - -cobalt/parent, -cobalt/virtuals, make.defaults, +mips64/make.defaults, - +mips64/n32/parent, +mips64/n32/use.force, +mips64/n64/parent, - +mips64/n64/use.force, +mips64/parent, +mipsel/make.defaults, - +mipsel/mips64el/make.defaults, +mipsel/mips64el/n32/parent, - +mipsel/mips64el/n32/use.force, +mipsel/mips64el/n64/parent, - +mipsel/mips64el/n64/use.force, +mipsel/mips64el/parent, +mipsel/parent, - package.use.mask, parent, +sys/README, +sys/cobalt/make.defaults, - +sys/cobalt/virtuals, +sys/lemote/lm2e/fulong/make.defaults, - +sys/lemote/lm2e/fulong/parent, +sys/lemote/lm2e/parent, - +sys/lemote/lm2e/use.force, +sys/lemote/lm2f/parent, - +sys/lemote/lm2f/use.force, +sys/lemote/lm2f/yeeloong/make.defaults, - +sys/lemote/lm2f/yeeloong/parent, +sys/sgi/ip22/make.defaults, - +sys/sgi/ip22/parent, +sys/sgi/ip27/make.defaults, +sys/sgi/ip27/parent, - +sys/sgi/ip27/use.force, +sys/sgi/ip28/make.defaults, - +sys/sgi/ip28/parent, +sys/sgi/ip28/use.force, - +sys/sgi/ip30/make.defaults, +sys/sgi/ip30/parent, - +sys/sgi/ip30/use.force, +sys/sgi/ip32/make.defaults, - +sys/sgi/ip32/parent, +sys/sgi/ip32/r10k/make.defaults, - +sys/sgi/ip32/r10k/parent, +sys/sgi/ip32/r10k/use.force, - +sys/sgi/make.defaults, use.mask, virtuals: - Profile shake-up for MIPS. This adds in all profiles for each supported - platform within Gentoo/MIPS. Everything should work as per normal, the - profiles have seen some testing, so there shouldn't be too many issues. - Fingers crossed, this is the case for everyone, but let me know if it - isn't. - - 13 Dec 2009; Rémi Cardona use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona use.mask: - drop "vga" from VIDEO_CARDS in all profiles - - 19 Oct 2009; Alexey Shvetsov use.mask: - Mask graphite use flag on mips - - - 11 Oct 2009; Peter Volkov package.use.mask: - Masked fontforge USE flag for media-fonts/dejavu until fontforge keyworded - - 16 Aug 2009; Rémi Cardona use.mask: - drop last traces of i810 - - 12 Mar 2009; Peter Volkov use.mask: - Added unsupported on mips video_cards (radeonhd and ast) to use.mask. - - 03 Mar 2009; Peter Volkov use.mask: - Masked mpi USE flag, per bug #227631 - - 10 Nov 2008; Raúl Porcel package.use.mask: - Move stuff from default/linux/mips - - 05 Nov 2008; Jim Ramsay package.use.mask: - app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded - - 03 May 2008; Ryan Hill use.mask: - Mask various gnome-related USE flags. - - 03 May 2008; Ryan Hill use.mask: - Mask xulrunner USE flag. - - 02 May 2008; use.mask: - Unmask libssh2 USE flag - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/make.defaults index fde399bdf6..7559200d4d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/make.defaults @@ -1,6 +1,6 @@ # Copyright 2008-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.14 2014/10/11 08:22:41 blueness Exp $ +# $Id$ # 2006/08/18 - Donnie Berkholz # Defaults for video drivers diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/make.defaults index 47eccc5687..c1770db2bf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/make.defaults @@ -1,6 +1,6 @@ # Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/make.defaults,v 1.4 2014/10/11 08:22:41 blueness Exp $ +# $Id$ PROFILE_ARCH="mips64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/make.defaults index e0c745b57a..a6813aaa48 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/make.defaults,v 1.10 2013/07/30 01:33:44 mattst88 Exp $ +# $Id$ PROFILE_ARCH="mips64" @@ -14,10 +14,10 @@ CFLAGS_o32="-mabi=32" CHOST_o32="${CHOST}" CFLAGS_n32="-mabi=n32" -CHOST_n32=${CHOST} +CHOST_n32="${CHOST}" CFLAGS_n64="-mabi=64" -CHOST_n64=${CHOST} +CHOST_n64="${CHOST}" SYMLINK_LIB="no" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/make.defaults index e92314cafd..b42e724329 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v 1.4 2014/06/30 15:10:10 mgorny Exp $ +# $Id$ MULTILIB_ABIS="n64 o32 n32" DEFAULT_ABI="n32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/use.force index b9524c8488..8c06f165e6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $ +# $Id$ abi_mips_n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/make.defaults index c98a95e063..fe64c10630 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v 1.4 2014/06/30 15:10:10 mgorny Exp $ +# $Id$ MULTILIB_ABIS="n32 o32 n64" DEFAULT_ABI="n64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/use.force index 0df46b3227..7a7642bc97 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/n64/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $ +# $Id$ abi_mips_n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/make.defaults index eb9b638c4f..83ea828415 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v 1.4 2014/06/30 15:10:10 mgorny Exp $ +# $Id$ MULTILIB_ABIS="n64 n32 o32" DEFAULT_ABI="o32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/use.force index 3ba6c22ada..f629a71169 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/o32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $ +# $Id$ abi_mips_o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.force index c7b72f8b23..c29d0bff64 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.force @@ -1,5 +1,5 @@ # Copyright 2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/use.force,v 1.3 2013/07/28 02:41:57 mattst88 Exp $ +# $Id$ multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.mask index b8657df010..b944b154f4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/multilib/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/use.mask,v 1.1 2013/07/29 23:03:39 mattst88 Exp $ +# $Id$ # Matt Turner (29 Jul 2013) # Unmask the multilib flags for this arch. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/make.defaults index f71a6f4906..19f98bc100 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v 1.5 2014/06/30 15:16:16 mgorny Exp $ +# $Id$ PROFILE_ARCH="mips64" @@ -9,7 +9,7 @@ CHOST="mips64-unknown-linux-gnu" DEFAULT_ABI="n32" ABI="${DEFAULT_ABI}" MULTILIB_ABIS="n32" -CHOST_n32=${CHOST} +CHOST_n32="${CHOST}" ABI_MIPS="n32" IUSE_IMPLICIT="abi_mips_n32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.force index d930badeb8..23c26a92c0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/use.force,v 1.3 2014/06/30 15:16:16 mgorny Exp $ +# $Id$ abi_mips_n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.mask index d5c49aa65e..865ae31eea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/use.mask,v 1.2 2014/10/11 08:22:41 blueness Exp $ +# $Id$ -abi_mips_n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/make.defaults index a4d2851073..72e309e759 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v 1.6 2014/06/30 15:16:17 mgorny Exp $ +# $Id$ PROFILE_ARCH="mips64" @@ -9,7 +9,7 @@ CHOST="mips64-unknown-linux-gnu" DEFAULT_ABI="n64" ABI="${DEFAULT_ABI}" MULTILIB_ABIS="n64" -CHOST_n64=${CHOST} +CHOST_n64="${CHOST}" ABI_MIPS="n64" IUSE_IMPLICIT="abi_mips_n64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.force index 2007b4d6b3..b71b42f4ce 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/use.force,v 1.3 2014/06/30 15:16:17 mgorny Exp $ +# $Id$ abi_mips_n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.mask index 3c2909a919..58ccc2a185 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n64/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/use.mask,v 1.2 2014/10/11 08:22:41 blueness Exp $ +# $Id$ -abi_mips_n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/make.defaults index 1c20c98088..b6dcb64cf0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/make.defaults @@ -1,6 +1,6 @@ # Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults,v 1.3 2014/06/30 15:34:54 mgorny Exp $ +# $Id$ PROFILE_ARCH="mips64el" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults index a674d95efb..8b8e4283da 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v 1.9 2013/07/30 01:33:44 mattst88 Exp $ +# $Id$ PROFILE_ARCH="mips64el" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults index be2299a44b..077bc6a98c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v 1.4 2014/06/30 15:10:10 mgorny Exp $ +# $Id$ MULTILIB_ABIS="n64 o32 n32" DEFAULT_ABI="n32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force index c6580b6135..8c06f165e6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $ +# $Id$ abi_mips_n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults index 3051d460ca..6366a714d3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v 1.4 2014/06/30 15:10:10 mgorny Exp $ +# $Id$ MULTILIB_ABIS="n32 o32 n64" DEFAULT_ABI="n64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force index bce6dbab16..7a7642bc97 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $ +# $Id$ abi_mips_n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults index c78b3843a9..d9c0ef9a94 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2011-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v 1.4 2014/06/30 15:10:10 mgorny Exp $ +# $Id$ MULTILIB_ABIS="n64 n32 o32" DEFAULT_ABI="o32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force index 4f9d10e381..f629a71169 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $ +# $Id$ abi_mips_o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.force index 9fa2e71369..c29d0bff64 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.force @@ -1,5 +1,5 @@ # Copyright 2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.force,v 1.3 2013/07/28 02:41:59 mattst88 Exp $ +# $Id$ multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.mask index 7923488e26..b944b154f4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/multilib/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.mask,v 1.1 2013/07/29 23:03:40 mattst88 Exp $ +# $Id$ # Matt Turner (29 Jul 2013) # Unmask the multilib flags for this arch. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/make.defaults index c60ff15489..edf3afa3f8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 1.5 2014/06/30 15:16:17 mgorny Exp $ +# $Id$ PROFILE_ARCH="mips64el" @@ -9,7 +9,7 @@ CHOST="mips64el-unknown-linux-gnu" DEFAULT_ABI="n32" ABI="${DEFAULT_ABI}" MULTILIB_ABIS="n32" -CHOST_n32=${CHOST} +CHOST_n32="${CHOST}" ABI_MIPS="n32" IUSE_IMPLICIT="abi_mips_n32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.force index 28ad8a9abe..23c26a92c0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.force,v 1.3 2014/06/30 15:16:17 mgorny Exp $ +# $Id$ abi_mips_n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.mask index 8a49f60f2a..865ae31eea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.mask,v 1.2 2014/10/11 08:22:41 blueness Exp $ +# $Id$ -abi_mips_n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/make.defaults index c6c0af9abd..f874920ebb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/make.defaults @@ -1,6 +1,6 @@ # Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v 1.6 2014/06/30 15:16:17 mgorny Exp $ +# $Id$ PROFILE_ARCH="mips64el" @@ -9,7 +9,7 @@ CHOST="mips64el-unknown-linux-gnu" DEFAULT_ABI="n64" ABI="${DEFAULT_ABI}" MULTILIB_ABIS="n64" -CHOST_n64=${CHOST} +CHOST_n64="${CHOST}" ABI_MIPS="n64" IUSE_IMPLICIT="abi_mips_n64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.force index 89f9861988..b71b42f4ce 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.force,v 1.3 2014/06/30 15:16:17 mgorny Exp $ +# $Id$ abi_mips_n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.mask index 0932d5c9dd..58ccc2a185 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n64/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.mask,v 1.2 2014/10/11 08:22:41 blueness Exp $ +# $Id$ -abi_mips_n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/make.defaults index 0032323695..acb0041305 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/o32/make.defaults,v 1.1 2014/10/11 08:22:41 blueness Exp $ +# $Id$ PROFILE_ARCH="mipsel" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.force index 0a877ced8e..606ddc05d2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/o32/use.force,v 1.1 2014/10/11 08:22:41 blueness Exp $ +# $Id$ abi_mips_o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.mask index 9886a9ea4c..839a3b8f56 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/o32/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/o32/use.mask,v 1.1 2014/10/11 08:22:41 blueness Exp $ +# $Id$ -abi_mips_o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/make.defaults index 6a04a64f43..de520d9827 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/make.defaults @@ -1,6 +1,6 @@ # Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/o32/make.defaults,v 1.1 2014/10/11 08:22:41 blueness Exp $ +# $Id$ PROFILE_ARCH="mipsel" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.force index a4ecdb9c11..606ddc05d2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/o32/use.force,v 1.1 2014/10/11 08:22:41 blueness Exp $ +# $Id$ abi_mips_o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.mask index f9228d95fb..839a3b8f56 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/o32/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/o32/use.mask,v 1.1 2014/10/11 08:22:41 blueness Exp $ +# $Id$ -abi_mips_o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask index 8c16cf2187..1d546cdc18 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask @@ -1,56 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.mask,v 1.27 2015/02/01 15:02:59 kensington Exp $ - -# Ben de Groot (01 Feb 2015) -# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well. ->=dev-qt/assistant-5.4.0 ->=dev-qt/designer-5.4.0 ->=dev-qt/linguist-5.4.0 ->=dev-qt/linguist-tools-5.4.0 ->=dev-qt/pixeltool-5.4.0 ->=dev-qt/qdbus-5.4.0 ->=dev-qt/qdbusviewer-5.4.0 ->=dev-qt/qdoc-5.4.0 ->=dev-qt/qtconcurrent-5.4.0 ->=dev-qt/qtcore-5.4.0 ->=dev-qt/qtdbus-5.4.0 ->=dev-qt/qtdeclarative-5.4.0 ->=dev-qt/qtdiag-5.4.0 ->=dev-qt/qtgraphicaleffects-5.4.0 ->=dev-qt/qtgui-5.4.0 ->=dev-qt/qthelp-5.4.0 ->=dev-qt/qtimageformats-5.4.0 ->=dev-qt/qtmultimedia-5.4.0 ->=dev-qt/qtnetwork-5.4.0 ->=dev-qt/qtopengl-5.4.0 ->=dev-qt/qtpaths-5.4.0 ->=dev-qt/qtpositioning-5.4.0 ->=dev-qt/qtprintsupport-5.4.0 ->=dev-qt/qtquick1-5.4.0 ->=dev-qt/qtquickcontrols-5.4.0 ->=dev-qt/qtscript-5.4.0 ->=dev-qt/qtsensors-5.4.0 ->=dev-qt/qtserialport-5.4.0 ->=dev-qt/qtsql-5.4.0 ->=dev-qt/qtsvg-5.4.0 ->=dev-qt/qttest-5.4.0 ->=dev-qt/qttranslations-5.4.0 ->=dev-qt/qtwayland-5.4.0 ->=dev-qt/qtwebkit-5.4.0 ->=dev-qt/qtwebsockets-5.4.0 ->=dev-qt/qtwidgets-5.4.0 ->=dev-qt/qtx11extras-5.4.0 ->=dev-qt/qtxml-5.4.0 ->=dev-qt/qtxmlpatterns-5.4.0 ->=dev-qt/qt-creator-3.3.0 -=app-text/calibre-2* ->=x11-misc/sddm-0.10.0 +# $Id$ # Mask pam_ldap and nss_ldap - openldap dep missing. sys-auth/pam_ldap sys-auth/nss_ldap - -# Mask because of 64-bit code regressions -# 469976 -=dev-libs/openssl-1.0.1e-r1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.force index 1cb3161bc1..c64d046c85 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.force @@ -1,13 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.use.force,v 1.2 2015/03/17 01:42:06 vapier Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_Mips +sys-devel/llvm llvm_targets_Mips # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 dev-libs/efl oldlua - -# Vicente Olivert Riera (12 Sep 2014) -# If deprecated USE flag is not set, www-client/midori will -# depend on net-libs/webkit-gtk:3 which fails to compile -# on MIPS -www-client/midori deprecated diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.mask index 5bead0c889..def4fefc92 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.mask @@ -1,6 +1,36 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.use.mask,v 1.73 2015/05/24 04:32:58 mattst88 Exp $ +# $Id$ + +# Mart Raudsepp (07 Feb 2017) +# dev-python/gmpy fails tests about sizeof (conch), bug 608496 +# dev-python/attrs fails tests on slow mips, couldn't test service_identity test path (crypt), bug 608570 +# dev-python/gmpy also a test depend, so minimize the features until can test properly (http2 soap test) +dev-python/twisted conch crypt http2 soap test + +# Felix Janda (24 Sep 2016) +# net-libs/libnetfilter_conntrack is not keyworded on mips +net-dns/dnsmasq conntrack + +# Thomas Deutschmann (23 Aug 2016) +# net-libs/openpgm is not keyworded on mips +net-libs/zeromq pgm + +# Mike Frysinger 21 Feb 2016 +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Mike Frysinger (17 Dec 2015) +# The tlsdate seccomp logic is open-coded and doesn't support this arch yet. +net-misc/tlsdate seccomp + +# Davide Pesavento (26 Oct 2015) +# Tests require non-keyworded qt5 +dev-qt/qtchooser test + +# Mike Frysinger (10 Sep 2015) +# Requires matplotlib which requires a bit more. +dev-python/numpydoc test # Mikle Kolyada (12 Apr 2015) # GNOME Shell does not work on mips @@ -14,10 +44,6 @@ dev-libs/efl physics # sys-devel/clang is not keyworded app-doc/doxygen clang -# Chí-Thanh Christopher Nguyễn (16 Sep 2014) -# Needs libepoxy keywording, bug #510940 -x11-base/xorg-server glamor wayland - # Davide Pesavento (02 Jun 2014) # dev-qt/qtdeclarative:4 is not keyworded on mips dev-qt/designer:4 declarative @@ -71,11 +97,7 @@ dev-libs/apr-util mysql # Stuart Longland (07 Sep 2007) # mplayer not tested with these flags yet. I may remove these slowly as I test # more functions of mplayer. -media-video/mplayer bidi bl cddb cdio cdparanoia cpudetection dga dv dvb enca joystick live mad openal pnm pvr radio rar rtc svga tga xanim xinerama zoran - -# Gilles Dartiguelongue (19 Oct 2007) -# gdm depends on zenity which is not keyworded ->=gnome-base/gdm-2.20 remote +media-video/mplayer bidi bl cddb cdio cdparanoia cpudetection dga dv dvb enca joystick live mad openal pnm pvr radio rar rtc tga xinerama zoran # Steve Dibb (01 Nov 2007) # needs media-libs/ladspa-sdk keyworded @@ -92,12 +114,12 @@ app-portage/layman bazaar app-portage/layman darcs # deps missing keywords -games-strategy/freeciv auth ggz +games-strategy/freeciv auth # Mart Raudsepp (27 Sept 2010) # Extra functionality that has external unkeyworded dependencies # and is not tested yet -net-fs/samba ads cluster debug +net-fs/samba ads cluster # Matt Turner (06 Dec 2010) # dev-db/tokyocabinet not keyworded diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.force index f0e1fd039c..17258810bc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.force @@ -1,6 +1,6 @@ # Copyright 2008-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v 1.4 2014/10/11 08:22:41 blueness Exp $ +# $Id$ # Force the flag which corresponds to ARCH. mips diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask index 3a6033fc31..c6c31f5f4c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask @@ -1,10 +1,18 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.83 2015/04/16 22:05:25 vapier Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -mips +# Mart Raudsepp (07 Feb 2017) +# dev-libs/libappindicator not tested +ayatana + +# Anthony G. Basile (01 Aug 2015) +# There is no luajit support on mips. Bug #554376. +luajittex + # Markos Chandras # app-arch/lz4 does not seem to build on MIPS # Original bug report: #501600 @@ -14,7 +22,6 @@ lz4 # Profiles are ISA agnostic so these # should be masked on per user basis # See #498082 --mips32r2 -mipsdspr1 -mipsdspr2 -mipsfpu @@ -48,7 +55,6 @@ openexr # Ryan Hill # Various Gnome flags -beagle gtkhtml gnome @@ -61,9 +67,6 @@ mpi lapack blas -# Ryan Hill -dell - # Alexander Færøy # ldap -- untested, masking for now. ldap @@ -74,7 +77,6 @@ clamav # Untested on mips, masking for now. cdb -nextaw # Until someone actually needs fuse, we'll mask it as # it holds up stablizing ntfsprogs @@ -86,7 +88,6 @@ dri # Stephen P. Becker -video_cards_newport --video_cards_impact # Stephen P. Becker # more modular X stuff @@ -102,26 +103,14 @@ video_cards_radeon video_cards_sis input_devices_acecad input_devices_aiptek -input_devices_calcomp -input_devices_digitaledge -input_devices_dmc input_devices_dynapro input_devices_elo2300 input_devices_elographics input_devices_fpit input_devices_hyperpen -input_devices_jamstudio -input_devices_magellan -input_devices_magictouch -input_devices_microtouch input_devices_mutouch -input_devices_palmax input_devices_penmount -input_devices_spaceorb -input_devices_summa input_devices_synaptics -input_devices_tek4957 -input_devices_ur98 input_devices_vmmouse input_devices_void input_devices_wacom @@ -146,6 +135,7 @@ video_cards_voodoo # Matt Turner # Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_amdgpu video_cards_r100 video_cards_r200 video_cards_r300 @@ -161,10 +151,8 @@ video_cards_vmware # Modular X: mask for architectures on which they aren't available video_cards_apm video_cards_ark -video_cards_cyrix video_cards_i128 video_cards_i740 -video_cards_imstt video_cards_intel video_cards_neomagic video_cards_nsc @@ -172,7 +160,6 @@ video_cards_rendition video_cards_tga video_cards_tseng video_cards_vesa -video_cards_vga video_cards_ast # Diego Pettenò @@ -197,19 +184,10 @@ pcmcia # mask scanner support scanner -# Armando Di Cianno -# gnustep is currently unbuildable on mips - masking this to repair windowmaker -# broken mips keywording becuase of 'gnustep' USE flag -gnustep - # Hardave Riar # This should work, someone with a usb card and digital camera should test it gphoto2 -# Hardave Riar -# This will probablly work, but no hardware to test with -gnokii - # Ciaran McCreesh # unresolved dep, bug #82428 emboss @@ -238,10 +216,6 @@ mozilla # masked because I say so, gnome-- pda -# Ciaran McCreesh -# not even slightly reliable, bug #65216 -mzscheme - # Stephen P. Becker # masked because gaim sucks evo @@ -268,8 +242,6 @@ dvdr ibm ggi lirc -trusted -voodoo3 smartcard # @@ -289,14 +261,6 @@ timidity # We don't use smartcards, afaik pcsc-lite -# Diego Pettenò (6 Dec 2006) -# Unmask specific MIPS ALSA drivers --alsa_cards_au1x00 - -#Daniel Black (28 Feb 2007) -# Use mask l7-filter for iptables dependency - bug #150343 until mips tested -l7filter - # Fernando J. Pereda (20 Mar 2007) # New optional dependency of >=mail-client/mutt-1.5.14 qdbm @@ -332,29 +296,19 @@ llvm # pdfannotextractor needs java pdfannotextractor -# Matt Turner (11 Jul 2011) # xemacs dependencies not keyworded xemacs -# Matt Turner (11 Jul 2011) # no native mips/linux code generation, see bug 319649 ocamlopt -# Matt Turner (24 Aug 2012) # media-sound/fluidsynth isn't keyworded fluidsynth # Mips USE flags --n32 --n64 -ip27 -ip28 -ip30 @@ -373,9 +327,6 @@ opencl # Unmask once sys-libs/libunwind gets keyworded. unwind -# sys-libs/libseccomp has not been ported to this arch yet #524148 -seccomp - # Ben de Groot (01 Feb 2015) # please remove when keyworded qt5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/make.defaults index 18024ca521..5e2b6a8fbb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/nios2/make.defaults,v 1.1 2015/04/18 23:35:43 vapier Exp $ +# $Id$ # Main Nios II profile. @@ -12,7 +12,7 @@ MULTILIB_ABIS="nios2" DEFAULT_ABI="nios2" LIBDIR_nios2="lib" CHOST_nios2="${CHOST}" -ABI=${DEFAULT_ABI} +ABI="${DEFAULT_ABI}" CFLAGS="-O2" CXXFLAGS="${CFLAGS}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/package.use.mask index 5f2468415f..4d8161d3bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/nios2/package.use.mask,v 1.3 2015/06/04 18:57:37 kensington Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 @@ -13,10 +13,6 @@ sys-devel/gcc gcj graphite regression-test # no keyword for media-libs/swfdec and media-libs/libtimidity >=dev-libs/DirectFB-1.7.1 timidity swfdec -# Markus Meier (26 Dec 2013) -# Unkeyworded deps, bug #493780 -=dev-ruby/rack-1.4.5 test - # Markus Meier (26 Dec 2013) # Unkeyworded deps, bug #488724 app-office/gnumeric libgda @@ -25,10 +21,6 @@ app-office/gnumeric libgda # Missing keywords, bug #492820 net-im/telepathy-connection-managers sipe -# Chí-Thanh Christopher Nguyễn (10 Nov 2013) -# (31 Oct 2013) # Missing keywords, bug #478254 gnome-base/gnome classic @@ -37,10 +29,6 @@ gnome-base/gnome classic # Missing keywords from dev-ml/lablgtk, bug #487722 net-p2p/mldonkey gtk guionly -# Tom Wijsman (16 Oct 2013) -# Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. See bug #488318. ->=media-video/mpv-0.2.0 luajit - # Pacho Ramos (22 Sep 2013) # Missing keywords, bug #484734 media-sound/rhythmbox visualizer @@ -81,23 +69,19 @@ media-libs/phonon zeitgeist # Firmware loader not keyworded yet sci-libs/linux-gpib firmware -# Markus Meier (11 May 2013) -# unkeyworded deps for x11-wm/enlightenment -x11-wm/enlightenment emotion - # Markus Meier (10 May 2013) # unkeyworded deps for dev-python/ipython dev-python/ipython mongodb # Markus Meier (09 May 2013) # unkeyworded deps for x11-misc/lightdm -x11-misc/lightdm razor kde +x11-misc/lightdm kde # Agostino Sarubbo (05 May 2013) # dev-util/google-perftools is not keyworded for arm >=dev-libs/libmemcached-0.50 tcmalloc -# Christoph Junghans (29 Apr 2013) +# Christoph Junghans (29 Apr 2013) # MKL not available on this arch media-gfx/povray mkl @@ -111,7 +95,7 @@ net-misc/unison gtk # Chí-Thanh Christopher Nguyễn (20 Feb 2013) # Mask flags of calligra and dependencies due to lack of keywords -app-office/calligra openexr postgres spacenav vc +app-office/calligra color-management openexr postgres spacenav vc media-gfx/pstoedit emf # Michał Górny (01 Feb 2013) @@ -127,10 +111,6 @@ x11-misc/colord extra-print-profiles # keyworded here. Remove mask if this situation changes. gnome-extra/sushi office -# Alexandre Rostovtsev (30 Dec 2012) -# sys-apps/systemd works on this arch (masked in base) -sys-kernel/dracut -dracut_modules_systemd - # Alexandre Rostovtsev (30 Dec 2012) # requires dev-util/bustle, which is written in haskell # remove mask if/when dev-lang/ghc is keywoded for arm @@ -153,31 +133,19 @@ dev-util/devhelp gedit app-accessibility/speech-dispatcher flite # Markus Meier (23 Dec 2012) -# mask kde-base/* flags due to unkeyworded dependencies +# mask kde-apps/* flags due to unkeyworded dependencies kde-apps/kalzium editor solver -kde-apps/krdc rdesktop -kde-apps/kopete jingle msn sms -kde-base/kdeplasma-addons fcitx oauth qwt scim +kde-apps/kopete jingle +kde-plasma/kdeplasma-addons fcitx oauth qwt scim kde-apps/okular ebook chm kde-apps/kstars indi kde-apps/kdeutils-meta floppy kde-apps/kdenetwork-meta ppp -kde-base/smokeqt qscintilla qwt -kde-base/qtruby qscintilla qwt -kde-base/perlqt qscintilla qwt - -# Alexandre Rostovtsev (15 Dec 2012) -# media-video/coherence not keyworded -=media-video/totem-2* upnp-av # Markus Meier (08 Dec 2012) # mask app-office/libreoffice java extensions app-office/libreoffice libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher -# Markus Meier (17 Oct 2012) -# spidermonkey is broken on arm see bug #420471 -=net-libs/libproxy-0.4.10 spidermonkey - # Steev Klimaszewski (03 Aug 2012) # No java on ARM net-analyzer/wireshark doc-pdf @@ -186,10 +154,6 @@ net-analyzer/wireshark doc-pdf # no stable media-video/vlc yet, bug #401313 media-libs/phonon vlc -# Chí-Thanh Christopher Nguyen (02 Jun 2012) -# Mask udis86 flag for llvm, which is of limited use outside x86/amd64. -sys-devel/llvm udis86 - # Alexandre Rostovtsev (12 Apr 2012) # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for # gobject-introspection[doctool], bug #411761 @@ -203,48 +167,24 @@ app-admin/syslog-ng json # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so # it's masked in base profile and unmasked here (bug #396313). net-libs/webkit-gtk -jit -www-client/epiphany -jit # Anthony G. Basile (Dec 21, 2011) # Mask the vde flag on tinc because net-misc/vde is not # keyworded for arm net-misc/tinc vde -# Davide Pesavento (30 Nov 2011) -# JavaScriptCore JIT is supported only on amd64/arm/x86, -# so it's masked in base profile and unmasked here. -dev-qt/qtscript -jit -dev-qt/qtwebkit -jit - -# Patrick McLean (08 Nov 2011) -# mask conntrack USE flag for dnsmasq as dep is not keyworded -net-dns/dnsmasq conntrack - -# Alexandre Rostovtsev (03 Nov 2011) -# Missing keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433 -gnome-extra/gnome-media aac mp3 speex twolame - # Tobias Klausmann (02 Nov 2011) # libpcre jit is not supported on alpha dev-libs/libpcre jit # Markus Meier (05 Sep 2011) # unkeyworded deps for bug 379657 and bug 379651 -gnome-base/gnome-control-center socialweb app-admin/packagekit-base entropy # Robin H. Johnson (03 Sep 2011) # Remove this for your arch after you keyword dev-utils/google-perftools and virtual/gsasl (bug #381737) dev-libs/libmemcached sasl -# Pacho Ramos (19 Jul 2011) -# Missing keywords on dependencies -app-cdr/brasero vcd - -# Pacho Ramos (02 Apr 2011) -# quvi support is needed to play youtube files now -media-video/totem flash youtube - # Markus Meier (13 Mar 2011) # needs stable kde stuff sys-auth/polkit kde @@ -254,22 +194,9 @@ sys-auth/polkit kde app-text/asciidoc test # Michael Weber (10 Feb 2011) -# kde-base/kdelibs is not stable for arm +# kde-frameworks/kdelibs is not stable for arm net-libs/libproxy kde -# Justin Lecher (14 Jen 2011) -# x11-libs/fltk is not keyworded for arm -app-misc/nut X - -# Nirbheek Chauhan (26 Jun 2010) -# Inter-process communication doesn't work on anything except x86/amd64/arm -# due to lack of atomic ops, bug 325185 -www-client/firefox -ipc - -# Pacho Ramos (13 Jun 2010) -# Needs app-mobilephone/obex-data-server keyworded, bug 305913 -gnome-base/gvfs bluetooth - # Jeremy Olexa (04 Apr 2010) # mask net-misc/mediatomb[lastfm] as lastfmlib isn't keyworded net-misc/mediatomb lastfm @@ -278,10 +205,6 @@ net-misc/mediatomb lastfm # Needs kde-4 stable dev-vcs/subversion kde -# Raúl Porcel (20 Jan 2010) -# Needs mplayer -kde-base/dolphin thumbnail - # Markus Meier (27 Sep 2009) # mask media-gfx/imagemagick[autotrace] as autotrace is not keyworded media-gfx/imagemagick autotrace @@ -290,9 +213,6 @@ media-gfx/imagemagick autotrace # app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded app-admin/gkrellm ntlm -# Masking this so repoman shuts up about paludis -sys-apps/paludis ruby-bindings - # missing keyword for sys-cluster/openmpi sys-cluster/mpich2 dev-libs/boost mpi @@ -303,6 +223,6 @@ media-plugins/gst-plugins-meta aac dts dv lame libvisual taglib vcd wavpack # projectm not keyworded, bug #314969 media-video/vlc projectm chromaprint opencv -# Ultrabug (05 Sept 2011) # missing keyword for net-libs/zeromq app-admin/rsyslog zeromq diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/use.mask index f8aa13d9ee..693adee604 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/nios2/use.mask @@ -32,10 +32,6 @@ openexr # media-libs/amrnb and media-libs/amrwb not tested. amr -# Samuli Suominen -# sci-visualization/grace not tested. -grace - # Samuli Suominen # media-gfx/gimp not tested. gimp @@ -47,13 +43,9 @@ ipod # Stuff that doesn't make sense on this arch 3dfx -cpufreq -dell -laptop dmi # Stuff we don't want -chicken fuse R octave @@ -62,8 +54,6 @@ xindy lyx mpi lasi -fusion -debug-utils schroedinger hardened frei0r @@ -86,41 +76,28 @@ kerberos gpg gnome gnome-keyring -cupsddk doc emacs gphoto2 -mythtv afs mono -pike lirc lm_sensors -netjack -beagle -nvtv -mzscheme xemacs rpm scanner -madwifi -libupnp zvbi ldap mysql postgres dvd fluidsynth -gnomecd -cblas -prolog sid mms mtp ieee1394 sctp pm-utils -wicd darcs bs2b toolame @@ -128,14 +105,12 @@ ladspa ldns ggi nut -xanim dvd fits tokyocabinet vaapi rtmp vpx -iplayer plotutils lpsol upnp @@ -148,7 +123,6 @@ devil gts anthy ace -csharp icu gtk qt4 @@ -165,10 +139,8 @@ X video_cards_apm video_cards_ark video_cards_ast -video_cards_ati video_cards_cirrus video_cards_chips -video_cards_cyrix video_cards_glint video_cards_i128 video_cards_i740 @@ -198,6 +170,7 @@ video_cards_voodoo # Matt Turner # Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_amdgpu video_cards_r100 video_cards_r200 video_cards_r300 @@ -214,10 +187,6 @@ video_cards_vmware # Robin H. Johnson audit -# Matt Turner (31 Dec 2012) # media-libs/xine-lib is not keyworded xine @@ -231,9 +200,6 @@ clvm # virtual/opencl is not keyworded opencl -# This one we need to test ... -python_targets_python3_3 - # sys-libs/libseccomp has not been ported to this arch yet #524148 seccomp diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ChangeLog deleted file mode 100644 index 28791c384b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ChangeLog +++ /dev/null @@ -1,1123 +0,0 @@ -# ChangeLog for Gentoo/PPC profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.338 2015/06/16 08:27:24 jlec Exp $ - - 16 Jun 2015; Justin Lecher ppc64/package.use.mask: - Mask USE=osg for app-office/scribus-1.5.0-r1, bug 550818 - - 12 Jun 2015; Michał Górny package.use.mask: - Extend spice-gtk[smartcard] mask to all versions. - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add package.use.mask for media-plugins/grilo-plugins[upnp-av], bug #551634. - - 09 Jun 2015; Gilles Dartiguelongue ppc64/package.use.mask: - Add dev-libs/libpeas USE mask, bug #551540. - - 09 Jun 2015; Jeroen Roovers package.use.stable.mask, - ppc32/package.use.stable.mask: - Move USE mask to the correct place, unmask USE=l2tp for PPC64 (bug #547806). - - 04 Jun 2015; Michael Palimaka package.use.mask, - ppc64/64ul/package.use.mask, ppc64/package.use.mask: - Move various kde-base packages to kde-apps. - - 02 Jun 2015; Michael Palimaka - ppc64/package.use.stable.mask: - Remove obsolete mask. - - 25 May 2015; Jeroen Roovers use.mask: - Mask USE=gnuefi for PowerPC (bug #550322). - - 24 May 2015; Matt Turner ppc64/64ul/package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 20 May 2015; James Le Cuirot ppc64/package.use.mask: - Mask rdeps of icedtea-web on ppc64 to deal with bug #549134. I had hoped to - apply the ppc64 keyword today but it segfaulted upon testing. - - 18 May 2015; Justin Lecher package.use.mask: - Mask dev-python/matplotlib[qt5] due to missing keywords at PyQt5, #549774 - - 16 May 2015; Jeroen Roovers package.mask, use.mask: - Unmask dev-qt/*-5 for PPC64. - - 11 May 2015; Davide Pesavento package.use.mask, - ppc64/package.use.stable.mask: - Move entry for dev-qt/qtdemo to ppc64/ as it's needed only there, and only - stable mask it. - - 10 May 2015; Jeroen Roovers package.use.mask, - ppc64/64ul/use.mask: - Replace package.use.mask entries for USE=opencl with a single use.mask entry. - - 08 May 2015; Jeroen Roovers ppc64/package.use.mask: - Drop USE=rubberband mask for media-video/mpv (bug #548446). - - 28 Apr 2015; Patrick Lauer use.mask: - Mask ayatana useflag until dependencies catch up - - 26 Apr 2015; Jeroen Roovers ppc64/package.use.mask: - Mask USE=lxpanel for xfce-extra/xfce4-power-manager (bug #520296). - - 18 Apr 2015; Markos Chandras package.use.mask: - Mask samba useflag for sys-auth/sssd - - 17 Mar 2015; Mike Frysinger package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics,sdl] #499974. - - 05 Mar 2015; Justin Lecher package.use.mask: - Cleaned obsolete entries in package.use.mask - - 01 Mar 2015; Michał Górny ppc32/package.use.mask: - Mask telepathy-connection-managers[steam] on unsupported arches. - - 21 Feb 2015; Justin Lecher package.use.stable.mask: - Mask USE=tracker for net-fs/netatalk as it needs a stable gnome-3 - - 21 Feb 2015; Michał Górny package.use.mask: - Mask non-keyworded qca plugin flags for old qca version, part of - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/27 / - https://bugs.funtoo.org/browse/FL-2119. - - 15 Feb 2015; Andreas K. Huettel package.use.mask: - Mask office useflag of gnome-extra/sushi, there is no ppc-keyworded office - implementation anymore - - 11 Feb 2015; Alexis Ballier package.use.mask: - Mask ffmpeg useflags with unkeyworded deps, bug #510340 - - 10 Feb 2015; Patrick Lauer package.use.mask: - Mask media-libs/libav[x265] until keywords catch up - - 08 Feb 2015; Michael Palimaka - ppc64/package.use.stable.mask: - Stable mask kde-base/kopete[otr] since net-libs/libotr is not yet stable. - - 07 Feb 2015; Markos Chandras package.use.mask: - Mask app-emulation/lxc cgmanager. Bug #539208 - - 01 Feb 2015; Michael Palimaka package.mask: - Fix invalid atom. - - 01 Feb 2015; Ben de Groot package.mask, use.mask: - Add Qt5 mask until keyworded - - 28 Jan 2015; Johannes Huber ppc64/package.use.mask: - Mask app-crypt/qca[botan]. - - 26 Jan 2015; Johannes Huber package.use.mask: - Expand package.use.mask for telepathy use flag. - - 22 Jan 2015; Sergey Popov package.mask: - Unmask Qt 4.8.6 since qtchooser has been keyworded - - 19 Jan 2015; Mike Gilbert use.stable.mask: - Remove python3_4 mask. - - 24 Dec 2014; Matthias Maier ppc64/package.use.mask: - mask clang use flag for app-doc/doxygen - - 24 Dec 2014; Mark Wright package.use.mask: - Mask test for dev-util/bnfc as test dependencies need keywording. - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add package.use.mask entry for clutter, bug #533420. - - 14 Dec 2014; Mike Gilbert package.use.mask: - Mask sys-apps/systemd[xkb]. - - 14 Dec 2014; Mark Wright package.use.mask: - Mask test for dev-haskell/{binary, haskell-src-exts, text, vector} - as test dependencies need keywording. - - 11 Dec 2014; Michael Palimaka package.use.mask, - package.use.stable.mask: - Move kde-base/systemsettings[kscreen] to stable USE mask as the dependencies - are now keyworded. - - 23 Nov 2014; Mike Gilbert make.defaults: - Disable python3_4 default for this arch. - - 20 Nov 2014; Davide Pesavento package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 18 Nov 2014; Manuel Rüger package.use.stable.mask: - Test dependencies for sys-block/thin-provisioning-tools are marked stable - now. Unmask test. - - 15 Nov 2014; Mike Gilbert use.stable.mask: - Move python3_4 mask to arch profiles. - - 30 Oct 2014; Michał Górny package.use.mask: - Temporarily mask sys-apps/systemd[terminal] due to non-keyworded deps. - - 25 Oct 2014; Michael Palimaka package.use.mask: - Mask kde-base/systemsettings[kscreen] due to unkeyworded dependencies (bug - #525558). - - 05 Oct 2014; Anthony G. Basile package.use.mask: - Unmask braille USE flag, bug #524352 - - 05 Oct 2014; Anthony G. Basile package.use.mask: - Unmask media-libs/libgphoto2 serial, bug #493156 - - 30 Sep 2014; Anthony G. Basile use.mask: - sys-libs/libseccomp has not been ported to ppc/ppc64, bug #524148 - - 16 Sep 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask xorg-server glamor/wayland flags - - 01 Sep 2014; Julian Ospald package.mask: - mask >=media-video/mpv-0.4.2 explicitly wrt #521808 - - 31 Aug 2014; Anthony G. Basile - -ppc32/pegasos/deprecated, -ppc32/pegasos/eapi, -ppc32/pegasos/parent: - Remove pegasos profiles - - 17 Aug 2014; Anthony G. Basile package.use.mask: - Mask USE=smartcard for =net-misc/spice-gtk-0.25-r1 since it pulls in - qemu[smartcard] which is masked - - 16 Aug 2014; Anthony G. Basile package.use.mask: - Mask FEATURES=test on dev-ruby/sprockets since it pulls in execjs and - coffee-script, and so nodejs which is broken on ppc/ppc64 - - 15 Aug 2014; Anthony G. Basile package.use.mask: - Mask FEATURES=test on dev-ruby/haml since it pulls in rails, and so nodejs - which is broken on ppc/ppc64 - - 15 Aug 2014; Anthony G. Basile package.use.mask: - Mask USE='doc examples test' on =dev-python/networkx-1.9 to avoid matplotlib - - 14 Aug 2014; Anthony G. Basile package.use.mask: - Also mask USE=matplotlib on dev-python/ipython since too many deps are not - keyworded - - 14 Aug 2014; Anthony G. Basile package.use.mask: - Mask USE='doc mongodb nbconvert notebook qt4' on dev-python/ipython since - mongodb is broken - - 13 Aug 2014; Christoph Junghans package.use.mask: - unmask libcerf useflag (bug 517726) - - 13 Aug 2014; Maciej Mrozowski package.use.mask: - Mask gg11 flag due to missing keywords (bug 519772) - - 12 Aug 2014; Anthony G. Basile ChangeLog: - Mask FEATURES=test on dev-ruby/actionpack since it eventually pulls in nodejs - which is broken on ppc/ppc64 - - 12 Aug 2014; Anthony G. Basile package.use.mask: - Mask FEATURES=test on dev-ruby/tilt since it eventually pulls in nodejs which - is broken on ppc/ppc64 - - 12 Aug 2014; Anthony G. Basile package.use.mask: - Mask USE=rbd on sys-block/fio since it pulls in ceph which is broken - - 08 Aug 2014; Anthony G. Basile package.mask: - Remove mask on dev-texlive/texlive-* tested okay on ppc and ppc64, bug - #475124 - - 31 Jul 2014; Samuli Suominen +package.use.stable.mask: - Temporarily mask USE="test" for sys-block/thin-provisioning-tools because of - untested dev-lang/ruby based dependencies wrt #493780 - - 29 Jul 2014; Robin H. Johnson package.use.mask: - Update MySQL tcmalloc mask for percona-server. - - 22 Jul 2014; Christoph Junghans package.use.mask: - mask libcerf useflag (bug 517726) - - 10 Jul 2014; Anthony G. Basile use.mask: - x264 works on pcc, bug #516856 - - 27 Jun 2014; Michał Górny make.defaults, - ppc32/make.defaults, ppc32/use.mask, ppc64/32ul/make.defaults, - ppc64/32ul/use.force, ppc64/32ul/use.mask, ppc64/make.defaults, - ppc64/use.mask, use.mask: - Clean up multilib flags. Add ABI values to the ppc32 profile for consistency - with ppc64 profiles. - - 14 Jun 2014; Andreas K. Huettel package.use.mask: - Use.mask vtk support of OpenCV - - 03 May 2014; Markos Chandras package.use.mask: - Mask app-emulation/lxc[seccomp] because it's not supported on powerpc - - 16 Apr 2014; Johannes Huber package.use.mask: - Mask kde-base/gwenview[semantic-desktop], kde-base/okular[dpi] and - kde-base/nepomuk-core[migrator], because of unkeyworded deps. - - 29 Mar 2014; Mike Frysinger +make.defaults, - ppc32/make.defaults, ppc32/use.force, ppc64/make.defaults, ppc64/use.force, - use.mask: - Add ABI_PPC defines. - - 25 Mar 2014; Chí-Thanh Christopher Nguyễn - +ppc32/use.stable.mask: - stable.mask opencl flag on ppc32 - - 19 Mar 2014; Andreas K. Huettel +eapi, +ppc32/eapi, - +ppc32/pegasos/eapi, +ppc64/32ul/eapi, +ppc64/64ul/eapi, +ppc64/eapi: - Increase EAPI to 5 - - 05 Feb 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask opencl flag for two more packages, bug #500326. - - 04 Feb 2014; Chí-Thanh Christopher Nguyễn use.mask: - Unmask opencl for powerpc. - - 04 Feb 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask opencl flag for imagemagick and johntheripper - - 04 Feb 2014; Chí-Thanh Christopher Nguyễn - ppc64/64ul/use.mask: - Mask opencl flag on ppc64, in preparation for unmasking it on ppc - - 25 Oct 2013; Davide Pesavento package.use.force: - Remove obsolete entry. - - 26 Oct 2013; Mark Wright package.use.mask: - mask dev-haskell/dataenc test as template-haskell not yet available - - 21 Oct 2013; Tom Wijsman package.use.mask: - Added bug reference to media-video/mpv luajit mask. - - 20 Oct 2013; Tom Wijsman package.use.mask: - Adjusted media-video/mpv luajit USE mask to support future versions. - - 16 Oct 2013; Tom Wijsman package.use.mask: - Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. - - 15 Sep 2013; Johannes Huber package.use.mask: - Mask use kde-base/solid-runtime[networkmanager], unkeyworded dep - kde-misc/networkmanagement. - - 27 Aug 2013; Chí-Thanh Christopher Nguyễn - ppc64/64ul/use.mask, use.mask: - Make llvm/clang mask ppc64 only. - - 24 Aug 2013; Agostino Sarubbo use.mask: - Mask klibc because does not work anymore on ppc - - 24 Aug 2013; Agostino Sarubbo package.use.mask: - Mask mksh[static] because klibc does not work anymore on ppc - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 20 Aug 2013; Michael Palimaka package.use.mask: - Remove obsolete mask. - - 14 Aug 2013; Agostino Sarubbo package.use.mask: - remove the mask for freerdp/libkfbapi, they are keyworded - - 14 Aug 2013; Andreas K. Huettel package.use.mask: - mask rdesktop support of krdp-4.11 until keyworded - - 14 Aug 2013; Andreas K. Huettel package.use.mask: - mask facebook support of kdepim-runtime until keyworded - - 11 Aug 2013; Alexis Ballier package.mask: - move texlive mask from global to arch profiles, bug #475124 - - 31 Jul 2013; Nathan Phillip Brink package.use.mask: - Mask dev-util/geany-plugins[markdown] because app-text/discount is missing - ~ppc. - - 27 Jul 2013; Rick Farina package.use.mask: - blocking libewf[bfio] pending bug #478308 - - 17 Jun 2013; Patrick Lauer package.use.mask: - Fix per-arch mask of phonon[zeitgeist] #460140 - - 28 May 2013; Chí-Thanh Christopher Nguyễn - ppc64/64ul/package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 28 May 2013; Chí-Thanh Christopher Nguyễn - ppc64/64ul/use.mask: - Mask video_cards_radeonsi. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 04 May 2013; Michał Górny ppc64/use.mask: - Mask systemd flag globally, unmask on arches on which systemd is keyworded. - - 23 Apr 2013; Agostino Sarubbo package.use.mask: - Mask sci-libs/gdal spatialite because dev-db/spatialite fails to compile on - ppc - - 22 Apr 2013; Bernard Cafarelli ppc64/package.use.mask: - x11-misc/google-gadgets removed from tree - - 02 Apr 2013; Agostino Sarubbo ppc64/package.use.mask: - Add net-libs/libkolabxml to the previous mask - - 02 Apr 2013; Michael Palimaka ppc64/package.use.mask: - Mask kde-base/kdebindings-meta[csharp]. - - 10 Mar 2013; Samuli Suominen ppc64/use.mask: - USE opencolorio was renamed to USE colorio - - 17 Feb 2013; Sergey Popov ppc64/package.use.mask: - Mask sys-cluster/vzctl[ploop], wrt bug #414531 - - 07 Feb 2013; Agostino Sarubbo package.mask: - Remove KDE SC 4.10.0, wrt to bug #455960 - - 07 Feb 2013; Alexey Shvetsov package.mask: - Mask KDE SC 4.10.0 for keywording bug #455960 - - 31 Jan 2013; Agostino Sarubbo ppc64/64ul/package.use.mask: - Mask gnome-extra/nm-applet bluetooth because requires a lot of unstable - depends not ready for the stabilization - - 31 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask net-misc/modemmanager[qmi,qmi-newest] until libqmi is keyworded. - - 22 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask colord[extra-print-profiles] until argyllcms is keyworded here. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 14 Jan 2013; Sergei Trofimovich ppc64/64ul/use.mask: - mask template_haskell on ppc64 (unregisterised arch) - - 10 Jan 2013; Sergei Trofimovich package.use.mask: - mask USE=seccomp for app-emulation/qemu (sys-libs/libseccomp knows only about - x86 and amd64 hosts) - - 06 Jan 2013; Alexandre Rostovtsev package.use.mask: - Remove obsolete mask entries - - 31 Dec 2012; Agostino Sarubbo package.use.mask, use.mask: - remove folks[eds/telepathy] and add -zeitgeist - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask evolution[connman] since connman has been keyworded. - - 31 Dec 2012; Alexandre Rostovtsev - ppc64/package.use.mask: - Mask sushi[office], needs virtual/ooo. - - 30 Dec 2012; Alexandre Rostovtsev - ppc32/package.use.mask: - Unmask zeitgeist-datasources[tomboy] (masked in base). - - 27 Dec 2012; Sergey Popov package.mask, - package.use.mask, ppc32/package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask gnome-control-center[colord] until gnome-color-manager is keyworded - here. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask devhelp[gedit] until gedit-3.6 is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=folks-0.8[telepathy] until dev-libs/libzeitgeist is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask USE=colord for stable versions of x11-libs/gtk+ to fix repoman failure. - Remove this mask when x11-misc/colord is stable for ppc/ppc64. - - 22 Dec 2012; Agostino Sarubbo ppc64/64ul/use.mask: - mask kde since is not anymore keyworded for ppc64 - - 22 Dec 2012; Agostino Sarubbo use.mask: - mask clang IUSE - - 19 Dec 2012; Agostino Sarubbo use.mask: - Remove packagekit and colord - - 17 Dec 2012; Agostino Sarubbo ppc64/64ul/use.mask: - mask clang for ppc64 since llvm fails to compile - - 12 Dec 2012; Agostino Sarubbo package.use.mask: - remove media-sound/picard acoustid wrt to bug #426340 - - 30 Nov 2012; Joseph Jezak +ppc64/32ul/packages: - Removed kgcc64 from ppc64-32ul profile, it's no longer needed. - - 30 Nov 2012; Agostino Sarubbo ppc64/32ul/package.mask: - Lirc now works on ppc32 with 64bit kernel, removing mask - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 24 Nov 2012; Samuli Suominen ppc64/use.mask: - Mask USE="opencolorio" and USE="opencv" for 64bit because media-gfx/opencolorio - and media-libs/opencv have not been tested yet. - - 15 Nov 2012; Anthony G. Basile package.use.mask: - Mask USE=telepathy, bug #441456 - - 12 Nov 2012; Alexandre Rostovtsev - ppc32/package.use.mask: - Unmask webkit-gtk[webkit2] on ppc since at-spi2-core has been keyworded. - - 12 Nov 2012; Mike Gilbert ppc32/make.defaults, - ppc64/make.defaults: - Move PYTHON_TARGETS=python3_2 from arch profiles to base. - - 05 Nov 2012; Sergei Trofimovich package.use, - ppc64/package.use: - Fixed typo qemu_softmmu_target{,s}_. - - 04 Nov 2012; Alexandre Rostovtsev - ppc32/package.use.mask: - Mask webkit-gtk[webkit2] on ppc due to missing ~ppc keyword on at-spi2-core - (bug #441692). - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 30 Oct 2012; Samuli Suominen ppc64/package.use.force, - ppc64/package.use.mask: - Instead of masking USE="new-login" completely, force USE="gdm" enabled since - it's the only DM with new-login functionality with stable ppc64 keywording. - - 29 Oct 2012; Doug Goldstein +ppc64/package.use.force: - Add package.use.force for ppc64 as it requires binary only SeaBIOS (x86 BIOS) - since it can't natively compile it. - - 29 Oct 2012; Doug Goldstein +package.use, - +ppc64/package.use: - Add package.use so we can enable the native arch as the default qemu target - for bug #437788 - - 07 Oct 2012; Anthony G. Basile package.use.mask: - remove net-libs/webkit-gtk[geoloc,webkit2] masking since app-misc/geoclue and - app-accessibility/at-spi2-core are keyworded - - 27 Sep 2012; Samuli Suominen package.use.mask: - Mask USE="test" for dev-ruby/rack-test because dev-ruby/sinatra it relies has - expensive dependencies. - - 26 Aug 2012; Justin Lecher package.use.force: - Foce USE=minimal for sci-libs/cctbx because sci-chemistry/cns is missing for - ppc - - 22 Aug 2012; Michael Weber package.use.mask: - x11-themes/gtk-engines-qtcurve[mozilla]: Masked for missing stable on - >=www-client/firefox-3 - - 21 Aug 2012; Anthony G. Basile package.use.mask: - Mask net-misc/tor[tor-hardening] on ppc/ppc64 - - 21 Aug 2012; Michael Weber package.use.mask: - net-analyzer/munin: Masked for missing keywords on sys-libs/freeipmi - - 01 Aug 2012; Johannes Huber package.use.mask: - Update mask kde-base/solid[bluetooth] for kde 4.9. - - 16 Jul 2012; Anthony G. Basile package.use.mask: - Mask net-libs/cyassl[aes-ni,cyassl-hardening] on ppc/ppc64 - - 12 Jul 2012; Ben de Groot package.use.mask: - Mask media-sound/picard[acoustid] on ppc until chromaprint is keyworded - - 09 Jul 2012; Johannes Huber package.use.mask: - Mask =x11-libs/qt-demo-4.8*[openvg] to make repoman happy. - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove obsolete entry to www-client/icecat. - - 14 Jun 2012; Davide Pesavento package.use.mask: - Remove redundant mask of USE=jit for qt-script, now masked in base profile. - - 14 Jun 2012; Davide Pesavento package.use.mask: - Remove redundant mask of USE=jit for qt-webkit, already masked in base - profile. - - 14 Jun 2012; Michael Weber package.use.mask, - ppc64/package.use.mask: - Push net-misc/networkmanager[wimax] down to ppc64 - - 04 Jun 2012; Michael Weber package.use.mask, - ppc32/package.use.mask: - move mask USE=apbs on sci-chemistry/pymol in the right location, fix typo - - 04 Jun 2012; Michael Weber ppc32/package.use.mask: - Masking USE=apbs on sci-chemistry/pymol (bug 366229) - - 02 Jun 2012; Ben de Groot package.mask: - Add mask for smplayer-themes, since there is no longer a working keyworded - version of media-video/smplayer - - 31 May 2012; Alexis Ballier package.mask: - remove old mask due to texlive 2009 not being keyworded, texlive 2011 is - stable these days... - - 31 May 2012; Alexis Ballier package.use.mask: - remove old mask due to texlive 2010 not being keyworded, texlive 2011 is - stable these days... - - 28 May 2012; Andreas K. Huettel package.use.mask: - Mask new useflag of opencv, as dependency dev-cpp/tbb is not keyworded on ppc - - 25 May 2012; Alexandre Rostovtsev package.use.mask: - Mask webkit-gtk[geoloc,webkit2], requires app-misc/geoclue and - app-accessibility/at-spi2-core to be keyworded (bug #411761). - - 24 May 2012; Johannes Huber package.use.mask: - Mask kde-base/solid-4.8[bluetooth] for ppc* - - 15 May 2012; Mike Gilbert ppc32/make.defaults, - ppc64/make.defaults: - Default PYTHON_TARGETS should include python-3 for arches where it is stable. - See bug 415575. - - 13 May 2012; Alexandre Rostovtsev package.use.mask: - Add nautilus[sendto] to gnome3 mask. - - 03 May 2012; Julian Ospald use.mask: - mask nvtt - - 25 Apr 2012; Kacper Kowalik use.mask: - Mask systemd - - 04 Apr 2012; Joerg Bornkessel ppc32/use.mask: - removed dxr3 unmask for ppc32 - - 22 Mar 2012; Tim Harder package.use.mask: - Remove redundant use flag mask. - - 17 Mar 2012; Tim Harder package.use.mask: - Mask USE="skype" for bitlbee. - - 05 Mar 2012; Joerg Bornkessel ppc32/use.mask: - dxr3 unmask, works with v4l2, #350211 - - 01 Mar 2012; Kacper Kowalik use.mask: - Drop mask on vpx useflag - - 21 Feb 2012; Johannes Huber package.mask, package.use.mask: - Mask unresolved deps to make repoman happy. - - 19 Feb 2012; package.mask: - removed kde-4.7.4 mask - - 14 Feb 2012; Jory A. Pratt package.use.mask: - Finish crashreport mask on mozilla packages - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. - - 25 Jan 2012; Samuli Suominen package.use.mask: - Mask USE crashreporter for www-client/firefox wrt #396565 - - 22 Jan 2012; Sergei Trofimovich package.use.mask: - Mask USE="spice xen rbd" for qemu. - - 11 Dec 2011; Alexey Shvetsov package.mask: - Also mask KDE SC 4.7.4 on ppc - - 07 Dec 2011; Kacper Kowalik package.use.mask: - Drop mask on sys-apps/hwloc[numa] wrt #381313 - - 25 Nov 2011; Alexandre Rostovtsev package.use.mask, - ppc64/64ul/package.use.mask: - Mask USE flags on gnome-3.2 packages due to missing keywords on deps; bug - #390345 - - 20 Nov 2011; Kacper Kowalik package.use.mask: - Masked sys-fs/dmraid[dietlibc] wrt #364103 - - 05 Nov 2011; Kacper Kowalik package.use.mask: - Mask kde-base/solid[bluetooth] until we find someone who is actually using - bluetooth and KDE - - 02 Nov 2011; Alexey Shvetsov package.mask: - update kde mask - - 28 Oct 2011; Alexandre Rostovtsev use.mask: - use.mask colord and packagekit to allow gtk+-3.2 unmasking. use.mask instead - of p.use.mask because other packages with these flags are coming. Bug - #387959. - - 18 Oct 2011; Andreas K. Huettel package.mask: - Add kdepim-l10n to kde-4.7 mask - - 09 Oct 2011; Kacper Kowalik package.mask, - package.use.mask: - Remove obsolete masks - - 06 Oct 2011; Alexey Shvetsov package.mask: - Mask kde on ppc/ppc64 - - 03 Oct 2011; Samuli Suominen ppc32/use.mask: - Mask USE="dxr3" again wrt #350211. - - 27 Sep 2011; Jonathan Callen package.mask: - Add kactivites to KDE 4.7 mask - - 21 Sep 2011; Markos Chandras package.use.force: - Force botan-bundled useflag for dev-util/qt-creator - - 18 Sep 2011; Samuli Suominen ppc64/package.use.mask: - Remove obsolete entry for sys-apps/hal. - - 14 Sep 2011; Jeroen Roovers package.use.mask: - Mask USE=oracle once more for net-analyzer/hydra. - - 07 Sep 2011; Alexey Shvetsov package.mask: - Update kde mask - - 04 Sep 2011; Robin H. Johnson package.use.mask: - Bug #381737: block dev-libs/libmemcached[tcmalloc] until - dev-utils/google-perftools is keyworded (and virtual/gsasl on hppa/arm). - - 21 Aug 2011; Kacper Kowalik package.use.mask: - Dropping app-emulation/pearpc[jit] mask as the application was tree-cleaned - - 10 Aug 2011; Kacper Kowalik package.use.mask: - mask cuda dep for opencv bug 365451 - - 09 Aug 2011; Kacper Kowalik package.use.mask: - pass on media-sound/amarok[upnp] bug 365003 - - 03 Aug 2011; Sergei Trofimovich ppc64/package.use.mask: - masked dev-lang/ghc[llvm] - - 28 Jul 2011; Andreas K. Huettel package.mask: - Add kde-base/kdepim-l10n to kde-4.7 package mask - - 26 Jul 2011; Kacper Kowalik use.mask: - ppc keywords were dropped for dev-libs/prelude - - 15 Jul 2011; Kacper Kowalik package.use.mask: - Fix use.mask on kdebindings-meta[java] - - 30 Jun 2011; Pacho Ramos package.use.mask: - Needed plugins are not keyworded on this arch - - 02 Jun 2011; Kacper Kowalik ppc64/package.use.mask: - Drop obsolete dev-libs/ppl[prolog] mask - - 02 Jun 2011; Kacper Kowalik package.use.mask: - Drop obsolete net-libs/gnutls[valgrind] mask - - 02 Jun 2011; Kacper Kowalik package.use.mask: - Mask kde-base/kdebindings-meta[java] since kde-base/krossjava-4.6.2 fails to - build wrt bug 354033 c#33 - - 27 May 2011; Doug Goldstein package.use.mask: - Mask rbd, spice, and xen USE flags for app-emulation/qemu-kvm as the - necessary - depends are masked. bug #368959 - - 09 May 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Remove video_cards_nouveau unmask, bug #364027. - - 06 May 2011; Matt Turner use.mask: - use.mask mumble, media-sound/mumble not keyworded on ppc - - 24 Apr 2011; Joseph Jezak package.use.mask, use.mask: - Allow nouveau on ppc/ppc64. - - 10 Apr 2011; Ulrich Mueller -ppc32/pegasos/virtuals, - -ppc64/64ul/virtuals, -virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 31 Mar 2011; Chí-Thanh Christopher Nguyễn - package.use.mask: - Unmask libdrm video_cards_nouveau for x11-drivers/xf86-video-nouveau - - 21 Mar 2011; Kacper Kowalik package.use.mask: - Mask mail-client/claws-mail[pda] since app-pda/jpilot is not keyworded - - 18 Mar 2011: Mike Frysinger ppc64/make.defaults: - Drop CDEFINE_ variables now that nothing uses them. - - 16 Mar 2011; Andreas Proschofsky package.mask: - Remove old-style virtual/ooo, bug #358895. - - 09 Mar 2011; Justin Lecher package.mask: - Corrected mask entry - - 09 Mar 2011; Justin Lecher package.mask: - Mask sci-biology/emboss-6.3.1 due to missing keyworded dep (sci-libs/plplot) - - 04 Mar 2011; Alexey Shvetsov package.use.mask: - mask kde use for bug #357403 - - 03 Feb 2011; Kacper Kowalik package.use.mask: - unmask kde-base/kdebindings-meta-4.6.0[java,ruby] - - 03 Feb 2011; Kacper Kowalik package.use.mask: - Mask java and ruby kdebinding wrt #280629 and #353538 - - 26 Jan 2011; Kacper Kowalik package.use.mask: - Unmask >=net-libs/telepathy-glib-0.12[vala] since - dev-libs/gobject-introspection is keyworded - - 26 Jan 2011; Alexey Shvetsov ppc64/package.use.mask: - Mask marble with gps - - 25 Jan 2011; Joseph Jezak package.use.mask: - Mask jit on qt-webkit. - - 22 Jan 2011; Zac Medico ppc64/package.use.mask: - Unmask USE=python3 for sys-apps/portage since python-3.x has a stable ppc64 - keyword now. - - 16 Jan 2011; Kacper Kowalik package.use.mask: - Add sci-chemistry/ccp4[arpwarp] wrt #303931 - - 16 Jan 2011; Kacper Kowalik package.use.force, - package.use.mask: - Use package.use.force to set sci-chemistry/oasis[minimal] wrt #303931, - correct package.use.mask - - 16 Jan 2011; Kacper Kowalik package.use.mask: - Add sci-chemistry/oasis[-minimal] wrt #303931 - - 16 Jan 2011; Kacper Kowalik package.use.mask: - Mask sci-biology/fasta[icc] since there is no icc for PPC - - 06 Jan 2011; Joseph Jezak package.mask: - Unmasked KDE again, the deps have been marked. - - 09 Dec 2010; package.use.mask: - Mask USE=vala on >=net-libs/telepathy-glib-0.12 because - dev-libs/gobject-introspection is not keyworded, bug 348313 - - 09 Dec 2010; package.use.mask: - net-misc/connman is not keyworded, bug 348308 - - 28 Nov 2010; Chí-Thanh Christopher Nguyễn - ppc32/package.use.mask: - Unmask mesa's llvm flag - - 21 Nov 2010; Tomas Touceda package.use.mask: - Mask x11-libs/qt-script[jit] wrt bug 346167 - - 14 Nov 2010; Alexis Ballier package.use.mask: - Mask app-i18n/canna[doc], app-text/ptex does not build and ptex is - provided by TeX Live 2010, please remove the mask when TeX Live 2010 is - unmasked, bug #342513 - - 13 Nov 2010; Alexis Ballier package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 12 Nov 2010; Dane Smith package.use.mask: - Unmask valgrind USE flag for net-libs/gnutls. - - 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "test" USE flag of dev-util/buildbot*. - - 07 Nov 2010; Tomáš Chvátal package.use.mask, - use.mask: - Globaly mask vpx useflag - - 03 Nov 2010; Samuli Suominen - ppc64/64ul/package.use.mask, ppc64/use.mask, use.mask: - Move use.mask of lirc here, because of recent masking in - arch/powerpc/ppc64/32ul/package.mask. - - 02 Nov 2010; Samuli Suominen - ppc64/package.use.mask: - Mask USE="kde" for net-libs/libproxy because of missing stable kdelibs wrt - #343069. - - 01 Nov 2010; Justin Lecher package.use.mask: - Masked sci-chemistry/apbs USE=fetk as DEPS are not KEyworded - - 01 Nov 2010; Christian Faulhammer ppc64/use.mask: - Mask lirc USE flag as discussed on bug 275872 - - 31 Oct 2010; Samuli Suominen use.mask: - Mask USE="iphone" and USE="ipod" wrt #313691 and #325839. - - 23 Oct 2010; Samuli Suominen - ppc64/package.use.mask: - Mask USE debug-utils for btrfs-progs because matplotlib isn't tested yet. - - 13 Oct 2010; Vlastimil Babka package.use.mask: - package.use.mask systemtap for dev-java/icedtea due to missing keywords - - 05 Oct 2010; Alexey Shvetsov package.mask: - Mask KDE SC 4.5.2 because of unkeyworded deps bug #336158 - - 15 Sep 2010; Maciej Mrozowski package.use.mask, - ppc32/package.use.mask: - Remove test use mask from libdbusmenu-qt, add webkit use mask to - kde-base/kget - - 14 Sep 2010; Joseph Jezak package.mask: - Removed mask on KDE-4.5.1 - - 21 Aug 2010; Alexey Shvetsov package.use.mask: - mask msms use for vmd - - 15 Aug 2010; Diego E. Pettenò ppc32/use.mask: - Remove jruby support until PPC sorts out its deptree. - - 13 Aug 2010; Justin Lecher package.use.mask: - MKL not available on this arch - - 12 Aug 2010; Joseph Jezak package.use.mask, use.mask: - Masked vaapi globally and removed the gnash specific mask. - - 13 Jul 2010; Pacho Ramos ppc32/package.use.mask: - Mask slideshow media-gfx/gthumb USE flag until bug 318691 is fixed. - - 12 Jul 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - mask USE=vaapi for gnash due to unkeyworded libva - - 09 Jul 2010; Samuli Suominen - ppc64/package.use.mask: - Mask USE="kde" for app-arch/p7zip because it needs stable konqueror. - - 08 Jul 2010; Pacho Ramos ppc32/package.use.mask, - ppc64/package.use.mask: - Use mask iphone gvfs USE flag until bug #325839 is fixed. - - 04 Jul 2010; Samuli Suominen use.mask: - Mask USE="schroedinger" wrt #316553. - - 23 Jun 2010; Mark Loeser use.mask: - All ppc/ppc64 keywords are being dropped from openafs, so mask afs - - 21 Jun 2010; Samuli Suominen - ppc64/package.use.mask: - Mask USE="kde" for uim and subversion because of missing stable kdelibs-4. - - 13 Jun 2010; Pacho Ramos ppc64/package.use.mask: - Mask media-video/totem youtube and iplayer USEs until bug 323845 and - 323847 are fixed - - 13 Jun 2010; Pacho Ramos ppc32/package.use.mask: - Mask media-video/totem youtube USE until bug 323845 is fixed - - 13 Jun 2010; Pacho Ramos ppc32/package.use.mask, - ppc64/package.use.mask: - Mask gnome-base/gvfs gdu USE flag until bug 323803 is fixed. - - 13 Jun 2010; Pacho Ramos ppc64/package.use.mask: - Mask gnome-base/gvfs bluetooth USE flag until bug 305913 is fixed. - - 01 Jun 2010; Joseph Jezak package.mask: - Remove TeX Live 2009 masking. - - 31 May 2010; Joseph Jezak package.use.mask: - Removed java and kde masks, issues have been resolved. - - 14 May 2010; Justin Lecher package.mask: - Mask dev-tcltk/tkimg-1.4.20100510 until libpng-1.4 is unmasked - - 11 May 2010; Joseph Jezak package.use.mask: - qtmultimedia is keyworded now. - - 26 Apr 2010; Bernard Cafarelli package.use.mask: - Mask new udis86 flag for llvm, it is only for x86/amd64 - - 13 Mar 2010; Samuli Suominen package.mask: - Mask libpng-1.4 pending on texlive-core-2009 unmasking. - - 23 Feb 2010; Alexey Shvetsov package.use.mask: - media-gfx/tachyon needed to be keyworded per bug #306549 - - 23 Feb 2010; Joseph Jezak package.mask: - Unmask KDE4.4 on ~ppc/~ppc64. - - 23 Feb 2010; Joseph Jezak package.use.mask: - Removed mask on virtuoso, it's keyworded now. Also removed mask on mach64, - this card is marked for use on PowerPC machines. - - 21 Feb 2010; Samuli Suominen package.mask: - Mask media-gfx/kuickshow in KDE 4.4.0 mask. - - 21 Feb 2010; Samuli Suominen package.mask: - Mask kde-misc/konq-plugins-4.4.0 in KDE 4.4.0 mask. - - 16 Feb 2010; Jeroen Roovers package.mask: - Remove www-client/opera mask now that ppc support is gone. - - 12 Feb 2010; Joseph Jezak package.mask: - Masked app-emulation/mol. - - 09 Feb 2010; Alexey Shvetsov package.mask: - mask kde sc 4.4.0 since neede deps not keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask dev-libs/soprano[virtuoso] since it needs dev-db/virtuoso-* keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask app-admin/system-config-printer-common[policykit] since it needs - sys-auth/polkit keyworded - - 25 Jan 2010; Alexis Ballier package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 23 Jan 2010; Jeroen Roovers package.mask: - Mask www-client/opera (bug #283430). - - 08 Jan 2010; Diego E. Pettenò ppc32/use.mask: - Unmask JRuby target. - - 06 Jan 2010; Joseph Jezak package.use.mask: - Removed mask on frei0r-plugins. - - 13 Dec 2009; Rémi Cardona ppc64/64ul/use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona ppc64/make.defaults, - use.mask: - drop "vga" from VIDEO_CARDS in all profiles - - 10 Nov 2009; Christian Faulhammer ppc64/use.mask: - unmask ps3 USE flag for bug 244018 - - 08 Nov 2009; Joseph Jezak package.mask: - Removed kde-4.3 mask. - - 07 Nov 2009; Samuli Suominen package.use.mask: - Mask sys-block/gparted[kde]. - - 16 Oct 2009; Samuli Suominen use.mask: - Mask Intel Integrated Primitive support, USE="ipp". - - 12 Oct 2009; Jonathan Callen package.mask: - Remove filelight, now fixed - - 11 Oct 2009; Jonathan Callen package.mask: - Masking packages that dep on KDE-4.3 to prevent more tree breakage - - 03 Oct 2009; Mounir Lamouri package.mask: - Removing outadated - package.mask: - Added missing KDE-4.3 deps mask for this arch to fix tree breakage (bug - #280312). - - 02 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Masking >= KDE-4.3 for this arch to prevent tree breakage following - the global unmask of KDE-4.3 (bug #280312). - - 16 Aug 2009; Rémi Cardona use.mask: - drop last traces of i810 - - 01 Aug 2009; Steve Dibb use.mask: - Remove "real" use flag mask, as its already in base - - 30 April 2009; Brent Baude ppc32/package.use.mask - Removing webkit masking per bug 250934 - - 20 Mar 2009; Joseph Jezak package.use.mask: - Masked oracle keyword for dev-ruby/ruby-dbi. - - 27 Feb 2009; Joseph Jezak package.use.mask: - Marked plugins ~ppc, but masking current versions on gst-plugins-meta - because of stable keyword. - - 18 Feb 2009; package.use.mask: - Dependency tree in sys-apps/hal is fixed up for USE=laptop on PowerPC. - Remove use.mask for bug #259080. - - 10 Jan 2009; Joseph Jezak ChangeLog: - Reverting pm-utils change until it goes stable. - - 09 Jan 2009; Joseph Jezak package.use.mask: - Removed mask on sys-apps/hal for bug #253868. - - 14 Dec 2008; Peter Alfredsen - +ppc32/package.use.mask: - Mask mono-tools[webkit] for bug 250934. - - 12 Nov 2008; Joseph Jezak package.use.mask: - Added use mask for pearpc - jit - - 18 Oct 2008; Mart Raudsepp ppc64/package.mask: - Unmask >=gnome-icon-theme-2.22 to fix ppc64 32-bit userland deptree - - 23 Sep 2008; Markus Rothe use.mask: - Add video_cards_ast to use.mask - - 24 Aug 2008; Markus Rothe ppc64/use.mask: - mask custom-cpuopts and cpudetection on ppc64 for mplayer - bug #234629 - - 24 Aug 2008; Markus Rothe ppc64/use.mask: - mask dxr* use flags on ppc64 for mplayer - bug #234629 - - 11 Aug 2008; Raúl Porcel ppc64/use.mask: - Use.mask madwifi on ppc64 since it doesn't have madwifi keyworded - - 26 Jul 2008; Markus Rothe package.use.mask, - ppc64/package.use.mask: - Move 'app-text/enchant -zemberek' from ppc64 profile to powerpc profile. The - packages are ~ppc now, too. - - 22 Jul 2008; Markus Rothe - arch/powerpc/ppc64/package.use.mask: - unmask zemberek use flag for app-text/enchant in ppc64 profiles - - 04 Jun 2008; Markus Rothe ppc64/64ul/use.mask: - add ocamlopt use flag to use.mask. this didn't made the change from - default-linux/ to default/ profiles - - 03 Jun 2008; nixnut package.use.mask: - mask laptop sys-apps/hal - - 28 May 2008; Markus Rothe package.use.mask: - Remove "sys-apps/paludis python" from package.use.mask; bug #198989 - - 30 Apr 2008; Chris Gianelloni - +ppc64/32ul/make.defaults, +ppc64/32ul/parent, +ppc64/32ul/use.mask, - +ppc64/64ul/make.defaults, +ppc64/64ul/package.mask, +ppc64/64ul/parent, - +ppc64/64ul/use.mask, +ppc64/64ul/virtuals, ppc64/make.defaults: - Updated arch/powerpc/ppc64 profile from the snapshot tree. This adds a 32ul - and 64ul sub-profile to ppc64, which allows us to clean up everything except - for parent and profile.bashrc from default/linux/powerpc/ppc64 profiles. - This closes bug #217305. - - 23 Apr 2008; Chris Gianelloni ppc64/make.defaults: - Adding MULTILIB_ABIS and ABI to arch/powerpc/ppc64 and uncommenting multilib - variables. - - 11 Apr 2008; Chris Gianelloni package.use.mask: - Added hb/hb2 to package.use.mask for sys-fs/evms. - - 11 Apr 2008; Chris Gianelloni package.use.mask: - Sync package.use.mask with default-linux. - - 10 Apr 2008; Donnie Berkholz ; ppc32/make.defaults, - ppc64/make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 02 Apr 2008; Mart Raudsepp package.use.mask: - USE mask dvb and mythtv on gst-plugins-meta - dependencies not keyworded - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/make.defaults deleted file mode 100644 index b4d53a2e9a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/make.defaults,v 1.3 2014/11/23 15:55:11 floppym Exp $ - -# Mike Gilbert (23 Nov 2014) -# Remove when bug 525510 is resolved. -USE="python_targets_python3_3 -python_targets_python3_4" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask index a543d3bd2d..f30ba8eebe 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.mask,v 1.67 2015/05/16 19:57:41 jer Exp $ - -# Julian Ospald (01 Sep 2014) -# Needs either hardmasked >=media-video/libav-10 or -# >=media-video/ffmpeg-2.1.4 which is not keyworded for -# ppc/ppc64. Also see bug #521808 -=media-video/mpv-0.4* -=media-video/mpv-0.5* +# $Id$ # Brent Baude (20 Nov 2012) # Masking kgcc64 now that toolchain is biarch @@ -22,10 +15,6 @@ x11-themes/smplayer-themes # Need deps pecl-apc and pecl-uploadprogress bug #416897 >=www-apps/drupal-7.14 -# Justin Lecher (9 Mar 2011) -# sci-libs/plplot needs keywords #358035 -=sci-biology/emboss-6.3.1* - # Doug Goldstein (11 Jan 2013) # Masked due to depends on bug #438780 >=app-emulation/qemu-1.2.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use index 9aac4b9025..c3fc770c72 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use @@ -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/profiles/arch/powerpc/package.use,v 1.2 2012/11/05 15:51:49 slyfox Exp $ +# $Id$ # Doug Goldstein (29 Oct 2012) # Enable the native arch as the default qemu target diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.force index d0e7c22d0e..7827e48637 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.force @@ -1,19 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.force,v 1.7 2015/03/17 01:38:40 vapier Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_PowerPC +sys-devel/llvm llvm_targets_PowerPC # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 dev-libs/efl oldlua -# Matti Bickel - 2007-12-31 -# only the java interface is usable on ppc -net-p2p/sancho-bin java - # Kacper Kowalik (16 Jan 2011) # bug 303931 # sci-chemistry/arp-warp-bin is not available for ppc # sci-chemistry/solve-resolve-bin is not available for ppc # sci-chemistry/cns is not available for ppc -sci-chemistry/oasis minimal sci-libs/cctbx minimal diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask index 1289565e3b..ffe7835502 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,73 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.248 2015/06/12 10:56:52 mgorny Exp $ +# $Id$ + +# James Le Cuirot (14 Dec 2016) +# DOSBox + OpenGLide is untested on this arch. +games-emulation/dosbox glide + +# Thomas Deutschmann (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + +# Pacho Ramos (21 Aug 2016) +# gnat-gpl is being removed, bug #514074 +mail-client/alpine topal + +# Davide Pesavento (28 Jul 2016) +# The corresponding Qt5 modules are not keyworded on ppc, and we don't want to +# keyword them solely because of PyQt5 while there are no other in-tree users. +dev-python/PyQt5 bluetooth location webengine + +# Michael Palimaka (07 Jul 2016) +# Requires unkeyworded dependencies +app-misc/hachoir-metadata kde +dev-vcs/subversion kde +games-arcade/jumpnbump kde +kde-apps/katepart handbook +kde-frameworks/kdelibs handbook policykit +net-libs/libproxy kde +net-voip/ekiga kde +sys-auth/polkit kde +sys-block/gparted kde +virtual/notification-daemon kde +x11-misc/lightdm kde + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-python/PyQt5 +net-print/hplip qt5 + +# Johannes Huber (26 Mar 2016) +# Unkeyworded dependency x11-libs/snorenotify +net-irc/quassel snorenotify + +# Rick Farina (23 Mar 2016) +# rspec:3 is not keyworded for x86 at this time +=dev-ruby/bundler-audit-0.5.0 test + +# Justin Lecher (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger (21 Feb 2016) +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Pacho Ramos (15 Nov 2015) +# Missing keywords +media-sound/rhythmbox upnp-av + +# Pacho Ramos (27 Oct 2015) +# Missing keywords +net-wireless/blueman appindicator + +# Chí-Thanh Christopher Nguyễn (26 Oct 2015) +# x11-drivers/xf86-video-amdgpu is not keyworded +x11-base/xorg-drivers video_cards_amdgpu + +# Bernard Cafarelli (06 Aug 2015) +# Dependencies missing keywords, bug #543604 +sys-devel/llvm ocaml # Gilles Dartiguelongue (10 Jun 2015) # net-libs/dleyna-connector-dbus lack ppc/ppc64 keyword, bug #551634 @@ -21,16 +88,7 @@ sys-auth/sssd samba # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet & media-libs/libsdl2 tested #499974 dev-libs/efl physics sdl - -# Ben de Groot (15 Mar 2015) -# Waiting for keywording in bug 543398 ->=media-sound/picard-1.3.2 cdda - -# Michał Górny (21 Feb 2015) -# The external QCA plugins are not keyworded on this arch. Since -# this is only a temporary measure and nothing depends on them, -# just masking them until the new version goes stable. - (15 Feb 2015) # There's no keyworded office implementation anymore. @@ -59,14 +117,8 @@ dev-util/bnfc test # Michał Górny (30 Oct 2014) # Requires non-keyworded >=x11-libs/libxkbcommon-0.4. -sys-apps/systemd terminal sys-apps/systemd xkb -# Chí-Thanh Christopher Nguyễn (16 Sep 2014) -# Needs libepoxy keywording, bug #510940 -x11-base/xorg-server glamor wayland -x11-drivers/xf86-video-nouveau glamor - # Anthony G. Basile (17 Aug 2014) # This pulls in qemu[smartcard] which is masked net-misc/spice-gtk smartcard @@ -79,19 +131,10 @@ dev-ruby/sprockets test # Ultimately pulls in nodejs which is broken. dev-ruby/haml test -# Anthony G. Basile (14 Aug 2014) -# Mask USE=doc because it pulls in matplotlib whic has -# too many unkeyworded dependencies. Bug #517086 -=dev-python/networkx-1.9 doc examples test - # Anthony G. Basile (14 Aug 2014) # Mask these flags since mongodb is broken on ppc/ppc64 dev-python/ipython doc matplotlib mongodb nbconvert notebook qt4 -# Maciej Mrozowski (13 Aug 2014) -# Missing keywords on dev-libs/protobuf-c (bug 519772) ->=net-libs/libgadu-1.12.0 gg11 - # Anthony G. Basile (12 Aug 2014) # Ultimately pulls in nodejs which is broken. dev-ruby/actionpack test @@ -104,31 +147,13 @@ dev-ruby/tilt test # Pulls in ceph which is broken. Masked per dev-zero. sys-block/fio rbd -# Maxim Koltsov (9 Jul 2014) -# Missing keywords on dev-python/rst2pdf, bug #515222 -media-video/mpv doc-pdf - # Andreas K. Huettel (14 Jun 2014) # dependency sci-libs/vtk not keyworded on ppc yet media-libs/opencv vtk -# Markos Chandras (03 May 2014) -# sys-libs/libseccomp suppors amd64, x86, ARM and MIPS. -app-emulation/lxc seccomp - -# Julian Ospald (20 Apr 2014) -# Missing keywords, bug #508226 -media-video/mpv sdl - # Johannes Huber (16 Apr 2014) # unkeyworded deps kde-apps/gwenview semantic-desktop -kde-apps/okular dpi -kde-base/nepomuk-core migrator - -# Pacho Ramos (12 Apr 2014) -# Missing keywords, bug #507490 -net-misc/modemmanager mbim # Pacho Ramos (22 Feb 2013) # Missing keywords, bug #495250 @@ -137,10 +162,6 @@ net-misc/modemmanager mbim # Pacho Ramos (10 Feb 2014) # Missing keywords, bug #495254 >=dev-libs/totem-pl-parser-3.10 quvi ->=media-video/totem-3.10 flash - -# Pacho Ramos (11 Jan 2013) -sys-kernel/dracut -dracut_modules_systemd # Pacho Ramos (28 Nov 2013) # Missing keywords, bug #492820 @@ -154,10 +175,6 @@ gnome-base/gnome classic extras # template-haskell not yet available dev-haskell/dataenc test -# Tom Wijsman (16 Oct 2013) -# Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. See bug #488318. ->=media-video/mpv-0.2.0 luajit - # Johannes Huber (15 Sep 2013) # # Depends on kde-misc/networkmanagement, not keyworded yet. kde-apps/solid-runtime networkmanager @@ -170,10 +187,6 @@ gnome-extra/zeitgeist-datasources mono # Klibc does not work anymore on ppc app-shells/mksh static -# Nathan Phillip Brink (31 Jul 2013) -# app-text/discount missing ~ppc. -dev-util/geany-plugins markdown - # Pacho Ramos (20 Jul 2013) # Keywords pending, bug #476710 >=gnome-base/gnome-extra-apps-3.8 games @@ -198,14 +211,8 @@ net-misc/modemmanager qmi qmi-newest # remove mask if/when media-gfx/argyllcms is keywored here. x11-misc/colord argyllcms extra-print-profiles -# Sergei Trofimovich (11 Jan 2013) -# Current sys-libs/libseccomp (up to 1.0.1) support -# only x86/amd64. Relies on hardcoded syscall numbers. -app-emulation/qemu seccomp - # Anthony G. Basile (15 Nove 2012) # Mask telepathy, no stable net-libs/telepathy-qt, bug #441456 -kde-apps/krdc telepathy kde-apps/krfb telepathy net-im/choqok telepathy @@ -225,22 +232,10 @@ media-libs/openimageio tbb # to do so. dev-ruby/rack-test test -# Michael Weber (22 Aug 2012) -# missing stable on >=www-client/firefox-3 -x11-themes/gtk-engines-qtcurve mozilla - # Anthony G. Basile (21 Aug 2012) # Does not work on ppc/ppc64 net-misc/tor tor-hardening -# Michael Weber (3 Jun 2012) -# pymol got stabled (bug 366229) but USE=apbs deps aren't keyworded -sci-chemistry/pymol apbs - -# Andreas K. Huettel (28 May 2012) -# Mask new useflag of opencv, as dependency dev-cpp/tbb is not keyworded on ppc -media-libs/opencv tbb - # Brent Baude (06 Mar 2012) # masking kde on gajim net-im/gajim kde @@ -251,7 +246,7 @@ app-misc/lcdproc hid # Brent Baude (06 Mar 2012) # masking wimax use flag -net-misc/connman wimax ofono +net-misc/connman ofono # Alexey Shvetsov (20 Jan 2012) # Mask some use flags for openmpi due to unkeyworded deps @@ -261,10 +256,6 @@ sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_ope # Dropped dietlibc wrt #364103 sys-fs/dmraid dietlibc -# Pacho Ramos (26 Sep 2011) -# Dependencies not keyworded yet, bug #372245 -media-video/miro xvid - # Patrick McLean (07 Sep 2011) # missing keywords on dependencies media-video/x264-encoder ffmpegsource @@ -277,18 +268,6 @@ dev-libs/libmemcached tcmalloc # mask cuda dep for opencv bug 365451 media-libs/opencv cuda -# Kacper Kowalik (09 Aug 2011) -# pass on media-sound/amarok[upnp] bug 365003 -media-sound/amarok upnp - -# Pacho Ramos (19 Jul 2011) -# Missing keywords on dependencies -app-cdr/brasero vcd - -# Brent Baude (25 June 2011) -# kde-base/krossjava fails to build on ppc -kde-base/kdebindings-meta java - # Doug Goldstein (27 May 2011) # app-emulation/spice, app-emulation/xen, and sys-cluster/ceph # are not keyworded. bug #368959 @@ -303,33 +282,14 @@ mail-client/claws-mail pda # No media-sound/lilypond here, yet (bug #356069) app-text/asciidoc test -# Kacper Kowalik (16 Jan 2011) -# bug 303931 -# dev-lang/icc is not available for ppc -# sci-chemistry/arp-warp-bin is not available for ppc -sci-chemistry/ccp4 arpwarp - # Justin Lecher (01 Nov 2010) # Deps not Keyworded sci-chemistry/apbs fetk -# Vlastimil Babka (13 Oct 2010) -# dev-util/systemtap not keyworded on ppc arches. Note that this currently applies for java-overlay -# icedtea only, but the plan is to move it to main tree. -dev-java/icedtea systemtap - # Alexey Shvetsov (22 Aug 2010) # sci-chemistry/msms not available for this arch sci-chemistry/vmd msms -# Justin Lecher (13 Aug 2010) -# MKL not available on this arch -media-gfx/povray mkl - -# Bernard Cafarelli (26 Apr 2010) -# This is for x86/amd64 only -sys-devel/llvm udis86 - # Alexey Shvetsov (23 Feb 2010) # media-gfx/tachyon needed to be keyworded per bug #306549 sci-chemistry/vmd tachyon @@ -344,19 +304,10 @@ media-plugins/gst-plugins-meta dts vcd vpx # get unmasked media-tv/mythtv vdpau -# Brent Baude (14 Jan 2009) -# # Temporarily masking sql off activerecord -dev-ruby/activerecord sqlite3 - # Brent Baude # masking zephyr USE on pidgin net-im/pidgin zephyr -=dev-java/ibm-jdk-bin-1.5* -nsplugin -=dev-java/ibm-jre-bin-1.5* -nsplugin -=dev-java/ibm-jdk-bin-1.6* -nsplugin -=dev-java/ibm-jre-bin-1.6* -nsplugin - # Joseph Jezak (28 Jun 2007) # Masked Parallel LCD devices for bug #180683 # app-misc/lcd4linux diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask index 08622f737d..9593a9643a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.stable.mask,v 1.12 2015/06/10 20:30:08 pacho Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,10 +18,41 @@ #--- END OF EXAMPLES --- +# Pacho Ramos (01 Nov 2016) +# Dependencies not going to stable for now +dev-util/geany-plugins gtkspell + +# Pacho Ramos (01 Nov 2016) +# net-misc/libteam is now ~ppc ~ppc64 +net-misc/networkmanager teamd + +# Michael Palimaka (21 Oct 2016) +# Requires media-libs/opencv which is not stable +media-plugins/frei0r-plugins facedetect +media-video/vlc opencv + +# Michael Palimaka (25 May 2016) +# Dependencies not stable +app-arch/p7zip kde +app-i18n/uim kde +dev-vcs/subversion kde +games-arcade/jumpnbump kde +media-video/vlc kde +net-irc/quassel kde +net-libs/libproxy kde +net-voip/ekiga kde +sys-auth/polkit kde +x11-misc/xscreensaver new-login + # Pacho Ramos (15 May 2015) # Missing stable dev-libs/protobuf python +# Pacho Ramos (06 Sep 2015) +# webkit-gtk is going to stay in ~all but amd64/x86 +# that are the only arches upstream is taking care +>=x11-libs/wxGTK-3.0.2.0-r1 webkit + # Justin Lecher (21 Feb 2015) # Needs stable GNOME-3 net-fs/netatalk tracker @@ -30,4 +61,4 @@ net-libs/aqbanking ofx # Michael Palimaka (11 Dec 2014) # Dependencies not yet stable -kde-base/systemsettings kscreen +kde-plasma/systemsettings kscreen diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/packages b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/packages index 5c7ba774aa..0ce1bfafd3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/packages @@ -1,6 +1,6 @@ # Copyright 2005-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/packages,v 1.2 2012/11/29 21:29:04 ranger Exp $ +# $Id$ *sys-fs/hfsutils *sys-fs/hfsplusutils diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults index d3655d051e..22657c3cbb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults,v 1.7 2014/06/27 22:17:29 mgorny Exp $ +# $Id$ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -27,7 +27,7 @@ ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas ABI="ppc" DEFAULT_ABI="ppc" MULTILIB_ABIS="ppc" -CHOST_ppc=${CHOST} +CHOST_ppc="${CHOST}" LIBDIR_ppc="lib" # Michał Górny (27 Jun 2014) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.mask deleted file mode 100644 index 31fbc203a9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.mask +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.mask,v 1.6 2015/05/17 02:22:39 yngwin Exp $ - -# Ben de Groot (01 Feb 2015) -# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well. ->=dev-qt/assistant-5.4.0 ->=dev-qt/designer-5.4.0 ->=dev-qt/linguist-5.4.0 ->=dev-qt/linguist-tools-5.4.0 ->=dev-qt/pixeltool-5.4.0 ->=dev-qt/qdbus-5.4.0 ->=dev-qt/qdbusviewer-5.4.0 ->=dev-qt/qdoc-5.4.0 ->=dev-qt/qtconcurrent-5.4.0 ->=dev-qt/qtcore-5.4.0 ->=dev-qt/qtdbus-5.4.0 ->=dev-qt/qtdeclarative-5.4.0 ->=dev-qt/qtdiag-5.4.0 ->=dev-qt/qtgraphicaleffects-5.4.0 ->=dev-qt/qtgui-5.4.0 ->=dev-qt/qthelp-5.4.0 ->=dev-qt/qtimageformats-5.4.0 ->=dev-qt/qtmultimedia-5.4.0 ->=dev-qt/qtnetwork-5.4.0 ->=dev-qt/qtopengl-5.4.0 ->=dev-qt/qtpaths-5.4.0 ->=dev-qt/qtpositioning-5.4.0 ->=dev-qt/qtprintsupport-5.4.0 ->=dev-qt/qtquick1-5.4.0 ->=dev-qt/qtquickcontrols-5.4.0 ->=dev-qt/qtscript-5.4.0 ->=dev-qt/qtsensors-5.4.0 ->=dev-qt/qtserialport-5.4.0 ->=dev-qt/qtsql-5.4.0 ->=dev-qt/qtsvg-5.4.0 ->=dev-qt/qttest-5.4.0 ->=dev-qt/qttranslations-5.4.0 ->=dev-qt/qtwayland-5.4.0 ->=dev-qt/qtwebkit-5.4.0 ->=dev-qt/qtwebsockets-5.4.0 ->=dev-qt/qtwidgets-5.4.0 ->=dev-qt/qtx11extras-5.4.0 ->=dev-qt/qtxml-5.4.0 ->=dev-qt/qtxmlpatterns-5.4.0 ->=dev-qt/qt-creator-3.3.0 -=app-text/calibre-2* ->=sci-astronomy/stellarium-0.13 ->=x11-misc/sddm-0.10.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use index f6522bfef5..86f9d13834 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use @@ -1,7 +1,3 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use,v 1.1 2015/05/03 05:15:22 yngwin Exp $ - -# Ben de Groot (03 May 2015) -# Enable luajit (for OSC) by default -media-video/mpv lua luajit +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask index 2872b8ba56..927706a6d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,9 +1,86 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask,v 1.44 2015/06/02 18:24:49 pacho Exp $ +# $Id$ # This file requires >=portage-2.1.1 +# Bernard Cafarelli <25 Jan 2017) +# Requires a Java dependency +app-text/tesseract scrollview + +# Davide Pesavento (21 Jan 2017) +# Requires unkeyworded dev-python/PyQt5 +dev-python/qscintilla-python qt5 + +# Andreas K. Hüttel (13 Dec 2016) +# Dropping ppc from sci-libs/armadillo, bug 555896 +sci-libs/gdal armadillo + +## Thomas Deutschmann (2016-12-04) +# sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded +>=sci-libs/gdal-2.0.3 mdb + +# Michał Górny (18 Nov 2016) +# libomp does not support 32-bit PPC, #600148. +sys-devel/clang-runtime openmp + +# Arfrever Frehtes Taifersar Arahesis (01 Aug 2016) +# dev-qt/qtwebkit:5 and kde-frameworks/*:5 not keyworded. +net-irc/kvirc kde webkit + +# Alexandre Rostovtsev (28 Jun 2016) +# Missing keywords on app-text/gspell - bug #587368 +>=app-editors/gedit-3.20 spell + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-qt/qtmultimedia:5 +media-plugins/audacious-plugins qt5 +net-analyzer/wireshark qt5 +sci-astronomy/stellarium sound + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-qt/qtwebkit:5, which is a PITA to maintain on +# minor arches and has been declared deprecated by upstream. So we'd like +# to avoid keywording it, unless requested by users. +app-office/texmaker qt5 +dev-qt/designer webkit +net-irc/quassel webkit +kde-plasma/libksysguard detailedmemory + +# Ian Delaney (06 Apr 2016) +# on behalf of Ilya Tumaykin +# app-i18n/uchardet lacks ppc32 keyword. See bug #569114. +media-video/mpv uchardet + +# James Le Cuirot (30 Jan 2016) +# scrollview requires Java, which is unsupported on ppc. +app-text/tesseract scrollview + +# James Le Cuirot (12 Jan 2015) +# Java is no longer supported on ppc. +app-text/texlive pdfannotextractor +dev-lang/logtalk fop +gnome-extra/libgda reports +net-analyzer/wireshark doc-pdf +sci-misc/nco ncap2 + +# Michael Weber (09 Jan 2016) +# no ppc support in media-libs/glfw +app-text/mupdf opengl + +# Ian Delaney (04 Jan 2016) +# on behalf of Ilya Tumaykin +# media-libs/libsdl2 lacks ppc32 keyword. See bug #508226. +media-video/mpv sdl + +# Anthony G. Basile (26 Oct 2015) +# Mask x265 on vlc for bug #564138 +media-video/vlc x265 + +# Ben de Groot (20 Jul 2015) +# missing keyword +media-sound/audacity midi + # Pacho Ramos (02 Jun 2015) # Missing keywords (02 Jun 2015) net-misc/connman openconnect @@ -24,25 +101,18 @@ app-misc/workrave mate # Dependencies lack keywords games-fps/lsdldoom shareware +# Pacho Ramos (12 Apr 2014) +# Missing keywords, bug #507490 +net-misc/modemmanager mbim + # Julian Ospald (23 Nov 2013) # FIXME: app-arch/innoextract not available under ppc yet games-fps/duke3d-data gog -# Alexandre Rostovtsev (30 Dec 2012) -# mono works on this arch (masked in base) -gnome-extra/zeitgeist-datasources -tomboy - -# ranger (17 apr 2012) -# Remasking llvm in mesa - # ranger (17 apr 2012) # masking libvirt for cfengine (bug #412253) net-misc/cfengine libvirt -# Chí-Thanh Christopher Nguyễn (28 Nov 2010) -# sys-devel/llvm is keyworded on ppc -#media-libs/mesa -llvm - # Maciej Mrozowski (26 Jun 2010) # Needs media-libs/simage keyworded, bug 325623 media-libs/coin simage @@ -50,3 +120,8 @@ media-libs/coin simage #nixnut (24 jan 2009) #don't want zemberek for enchant for ppc32 app-text/enchant zemberek + +# Chí-Thanh Christopher Nguyễn (11 Jul 2016) +# Requires unkeyworded kde-frameworks packages +net-irc/quassel qt5 + diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask index fe38b48385..824ebfd2dd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.stable.mask,v 1.8 2015/06/09 04:28:31 jer Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -21,17 +21,21 @@ # Pacho Ramos (15 May 2015) # Missing keywords net-misc/connman l2tp openconnect +sci-libs/plplot ocaml # Pacho Ramos (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch app-misc/gramps webkit dev-java/swt webkit -dev-libs/libpeas seed -dev-util/geany-plugins devhelp markdown webkit >=gnome-base/gnome-desktop-2.32.1-r2 license-docs +gnome-base/gvfs google mail-client/balsa webkit media-gfx/gimp webkit >=net-libs/webkit-gtk-2.4 geoloc net-libs/libproxy webkit >=x11-libs/gtk+-3.12.2 cloudprint x11-libs/gksu gnome + +# Chí-Thanh Christopher Nguyễn (11 Jul 2016) +# Requires unstable dev-qt/qtx11extras:5 (bug 585228) +=x11-themes/qtcurve-1.8.18-r1 qt5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.mask index 6394c21ce8..411b8f3b61 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.mask @@ -1,9 +1,9 @@ # Unmask the flag which corresponds to ARCH. -ppc -# Ben de Groot (01 Feb 2015) -# please remove when keyworded -qt5 +# James Le Cuirot (12 Jan 2015) +# Java is no longer supported on ppc. +java # Michał Górny (27 Jun 2014) # Unmask multilib flag for the ABI. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/make.defaults index a2becb1afe..b49d80c882 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v 1.3 2014/06/27 22:17:30 mgorny Exp $ +# $Id$ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.mask index 844696631f..df9d252f46 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.mask @@ -1,3 +1,3 @@ # Copyright 2012-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/package.mask,v 1.3 2012/11/30 13:50:35 ago Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.use.mask index 3f4d77862a..eb14f71a80 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/package.use.mask @@ -1,6 +1,7 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/package.use.mask,v 1.1 2010/06/24 18:00:09 halcy0n Exp $ +# $Id$ -# The appropriate dependencies are already keyworded for 32bit, just not 64bit -gnome-base/gvfs -bluetooth +# Thomas Deutschmann (2016-12-04) +# sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded +>=sci-libs/gdal-2.0.3 mdb diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/packages b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/packages index c64e6478a3..41f1a1421e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/packages @@ -1,6 +1,6 @@ # Copyright 2012-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/packages,v 1.1 2012/11/30 18:00:27 josejx Exp $ +# $Id$ # This is no longer needed for ppc64-32ul builds -*sys-devel/kgcc64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/parent b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/parent index feb40253cb..0cd1f96e31 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/32ul/parent @@ -1,3 +1,3 @@ -../../../../features/32bit-userland +../../../../features/multilib .. ../../ppc32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/eapi b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/eapi rename to sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/make.defaults new file mode 100644 index 0000000000..64cad24bb3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/make.defaults @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +CHOST="powerpc64le-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# moved from 64bit-native, TODO: move it upwards +SYMLINK_LIB="yes" +LIBDIR_ppc64="lib64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/lib32/parent b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/features/multilib/lib32/parent rename to sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/use.mask new file mode 100644 index 0000000000..dc7ace0c8e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# 2008/02/13 - Chris Gianelloni +# Mask multilib, since we cannot use it. +multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/make.defaults index 0f3a4bf17a..02dca659c5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/make.defaults,v 1.1 2008/04/30 23:35:00 wolf31o2 Exp $ +# $Id$ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -9,3 +9,6 @@ MULTILIB_ABIS="ppc64" CFLAGS_ppc64="-m64" +# moved from 64bit-native, TODO: move it upwards +SYMLINK_LIB="yes" +LIBDIR_ppc64="lib64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.mask index 66cda6cebc..47520c2768 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/package.mask,v 1.7 2009/07/31 08:50:21 ssuominen Exp $ +# $Id$ # =gcc-4 on ppc64 sys-libs/libstdc++-v3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask index 6752a021b9..92f402e42b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask @@ -1,19 +1,15 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/package.use.mask,v 1.22 2015/06/04 18:47:17 kensington Exp $ +# $Id$ + +# Brian Evans (23 Nov 2015) +# unmask galera for dev-db/mariadb +>=dev-db/mariadb-10.1.0 -galera # Agostino Sarubbo (31 Jan 2012) # Mask because requires a lot of unstable depends not ready for the stabilization gnome-extra/nm-applet bluetooth -# Joseph Jezak (18 May 2012) -# Mask the C# bindings for KDE -kde-base/kdebindings-meta csharp - -# Patrick McLean (08 Nov 2011) -# mask conntrack USE flag for dnsmasq as dep is not keyworded -net-dns/dnsmasq conntrack - # Brent Baude (06 Jan 2010) # masking toolame for mplayer bug 280281 media-video/mplayer toolame diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/parent b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/parent index 00012cfe73..f3229c5b98 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/parent @@ -1,2 +1 @@ -../../../../features/64bit-native .. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/use.mask index cd1a9e7282..cea52a136d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/use.mask @@ -1,5 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/use.mask,v 1.14 2015/05/10 18:19:16 jer Exp $ +# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 +# $Id$ + +# Anthony G. Basile (01 Aug 2015) +# There is no luajit support on ppc64 userland. Bug #554376. +luajittex # Jeroen Roovers (10 May 2015) # virtual/opencl requires media-libs/mesa[opencl] (bug #549096) @@ -8,7 +12,6 @@ opencl # this is a list of USE flags that should not be used on PPC64 # Tom Gall manages this list directfb -krb4 # Agostino Sarubbo (22 Dec 2012) # mask kde since is not anymore keyworded for ppc64 @@ -20,10 +23,7 @@ frei0r pda prelude -mzscheme -chasen mono -beagle networkmanager ocamlopt @@ -35,9 +35,6 @@ xmms2 # dietlibc diet -#pyste has untested/unkeyworded deps on ppc64 -pyste - # we don't have hardware to test. also see bug #113398 dvb @@ -59,9 +56,6 @@ video_cards_radeonsi #until netbeans is keyworded netbeans -#build is busted -pike - # mask pcmcia (bug #131306) pcmcia @@ -71,16 +65,9 @@ mpd # app-admin/hddtemp hddtemp -# mask pbbuttonsd - reported by Mr Bones, ok'd by dostrow -pbbuttonsd - # Unmask this here, since only ppc64 can use it -ibm -# Masking here so sys-fs/evms quits complaining -hb -hb2 - # USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. # Bug #184563, 18 Sep 2007 # Robin H. Johnson @@ -89,3 +76,7 @@ audit # unregisterised ghc arch for now. # no ghci - no TH template_haskell + +# 2008/02/13 - Chris Gianelloni +# Mask multilib, since we cannot use it. +multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults index b309a264d7..967a2a5a69 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/make.defaults,v 1.12 2014/06/27 22:17:30 mgorny Exp $ +# $Id$ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use index 7833fd2dea..1c520e9292 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use @@ -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/profiles/arch/powerpc/ppc64/package.use,v 1.2 2012/11/05 15:51:49 slyfox Exp $ +# $Id$ # Doug Goldstein (29 Oct 2012) # Enable the native arch as the default qemu target diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force index 320fcf0dac..fef54d70b3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.force,v 1.2 2012/10/30 17:51:34 ssuominen Exp $ +# $Id$ # Samuli Suominen (30 Oct 2012) -# Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-base/kdm gets +# Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-plasma/kdm gets # stable keyword, this line can be removed. x11-misc/xscreensaver gdm diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.mask index 7c66e6c315..c28e5fa8dc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,62 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v 1.70 2015/06/16 08:27:24 jlec Exp $ +# $Id$ + +# Jeroen Roovers <16 Jan 2017> +# Incomplete support, bug #605878. +net-misc/tor seccomp + +# Jeroen Roovers <5 Feb 2017> +# media-libs/libilbc has not been ported to PPC64 +media-video/ffmpeg libilbc + +# Robin H. Johnson (18 Nov 2016) +# dev-lang/luajit lacks ppc64 keyword. luajit upstream does not support ppc64 +dev-db/redis luajit + +# Arfrever Frehtes Taifersar Arahesis (01 Aug 2016) +# kde-frameworks/*:5 not keyworded. +net-irc/kvirc kde + +# Alexandre Rostovtsev (28 Jun 2016) +# Missing keywords on app-text/gspell - bug #587368 +>=app-editors/gedit-3.20 spell + +# Jeroen Roovers (19 May 2016) +# pulls in many dev-ruby/asciidoctor dependencies (bug #583390) +net-misc/chrony html + +# Patrice Clement (08 Feb 2016) +# I would need to keyword an awful lot of packages on ppc64 +# that would need Java 7 otherwise. +dev-java/batik python +dev-java/bsf python +dev-java/ant-apache-bsf python + +# Michael Weber (09 Jan 2016) +# no ppc64 support in media-libs/glfw +app-text/mupdf opengl + +# Ian Delaney (05 Jan 2016) +# on behalf of Ilya Tumaykin +# dev-lang/luajit lacks ppc64 keyword. See bug #488318. +media-video/mpv luajit + +# Jeroen Roovers (26 Dec 2015) +# Mask until >sys-cluster/ceph-0.94 goes stable +net-analyzer/rrdtool rados + +# Justin Lecher (3 Dec 2015) +# Missing keywords on deps #567458 +kde-apps/kalzium editor + +# Michael Palimaka (17 Oct 2015) +# Unkeyworded dependencies +dev-qt/qtwebkit webchannel + +# Ben de Groot (20 Jul 2015) +# missing keywords +media-sound/audacity midi # Justin Lecher (16 June 2015) # Pending bug upstream, #550818 @@ -10,19 +66,6 @@ # dev-lang/luajit lack ppc64 keyword, bug #551540 dev-libs/libpeas jit -# James Le Cuirot (21 May 2015) -# Mask rdeps of icedtea-web to deal with bug #549134. I had hoped to -# apply the ppc64 keyword today but it segfaulted upon testing. -dev-java/icedtea nsplugin webstart - -# Jeroen Roovers (26 Apr 2015) -# Needs the entire LXDE to be useful (bug #520296) -xfce-extra/xfce4-power-manager lxpanel - -# Johannes Huber (28 Jan 2015) -# Missing keyword on dev-libs/botan, bug #458438 -app-crypt/qca botan - # Matthias Maier (24 Dec 2014) # sys-devel/clang is not keyworded app-doc/doxygen clang @@ -32,12 +75,6 @@ app-doc/doxygen clang # are missing keywords. games-simulation/openttd openmedia -# Michael Palimaka (02 Apr 2013) -# Requires dev-lang/mono which currently has some issues -# on ppc64. -kde-base/kdebindings-meta csharp -net-libs/libkolabxml csharp - # Sergey Popov (18 Feb 2013) # sys-cluster/ploop can not be build on ppc64, bug #447644 # Masking USE-dep on it @@ -48,23 +85,10 @@ sys-cluster/vzctl ploop # keyworded here. Remove mask if this situation changes. gnome-extra/sushi office -# Michael Weber (14 Jun 2012) -# Mask net-misc/networkmanager[wimax] till bug 386121 is resolved -net-misc/networkmanager wimax - -# Kacper Kowalik (09 Mar 2012) -# Mask media-video/ffmpeg[vpx] and media-video/mplayer[vpx] -# on ppc64 as there is no stable version yet -media-video/ffmpeg vpx - # Kacper Kowalik (02 Sep 2011) # Mask www-client/seamonkey[ipc] on ppc64 wrt #381191 www-client/seamonkey ipc -# Sergei Trofimovich (03 Aug 2011) -# sys-devel/llvm has no ppc64 keywords yet (bug #320221) -dev-lang/ghc llvm - # Kacper Kowalik (22 Mar 2011) # Mask polkit[kde] wrt #354509 sys-auth/polkit kde @@ -73,10 +97,6 @@ sys-auth/polkit kde # Mask gps for marble kde-apps/marble gps -# Pacho Ramos (08 Jul 2010) -# Needs app-mobilephone/obex-data-server keyworded, bug 305913 -gnome-base/gvfs bluetooth - # Samuli Suominen (21 Jun 2010) # These need stable kdelibs-4. app-i18n/uim kde @@ -85,26 +105,10 @@ dev-vcs/subversion kde media-video/vlc kde net-libs/libproxy kde -# Tomáš Chvátal (06 June 2010) -# requires more keywording per bug #323003 -kde-base/kde-meta sdk - # Kacper Kowalik (30 May 2010) # quesoglc is not keyworded x11-misc/rss-glx quesoglc -# uses games-board/ggz-gtk-client -games-strategy/freeciv ggz - -# Mark Loeser (02 Mar 2010) -# Mask webkit useflag since dev-python/mako and dev-python/pywebkitgtk are not -# keyworded -media-sound/rhythmbox webkit - -# Ben de Groot (15 Jul 2009) -# Mask dillo useflag as current version is unkeyworded (bug 253083) -mail-client/claws-mail dillo - # Brent Baude (05 May 2009) # Masking webkit from libproxy due to TOC failure on webkit # and stupid 64bit toolchain. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask index a349cda9b6..24325675d2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.stable.mask,v 1.7 2015/06/02 14:49:34 kensington Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,15 +18,16 @@ #--- END OF EXAMPLES --- -# Davide Pesavento (11 May 2015) -# dev-qt/qtopenvg not yet stable -dev-qt/qtdemo openvg +# Davide Pesavento (06 Jun 2016) +# dev-qt/qtx11extras:5 not stable yet (bug 585228) +media-video/vlc qt5 +x11-themes/qtcurve qt5 # Pacho Ramos (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch dev-java/swt webkit -dev-util/geany-plugins devhelp markdown webkit >=gnome-base/gnome-desktop-2.32.1-r2 license-docs +gnome-base/gvfs google >=net-libs/webkit-gtk-2.4 geoloc >=x11-libs/gtk+-3.12.2 cloudprint x11-libs/gksu gnome diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.mask index 91c7ba26db..b047e41efe 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.mask @@ -23,12 +23,7 @@ battery # Unmask the flag for Playstation 3 -ps3 -# Raúl Porcel (11 Aug 2008) -# Missing keyword on net-wireless/madwifi -madwifi - # mask custom-cpuopts and cpudetection on ppc64 for mplayer - bug #234629 -custom-cpuopts cpudetection # Michał Górny (4 May 2013) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.mask index 7b8cf0dfc1..045bd3ab05 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.mask @@ -1,6 +1,10 @@ # PPC Specific use flags # +# Jeroen Roovers (22 Sep 2015) +# sci-libs/mkl is not supported on PPC +mkl + # Jeroen Roovers (25 May 2015) # PowerPC has no support for this bootloader (bug #550322) gnuefi @@ -9,10 +13,6 @@ gnuefi # dependencies not keyworded yet ayatana -# Anthony G. Basile (30 Sep 2014) -# sys-libs/libseccomp has not been ported to ppc/ppc64, bug #524148 -seccomp - # Anthony G. Basile (10 Jul 2014) # codec support x264, bug #516856 -x264 @@ -22,7 +22,6 @@ klibc # These flags should only be used for ppc -ppcsha1 --pbbuttonsd # Unmask the Altivec instruction set -altivec @@ -33,27 +32,19 @@ klibc # 3dfx acpi -avi lm_sensors rar hdf fmod -i8x0 xvmc # cg is only provided by nvidia's binary only cg toolkit cg # dmi depends on PC BIOSes, we don't have those dmi -# Appears to be x86 only, feel free to remove if you disagree -nvtv #2006/10/11 - corsair - bug #150925 -graphlcd lcd_devices_graphlcd # Masked vaapi for PowerPC until it works on hardware available to PowerPC users (cell, etc.) vaapi -# Doug Goldstein (27 Apr 2007) -# Dell does not ship or sell PPC systems -dell # User Mode Linux isn't supported on ppc yet uml @@ -66,61 +57,15 @@ afs # Masking mbrola for bug #84322, if a new version is released, remove this mbrola -# Keep and eye on firebird and interbase as pair -interbase - -# cardoe@gentoo.org -# masking ivtv since I got the original support for it -# but it was never stabled and it appears to have been -# broken in later releases by an endian issue. I no longer -# have the hardware to test -ivtv - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_wacom # Diego Pettenò (6 Dec 2006) -# Unmask the Apple drivers --alsa_cards_aoa --alsa_cards_aoa-fabric-layout --alsa_cards_aoa-onyx --alsa_cards_aoa-soundbus --alsa_cards_aoa-soundbus-i2s --alsa_cards_aoa-tas --alsa_cards_aoa-toonie --alsa_cards_powermac # Mask ALSA drivers for ISA cards -alsa_cards_cs4232 alsa_cards_msnd-pinnacle -alsa_cards_cs4231-lib -alsa_cards_adlib -alsa_cards_ad1816a -alsa_cards_ad1848 -alsa_cards_als100 -alsa_cards_azt2320 -alsa_cards_cmi8330 -alsa_cards_cs4231 -alsa_cards_cs4236 -alsa_cards_dt019x -alsa_cards_es968 -alsa_cards_es1688 -alsa_cards_es18xx -alsa_cards_gusclassic -alsa_cards_gusextreme -alsa_cards_gusmax -alsa_cards_interwave -alsa_cards_interwave-stb -alsa_cards_opl3sa2 -alsa_cards_opti92x-ad1848 -alsa_cards_opti92x-cs4231 -alsa_cards_opti93x -alsa_cards_miro -alsa_cards_sb8 alsa_cards_sb16 alsa_cards_sbawe -alsa_cards_sb16_csp -alsa_cards_sgalaxy alsa_cards_sscape alsa_cards_wavefront @@ -142,15 +87,11 @@ lcd_devices_stv5730 # Both lcd_devices_t6963 -# Fixes bug #86787 -fusion - # 2006/08/18 - Donnie Berkholz # Modular X: mask for architectures on which they aren't available video_cards_apm video_cards_ark video_cards_ast -video_cards_cyrix video_cards_i128 video_cards_i740 video_cards_intel @@ -171,9 +112,9 @@ video_cards_ilo # vmware wasn't added with mesa-8.0, but it should still be masked video_cards_vmware -# Doug Goldstein (3 Apr 2008) -# nvidia-drivers specific feature which don't exist for ppc -opengl-xvmc +# Matt Turner (13 Nov 2015) +# radeonsi requires glamor support +video_cards_radeonsi # Intel Integrated Primitive (sci-libs/ipp) support ipp @@ -199,14 +140,6 @@ mumble # ppc keywords were dropped for dev-libs/prelude prelude -# Matt Turner (25 Apr 2012) # Masked because nvidia-texture-tools is not (tested) for PowerPC nvtt @@ -225,3 +158,5 @@ clvm # Pacho Ramos (08 Jan 2014) # Unmask systemd since it is keyworded here. -systemd + + diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.stable.mask index c3939b0c9d..987ea63597 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.stable.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/use.stable.mask,v 1.14 2015/05/15 12:12:55 pacho Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/make.defaults new file mode 100644 index 0000000000..17e6e78e9e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Main RISC-V profile; endian/bitsize independent. + +ARCH="riscv" +ACCEPT_KEYWORDS="riscv" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask new file mode 100644 index 0000000000..6534d12ba4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# libpcre doesn't support jit on RISC-V. +dev-libs/libpcre jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/parent b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/parent new file mode 100644 index 0000000000..eb001c6e8a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/parent @@ -0,0 +1 @@ +../base diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/use.force new file mode 100644 index 0000000000..612aced6a1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/use.force @@ -0,0 +1,2 @@ +# Force the flag which corresponds to ARCH. +riscv diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/ChangeLog deleted file mode 100644 index a21ac57ba3..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/ChangeLog +++ /dev/null @@ -1,247 +0,0 @@ -# ChangeLog for Gentoo/s390 profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v 1.84 2015/05/24 04:34:24 mattst88 Exp $ - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 17 Mar 2015; Mike Frysinger +package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics] #499974. - - 18 Feb 2015; Sergey Popov package.use.mask: - Mask app-portage/layman[g-sorcery] - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the library gets support #524148 by Christian Ruppert. - - 16 Sep 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask xorg-server glamor/wayland flags - - 29 Jul 2014; Robin H. Johnson package.use.mask: - Update MySQL tcmalloc mask for percona-server. - - 01 Jul 2014; Michał Górny make.defaults, - s390x/make.defaults, +s390x/use.mask, use.mask: - Adjust use.mask properly and hide the flags since the both profiles are - non-multilib by default. Add IUSE_IMPLICIT. - - 05 Apr 2014; Mike Frysinger make.defaults, - s390x/make.defaults, s390x/use.force, use.force: - Adjust multilib settings after the multilib USE flag rework. - - 19 Mar 2014; Andreas K. Huettel +eapi, +s390x/eapi: - Increase EAPI to 5 - - 11 Jan 2014; Mikle Kolyada package.use.mask: - Masking dev-vcs/git mediawiki (bug #497068) - - 29 Sep 2013; Andreas K. Huettel make.defaults: - s390 goes unstable/testing as per council decision - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 11 Aug 2013; Alexis Ballier package.mask: - move texlive mask from global to arch profiles, bug #475124 - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 10 Apr 2013; Agostino Sarubbo package.use.mask: - Mask x11-libs/gtk+[colord] because requires too much unstable depends - - 03 Mar 2013; Mike Frysinger use.mask: - Unmask a bunch of X flags and mask more gnome flags. - - 03 Mar 2013; Mike Frysinger use.mask: - Mask USE=gtk3 since we do not have GTK keyworded. - - 03 Mar 2013; Mike Frysinger use.mask: - Unmask jpeg2k/svg/webp #456864 by Sergey Popov. - - 22 Feb 2013; Robin H. Johnson package.use.mask: - tcmalloc does not support s390. - - 18 Feb 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_* that are used by media-libs/mesa - - 18 Feb 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask wayland USE flag. - - 21 Jan 2013; Mike Frysinger make.defaults, use.mask: - Adjust X input/video settings by disabling most #453114 by Sergey Popov. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 13 Jan 2013; Raúl Porcel s390x/make.defaults: - Add -multilib on BOOTSTRAP_USE for s390x, bug #451020 - - 09 Jan 2013; Justin Lecher package.use.mask: - Mask test for dev-lang/tk, x11-base/xorg-server[xvfb] is not keyworded - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 21 Oct 2012; Raúl Porcel package.use.mask: - Remove sys-apps/portage python3 p.use.mask now that python3 is stable - - 29 Sep 2012; Raúl Porcel use.mask: - Use.mask lucene, bug #404267 - - 27 Aug 2012; Mike Frysinger +s390x/make.defaults, - make.defaults, parent: - Setup multilib settings for all s390 and s390x targets. - - 26 Aug 2012; Raúl Porcel package.use.mask: - Update python3+portage mask - - 26 Aug 2012; Raúl Porcel use.mask: - Use.mask rtmp,metalink - - 19 Aug 2012; Raúl Porcel use.mask: - Add clang to use.mask, needs testing - - 05 Aug 2012; Raúl Porcel use.mask: - Use.mask gts, devil, bug #419621 - - 06 May 2012; Raúl Porcel use.mask: - Add systemd to use.mask, needs testing - - 08 Apr 2012; Raúl Porcel package.use.mask: - Unmask pyxattr - - 21 Feb 2012; Zac Medico package.use.mask: - Bug #402215: Mask USE=xattr for sys-apps/portage, pending ~s390 keyword for - dev-python/pyxattr. - - 05 Nov 2011; Raúl Porcel package.use.mask: - Package.use.mask dev-libs/libpcre jit since it isn't supported on this arch - - 18 Sep 2011; Samuli Suominen use.mask: - Remove obsolete USE="hal" mask. - - 07 Aug 2011; Raúl Porcel use.mask: - Use.mask webp, fftw - - 03 Jul 2011; Raúl Porcel package.use.mask: - P.use.mask =sys-apps/portage-2.1.10* python3 - - 30 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/linux-sources, bug 118442. - - 02 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 31 Mar 2011; Tomáš Chvátal package.use.mask: - Drop mask on non-existant portage version. - - 27 Feb 2011; Raúl Porcel -package.mask: - Punt package.mask - - 27 Feb 2011; Raúl Porcel use.mask: - Use.mask pdfannotextractor - - 30 Jan 2011; Raúl Porcel use.mask: - Use.mask enchant - - 04 Dec 2010; Raúl Porcel use.mask: - Use.mask openexr - - 27 Nov 2010; Raúl Porcel package.use.mask: - Add portage python3 use-flag to p.use.mask - - 21 Nov 2010; Ryan Hill use.mask: - Mask lpsol USE flag, needs sci-mathematics/glpk. - - 13 Nov 2010; Alexis Ballier package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 24 Oct 2010; Raúl Porcel use.mask: - Use.mask libvirt, tokyocabinet - - 22 May 2010; Raúl Porcel use.mask: - Use.mask svg - - 13 Mar 2010; Samuli Suominen package.mask: - Mask libpng-1.4 pending on texlive-core-2009 unmasking. - - 25 Jan 2010; Alexis Ballier +package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 11 Dec 2009; Raúl Porcel use.mask: - Use.mask libproxy - - 27 Oct 2009; Raúl Porcel use.mask: - Use.mask autotrace, lqr - - 01 Aug 2009; Sébastien Fabbro use.mask: - Added wxwdigets to use.mask (wxwindows already present) - - 17 Jul 2009; Raúl Porcel use.mask: - Use.mask libnl - - 09 Jun 2009; Raúl Porcel use.mask: - Use.mask jpeg2k - - 07 Jun 2009; Raúl Porcel use.mask: - Use.mask prolog - - 10 May 2009; Raúl Porcel use.mask: - Add hal to use.mask - - 01 May 2009; Raúl Porcel use.mask: - Use.mask mpi, fuse - - 29 Apr 2009; Raúl Porcel use.mask: - Add pango to use.mask - - 23 Apr 2009; Raúl Porcel use.mask: - Unmask libssh2 - - 10 Apr 2009; Raúl Porcel use.mask: - Add kde to use.mask - - 08 Apr 2009; Raúl Porcel use.mask: - Add lasi to use.mask - - 27 Mar 2009; Raúl Porcel package.use.mask: - P.use.mask net-dns/avahi python, since it needs gtk USE-flag - - 11 Mar 2009; Raúl Porcel use.mask: - Add lyx to use.mask - - 10 Mar 2009; Raúl Porcel use.mask: - Add xindy to use.mask - - 16 Jan 2009; Raúl Porcel use.mask: - Use.mask chicken, clisp, R, octave - - 25 Dec 2008; Raúl Porcel use.mask: - Add raw to use.mask - - 07 Dec 2008; Mike Frysinger use.mask: - Mask cairo USE flag. - - 07 Dec 2008; Mike Frysinger use.mask: - Mask bluetooth. - - 05 Nov 2008; Mike Frysinger packages: - Remove hdparm from system and allow common glibc mask. - - 11 Apr 2008; Chris Gianelloni use.mask: - Sync use.mask with default-linux. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/make.defaults index 68f5b42fdc..a4076b2adf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/make.defaults @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v 1.11 2014/07/01 08:28:31 mgorny Exp $ +# $Id$ ARCH="s390" ACCEPT_KEYWORDS="s390 ~s390" MULTILIB_ABIS="s390" DEFAULT_ABI="s390" -ABI=${DEFAULT_ABI} +ABI="${DEFAULT_ABI}" CHOST="s390-ibm-linux-gnu" CFLAGS="-O2 -pipe" @@ -15,6 +15,9 @@ CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" +LIBDIR_s390x="lib64" +LIBDIR_s390="lib" + INPUT_DEVICES="void" VIDEO_CARDS="dummy" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask index 3b5c460826..aefd4e3206 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/package.mask,v 1.8 2013/08/11 16:55:41 aballier Exp $ +# $Id$ # Alexis Ballier (27 Jun 2013) # TeX Live 2013 mask. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.force index e23cd49dc0..46dcb50682 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.force @@ -1,7 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/package.use.force,v 1.1 2015/03/17 01:42:50 vapier Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 dev-libs/efl oldlua + +# Mike Frysinger (09 Dec 2016) +# The ABI changes when the flag is disabled. Force it for now. +# https://gmplib.org/list-archives/gmp-bugs/2016-December/004039.html +dev-libs/gmp asm diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask index 9aa86a4c49..46d3dffd59 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/package.use.mask,v 1.31 2015/05/24 04:34:24 mattst88 Exp $ +# $Id$ + +# Sergey Popov (24 Oct 2015) +# Not tested +net-mail/dovecot lz4 # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 @@ -13,6 +17,7 @@ app-portage/layman g-sorcery # Chí-Thanh Christopher Nguyễn (16 Sep 2014) # Needs libepoxy keywording, bug #510940 x11-base/xorg-server glamor wayland +x11-drivers/xf86-video-ati glamor # Mikle Kolyada (11 Jan 2014) # too much unkeyworded dependencies (bug #497068) @@ -42,9 +47,6 @@ net-firewall/iptables netlink # Needs gtk USE-flag net-dns/avahi python -# Masking this so repoman shuts up about paludis -sys-apps/paludis ruby-bindings - # missing keyword for sys-cluster/openmpi sys-cluster/mpich2 dev-libs/boost mpi diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/make.defaults index 144bde92c4..e5746afd91 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/make.defaults @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/make.defaults,v 1.5 2014/07/01 08:28:31 mgorny Exp $ +# $Id$ MULTILIB_ABIS="s390x" DEFAULT_ABI="s390x" -ABI=${DEFAULT_ABI} +ABI="${DEFAULT_ABI}" CHOST="s390x-ibm-linux-gnu" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/package.use.force new file mode 100644 index 0000000000..1c2eb1f5c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (11 Nov 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_SystemZ +sys-devel/llvm llvm_targets_SystemZ diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/use.force index a60fb992a9..99e2f8b66c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/s390x/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/use.force,v 1.3 2014/04/05 15:38:48 vapier Exp $ +# $Id$ # Force the flag corresponding to the only ABI. -abi_s390_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.force index c181af7abc..ed7a0b4138 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/use.force,v 1.3 2014/04/05 15:38:48 vapier Exp $ +# $Id$ # Force the flag which corresponds to ARCH. s390 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.mask index 3687d153fe..2baaee189c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/use.mask @@ -6,7 +6,6 @@ # Stuff we don't want/not tested pbins -chicken R octave xindy @@ -15,8 +14,6 @@ lasi kde mpi fuse -prolog -libnl autotrace lqr libproxy @@ -36,7 +33,6 @@ lucene # This file contains a list of useflags that cannot be used on s390. bluetooth -dell pcmcia cdr qt4 @@ -48,20 +44,12 @@ alsa apm directfb lirc -trusted -voodoo3 -wavelan java -java-internal -java-external hardened # Needs java pdfannotextractor -# not working for now -mzscheme - # no gnome love yet fits gconf @@ -72,22 +60,16 @@ gtk3 gnome gnome-keyring -# mask wayland since dev-libs/wayland isn't keyworded -wayland - diet m17n-lib xemacs Xaw3d neXt motif -glitz mono -pike ocaml sdl lm_sensors -wxwindows wxwidgets # Samuli Suominen (18 Jan 2013) @@ -111,6 +93,7 @@ input_devices_vmmouse input_devices_synaptics input_devices_tslib input_devices_wacom +video_cards_amdgpu video_cards_apm video_cards_ark video_cards_ast @@ -159,6 +142,3 @@ opencl # Unmask once sys-libs/libunwind gets ported & keyworded. unwind - -# sys-libs/libseccomp has not been ported to this arch yet #524148 -seccomp diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/ChangeLog deleted file mode 100644 index 88b9ebe1c7..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/ChangeLog +++ /dev/null @@ -1,290 +0,0 @@ -# ChangeLog for Gentoo/sh profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/ChangeLog,v 1.100 2015/05/24 04:34:39 mattst88 Exp $ - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 17 Mar 2015; Mike Frysinger +package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics] #499974. - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the kernel/library gets support #524148 by Christian - Ruppert. - - 01 Jul 2014; Michał Górny make.defaults: - Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid - issues. - - 01 Jul 2014; Michał Górny make.defaults: - Set MULTILIB_ABIS as well, just in case. - - 01 Jul 2014; Michał Górny make.defaults: - Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in - ebuilds. - - 03 Jun 2014; Brian Evans package.use.mask: - Mask jemalloc on dev-db/mysql and dev-db/mariadb bug #429708 - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 11 Jan 2014; Mikle Kolyada package.use.mask: - Masking dev-vcs/git mediawiki (bug #497068) - - 29 Sep 2013; Andreas K. Huettel make.defaults: - sh goes unstable/testing as per council decision - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 28 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_radeonsi. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 27 Dec 2012; Sergey Popov package.mask, - package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 21 Oct 2012; Raúl Porcel package.use.mask: - Remove sys-apps/portage python3 p.use.mask now that python3 is stable - - 29 Sep 2012; Raúl Porcel use.mask: - Use.mask lucene, bug #404267 - - 26 Aug 2012; Raúl Porcel package.use.mask: - Update python3+portage mask - - 26 Aug 2012; Raúl Porcel use.mask: - Use.mask rtmp,metalink - - 19 Aug 2012; Raúl Porcel use.mask: - Add clang to use.mask, needs testing - - 05 Aug 2012; Raúl Porcel use.mask: - Use.mask gts, devil, bug #419621 - - 29 Jul 2012; Raúl Porcel use.mask: - Use.mask soundcloud, bug #424509 - - 04 Jul 2012; Samuli Suominen use.mask: - Remove obsolete entry for USE="xulrunner" wrt #424617 - - 28 May 2012; Raúl Porcel package.use.mask: - package.use.mask x11-misc/xscreensaver new-login, bug #412847 - - 06 May 2012; Raúl Porcel use.mask: - Add systemd to use.mask, needs testing - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. Also remove dead radeonhd mask. - - 05 Nov 2011; Raúl Porcel package.use.mask: - Package.use.mask dev-libs/libpcre jit since it isn't supported on this arch - - 01 Nov 2011; Samuli Suominen use.mask: - Remove obsolete entry for USE="v4l2" - - 07 Aug 2011; Raúl Porcel use.mask: - Use.mask webp - - 03 Jul 2011; Raúl Porcel package.use.mask: - P.use.mask =sys-apps/portage-2.1.10* python3 - - 30 Jun 2011; Pacho Ramos package.use.mask: - Needed plugins are not keyworded on these arches - - 23 Apr 2011; Raúl Porcel use.mask: - Add video_cards_nouveau to use.mask - - 23 Apr 2011; Raúl Porcel package.use.mask: - Cleanup package.use.mask - - 20 Mar 2011; Raúl Porcel package.use.mask: - Unmask iptables netlink - - 27 Feb 2011; Raúl Porcel -package.mask: - Punt package.mask - - 27 Feb 2011; Raúl Porcel use.mask: - Use.mask pdfannotextractor - - 13 Feb 2011; Raúl Porcel package.use.mask: - p.use.mask media-libs/mesa gallium as it fails to build - - 06 Jan 2011; Raúl Porcel use.mask: - Use.mask libev - - 04 Dec 2010; Raúl Porcel use.mask: - Use.mask openexr - - 27 Nov 2010; Raúl Porcel package.use.mask: - Add portage python3 use-flag to p.use.mask - - 21 Nov 2010; Ryan Hill use.mask: - Mask lpsol USE flag, needs sci-mathematics/glpk. - - 13 Nov 2010; Alexis Ballier +package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 12 Oct 2010; Raúl Porcel use.mask: - Use.mask wildmidi - - 15 Aug 2010; Raúl Porcel use.mask: - Use.mask iphone, some cleanup - - 09 Aug 2010; Kacper Kowalik use.mask: - Mask cblas-external - - 06 Jun 2010; Raúl Porcel use.mask: - Use.mask tokyocabinet - - 17 Apr 2010; Raúl Porcel use.mask: - Use.mask fits - - 13 Feb 2010; Raúl Porcel -package.mask: - Unmask texlive-2009 - - 07 Feb 2010; Raúl Porcel use.mask: - Use.mask dvd - - 30 Jan 2010; Raúl Porcel use.mask: - Use.mask v4l/v4l2 - - 25 Jan 2010; Alexis Ballier +package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 17 Dec 2009; Raúl Porcel use.mask: - Use.mask lensfun - - 13 Dec 2009; Rémi Cardona use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 11 Dec 2009; Raúl Porcel use.mask: - Use.mask musepack, authdaemond - - 21 Nov 2009; Raúl Porcel use.mask: - Use.mask bluetooth - - 27 Oct 2009; Raúl Porcel use.mask: - Use.mask autotrace, lqr - - 22 Oct 2009; Raúl Porcel -virtuals: - Remove virtuals file - - 01 Jul 2009; Raúl Porcel use.mask: - Use.mask seamonkey - - 30 Jun 2009; Raúl Porcel package.use.mask: - Package.use.mask media-plugins/gst-plugins-meta lame taglib - - 30 Jun 2009; Raúl Porcel use.mask: - Use.mask fluidsynth, libmms, sid - - 12 Jun 2009; Ulrich Mueller use.mask: - Remove paludis from use.mask since the flag is gone. - - 08 Jun 2009; Raúl Porcel use.mask: - Use.mask timidity - - 07 Jun 2009; Raúl Porcel use.mask: - Use.mask prolog - - 21 May 2009; Raúl Porcel use.mask: - Use.mask paludis - - 17 May 2009; Raúl Porcel use.mask: - Add webkit/xulrunner to use.mask - - 27 Apr 2009; Raúl Porcel -package.mask: - Punt package.mask - - 23 Apr 2009; Raúl Porcel use.mask: - Unmask libssh2 - - 08 Apr 2009; Raúl Porcel use.mask: - Add cblas to use.mask - - 07 Apr 2009; Raúl Porcel use.mask: - Add fusion to use.mask - - 06 Apr 2009; Raúl Porcel use.mask: - Add lapack to use.mask - - 06 Apr 2009; Raúl Porcel use.mask: - Add mpi and lasi to use.mask - - 05 Apr 2009; Raúl Porcel use.mask: - Use.mask gnomecd - - 13 Mar 2009; Raúl Porcel use.mask: - Masking a lot of video_cards which i doubt are available on SH - - 12 Mar 2009; Raúl Porcel use.mask: - Add video_cards_radeonhd and video_cards_ast to use.mask - - 11 Mar 2009; Raúl Porcel use.mask: - Add lyx to use.mask - - 10 Mar 2009; Raúl Porcel use.mask: - Add xindy to use.mask - - 20 Feb 2009; Raúl Porcel use.mask: - Use.mask scanner, no hardware to test - - 06 Feb 2009; Raúl Porcel package.use.mask, use.mask: - Use.mask xemacs, not keyworded - - 19 Jan 2009; Raúl Porcel use.mask: - Some reordering, and use.mask tracker, fuse, gphoto2 and laptop - - 16 Jan 2009; Raúl Porcel use.mask: - Use.mask chicken, clisp, R, octave - - 15 Jan 2009; Raúl Porcel package.use.mask, use.mask: - Move dvb and mythtv p.use.mask to use.mask - - 01 Jan 2009; Raúl Porcel use.mask: - Add gimp to use.mask - - 10 Nov 2008; Raúl Porcel package.use.mask: - Move stuff from default/linux/sh - - 13 May 2008; Christoph Mende package.use.mask: - Mask wavpack USE flag for mpd - - 11 Apr 2008; Chris Gianelloni use.mask: - Sync use.mask with default-linux. - - 02 Apr 2008; Mart Raudsepp package.use.mask: - USE mask dvb and mythtv on gst-plugins-meta - dependencies not keyworded - - 02 Apr 2008; Mart Raudsepp use.mask: - Mask networkmanager USE flag - no version of it keyworded - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/make.defaults index fe78bcfd9a..d024264d2e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/make.defaults,v 1.7 2014/07/01 14:13:01 mgorny Exp $ +# $Id$ # Main SuperH profile diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.mask index b61f35648f..dc9769efed 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.mask @@ -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/profiles/arch/sh/package.mask,v 1.11 2012/12/27 11:23:02 pinkbyte Exp $ +# $Id$ # Zac Medico (09 Aug 2011) # Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.force index 1c6f1125d5..5db5bc8519 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/package.use.force,v 1.1 2015/03/17 01:42:57 vapier Exp $ +# $Id$ # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.mask index 667abe1b86..1667b6afe2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/package.use.mask @@ -1,6 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/package.use.mask,v 1.32 2015/05/24 04:34:39 mattst88 Exp $ +# $Id$ + +# Mike Frysinger 21 Feb 2016 +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Sergey Popov (24 Oct 2015) +# Not tested +net-mail/dovecot lz4 # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 @@ -35,10 +43,6 @@ media-libs/mesa gallium # pkcs11-helper is not keyworded net-misc/openvpn pkcs11 -# Gilles Dartiguelongue (19 Oct 2007) -# gdm depends on zenity which is not keyworded ->=gnome-base/gdm-2.20 remote - # Christoph Mende (14 May 2008) # media-sound/wavpack is not keyworded media-sound/mpd wavpack diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/use.mask index 6e2cba847c..505fdfb29a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sh/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sh/use.mask @@ -11,8 +11,6 @@ hardened # There is no java in this profile (if there is it must be available). Without # this repoman will fail on apps like sys-libs/db java -java-internal -java-external pdfannotextractor # broken upstream, see libavcodec/sh4/idct_sh4.c:#error @@ -24,7 +22,6 @@ dvd ios # Stuff we don't want -chicken fuse R octave @@ -33,7 +30,6 @@ xindy lyx mpi lasi -fusion lensfun fits networkmanager @@ -44,14 +40,11 @@ clang # Stuff that doesn't make sense on this arch 3dfx -dell dmi -laptop # havent tested yet scanner gphoto2 -mythtv dvb qt4 kde @@ -62,21 +55,13 @@ mono lm_sensors qdbm fftw -netjack -mzscheme -beagle eds -pike -nvtv xine ocaml gimp xemacs -gnomecd lapack -cblas webkit -prolog timidity fluidsynth mms @@ -102,10 +87,8 @@ lucene video_cards_apm video_cards_ark video_cards_ast -video_cards_ati video_cards_cirrus video_cards_chips -video_cards_cyrix video_cards_glint video_cards_i128 video_cards_i740 @@ -135,6 +118,7 @@ video_cards_voodoo # Matt Turner # Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_amdgpu video_cards_r100 video_cards_r200 video_cards_r300 @@ -161,14 +145,6 @@ seamonkey # Robin H. Johnson audit -# Matt Turner (18 Jan 2013) # libdlm and cman are not keyworded cman diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/ChangeLog deleted file mode 100644 index f8116cf5a0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -# ChangeLog for Gentoo/sparc-fbsd profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/ChangeLog,v 1.7 2014/03/19 00:19:32 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 21 Nov 2010; Ryan Hill use.mask: - Mask lpsol USE flag, needs sci-mathematics/glpk. - - 19 Oct 2009; Alexis Ballier use.mask: - mask avahi useflag on sparc fbsd - - 16 May 2009; Alexis Ballier +make.defaults, - +package.use.mask, +parent, +use.force, +use.mask: - add sparc-fbsd arch profiles - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/make.defaults index f2918efc0e..f20d2e374b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/make.defaults @@ -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/profiles/arch/sparc-fbsd/make.defaults,v 1.2 2012/06/16 11:44:12 jlec Exp $ +# $Id$ # System-wide defaults for the G/FBSD Portage system ARCH="sparc-fbsd" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/package.use.force new file mode 100644 index 0000000000..34e0bea8f3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_Sparc +sys-devel/llvm llvm_targets_Sparc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/package.use.mask deleted file mode 100644 index 56f8ade2ba..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/package.use.mask +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/package.use.mask,v 1.3 2011/05/09 14:11:13 ssuominen Exp $ - -dev-lang/swig ocaml pike diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/use.mask index 292e9d79a0..a9a6ec1dfa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc-fbsd/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v 1.9 2013/01/20 10:51:21 mgorny Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -sparc-fbsd diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/ChangeLog deleted file mode 100644 index fae25133a0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/ChangeLog +++ /dev/null @@ -1,745 +0,0 @@ -# ChangeLog for Gentoo/sparc profile -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.252 2015/06/09 15:36:10 eva Exp $ - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add gnome-base/gvfs nfs USE mask, bug #551576 - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add dev-libs/libpeas USE mask, bug #551540. - - 24 May 2015; Matt Turner package.use.mask: - Drop dead r600-llvm-compiler USE flag from package.use.mask. - - 11 May 2015; Davide Pesavento package.mask: - Extend Qt4-multilib mask to cover 4.8.7 as well. - - 17 Mar 2015; Mike Frysinger +package.use.force, - package.use.mask: - Mask dev-libs/ef[oldlua,physics,sdl] #499974. - - 08 Mar 2015; Michał Górny package.use.mask: - Mask xfce-base/xfce4-settings[libinput] because of missing deps, bug #542570. - - 05 Mar 2015; Justin Lecher package.use.mask: - Cleaned obsolete entries in package.use.mask - - 11 Feb 2015; Alexis Ballier package.use.mask: - Mask ffmpeg useflags with unkeyworded deps, bug #510340 - - 10 Feb 2015; Patrick Lauer package.use.mask: - Mask media-libs/libav[x265] until keywords catch up - - 01 Feb 2015; Michael Palimakma package.mask: - Fix invalid atom. - - 01 Feb 2015; Ben de Groot package.mask, use.mask: - Add Qt5 mask until keyworded - - 19 Jan 2015; Mike Gilbert use.stable.mask: - Remove python3_4 mask. - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add package.use.mask entry for clutter, bug #533420. - - 14 Dec 2014; Mike Gilbert package.use.mask: - Mask sys-apps/systemd[xkb]. - - 14 Dec 2014; Mark Wright package.use.mask: - Mask test for dev-haskell/{binary, haskell-src-exts, text, vector} - as test dependencies need keywording. - - 23 Nov 2014; Mike Gilbert make.defaults: - Disable python3_4 default for this arch. - - 20 Nov 2014; Davide Pesavento package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 17 Nov 2014; Raúl Porcel package.mask: - Mask sys-devel/kgcc64 since >=gcc-4.4 can compile 64bit kernels - - 15 Nov 2014; Mike Gilbert use.stable.mask: - Move python3_4 mask to arch profiles. - - 30 Oct 2014; Michał Górny package.use.mask: - Temporarily mask sys-apps/systemd[terminal] due to non-keyworded deps. - - 18 Oct 2014; Mike Frysinger use.mask: - Mask USE=seccomp until the kernel/library gets support #524148 by Christian - Ruppert. - - 16 Sep 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask xorg-server glamor/wayland flags - - 01 Sep 2014; Julian Ospald package.mask: - mask >=media-video/mpv-0.4.2 explicitly wrt #521808 - - 25 Aug 2014; Raúl Porcel use.mask: - Use.mask zmq, bug #442188 - - 21 Aug 2014; Raúl Porcel package.use.mask, use.mask: - Use.mask tcmalloc and jemalloc as they aren't keyworded on sparc - - 21 Aug 2014; Raúl Porcel package.use.mask: - Remove net-dns/rbldnsd test from p.use.mask, bug #476198 - - 21 Aug 2014; Raúl Porcel package.use.mask: - Remove dev-libs/libpcre jit from p.use.mask now that it works, bug #505062 - - 20 Aug 2014; Raúl Porcel use.mask: - Use.mask redis - - 15 Aug 2014; Raúl Porcel package.use.stable.mask: - Remove sys-block/thin-provisioning-tools test from p.use.stable.mask as deps - are solved now - - 13 Aug 2014; Maciej Mrozowski package.use.mask: - Mask gg11 flag due to missing keywords (bug 519772) - - 31 Jul 2014; Samuli Suominen package.use.stable.mask: - Temporarily mask USE="test" for sys-block/thin-provisioning-tools because of - untested dev-lang/ruby based dependencies wrt #493780 - - 29 Jul 2014; Robin H. Johnson package.use.mask: - Update MySQL tcmalloc mask for percona-server. - - 22 Jul 2014; Christoph Junghans package.use.mask: - mask libcerf useflag (bug 517726) - - 24 Jun 2014; Alexandre Rostovtsev package.use.mask: - Remove obsolete gvfs[udisks] mask (bug #412801 and #440866). - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 01 Feb 2014; Raúl Porcel package.use.mask: - P.use.mask net-misc/openssh hpn as it sigbuses, bug #499552 - - 10 Nov 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask llvm flag until sys-devel/llvm is keyworded, bug #320221. - - 25 Oct 2013; Davide Pesavento package.use.mask: - Remove redundant entries (webkit is already use.mask-ed globally on sparc). - - 21 Oct 2013; Tom Wijsman package.use.mask: - Added bug reference to media-video/mpv luajit mask. - - 20 Oct 2013; Tom Wijsman package.use.mask: - Adjusted media-video/mpv luajit USE mask to support future versions. - - 16 Oct 2013; Tom Wijsman package.use.mask: - Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask jemalloc flag for gnash - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 11 Aug 2013; Alexis Ballier +package.mask: - move texlive mask from global to arch profiles, bug #475124 - - 16 Jul 2013; Alexandre Rostovtsev package.use.mask: - Drop obsolete quvi masks - - 08 Jul 2013; Michael Weber package.use.mask: - Mask net-dns/rbldnsd test for missing keywords on dev-python/pydns. - - 17 Jun 2013; Patrick Lauer package.use.mask: - Fix per-arch mask of phonon[zeitgeist] #460140 - - 28 May 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask r600-llvm-compiler flag for mesa. - - 28 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_radeonsi. - - 27 May 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_ilo. - - 27 May 2013; Patrick Lauer package.use.mask: - Masking upnp-av useflag for totem and rhytmbox to work around missing stable - keywords on coherence/tagpy - - 22 Apr 2013; Bernard Cafarelli use.mask: - x11-misc/google-gadgets removed from tree - - 12 Mar 2013; Samuli Suominen use.mask: - Mask USE="cg" since it is a toolkit for nvidia binary drivers. - - 31 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask net-misc/modemmanager[qmi,qmi-newest] until libqmi is keyworded. - - 22 Jan 2013; Alexandre Rostovtsev package.use.mask: - Mask colord[extra-print-profiles] until argyllcms is keyworded here. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 18 Jan 2013; Samuli Suominen use.mask: - Mask USE="cman clvm" because cman and libdlm are not keyworded on this arch. - - 07 Jan 2013; Alexandre Rostovtsev package.use.mask, - use.mask: - Remove obsolete mask entries. Since media-libs/libquvi is now ~sparc, mask - USE=quvi only for stable ebuilds depending on it. - - 06 Jan 2013; Agostino Sarubbo package.use.mask, use.mask: - Add -zeitgeist. Remove eds/telepathy from folks and sendto from nautilus - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask, - use.mask: - Mask USE=connman globally for simplicity. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask, - use.mask: - Mask flags due to firefox, thunderbird, xine not being keyworded. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask totem[flash]: like totem[youtube], it needs quvi. - - 31 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask sushi[office], needs virtual/ooo. - - 30 Dec 2012; Raúl Porcel package.use.mask: - P.use.mask media-libs/phonon gstreamer vlc, needs testing - - 27 Dec 2012; Sergey Popov package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=zenity-3.6[test] until yelp-tools is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=libgda-5.1[gnome-keyring,reports] until app-crypt/libsecret and - dev-java/fop are keywored. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask devhelp[gedit] until gedit-3.6 is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=gvfs-1.14[gnome-keyring] until app-crypt/libsecret is keyworded. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask >=folks-0.8[telepathy] until dev-libs/libzeitgeist is keyworded. - - 01 Dec 2012; Raúl Porcel use.mask: - Use.mask fdk, bug #442806 - - 01 Dec 2012; Raúl Porcel use.mask: - Use.mask tremor, bug #439722 - - 24 Nov 2012; Mike Gilbert use.mask: - Mask python_single_target values not supported on this arch. - - 31 Oct 2012; Michał Górny use.mask: - Add a PYTHON_TARGETS mask based on keywords. - - 21 Oct 2012; Raúl Porcel package.use.mask: - Remove sys-apps/portage python3 p.use.mask now that python3 is stable - - 11 Sep 2012; Raúl Porcel package.use.mask: - Unmask instrospection, geoloc, bug #432578 - - 11 Sep 2012; Raúl Porcel use.mask: - Use.mask gps - - 26 Aug 2012; Raúl Porcel package.use.mask: - Update python3+portage mask - - 26 Aug 2012; Raúl Porcel use.mask: - Use.mask metalink - - 25 Aug 2012; Alexandre Rostovtsev package.use.mask: - Temporarily mask USE=introspection for >=webkit-gtk-1.8.1 and >=epiphany-3.4 - until USE=geoloc is unmasked; bug #432578 - - 19 Aug 2012; Raúl Porcel use.mask: - Add clang to use.mask, needs testing - - 19 Aug 2012; Diego E. Pettenò use.mask: - Mask nagios-game USE flag. - - 05 Aug 2012; Raúl Porcel use.mask: - Use.mask gts, devil, bug #419621, unmask qt4 - - 29 Jul 2012; Raúl Porcel use.mask: - Use.mask soundcloud, bug #424509 - - 11 Jul 2012; Davide Pesavento package.use.mask: - Unmask PyQt4[assistant], qt-assistant is keyworded now. - - 11 Jul 2012; Davide Pesavento package.use.mask: - Remove redundant PyQt4 mask. - - 09 Jul 2012; Raúl Porcel package.use.mask: - P.use.mask x11-libs/qt-declarative webkit - - 08 Jul 2012; Raúl Porcel -package.mask: - Unmask qt stuff now that its stable - - 08 Jul 2012; Raúl Porcel package.use.mask: - P.use.mask stuff for qt-webkit - - 24 Jun 2012; Diego E. Pettenò package.use.mask: - Mask jit USE flag for mod_security. - - 15 Jun 2012; Ben de Groot package.use.mask: - Add latex-beamer[lyx] to qt mask - - 14 Jun 2012; Ben de Groot package.mask, package.use.mask: - Add tora and eigen[examples] to qt mask - - 14 Jun 2012; Ben de Groot package.mask, package.use.mask, - use.mask: - Since x11-libs/qt-* will no longer be available for sparc, we need to mask - the reverse dependencies - - 09 Jun 2012; Raúl Porcel use.mask: - Use.mask ups - - 31 May 2012; Alexis Ballier package.use.mask: - remove old mask due to texlive 2010 not being keyworded, texlive 2011 is - stable these days... - - 28 May 2012; Raúl Porcel package.use.mask: - package.use.mask x11-misc/xscreensaver new-login, bug #412847 - - 25 May 2012; Alexandre Rostovtsev package.use.mask: - Mask webkit-gtk[geoloc,webkit2], requires app-misc/geoclue and - app-accessibility/at-spi2-core to be keyworded (bug #411761). - - 15 May 2012; Samuli Suominen package.use.mask: - Mask USE="udisks" for gnome-base/gvfs wrt #412801 - - 13 May 2012; Alexandre Rostovtsev package.use.mask: - Add nautilus[sendto] to gnome3 mask. - - 07 May 2012; Samuli Suominen use.mask: - Mask USE="mozilla" because of missing keywording in www-client/firefox wrt - #360427 - - 06 May 2012; Raúl Porcel use.mask: - Add systemd to use.mask, needs testing - - 02 May 2012; Davide Pesavento package.use.mask: - Mask USE=qt4 for cairo due to unkeyworded dep. - - 12 Apr 2012; Alexandre Rostovtsev package.use.mask: - Mask glib-networking[smartcard], it requires gnutls[pkcs11], which is - use.masked on sparc. Temporary mask-in-base, unmask-in-arch for - dev-python/mako keywording for gobject-introspection[doctool], bug #411761. - - 08 Apr 2012; Raúl Porcel use.mask: - Use.mask aacplus - - 10 Feb 2012; Matt Turner use.mask: - Add new video_cards_* to use.mask. - - 10 Feb 2012; Matt Turner use.mask: - Mask wayland USE flag. - - 10 Feb 2012; Matt Turner use.mask: - Mask d3d USE flag. - - 05 Feb 2012; Raúl Porcel use.mask: - Use.mask bluray, bug #397891 - - 25 Nov 2011; Alexandre Rostovtsev package.use.mask: - Mask USE flags on gnome-3.2 packages due to missing keywords on deps; bug - #390345 - - 05 Nov 2011; Raúl Porcel package.use.mask: - Package.use.mask dev-libs/libpcre jit since it isn't supported on this arch - - 03 Nov 2011; Alexandre Rostovtsev package.use.mask: - p.use.masking gnome-extra/gnome-media[aac] due to missing keywords in - gst-plugins-faac, bug #389433. - - 01 Nov 2011; Samuli Suominen use.mask: - Remove obsolete entry for USE="v4l2" - - 28 Oct 2011; Alexandre Rostovtsev use.mask: - use.mask colord and packagekit to allow gtk+-3.2 unmasking. use.mask instead - of p.use.mask because other packages with these flags are coming. Bug - #387959. - - 08 Oct 2011; Raúl Porcel package.use.mask: - p.use.mask app-text/asciidoc test - - 04 Sep 2011; Robin H. Johnson package.use.mask: - Bug #381737: block dev-libs/libmemcached[tcmalloc] until - dev-utils/google-perftools is keyworded (and virtual/gsasl on hppa/arm). - - 21 Aug 2011; Matt Turner use.mask: - Remove radeonhd from use.mask. It's gone from the tree. - - 07 Aug 2011; Raúl Porcel use.mask: - Use.mask webp - - 03 Aug 2011; Sergei Trofimovich package.use.mask: - masked dev-lang/ghc[llvm] - - 03 Jul 2011; Raúl Porcel package.use.mask: - P.use.mask =sys-apps/portage-2.1.10* python3 - - 30 Jun 2011; Pacho Ramos package.use.mask: - Needed plugins are not keyworded on this arch - - 29 May 2011; Raúl Porcel use.mask: - Use.mask prelude - - 30 Apr 2011; Raúl Porcel use.mask: - Use.mask apcupsd - - 23 Apr 2011; Raúl Porcel use.mask: - Add video_cards_nouveau to use.mask - - 23 Apr 2011; Raúl Porcel package.use.mask: - Cleanup package.use.mask - - 02 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 02 Apr 2011; Pacho Ramos package.use.mask: - Mask media-video/totem youtube USE flag as quvi support is needed to play - youtube files now. - - 31 Mar 2011; Samuli Suominen use.mask: - Mask USE="pda" wrt #353436, Comment #28. Remove support for - app-pda/pilot-link and reverse dependencies on sparc. - - 18 Mar 2011: Mike Frysinger make.defaults: - Drop CDEFINE_ variables now that nothing uses them. - - 16 Mar 2011; Andreas Proschofsky use.mask: - Remove old-style virtual/ooo, bug #358895. - - 13 Mar 2011; Samuli Suominen use.mask: - Mask USE="chipcard" and USE="hbci" wrt #355077. - - 09 Mar 2011; Justin Lecher +package.mask: - Mask sci-biology/emboss-6.3.1 due to missing keyworded dep (sci-libs/plplot) - - 27 Feb 2011; Raúl Porcel -package.mask: - Punt package.mask - - 27 Feb 2011; Raúl Porcel use.mask: - Use.mask pdfannotextractor - - 30 Jan 2011; Raúl Porcel use.mask: - Use.mask quvi - - 27 Jan 2011; Pacho Ramos package.use.mask: - Mask more gst-plugins-meta USE flags. - - 09 Dec 2010; package.use.mask: - net-misc/connman is not keyworded, bug 348308 - - 05 Dec 2010; Raúl Porcel package.use.mask: - Package.use.mask net-analyzer/wireshark doc-pdf as it needs java - - 27 Nov 2010; Raúl Porcel package.use.mask: - Add portage python3 use-flag to p.use.mask - - 14 Nov 2010; Alexis Ballier package.use.mask: - Mask app-i18n/canna[doc], app-text/ptex does not build and ptex is - provided by TeX Live 2010, please remove the mask when TeX Live 2010 is - unmasked, bug #342513 - - 14 Nov 2010; Raúl Porcel use.mask: - Use.mask gme - - 14 Nov 2010; Raúl Porcel package.use.mask: - unmask test USE flag of dev-util/buildbot*. - - 13 Nov 2010; Alexis Ballier package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "test" USE flag of dev-util/buildbot*. - - 07 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "declarative" USE flag for dev-python/PyQt4. - - 24 Oct 2010; Raúl Porcel use.mask: - Use.mask libvirt - - 23 Oct 2010; Raúl Porcel use.mask: - Use.mask webkit as it sigbuses - - 12 Oct 2010; Raúl Porcel use.mask: - Use.mask wildmidi, barcode, xmms2 - - 10 Oct 2010; Raúl Porcel use.mask: - Use.mask frei0r - - 25 Sep 2010; Raúl Porcel package.use.mask: - Package.use.mask media-sound/rhythmbox upnp - - 18 Sep 2010; Raúl Porcel use.mask: - Use.mask mtp - - 13 Aug 2010; Justin Lecher package.use.mask: - MKL not available on this arch - - 24 Jul 2010; Raúl Porcel package.use.mask, use.mask: - Use.mask kde - - 10 Jul 2010; Raúl Porcel package.use.mask: - Add app-i18n/uim kde to p.use.mask - - 08 Jul 2010; Pacho Ramos package.use.mask: - Use mask iphone gvfs USE flag until bug #325839 is fixed. - - 27 Jun 2010; Raúl Porcel use.mask: - Use.mask vaapi, rtmp, vpx - - 24 Jun 2010; Raúl Porcel use.mask: - Use.mask mod_wsgi - - 16 May 2010; Raúl Porcel use.mask: - Use.mask ots - - 15 May 2010; Raúl Porcel use.mask: - Use.mask schroedinger - - 14 May 2010; Raúl Porcel package.mask: - Unmask texlive-2009 wrt #300526 - - 14 May 2010; Justin Lecher package.mask: - Mask dev-tcltk/tkimg-1.4.20100510 until libpng-1.4 is unmasked - - 09 May 2010; Raúl Porcel use.mask: - Use.mask ipod - - 28 Mar 2010; Raúl Porcel package.use.mask: - Package.use.mask dev-util/subversion kde - - 13 Mar 2010; Samuli Suominen package.mask: - Mask libpng-1.4 pending on texlive-core-2009 unmasking. - - 03 Mar 2010; Jonathan Callen package.mask: - Mask all of KDE SC 4.4.x, not just 4.4.0 - - 02 Mar 2010; Raúl Porcel package.use.mask: - Package.use.mask media-sound/rhythmbox webkit - - 24 Feb 2010; Samuli Suominen package.use.mask: - Remove redudant sane-backends "v4l" mask wrt #306645. - - 14 Feb 2010; Raúl Porcel package.use.mask: - p.use.mask media-gfx/sanebackends v4l - - 09 Feb 2010; Alexey Shvetsov package.mask: - mask kde sc 4.4.0 since neede deps not keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask dev-libs/soprano[virtuoso] since it needs dev-db/virtuoso-* keyworded - - 08 Feb 2010; Alexey Shvetsov package.use.mask: - mask app-admin/system-config-printer-common[policykit] since it needs - sys-auth/polkit keyworded - - 25 Jan 2010; Alexis Ballier package.mask: - Move TeX Live 2009 mask here from global package.mask, remove it once - keyworded, bug #300526 - - 18 Jan 2010; Raúl Porcel package.use.mask: - Unmask ssh - - 26 Dec 2009; Raúl Porcel use.mask: - Use.mask dmraid as i don't have any hardware to test - Use.mask jingle - - 22 Dec 2009; Peter Volkov package.use.mask: - Masked ssh USE flag for www-plugins/gnash, see bug 297899 for details. - - 17 Dec 2009; Raúl Porcel use.mask: - Use.mask capi/celt/lensfun - - 13 Dec 2009; Rémi Cardona use.mask: - drop "imstt" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona use.mask: - drop "vga" from VIDEO_CARDS in all profiles - - 11 Dec 2009; Raúl Porcel package.use.mask, use.mask: - Unmask webkit - - 03 Dec 2009; Raúl Porcel use.mask: - Use.mask google-gadgets - - 30 Nov 2009; Raúl Porcel use.mask: - Use.mask tokyocabinet - - 29 Nov 2009; Samuli Suominen package.use.mask: - Remove obsolete net-misc/kvpnc[smartcard] mask for KDE 3 version. - - 29 Nov 2009; Raúl Porcel use.mask: - Use.mask epos, indi, wicd, ebook, chm - - 22 Nov 2009; Raúl Porcel use.mask: - Use.mask pm-utils - - 21 Nov 2009; Raúl Porcel use.mask: - Use.mask bluetooth - - 07 Nov 2009; Samuli Suominen package.use.mask: - Mask app-arch/p7zip[kde]. - - 27 Oct 2009; Raúl Porcel use.mask: - Use.mask lqr - - 17 Oct 2009; Samuli Suominen use.mask: - Mask USE musepack because media-sound/musepack-tools support is missing. - - 16 Aug 2009; Rémi Cardona use.mask: - drop last traces of i810 - - 01 Aug 2009; Steve Dibb use.mask: - Remove "real" use flag mask, as its already in base - - 01 Jul 2009; Ferris McCormick package.use.mask: - Add net-libs/ortp srtp to package.use.mask because libsrtp is -sparc. - - 16 Jun 2009; Raúl Porcel package.use.mask, use.mask: - Add dev-util/subversion kde to package.use.mask as it needs kde4 - - 09 Jun 2009; Raúl Porcel package.use.mask: - Add dev-python/PyQt4 assistant masking - - 01 Jun 2009; Ferris McCormick package.mask: - Remove package mask for libffi, because libffi-3.0.8 is more current than 3.4.3 - - 22 May 2009; Raúl Porcel use.mask: - Add topal to use.mask wrt #267299 - - 17 May 2009; Raúl Porcel use.mask: - Use.mask libburn as it sigbuses - - 25 Apr 2009; Raúl Porcel use.mask: - Use.mask srtp wrt bug #266193 - - 18 Feb 2009; Raúl Porcel package.use.mask: - Mask USE=doc for sci-geosciences/gpsbabel as it needs java stuff - - 06 Feb 2009; Raúl Porcel package.mask: - Mask old versions of qt related packages, bug #248038 - - 20 Jan 2009; Ferris McCormick package.use.mask: - package.use.mask zemberek for enchant --- requires java (see Bug #255691). - - 20 Jan 2009; Ferris McCormick package.use.mask: - Package.use.mask zephyr for net-im/pidgin --- Bug #255579. - - 27 Dec 2008; Friedrich Oslage make.defaults: - Fix multilib profile so it doesn't break linux-headers - - 26 Dec 2008; Friedrich Oslage make.defaults, - packages, parent: - Add experimental sparc multilib profile - - 23 Dec 2008; Tiago Cunha package.use.mask: - Fix package name - - 14 Dec 2008; Peter Alfredsen package.mask: - Add virtual/monodoc to mono package.mask - - 24 Nov 2008; Friedrich Oslage use.mask: - Mask dxr2 and dxr3 use flag, no hardware to test - - 21 Nov 2008; Ferris McCormick package.mask: - Clean up the texlive masks, remove the commented entries. - - 18 Nov 2008; Ferris McCormick package.mask: - Unmask texlive-2008 (thanks to Friedrich Oslage for zziplib fix). - - 12 Nov 2008; Alexis Ballier package.mask: - mask glossaries 1.16 along with texlive 2008 because it is needed, bug - #246384 - - 06 Oct 2008; Alexis Ballier package.mask: - Move TeX Live mask to sparc profile for bug #237202 and bug #239472 - - 14 Sep 2008; Friedrich Oslage use.mask: - Mask video_cards_ast, no hardware to test - Mask video_cards_radeonhd, no hardware to test - - 09 Sep 2008; Ferris McCormick package.use.mask: - package.use.mask xindy for texlive because it requires clisp which does not - build. - - 15 Aug 2008; Friedrich Oslage package.mask: - Unmask GNOME 2.22 - - 11 Aug 2008; Friedrich Oslage package.mask: - Unmask openoffce, 2.4.1 finally compiles and works right - - 10 Aug 2008; Ferris McCormick package.use.mask: - Unmask openinventor package.use.mask on geant. openinventor now builds. (Bug - #231962.) - - 31 Jul 2008; Raúl Porcel package.use.mask: - Reorder package.use.mask - - 31 Jul 2008; Raúl Porcel package.use.mask, use.mask: - Move webkit to use.mask - - 31 Jul 2008; Raúl Porcel use.mask: - Use.mask reordering - - 16 Jul 2008; Friedrich Oslage use.mask: - Un-use.mask tordns - - 15 Jul 2008; Ferris McCormick package.use.mask: - package.use.mask openinventor for sci-physics/geant --- it does not build and - this is required for Bug #230716. - - 21 Jun 2008; Friedrich Oslage use.mask: - use.mask multilib, there currently is no profile that supports multilib - - 21 Jun 2008; Friedrich Oslage package.use.mask: - Package.use.mask smartcard for net-misc/kvpnc - - 21 Jun 2008; Friedrich Oslage use.mask: - Mask openct use flag, no hardware to test - - 12 Jun 2008; Friedrich Oslage package.use.mask, - use.mask: - Remove mpi from use.mask and add it to package.use.mask, bug #217854 - - 10 Jun 2008; Raúl Porcel use.mask: - Use.mask mpi for bug #217854 - - 05 Jun 2008; Raúl Porcel package.mask: - Unmask selinux packages since we have >=glibc-2.4 - - 21 Apr 2008; Raúl Porcel package.use.mask: - wavegain fails to build - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 09 Apr 2008; Raúl Porcel use.mask: - Use.mask laptop, no hardware to test - - 08 Apr 2008; Raúl Porcel use.mask: - Use.mask pcks11 and some cleanup, will fix some more later - - 03 Apr 2008; Raúl Porcel package.use.mask, use.mask: - Move dvb and mythtv to global use.mask - - 02 Apr 2008; Mart Raudsepp package.use.mask: - Mask USE=mythtv on gst-plugins-meta as media-tv/mythtv not keyworded - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults index 217aa4c653..8f16e07285 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/make.defaults,v 1.6 2014/11/23 15:54:44 floppym Exp $ +# $Id$ ARCH="sparc" ACCEPT_KEYWORDS="${ARCH}" @@ -30,7 +30,7 @@ CTARGET_sparc32="sparc-unknown-linux-gnu" # Compiler flags CFLAGS="-O2 -mcpu=ultrasparc -pipe" -CXXFLAGS=${CFLAGS} +CXXFLAGS="${CFLAGS}" # These are here to override features/32bit-userland's settings. DO NOT REMOVE! FEATURES="-multilib-strict" @@ -40,7 +40,3 @@ MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X1 # Defaults for video drivers VIDEO_CARDS="fbdev glint mach64 mga r128 radeon sunbw2 suncg14 suncg3 \ suncg6 sunffb sunleo tdfx voodoo" - -# Mike Gilbert (23 Nov 2014) -# Remove when bug 525510 is resolved. -USE="python_targets_python3_3 -python_targets_python3_4" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask index 99d57f2ffa..4ee917f745 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask @@ -1,91 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.mask,v 1.40 2015/05/11 01:50:28 pesa Exp $ +# $Id$ -# Ben de Groot (01 Feb 2015) -# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well. ->=dev-qt/assistant-5.4.0 ->=dev-qt/designer-5.4.0 ->=dev-qt/linguist-5.4.0 ->=dev-qt/linguist-tools-5.4.0 ->=dev-qt/pixeltool-5.4.0 ->=dev-qt/qdbus-5.4.0 ->=dev-qt/qdbusviewer-5.4.0 ->=dev-qt/qdoc-5.4.0 ->=dev-qt/qtconcurrent-5.4.0 ->=dev-qt/qtcore-5.4.0 ->=dev-qt/qtdbus-5.4.0 ->=dev-qt/qtdeclarative-5.4.0 ->=dev-qt/qtdiag-5.4.0 ->=dev-qt/qtgraphicaleffects-5.4.0 ->=dev-qt/qtgui-5.4.0 ->=dev-qt/qthelp-5.4.0 ->=dev-qt/qtimageformats-5.4.0 ->=dev-qt/qtmultimedia-5.4.0 ->=dev-qt/qtnetwork-5.4.0 ->=dev-qt/qtopengl-5.4.0 ->=dev-qt/qtpaths-5.4.0 ->=dev-qt/qtpositioning-5.4.0 ->=dev-qt/qtprintsupport-5.4.0 ->=dev-qt/qtquick1-5.4.0 ->=dev-qt/qtquickcontrols-5.4.0 ->=dev-qt/qtscript-5.4.0 ->=dev-qt/qtsensors-5.4.0 ->=dev-qt/qtserialport-5.4.0 ->=dev-qt/qtsql-5.4.0 ->=dev-qt/qtsvg-5.4.0 ->=dev-qt/qttest-5.4.0 ->=dev-qt/qttranslations-5.4.0 ->=dev-qt/qtwayland-5.4.0 ->=dev-qt/qtwebkit-5.4.0 ->=dev-qt/qtwebsockets-5.4.0 ->=dev-qt/qtwidgets-5.4.0 ->=dev-qt/qtx11extras-5.4.0 ->=dev-qt/qtxml-5.4.0 ->=dev-qt/qtxmlpatterns-5.4.0 ->=dev-qt/qt-creator-3.3.0 -=app-text/calibre-2* ->=x11-misc/sddm-0.10.0 - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. ->=dev-qt/assistant-4.8.6:4 ->=dev-qt/designer-4.8.6:4 ->=dev-qt/linguist-4.8.6:4 ->=dev-qt/pixeltool-4.8.6:4 ->=dev-qt/qdbusviewer-4.8.6:4 ->=dev-qt/qt3support-4.8.6:4 ->=dev-qt/qtbearer-4.8.6:4 ->=dev-qt/qtcore-4.8.6:4 ->=dev-qt/qtdbus-4.8.6:4 ->=dev-qt/qtdeclarative-4.8.6:4 ->=dev-qt/qtdemo-4.8.6:4 ->=dev-qt/qtgui-4.8.6:4 ->=dev-qt/qthelp-4.8.6:4 ->=dev-qt/qtmultimedia-4.8.6:4 ->=dev-qt/qtopengl-4.8.6:4 ->=dev-qt/qtopenvg-4.8.6:4 ->=dev-qt/qtphonon-4.8.6:4 ->=dev-qt/qtscript-4.8.6:4 ->=dev-qt/qtsql-4.8.6:4 ->=dev-qt/qtsvg-4.8.6:4 ->=dev-qt/qttest-4.8.6:4 ->=dev-qt/qttranslations-4.8.6:4 ->=dev-qt/qtwebkit-4.8.6:4 ->=dev-qt/qtxmlpatterns-4.8.6:4 +# Patrice Clement (30 Oct 2015) +# Requires dependencies that are not stable on sparc yet. +# See https://qa-reports.gentoo.org/output/gentoo-ci/7182f7a/5.html#l2294 +mail-mta/postfix # Raúl Porcel (17 Nov 2014) # Mask sys-devel/kgcc64 since >=gcc-4.4 can build 64bit kernels sys-devel/kgcc64 -# Julian Ospald (01 Sep 2014) -# Needs either hardmasked >=media-video/libav-10 or -# >=media-video/ffmpeg-2.1.4 which is not keyworded for -# sparc. Also see bug #521808 -=media-video/mpv-0.4* -=media-video/mpv-0.5* - # Alexis Ballier (27 Jun 2013) # TeX Live 2013 mask. # kpathsea has to be there because it has config files without /usr/share/texmf @@ -136,4 +61,3 @@ sys-devel/kgcc64 >=dev-texlive/texlive-pictures-2013 >=dev-texlive/texlive-genericrecommended-2013 >=dev-texlive/texlive-publishers-2013 - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use index a6372a9a13..2f811a66ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use @@ -1,6 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use,v 1.1 2014/02/15 09:02:19 pacho Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Enable the GPU targets matching the default VIDEO_CARDS +sys-devel/clang llvm_targets_AMDGPU +sys-devel/llvm llvm_targets_AMDGPU # Pacho Ramos (15 Feb 2014) # libev isn't supported on this arch, use another default (#499498) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.force index b31c16a562..038af457cd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.force,v 1.4 2015/03/17 01:38:59 vapier Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_Sparc +sys-devel/llvm llvm_targets_Sparc # Mike Frysinger (16 Mar 2015) # Needs dev-lang/luajit tested #499974 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask index b2648e3f9d..b1355b18dd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask @@ -1,6 +1,125 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 1.200 2015/06/21 07:22:58 pacho Exp $ +# $Id$ + +# Pacho Ramos (04 Feb 2017) +# Missing keywords, bug #599572 +net-libs/gnome-online-accounts gnome +x11-terms/gnome-terminal gnome-shell + +# Pacho Ramos (15 Jan 2017) +# Missing keywords, bug #559770 +>=net-misc/networkmanager-1.4.4 consolekit + +# Justin Lecher (15 Jan 2017) +# unkeyworded rev deps +dev-games/openscenegraph gdal las +dev-libs/boost mpi + +# Justin Lecher (15 Jan 2017) +# masked rev deps +media-libs/libsdl2 fusionsound + +# Pacho Ramos (02 Jan 2017) +# Don't keyword redis +dev-libs/hiredis test + +# James Le Cuirot (14 Dec 2016) +# DOSBox + OpenGLide is untested on this arch. +games-emulation/dosbox glide + +# Michał Górny (18 Nov 2016) +# libomp does not support SPARC, #600148. +sys-devel/clang-runtime openmp + +# Christian Ruppert (14 Oct 2016) +# dnstap USE masked due to missing keywords +net-dns/bind dnstap + +# Gilles Dartiguelongue (11 Sep 2016) +# networkmanager USE masked due to missing keywords +gnome-extra/nm-applet teamd + +# Alexandre Rostovtsev (28 Jun 2016) +# Missing keywords on app-text/gspell - bug #587368 +>=app-editors/gedit-3.20 spell + +# Ian Delaney (06 Apr 2016) +# on behalf of Ilya Tumaykin +# app-i18n/uchardet lacks sparc keyword. See bug #569114. +media-video/mpv uchardet + +# Justin Lecher (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger (21 Feb 2016) +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Pacho Ramos (20 Feb 2016) +# Missing keywords, bug #551580 +app-office/planner eds + +# Pacho Ramos (31 Jan 2016) +# Missing keywords, bug #560382 +media-video/ffmpeg snappy + +# James Le Cuirot (30 Jan 2016) +# scrollview requires Java, which is unsupported on SPARC. +app-text/tesseract scrollview + +# Michael Weber (09 Jan 2016) +# no sparc support in media-libs/glfw +app-text/mupdf opengl + +# Ian Delaney (05 Jan 2016) +# on behalf of Ilya Tumaykin +# dev-lang/luajit lacks sparc keyword. See bug #488318. +media-video/mpv luajit + +# Mike Frysinger (22 Dec 2015) +# Needs keywording. #569254 +net-firewall/iptables nftables + +# Justin Lecher (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported +dev-python/wsgiproxy2 test +dev-python/pyquery test + +# Pacho Ramos (15 Nov 2015) +# Missing keywords +>=media-plugins/grilo-plugins-0.2.14 upnp-av + +# Julian Ospald (08 Nov 2015) +# Requires net-libs/http-parser +net-im/jabberd2 websocket + +# Davide Pesavento (26 Oct 2015) +# Tests require non-keyworded qt5 +dev-qt/qtchooser test + +# Sergey Popov (24 Oct 2015) +# Not tested +net-mail/dovecot lz4 + +# Justin Lecher (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + +# Brian Evans (14 Sep 2015) +# Mask new USE flags for mariadb which all arches do not yet have dependencies +>=dev-db/mariadb-10.1.0 innodb-snappy + +# Alexandre Rostovtsev (10 Sep 2015) +# Requires wifi USE flag, which is masked for this arch +net-misc/networkmanager wext + +# Bernard Cafarelli (06 Aug 2015) +# Dependencies missing keywords, bug #543604 +sys-devel/llvm ocaml # Pacho Ramos (13 Jun 2015) # Missing keywords, bug #513108 @@ -21,10 +140,7 @@ media-video/mpv rubberband # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet & media-libs/libsdl2 tested #499974 dev-libs/efl physics sdl - -# Michał Górny (08 Mar 2015) -# Dependency not keyworded on this arch, bug #542570. -xfce-base/xfce4-settings libinput +media-libs/elementary sdl # Alexis Ballier (11 Feb 2015) # Missing ffmpeg deps, bug #510340 @@ -54,29 +170,16 @@ dev-haskell/vector test # Michał Górny (30 Oct 2014) # Requires non-keyworded >=x11-libs/libxkbcommon-0.4. -sys-apps/systemd terminal sys-apps/systemd xkb # Pacho Ramos (03 Oct 2014) # Missing keywords, bug #524352 >=app-accessibility/orca-3.12.3 braille -# Chí-Thanh Christopher Nguyễn (16 Sep 2014) -# Needs libepoxy keywording, bug #510940 -x11-base/xorg-server glamor wayland - -# Maciej Mrozowski (13 Aug 2014) -# Missing keywords on dev-libs/protobuf-c (bug 519772) ->=net-libs/libgadu-1.12.0 gg11 - -# Christoph Junghans (21 Jul 2014) +# Christoph Junghans (21 Jul 2014) # Missing keywords on sci-libs/libcerf (bug 517726) sci-visualization/gnuplot libcerf -# Maxim Koltsov (9 Jul 2014) -# Missing keywords on dev-python/rst2pdf, bug #515222 -media-video/mpv doc-pdf - # Julian Ospald (20 Apr 2014) # Missing keywords, bug #508226 media-video/mpv sdl @@ -96,7 +199,6 @@ net-misc/modemmanager mbim # Pacho Ramos (10 Feb 2014) # Missing keywords, bug #495254 >=dev-libs/totem-pl-parser-3.10 quvi ->=media-video/totem-3.10 flash # Raúl Porcel (1 Feb 2014) # Sigbuses @@ -106,9 +208,6 @@ net-misc/openssh hpn # Missing keywords, bug #478254 gnome-base/gnome classic extras -# Pacho Ramos (19 Jan 2014) -sys-kernel/dracut -dracut_modules_systemd - # Pacho Ramos (02 Dec 2013) # Missing keywords, bug #493156 media-libs/libgphoto2 serial @@ -121,10 +220,6 @@ net-im/telepathy-connection-managers sipe # template-haskell not yet available dev-haskell/dataenc test -# Tom Wijsman (16 Oct 2013) -# Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. See bug #488318. ->=media-video/mpv-0.2.0 luajit - # Chí-Thanh Christopher Nguyễn (22 Aug 2013) # dev-libs/jemalloc is not keyworded www-plugins/gnash jemalloc @@ -139,7 +234,6 @@ media-libs/phonon zeitgeist # Patrick Lauer (27 May 2013) # stable keywords missing on tagpy/coherence -media-video/totem upnp-av media-sound/rhythmbox upnp-av # Julian Ospald (31 Mar 2013) @@ -181,23 +275,10 @@ gnome-extra/libgda reports # Requires libpcre with jit www-apache/mod_security jit -# Ben de Groot (14 Jun 2012) -# Since dev-qt/qt* will no longer be available for sparc, we need -# to mask the reverse dependencies -dev-cpp/eigen examples -dev-tex/latex-beamer lyx -media-sound/pulseaudio equalizer -media-video/vlc skins - # Raúl Porcel (28 May 2012) # Needs x11-misc/lightdm(which also requires some other deps) x11-misc/xscreensaver new-login -# Alexandre Rostovtsev (25 May 2012) -# Remove mask entry when app-misc/geoclue and app-accessibility/at-spi2-core -# are keyworded here, bug #411761 -net-libs/webkit-gtk webkit2 - # Pacho Ramos (07 May 2012) # libhid is not keyworded app-misc/lcdproc hid @@ -215,10 +296,6 @@ net-libs/glib-networking smartcard # Mask use numa for openmpi sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_slurm openmpi_ofed_features_rdmacm -# Alexandre Rostovtsev (03 Nov 2011) -# Missing keywords in gst-plugins-faac, bug #389433 -gnome-extra/gnome-media aac - # Raúl Porcel (08 Oct 2011) # Needs media-sound/lilypond app-text/asciidoc test @@ -234,18 +311,7 @@ dev-libs/libmemcached tcmalloc # Alexey Shvetsov (31 Aug 2011) # Mask numa use flag per bug #381313 sys-apps/hwloc numa - -# Sergei Trofimovich (03 Aug 2011) -# sys-devel/llvm has no sparc keywords yet (bug #320221) -dev-lang/ghc llvm - -# Patrick Lauer (03 Aug 2011) -# Missing jre on sparc -net-analyzer/metasploit gui - -# Pacho Ramos (19 Jul 2011) -# Missing keywords on dependencies -app-cdr/brasero vcd +sys-cluster/openmpi numa # Pacho Ramos (27 Jan 2011) # missing keywords on needed plugins @@ -263,17 +329,6 @@ net-analyzer/wireshark doc-pdf # MKL not available on this arch media-gfx/povray mkl -# uses games-board/ggz-gtk-client -games-strategy/freeciv ggz - -# Alexey Shvetsov (09 Feb 2010) -# need dev-db/virtuoso-* keyworded -dev-libs/soprano virtuoso - -# Alexey Shvetsov (09 Feb 2010) -# need sys-auth/polkit keyworded -app-admin/system-config-printer-common policykit - # Ben de Groot (16 Jan 2010) # qtmultimedia is not keyworded, bug 293671 dev-python/PyQt4 multimedia @@ -283,10 +338,6 @@ dev-python/PyQt4 multimedia dev-libs/uriparser doc media-libs/libxspf doc -# Romain Perier (18 Oct. 2009) -# >=networkmanager-0.7.0 is not keyworded. -gnome-base/gnome-applets networkmanager - # Raúl Porcel # Depends on dev-java/fop which requires java... sci-geosciences/gpsbabel doc @@ -294,9 +345,6 @@ sci-geosciences/gpsbabel doc # depends on mpich2 which isn't keyworded (bug #217854) sci-libs/hdf5 mpi -# wavgain fails to build -media-sound/rubyripper wav - # Needs libmodplug media-libs/sdl-sound mikmod @@ -312,6 +360,10 @@ app-text/enchant zemberek # Mask srtp for ortp because libsrtp is marked -sparc net-libs/ortp srtp -# Ultrabug (05 Sept 2011) # missing keyword for net-libs/zeromq app-admin/rsyslog zeromq + +# Marius Brehler (13 Aug 2015) +# missing keyword +>=sci-misc/boinc-7.4.42-r1 X diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask index ee036fc7e4..5b48e4a3cf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.stable.mask,v 1.7 2015/06/07 10:44:55 pacho Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,11 +18,36 @@ #--- END OF EXAMPLES --- +# Gilles Dartiguelongue (13 Nov 2016) +# Remove when stabilized, see bug #538828 +<=x11-base/xorg-drivers-1.17 input_devices_libinput + +# Gilles Dartiguelongue (13 Nov 2016) +# Dependency not stable on this arch, bug #542570 and bug #538828. +xfce-base/xfce4-settings libinput + +# Davide Pesavento (18 Oct 2015) +# Requires dev-python/PyQt4, which is not stable on sparc +media-sound/pulseaudio equalizer + +# Pacho Ramos (02 Aug 2015) +# Missing keywords +dev-libs/protobuf python +dev-python/pyquery test +sys-fs/dmraid klibc + # Pacho Ramos (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch -dev-util/geany-plugins devhelp markdown webkit +dev-util/geany-plugins gtkspell >=gnome-base/gnome-desktop-2.32.1-r2 license-docs +gnome-base/gvfs google >=net-libs/webkit-gtk-2.4 geoloc >=x11-libs/gtk+-3.12.2 cloudprint x11-libs/gksu gnome x11-wm/icewm gnome + +# sufficiently recent wayland is not stable yet, bug #559062 +~dev-libs/efl-1.15.2 wayland +~dev-libs/efl-1.17.0 wayland +~media-libs/elementary-1.15.2 wayland +~media-libs/elementary-1.17.0 wayland diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/packages b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/packages index f8ec5a19e1..f0baca6956 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/packages @@ -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/profiles/arch/sparc/packages,v 1.2 2008/12/26 11:09:43 bluebird Exp $ +# $Id$ # Top-level sparc profile diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask index 0c7ef02911..2dd1bdc610 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask @@ -1,12 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.121 2015/02/01 14:20:53 yngwin Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -sparc # This file contains a list of useflags that cannot be used on sparc. +# Julian Ospald (20 Sep 2015) +# no LibreSSL support yet +curl_ssl_libressl +libressl + # Andrey Grozin (25 Jun 2014) # keyworded on sparc -ecls @@ -25,8 +30,7 @@ xine nagios-game # Samuli Suominen (07 May 2012) -# Missing keywording in www-client/firefox wrt #360427, -# as used by, for example, x11-themes/gtk-engines-qtcurve +# Missing keywording in www-client/firefox wrt #360427 firefox mozilla thunderbird @@ -50,21 +54,15 @@ webp # Gustavo Zacarias 14 Feb 2007 # Mono needs gcc4 and it's not yet stable -beagle -galago mono # Gustavo Zacarias # It doesn't even build d -# Mask krb4, it's generally broken and really not secure see #116471 -krb4 # LCDproc masks see bug #148072 lcd_devices_g15 lcd_devices_graphlcd lcd_devices_ula200 -# mzscheme seems somewhat b0rked and we want vim7 -mzscheme # Masking hardened, it isn't really supported, see bugs #144126 #78951 hardened # AIO is b0rked for now.... @@ -85,30 +83,21 @@ pdfannotextractor 3dfx acpi afs -amd apm battery -cpufreq -dell dmi ibm -hyperwave-api jfs libedit -nforce2 pm-utils reiser4 reiserfs -voodoo3 xfs # Need testing musepack -pyste topal lqr -epos -wicd indi chm ebook @@ -118,6 +107,7 @@ lensfun jingle mod_wsgi vaapi +librtmp rtmp vpx kde @@ -141,10 +131,7 @@ zmq ifp chipcard hbci -ivtv -laptop lm_sensors -njb pkcs11 openct bluetooth @@ -155,7 +142,6 @@ mtp pda apcupsd bluray -ups gps # Stuff we don't want @@ -167,52 +153,30 @@ prelude redis # Asterisk use flag masking -bri -florz -resperl zaptel -ukcid # USE-flags from differents origins brltty -cle266 -commercial -cpufreq directfb djbfft dvb -freetts -glitz -i8x0 java -java-internal -java-external lirc -mpm-peruser -mythtv netbeans networkmanager -nvtv pbs pcmcia rar -trusted uml valgrind -wavelan wifi -wlan xvmc zoran # Other masks hdf hdf5 -pike - -# requires a JDK -mpe-sdk # This should probably never be touched @@ -227,7 +191,6 @@ mpe-sdk # 2006/02/05 - Donnie Berkholz # Modular X: mask for architectures on which they aren't available -video_cards_cyrix video_cards_nsc video_cards_s3 video_cards_sis @@ -259,44 +222,16 @@ video_cards_ilo # vmware wasn't added with mesa-8.0, but it should still be masked video_cards_vmware # llvm is not keyworded +video_cards_amdgpu video_cards_radeonsi # Diego Pettenò (6 Dec 2006) -# Unmask the Sun-specific drivers --alsa_cards_sun-cs4231 # Mask ALSA drivers for ISA cards -alsa_cards_cs4232 alsa_cards_msnd-pinnacle -alsa_cards_cs4231-lib -alsa_cards_adlib -alsa_cards_ad1816a -alsa_cards_ad1848 -alsa_cards_als100 -alsa_cards_azt2320 -alsa_cards_cmi8330 -alsa_cards_cs4231 -alsa_cards_cs4236 -alsa_cards_dt019x -alsa_cards_es968 -alsa_cards_es1688 -alsa_cards_es18xx -alsa_cards_gusclassic -alsa_cards_gusextreme -alsa_cards_gusmax alsa_cards_hdsp alsa_cards_hdspm -alsa_cards_interwave -alsa_cards_interwave-stb -alsa_cards_opl3sa2 -alsa_cards_opti92x-ad1848 -alsa_cards_opti92x-cs4231 -alsa_cards_opti93x -alsa_cards_miro -alsa_cards_sb8 alsa_cards_sb16 alsa_cards_sbawe -alsa_cards_sb16_csp -alsa_cards_sgalaxy alsa_cards_sscape alsa_cards_wavefront @@ -304,12 +239,8 @@ alsa_cards_wavefront -x264 # Copied over from default-linux/sparc/sparc64 --gcc64 -vis -# Unmask ultra1 --ultra1 - # The default on SPARC is non-multilib # if a sub-profile want's it, it can -use.mask it multilib @@ -318,14 +249,6 @@ multilib # Both dev-qt/qtphonon and media-sound/phonon are unkeyworded phonon -# Matt Turner (18 Jan 2013) # libdlm and cman are not keyworded cman diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask index a9769c069e..70ce97dc0a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.stable.mask,v 1.9 2015/01/19 16:12:25 floppym Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/ChangeLog deleted file mode 100644 index 0219613f2f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/ChangeLog +++ /dev/null @@ -1,167 +0,0 @@ -# ChangeLog for Gentoo/x86-fbsd profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/ChangeLog,v 1.52 2015/05/19 21:04:58 chewi Exp $ - - 19 May 2015; James Le Cuirot use.mask: - Mask java because icedtea needs testing and gcj isn't supported. - - 11 May 2015; Davide Pesavento package.mask: - Extend Qt4-multilib mask to cover 4.8.7 as well. - - 01 Feb 2015; Michał Górny make.defaults: - Unhide CPU_FLAGS_X86 on {amd64,x86}-fbsd profiles, bug #538322 by Yuta SATOH. - - 28 Jan 2015; Michał Górny use.mask: - Unmask CPU_FLAGS_X86. - - 28 Jan 2015; Johannes Huber package.use.mask: - Mask app-crypt/qca[botan]. - - 20 Nov 2014; Davide Pesavento +package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 01 Jul 2014; Michał Górny make.defaults: - Set default ABI_X86 and IUSE_IMPLICIT. - - 20 Jun 2014; Michał Górny make.defaults: - Set amd64-fbsd-compatible values for ABI and related variables. - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 27 Aug 2013; Alexis Ballier package.use.mask: - remove obsolote ppl[prolog] usemask - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Mask opencl flag due to lack of virtual/opencl keywording. - - 09 Aug 2013; Alexis Ballier use.force, use.mask: - unmask and force abi_x86_32 - - 07 Apr 2013; Michael Palimaka -package.mask: - Unmask KDE SC 4.10.0 since it is no longer in the tree. - - 07 Feb 2013; Alexey Shvetsov +package.mask: - Mask KDE SC 4.10.0 for keywording bug #455960 - - 07 Feb 2013; Matt Turner use.mask: - Drop sse5 USE flag. - - 20 Jan 2013; Michał Górny use.mask: - Remove duplicate pypy/jython masks (masked in base profile now). - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Add epiphany[jit] to webkit-gtk[jit] unmask. - - 05 Dec 2012; Michał Górny use.mask: - Mask PYTHON_TARGETS for pypy & jython. - - 04 Oct 2012; Samuli Suominen package.use.mask: - Remove ancient USE="autotrace" mask wrt #317619 - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove obsolete entry for dev-python/gnome-python-extras. - - 02 Jul 2012; Naohiro Aota package.use.mask: - Mask smbkrb5passwd for net-nds/openldap. - - 18 Mar 2012; Justin Lecher package.use.mask: - Use mask kde for net-im/gajim - - 09 Jan 2012; Alexandre Rostovtsev package.use.mask: - Unmask USE="jit" for webkit-gtk (bug #396313). - - 06 Oct 2011; Alexis Ballier use.mask: - mask vaapi useflag as libva doesnt build - - 05 Oct 2011; Alexis Ballier -package.mask: - unmask texlive as most of it is keyworded and older versions are going away - - 06 Aug 2011; Ryan Hill package.use.mask: - Unmask lto. - - 20 Jul 2011; Ryan Hill package.use.mask: - Mask gcc [lto] due to unkeyworded dependencies (bug #375737). - - 30 Jun 2011; Pacho Ramos package.use.mask: - Needed plugins are not keyworded on this arch - - 31 Mar 2011; Tomáš Chvátal package.mask: - Drop obslolete KDE entries - - 18 Mar 2011; Pacho Ramos package.use.mask: - Mask media-plugins/gst-plugins-meta USE flags due missing keywords on deps. - - 13 Nov 2010; Alexis Ballier package.mask: - Move TeX Live 2010 package.mask to per-arch package.mask, bug #342513 - - 19 Sep 2010; Justin Lecher package.use.mask: - Mask app-arch/p7zip[kde] as kde-base/konqueror is not keyworded - - 12 Sep 2010; Justin Lecher package.use.mask: - net-im/gajim jingle masked, because net-libs/farsight2 is not keyworded - 336899 - - 13 Aug 2010; Justin Lecher package.use.mask: - MKL not available on this arch - - 12 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask dev-libs/udis86 test after adding patch to make yasm optional - - 10 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask dev-libs/udis86 test - - 01 May 2010; Alexis Ballier package.use.mask: - mask mplayer[xanim] - - 28 Apr 2010; Samuli Suominen package.use.mask: - Mask USE="autotrace" for imagemagick wrt #281573. - - 22 Mar 2010; Pacho Ramos package.use.mask: - Mask xulrunner and libgda USE flags due bug 282291 - - 07 Mar 2010; Samuli Suominen use.mask: - Unmask x86_* flags sse3, sse4, sse4a, and sse5. - - 13 Dec 2009; Rémi Cardona make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 26 Nov 2009; Alexis Ballier package.use.mask: - unmask mlt[frei0r], bug #276679 - - 26 Nov 2009; Alexis Ballier package.use.mask: - usemasks for frei0r plugins - - 19 Sep 2009; Alexis Ballier package.use.mask: - use mask dev-libs/ppl[prolog] - - 16 Aug 2009; Rémi Cardona make.defaults: - drop last traces of i810 - - 05 Jul 2009; Alexis Ballier package.use.mask: - usemask anjuta[valgrind] on bsd - - 05 Jul 2009; Alexis Ballier package.use.mask: - remove old webkit usemask for qt assistant - - 02 Jul 2009; Alexis Ballier use.mask: - unmask policykit useflag on x86-fbsd - - 27 Jun 2009; Alexis Ballier use.mask: - Mask policykit support until it is keyworded - - 08 Jun 2009; Alexis Ballier use.mask: - usemask portaudio too on fbsd - - 05 Jun 2009; Alexis Ballier use.mask: - usemask pulseaudio on fbsd - - 19 Jan 2009; Alexis Ballier +make.defaults, - +package.use.mask, +parent, +use.force, +use.mask: - Add x86-fbsd arch profile; it will be used for freebsd 7.1 and we should - try to make 6.2 profiles use it if they are going to stay for some time. - This directory is where lazy people are expected to put the masks for - missing keywords. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/make.defaults index 96f73e4611..aac2f6b703 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/make.defaults @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/make.defaults,v 1.8 2015/02/01 13:40:43 mgorny Exp $ +# $Id$ # System-wide defaults for the G/FBSD Portage system ARCH="x86-fbsd" -CFLAGS="-march=i486 -O2 -pipe" +CFLAGS="-march=i686 -O2 -pipe" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" @@ -17,7 +17,6 @@ ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd" MULTILIB_ABIS="x86_fbsd" DEFAULT_ABI="x86_fbsd" ABI="x86_fbsd" -CHOST_x86_fbsd="${CHOST}" LIBDIR_x86_fbsd="lib" VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \ diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.mask deleted file mode 100644 index 10cba99d3a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.mask +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/package.mask,v 1.11 2015/05/11 01:51:48 pesa Exp $ - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. ->=dev-qt/assistant-4.8.6:4 ->=dev-qt/designer-4.8.6:4 ->=dev-qt/linguist-4.8.6:4 ->=dev-qt/pixeltool-4.8.6:4 ->=dev-qt/qdbusviewer-4.8.6:4 ->=dev-qt/qt3support-4.8.6:4 ->=dev-qt/qtbearer-4.8.6:4 ->=dev-qt/qtcore-4.8.6:4 ->=dev-qt/qtdbus-4.8.6:4 ->=dev-qt/qtdeclarative-4.8.6:4 ->=dev-qt/qtdemo-4.8.6:4 ->=dev-qt/qtgui-4.8.6:4 ->=dev-qt/qthelp-4.8.6:4 ->=dev-qt/qtmultimedia-4.8.6:4 ->=dev-qt/qtopengl-4.8.6:4 ->=dev-qt/qtopenvg-4.8.6:4 ->=dev-qt/qtphonon-4.8.6:4 ->=dev-qt/qtscript-4.8.6:4 ->=dev-qt/qtsql-4.8.6:4 ->=dev-qt/qtsvg-4.8.6:4 ->=dev-qt/qttest-4.8.6:4 ->=dev-qt/qttranslations-4.8.6:4 ->=dev-qt/qtwebkit-4.8.6:4 ->=dev-qt/qtxmlpatterns-4.8.6:4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.use.force new file mode 100644 index 0000000000..28125cb62a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.use.mask index cdfd438d14..6431765e68 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/package.use.mask @@ -1,6 +1,22 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/package.use.mask,v 1.35 2015/01/28 00:37:00 johu Exp $ +# $Id$ + +# Thomas Deutschmann (14 Feb 2017) +# net-misc/curl dropped keywords in ffe8d873b8110d4434fc89423ea668450cab1d96 +www-servers/nginx nginx_modules_http_security + +# Alexis Ballier (31 Jan 2017) +# nvidia drivers are unmasked here +media-video/ffmpeg -nvenc + +# Michael Palimaka (21 Jun 2016) +# Requires unkeyworded media-sound/jack-audio-connection-kit & media-video/movit +media-libs/mlt jack opengl + +# Davide Pesavento (26 Oct 2015) +# Tests require non-keyworded qt5 +dev-qt/qtchooser test # Johannes Huber (28 Jan 2015) # Missing keyword on dev-libs/botan @@ -14,7 +30,6 @@ net-im/gajim kde # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so # it's masked in base profile and unmasked here (bug #396313). net-libs/webkit-gtk -jit -www-client/epiphany -jit # Pacho Ramos (18 Mar 2011) # Missing keywords on deps (GNOME related packages) @@ -22,7 +37,7 @@ dev-libs/totem-pl-parser quvi media-plugins/gst-plugins-meta dv dvd musepack vcd vpx wavpack # Justin Lecher (19 Sep 2010) -# kde-base/konqueror not keyworded +# kde-apps/konqueror not keyworded app-arch/p7zip kde # Justin Lecher (12 Sep 2010) @@ -33,25 +48,14 @@ net-im/gajim jingle # MKL not available on this arch media-gfx/povray mkl -# Romain Perier (18 Oct. 2009) -# >=networkmanager-0.7.0 is not keyworded. -gnome-base/gnome-applets networkmanager - # Java currently uses generation 1 dev-libs/cyrus-sasl java # nvidia-driver uses acpid x11-drivers/nvidia-drivers acpi -# Gilles Dartiguelongue (19 Oct 2007) -# afs not keyworded ->=gnome-base/gdm-2.20 afs - # gavl and opencv do not build media-plugins/frei0r-plugins scale0tilt facedetect -# needs to rework xanim's ebuild to make it bsd-friendly -media-video/mplayer xanim - # Dependencies not keyworded, bug #424571 net-nds/openldap smbkrb5passwd diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/use.mask index ee6f02c469..96236f301f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86-fbsd/use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/use.mask,v 1.17 2015/05/19 21:04:58 chewi Exp $ +# $Id$ + +# Michael Palimaka (21 Jun 2016) +# Unkeyworded +qt5 # Unmask the flag which corresponds to ARCH. -x86-fbsd @@ -10,16 +14,6 @@ # IPMI is only implemented for x86, amd64 and ia64 -ipmi --3dnow --3dnowext --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/ChangeLog deleted file mode 100644 index 7a6256a544..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/ChangeLog +++ /dev/null @@ -1,621 +0,0 @@ -# ChangeLog for Gentoo/x86 profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.197 2015/06/09 23:57:34 eva Exp $ - - 09 Jun 2015; Gilles Dartiguelongue package.use.mask: - Add package.use.mask for media-plugins/grilo-plugins[upnp-av], bug #551634. - - 28 May 2015; Brian Evans package.use.mask: - Remove use mask for dev-db/mysql-init-scripts - - 27 May 2015; package.use.mask: - Unmask s6 USE on dev-db/mysql-init-scripts since x86 has it keyworded - - 20 May 2015; James Le Cuirot package.use.mask: - Unmask icedtea[infinality] as I'm about to mask it in base. - - 29 Mar 2015; Mike Frysinger use.mask: - Unmask USE=cilk. - - 01 Mar 2015; Michał Górny package.use.mask: - Mask telepathy-connection-managers[steam] on unsupported arches. - - 21 Feb 2015; Michał Górny package.use.stable.mask: - Stable-mask non-stable qca plugin flags for old qca version. - - 31 Jan 2015; Jeroen Roovers package.use.mask: - Mask USE=uvm for >x11-drivers/nvidia-drivers-346 on x86 (bug #534156). - - 30 Jan 2015; Michał Górny make.defaults: - Hide CPU_FLAGS_X86 everywhere but on amd64 & x86. - - 28 Jan 2015; Michał Górny package.use.mask: - Update package.use.* entries for CPU_FLAGS_X86. Keep duplicate with old flags - until conversion is complete. - - 28 Jan 2015; Mike Gilbert xbox/make.defaults: - Set CPU_FLAGS_X86 to a reasonable default. - - 28 Jan 2015; Michał Górny use.mask: - Mask CPU_FLAGS_X86 for non-x86 arches. - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add mask for USE=kms for x11-wm/mutter-3.14, bug #533420. - - 23 Dec 2014; Gilles Dartiguelongue package.use.mask: - Add package.use.mask entry for clutter, bug #533420. - - 16 Nov 2014; Mike Gilbert use.stable.mask: - Drop unneeded python3_4 (un)mask. - - 15 Nov 2014; Mike Gilbert package.use.stable.mask: - Move pyudev[python3_4] mask to base profile. - - 09 Nov 2014; Michał Górny package.use.stable.mask, - use.mask, use.stable.mask: - Unmask PyPy3. - - 09 Nov 2014; Michał Górny package.use.stable.mask: - Remove stale masks on dev-python/python-exec. - - 04 Nov 2014; Mike Gilbert package.use.stable.mask, - use.stable.mask: - Negate python3_4 stable mask. - - 19 Oct 2014; Mike Gilbert use.mask, use.stable.mask: - Unmask/stable-mask apparmor. - - 18 Oct 2014; Mike Frysinger package.use.mask: - Drop systemd-specific seccomp mask since the USE flag itself is handled - properly #524148 by Christian Ruppert. - - 11 Oct 2014; Tim Harder package.use.mask, - package.use.stable.mask: - Unmask skype use flag for net-im/bitlbee on unstable systems. - - 13 Sep 2014; Markos Chandras package.use.mask: - midori[jit] works on x86 - - 02 Sep 2014; Hans de Graaff use.mask: - ruby_targets_jruby is now masked everywhere. - - 04 Aug 2014; Mike Frysinger package.use.mask: - Unmask x86-specific flashrom USE flags. - - 27 Jul 2014; Alexis Ballier use.mask: - unmask xop useflag on x86 - - 01 Jul 2014; Michał Górny make.defaults: - Set default ABI_X86. Just in case. - - 29 Jun 2014; Andreas K. Huettel use.mask: - Mask use-flag firebird and package dev-db/firebird for bug 460780 - - 29 Jun 2014; Andreas K. Huettel - package.use.stable.mask: - Stablemask firebird useflag on libreoffice until dependencies are stabilized - - 25 Jun 2014; Michał Górny make.defaults: - Fix typo. - - 25 Jun 2014; Michał Górny make.defaults: - Experimentally mark native ABI USE flag implicit for better - user-friendliness. - - 20 Jun 2014; Michał Górny make.defaults: - Set amd64-compatible values for ABI and related variables. - - 23 Apr 2014; Lars Wendler package.use.mask: - media-sound/lmms[vst] works on 32bit x86 - - 08 Apr 2014; Mike Gilbert package.use.stable.mask, - use.mask, use.stable.mask: - Drop pypy2_0. - - 30 Mar 2014; Michał Górny +package.use.stable.mask, - use.mask, use.stable.mask: - Move pypy flag masks to arch profile since it is EAPI=5 now. - - 30 Mar 2014; Michał Górny use.mask: - Fix order of use.mask. Sorry for messing it up. - - 30 Mar 2014; Mike Gilbert package.use.mask: - Add missing '-' to systemd seccomp mask. - - 30 Mar 2014; Andrey Grozin +use.stable.mask: - Masking gcl - - 27 Mar 2014; Mike Gilbert package.use.mask: - Negate sys-apps/systemd[seccomp] mask. - - 19 Mar 2014; Andreas K. Huettel +eapi, +xbox/eapi: - Increase EAPI to 5 - - 09 Mar 2014; Andrey Grozin use.mask: - Unmask gcl - - 08 Mar 2014; Matt Turner package.use.mask: - Add media-libs/mesa -openmax to package.use.mask. - - 26 Feb 2014; Mike Gilbert use.mask: - Unmask avx2 - - 16 Feb 2014; Samuli Suominen package.use.mask: - Mask experimental USE="sse2" for libmikmod. - - 18 Jan 2014; Mike Frysinger make.defaults: - Drop python targets hacks now that base/ has it #474128. - - 27 Dec 2013; Sergey Popov package.use.mask: - Unmask 'context' USE-flag for dev-libs/boost - - 19 Nov 2013; Tim Harder package.use.mask: - Unmask racket USE flag for app-editors/(g)vim. - - 08 Sep 2013; Christoph Junghans package.use.mask: - masked sci-libs/fftw[quad] - - 01 Sep 2013; Jeff Horelick package.use.mask: - unmask sid for >=media-plugins/audacious-plugins-3.4 - - 24 Aug 2013; Markus Meier package.mask: - remove texlive-2013 mask, bug #475124 - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn use.mask: - Drop obsolete opencl unmask. - - 13 Aug 2013; Tim Harder package.use.mask: - Unmask luajit USE flag for app-editors/(g)vim. - - 11 Aug 2013; Alexis Ballier package.mask: - move texlive mask from global to arch profiles, bug #475124 - - 09 Jun 2013; Ulrich Müller package.use.mask: - Remove mask for media-libs/realcodecs. Package has been removed. - - 08 Jun 2013; Sergey Popov package.use.mask: - Move mask for app-leechcraft/leechcraft-meta[unstable] to base profile - - 19 May 2013; Justin Lecher package.use.mask: - Add missing use unmask, #469530 - - 04 May 2013; Michał Górny package.use.mask: - Remove USE=systemd from package.use.mask since the flag is (un)masked - globally now. - - 04 May 2013; Michał Górny use.mask: - Mask systemd flag globally, unmask on arches on which systemd is keyworded. - - 07 Mar 2013; Tim Harder use.mask: - Unmask jython2_7 for PYTHON_TARGETS. - - 03 Mar 2013; Michał Górny use.mask: - Fix abi_x86_32 unmask. - - 21 Feb 2013; Justin Lecher package.use.mask: - cuda only works on x86 and amd64 - - 21 Feb 2013; Diego E. Pettenò use.mask: - Fix error in masking. - - 16 Feb 2013; Agostino Sarubbo package.use.mask: - mask net-misc/leechcraft-full[unstable] because requires packages not ready - for the stabilization - - 12 Feb 2013; Christoph Junghans use.mask: - sse41 -> sse4_1 (bug #456886) - - 07 Feb 2013; Matt Turner use.mask: - Drop sse5 USE flag. - - 01 Feb 2013; Michał Górny use.force, use.mask: - Set ABI_X86 flags for amd64 & x86 up. - - 25 Jan 2013; Christoph Junghans use.mask: - unmask missing amd64/x86 instruction sets - - 20 Jan 2013; Michał Górny use.mask: - Remove the pypy unmask for old profiles. It is unmasked in the new EAPI=5 - profiles now. - - 18 Jan 2013; Samuli Suominen use.mask: - Don't unmask USE="clvm" here because it's not masked in base profile thus - making this entry pointless. - - 02 Jan 2013; Mike Gilbert use.mask: - Mask pypy-1.8 for removal. - - 02 Jan 2013; Mike Gilbert use.mask: - Unmask pypy targets. - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask sys-kernel/dracut[dracut_modules_systemd] (masked in base). - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask sys-kernel/dracut[dracut_modules_biosdevname] (masked in base). - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Unmask zeitgeist-datasources[chromium,tomboy] (masked in base). - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Add epiphany[jit] to webkit-gtk[jit] unmask. - - 26 Dec 2012; Christoph Junghans package.use.mask: - unmasked openmm/mkl for sci-chemistry/gromacs - - 19 Dec 2012; Sergey Popov package.mask, - package.use.mask, xbox/package.mask: - Clean up some deprecated atoms, wrt bug #444181 - - 09 Dec 2012; Alexandre Rostovtsev package.use.mask, - use.mask: - dev-lang/orc is used in many packages, so move orc from package.use.mask to - use.mask - - 30 Nov 2012; Christoph Junghans package.use.mask: - unmasked cuda for sci-chemistry/gromacs - - 26 Nov 2012; Anthony G. Basile package.use.mask: - No need to unmask net-misc/tor[nat-pmp,upnp] on x86 - - 24 Nov 2012; Mike Gilbert use.mask: - Unmask python_single_target_jython2_5 - - 12 Nov 2012; Mike Gilbert make.defaults: - Move PYTHON_TARGETS=python3_2 from arch profiles to base. - - 05 Nov 2012; Sergei Trofimovich package.use: - Fixed typo qemu_softmmu_target{,s}_. - - 04 Nov 2012; Diego E. Pettenò package.use.mask: - Unmask dane USE flag for net-libs/gnutls. - - 29 Oct 2012; Doug Goldstein +package.use: - Add package.use so we can enable the native arch as the default qemu target - for bug #437788 - - 07 Oct 2012; Samuli Suominen package.use.mask: - Restore USE="systemd" mask to sys-auth/polkit for stabilization. - - 15 Sep 2012; Johannes Huber package.use.mask: - Masked media-libs/phonon[zeitgeist] for stabilization as the use flag pulls a - dep tree of hell. - - 31 Jul 2012; Ralph Sennhauser use.mask: - Unmask python_targets_jython2_5 as it's available on x86. - - 16 Jul 2012; Anthony G. Basile package.use.mask: - Mask net-libs/cyassl[sha512] on x86 - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove references to net-libs/xulrunner and www-client/icecat wrt #424617 - - 14 Jun 2012; Davide Pesavento package.use.mask: - Consolidate USE=jit masking/unmasking for qt-script and qt-webkit. - - 25 May 2012; Alexandre Rostovtsev package.use.mask: - Remove webkit-gtk's USE mask, the flags are now masked in specific arches. - - 24 May 2012; Arun Raghavan package.use.mask: - For PulseAudio, mask xen USE flag by default, unmask on x86/amd64 where it is - supported. - - 15 May 2012; Mike Gilbert make.defaults: - Default PYTHON_TARGETS should include python-3 for arches where it is stable. - See bug 415575. - - 13 Apr 2012; Alexandre Rostovtsev package.use.mask: - Mask webkit-gtk[geoloc] in base and unmask on arches where app-misc/geoclue - and app-accessibility/at-spi2-core are available. - - 13 Apr 2012; Alexandre Rostovtsev package.use.mask: - Consolidate USE=systemd mask, and add gnome-system-monitor. - - 13 Apr 2012; Alexandre Rostovtsev package.use.mask: - Consolidate USE=systemd mask, and add gnome-system-monitor. - - 12 Apr 2012; Alexandre Rostovtsev package.use.mask: - Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for - gobject-introspection[doctool], bug #411761. - - 11 Apr 2012; Michał Górny package.use.mask: - Unmask USE=jit on libzpaq for x86/amd64. - - 28 Mar 2012; Arun Raghavan package.use.mask: - webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be - added. - - 27 Mar 2012; Alexandre Rostovtsev package.use.mask: - Allow networkmanager[systemd] on x86. - - 05 Mar 2012; Joerg Bornkessel use.mask: - dxr3 unmask, works with v4l2, #350211 - - 28 Feb 2012; Samuli Suominen use.mask: - Unmask USE="vidix" from base/use.mask. - - 27 Feb 2012; Bernard Cafarelli package.use.mask: - Allow gnustep-make[libobjc2] on amd64 - - 08 Feb 2012; Bernard Cafarelli package.use.mask: - Drop arch-speficic mask on gnustep-base/gnustep-make[libobjc2] - - 26 Jan 2012; Thomas Kahle package.use.mask: - unmask fprint for gdm-3 per bug 390345 - - 17 Jan 2012; Doug Goldstein package.use.mask: - Mask the spice USE flag on app-emulation/qemu-kvm since the SPICE server - isn't supported on 32 bit platforms. - - 09 Jan 2012; Alexandre Rostovtsev package.use.mask: - Unmask USE="jit" for webkit-gtk (bug #396313). - - 06 Dec 2011; Samuli Suominen package.use.mask: - Unmask USE="pic" for media-video/transcode. - - 06 Dec 2011; Samuli Suominen package.use.mask: - Unmask USE="nuv" for media-video/transcode as a x86 only feature. - - 29 Nov 2011; Davide Pesavento package.use.mask: - Unmask USE="jit" for qt-webkit. - - 25 Nov 2011; Alexandre Rostovtsev package.use.mask: - Mask USE flags on gnome-3.2 packages due to missing keywords on deps; bug - #390345 - - 25 Nov 2011; Samuli Suominen package.use.mask: - Unmask USE="suid" for www-client/links which is required by USE="svga" - - 21 Oct 2011; Kacper Kowalik package.use.mask: - Drop hearbeat mask wrt #387685 by Marcin Mirosław - - 21 Oct 2011; Alexandre Rostovtsev package.use.mask: - Undo poorly thought out masking of USE="colord packagekit" on gtk+; need to - get it keyworded properly (bug #387959) - - 19 Oct 2011; Alexandre Rostovtsev package.use.mask: - Unmask USE="colord" and "packagekit" for x11-libs/gtk+. - - 16 Oct 2011; Samuli Suominen package.use.mask: - Unmask USE="bluray" for gnome-base/gvfs. - - 03 Oct 2011; Samuli Suominen use.mask: - Mask USE="dxr3" again wrt #350211. - - 27 Sep 2011; Nirbheek Chauhan package.use.mask: - Mask dev-libs/glib[systemtap] and unmask for amd64/x86, bug 384647 - - 22 Jul 2011; Anthony G. Basile package.use.mask: - Unmask USE="nat-pmp" and "upnp" here. - - 11 Jul 2011; Samuli Suominen use.mask: - Unmask USE="opencl" here. - - 11 Jul 2011; Robin H. Johnson package.use.mask: - unmask parse-clocks on x86/amd46 for ntp due to pps-tools. - - 08 Jul 2011; Samuli Suominen profile.bashrc: - Convert "hasq" to "has" and "useq" to "use". - - 03 Jul 2011; Alexey Shvetsov package.use.mask: - unmask maui use flag for torque - - 01 Jul 2011; Alexey Shvetsov use.mask: - use unmask infiniband on x86 - - 07 Jun 2011; Bernard Cafarelli package.use.mask: - Allow libobjc2 USE-flag on gnustep-base/gnustep-make - - 29 May 2011; Christian Faulhammer package.use.mask: - Lift mask for spice USE flag on app-emulation/qemu-kvm, everything is now - keyworded - - 27 May 2011; Doug Goldstein package.use.mask: - Mask spice USE flag for app-emulation/qemu-kvm as the necessary - depends are masked. bug #368961 - - 09 May 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Remove video_cards_nouveau unmask, bug #364027. - - 30 Apr 2011; Ulrich Mueller -xbox/virtuals: - Remove old-style virtual/linux-sources, bug 118442. - - 28 Apr 2011; Andrey Grozin package.use.mask: - Unmask cmucl USE flag on sci-mathematics/fricas - - 12 Apr 2011; Mart Raudsepp package.use.mask: - Unmask orc USE flag on gst-plugins-bad - - 10 Apr 2011; Ulrich Mueller -virtuals, xbox/virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 31 Mar 2011; Tomáš Chvátal package.use.mask: - snort with prelude useflag is stable - - 30 Mar 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Unmask video_cards_qxl - - 24 Mar 2011; Jim Ramsay package.use.mask: - Bug 360235: Clean up USE mask for www-plugins/adobe-flash - - 20 Mar 2011; Mart Raudsepp package.use.mask: - Unmask orc USE flag on gst-plugins-good - - 26 Feb 2011; Thomas Kahle package.use.mask: - libprelude can't go stable at this point, snort can. - - 22 Feb 2011; Kacper Kowalik package.use.mask: - Mask pacemaker-gui[heartbeat] since >=heartbeat-3.0 is still masked - - 13 Feb 2011; Tim Harder package.use.mask: - Unmask bluray USE flag on mplayer - - 30 Jan 2011; Arun Raghavan package.use.mask: - Unmask orc USE flag on gst-plugins-ffmpeg - - 27 Dec 2010; Mart Raudsepp package.use.mask: - Add gst-plugins-a52dec to the orc package.use.mask unmask set - - 28 Nov 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - Unmask mesa's llvm flag - - 18 Nov 2010; Arun Raghavan use.mask: - Orc optimisations work fine on x86 - - 10 Nov 2010; Dane Smith package.use.mask: - Unmask valgrind use flag for net-libs/gnutls on x86. - - 17 Sep 2010; Andrey Grozin package.use.mask: - Unmasking the USE flag clozurecl for maxima (formerly it was openmcl) - - 07 Sep 2010; Mike Frysinger use.mask: - Mask USE=win64 on 32bit profiles. - - 23 Aug 2010; Chí-Thanh Christopher Nguyễn - make.defaults: - Add VIDEO_CARDS="nouveau" to make.defaults - - 12 Aug 2010; Jim Ramsay package.use.mask: - Updating USE masks for www-plugin/adobe-flash: 32bit and 64bit for 10.0 - and nspluginwrapper for 10.1 - - 25 Jul 2010; Nirbheek Chauhan package.use.mask: - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox - - 01 Jul 2010; Kacper Kowalik package.use.mask: - Correct masking sys-cluster/pacemaker[heartbeat] - - 01 Jul 2010; Kacper Kowalik package.use.mask: - Masking sys-cluster/pacemaker[heartbeat] - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Forgot to unmask icecat too - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Unmask USE=ipc for firefox/xulrunner on x86 due to bug 325185 - - 13 Jun 2010; Dror Levin use.mask: - Remove vpx USE unmask. - - 12 Jun 2010; Dror Levin use.mask: - Unmask amd64/x86 only vpx for now. - - 12 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask dev-libs/udis86 test after adding patch to make yasm optional - - 10 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask dev-libs/udis86 test - - 03 May 2010; Alex Legler use.mask: - Unmask ruby_targets_ree18 - - 13 Apr 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask video_cards_nouveau - - 31 Mar 2010; Vlastimil Babka package.use.mask: - Stop unmasking nsplugin of sun-jdk and sun-jre-bin 1.5 due to security - #306579. - - 16 Mar 2010; Jim Ramsay package.use.mask: - Oops, got my binary backwards. Really masking this time - - 16 Mar 2010; Jim Ramsay package.use.mask: - Mask USE='32bit 64bit' for www-plugins/adobe-flash (Bug #283328) - - 07 Mar 2010; Samuli Suominen use.mask: - Unmask x86_* flags sse3, sse4, sse4a, and sse5. - - 20 Feb 2010; Samuli Suominen use.mask: - Unmask sane_backends_qcam here; masked in base. - - 14 Feb 2010; Samuli Suominen use.mask: - Unmask SANE_BACKENDS="canon_pp hpsj5s mustek_pp" here. - - 02 Feb 2010; Samuli Suominen -package.use.force: - Remove unrequired skype mask (and now empty package.use.force file). - - 08 Jan 2010; Samuli Suominen +package.use.force: - Force USE="qt-static" enabled for net-im/skype wrt #295525. - - 08 Jan 2010; Diego E. Pettenò use.mask: - Unmask JRuby target. - - 13 Dec 2009; Rémi Cardona use.mask: - drop "vermilion" from VIDEO_CARDS in all profiles - - 13 Dec 2009; Rémi Cardona make.defaults: - drop "vga" from VIDEO_CARDS in all profiles - - 23 Sep 2009; Jean-Noël Rivasseau package.use.mask: - X use flag only for amd64/x86, bug 285951. - - 05 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Dropped the KDE-4.3 unmask from package.mask now that the mask has been - dropped from base/package.mask. - - 16 Aug 2009; Rémi Cardona make.defaults: - drop last traces of i810 - - 15 Aug 2009; Jorge Manuel B. S. Vicetto - package.mask: - Unmasked KDE-4.3.0 for x86 with the permission of Raúl Porcel (armin76). - - 21 Jul 2009; Christian Faulhammer package.use.mask: - remove spurious mask, see bug 278246 - - 24 May 2009; Vlastimil Babka package.use.mask: - Mask nsplugin of 1.4 JVM's. Bug #263810. - - 20 Mar 2009; Raúl Porcel package.use.mask: - Package.use.mask sse2 on pixman, bug #260287 - - 21 Jan 2009; Markus Meier package.mask: - mask some unported x11-libs/qt-4.4* packages for a smooth upgrade wrt bug - #248038 - - 18 Jan 2009; Markus Meier package.mask: - mask this version for a smooth upgrade wrt bug #248038 - - 02 Dec 2008; Raúl Porcel package.use.mask: - P.use.mask media-libs/realcodecs win32codecs USE-flag because repoman complains - - 09 Nov 2008; Raúl Porcel package.use.mask: - Fix masking of mplayer - - 27 Oct 2008; Mike Frysinger use.mask: - Unmask lilo. - - 16 Aug 2008; Robert Buchholz package.use.mask: - Unmask tls for kaa-base - - 20 Jul 2008; Serkan Kaba package.use.mask: - Add app-text/enchant:zemberek unmask. - - 06 Jun 2008; Rémi Cardona package.mask: - pkgmove to gnome-base/gnome-control-center - - 30 Apr 2008; Sébastien Fabbro use.mask: - Removed masking of icc and ifc flags (now only local flags). Removed - inexistent icc-pgo flags - - 21 Apr 2008; Santiago M. Mola package.mask: - Add ->=net-im/telepathy-mission-control-4.65 to Gnome 2.22 mask. - - 10 Apr 2008; Donnie Berkholz ; make.defaults: - Make VIDEO_CARDS defaults a reasonable set instead of every imaginable - card. - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 03 Apr 2008; Mart Raudsepp package.mask: - Unmask GNOME-2.22 on x86 - diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults index da8597efc9..e8257d42fb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.17 2015/01/30 21:48:00 mgorny Exp $ +# $Id$ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -29,7 +29,7 @@ LIBDIR_x86="lib" # 2006/08/18 - Donnie Berkholz # Defaults for video drivers -VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo" +VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa" # 2006/12/21 - Andrej Kacian # Defaults for audio drivers diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask index 656dd7cbf6..fd6adc9b44 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask @@ -1,4 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.mask,v 1.24 2013/08/24 15:29:37 maekke Exp $ +# $Id$ +# Mike Gilbert (05 Nov 2016) +# seccomp-related regression on x86. +# https://bugs.gentoo.org/598992 +=sys-apps/systemd-232 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use index a39329f7b7..e9b8840775 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use @@ -1,10 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use,v 1.3 2015/05/03 05:15:22 yngwin Exp $ +# $Id$ -# Ben de Groot (03 May 2015) -# Enable luajit (for OSC) by default -media-video/mpv lua luajit +# Michał Górny (24 Sep 2016) +# Enable the GPU targets matching the default VIDEO_CARDS +sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX +sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX # Doug Goldstein (29 Oct 2012) # Enable the native arch as the default qemu target diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force index a348b85da0..fe80bf65ce 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.force,v 1.3 2014/06/12 06:29:47 phajdan.jr Exp $ +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 # Pawel Hajdan jr (12 Jun 2014) # On x86 Chromium can be built in non-PIC mode, and this diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask index 7e1989f491..2b94219b49 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask @@ -1,12 +1,90 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.155 2015/06/09 23:57:34 eva Exp $ +# $Id$ # This file requires >=portage-2.1.1 -# Gilles Dartiguelongue (10 Jun 2015) -# net-libs/dleyna-connector-dbus lack x86 keyword, bug #551634 ->=media-plugins/grilo-plugins-0.2.14 upnp-av +# David Seifert (10 Feb 2017) +# Requires dev-lua/ldoc for building documentation, +# which is only keyworded for amd64 +x11-wm/awesome doc + +# Alexis Ballier (31 Jan 2017) +# nvidia drivers are unmasked here +media-video/ffmpeg -nvenc + +# Luca Barbato (22 Jan 2017) +# cuda is not available on x86 nvidia-video-codec depends on it +media-video/libav nvidia + +# Ilya Tumaykin (19 Jan 2017) +# Requires yet unavailable >=media-video/ffmpeg-3.3. +>=media-video/mpv-0.23.0 cuda + +# Andreas Sturmlechner (31 Dec 2016) +# on behalf of Andreas K. Hüttel (14 Dec 2016) +# Fails to build with newly unmasked ffmpeg-3, so mask this useflag +# Workaround; leaving a real fix to the maintainers... bug 580630 +media-libs/mlt vdpau + +# Yixun lan (07 Dec 2016) +# Disable zfs storage backend since sys-fs/zfs doesn't support 32bit arch +app-emulation/libvirt zfs + +# Jonathan Scruggs (27 Oct 2016) +# Blender needs newer versions of CUDA which no longer support x86 +media-gfx/blender cuda + +# Ettore Di Giacinto (18 Oct 2016) +# Enable gambit and scm only on supported architectures +>=dev-scheme/slib-3.2.5 -gambit -scm + +# Thomas Deutschmann (22 Sep 2016) +# Enable MQTT support on supported architectures +app-admin/collectd -collectd_plugins_mqtt + +# Thomas Deutschmann (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + +# Brian Evans (18 Aug 2016) +# Allow jdbc on this arch +dev-db/mariadb -jdbc + +# Patrice Clement (05 Jun 2016) +# on behalf of Ilya Tumaykin +# dev-lua/busted lacks x86 keyword. See bug #581210. +media-video/aegisub test + +# Rick Farina (23 Mar 2016) +# rspec:3 is not keyworded for x86 at this time +=dev-ruby/bundler-audit-0.5.0 test + +# Mike Gilbert (03 Mar 2016) +# chrome-binary-plugins dropped x86 support +www-client/chromium widevine + +# Ian Delaney (02 Dec 2015) +# mask revdeps of xen that emply a hypervisor in arch x86 +app-emulation/libvirt xen +app-emulation/ganeti xen + +# Nathan Phillip Brink (26 Sep 2015) +# git useflag requires dev-libs/libgit2 which few arches support +dev-util/geany-plugins -git + +# Brian Evans =dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera + +# Mike Gilbert (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + +# James Le Cuirot (28 Jul 2015) +# JavaFX and the browser plugin are included on x86 Linux. +dev-java/oracle-jdk-bin -javafx -nsplugin +dev-java/oracle-jre-bin -javafx -nsplugin # Ben de Groot (15 Mar 2015) # media-libs/libbdplus is keyworded on x86, so unmask the useflag @@ -16,18 +94,10 @@ media-libs/libbluray -bdplus # pidgin-opensteamworks is only available for amd64, ppc32 and x86 net-im/telepathy-connection-managers -steam -# Andrey Grozin (23 Feb 2015) -# Does not compile with this flag -=dev-lisp/ecls-15.2.21 cpu_flags_x86_sse - # Jeroen Roovers (31 Jan 2015) # >x11-drivers/nvidia-drivers-346 on x86 has no UVM support (bug #534156) >x11-drivers/nvidia-drivers-346 uvm -# Pacho Ramos (18 Jan 2015) -# Missing keywords -media-plugins/gst-plugins-meta vaapi - # Tim Harder (11 Oct 2014) # Unmask skype support for unstable keywords net-im/bitlbee -skype @@ -50,15 +120,14 @@ media-libs/mesa -openmax # Samuli Suominen (16 Feb 2014) # Still considered experimental by upstream: -# http://sourceforge.net/p/mikmod/bugs/16/#17ea -media-libs/libmikmod sse2 +# https://sourceforge.net/p/mikmod/bugs/16/#17ea media-libs/libmikmod cpu_flags_x86_sse2 # Sergey Popov (27 Dec 2013) # Boost.Context can be built on x86 dev-libs/boost -context -# Christoph Junghans (08 Sep 2013) +# Christoph Junghans (08 Sep 2013) # restrict USE=quad for x86 as there are too less registers sci-libs/fftw quad @@ -75,7 +144,7 @@ app-editors/gvim -luajit -racket # Kacper Kowalik (09 Aug 2013) # Works on x86 -sys-apps/hwloc -cuda -gl -opencl +sys-apps/hwloc -cuda -gl # Pacho Ramos (20 Jul 2013) # Keywords missing, bug #478104 @@ -86,17 +155,13 @@ sys-apps/hwloc -cuda -gl -opencl sci-libs/cholmod -cuda sci-libs/flann -cuda -# Alexandre Rostovtsev (30 Dec 2012) -# sys-apps/biosdevname, systemd work on this arch (masked in base) -sys-kernel/dracut -dracut_modules_biosdevname -dracut_modules_systemd - # Alexandre Rostovtsev (30 Dec 2012) # chromium, mono work on this arch (masked in base) -gnome-extra/zeitgeist-datasources -chromium -tomboy +gnome-extra/zeitgeist-datasources -chromium -# Christoph Jungans (26 Dec 2012) -# cuda/openmm/mkl works on x86/amd64 (masked in base) -sci-chemistry/gromacs -cuda -mkl -openmm +# Christoph Junghans (26 Dec 2012) +# cuda/mkl works on x86/amd64 (masked in base) +sci-chemistry/gromacs -cuda -mkl # Diego Elio Pettenò (3 Nov 2012) # Unmask here, as it's masked in base. @@ -124,8 +189,8 @@ app-crypt/johntheripper -cuda dev-libs/gobject-introspection -doctool # Michał Górny (11 Apr 2012) -# JIT compilation in libzpaq generates code for x86/amd64. -app-arch/libzpaq -jit +# JIT compilation in zpaq generates code for x86/amd64. +app-arch/zpaq -jit # Arun Raghavan (29 Mar 2012) # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be @@ -140,13 +205,13 @@ gnustep-base/gnustep-make -libobjc2 # Doug Goldstein (17 Jan 2012) # The SPICE server is only supported on 64-bit platforms and not on 32-bit +# https://lists.freedesktop.org/archives/spice-devel/2015-September/021846.html app-emulation/qemu spice # Alexandre Rostovtsev (09 Jan 2012) # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so # it's masked in base profile and unmasked here (bug #396313). net-libs/webkit-gtk -jit -www-client/epiphany -jit www-client/midori -jit # Samuli Suominen (06 Dec 2011) @@ -154,8 +219,9 @@ www-client/midori -jit media-video/transcode -nuv -pic # Davide Pesavento (30 Nov 2011) -# JavaScriptCore JIT is supported only on amd64/arm/x86, -# so it's masked in base profile and unmasked here. +# The QML (V4) and JSC JITs are supported only on amd64/arm/x86, +# so the flag is masked in the base profile and unmasked here. +dev-qt/qtdeclarative -jit dev-qt/qtscript -jit dev-qt/qtwebkit -jit @@ -182,41 +248,18 @@ dev-libs/glib -systemtap =sys-cluster/glusterfs-3.1.2 infiniband =sys-cluster/corosync-1.3.0 infiniband -# Luca Barbato (28 Feb 2011) -# # Masked in base, unmask for amd64/x86 -media-video/mplayer2 -bluray - # Tim Harder (13 Feb 2011) # Masked in base, unmask for amd64/x86 >=media-video/mplayer-1.0_rc4_p20101219 -bluray -# Thomas Kahle (15 Jan 2011) -# we dropped stable prelude but don't want to drop stable nufw -=net-firewall/nufw-2.2.21 prelude - # Chí-Thanh Christopher Nguyễn (28 Nov 2010) # sys-devel/llvm is keyworded on x86 media-libs/mesa -llvm -# Nirbheek Chauhna (26 Jun 2010) -# Inter-process communication doesn't work on anything except x86/amd64/arm -# due to lack of atomic ops, bug 325185 -www-client/firefox -ipc - # Tomáš Chvátal (4 Apr 2010) # x86 platforms works sys-power/pm-utils -video_cards_intel -video_cards_radeon -# Vlastimil Babka (31 Mar 2010) ->=dev-java/sun-jdk-1.6 -nsplugin ->=dev-java/sun-jre-bin-1.6 -nsplugin ->=dev-java/ibm-jdk-bin-1.5 -nsplugin ->=dev-java/ibm-jre-bin-1.5 -nsplugin - -# Jim Ramsay (24 March 2011) -# '64bit' '32bit' 'nspluginwrapper' are for amd64 only -www-plugins/adobe-flash 32bit 64bit - # Mounir Lamouri (07 Nov 2009) # Masked in base, unmak for amd64/x86. Bug 267264 media-gfx/k3d -cuda @@ -225,10 +268,6 @@ media-gfx/k3d -cuda # X use flag only for amd64/x86, bug 285951. media-gfx/iscan -X -# Tomáš Chvátal (10 Sep 2009) -# quakeforge has video_cards_voodoo enabled only for x86 -games-fps/quakeforge -video_cards_tdfx - # Tomas Chvatal (24 Nov 2008) # masked in base, unmask for x86/amd64 sci-misc/boinc -cuda @@ -240,13 +279,7 @@ dev-python/kaa-base -tls # Serkan Kaba (20 Jul 2008) app-text/enchant -zemberek -x11-terms/eterm sse2 x11-terms/eterm cpu_flags_x86_sse2 -# Christian Faulhammer (14 Jan 2008) -# only works on x86 -dev-java/ibm-jdk-bin -alsa -dev-java/ibm-jre-bin -alsa - # Steve Dibb (29 Sept 2008) -media-video/mplayer -cpudetection -custom-cpuopts -bindist +media-video/mplayer -cpudetection diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask index 15f4c569cb..05770f18a9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v 1.14 2015/04/19 06:45:35 yngwin Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,16 +18,24 @@ #--- END OF EXAMPLES --- +# Brian Evans (17 Jan 2017) +# Stable mask groonga on mariadb as I don't know how stable +# the dependencies really are +dev-db/mariadb mroonga + +# Bernard Cafarelli (09 Jan 2017) +# Requires more testing +# and additional unstable dependencies +gnustep-base/gnustep-make libobjc2 + +# Michael Palimaka (26 May 2016) +# Dependencies not yet stable +dev-cpp/eigen test + # Pacho Ramos (08 Mar 2015) # mayavi is broken, bug #500104 dev-python/apptools test -# Michał Górny (21 Feb 2015) -# The external QCA plugins are not stable on this arch. Since -# this is only a temporary measure and nothing depends on them, -# just masking them until the new version goes stable. - (11 Oct 2014) # Masked since skype isn't stable net-im/bitlbee skype @@ -41,14 +49,8 @@ app-office/libreoffice firebird # Don't apply stable masks to python-exec since we're forcing every # impl there anyway. Please keep this in sync with use.stable.mask. dev-lang/python-exec -python_targets_pypy -dev-lang/python-exec -python_single_target_pypy dev-lang/python-exec -python_targets_pypy3 -dev-lang/python-exec -python_single_target_pypy3 # Tom Wijsman (06 Feb 2014) # [QA] Masked jit USE flag on www-apps/cgit as dev-lang/luajit is not stable. www-apps/cgit jit - -# Ben de Groot =opus-1.0.3 is still not stable (bug 500868) -media-video/vlc opus diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.mask index a7bc5f37a0..0d4e274e37 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.70 2015/03/29 19:01:38 vapier Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -x86 @@ -51,8 +51,6 @@ # Ralph Sennhauser (31 Jul 2012) # Keyworded on x86 --python_targets_jython2_5 --python_single_target_jython2_5 -python_targets_jython2_7 -python_single_target_jython2_7 @@ -80,10 +78,6 @@ # Infiniband stuff works on x86 -infiniband -# 2010/07/27 - Matti Bickel -# app-text/fdf is only supported on x86 --fdftk - # 2010/02/14 - Samuli Suominen # Unmask amd64/x86 only SANE_BACKENDS -sane_backends_canon_pp @@ -104,28 +98,9 @@ -macbook # Unmask x86 instruction sets --3dnow --3dnowext -lilo --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4_1 --sse4_2 --sse4a --ssse3 --avx --avx128fma --avx2 --avx256 --fma3 --fma4 --xop +-mpx -svga --kqemu -nvram -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext @@ -154,24 +129,15 @@ -oci8-instant-client -oracle -# Unmask osp, used by asterisk; bug 115798 --osp - -# Unmask yellownet, used by aqbanking (bug 149970) --yellownet - # Modular X: unmask for architectures on which they are available -input_devices_synaptics --input_devices_virtualbox -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware -video_cards_geode -video_cards_via -video_cards_virtualbox --video_cards_xgi -video_cards_qxl # Modular X: mask for architectures on which they aren't available @@ -180,33 +146,11 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - -# psyco works on x86 --psyco - # Diego Pettenò (4 Jan 2007) # Unmask the flags for PHP that are available only on x86 --fdftk --sybase-ct --ingres --birdstep --adabas --filepro --pfpro --informix --empress --empress-bcs --sybase --frontbase --dbmaker --esoob --solid +# # Shared with amd64 -oci8 --oracle7 --db2 # Robert Buchholz (03 Jun 2007) # Unmask as it works on x86 @@ -217,11 +161,5 @@ video_cards_newport # supported on x86 -ada -# tcc is x86 only --tcc - -# 64bit Windows doesn't work on 32bit systems -win64 - # fdk-aac is already keyworded here -fdk diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask index 5341cebcb1..b121d58fa3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v 1.8 2014/11/16 02:25:27 floppym Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask @@ -12,7 +12,6 @@ apparmor # Andrey Grozin (25 Jun 2014) # no stable versions on x86 clozurecl -gcl # Michał Górny (30 Mar 2014) # PyPy is unstable on this arch. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/make.defaults index dd13a30c00..78d55164bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/make.defaults @@ -1,9 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/xbox/make.defaults,v 1.3 2015/01/28 21:06:18 floppym Exp $ +# $Id$ PROFILE_ARCH="xbox" -USE="mmx sse" CPU_FLAGS_X86="mmx sse" CFLAGS="-O2 -march=pentium3 -pipe" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/package.mask index a35c8fdb16..fb619961e6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/xbox/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/xbox/package.mask,v 1.2 2012/12/19 11:15:01 pinkbyte Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/base/ChangeLog deleted file mode 100644 index 9b1e704025..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/base/ChangeLog +++ /dev/null @@ -1,2638 +0,0 @@ -# ChangeLog for Gentoo base-profile -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.814 2015/06/21 15:28:16 floppym Exp $ - - 21 Jun 2015; Mike Gilbert package.use.mask: - Drop sys-apps/systemd[kdbus] mask; upstream enables this by default. - - 19 Jun 2015; Johannes Huber package.use.mask: - Update media-sound/tomahawk[qt5] mask - - 18 Jun 2015; NP-Hardass package.use.mask: - Unmask system-wine use flag for >=net-misc/teamviewer-10 - - 18 Jun 2015; Patrick Lauer package.use.mask: - Remove obsolete freevo[directfb] mask - - 09 Jun 2015; Michael Weber package.use.mask: - Drop old masks on netsurf. - - 05 Jun 2015; Michael Haubenwallner make.defaults: - add USE_EXPAND_VALUES_ARCH x64-cygwin, as Cygwin 2.0 supports 64-bits: - https://sourceware.org/ml/cygwin/2015-04/msg00595.html - - 04 Jun 2015; Michael Palimaka package.use.mask, - package.use.stable.mask: - Move various kde-base packages to kde-apps. - - 31 May 2015; Johannes Huber package.use.mask: - Mask kde-plasma/plasma-workspace[prison]. - - 29 May 2015; Jason A. Donenfeld package.use.mask: - Unfix fix opensmtpd-extras[filter-lua] - - 29 May 2015; Michael Haubenwallner make.defaults, - use.mask: - Cygwin,Interix are pure ELIBC values, KERNEL is Winnt (bug#544518) - - 29 May 2015; Patrick Lauer package.use.mask: - Fix opensmtpd-extras[filter-lua] - - 28 May 2015; Brian Evans package.use.mask: - Remove use mask for dev-db/mysql-init-scripts - - 27 May 2015; Matthias Maier package.use.mask: - mask lcms use flag for media-gfx/dcraw-9.10 that depends on lcms:0 - - 27 May 2015; package.use.mask: - Mask s6 USE since all arches do not have sys-apps/s6 keyworded - - 23 May 2015; Patrice Clement package.use.stable.mask: - Remove dev-python/pyudev entry. Signed off by floppym. - - 20 May 2015; James Le Cuirot package.use.mask: - Mask icedtea[infinality] in conjunction with freetype[infinality]. - - 19 May 2015; James Le Cuirot package.use.mask: - Remove dev-java/diablo-jdk entry as it has gone away. - - 16 May 2015; Mike Gilbert package.use.mask: - Reinstate dev-lang/python[berkdb] mask. - - 16 May 2015; Mike Gilbert package.use.mask: - Revert dev-lang/python[berkdb] mask since it breaks dev-nds/nsscache. - - 16 May 2015; Mike Gilbert package.use.mask: - Mask dev-lang/python[berkdb]. - - 07 May 2015; Jason Zaman package.use.mask: - mask app-admin/setools[java] - - 03 May 2015; Matthias Maier package.use.mask: - mask wireshark-plugins use flag for libvirt-1.2.14 - - 28 Apr 2015; Patrick Lauer use.stable.mask: - Stable-mask ayatana useflag until dependencies catch up - - 27 Apr 2015; Michael Palimaka use.mask: - Unmask ayatana USE flag. - - 18 Apr 2015; Mike Frysinger make.defaults: - Add Nios II (nios2) arch support. - - 05 Apr 2015; James Le Cuirot package.use.mask: - Mask dev-java/proguard[j2me]. - - 03 Apr 2015; Christoph Junghans package.use.mask: - masked sys-devel/byfl[dragonegg] - - 02 Apr 2015; package.use.mask: - Mask freevo[directfb] due to unsolvable deps, bug #545246. - - 02 Apr 2015; package.use.mask: - Fix ordering in package.use.mask. - - 29 Mar 2015; Mike Frysinger use.mask: - Mask USE=cilk for everyone by default. - - 25 Mar 2015; Mike Frysinger package.use.mask: - Revert openssh[hpn] masking #544254. - - 24 Mar 2015; Patrick Lauer package.use.mask: - Mask hpn useflag for openssh #544254 - - 19 Mar 2015; Lars Wendler package.use.mask: - >=games-strategy/freeciv-2.5.0 requires >=dev-lang/lua-5.2 - - 18 Mar 2015; Alexis Ballier package.use.mask: - unmask ruby useflag for newest libcaca versions, bug #483104 - - 18 Mar 2015; Michael Palimaka package.use.mask: - Unmask dev-qt/designer[phonon] as blockers have been resolved (bug #477632). - - 17 Mar 2015; package.use.mask: - Mask the cluster flag for deprecation. Use dev-db/mysql-cluster if you need - NDB - - 13 Mar 2015; Matthias Maier package.use.stable.mask: - Add a package.use.stable.mask entry for app-emulation/libvirt glusterfs - - 08 Mar 2015; Alexandre Rostovtsev package.use.mask: - Unmask wine-9999[pulseaudio], the patchset is now much more actively - maintained. - - 05 Mar 2015; Justin Lecher package.use.mask: - Cleaned invalid entries in package.use.mask - - 01 Mar 2015; Michał Górny package.use.mask: - Mask telepathy-connection-managers[steam] on unsupported arches. - - 27 Feb 2015; Andreas K. Huettel package.use.mask: - Mask atlas support in newer armadillo versions since atlas is not in the main - tree yet - - 23 Feb 2015; Alexis Ballier package.use.mask: - drop use mask on long gone x264-encoder versions - - 20 Feb 2015; Zac Medico make.defaults: - Use UNINSTALL_IGNORE to protect /var/{run,lock} symlinks for bug 519620. - - 18 Feb 2015; Alexandre Rostovtsev package.use.mask: - Mask cairo[openvg], experimental backend, no longer supported with - >=mesa-10.4 (bug #536434) - - 12 Feb 2015; Andreas K. Huettel - package.use.stable.mask: - Stablemask coinmp feature of LibreOffice - - 11 Feb 2015; Andrew Savchenko package.use.mask: - Mask cluster code for evaluation and testing. - - 10 Feb 2015; Jauhien Piatlicki package.use.mask: - mask system-llvm for dev-lang/rust - - 08 Feb 2015; Michael Palimaka package.use.stable.mask: - Unmask kde-base/kopete[otr] since libotr-4 is now stable. - - 04 Feb 2015; Chí-Thanh Christopher Nguyễn use.mask: - Mask input_devices_libinput flag for bug #538828. - - 03 Feb 2015; Michael Palimaka package.use.mask: - Mask app-office/akonadi-server[qt5] due to unsatisfied dependencies. - - 01 Feb 2015; Michał Górny make.defaults: - Set USE=libav to default to libav. - - 30 Jan 2015; Michał Górny make.defaults: - Hide CPU_FLAGS_X86 everywhere but on amd64 & x86. - - 29 Jan 2015; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_tegra flag. - - 28 Jan 2015; Michał Górny use.mask: - Mask CPU_FLAGS_X86 for non-x86 arches. - - 28 Jan 2015; Michał Górny make.defaults: - Add CPU_FLAGS_X86 to USE_EXPAND. - - 22 Jan 2015; Brian Evans package.use.mask: - Change media-libs/ming USE=php mask to allow for new dev-php/ming-php package - - 25 Dec 2014; Michał Górny package.use.mask: - Mask USE=ssl on www-servers/pshs for it requires non-keyworded libevent-2.1. - - 24 Dec 2014; Christoph Junghans package.use.mask: - dropped hpx[doc] mask as bug #529066 got fixed - - 16 Dec 2014; Ruud Koolen make.defaults: - Add prefix-guest to IUSE_IMPLICIT. - - 30 Nov 2014; Michał Górny package.use.mask: - Temporarily mask x11-libs/cairo[directfb] until we figure out what to do - about it. - - 29 Nov 2014; Brian Evans package.use.mask: - Add mask on app-text/groonga[lzo,zlib] for known memory leak issues - - 24 Nov 2014; Christoph Junghans package.use.mask: - mask hpx[doc] (bug #529066) - - 24 Nov 2014; Mike Gilbert make.defaults: - Revert to python3_3 by default. There are still many packages which need - testing/stabilization for python3_4. - - 23 Nov 2014; Mike Gilbert use.mask: - Remove python3_2 mask. - - 23 Nov 2014; Mike Gilbert make.defaults: - Switch from python3_3 to python3_4. - - 17 Nov 2014; Patrick Lauer package.use.mask: - Temporarily mask fbcon useflag on netsurf until libnsfb is fixed #529594 - - 15 Nov 2014; Mike Gilbert package.use.stable.mask, - use.stable.mask: - Move python3_4 mask to arch profiles. Move pyudev[python3_4] mask to base - profile. - - 09 Nov 2014; Michał Górny package.use.force, - package.use.mask: - Remove stale masks on dev-python/python-exec. - - 08 Nov 2014; Patrick Lauer package.use.mask: - Mask razor useflag for lightdm as razorqt is masked - - 06 Nov 2014; Michał Górny package.use.force, - package.use.mask, use.mask: - Update the USE masks, forces and defaults for PyPy3. - - 05 Nov 2014; Aaron W. Swenson package.use.mask: - sci-libs/gdal|sci-libs/ogdi visibility issue fixed. Removing mask. - - 04 Nov 2014; Mike Gilbert package.use.stable.mask: - Revert last change. - - 04 Nov 2014; Mike Gilbert package.use.stable.mask: - Stable mask python3_4 on dev-python/pyudev. - - 02 Nov 2014; Mike Frysinger packages: - Drop texinfo @system #471192 by Alexis Ballier. - - 30 Oct 2014; Andreas K. Huettel - package.use.stable.mask: - Stable mask vtk support of media-libs/opencv, so bug 527518 can go ahead - - 26 Oct 2014; Chí-Thanh Christopher Nguyễn - package.mask: - Move xinit mask to base/ in order to be able to properly unmask in systemd - target. - - 22 Oct 2014; Brian Evans use.stable.mask: - Mask php_targets_php5-6 until it is stable. - - 21 Oct 2014; Mike Frysinger package.use.mask: - Mask sys-devel/gcc[sanitize] #504200. - - 19 Oct 2014; Mike Gilbert use.mask: - Mask apparmor. - - 19 Oct 2014; Mike Frysinger package.use.force: - Restrict bash USE=readline mask to SLOT=0. - - 18 Oct 2014; Mike Frysinger package.use.mask: - Drop systemd-specific seccomp mask since the USE flag itself is handled - properly #524148 by Christian Ruppert. - - 11 Oct 2014; Tim Harder package.use.mask, - package.use.stable.mask: - Move net-im/bitlbee skype use flag mask back to package.use.mask and unmask - in specific profiles (bug #525006). - - 10 Oct 2014; Tim Harder package.use.mask, - package.use.stable.mask: - Move net-im/bitlbee skype use flag mask to package.use.stable.mask (bug - #523708). - - 09 Oct 2014; Michael Palimaka package.use.stable.mask: - Move kde-base/kopete[otr] from regular mask to stable mask. - - 01 Oct 2014; Sergey Popov package.use.mask: - Mask USE='multislot' in sys-devel/binutils as well, bug #507808 - - 30 Sep 2014; Bernard Cafarelli package.use.mask: - Add dev-python/pyocr to the cuneiform USE flag mask - - 16 Sep 2014; Brian Evans package.use.mask: - Remove old mysql-5.1.5{1,2,3} entries that are long gone from the tree. - - 16 Sep 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Unmask xorg-server glamor flag - - 16 Sep 2014; Mike Gilbert package.use.mask, use.mask: - Move mgorny's last mask from use.mask to package.use.mask. - - 15 Sep 2014; Michał Górny use.mask: - Mask USE=zrtp on net-libs/ortp since it is screwed up. - - 14 Sep 2014; Johannes Huber package.use.mask: - Mask dev-libs/libattica[qt5]. - - 13 Sep 2014; Markos Chandras package.use.mask: - Mask midori[jit] everywhere - - 12 Sep 2014; Johannes Huber package.use.mask: - Mask media-sound/tomahawk[qt5]. - - 06 Sep 2014; Michał Górny package.use.mask: - Add missing py2.6 mask for portage. - - 06 Sep 2014; Michał Górny package.use.mask: - Mask removed flags on sys-apps/portage since it does not use python-r1. - - 06 Sep 2014; Michał Górny package.use.mask: - Wipe out references to removed Python targets. - - 06 Sep 2014; Michał Górny package.use.force, - package.use.mask, use.mask: - Mask python3_2 target for removal. Clean up stale python2_6 and pypy2_0 - targets. - - 02 Sep 2014; Ole Markus With use.mask: - Unmask php_targets_php5-6 USE flag - - 27 Aug 2014; Samuli Suominen package.use.stable.mask: - Drop USE="static" mask of sys-fs/cryptsetup in favour of REQUIRED_USE - blocking USE="gcrypt static" usage wrt #496612. As for sys-fs/lvm2 with - USE="static", >=sys-apps/util-linux-2.25 is not marked stable yet wrt - #520450. - - 26 Aug 2014; Rick Farina package.use.mask: - mirisdr does not seem to like making releases - package.use.stable.mask: - Mask USE="static" for sys-fs/cryptsetup and sys-fs/lvm2 wrt bugs #496612 and - #516224 in preparation of stabilization wrt bug #493892 - - 16 Aug 2014; Mikle Kolyada package.use.stable.mask: - Mask dev-perl/PDL pdl2 pgplot plplot. - - 10 Aug 2014; Justin Lecher package.use.force: - Force acl for netatalk, #516626 - - 09 Aug 2014; Brian Evans package.use.mask: - Remove use masks on pbxt as it is no longer included on any mysql variant - - 05 Aug 2014; Maxim Koltsov package.use.mask: - Mask app-leechcraft/lc-azoth[sarin] - - 04 Aug 2014; Mike Frysinger package.use.mask: - Mask x86-specific flashrom USE flags in base. - - 01 Aug 2014; Samuli Suominen package.use.stable.mask: - Mask USE="java mono" for media-libs/libcaca as unrequired and too fragile - (multiple race condition build errors) for stable. - - 30 Jul 2014; Brian Evans package.use.mask: - Mask embedded useflag on dev-db/percona-server - - 27 Jul 2014; Alexis Ballier use.mask: - mask xop useflag (amd cpu optimizations) - - 21 Jul 2014; Anthony G. Basile package.mask: - It is safe to unmask sys-lib/musl now - - 21 Jul 2014; Alon Bar-Lev package.use.stable.mask: - Add 'app-crypt/tpm-tools pkcs11' per bug#510204 - - 14 Jul 2014; Hans de Graaff use.stable.mask: - Revert masking of ruby_targets_ruby21 since it is not needed for bug 505920 - although it was listed, incorrectly, in an alpha specific list. Discussed - with phajdan.jr via email. - - 14 Jul 2014; Pawel Hajdan jr use.stable.mask: - Mask ruby_targets_ruby21 on stable, dev-lang/ruby:2.1 is not stable. This is - needed for bug #505920 . - - 11 Jul 2014; Rick Farina package.use.mask: - Mask ogdi for sci-libs/gdal due to repoman errors, please fix and remove mask - - 08 Jul 2014; Mikle Kolyada package.use.stable.mask: - Stablemask libcaca and sdl use flags due to bug #514906 - - 30 Jun 2014; Thomas Sachau (Tommy[D]) package.use.mask: - Mask pixman USE flag of dev-libs/efl for future removal, bug 501074 - - 29 Jun 2014; Andreas K. Huettel package.use.mask, - use.mask: - Mask use-flag firebird and package dev-db/firebird for bug 460780 - - 29 Jun 2014; Andreas K. Huettel - package.use.stable.mask: - Stablemask firebird useflag on libreoffice until dependencies are stabilized - - 20 Jun 2014; Jeroen Roovers package.use.mask: - Mask USE=libadns (bug #513982). - - 14 Jun 2014; Anthony G. Basile package.use.mask: - net-libs/cyassl is being tree cleaned, bug #495848 - - 06 Jun 2014; Rick Farina package.mask: - masking package.use.mask: - Mask lua for www-servers/mongoose. - - 05 Jun 2014; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask glamor flag for xorg-server, bug #510940. - - 05 Jun 2014; Sergey Popov package.use.mask: - Mask USE='multislot' wrt bugs #507808, #507810 and #507814 - - 05 Jun 2014; Manuel Rüger package.use.mask: - Mask otr on net-im/climm. - - 30 May 2014; Mike Gilbert package.use.stable.mask: - Stable-mask sys-apps/systemd[ssl]. - - 22 May 2014; Rick Farina package.use.mask: - metasploit tests do not pass at this time - - 14 May 2014; Tom Wijsman package.use.mask: - Documentation generation needs APIviz which is not in the Portage tree yet. - Tracked in Gentoo bug #509602. - - 26 Apr 2014; Michał Górny package.use.mask, use.mask: - Mask USE flags for Python 2.6 to prepare for the removal. - - 26 Apr 2014; Tim Harder package.use.mask: - Mask qt5 use flag on >=media-video/mkvtoolnix-6.9.0 until qt5 pkgs are added - to the tree. - - 23 Apr 2014; Lars Wendler package.use.mask: - medias-ound/lmms[vst] not working on 64bit systems. - - 22 Apr 2014; Mike Frysinger make.defaults: - Build pkgconfig with USE=internal-glib in stage2 #507930. - - 21 Apr 2014; Rick Farina package.use.mask: - remove masks on metasploit[test,development] now that we have rake 10 - - 20 Apr 2014; Richard Freeman package.use.stable.mask: - Removing mythplugins stable mask - DateTime is now stable on relevant archs. - - 20 Apr 2014; Markos Chandras package.use.mask: - Mask media-video/rtmpdump[polarssl] because it fails to build with recent - polarssl (>=1.3). Bug #503604 - - 19 Apr 2014; Richard Freeman package.use.stable.mask: - Stable mask media-plugins/mythplugins[mythweather] - 508198/471536. - - 12 Apr 2014; Andreas K. Huettel package.use.mask: - Mask marble python bindings in future releases - - 12 Apr 2014; Lars Wendler package.use.mask: - Masked avformat USE flag for >=media-libs/xine-lib-1.2.5 until required - ffmpeg version got unmasked (#507474). - - 09 Apr 2014; Michał Górny make.defaults: - Fix mailing list address. - - 08 Apr 2014; Alexey Shvetsov use.mask: - Mask cuda globaly - - 06 Apr 2014; Michał Górny package.use.mask: - Mask USE=pypy for sys-apps/portage, since pypy has limited KEYWORDS. - - 05 Apr 2014; Andreas K. Huettel - package.use.stable.mask: - Migrate app-portage/eix[clang] stable mask from eapi-5-files after review - - 01 Apr 2014; Mike Frysinger make.defaults, use.mask: - Add ABI_S390 defines. - - 30 Mar 2014; Mike Gilbert use.mask, use.stable.mask: - Convert python_targets_python3_4 into a stable mask. - - 29 Mar 2014; Samuli Suominen package.use.mask: - Unmask USE="webkit2" for www-client/midori wrt #489936 by "A. Person" - - 29 Mar 2014; Mike Frysinger make.defaults, use.mask: - Add ABI_PPC defines. - - 27 Mar 2014; Andreas K. Huettel - package.use.stable.mask: - Migrate several entries from eapi-5-files after review - - 27 Mar 2014; Mike Gilbert package.use.mask: - Mask sys-apps/systemd[seccomp]. - - 22 Mar 2014; Mike Gilbert package.use.stable.mask: - Move sys-boot/grub[libzfs] mask to arch/amd64. - - 22 Mar 2014; Mike Gilbert package.use.stable.mask: - Transfer sys-boot/grub[libzfs] stable mask. - - 22 Mar 2014; Mike Gilbert package.use.stable.mask: - Reorder the file correctly. - - 20 Mar 2014; Manuel Rüger package.use.mask: - Mask server useflag for rubygems-1.8.x due to ruby1.8 deprecation - - 19 Mar 2014; Samuli Suominen package.use.stable.mask: - Mask USE="opencl" for stable users of media-gfx/imagemagick wrt #472766 - - 19 Mar 2014; Andrey Grozin - use.stable.mask: - Mask gcl - - 18 Mar 2014; Andreas K. Huettel - package.use.stable.mask: - Migrate net-libs/libkolab entry from eapi-5-files - - 16 Mar 2014; Andreas K. Huettel - -package.use.mask.example: - We have enough examples in the real file now. - - 16 Mar 2014; Andreas K. Huettel - package.use.stable.mask: - Migrate kde-base/kalzium entry from eapi-5-files - - 16 Mar 2014; Andreas K. Huettel - +package.use.stable.mask: - Add empty file for migrating entries - - 16 Mar 2014; Andreas K. Huettel +eapi, - +package.use.stable.force, +use.stable.force, +use.stable.mask: - Increase EAPI to 5 and move empty stable mask/force files here - - 16 Mar 2014; Michał Górny use.mask: - Mask new PyPy flags. - - 16 Mar 2014; Patrick Lauer use.mask: - Mask ruby_targets_ruby18 so that it's properly gone - - 16 Mar 2014; Manuel Rüger make.defaults: - Remove ruby18, add ruby20 to default RUBY_TARGETS - - 14 Mar 2014; Manuel Rüger package.use.mask: - Update ruby1.8-only mask. - - 13 Mar 2014; Mike Gilbert package.use.force: - Force python_targets_pypy rather than pypy on python-exec. - - 12 Mar 2014; Michał Górny package.use.force: - Force pypy on python-exec. - - 07 Mar 2014; Manuel Rüger package.use.mask: - Mask ruby18-only compatible flags - - 27 Feb 2014; Pawel Hajdan jr package.use.mask: - Unmask aura for chromium-34 (build works now). - - 27 Feb 2014; Michał Górny package.use.mask: - Mask experimental USE=kdbus on systemd. - - 26 Feb 2014; Mike Gilbert use.mask: - Mask avx2 - - 18 Feb 2014; Pawel Hajdan jr package.use.mask: - Mask aura for chromium-34 (build failures). - - 17 Feb 2014; Mike Gilbert package.use.force: - Force-enable python_targets_python3_4 for python-exec. - - 17 Feb 2014; Mike Gilbert use.mask: - Mask python_single_target_python3_4. - - 03 Feb 2014; Mike Frysinger package.use.mask: - Mask elfutils[threads] for now. #465754 by Toralf Förster. - - 02 Feb 2014; Sven Vermeulen package.mask: - Remove selinux mask as it is fully managed and controlled through - USE=selinux, which is only available through profiles/features/selinux. See - also bug 499946 - - 01 Feb 2014; Mike Gilbert package.use.mask: - Mask aura for chromium-33. - - 01 Feb 2014; Mike Frysinger package.mask: - Drop bogus uclibc mask. - - 22 Jan 2014; Gilles Dartiguelongue package.use.mask: - Clean up outdated tracker/gnote use mask entries. - - 19 Jan 2014; Sven Vermeulen package.mask: - Adding cachefilesd policy to the tree - - 18 Jan 2014; Mike Frysinger make.defaults: - Update PYTHON_TARGETS from 3.2 to 3.3 now that it is stable #474128. - - 16 Jan 2014; Ultrabug make.defaults: - add new USWGI_PLUGINS USE_EXPAND - - 14 Jan 2014; Ruud Koolen use.mask: - Add prefix-guest use mask for new prefix profiles. - - 13 Jan 2014; Lars Wendler package.use.mask: - Removed use.mask entry for seamonkey's crypt USE flag. - - 05 Jan 2014; Lars Wendler package.use.mask: - Adjusted polarssl use.mask for media-sound/umurmur. - - 04 Jan 2014; Andreas K. Huettel package.use.mask: - Mask dev-vcs/git[mediawiki] until dependencies are keyworded - - 01 Jan 2014; Patrick Lauer use.mask: - Masking ruby_targets_ruby18 as there's now cascading breakage of deps and - deps-of-deps and it's going to be removed anyway - - 30 Dec 2013; Alexis Ballier package.use.mask: - unmask pulseaudio and openal on multilib ffmpeg - - 29 Dec 2013; Sven Vermeulen package.mask: - Add mask for selinux-mandb - - 27 Dec 2013; Sergey Popov package.use.mask: - Mask 'context' USE-flag for dev-libs/boost - - 26 Dec 2013; Gilles Dartiguelongue package.use.mask: - Add missing version to libpeas python mask. - - 24 Dec 2013; Gilles Dartiguelongue package.use.mask: - Add relevant USE mask for libpeas. - - 23 Dec 2013; Gilles Dartiguelongue package.use.mask: - Add gstreamer use mask for new cogl release. - - 20 Dec 2013; Rick Farina package.use.mask: - Masking test and development for metasploit until gentoo has rake 10 - - 18 Dec 2013; Johannes Huber package.use.mask: - Mask >=kde-base/kopete-4.12.0[otr] because of package mask on - >=net-libs/libotr-0.4.0. - - 16 Dec 2013; Sven Vermeulen package.mask: - Mask selinux-rngd (new SELinux policy package) - - 15 Dec 2013; Alexandre Rostovtsev package.use.mask: - Simplify wine ebuilds: apply winepulse patchset only when USE=pulseaudio (bug - #489004), and allow -9999 users to enable it if they really want. - - 13 Dec 2013; Lars Wendler package.use.mask: - Mask crypt USE flag for >=seamonkey-2.23 until enigmail provides a build - system fix. package.use.mask - - 12 Dec 2013; Andreas K. Huettel package.use.mask: - LibreOffice kde support has been fixed, hooray - - 06 Dec 2013; Andreas K. Huettel package.use.mask: - Mask kde integration of libreoffice - - 23 Nov 2013; Mike Frysinger make.defaults: - Add ublox to GPSD_PROTOCOLS. - - 19 Nov 2013; Tim Harder package.use.mask: - Mask racket USE flag for app-editors/(g)vim. - - 12 Nov 2013; Andrey Grozin - package.use.mask: - Mask USE=berkdb on sci-physics/reduze (needs masked db-6.0). - - 10 Nov 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Drop mesa[llvm] mask which lives in individual arch profiles now. - - 10 Nov 2013; Michał Górny package.use.mask: - Mask USE=sandbox on pypy wrt bug #429372. - - 30 Oct 2013; Michał Górny package.use.force: - Copy the forced flags to dev-lang/python-exec (the new name). - - 27 Oct 2013; Julian Ospald package.use.mask: - mask luajit useflag for games-action/minetest - - 25 Oct 2013; Davide Pesavento package.use.force: - Remove obsolete entry. - - 21 Oct 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask mesa i965 driver for security bug #472280. - - 15 Sep 2013; Tom Wijsman package.use.mask: - Masked JCE functionality of dev-java/diablo-jdk. - - 12 Sep 2013; Diego E. Pettenò package.use, - package.use.force: - Enable ruby20 by default, do not force it. - - 07 Sep 2013; Tom Wijsman package.use.mask: - net-proxy/swiftiply: Dependency (www-servers/mongrel) currently only works - with Ruby 1.8; so, masking Ruby 1.9 USE flag until Ruby 1.9 support is added - to mongrel. - - 05 Sep 2013; Michał Górny package.use.force, use.mask: - Python 2.5, 3.1, and PyPy 1.9 were removed from the tree. - - 01 Sep 2013; Jeff Horelick package.use.mask: - mask sid for >=media-plugins/audacious-plugins-3.4 - - 31 Aug 2013; Julian Ospald package.use.mask: - mask custom-cflags for media-libs/libsdl2 since it's unsupported - - 27 Aug 2013; Ulrich Müller packages: - Temporarily add sys-apps/openrc to the system set, until bug 373219 is - resolved. - - 23 Aug 2013; Sven Vermeulen package.mask: - Removed selinux-tvtime, see bug #479642 (tvtime package was removed earlier - on) - - 23 Aug 2013; Ole Markus With make.defaults: - Changing PHP_TARGETS to php5.5, as it has now been stabilised - - 23 Aug 2013; Andreas K. Huettel make.defaults: - Make emerge messages default to English as per Council decision - - 23 Aug 2013; Mike Gilbert package.use.mask: - Mask >=www-client/chromium-30[system-ffmpeg] - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask openvg flag for recent gnash snapshots - - 22 Aug 2013; Michael Weber package.use.mask: - Expand mask to revisions. - - 22 Aug 2013; Chí-Thanh Christopher Nguyễn - package.use.mask, use.mask: - Drop global opencl masks. - - 21 Aug 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask opencl flag for mesa-9.2.0_rc1 - - 16 Aug 2013; Jeroen Roovers package.use.mask: - Fix date. - - 13 Aug 2013; Tim Harder package.use.mask: - Mask luajit USE flag for app-editors/(g)vim. - - 12 Aug 2013; Alexis Ballier package.use.mask: - unmask dirac for multilib ffmpeg - - 11 Aug 2013; Alexis Ballier package.use.mask: - Mask useflags having unsatisfiable deps for multilib ffmpeg 0.10 - - 11 Aug 2013; Alexis Ballier package.use.mask: - unmask celt for masked ffmpeg releases - - 10 Aug 2013; Michał Górny make.defaults: - Move COLLISION_IGNORE and UNINSTALL_IGNORE from make.globals. - - 07 Aug 2013; Michał Górny use.mask: - Mask Python 2.5, 3.1 and PyPy 1.9. Bug #480070. - - 07 Aug 2013; Samuli Suominen package.use.mask: - Mask USE="ios ipod" for media-sound/clementine wrt #471920 - - 05 Aug 2013; Ulrich Müller use.mask: - Remove unused kdeprefix flag. - - 02 Aug 2013; Samuli Suominen package.use.mask: - Remove now unnecessary USE="alsa" mask entry for removed media-tv/tvtime. - - 02 Aug 2013; Samuli Suominen package.use.mask: - Move sys-fs/lvm2[clvm,cman] mask to ../eapi-5-files/package.use.stable.mask - - 31 Jul 2013; Alexis Ballier use.mask: - remove fdk useflag global mask that is useless these days - - 30 Jul 2013; Matt Turner make.defaults: - Add ABI_MIPS to USE_EXPAND. - - 29 Jul 2013; Matt Turner use.mask: - Mask MIPS multilib flags. - - 29 Jul 2013; Ole Markus With package.use.mask: - Removing kolab use flag mask since no PHP ebulids have this flag anymore - - 29 Jul 2013; Sergey Popov make.defaults: - Drop MISDN_CARDS, wrt bug #471796 - - 27 Jul 2013; William Hubbs packages: - Add virtual/service-manager for bug #409385 - - 24 Jul 2013; Sven Vermeulen package.mask: - Mask out selinux-sensord (new policy package) - - 21 Jul 2013; Andreas K. Huettel package.use.mask: - Mask phonon useflag of dev-qt/designer - - 19 Jul 2013; Mike Gilbert package.use.force: - Revert previous change; pypy-bin was committed prematurely. - - 19 Jul 2013; Ian Delaney - package.use.force: - Add flags for new pypy-bin - - 17 Jul 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Update dev-libs/weston mask for new x11-libs/cairo revision. - - 16 Jul 2013; Alexandre Rostovtsev package.use.mask: - Remove obsolete introspection masks - - 13 Jul 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Remove extra = - - 13 Jul 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask gles2&rpi flag for dev-libs/weston. - - 10 Jul 2013; Jeroen Roovers package.use.mask: - Remove USE=java mask for =net-dns/libidn-1.27 (bug #472604). - - 05 Jul 2013; Tomáš Chvátal make.defaults: - Bump PHP_TARGETS to php5-4, as it should be always latest stable. - - 03 Jul 2013; Alexis Ballier package.use.mask: - Mask libcxxrt[libunwind] - - 25 Jun 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Update mesa-9.1[r600-llvm-compiler,video_cards_radeonsi] mask message. - - 25 Jun 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Remove ptlib sdl mask as user-visible breakage is addressed now. - - 24 Jun 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask libsdl flag for ptlib-2.12, bug #474362. - - 18 Jun 2013; Michael Weber package.use.mask: - Mask =www-client/netsurf-3.0 fbcon pdf-writer gstreamer - - 17 Jun 2013; Patrick Lauer package.use.mask: - Fix per-arch mask of phonon[zeitgeist] #460140 - - 13 Jun 2013; Ulrich Müller package.use.mask, use.mask: - Remove mask for real USE flag because the flag is gone, bug 473206. - - 12 Jun 2013; Michael Palimaka package.use.mask: - Remove obsolete kde-base/kdelibs USE mask. - - 08 Jun 2013; Sergey Popov package.use.mask: - Move mask for app-leechcraft/leechcraft-meta[unstable] from arch profiles - - 07 Jun 2013; Jeroen Roovers package.use.mask: - Mask USE=java for +=net-dns/libidn-1.27 (bug #472604). - - 04 Jun 2013; Samuli Suominen package.use.mask: - Punt inline commenting wrt #472292 since "man 5 portage" says it's illegal - by Andreas Wiese - - 02 Jun 2013; Robin H. Johnson package.use.mask: - Block new PBXT usage per news item. - - 01 Jun 2013; Michael Palimaka use.mask: - Mask qt5 globally. - - 01 Jun 2013; Samuli Suominen package.use.mask: - Temporarily mask USE="webkit2" for www-client/midori while waiting for - >=net-libs/webkit-gtk-2 unmasking from general package.mask. - - 30 May 2013; Michał Górny make.defaults: - Drop stale ALSA_PCM_PLUGINS from USE_EXPAND. Bug #471792. - - 28 May 2013; Mike Gilbert make.defaults: - Sort USE_EXPAND. - - 24 May 2013; Patrick Lauer package.use.mask: - Remove bad xen/qemu mask - - 23 May 2013; Agostino Sarubbo package.use.mask: - Temporart mask for >=xen-tools/xen-tools-4.2.1-r3[qemu] because of texinfo-5 - - 21 May 2013; Patrick McLean use.mask: - Unmask python_targets_python3_3 and python_single_target_python3_3. - - 19 May 2013; Kacper Kowalik package.use.mask: - Mask app-doc/doxygen[sqlite]. Experimental feature, fails to build for me - - 10 May 2013; Johannes Huber package.use.mask: - Move use mask on net-libs/libkolabxml[php], net-libs/libkolab[php] to stable - for easier testing bug #430858. - - 09 May 2013; Alexis Ballier package.use.mask: - mask lyx[subversion] - - 08 May 2013; Christian Faulhammer package.use.mask: - Mask USE=gtk3 for upcoming mail-client/claws-mail-3.9.1, does not build yet - - 04 May 2013; Michał Górny package.use.mask: - Remove USE=systemd from package.use.mask since the flag is (un)masked - globally now. - - 04 May 2013; Michał Górny use.mask: - Mask systemd flag globally, unmask on arches on which systemd is keyworded. - - 26 Apr 2013; Michael Weber package.use.mask: - expand use mask - - 19 Apr 2013; Samuli Suominen use.mask: - Mask USE="kmod" here and unmask it only for Linux in default/linux/ - - 13 Apr 2013; Samuli Suominen package.use.mask: - Remove redudant mask of now non-existing USE="extras" in sys-fs/udev. - - 09 Apr 2013; Rick Farina make.defaults: - Add expanded PYTHON_TARGETS to BOOTSTRAP_USE to prevent catalyst build failures. - These will need to be kept in sync to keep builds sane. Bug #465306 report by me, - verification by jmbsvicetto, all solutions by floppym - - 06 Apr 2013; Sven Vermeulen package.mask: - Drop python-selinux from this mask (moved to global mask for removal) - - 04 Apr 2013; Bernard Cafarelli package.use.mask: - Mask USE=flac for gnustep-apps/cynthiune - - 02 Apr 2013; Alexandre Rostovtsev package.use.mask: - Mask USE=udisks for - package.use.mask: - Allow wayland with recent gtk+ as libxkbommon is now in tree. - - 28 Mar 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Drop mesa[wayland] mask now that it is in use.stable.mask - - 24 Mar 2013; Richard Freeman package.use.mask: - Mask cuneiform use flag due to buffer overflow for now. - - 23 Mar 2013; Michael Weber package.use.mask: - mask =media-libs/oyranos-0.9.4 fltk for now - - 23 Mar 2013; Tomáš Chvátal make.defaults: - Enable libreoffice implementation by default for office extensions. - - 22 Mar 2013; Zac Medico use.mask: - Mask python_targets_python3_4, since Python 3.4 pre-releases not available in - main tree yet. - - 19 Mar 2013; Chí-Thanh Christopher Nguyễn - package.use.mask: - Drop glamor mask, add mask for mesa r600-llvm-compiler and radeonsi driver. - - 16 Mar 2013; Sven Vermeulen package.mask: - Add in selinux-abrt package - - 16 Mar 2013; Tom Wijsman package.use.mask: - Unmasking system-ffmpeg on media-video/avidemux as it no longer has that. - - 16 Mar 2013; Tom Wijsman package.use.mask: - Masking system-ffmpeg on media-libs/avidemux-core until it compiles & works. - - 10 Mar 2013; Sven Vermeulen package.mask: - Adding mask for SELinux backup module - - 10 Mar 2013; Christoph Junghans package.use.mask: - Mask media-sound/google-musicmanager log wrt #287697, Comment #12. - - 10 Mar 2013; Tom Wijsman package.use.mask: - Masking system-ffmpeg on media-video/avidemux until it compiles and works. - - 08 Mar 2013; Davide Pesavento package.use.force: - Adjust entry for qt-creator. - - 07 Mar 2013; Tim Harder package.use.force: - Add jython2_7 for PYTHON_TARGETS. - - 02 Mar 2013; Michał Górny use.mask: - Use stable-masking only for systemd. Masking it for old profiles is too - troublesome (overrides arch-specific masks). - - 27 Feb 2013; Michał Górny use.mask: - Mask x32 ABI in base profile. Unmasked in specific profile. - - 26 Feb 2013; Michał Górny package.use.force: - Force "development" flag on emul-linux-x86-xlibs meta-package since it is no - longer effective. - - 24 Feb 2013; Michał Górny use.mask: - Mask the systemd flag globally. Unmasked in 13.0 profiles. - - 21 Feb 2013; Justin Lecher package.use.mask: - cuda only works on x86 and amd64 - - 21 Feb 2013; Agostino Sarubbo package.use.mask: - Mask >=media-plugins/gst-plugins-meta-1.0[vpx] because requires new libvpx - and is not ready to go to stable - - 20 Feb 2013; Julian Ospald package.use.mask: - mask system-wine useflag for net-misc/teamviewer - - 12 Feb 2013; Christoph Junghans use.mask: - sse41 -> sse4_1 (bug #456886) - - 10 Feb 2013; Julian Ospald package.use.mask: - mask broken system-qt useflag for googleearth - - 07 Feb 2013; Matt Turner use.mask: - Drop sse5 USE flag. - - 06 Feb 2013; Matt Turner use.mask: - use.mask mips-only loongson2f USE flag. - - 01 Feb 2013; Michał Górny make.defaults, use.mask: - Introduce ABI_X86 USE_EXPAND and mask the flags by default. - - 29 Jan 2013; Michał Górny package.use.force, use.mask: - Remove pypy1_8 flag mask, the flags were removed. - - 25 Jan 2013; Christoph Junghans use.mask: - mask missing amd64/x86 instruction sets - - 22 Jan 2013; Sergey Popov package.use.mask: - Move mask media-gfx/opencolorio -> media-libs/opencolorio - - 20 Jan 2013; Michał Górny use.mask: - Add a note that pypy flags are unmasked in the new profiles. - - 19 Jan 2013; Samuli Suominen package.use.mask: - Mask USE="systemd" for sys-fs/udisks because systemd is not stable yet. - - 18 Jan 2013; Samuli Suominen package.use.mask: - Unmask USE="cman clvm" for current ~arch sys-fs/lvm2 because new enough cman - is in Portage now. - - 15 Jan 2013; Alexis Ballier package.use.mask: - unmask libass[harfbuzz] now that it works, bug #452210 by Nikoli - - 13 Jan 2013; Alexis Ballier package.use.mask: - also mask dev-ml/eliom[ocamlduce], bug #446876 by Michael Palimaka - (kensington) - - 02 Jan 2013; Michał Górny package.use.force: - Force pypy2.0 on python-exec. - - 02 Jan 2013; Mike Gilbert use.mask: - Mask pypy targets; should be unmasked for each arch. - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask sys-kernel/dracut[dracut_modules_systemd]; unmasked in arches where - appropriate. - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask sys-kernel/dracut[dracut_modules_biosdevname]; unmasked in arches where - appropriate. - - 30 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask zeitgeist-datasources[chromium,tomboy]; unmasked in arches where - appropriate. - - 30 Dec 2012; Sven Vermeulen package.mask: - Adding entry for selinux-googletalk - - 30 Dec 2012; Sven Vermeulen package.mask: - Adding mask for selinux-openrc - - 29 Dec 2012; Davide Pesavento package.use.mask: - Remove obsolete x11-libs/qt-* use.mask entries. - - 27 Dec 2012; Sergey Popov package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Add epiphany[jit] to webkit-gtk[jit] mask. - - 27 Dec 2012; Alexandre Rostovtsev package.use.mask: - Mask tracker[eds] since gnome-3.6 has been unmasked (bug #436460). - - 26 Dec 2012; Christoph Junghans package.use.mask: - masked mkl for sci-chemistry/gromacs - - 25 Dec 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Update mesa wayland mask for new stabilization target. - - 25 Dec 2012; Julian Ospald package.use.mask: - mask systemd useflag for =sys-apps/udevl-0.3.6 to allow stabilization wrt - #448034 - - 22 Dec 2012; Zac Medico package.use.mask: - Mask USE=pypy2_0 for sys-apps/portage, since pypy has limited KEYWORDS. - - 20 Dec 2012; Mike Gilbert use.mask: - Mask python_targets_pypy2_0. - - 19 Dec 2012; Sergey Popov package.use.mask: - Clean up from obsolete package atoms, wrt bug #444181 - - 25 Dec 2012; package.use.mask - Mask PGO useflag on firefox until major work can be done to properly - support. - - 13 Dec 2012; package.mask: - Adding mask for SELinux at policy - - 09 Dec 2012; Alexandre Rostovtsev package.use.mask, - use.mask: - dev-lang/orc is used in many packages, so move orc from package.use.mask to - use.mask - - 04 Dec 2012; package.mask: - Prepare for selinux-dirsrv package - - 04 Dec 2012; Zac Medico package.use.force: - Force app-shells/bash[readline] in stage1 builds, so that compgen is - available for sys-apps/portage (see bug #445576). - - 30 Nov 2012; Christoph Junghans package.use.mask: - masked cuda and openmm for sci-chemistry/gromacs - - 29 Nov 2012; Mike Gilbert package.use.mask: - Remove mask on test use flag for freerdp. - - 26 Nov 2012; Anthony G. Basile package.use.mask: - Remove maskings on net-misc/tor[nat-pmp,upnp] - - 24 Nov 2012; Mike Gilbert use.mask: - Add masks for python_single_target values. - - 24 Nov 2012; Michał Górny make.defaults: - Introduce PYTHON_SINGLE_TARGET for Python packages not supporting multiple - Python implementations. - - 24 Nov 2012; package.use.mask: - Mask php USE flag for libkolab and libkolabxml - - 18 Nov 2012; package.mask: - Preparing for selinux-makewhatis package - - 18 Nov 2012; package.mask: - Preparation for new selinux-logsentry package - - 16 Nov 2012; Thomas Sachau (Tommy[D]) make.defaults: - Add ENLIGHTENMENT_MODULES to USE_EXPAND as discussed on gentoo-dev ML - - 12 Nov 2012; Mike Gilbert make.defaults: - Move PYTHON_TARGETS=python3_2 from arch profiles to base. - - 11 Nov 2012; Mike Gilbert package.use.mask: - Mask test use flag for net-misc/freerdp. - - 06 Nov 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask glamor for xf86-video-ati too. - - 04 Nov 2012; Diego E. Pettenò package.use.mask: - Mask dane USE flag for net-libs/gnutls. - - 01 Nov 2012; Alexis Ballier package.use.mask: - mask useflags requiring dev-ml/ocamlduce so that we can mask it and unmask - ocaml-4 - - 01 Nov 2012; package.mask: - Adding mask for selinux-dbadmin package - - 30 Oct 2012; Samuli Suominen package.use.mask: - Mask USE="systemd" for sys-power/upower because of stabilization. - - 29 Oct 2012; Michał Górny package.use.force: - Remove traces of pypy1.7, no longer in the tree and not supported by the - eclasses. - - 29 Oct 2012; Michał Górny package.use.force: - Enable python3.3 for python-exec. - - 22 Oct 2012; Samuli Suominen package.use.mask: - Punt obsolete imagemagick mask. - - 22 Oct 2012; Samuli Suominen package.use.mask: - Mask legacy USE flag "extras" for >=sys-fs/udev-171. - - 14 Oct 2012; Sergey Popov package.use.mask: - Unmask ipv6 USE-flag on dev-libs/libdnet - all rdeps was built successfully - on it - - 12 Oct 2012; Alexandre Rostovtsev package.use.mask: - Temporarily add a masked osmesa-multilib USE flag for wine to allow overlay - users to enable osmesa support for win32 on amd64 until bug #430268 is - resolved. - - 11 Oct 2012; Sergey Popov package.use.mask: - Mask ipv6 USE-flag on dev-libs/libdnet - - 09 Oct 2012; Justin Lecher package.use.mask: - Use mask dev-lang/idb[eclipse] because all versions of dev-util/eclipse-sdk - are masked - - 08 Oct 2012; Johannes Huber package.use.mask: - Remove mask on net-libs/telepathy-qt[farstream] as required dep is stable - now. - - 08 Oct 2012; Mike Gilbert use.mask: - Mask python_targets_python3_3. - - 02 Oct 2012; Samuli Suominen package.use.mask: - Mask package.mask: - Add mask for selinux-rtorrent, new policy ebuild - - 27 Sep 2012; Ian Stakenvicius make.defaults: - Added prefix flag to IUSE_IMPLICIT for EAPI=5 ebuild testing - - 25 Sep 2012; Alexandre Rostovtsev package.use.mask: - Mask gtk+[egl] since it's only useful with wayland. - - 19 Sep 2012; Matt Turner package.use.force: - Add media-libs/glu -multilib to package.use.force - - 19 Sep 2012; Matt Turner package.use.mask: - Add media-libs/glu multilib to package.use.mask. - - 14 Sep 2012; Johannes Huber package.use.mask: - Masked media-libs/phonon[zeitgeist] for stabilization as the use flag pulls a - dep tree of hell. - - 13 Sep 2012; Zac Medico make.defaults: - Add IUSE injection variables to PROFILE_ONLY_VARIABLES. - - 13 Sep 2012; Zac Medico make.defaults: - Populate variables for "Profile IUSE injection" (applies only to ebuilds - which use EAPI 5 or later). These are just minimal settings for ARCH, ELIBC, - KERNEL, and USERLAND flags which everyone can probably agree on. - - 12 Sep 2012; Davide Pesavento package.use.force: - Force usage of bundled botan in >=qt-creator-2.6 - - 10 Sep 2012; Johannes Huber package.use.mask: - Restore mask net-libs/telepathy-qt[farstream] otherwise repoman will scream. - - 09 Sep 2012; Alexandre Rostovtsev package.use.mask: - GNOME 3.4 is unmasked - - 02 Sep 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask wayland for one more version of mesa so it can go stable, bug #432400. - - 31 Aug 2012; Samuli Suominen package.use.mask: - Mask USE="cdr" of app-pda/gtkpod for #433535 - - 22 Aug 2012; package.mask: - Adding mask for SELinux vdagent policy - - 22 Aug 2012; package.mask: - Adding mask for SELinux device kit policy package - - 31 Jul 2012; Ralph Sennhauser use.mask: - Mask python_targets_jython*, unmask where it's available. - - 28 Jul 2012; package.mask: - Adding mask for SELinux flash policy - - 27 Jul 2012; Chí-Thanh Christopher Nguyễn - package.use: - Add xorg to default flags for x11-base/xorg-server, sort newest first. - - 26 Jul 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask osmesa flag for mesa-8.1_rc1_pre20120724 - - 26 Jul 2012; Johannes Huber package.use.mask: - Mask experimental udisks2 support for kde-base/kdelibs, bug #424157. - - 22 Jul 2012; package.mask: - Adding mask for SELinux chromium policy module - - 21 Jul 2012; package.mask: - Adding mask for new nslcd selinux policy package - - 20 Jul 2012; Ole Markus With package.use.mask: - PHP Kolab patch broken with newer versions of c-client - - 18 Jul 2012; Michael Weber package.use.mask: - www-client/netsurf: webp got functional - - 18 Jul 2012; Ralph Sennhauser package.use.mask: - use mask eclipse for dev lang/icc as it requires masked eclipse-sdk - - 18 Jul 2012; Michael Weber package.use.mask: - www-client/netsurf: mask problematic use flags for now - - 16 Jul 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Update glamor mask to only apply to stable xf86-video-intel. - - 12 Jul 2012; package.mask: - Adding selinux-phpfpm to the general selinux mask (upcoming new policy build) - - 04 Jul 2012; Samuli Suominen package.use.mask: - Remove obsolete entries to net-libs/xulrunner and www-client/icecat wrt - #424617 - - 29 Jun 2012; Mike Gilbert package.use.mask: - Mask libzfs flag for grub due to sys-fs/zfs keywords. - - 22 Jun 2012; Tony Vroon make.defaults: - Add VOICEMAIL_STORAGE to USE_EXPAND for net-misc/asterisk; approved by Ian - "axs" Stakenvicius on gentoo-dev. - - 19 Jun 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - mask wayland flag for stable mesa, #419473 - - 18 Jun 2012; package.mask: - Removing obsoleted packages, see #415729 - - 18 Jun 2012; Ultrabug package.use.mask: - Drop gevent USE mask for www-servers/uwsgi wrt gevent-1.0_beta2 being - unmasked - - 17 Jun 2012; Davide Pesavento package.use.mask: - Restrict c++0x and qpa USE mask to Qt < 4.8.3 only. - - 14 Jun 2012; Davide Pesavento package.use.mask: - Consolidate USE=jit masking/unmasking for qt-script and qt-webkit. - - 13 Jun 2012; Zac Medico package.use.mask: - Mask USE=pypy1_9 for sys-apps/portage, since pypy has limited KEYWORDS. - - 02 Jun 2012; Andreas K. Huettel package.use.mask: - Postgres support in calligra needs libpqxx-3* which is not in the tree - anymore - - 02 Jun 2012; Michael Weber package.use.mask: - dev-db/firebird client: Not fit for production (bug 404403, comment #5) - - 25 May 2012; Andreas K. Huettel package.use.mask: - Mask ipp useflag on opencv, because icc cannot be installed (no distfile) - - 25 May 2012; Alexandre Rostovtsev package.use.mask: - Remove webkit-gtk's USE mask, the flags are now masked in specific arches. - - 24 May 2012; Arun Raghavan package.use.mask: - Consolidate media-sound/pulseaudio entries. - - 24 May 2012; Arun Raghavan package.use.mask: - For PulseAudio, mask xen USE flag by default, unmask on x86/amd64 where it is - supported. - - 21 May 2012; Samuli Suominen package.use.mask: - Remove USE="test" mask for app-text/asciidoc because media-sound/lilypond is - stable again wrt #415627 - - 21 May 2012; Samuli Suominen package.use.mask: - Remove mask for USE="nsplugin" in media-video/vlc because it was removed in - favour of media-plugins/npapi-vlc. - - 20 May 2012; Maciej Mrozowski package.use.mask: - Remove USE mask on kdevelop-php doc - - 18 May 2012; Mike Frysinger packages: - Force recent patch version so devs do not need to worry about inconsistent - treatment of DOS line endings and differences in behavior with patch-2.5. - - 15 May 2012; Mike Gilbert make.defaults: - Set default value for PYTHON_TARGETS, bug 415575. - - 14 May 2012; Alexandre Rostovtsev package.use.mask: - Start gnome-3.4 package.use.mask - - 10 May 2012; Alexandre Rostovtsev package.use.mask: - Mask =app-misc/gnote-0.8.2[applet] to allow stabilization (bug #414983). - - 07 May 2012; Samuli Suominen package.use.mask: - Mask deprecated xulrunner support for =media-video/vlc-1.1* wrt #407567 - - 02 May 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask qt4 flag for - package.use.mask: - Mask xf86-video-intel glamor flag. - - 19 Apr 2012; Davide Pesavento package.use.mask: - Mask c++0x and qpa USE flags for the new qt-bearer ebuild too. - - 19 Apr 2012; Johannes Huber package.use.mask: - Mask net-libs/telepathy-qt[farstream] as required dep is masked. - - 19 Apr 2012; Johannes Huber package.use.mask: - Remove obsolete use mask for net-libs/telepathy-qt[glib], required version in - tree. - - 13 Apr 2012; Alexandre Rostovtsev package.use.mask: - Mask webkit-gtk[geoloc] in base and unmask on arches where app-misc/geoclue - and app-accessibility/at-spi2-core are available. - - 13 Apr 2012; Alexandre Rostovtsev package.use.mask: - Consolidate USE=systemd mask, and add gnome-system-monitor. - - 12 Apr 2012; Alexandre Rostovtsev package.use.mask: - Temporarily mask gobject-introspection[doctool] for mako keywording to avoid - touching hppa profile, bug #411761. - - 12 Apr 2012; Alexandre Rostovtsev package.use.mask: - Mask gtkmm[wayland] since it needs gtk+[wayland]. - - 11 Apr 2012; Sebastian Pipping package.use.mask: - Mask >=media-libs/babl-0.1.8[introspection] and >=media-libs/gegl-0.2[introspection] - - 11 Apr 2012; Michał Górny package.use.mask: - Mask USE=jit on libzpaq for non-x86/amd64. - - 08 Apr 2012; Alexis Ballier package.use.mask: - mask x264-encoder[ffmpegsource] on all versions but latest one - - 05 Apr 2012; Samuli Suominen package.use.mask: - Unmask USE="q64" for media-gfx/imagemagick >= 6.7.6.4 wrt #401327 - - 31 Mar 2012; Davide Pesavento package.use.mask: - Update mask of c++0x and qpa USE flags to include Qt 4.8.1. - - 29 Mar 2012; Chí-Thanh Christopher Nguyễn use.mask: - Mask video_cards_omap as it is not useful on most arches. - - 28 Mar 2012; Arun Raghavan package.use.mask: - webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be - added. - - 27 Mar 2012; Alexandre Rostovtsev package.use.mask: - Mask USE=systemd for gnome-extra/gnome-screensaver, it requires a systemd - version which is keyworded only on two arches. - - 27 Mar 2012; Alexandre Rostovtsev package.use.mask: - Mask x11-libs/gtk+[wayland], requires libxkbcommon from x11 overlay. - - 26 Mar 2012; package.mask: - Masking out new selinux-sssd package for non-SELinux systems - - 25 Mar 2012; Krzysztof Pawlik make.defaults: - Add PYTHON_TARGETS to USE_EXPAND. - - 25 Mar 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Fix cairo mask. - - 24 Mar 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Allow USE="openvg" for latest cairo release. - - 23 Mar 2012; Johannes Huber package.use.mask: - Mask broken upnp use flag in kde-base/kdelibs for upcoming stabilization. - - 22 Mar 2012; Tim Harder package.use.mask: - Mask USE="skype" for bitlbee since skype has no stable versions. - - 20 Mar 2012; Samuli Suominen package.use.mask: - Mask USE="acl" for sys-auth/consolekit here and unmask it in - default/linux/package.use.mask. - - 18 Mar 2012; Samuli Suominen use.mask, - package.use.mask: - Remove entries related to media-sound/esound which got removed from tree. - - 12 Mar 2012; Samuli Suominen use.mask: - Mask USE="packagekit" because it's not ready. - - 12 Mar 2012; Samuli Suominen package.use.mask: - Mask USE="test" for app-text/asciidoc because media-sound/lilypond is masked - in ../package.mask for removal. - - 03 Mar 2012; Samuli Suominen package.use.mask: - Remove USE="libffi" mask for sys-devel/gcc because the flag is gone wrt - #354903 - - 28 Feb 2012; Samuli Suominen use.mask: - Mask USE="vidix" as x86 only. - - 26 Feb 2012; Mike Doty packages: - adding sys-apps/less temporarly to resolve bug 398295. - - 26 Feb 2012; package.mask: - Mask out new selinux policy packages - - 25 Feb 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask directfb for gnash. - - 24 Feb 2012; Chí-Thanh Christopher Nguyễn - package.use.mask: - Unmask lirc on most recent gnash - - 18 Feb 2012; Zac Medico package.use.mask: - Mask USE=pypy1_8 for sys-apps/portage, since pypy has limited KEYWORDS. - - 11 Feb 2012; Alexandre Rostovtsev package.use.mask: - Mask USE=systemd for gnome-extra/gnome-screensaver, it requires a systemd - version which is masked and keyworded only for 2 arches. - - 10 Feb 2012; Samuli Suominen package.use.mask: - Mask USE="q64" for media-gfx/imagemagick wrt #401327 and #402999 - - 08 Feb 2012; Bernard Cafarelli package.use.mask: - Global mask for gnustep-base/gnustep-make[libobjc2] with new version - - 05 Feb 2012; Christoph Junghans package.use.mask: - mips flags exist also in fftw-3.2 - - 04 Feb 2012; Christoph Junghans package.use.mask: - Masked sci-libs/fftw mips only flags - - 03 Feb 2012; William Hubbs packages: - replace sys-apps/module-init-tools with virtual/modutils for bug #401899. - - 31 Jan 2012; Johannes Huber package.use.mask: - Remove use mask on phonon-xine. Backend is removed from tree. - - 29 Jan 2012; Alex Alexander package.use.mask: - masked experimental qt useflags qpa and c++0x - - 25 Jan 2012; Johannes Huber package.use.mask: - Mask glib use flag for >=net-libs/telepathy-qt-0.9, required version of - net-libs/telepathy-glib is not in tree yet. - - 23 Jan 2012; Samuli Suominen package.use.mask: - Unmask USE="test" for x11-libs/libnotify because GTK+ 3.0 has been stabilized - since. - - 23 Jan 2012; Samuli Suominen package.use.force: - Force USE="symlink" enabled for x11-libs/libnotify while waiting for - supporting eselect module wrt #379941 - - 20 Jan 2012; Samuli Suominen package.use.mask: - Unmask USE="jack" for media-plugins/audacious-plugins wrt #389439 by Bob - Johnson - - 14 Jan 2012; Sven Vermeulen package.mask: - Mask SELinux policy packages that are soon to be added - - 10 Jan 2012; Samuli Suominen package.use.mask: - Mask USE="e2fsprogs" for app-arch/libarchive as Linux -only feature wrt - #354923 - - 09 Jan 2012; Alexandre Rostovtsev package.use.mask: - Mask USE="jit" for webkit-gtk in base profile; it is unmasked in individual - profiles which support it (bug #396313). - - 08 Jan 2012; Samuli Suominen package.use.mask: - Unmask USE="pronounce" for stardict 3.0.3 and above wrt #246174 - - 07 Jan 2012; Mike Frysinger packages: - Require baselayout-2 now so packages don't have to #396731. - - 05 Jan 2012; Samuli Suominen package.use.mask: - Mask USE="systemd" for sys-auth/polkit for keywording and testing. - - 31 Dec 2011; Alexis Ballier package.use.mask: - remove usemask for vlc useflag thats now gone - - 06 Dec 2011; Mike Frysinger package.use.mask: - Mask gcc[libssp] as no one should generally be using it. - - 06 Dec 2011; Mike Frysinger packages: - Drop zlib dep from system since pkgs pull it in as needed. - - 06 Dec 2011; Mike Frysinger packages: - Drop ncurses dep from system since pkgs pull it in as needed. - - 06 Dec 2011; Alexis Ballier package.use.mask: - usemask vlc media-library useflag: does not build - - 06 Dec 2011; Alexis Ballier package.use.mask: - mask vlc macosx-qtkit useflag too - - 06 Dec 2011; Samuli Suominen package.use.mask: - Mask USE="pic" in media-video/transcode here and unmask only for x86 arch. - - 06 Dec 2011; Samuli Suominen package.use.mask: - Mask USE="nuv" for media-video/transcode and explicitely unmask it for x86 - arch only. - - 02 Dec 2011; Samuli Suominen package.use.mask: - Remove now unnecessary entry for media-video/tovid. - - 01 Dec 2011; Alexandre Rostovtsev package.use.mask: - Drop obsolete introspection mask entries, requested by darkside. - - 30 Nov 2011; Davide Pesavento package.use.mask: - Mask USE="jit" for x11-libs/qt-webkit. - - 29 Nov 2011; Mike Frysinger packages: - Drop sys-libs/readline from system; USE=readline controls when it is needed. - - 25 Nov 2011; Alexandre Rostovtsev package.use.mask: - GNOME 3.2 is unmasked! - - 25 Nov 2011; Samuli Suominen package.use.mask: - Mask USE="suid" for www-client/links everywhere except x86. - - 24 Nov 2011; Alexandre Rostovtsev package.use.mask: - Unmask libpeas[seed] and gnome-games[seed] since seed-3.2.0 works well - enough. - - 14 Nov 2011; Mike Frysinger packages: - Move sys-apps/net-tools to Linux profiles. - - 12 Nov 2011; Samuli Suominen package.use.mask: - Mask USE="wxwidgets" for media-video/tovid wrt #330683 - - 09 Nov 2011; Kacper Kowalik package.use.mask: - dev-lang/path64[debugger]: pathdb works only as a SIGSEGV generator, mask - until upstream fixes it, bug #385683 - - 31 Oct 2011; Alexandre Rostovtsev package.use.mask: - mx-1.0 is in portage, evolution[clutter] can be enabled. However, it - shouldn't be dropped on gnome2 stable users without some testing. - - 27 Oct 2011; Alexandre Rostovtsev package.use.mask: - Mask USE=applet for gtk3-based gnote, it pulls in masked gnome-panel-3. - - 22 Oct 2011; Markos Chandras package.use.mask: - Remove xen mask for app-emulation/libvirt - - 22 Oct 2011; Matt Turner use.mask: - use.mask arm's iwmmxt flag. - - 21 Oct 2011; Alexandre Rostovtsev package.use.mask: - Undo poorly thought out masking of USE="colord packagekit" on gtk+; need to - get it keyworded properly (bug #387959) - - 21 Oct 2011; Hans de Graaff use.mask: - Mask Rubinius by default like other ruby targets. - - 19 Oct 2011; Alexandre Rostovtsev package.use.mask: - Mask USE="colord" and "packagekit" for x11-libs/gtk+. - - 16 Oct 2011; Samuli Suominen package.use.mask: - Mask USE="bluray" for gnome-base/gvfs. - - 13 Oct 2011; Alex Legler package.use.mask: - Mask alsa USE flag for upcoming tvtime packages - - 03 Oct 2011; Samuli Suominen use.mask: - Update mask message for USE=dxr3" - - 01 Oct 2011; Samuli Suominen package.use.mask: - Mask USE="nautilus" for gnome-disk-utility >= 3 pending on nautilus >= 3 - unmasking. - - 27 Sep 2011; Nirbheek Chauhan package.use.mask: - Mask dev-libs/glib[systemtap] and unmask for amd64/x86, bug 384647 - - 18 Sep 2011; Samuli Suominen use.mask: - Remove obsolete USE="hal" mask. - - 06 Sep 2011; Markos Chandras package.use.mask: - Unmask spice useflag for qemu-kvm since spice is now stable - - 23 Aug 2011; Nirbheek Chauhan package.use.mask: - Don't unmask introspection on stable babl - - 22 Aug 2011; Andreas K. Huettel make.defaults: - The component active belongs to Calligra Mobile, which we dont support here - - 21 Aug 2011; Kacper Kowalik package.use.mask: - Remove obsolete/invalid masks - - 19 Aug 2011; Andreas K. Huettel make.defaults: - Update list of calligra features - - 19 Aug 2011; Markos Chandras package.use.mask: - Masking xen useflag in libvirt per bug #379815 - - 19 Aug 2011; Markos Chandras package.use.mask: - Mask spice for app-emulation/qemu-kvm as well - - 19 Aug 2011; Markos Chandras package.use.mask: - Masking rbd for app-emulation/qemu-kvm per bug #364889 - - 19 Aug 2011; Nirbheek Chauhan package.use.mask: - Mask USE=introspection on glib because it's mostly useless for now, and - causes an extra gobject-introspection dep on systems - - 16 Aug 2011; Nirbheek Chauhan package.use.mask: - Use-mask seed, broken package - - 16 Aug 2011; Nirbheek Chauhan package.use.mask: - Add libgdata to the introspection mask, pointed out by Mr_Bones_ - - 16 Aug 2011; Nirbheek Chauhan package.use.mask, - use.mask: - Convert the introspection mask from a whitelist to a blacklist. - USE=introspection is now unmasked in general, and masked only on old stable - ebuilds. - - 14 Aug 2011; Nirbheek Chauhan package.use.mask: - Unmask USE=introspection on gupnp-related packages and gstreamer - - 22 Jul 2011; Anthony G. Basile package.use.mask: - Mask USE="nat-pmp" and "upnp" here and unmask it in amd64 and x86 profiles. - - - 11 Jul 2011; Samuli Suominen use.mask: - Mask USE="opencl" here and unmask it in amd64 and x86 profile. - - 11 Jul 2011; Robin H. Johnson package.use.mask: - Mask parse-clocks for ntp due to pps-tools. - - 03 Jul 2011; Alexey Shvetsov package.use.mask: - Mask maui use flag for torque - - 01 Jul 2011; Alexey Shvetsov use.mask: - use mask infiniband in base profile - - 30 Jun 2011; Alexey Shvetsov package.use.mask: - Use mask infiniband for stable corosync and glusterfs - - 30 Jun 2011; Alexey Shvetsov make.defaults, - package.use.mask: - Also unmask infiniband use flag - - 30 Jun 2011; Alexey Shvetsov make.defaults: - Add OPENIB_DRIVERS to USE_EXPAND - - 19 Jun 2011; Nirbheek Chauhan package.use.mask: - Remove glade use-mask, it's been added to the tree - - 15 Jun 2011; Nirbheek Chauhan package.use.mask: - Edit vte glade mask to only affect slot 2.90 (slightly broken, but this will - go away soon) - - 12 Jun 2011; Brian Harring profile.bashrc: - Remove /etc/portage/env hack- it belongs in the PM, and has been in - portage since 04/10, and alt PMs have their own ways of doing the - same. - - 11 Jun 2011; Nirbheek Chauhan package.use.mask: - Unmask USE=introspection for webkit-gtk - - 07 Jun 2011; Bernard Cafarelli package.use.mask: - Mask libobjc2 flag for gnustep-base/gnustep-make - - 02 Jun 2011; Nirbheek Chauhan package.use.mask: - Unmask USE=introspection on media-libs/libchamplain - - 28 May 2011; Mike Frysinger packages: - Force newer shadow versions in the whole tree #367633. - - 15 May 2011; Samuli Suominen package.use.mask: - Drop unmask of USE="hal" for kde-base/solid because KDE 4.6 is now stable and - has udev support. - - 09 May 2011; Chí-Thanh Christopher Nguyễn - package.use.mask, use.mask: - Unmask video_cards_nouveau, bug #364027. - - 02 May 2011; Nirbheek Chauhan package.use.mask: - Add telepathy-glib to the introspection list, remove libwnck from glade - list - - 01 May 2011; Nirbheek Chauhan package.use.mask: - Add libwnck to the glade/introspection lists - - 30 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/linux-sources, bug 118442. - - 30 Apr 2011; Nirbheek Chauhan package.use.mask: - Unmask introspection on vte, gtk+-2.24, and mask glade on vte - - 30 Apr 2011; Nirbheek Chauhan package.use.mask: - Mask USE=glade on gtksourceview:3.0 - - 29 Apr 2011; Nirbheek Chauhan package.use.mask: - Unmask introspection for libsoup-2.34, libsoup-gnome-2.34 - - 28 Apr 2011; Alexis Ballier package.use.mask: - mask celt useflag for non live ffmpeg ebuilds as libcelt is masked - - 24 Apr 2011; Ulrich Mueller packages, virtuals: - Remove old-style virtual/modutils, bug 358891. - - 24 Apr 2011; Nirbheek Chauhan package.use.mask: - Unmask USE=introspection for gtk+:3 deps as well (oops) - - 24 Apr 2011; Nirbheek Chauhan package.use.mask: - Unmask USE=introspection for gtk+:3 - - 24 Apr 2011; Nirbheek Chauhan package.use.mask: - Unmask USE=introspection on a few packages. This list will grow till the - use.mask can be removed completely. - - 20 Apr 2011; Ulrich Mueller virtuals: - Remove cron and libc old-style virtuals, bugs 360109 and 359001. - - 18 Apr 2011; Chí-Thanh Christopher Nguyễn - package.use.mask: - Explicitly allow video_cards_nouveau for libdrm until bug #364027 is - fixed. - - 16 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/aspell-dict, bug 358821. - Remove old-style virtual/blackbox, bug 358825. - Remove old-style virtual/inetd, bug 358831. - Remove old-style virtual/ssh, bug 361121. - - 15 Apr 2011; Ulrich Mueller virtuals: - Remove dev-manager and dhcp old-style virtuals, bugs 361133 and 358827. - - 13 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/{man,skkserv,w3m}; bugs 358839, 358851, 358855. - - 12 Apr 2011; Mart Raudsepp package.use.mask: - Mask orc USE flag on gst-plugins-bad (unmasked only on supported arches). - - 10 Apr 2011; Diego E. Pettenò package.use: - Don't let sudo ldap support enabled by default. - - 09 Apr 2011; Ulrich Mueller packages, virtuals: - Old-style virtual/portage is replaced by new-style virtual/package-manager, - bug 358847. - - 07 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/pam, bug 358903. - Remove old-style virtual/logger, bug 358881. - - 05 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/python, bug 358849. - Remove old-style virtual/utempter, bug 361117. - - 04 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/m3, bug 358837. - - 03 Apr 2011; Ulrich Mueller packages, virtuals: - Remove old-style virtual/gzip, bug 358829. - - 02 Apr 2011; Samuli Suominen virtuals: - Remove virtual/libpcap wrt #358835. - - 30 Mar 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Mask video_cards_qxl - - 30 Mar 2011; Alexis Ballier package.use.mask: - bda useflag on vlc is gone, no need to mask it - - 29 Mar 2011; Tomáš Chvátal package.use.mask: - Drop mesa gallium mask that is obsolete. - - 29 Mar 2011; Andrey Grozin package.use.mask: - mask USE=octave in sci-libs/mathgl - - 28 Mar 2011; Eray Aslan virtuals: - remove old style virtual/mta - bug 360305 - - 27 Mar 2011; Samuli Suominen package.use.mask, - use.mask: - Mask USE="hal" as deprecated and replaced by USE="udev". - - 22 Mar 2011; Ulrich Mueller virtuals: - Remove old-style virtual/jabber-server and virtual/tftp, bugs 358833 and - 359125. - - 20 Mar 2011; Ultrabug package.use.mask, use.mask: - Mask clustering support until new sys-cluster/cman is pushed. - - 20 Mar 2011; Samuli Suominen make.defaults: - Remove XZ_OPT="--memory=max" for app-arch/xz-utils wrt #342961 by Ben Kohler. - - 20 Mar 2011; Eray Aslan virtuals: - remove old style virtual/mailx - - 20 Mar 2011; Mart Raudsepp package.use.mask: - Mask orc USE flag on gst-plugins-good (unmasked only on supported arches). - - 19 Mar 2011; Samuli Suominen virtuals: - Remove virtual/alsa. - - 19 Mar 2011; Samuli Suominen virtuals: - Move virtual/lpr to new-style virtual. - - 19 Mar 2011; Eray Aslan virtuals: - remove old style virtual/imapd - - 18 Mar 2011; Ultrabug use.mask: - remove cman from use.mask with ack from flameeyes and robbat2 - - 18 Mar 2011; Nirbheek Chauhan package.use.mask: - Remove obsolete introspection-related use-masks - - 16 Mar 2011; Andreas Proschofsky virtuals: - Remove old-style virtual/ooo, bug 358895. - - 16 Mar 2011; Nirbheek Chauhan use.mask: - Remove gtk3 from use.mask, update introspection use.mask comment - - 16 Mar 2011; Eray Aslan virtuals: - virtual/imap-c-client changed to new style - bug 358993 - - 16 Mar 2011; Ulrich Mueller virtuals: - Remove old-style virtual/antivirus, bug 358817. - - 16 Mar 2011; Eray Aslan virtuals: - remove old style virtual/mda - - 16 Mar 2011; Eray Aslan ChangeLog: - remove double entry - - 15 Mar 2011; Ulrich Mueller virtuals: - Kill old-style virtual/quicktime, bug 358857. - - 14 Mar 2011; Ulrich Mueller virtuals: - Remove spurious old-style virtuals. - - 13 Mar 2011; Eray Aslan virtuals: - Remove old style virtual/krb5. - - 04 Mar 2011; Alexis Ballier package.use.mask: - android useflag for vlc is gone - - 02 Mar 2011; Jorge Manuel B. S. Vicetto packages: - Added xz-utils to the system set per discussion in the dev ml[1]. - Portage snapshots are already being offered as lzma archives and releng might - start building stages as lzma archives too. - [1] - - http://archives.gentoo.org/gentoo-dev/msg_e6356a2c6c756d98fb6dd9b4666b367c.xm - l - - 24 Feb 2011; Alexis Ballier package.use.mask: - mask android useflag for vlc - - 22 Feb 2011; Sebastian Pipping package.use.mask: - Mask use flag "test" on app-text/asciidoc - - 16 Feb 2011; Alexis Ballier package.use.mask: - mask neon useflag for vlc - - 16 Feb 2011; Alexis Ballier package.use.mask: - mask Mac OSX specific useflags for vlc - - 16 Feb 2011; Alexis Ballier package.use.mask: - mask remainings win32 specific useflags for vlc - - 16 Feb 2011; Alexis Ballier package.use.mask: - vlc[dxva2] is also win32 specific - - 16 Feb 2011; Alexis Ballier package.use.mask: - mask win32 useflags for vlc - - 16 Feb 2011; Alexis Ballier package.use.mask: - useflag pda for vlc has been dropped, remove unneeded mask entry - - 13 Feb 2011; Raúl Porcel package.use.mask: - P.use.mask media-video/mplayer bluray again until devs know how to use - repoman... - - 05 Feb 2011; Anthony G. Basile package.mask: - Masked new selinux policies. - - 05 Feb 2011; Samuli Suominen package.use.mask: - Mask USE="test" for x11-libs/libnotify because of x11-libs/gtk+:3 - requirement. - - 30 Jan 2011; Arun Raghavan package.use.mask: - Mask orc USE flag on gst-plugins-ffmpeg (unmasked only on supported arches). - - 19 Jan 2011; Nirbheek Chauhan package.use.mask: - Restrict gnome-extra/gnome-games clutter use-flag masking to =2.3* - - 18 Jan 2011; Kacper Kowalik package.use.mask: - Unmask x11-base/xorg-server doc since #323647 is resolved - - 06 Jan 2011; Ulrich Mueller virtuals: - Remove stale virtual/j2ee, no ebuild provides it. - - 27 Dec 2010; Mart Raudsepp package.use.mask: - Add gst-plugins-a52dec to the orc package.use.mask set - - 17 Dec 2010; Ulrich Mueller virtuals: - Remove old-style virtual/commonlisp. - - 08 Dec 2010; Raúl Porcel use.mask: - Use.mask omapfb - - 06 Dec 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask x11-base/xorg-server doc until #323647 is resolved - - 02 Dec 2010; Diego E. Pettenò package.use.mask: - Mask jack USE flag for audacious-plugins so that we can drop from stable the - broken bio2jack ebuilds. - - 28 Nov 2010; Robin H. Johnson package.use.mask: - Bug #344885: Upstream has broken USE=debug for 5.1 series >=5.1.51 - - 28 Nov 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - Mask mesa's llvm flag, bug #320221 - - 19 Nov 2010; Arun Raghavan package.use.mask: - Mask orc for gst-plugins-base by default (to be unmasked on supported platforms) - - 18 Nov 2010; Pacho Ramos package.use.mask: - Mask clutter USE on evolution due bug #345937 - - 18 Nov 2010; Justin Lecher package.use.mask: - Fix Version of cns which is masked - - 17 Nov 2010; Justin Lecher package.use.mask: - Mask USE=aria sci-chemistry/cns - Upstream didn't release patches for aria yet - - 10 Nov 2010; Dane Smith package.use.mask: - Mask the valgrind use flag for net-libs/gnutls. - - 10 Nov 2010; Andrey Grozin package.use.mask: - Unmask qt4 USE flag for app-office/texmacs - - 07 Nov 2010; Tomáš Chvátal package.use.mask: - Mask openvg use on cairo - - 07 Nov 2010; Tomáš Chvátal package.use.mask: - Mask bluray useflag on mplayer snapshots - - 07 Nov 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Unmask "declarative" USE flag for dev-python/PyQt4. - - 23 Oct 2010; Arfrever Frehtes Taifersar Arahesis - package.use.mask: - Mask "declarative" USE flag for dev-python/PyQt4. - - 20 Oct 2010; Zac Medico package.use.force: - Force ipc USE flag for sys-apps/portage since it should remain enabled - unless it is found to be incompatible with a specific profile or - environment. When enabled, it fixes bug #278895, bug #315615, and makes - subshell die support more robust (so that repoman's ebuild.nesteddie check - is irrelevant). - - 28 Sep 2010; Andreas K. Huettel (dilfridge) - make.defaults: - Added COLLECTD_PLUGINS to USE_EXPAND, defined a default list of plugins - - 27 Sep 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - Enable gallium for mesa-7.9_rc users - - 17 Sep 2010; Andrey Grozin package.use.mask: - Masking clozurecl USE flag for maxima (formerly it was openmcl) - - 15 Sep 2010; Patrick Lauer package.use.mask: - Masking bzip2 useflag for dovecot-1 - - 01 Sep 2010; Alex Legler package.use.mask: - Mask the fastthreading USE flag of dev-lang/ruby-enterprise. That feature - is marked as experimental upstream. - - 23 Aug 2010; Magnus Granberg package.use.mask: - Undo the change for hardened #280413 - - 23 Aug 2010; Magnus Granberg package.use.mask: - Moved hardened from default/linux/package.use.mask #280413 - - 23 Aug 2010; Robert Piasek package.use.mask: - I've backported dhclient-3 patch to NM 0.8.1, so there is no more need - to mask that flag. - - 16 Aug 2010; Jeroen Roovers virtuals: - Remove old style virtual/gsasl thanks to peper. - - 04 Aug 2010; Justin Lecher package.use.mask: - Use removed from package - sci-visualization/qtiplot xls - - 25 Jul 2010; Nirbheek Chauhan package.use.mask: - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox - - 23 Jul 2010; Peter Volkov package.use.mask: - Unmasked mod_srl USE flag for net-im/ejabberd: it workd now, thank NN - - 14 Jul 2010; Benedikt Böhm make.defaults: - fix #328215 - - 13 Jul 2010; Markus Duft use.mask: - remove obsolete USE flag (interix prefix only) - - 07 Jul 2010; Andrey Grozin package.use.mask: - Masked qt4 USE for app-office/texmacs: does not work with the current qt - - 05 Jul 2010; Matti Bickel virtuals: - virtual/httpd-php is now a new style virtual - - 01 Jul 2010; Peter Volkov package.use.mask: - Masked mod_srl USE for ejabberd until we test it better - - 30 Jun 2010; Justin Lecher ChangeLog: - Use-masked xls for sci-visualization/qtiplot-0.9.8, because - dev-libs/excelformat is not working - - 29 Jun 2010; Nirbheek Chauhan package.use.mask: - Mask clutter on gnome-extra/gnome-games till introspection is unmasked - - 26 Jun 2010; Kacper Kowalik package.use.mask: - Mask USE=infiniband for sys-cluster/corosync - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Forgot to mask icecat too - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Mask USE=ipc for firefox/xulrunner due to bug 325185 - - 26 Jun 2010; Samuli Suominen package.use.mask: - Masking USE firefox and xulrunner for =dev-java/swt-3.3*. - - 26 Jun 2010; Nirbheek Chauhan package.use.mask: - Mask clutter-gst introspection till gstreamer and gst-plugins-base get - introspection support - - 23 Jun 2010; Jonathan Callen use.mask: - Mask gtk3 USE flag - - 22 Jun 2010; Markos Chandras package.use.mask: - Drop qml use flag masking from qt-creator - - 13 Jun 2010; Dror Levin use.mask: - Remove vpx USE mask. - - 13 Jun 2010; Tomas Touceda package.use.mask: - Mask svm flag for clisp because the module's broken. - - 12 Jun 2010; Dror Levin use.mask: - Use mask vpx until media-libs/libvpx is keyworded by arches. - - 06 Jun 2010; Maciej Mrozowski package.use.mask: - Mask cups and google-gadgets USE flags also for KDE 4.4 - - 05 Jun 2010; Mike Frysinger make.defaults: - Let XZ use all memory when unpacking to avoid failure with low-mem - #303975. - - 05 Jun 2010; Samuli Suominen package.use.mask: - Unmask USE bluetooth for app-pda/pilot-link wrt #249889 by Jesse Adelman. - - 12 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - unmask dev-libs/udis86 test after adding patch to make yasm optional - - 10 May 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - package.use.mask dev-libs/udis86 test - - 03 May 2010; Alex Legler use.mask: - Readd ruby_targets_ree18 USE mask. Supported arches will be whitelisted - - 02 May 2010; Alex Legler use.mask: - Remove ruby_targets_ree18 mask - - 29 Apr 2010; Zac Medico profile.bashrc: - Skip /etc/portage/env code if PM_EBUILD_HOOK_DIR is set since this means - that /etc/portage/env is supported by the package manager: - http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ef202 - 4a33be93a256beef28c1423ba1fb706383d - - 29 Apr 2010; Peter Volkov make.defaults: - Add XTABLES_ADDONS as discussed in -dev on 18.01.2010 (but dropped - _MODULES part to make it shorter). - - 13 Apr 2010; Chí-Thanh Christopher Nguyễn - package.use.mask: - mask video_cards_nouveau - - 9 Apr 2010; Zac Medico package.use.mask: - Mask python3 for stable portage until python-3.x is marked stable. - - 21 Mar 2010; Vlastimil Babka package.use.mask: - Remove dev-java/gnu-classpath nsplugin use mask, as the flag was removed - physically. - - 07 Mar 2010; Samuli Suominen use.mask: - Mask x86_* flags sse3, sse4, sse4a, and sse5. - - 07 Mar 2010; Benedikt Böhm make.defaults: - add NGINX_MODULES_HTTP and NGINX_MODULES_MAIL to USE_EXPAND - - 20 Feb 2010; Samuli Suominen use.mask: - Mask sane_backends_qcam here for ioperm/portaccess and unmask only on - amd64/x86 for now. - - 19 Feb 2010; Diego E. Pettenò package.use.force: - Force jruby for duby as well. - - 16 Feb 2010; Diego E. Pettenò package.use.force: - Add bitescript to the list of forced packages. - - 14 Feb 2010; Samuli Suominen use.mask: - Mask SANE_BACKENDS="canon_pp hpsj5s mustek_pp" here because they are - amd64/x86 only. - - 28 Jan 2010; Diego E. Pettenò package.use.force: - Add jruby-debug-base to the list of forced gems. - - 24 Jan 2010; Zac Medico package.use.mask: - Mask python3 for stable portage until python-3.x is marked stable. - - 20 Jan 2010; Markos Chandras package.use.mask: - Masking qml use flag for qt-creator-1.3.1 due to qt-declarative - unsatisfied dependencies - - 15 Jan 2010; Samuli Suominen package.use.mask, - use.mask: - Remove now unrequired USE="arts" mask. - - 14 Jan 2010; Alex Legler package.use.force: - Fix ruby package.use.force entries - - 10 Jan 2010; Jeremy Olexa package.use.mask: - mask wicd[ioctl] wrt bug 299674 - - 29 Dec 2009; Nirbheek Chauhan use.mask: - Entries need to be added to bottom of file, and with proper header - - 29 Dec 2009; Nirbheek Chauhan use.mask: - Add introspection to use.mask in anticipation of addition of ebuilds with - this use-flag - - 23 Dec 2009; Vlastimil Babka package.use.mask: - Mask nsplugin of 1.4 emul java due to security. - - 14 Dec 2009; Alex Legler use.mask: - Add ruby_targets_jruby to use.mask - - 11 Dec 2009; Samuli Suominen package.use.mask: - Mask net-im/licq[kde,qt4] wrt bugs #268134 and #296505. - - 07 Dec 2009; Alex Legler use.mask: - use.mask ruby_targets_ruby19 and ruby_targets_ree18 - - 04 Dec 2009; Zac Medico +package.use: - Bug #295615 - Disable cxx by default for net-nds/openldap, in order to - avoid a die in pkg_setup with default USE settings (cxx requires sasl). - - 03 Dec 2009; Samuli Suominen make.defaults: - Enable USE cxx by default wrt - http://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f - .xml. - - 03 Dec 2009; Alexey Shvetsov package.use.mask: - Mask experimental mpi use flag for gamess - - 30 Nov 2009; Alex Legler make.defaults: - Add RUBY_TARGETS to USE_EXPAND as discussed on -dev starting Oct 6, 2009 - - 29 Nov 2009; Samuli Suominen package.use.mask: - Remove obsolete kde-base/kopete[jingle] mask for KDE 3.5.10. - - 29 Nov 2009; Samuli Suominen package.use.mask: - Mask USE lzma for ark, kdelibs and kdebase-kioslaves because of xz-utils - depend. - - 25 Nov 2009; Alexey Shvetsov package.use.mask: - Mask infiniband use flag. OFED stack available via science overlay - - 11 Nov 2009; Samuli Suominen package.use.mask: - Unmask USE arts for app-emulation/emul-linux-x86-soundlibs, required by - app-emulation/emul-linux-x86-qtlibs. - - 11 Nov 2009; Samuli Suominen use.mask: - Temporarily mask USE arts for kde-base/. - - 10 Nov 2009; Samuli Suominen package.use.mask: - Unmask USE doomsday. - - 10 Nov 2009; Christian Faulhammer use.mask: - Mask ps3 USE flag for bug 244018 - - 01 Nov 2009; Gilles Dartiguelongue package.use.mask: - Mask tracker USE flag in apps using it, bug #291501. - - 19 Oct 2009; Jonathan Callen package.use.force: - Remove media-sound/rubyripper's X USE flag from package.use.force; flag - has been removed - - 14 Oct 2009; Samuli Suominen package.use.mask: - Mask sys-devel/gcc[libffi] to avoid conflict with dev-libs/libffi in - ld.so.conf. - - 10 Oct 2009; Samuli Suominen package.use.mask: - Mask USE google-gadgets for plasma-workspace wrt #287697. Only available - on KDE 4.3.2. - - 10 Oct 2009; Samuli Suominen package.use.mask: - Mask USE cups for kdeadmin-meta and kdeutils-meta wrt #287697. Only - available on KDE 4.3.2. - - 10 Oct 2009; Samuli Suominen package.use.mask: - Mask USE facebook for net-im/kopete because of missing KEYWORDS. - - 09 Oct 2009; Samuli Suominen package.use.mask: - Mask app-misc/strigi log wrt #287697, Comment #12. - - 04 Oct 2009; Christian Faulhammer package.use.mask: - unmask lirc_devices_iguanaIR - - 23 Sep 2009; Jean-Noël Rivasseau package.use.mask: - X use flag only for amd64/x86, bug 285951. - - 21 Sep 2009; Nirbheek Chauhan package.use.mask: - Mask '=app-office/openoffice-3.1.1 kde' since it's broken with KDE4 - - 16 Sep 2009; Alex Legler package.use.mask: - Masking the "kolab" USE flag for >=www-apps/horde-webmail-1.2.4. - wrobel is currently away, package needs a bump for security bug 285052 and - I can't generate the patch. - - 16 Sep 2009; Tomáš Chvátal package.use.mask: - Unmask policykit useflag on pulseaudio. Per irc request. Since the reason - for the mask is long gone. - - 05 Sep 2009; Jorge Manuel B. S. Vicetto - ChangeLog: - Dropped base/package.mask as the KDE-4.3 masks have been moved to the - individual arches package.mask files. - - 15 Aug 2009; Zac Medico make.defaults: - Remove FEATURES settings that are already included in make.globals for - all supported portage versions (since at least portage-2.1.4.x). - - 12 Aug 2009; Ulrich Mueller use.defaults: - Add gnuplot and skey to use.defaults. - - 08 Aug 2009; Jorge Manuel B. S. Vicetto - +package.mask: - Moved KDE-4.3.0 mask from profiles/package.mask to - profiles/base/package.mask - fixes bug 280734. - - 01 Aug 2009; Steve Dibb use.mask: - Remove old realcodecs use flag - - 01 Aug 2009; Steve Dibb make.defaults: - Remove midi from make.defaults, as its been removed from alsa-* and - reverse deps, bug 272659 - - 01 Aug 2009; Steve Dibb package.use.force: - Remove temporary force of +midi on media-sound/alsa-lib - - 01 Aug 2009; Samuli Suominen package.use.force: - Force USE midi in alsa-lib for old versions since the checks in ebuilds - are gone. - - 31 Jul 2009; Jeremy Olexa package.use.mask: - mask gnome use flag for abiword-plugins-2.4.6 as it pulls in a GLSA affected - atom, bug 271708 - - 28 Jul 2009; Alexis Ballier package.use.mask: - remove vlc[shine] mask, offending version is gone - - 21 Jul 2009; Zac Medico profile.bashrc: - Use declare -F instead of type -t for elog function detection. - - 14 Jul 2009; Alexis Ballier package.use.mask: - usemask vlc-1.0.0[shine], sources haven't made it to the released - tarballs... - - 09 Jul 2009; Markus Duft use.mask: - added i6fork use.mask, since this is only meaningful on interix-prefix ATM - - 24 Jun 2009; Patrick Kursawe make.defaults: - Adding SANE_BACKENDS to USE_EXPAND. - - 24 Jun 2009; Christian Hoffmann package.use.mask: - removing traces of dev-lang/php's USE=zip-external - - 21 Jun 2009; Hans de Graaff virtuals: - Remove virtual/xemacs since xemacs no longer provides it. - - 19 Jun 2009; Alexey Shvetsov use.mask: - Mask kdeprefix since its broken by now. As voted on kde team meeting on - 18.06.2009 - - 17 Jun 2009; Thomas Anderson package.use.mask: - app-misc/iguanaIR is p.masked so lirc_devices_iguana needs to get masked for - app-misc/lirc. - - 12 May 2009; Peter Alfredsen package.use.mask: - Remove mask of openoffice mono use-flag w.r.t. bug 257313. - - 03 May 2009; Peter Alfredsen package.use.force: - Remove use.force on nant since mono-2.4 has been unmasked. - - 03 May 2009; Peter Alfredsen package.use.force: - Forcing bootstrap on >=dev-dotnet/nant-0.86_beta1 until - http://bugs.gentoo.org/257313 can be resolved, since -bootstrap requires - >=dev-lang/mono-2.4 - - 23 Apr 2009; Ulrich Mueller package.use: - Remove xpm for app-editors/emacs and app-editors/emacs-cvs from - package.use, since we are now using IUSE defaults. - - 21 Apr 2009; Mounir Lamouri package.use.mask: - Mask jingle for kopete-3 and kdenetwork-3 because using old ortp version. - See bug 206047. - - 12 Apr 2009; Jorge Manuel B. S. Vicetto - package.use.mask: - Masked bluetooth for solid until we can unmask net-wireless/bluez. - - 12 Apr 2009; Peter Alfredsen +package.use.force: - Forcing 'dev-libs/libpcre unicode' w.r.t. bug 265336. When unicode - use-flag is turned off, ABI is broken without a bump. - - 23 Mar 2009; Steve Dibb package.use.mask: - Update mask for new media-video/mplayer naming scheme - - 17 Mar 2009; Nirbheek Chauhan package.use.mask: - package.use.mask policykit for gnome-extra/gnome-power-manager and - gnome-base/gnome-session - - 26 Feb 2009; Steve Dibb package.use.mask: - Unmask internal real player codec support on newer mplayer - - 26 Feb 2009; Steve Dibb use.mask: - Add realcodecs to base use.mask - - 26 Feb 2009; Steve Dibb package.use.mask: - Adjust dvdnav on media-video/mplayer; old versions require external masked - dep, newer support internal lib - - 31 Jan 2009; Jorge Manuel B. S. Vicetto - package.use.mask: - Masked networkmanager for solid until we can unmask networkmanager-0.7.0. - - 20 Jan 2009; Peter Alfredsen package.use.mask: - Pango is a Work-In-Progress for libgdiplus - - 30 Dec 2008; Panagiotis Christopoulos packages: - put back sys-fs/e2fsprogs in system set, after fixing e2fsprogs-libs - blockers described in bug #234907 - - 02 Dec 2008; Steve Dibb package.use.mask: - Mask dvdnav use flag on mplayer - - 09 Nov 2008; Raúl Porcel package.use.mask: - Fix masking of mplayer - - 27 Oct 2008; Mike Frysinger use.mask: - Mask lilo by default since it is x86/am64 only. - - 05 Oct 2008; Harald van Dijk package.use.mask: - Mask tcl flag on nvi-1.81.6-r*, not only 1.81.6 - - 30 Sep 2008; Mart Raudsepp package.use.mask: - Unmask soap for net-libs/webkit-gtk, as the necessary version is in - portage tree now - - 20 Sep 2008; Zac Medico make.defaults: - Define PROFILE_ONLY_VARIABLES to include ARCH, ELIBC, KERNEL, and USERLAND. - This is intended for use by package managers, to indicate which variables - are set exclusively by the profile and not by user configuration files. This - variable is currently supported in at least sys-apps/portage-2.1.4.4. - - 17 Sep 2008; Alexis Ballier package.use.mask: - Mask media-sound/lmms:vst useflag; x86 only - - 10 Sep 2008; Bernard Cafarelli virtuals: - Remove entry for old-style gnustep-back virtual - - 31 Aug 2008; Alin Năstac package.use: - Add udpfromto flag for net-dialup/freeradius (#235688). - - 24 Aug 2008; Peter Alfredsen package.use.mask: - Unmask qt4 for google-gadgets, qt-4.4 is now unmasked. - - 17 Aug 2008; Zac Medico packages: - Remove sys-fs/e2fsprogs from the system set in order to allow - automatic blocker resolution for bug #234907. This change shouldn't - hurt since the sys-fs/e2fsprogs package is pulled in as a dependency - of sys-apps/util-linux, which is a member of the system set for - relevant profiles. - - 16 Aug 2008; Robert Buchholz package.use.mask: - use-masking tls for kaa-base - - 02 Aug 2008; Petteri Räty make.defaults: - Add mmap_emul introduced in 1.0.17 to ALSA_PCM_PLUGINS. - - 30 Jul 2008; Markus Ullmann package.use.mask: - Mask soap for net-libs/webkit-gtk - - 20 Jul 2008; Serkan Kaba package.use.mask: - Add app-text/enchant:zemberek mask. Java is not supported in most of the - arches enchant is keyworded. - - 18 Jul 2008; Serkan Kaba package.use.mask: - Remove dev-java/log4j:jmx mask. - - 04 Jul 2008; Thomas Anderson package.use.mask: - Mask ia32 USE flag for opera on all architectures but amd64 as we're - the only architecture who can use it. - - 25 Jun 2008; Peter Alfredsen package.use.mask: - Adjusted mask of gnash:ffmpeg use.mask and added mask of php flag for - >=ming-0.4.0_beta5 due to autotools fail. - - 21 Jun 2008; Serkan Kaba package.use.mask: - Move dev-java/log4j jmx to top of the package.use.mask file. - - 21 Jun 2008; Serkan Kaba package.use.mask: - Add dev-java/log4j jmx because dev-java/sun-jms is masked. - - 06 Jun 2008; Peter Alfredsen package.use.mask: - Added x11-misc/google-gadgets qt4 to package.use.mask. qt-4.4 required is - package.masked. - - 06 Jun 2008; Rémi Cardona package.mask: - pkgmove to gnome-base/gnome-control-center - - 30 Apr 2008; Sébastien Fabbro use.mask: - Removed masking of icc and ifc flags (now only local flags). Removed - inexistent icc-pgo flags - - 10 Apr 2008; Donnie Berkholz ; use.mask: - changing around video_cards_via masking by unmasking only for available - arches instead of masking on unavailable. - - 21 Mar 2008; Markus Ullmann package.use.mask: - use mask qt4 on net-irc/kvirc-3.4.0 - - 21 Mar 2008; Christian Faulhammer virtuals: - there is a new-style virtual now for pager - - 11 Mar 2008; Christian Faulhammer package.use.mask: - extend libpaludis mask for app-portage/gatt - - 03 Mar 2008; Christian Faulhammer package.use.mask: - remove useless entry for conky - - 02 Mar 2008; Christian Faulhammer package.use.mask: - USE=libpaludis is very experimental - - 14 Feb 2008; Raúl Porcel virtuals: - Remove useless virtual/bittorrent - - 29 Jan 2008; Raúl Porcel package.use.mask: - Move bluetooth package.use.mask for app-pda/pilot-link from the amd64 - profile, since it affects all the arches - - 25 Jan 2008; Christian Faulhammer package.use.mask: - mask bluetooth for a stable pulseaudio version, so stable users are not - bothered - - 10 Jan 2008; Sébastien Fabbro use.mask: - Removed cern from use.mask (has been mark stable sparc,x86 and amd64) - - 27 Dec 2007; Christian Hoffmann package.use.mask: - mask USE="java" for dev-lang/php (as the required dependency will be masked) - - 23 Dec 2007; Mark Loeser use.mask: - Remove duplicated fdftk flag; bug #168772 - - 13 Dec 2007; Duncan Coutts virtuals: - Remove old-style virtual/ghc as it is no longer used. - - 28 Nov 2007; Benedikt Böhm make.defaults: - Add APACHE2_MODULES and APACHE2_MPMS to USE_EXPAND - - 21 Nov 2007; Sébastien Fabbro virtuals: - Removed virtual/lapack, now new style - - 05 Nov 2007; Duncan Coutts virtuals: - Switch to ghc rather than ghc-bin for virtual as we're p.masking ghc-bin - - 10 Oct 2007; Christian Faulhammer virtuals: - remove virtual/editor, we have a new-style virtual now - - 09 Oct 2007; Sébastien Fabbro virtuals: - removed virtual/blas (now new style), virtual/cblas (which never existed and - now is new style) and replaced default lapack for lapack-reference - - 08 Oct 2007; Andrej Kacian use.mask: - Mask ssse3 use flag globally - it is unmasked for x86 already, as it should - be. Bug #195086. - - 09 Sep 2007; Donnie Berkholz ; use.mask: - Mask amd, vermilion, and xgi VIDEO_CARDS till they get keyworded. - - 29 Aug 2007; Robert Buchholz package.use.mask: - Masking pptp plugin for knetworkmanager - - 24 Aug 2007; Sébastien Fabbro use.mask: - Mask cern in use.mask - - 22 Jul 2007; Donnie Berkholz ; use.defaults: - virtual/x11 is gone. - - 08 Jul 2007; Joshua Kinard use.mask: - Remove ip28/ip32r10k USE masks; they're actually used by mips-sources when - being built on a cross-host for that target. - - 01 Jun 2007; Ulrich Mueller package.use: - Add app-editors/emacs xpm to package.use. - - 23 May 2007; Ulrich Mueller +package.use: - package.use xpm for app-editors/emacs-cvs. - - 21 May 2007; Christian Heim use.mask: - We don't need ip28 and ip32r10k enabled anywhere, so mask it in base/ and - unmask it in default-linux/mips. - - 27 Apr 2007; Petteri Räty package.use.mask: - package.use.mask nsplugin for blackdown-jdk and blackdown-jre for security - bug #161835. - - 30 Mar 2007; Alec Warner make.defaults: - Remove autoconfig from FEATURES, it died a long time ago - - 12 Mar 2007; Joseph Jezak use.mask: - Add macbook USE flag to use.mask. - - 05 Mar 2007; Stephen Bennett make.defaults: - Add /etc/env.d to CONFIG_PROTECT_MASK - - 15 Feb 2007; Chris Gianelloni use.defaults: - Removed udev remnants using a patch from Arfrever Frehtes Taifersar Arahesis - and closing bug #166917. - - 29 Jan 2007; Diego Pettenò make.defaults: - Add midi useflag by default to cope with newer alsa versions. - - 27 Jan 2007; Alon Bar-Lev make.defaults: - Added CAMERAS USE_EXPAND bug#139884 - - 22 Jan 2007; Christian Faulhammer use.mask: - masked bmpx USE flag in order to stable conky - - 18 Jan 2007; Robert Buchholz use.mask: - Masked lcd_devices_svga as it only works on x86 - - 17 Jan 2007; Robert Buchholz make.defaults: - Added LCD_DEVICES to USE_EXPAND and provided some defaults - diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults index 516114c615..3d634df97d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.127 2015/06/05 07:59:18 haubi Exp $ +# $Id$ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -9,14 +9,14 @@ IUSE_IMPLICIT="prefix prefix-guest" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt" -USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" -USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt" +USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" +USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. -USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86 CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" +USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CALLIGRA_EXPERIMENTAL_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86 CROSSCOMPILE_OPTS CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. @@ -52,13 +52,9 @@ LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" # By default build all koffice / calligra features. CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" -# Pacho Ramos (14 Feb 2010) -# Enable 'ptp2' by default as it is available for most cameras. -CAMERAS="ptp2" - # Ole Markus With (09 Oct 2010) # Default PHP targets (should always be latest stable version) -PHP_TARGETS="php5-5" +PHP_TARGETS="php5-6" # Andreas K. Huettel (28 Sep 2010) # Small default list of enabled plugins for collectd @@ -66,7 +62,7 @@ COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" # Tomáš Chvátal (26 Oct 2010) # By default enable all protocols for average GPS user -GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" +GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" # Benedikt Böhm (27 Nov 2007) # Sane defaults for built-in apache modules @@ -97,20 +93,24 @@ USE="cracklib" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" # 2009/09/21 Robin H. Johnson -# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml +# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml # Build kernel modules from linux-mod by default: USE="${USE} modules" -# Manuel Rüger (16 Mar 2014) +# Manuel Rüger (09 Sep 2015) # Default Ruby build targets -RUBY_TARGETS="ruby19 ruby20" +RUBY_TARGETS="ruby21" # Samuli Suominen (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx # instead of USE nocxx. -# http://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml +# https://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml USE="${USE} cxx" +# Enable extended filesystem attribute support by default. +# https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0 +USE="${USE} xattr" + # Tiziano Müller (24 Jan 2010) # We usually don't want python to (re)write .py[co] files during phase runs # since it could cause sandbox violations @@ -120,11 +120,11 @@ PYTHONDONTWRITEBYTECODE="1" # Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE # Add in expanded PYTHON_TARGETS or stage1 builds break because of USE="-* ${BOOTSTRAP_USE}" # This MUST be kept in sync with the PYTHON_TARGETS below -BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_3 python_targets_python2_7" +BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_4 python_targets_python2_7" # Mike Gilbert (15 May 2012) # Default target(s) for python-r1.eclass -PYTHON_TARGETS="python2_7 python3_3" +PYTHON_TARGETS="python2_7 python3_4" PYTHON_SINGLE_TARGET="python2_7" # Michał Górny (10 Aug 2013) @@ -138,4 +138,4 @@ UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock" # Andreas K. Hüttel (23 Aug 2013) # Make emerge messages default to English as per Council decision -LC_MESSAGES=C +LC_MESSAGES="C" diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.mask index 447f6f527b..81c39241bd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.mask @@ -1,20 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.69 2015/02/08 18:24:10 chithanh Exp $ +# $Id$ -# Matthew Thode (12 Dec 2014) -# Adding the mask so that end users are notified of the removal and have some -# time to migrate. Will fully remove app-admin/puppet-2.7 in a month or so. - (26 Oct 2014) -# Changes in vt allocation break startx on non-systemd, bugs #526762 and -# #526802. -=x11-apps/xinit-1.3.4 - -# Rick Farina (6 Jun 2013) -# Pm-utils based hibernate and suspend support has discontinued. -# For continued support, use the upower-pm-utils fork or systemd. -# Systemd users can switch to a systemd profile or unmask (23 Jul 2015) +# Needs sys-apps/systemd. Masked for non systemd profiles. +app-admin/calamares diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use b/sdk_container/src/third_party/portage-stable/profiles/base/package.use index f305f25d42..87da2347c7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use @@ -1,6 +1,30 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use,v 1.31 2014/06/01 18:16:29 graaff Exp $ +# $Id$ + +# Only python3 supported +dev-libs/libixion python_single_target_python3_4 +dev-libs/liborcus python_single_target_python3_4 + +# Michał Górny (24 Sep 2016) +# Enable the BPF target by default +sys-devel/clang llvm_targets_BPF +sys-devel/llvm llvm_targets_BPF + +# Michael Palimaka (31 Aug 2016) +dev-util/kdevelop-python:5 python_targets_python3_5 + +# Justin Lecher (08 Dec 2015) +# Only py3 and single target supported +app-backup/backintime python_single_target_python3_4 +dev-util/devhelp python_single_target_python3_4 + +# Pacho Ramos (26 Jul 2015) +# Set here proper defaults to make the packages buildable by default, +# bugs #555930 and #472932 +gnome-extra/gnome-builder python_single_target_python3_4 +media-libs/lensfun python_single_target_python3_4 +media-video/pitivi python_single_target_python3_4 # Chí-Thanh Christopher Nguyễn (27 Jul 2012) # Modular X: Build the Xorg X server by default @@ -12,11 +36,6 @@ x11-base/xorg-server xorg # untested. app-admin/sudo -ldap -# Doug Goldstein (30 Aug 2010) -# bug #332077 - Disable xcb backend by default for cairo-1.10. Its not -# really prime time ready prior to cairo-1.10 - (04 Dec 2009) # Bug #295615 - Disable cxx by default, in order to avoid a die # in pkg_setup with default USE settings (cxx requires sasl). diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force index f5a067914c..acb7250ca3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force @@ -1,6 +1,27 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.56 2015/06/09 22:57:57 eva Exp $ +# $Id$ + +# Sam Jorna (15 Dec 2016) +# Known to build unbootable EFI binaries on some systems when built with +# UDK. Forcing use of gnu-efi until it's more stable. +sys-boot/refind gnuefi + +# Mike Gilbert (13 Oct 2016) +# Python without threads breaks in many ways. +dev-lang/python threads + +# Maciej Mrozowski (1 Sept 2016) +# Workaround until resolved upstream (bug #586840) +>=dev-games/simgear-2016.2.1 dns + +# Pawel Hajdan jr (20 Aug 2016) +# Chromium GYP build is no longer supported - always use GN. +>=www-client/chromium-54 gn + +# Lars Wendler (11 Sep 2015) +# Package fails to build with dbus USE flag being disabled (bug #560208) +=x11-wm/afterstep-2.2.12 dbus # Gilles Dartiguelongue (25 May 2015) # webkit fails to build with USE=wayland, bug #549228 @@ -8,7 +29,7 @@ # https://bugs.webkit.org/show_bug.cgi?id=136831 >=net-libs/webkit-gtk-2.8 X -# Alexnader Vershilov (04 Nov 2014) # Due to bug #490604: version without oracle is not supported >=dev-db/tora-2.1.3 oracle @@ -30,11 +51,13 @@ app-shells/bash:0 readline # Michał Górny (14 Oct 2012) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-lang/python-exec python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3 - -# Samuli Suominen (23 Jan 2012) -# Forcing enabled while waiting for eselect-notify-send wrt #379941 -x11-libs/libnotify symlink +dev-lang/python-exec python_targets_python2_7 +dev-lang/python-exec python_targets_python3_4 +dev-lang/python-exec python_targets_python3_5 +dev-lang/python-exec python_targets_python3_6 +dev-lang/python-exec python_targets_jython2_7 +dev-lang/python-exec python_targets_pypy +dev-lang/python-exec python_targets_pypy3 # Zac Medico (20 Oct 2010) # Force ipc USE flag since it should remain enabled unless @@ -60,32 +83,3 @@ dev-libs/libpcre unicode # implementation that cannot, thus, be turned off. dev-ruby/bitescript ruby_targets_jruby dev-ruby/duby ruby_targets_jruby -dev-ruby/jruby-debug-base ruby_targets_jruby -dev-ruby/jruby-openssl ruby_targets_jruby -=dev-ruby/test-unit-1* ruby_targets_ruby19 - -# Diego E. Pettenò (14 Jan 2010) -# Multi-version Ruby virtuals for sanity -~virtual/ruby-ssl-0 ruby_targets_ruby18 -~virtual/ruby-ssl-1 ruby_targets_ruby19 -~virtual/ruby-ssl-2 ruby_targets_jruby -~virtual/ruby-ssl-3 ruby_targets_ruby20 -~virtual/ruby-ssl-4 ruby_targets_ruby21 -~virtual/ruby-rdoc-0 ruby_targets_ruby18 -~virtual/ruby-rdoc-1 ruby_targets_ruby19 -~virtual/ruby-rdoc-2 ruby_targets_jruby -~virtual/ruby-rdoc-3 ruby_targets_ruby20 -~virtual/ruby-rdoc-4 ruby_targets_ruby21 -~virtual/ruby-threads-0 ruby_targets_ruby18 -~virtual/ruby-threads-1 ruby_targets_ruby19 -~virtual/ruby-threads-2 ruby_targets_jruby -~virtual/ruby-threads-3 ruby_targets_ree18 -~virtual/ruby-threads-4 ruby_targets_ruby20 -~virtual/ruby-threads-5 ruby_targets_ruby21 -~virtual/rubygems-1 ruby_targets_ruby18 -~virtual/rubygems-2 ruby_targets_jruby -~virtual/rubygems-3 ruby_targets_ree18 -~virtual/rubygems-4 ruby_targets_ruby19 -~virtual/rubygems-5 ruby_targets_rbx -~virtual/rubygems-6 ruby_targets_ruby20 -~virtual/rubygems-7 ruby_targets_ruby21 diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask index c5aa4e9260..e2a0752a7c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask @@ -1,23 +1,317 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.690 2015/06/21 15:28:16 floppym Exp $ +# $Id$ # This file requires >=portage-2.1.1 # New entries go on top. -# Gilles Dartiguelongue (25 May 2015) -# webkit fails to build with USE=wayland, bug #549228 -# https://bugs.webkit.org/show_bug.cgi?id=142879 -# https://bugs.webkit.org/show_bug.cgi?id=136831 ->=net-libs/webkit-gtk-2.8 wayland +# Ulrich Müller (4 Feb 2017) +# Uses old and vulnerable net-libs/webkit-gtk:3, bug #584156. +app-editors/emacs:25 xwidgets +app-editors/emacs-vcs:25 xwidgets -# Johannes Huber (31 Nay 2015) -# No released version available -kde-plasma/plasma-workspace prison +# Alexis Ballier (31 Jan 2017) +# nvenc requires nvidia drivers, apply same mask logic +media-video/ffmpeg nvenc -# Matthias Maier (27 May 2015) -# mask lcms use flag for old dcraw versions that depends on lcms:0 -=media-gfx/dcraw-9.10 lcms +# Thomas Deutschmann (30 Jan 2017) +# media-libs/raspberrypi-userland not keyworded +media-video/motion mmal + +# Matt Turner (26 Jan 2017) +# x11-drivers/ati-drivers is masked for removal. +media-gfx/blender opencl +media-libs/opensubdiv opencl + +# Ian Stakenvicius (25 Jan 2017) +# rust on mozilla packages is experimental +www-client/firefox rust + +# Michał Górny (25 Jan 2017) +# Unmask python-exec support for experimental dev-lang/python:3.6 +dev-lang/python-exec -python_targets_python3_6 + +# Matt Turner (25 Jan 2017) +# xf86-video-??? masked for removal +x11-base/xorg-drivers video_cards_v4l + +# Lars Wendler (19 Jan 2017) +# Masked until system heimdal can finally be used with AD DC +net-fs/samba system-heimdal + +# Magnus Granberg (18 Jan 2017) +# Mask it globally, unmask it on supported arch +>=sys-devel/gcc-6.2.0 pie + +# Magnus Granberg (18 Jan 2017) +# Adding the mask so that end users and devlopers are notified of the removal and have some +# time to migrate. There is no support for gcj in gcc-7 +>=sys-devel/gcc-6.3.0 gcj + +# Luke Dashjr (04 Jan 2017) +# Mask assembly optimisations that are platform-specific +dev-libs/libsecp256k1 asm + +# Robin H. Johnson (04 Dec 2016) +# Additional HAProxy functionality waiting for related stuff to land in the +# tree. +# bug 541042 - lua 5.3 +net-proxy/haproxy lua +# bug (none) - 51Degrees +net-proxy/haproxy 51degrees +# bug (none) - WURFL +net-proxy/haproxy wurfl + +# Pacho Ramos (27 Nov 2016) +# Not rely on monodevelop, bug #596656 +# dev-dotnet/zeitgeist-sharp is going to be removed, bug #582894 +net-irc/hexchat theme-manager +gnome-extra/zeitgeist-datasources mono tomboy + +# Pacho Ramos (27 Nov 2016) +# Avoid the usage of dead net-dialup/capi4k-utils +app-emulation/crossover-bin capi +net-libs/opal capi + +# Ettore Di Giacinto (10 Nov 2016) +# Dependency has no stable keyword +# and as for now we have only stable mate versions +mate-base/mate bluetooth + +# Ettore Di Giacinto (18 Oct 2016) +# Enable gambit and scm only on supported arches +>=dev-scheme/slib-3.2.5 gambit scm + +# Ulrich Müller (15 Oct 2016) +# The --with-cairo option is considered as experimental by upstream +# and causes problems with updating the X window, bug #592238 +app-editors/emacs cairo +app-editors/emacs-vcs cairo + +# Thomas Deutschmann (22 Sep 2016) +# Dependency is only keyworded on amd64 and x86 +app-admin/collectd collectd_plugins_mqtt + +# Michael Palimaka (15 Sep 2016) +# Requires unreleased dependency dev-qt/qtspeech. +kde-apps/konqueror speech +kde-apps/kpimtextedit speech +kde-apps/ktp-text-ui speech +kde-apps/okular speech +kde-frameworks/knotifications speech +kde-frameworks/ktextwidgets speech + +# Michał Górny (28 Aug 2016) +# lldb fails to build in the current RC, and needs a lot of minor fixes. +# It's no longer available in -9999 line, and it won't be in 3.9.0 +# either unless somebody steps up to fix it. +>=sys-devel/llvm-3.9.0_rc lldb + +# Thomas Deutschmann (26 Aug 2016) +# It's only supported on amd64, ia64, powerpc and x86 +dev-db/percona-server numa + +# Brian Evans (23 Aug 2016) +# It's only supported on amd64 +dev-db/percona-server tokudb tokudb-backup-plugin + +# Brian Evans (22 Aug 2016) +# Depends on masked, end-of-life php versions +=dev-libs/ossp-uuid-1.6.2-r4 php +=dev-libs/xapian-bindings-1.2.22 php +=www-servers/uwsgi-2.0.9 php + +# Gilles Dartiguelongue (21 Aug 2016) +# Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date +media-plugins/grilo-plugins chromaprint + +# Pacho Ramos (21 Aug 2016) +# x11-libs/libsvg-cairo is being removed, bug #537918 +dev-ml/cairo-ocaml svg + +# Lars Wendler (19 Aug 2016) +# gnutls is broken for years +>=net-libs/gsoap-2.8.0 gnutls + +# Brian Evans (18 Aug 2016) +# Mask jdbc as most arches don't support java +dev-db/mariadb jdbc + +# Brian Dolbec (9 Aug 2016) +# Mask doc use flag due to needed sphinx pkg update +~dev-util/buildbot-0.9.0_p1 doc +~dev-util/buildbot-0.9.1 doc +~dev-util/buildbot-0.9.2 doc +~dev-util/buildbot-0.9.3 doc + +# James Le Cuirot (26 Jul 2016) +# Only available on amd64. +dev-java/icedtea shenandoah + +# Johannes Huber (10 Jul 2016) +# Unreleased dependencies. +>=media-gfx/digikam-5.0.0 addressbook + +# Michał Górny (05 Jul 2016) +# Mask system-clang support as it requires llvm-3.4 that is subject +# to security bug cleanup, #585102. +dev-util/intel-ocl-sdk system-clang + +# Mike Gilbert (23 Jun 2016) +# This flag only has meaning on amd64 +sys-boot/grub:2 grub_platforms_xen-32 + +# Matthew Brewer (02 June 2016) +# Acked-by: Amy Winston +# Currently broken upstream. +>=dev-lang/rakudo-2016.05 java + +# Michał Górny (14 May 2016) +# (on behalf of QA team) +# sys-devel/gcc[jit]: +# - violates strict multilib rules, #569608 +# - causes collisions between multiple gcc versions, #583010 +# Masking the flag until it is fixed. +sys-devel/gcc jit + +# Mike Frysinger (08 May 2016) +# Most targets do not support VTV #547040. +sys-devel/gcc vtv + +# Matthew Brewer (08 May 2016) +# Acked-by: Amy Winston +# Upstream supports using Clang's address sanitizer, but apparently +# invokes it wrong. +dev-lang/moarvm asan + +# Michael Palimaka (05 May 2016) +# Doesn't work +media-libs/openimageio python + +# Ian Stakenvicius (28 Apr 2016) +# system-cairo support causes lots of crashing in mozilla pkgs +# (see bug #556378 and others) +www-client/firefox system-cairo +mail-client/thunderbird system-cairo +>=www-client/seamonkey-2.41 system-cairo + +# Michael Palimaka (17 Apr 2016) +# Fails to build with recent doxygen. Bug #569776. +dev-cpp/eigen:2 doc + +# James Le Cuirot (10 Apr 2016) +# Slower and less reliable than HotSpot and we don't support Java on +# any non-HotSpot platforms. Don't unmask these unless you know what +# you're doing. This has upstream's approval. +dev-java/icedtea cacao jamvm + +# Ian Delaney (06 Apr 2016) +# on behalf of Ilya Tumaykin +# Raspberry Pi support is only available on arm. +# Mask raspberry-pi USE globally, unmask on arm. +media-video/mpv raspberry-pi + +# Maciej Mrozowski (23 Mar 2016) +# Experimental cairo-qt backend (see bug #568000). +app-text/poppler cairo-qt + +# Lars Wendler (20 Mar 2016) +# Need vulnerable libotr version (see bug #576914). +net-im/centerim otr +=net-im/climm-0.7.1 otr +net-im/qutim otr + +# James Le Cuirot (14 Mar 2016) +# jtds:1.2 needs removing because it depends on Java 6. Unfortunately +# we can't stabilise the latest sqldeveloper yet because of Java 8. + (27 Nov 2015) +# Unsastified dependencies are upsetting repoman. Needs investigation. +app-arch/cfv bittorrent + +# Alexis Ballier (14 Nov 2015) +# MMAL is only available on the Raspberry Pi: +# Mask it globally, unmask it on arm. +media-video/ffmpeg mmal + +# Rick Farina (06 Oct 2015) +# forward porting this patch is non-trivial, mask for now +>=net-wireless/wpa_supplicant-2.5 wimax + +# Nathan Phillip Brink (26 Sep 2015) +# git useflag requires dev-libs/libgit2 which few arches support +dev-util/geany-plugins git + +# Pawel Hajdan jr (25 Sep 2015) +# Upstream gtk3 support is experimental: +# https://code.google.com/p/chromium/issues/detail?id=132847 +www-client/chromium gtk3 + +# Justin Lecher (22 Sep 2015) +# Downloads files during installation +# https://bugs.gentoo.org/show_bug.cgi?id=533876 +>=sci-libs/vtk-6.1.0 examples + +# Brian Evans =dev-db/mariadb-10.1.0 mroonga sst-xtrabackup galera + +# Fabian Groffen (08 Sep 2015) +# GnuTLS support is currently broken/causes hang, bug #559834 +# http://dev.mutt.org/trac/ticket/3772 +>=mail-client/mutt-1.5.23-r8 gnutls + +# Jason Zaman (06 Sep 2015) +# This is for cgmanager which is linux only. +# Unmasked in default/linux/package.use.mask. +sys-auth/consolekit cgroups + +# Mike Gilbert (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd gnuefi + +# Manuel Rüger (03 Sep 2015) +# Mask USE=ruby for packages that solely rely on the soon to be deprecated +# ruby 1.9 +# See bug #547828 + (1 Sep 2015) +# Currently broken upstream. We still hope it will get fixed. +app-office/libreoffice telepathy + +# James Le Cuirot (18 Aug 2015) +# gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by +# anything in the tree. The toolchain folks aren't keen to support it +# and it should probably only be used if you really know what you're +# doing *and* your name is gnu_andrew. ;) See bug #531900. +sys-devel/gcc awt +dev-java/gcj-jdk awt + +# Heather Cynede (13 Aug 2015) +# mono currently fails with doc most likely because of xattr +# Gentoo bug: 554484 +>=dev-lang/mono-3.12.1 doc + +# James Le Cuirot (29 Jul 2015) +# JavaFX and the browser plugin are not included on some platforms. +dev-java/oracle-jdk-bin javafx nsplugin +dev-java/oracle-jre-bin javafx nsplugin + +# Manuel Rüger (05 Jul 2015) +# app-text/migemo is masked because it fails for ruby20 +app-text/cmigemo emacs # Mike Gilbert (16 May 2015) # dev-lang/python[berkdb] fails with recent multilib sys-libs/db (bug 519584). @@ -29,53 +323,28 @@ www-apps/venus test # java wrappers fail to build (bug #548858) =app-admin/setools-3.3.8-r7 java -# Matthias Maier (03 May 2015) -# mask use flag until #546126 is resolved ->=app-emulation/libvirt-1.2.14 wireshark-plugins - # James Le Cuirot (05 Apr 2015) # dev-java/sun-j2me-bin is going away. dev-java/proguard j2me -# Christoph Junghans (03 Apr 2015) -# >=~sys-devel/dragonegg-3.6 is broken (bug #543644) -sys-devel/byfl dragonegg - # Lars Wendler (19 Mar 2015) # >=games-strategy/freeciv-2.5.0 requires >=dev-lang/lua-5.2 -# No stable qt5 yet. -games-strategy/freeciv system-lua qt5 +games-strategy/freeciv system-lua # Brian Evans (17 Mar 2015) # Mask the cluster flag for deprecation. Use dev-db/mysql-cluster if # you need NDB. dev-db/mariadb cluster -dev-db/mariadb-galera cluster dev-db/mysql cluster -dev-db/percona-server cluster # Ben de Groot (15 Mar 2015) # Mask bdplus support and unmask on arches where libbdplus is keyworded. media-libs/libbluray bdplus -# Michael Sterrett (09 Mar 2015) -# Mask qt5 support until qt5 is stable so as to not -# hold up making yabause stable. -games-emulation/yabause qt5 - # Michał Górny (01 Mar 2015) # pidgin-opensteamworks is only available for amd64, ppc32 and x86 net-im/telepathy-connection-managers steam -# Andreas K. Huettel (27 Feb 2015) -# Mask atlas support since atlas is not in the main tree yet -sci-libs/armadillo atlas - -# Alexandre Rostovtsev (18 Feb 2015) -# Experimental backend, plus it requires openvg support in mesa which is -# now disabled in >=mesa-10.4 (bug #536434) -x11-libs/cairo openvg - # Andrew Savchenko (11 Feb 2015) # Cluster code is still under development, only base functionality # is implemented. Masking for testing and evaluation. @@ -85,18 +354,6 @@ app-admin/clsync cluster mhash # Mask for all arches, can be unmasked on arm once keyworded there games-board/stockfish armv7 -# Michael Palimaka (03 Feb 2015) -# Requires unreleased version of dev-libs/soprano -app-office/akonadi-server qt5 - -# Brian Evans (02 Feb 2015) -# Masked for dev-php/PEAR-MDB2_Driver_sqlite last rites Bug 538584 -dev-php/PHPonTrax sqlite - -# Brian Evans (22 Jan 2015) -# PHP module split into dev-php/ming-php which is still ~arch - (25 Dec 2014) # Requires non-keyworded >=libevent-2.1, bug #533540. www-servers/pshs ssl @@ -115,14 +372,6 @@ app-text/groonga lzo zlib # Requires dev-lang/lua-5.2 (bug #253269) net-analyzer/nmap system-lua -# Patrick Lauer (17 Nov 2014) -# libnsfb is temporarily broken, so mask useflag until things work -=www-client/netsurf-3.2 fbcon - -# Patrick Lauer (08 Nov 2014) -# razorqt has been masked for removal -x11-misc/lightdm razor - # Mike Frysinger (21 Oct 2014) # Most targets do not support ASAN/etc... #504200. sys-devel/gcc sanitize @@ -135,38 +384,6 @@ dev-libs/DirectFB swfdec # Masked since skype isn't stable net-im/bitlbee skype -# Sergey Popov (01 Oct 2014) -# Mask multislot USE flag for packages, where it breaks -# metadata cache consistency. -# See bugs #507808, #507810 and #507814 -sys-devel/autoconf multislot -sys-devel/binutils multislot -sys-devel/gcc multislot - -# Michał Górny (15 Sep 2014) -# Unsuccessful version bump of net-libs/libzrtpcpp, seems to cause -# undefined references few layers deeper. Need further investigation, -# if anybody cares. -net-libs/ortp zrtp - -# Johannes Huber (14 Sep 2014) -# Masked until dev-libs/extra-cmake-modules is in tree. -dev-libs/libattica qt5 - -# Johannes Huber (12 Sep 2014) -# Segmentation fault, needs further investigation. -media-sound/tomahawk qt5 - -# Michał Górny (06 Sep 2014) -# Mask the removed/deprecated flags for old ebuilds that do not use -# the python-r1 eclass. -sys-apps/portage python_targets_pypy2_0 python_targets_python2_6 python_targets_python3_2 - -# Michał Górny (06 Sep 2014) -# (on behalf of Python team) -# Keep 3.2 enabled to ease the migration. -dev-lang/python-exec -python_targets_python3_2 -python_single_target_python3_2 - # Rick Farina (26 Aug 2014) # mirisdr does not seem to like making releases (27 Jul 2014) -# Mask due bug #414903 -media-video/mplayer dxr3 - # Thomas Sachau (30 Jun 2014) # Mask pixman USE flag of dev-libs/efl for future removal, bug 501074 dev-libs/efl pixman -# Jeroen Roovers (20 Jun 2014) -# net-libs/adns is going away (bug #513982) -net-analyzer/wireshark libadns - # Zac Medico (06 Jun 2014) # Needs hardmasked lua-5.2 www-servers/mongoose lua @@ -208,31 +417,16 @@ net-im/climm otr # Needs hardmasked lua-5.2 >=media-plugins/grilo-plugins-0.2.12 lua -# Rick Farina (22 May 2014) -# mask test use flag for metasploit since tests do not pass -net-analyzer/metasploit test +# Rick Farina (30 Dec 2015) +# mask test use flag since tests do not pass +# mask development use flag since most of it isn't packaged (or useful) +net-analyzer/metasploit development test # Tom Wijsman (14 May 2014) # Documentation generation needs APIviz which is not in the Portage tree yet. # Tracked in Gentoo bug #509602. dev-java/jboss-logging doc -# Tom Wijsman (02 May 2014) -# Bluetooth support in MATE has incompatibilities with recent BlueZ versions. -# If you want to try to get this working, unmask net-wireless/mate-bluetooth as -# well as the bluetooth USE flag on mate-extra/mate-user-share; I can't support -# this until the relevant upstreams have moved forward with their compatibility. -# -# https://bugs.gentoo.org/show_bug.cgi?id=508086 -# https://github.com/mate-desktop/mate-bluetooth/issues/22 -# http://mate-desktop.org/blog/2014-03-11-mate-desktop-singing-the-bluez -mate-base/mate bluetooth -mate-extra/mate-user-share bluetooth - -# Pacho Ramos (26 Apr 2014) -# Depends on long time obsolete goi, bug #508742 -=x11-misc/lightdm-1.4* introspection - # Jorge Manuel B. S. Vicetto (24 Apr 2014) # It's only supported on amd64 dev-db/mariadb tokudb @@ -247,17 +441,13 @@ media-video/rtmpdump polarssl # Alexey Shvetsov (16 Apr 2014) # libehca only works on ppc* -sys-infiniband/ofed ofed_drivers_ehca +sys-fabric/ofed ofed_drivers_ehca # Andreas K. Huettel (12 Apr 2014) # Upstream regularly forgets to update the bindings after changes in API, # leading to build failures. This is becoming more and more painful... >=kde-apps/marble-4.12.49.9999 python -# Lars Wendler (12 Apr 2014) -# Required ffmpeg version still is masked (#507474) ->=media-libs/xine-lib-1.2.5 avformat - # Julian Ospald (06 Apr 2014) # broken wrt #501582 (07 Mar 2014) # Mask ruby18-only compatible flags # Bugs: 483104, 483102 -=dev-ruby/rubygems-1.8* server (03 Feb 2014) # Upstream says to not use this for now. dev-libs/elfutils threads -# Mike Gilbert (01 Feb 2014) -# Build failures (bug 499072) -=www-client/chromium-33* aura - # Andreas K. Huettel (4 Jan 2014) # Mask until dependencies are keyworded (bug 497068) dev-vcs/git mediawiki @@ -286,16 +470,6 @@ dev-vcs/git mediawiki # Mask because Boost.Context library does not work on most of arches dev-libs/boost context -# Lars Wendler (26 Dec 2013) -# Masked until upstream has fixed support with >=polarssl-1.3.0 -# (see upstream bug https://github.com/fatbob313/umurmur/issues/24) -# and affected versions are removed from the tree. - (25 Dec 2013) -# gjs: tests fail and support for it was purely and simply removed in master/1.9 ->=dev-libs/libpeas-1.9 gjs - # Gilles Dartiguelongue (23 Dec 2013) # Gstreamer support fails to build due to libtool shortcomings when using # an intermediate library as a dependency of another libtool target dependency. @@ -303,10 +477,6 @@ dev-libs/boost context # with upstream if there is something that can be done to fix the issue. media-libs/cogl gstreamer -# Pawel Hajdan jr (13 Nov 2013) -# Depends on masked dev-lang/v8 -dev-db/drizzle v8 - # Andrey Grozin (12 Nov 2013) # berkdb support works only for sys-libs/db-6.0 which is masked sci-physics/reduze berkdb @@ -324,16 +494,6 @@ dev-python/pypy3 sandbox # luajit is in ~arch, prepare for minetest stabilization games-action/minetest luajit -# Chí-Thanh Christopher Nguyễn (13 Oct 2013) -# Masked for security bug #472280, CVE 2013-1872 -<=media-libs/mesa-9.0.3 video_cards_intel video_cards_i965 - -# Tom Wijsman (7 Sep 2013) -# Dependency (www-servers/mongrel) currently only -# works with Ruby 1.8; so, masking Ruby 1.9 USE flag -# until Ruby 1.9 support is added to mongrel. -net-proxy/swiftiply ruby_targets_ruby19 - # Jeff Horelick (1 Sep 2013) # Dependency (media-libs/libsidplayfp) only keyworded # on x86 and amd64. Will unmask there. @@ -344,10 +504,6 @@ net-proxy/swiftiply ruby_targets_ruby19 # gentoo bugs. media-libs/libsdl2 custom-cflags -# Mike Gilbert (23 Aug 2013) -# Requires hard-masked ffmpeg. ->=www-client/chromium-30 system-ffmpeg - # Chí-Thanh Christopher Nguyễn (22 Aug 2013) # Causes build to fail, issue is being discussed with upstream >=www-plugins/gnash-0.8.10_p20130822 openvg @@ -357,43 +513,15 @@ media-libs/libsdl2 custom-cflags app-editors/vim luajit racket app-editors/gvim luajit racket -# Alexis Ballier (11 Aug 2013) -# Multilib migrated version for binary compatibility. -# Those useflags have deps that are not migrated yet. -=media-video/ffmpeg-0.10* frei0r - # Kacper Kowalik (09 Aug 2013) # Doesn't work on most profiles. Easier to mask here and # unmask in particular profiles sys-apps/hwloc cuda gl opencl -# Samuli Suominen (07 Aug 2013) -# There is no support for recent app-pda/libimobiledevice wrt bug #471920 -# Upstream removed entire support in future release: -# http://code.google.com/p/clementine-player/source/detail?r=3d434f1c881890dd77fea6d0e3de3afc86971196 -# Remove this entry once <=media-sound/clementine-1.1.1 has left the building -media-sound/clementine ios - (07 Aug 2013) -# Newer lightdm doesn't work with current razorqt-lightdm-greeter, bug 479734 ->=x11-misc/lightdm-1.5.0 razor - # Chí-Thanh Christopher Nguyễn (13 Jul 2013) # GL/GLES support in cairo is mutually exclusive, bug #428770. x11-libs/cairo gles2 -dev-libs/weston gles2 rpi - -# Alexis Ballier (03 Jul 2013) -# The idea behind using libunwind there is to avoid needing to link to libgcc_s -# and have a C++ stack without gcc with libcxx. -# However, in any case, clang links its binaries to libgcc_s, hence at the -# moment there is not much point in enabling this. -sys-libs/libcxxrt libunwind - -# Sergey Popov (08 Jun 2013) -# mask because requires unstable depends not ready for the stabilization -app-leechcraft/leechcraft-meta unstable +dev-libs/weston rpi # Kacper Kowalik (19 May 2013) # Fails to build, haven't had time to debug @@ -417,15 +545,7 @@ gnustep-apps/cynthiune flac app-text/yagf cuneiform dev-python/pyocr cuneiform -# Michael Weber (23 Mar 2013) -# Does not build. -=media-libs/oyranos-0.9.4* fltk - -# Chí-Thanh Christopher Nguyễn (19 Mar 2013) -# Depends on special llvm-3.2 branch from tstellar -=media-libs/mesa-9.1* r600-llvm-compiler video_cards_radeonsi - -# Christoph Junghans (10 Mar 2013) +# Christoph Junghans (10 Mar 2013) # log4cxx has known memory leaking issues wrt bug #287697, # unmask when log4cxx is fixed and stable. media-sound/google-musicmanager log @@ -434,11 +554,6 @@ media-sound/google-musicmanager log # Experimental, masked until it compiles and works. media-libs/avidemux-core system-ffmpeg -# Pawel Hajdan jr (07 Mar 2013) -# Experimental, breaks WebSQL. Please report sites broken -# by enabling this flag. -www-client/chromium system-sqlite - # Justin Lecher (21 Feb 2013) # cuda only works on x86 and amd64 sci-libs/cholmod cuda @@ -453,29 +568,15 @@ sci-libs/flann cuda # Alexis Ballier (15 Feb 2013) # Needs a huge patch to build against recent releases of FFmpeg/libav. # Mask it until upstream fixes it. Bug #417869 -media-sound/audacity ffmpeg + (30 Dec 2012) -# sys-apps/biosdevname is keyworded only for amd64/x86 -# systemd keyworded only for amd64/arm/x86 -sys-kernel/dracut dracut_modules_biosdevname dracut_modules_systemd +# chromium is keyworded only on a few arches +gnome-extra/zeitgeist-datasources chromium -# Alexandre Rostovtsev (30 Dec 2012) -# chromium and mono are keyworded only on a few arches -gnome-extra/zeitgeist-datasources chromium tomboy - -# Alexandre Rostovtsev (27 Dec 2012) -# Incompatible with evolution-data-server-3.6, blocks upgrade to gnome-3.6 -# See bug #436460 and http://git.gnome.org/browse/tracker/log/?h=evo-new-api -app-misc/tracker eds - -# Christoph Jungans (26 Dec 2012) -# cuda/openmm/mkl only works on x86/amd64 -sci-chemistry/gromacs cuda mkl openmm - -# Zac Medico (13 Jun 2012) -# Mask USE=pypy* for sys-apps/portage, since pypy has limited KEYWORDS. -sys-apps/portage pypy pypy2_0 +# Christoph Junghans (26 Dec 2012) +# cuda/mkl only works on x86/amd64 +sci-chemistry/gromacs cuda mkl # Jory A. Pratt (15 Dec 2012) # PGO is known to be busted with most configurations @@ -489,23 +590,6 @@ media-libs/opencolorio pdf # Requires net-dns/unbound which is not keyworded by most arches net-libs/gnutls dane -# Alexis Ballier (1 Nov 2012) -# dev-ml/ocamlduce requires ocaml-3 and there has been no upstream release to -# support ocaml-4. Mask useflags requiring it so that we can mask ocamlduce and -# unmask ocaml-4. -dev-ml/tyxml ocamlduce -www-servers/ocsigen ocamlduce -dev-ml/eliom ocamlduce - -# GNOME (02 Oct 2012) -# Mask USE="udisks" and use USE="gdu" as the default for (28 Sep 2012) -# Causes problems with old NVidia drivers, bug #413637. - (18 Jul 2012) -# Requires masked eclipse-sdk. -dev-lang/icc eclipse -dev-lang/idb eclipse - -# Diego Elio Pettenò (16 Jul 2012) -# Stop glibc/uclibc from using iconv in blender -media-gfx/blender iconv - # Rick Farina (05 July 2012) # cuda is available on x86/amd64 only app-crypt/johntheripper cuda @@ -539,10 +614,6 @@ app-crypt/johntheripper cuda # sys-fs/zfs is not available everywhere. sys-boot/grub libzfs -# Andreas K. Huettel (03 Jun 2012) -# needs libpqxx-3* which is not in the tree anymore -app-office/calligra postgres - # Michael Weber (02 Jun 2012) # Not fit for production (bug 404403, comment #5) dev-db/firebird client @@ -551,10 +622,6 @@ dev-db/firebird client # Requires icc which does not emerge (distfile unavailable) media-libs/opencv ipp -# Chí-Thanh Christopher Nguyễn (02 May 2012) -# Causes crashes and build failures, not needed by any package, bug #412177 -x11-libs/cairo qt4 - # Alexandre Rostovtsev (12 Apr 2012) # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for # gobject-introspection[doctool], bug #411761 @@ -562,7 +629,7 @@ dev-libs/gobject-introspection doctool # Michał Górny (11 Apr 2012) # JIT compilation in libzpaq generates code for x86/amd64. -app-arch/libzpaq jit +app-arch/zpaq jit # Arun Raghavan (28 Mar 2012) # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be @@ -571,11 +638,6 @@ app-arch/libzpaq jit # Mask xen USE flag by default, unmask on x86/amd64 where it is supported. media-sound/pulseaudio webrtc-aec xen -# Alexandre Rostovtsev (27 Mar 2012) -# Requires libxkbcommon from the x11 overlay - (20 Mar 2012) # This is for udev-acl. Unmasked in default/linux/package.use.mask. sys-auth/consolekit acl @@ -588,7 +650,7 @@ www-plugins/gnash directfb # libobjc2/clang experimental support >=gnustep-base/gnustep-make-2.6.2 libobjc2 -# Christoph Junghans (04 Feb 2012) +# Christoph Junghans (04 Feb 2012) # mips only use flags >=sci-libs/fftw-3 zbus @@ -601,7 +663,6 @@ app-arch/libarchive e2fsprogs # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so # it's masked here and unmasked in individual profiles (bug #396313). net-libs/webkit-gtk jit -www-client/epiphany jit www-client/midori jit # Mike Frysinger (06 Dec 2011) @@ -614,8 +675,9 @@ sys-devel/gcc libssp media-video/transcode nuv pic # Davide Pesavento (30 Nov 2011) -# JavaScriptCore JIT is supported only on amd64/arm/x86, so -# mask USE="jit" here and unmask it in the relevant arch profiles. +# The QML (V4) and JSC JITs are supported only on amd64/arm/x86, so +# mask the flag here and unmask it in the appropriate arch profiles. +dev-qt/qtdeclarative jit dev-qt/qtscript jit dev-qt/qtwebkit jit @@ -624,36 +686,15 @@ dev-qt/qtwebkit jit # see arch/x86/package.use.mask www-client/links suid -# Kacper Kowalik (09 Nov 2011) -# pathdb works only as a SIGSEGV generator, mask until upstream -# fixes it bug #385683 -dev-lang/path64 debugger - -# Alexandre Rostovtsev (31 Oct 2011) -# Let's not suddenly enable clutter on stable evolution versions - (16 Oct 2011) # Mask libbluray support here, and enable it per arch instead gnome-base/gvfs bluray -# Pawel Hajdan jr (12 Oct 2011) -# Upstream support before 27.x not ready: -# http://code.google.com/p/chromium/issues/detail?id=32757 - (17 Sep 2011) # Systemtap is not keyworded on anything except amd64/x86 # Temporarily mask instead of dropping keywords, bug 384647 dev-libs/glib systemtap -# Nirbheek Chauhan (16 Aug 2011) -# Mask introspection on ebuilds that went stable before it was unmasked. -# As these ebuilds are cleaned from the tree, the masks can be removed. - (10 Jul 2011) # PPS should work on all arches, but only keyworded on amd64/x86 >=net-misc/ntp-4.2.6_p3-r1 parse-clocks @@ -663,10 +704,6 @@ dev-libs/glib systemtap # incompatible with >=sci-mathematics/octave-3.4.0 sci-libs/mathgl octave -# Luca Barbato (28 Mar 2011) -# Mask mplayer2 arch specific flags -media-video/mplayer2 bluray - # Diego E. Pettenò (27 Mar 2011) # # Mask pdnsd's Linux-specific USE flags. @@ -680,21 +717,6 @@ net-dns/pdnsd isdn urandom # Upstream didn't release patches for aria yet >=sci-chemistry/cns-1.3 aria -# Tomáš Chvátal (8 Sep 2010) -# drm don't even build here so mask everywhere expect live. -# openvg require openvg-1.1 implemenatation so mask until there is some - (1 Sep 2010) -# This feature is marked as experimental by upstream. -dev-lang/ruby-enterprise fastthreading - -# Nirbheek Chauhan (26 Jun 2010) -# Inter-process communication doesn't work on anything except x86/amd64/arm -# due to lack of atomic ops, bug 325185 -www-client/firefox ipc - # Tomas Touceda (13 Apr 2010) # Masked because libsvm module is broken with this release on every arch. dev-lisp/clisp svm @@ -714,10 +736,6 @@ media-sound/pulseaudio system-wide # 299674 >net-misc/wicd-1.6.2.2 ioctl -# Tomáš Chvátal (6 Jan 2010) -# Still not really functional, upstream requires not building it. -x11-libs/cairo gallium - # Alexey Shvetsov (3 Dec 2009) # Mask very experimental mpi use flag dfor gamess sci-chemistry/gamess mpi @@ -726,30 +744,10 @@ sci-chemistry/gamess mpi # Mask cuda for k3d. Works only on amd64/x86. Bug 267264 media-gfx/k3d cuda -# Gilles Dartiguelongue (01 Nov 2009) -# Broken on so many setups it is just insane. -# 0.7 is API/ABI incompatible but is the way to go. -# Masking to lower maintainance headache, bug #291501. -media-video/totem tracker - -# Tomáš Chvátal (27 Oct 2009) -# Broken on so many setups it is just insane. -# Unmask if you really know what you are doing. - (09 Oct 2009) -# log4cxx has known memory leaking issues wrt bug #287697, -# unmask when log4cxx is fixed and stable. -app-misc/strigi log - # Jean-Noël Rivasseau (23 Sep 2009) # X use flag only for amd64/x86, bug 285951. media-gfx/iscan X -# Tomáš Chvátal (10 Sep 2009) -# quakeforge has video_cards_tdfx enabled only for x86 -games-fps/quakeforge video_cards_tdfx - # Tomas Chvatal (31 Jan 2009) # mask cuda for boinc. Works only on amd64 and x86 sci-misc/boinc cuda @@ -762,36 +760,21 @@ dev-python/kaa-base tls # Java is not supported in most of the arches enchant is keyworded app-text/enchant zemberek -dev-java/sun-jdk nsplugin -dev-java/sun-jre-bin nsplugin -dev-java/ibm-jdk-bin nsplugin -dev-java/ibm-jre-bin nsplugin - # These are for BSD only net-proxy/squid ipf-transparent pf-transparent app-admin/sshguard ipfilter -# Linking against libnfsidmap requires libs in /usr #149472 -sys-apps/acl nfs - -# Christian Faulhammer (14 Jan 2008) -# only works on x86, where this will be unmasked -dev-java/ibm-jdk-bin alsa -dev-java/ibm-jre-bin alsa - # Raúl Porcel (09 Nov 2008) # CPU opts: This needs amd64, x86 and ppc on some of them # dvdnav: hard masked dependency -media-video/mplayer cpudetection custom-cpuopts bindist +media-video/mplayer cpudetection # Alexis Ballier <16 Feb 2011> # Win32 specific useflags for vlc. Can be used for cross-compiling. -media-video/vlc direct2d directx dshow dxva2 waveout wingdi +media-video/vlc directx dxva2 # Mac OSX / iPhone OS specific useflags -media-video/vlc audioqueue ios-vout macosx macosx-audio macosx-dialog-provider macosx-eyetv macosx-quartztext macosx-qtkit macosx-vout -# media-library does not build -media-video/vlc media-library +media-video/vlc audioqueue macosx-dialog-provider macosx-eyetv macosx-quartztext macosx-qtkit -# Alexis Ballier <28 Apr 2011> -# Requires ~arch libcelt and keywording - (22 May 2016) +# Mask raspberry-pi except on arm. +dev-libs/libcec raspberry-pi diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.force b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.force index 1d151dbad3..0c204c4ac8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.force +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.force,v 1.1 2014/03/16 21:50:58 dilfridge Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.force diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask index 610591c416..79a0325074 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask @@ -1,10 +1,107 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 1.43 2015/06/04 18:47:33 kensington Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Brian Dolbec (14 Feb 2017) +# This is stable masked as g-sorcery is being not actively developed. +app-portage/layman g-sorcery + +# Mart Raudsepp (13 Feb 2017) +# No stable multilib supporting sys-libs/libunwind yet, +# temporarily masked to let stabilization #601354 proceed. +# The feature provided by this is also only useful for a +# leak tracer, which is mostly useful for upstream CI testing. +media-libs/gstreamer unwind + +# David Seifert (12 Feb 2017) +# Unknown future, stable deps are hopelessly +# broken, only allow for unstable keywords +# Bug: #581058 +net-misc/asterisk osplookup + +# Johannes Huber (28 Jan 2017) +# Unstable dependencies. +media-plugins/kipi-plugins mediawiki vkontakte + +# Mike Gilbert (26 Jan 2017) +# Needs >=media-video/ffmpeg-3 +>=www-client/chromium-56 system-ffmpeg + +# Michael Palimaka (25 Jan 2017) +# Fails to build with dev-lang/ocaml-0.04.0 which +# needs to be stabilized due to security issue. +# Bugs: #603050, #581946 +kde-apps/kalzium solver + +# Matthias Maier (22 Jan 2017) +# sys-fs/zfs isn't going to be marked stable anytime soon +app-emulation/libvirt zfs + +# Michael Palimaka (15 Jan 2017) +# Stable-masking mpi support so Boost 1.62 stabilization can go ahead +# (bug 590244) +=dev-libs/boost-1.62* mpi + +# Andreas K. Hüttel (15 Jan 2017) +# Has no stable reverse deps requiring this useflag +# Stable-masking it so Boost 1.62 stabilization can go ahead +sci-libs/vtk mpi + +# Doug Goldstein (04 Jan 2017) +# libcxx is not stable so we can't let users use it +dev-lang/rust libcxx +# llvm 3.8.x is not stable so we can't let users use it +dev-lang/rust system-llvm + +# Alon Bar-Lev (01 Jan 2017) +# Will always require unstable packages. +net-libs/gnutls test-full + +# Zac Medico (19 Dec 2016) +# The go flag requires dev-lang/go[gccgo], and gccgo +# is stable masked since it requires gcc-5 which is +# currently unstable. +www-servers/uwsgi go pypy + +# Lars Wendler (15 Dev 2016) +# Requires php:7.0 and ruby:2.2 being stable +>=dev-libs/Ice-3.6.3 php ruby + +# Pacho Ramos (19 Aug 2016) +# Not ready to be stabilized yet. +app-admin/packagekit-base entropy + +# Kristian Fiskerstrand (18 Aug 2016) +# Dropping stable for xtrabackup-bin, stable masking use +# flag until a source based version that doesn't depend +# on a vulnerable libgcrypt version is in tree +dev-db/mariadb sst-xtrabackup +dev-db/mariadb-galera sst-xtrabackup + +# William Hubbs (15 Feb 2016) +# Mask monitoring capabilities of Ganeti on stable branches +app-emulation/ganeti monitoring + +# Mike Gilbert (03 Oct 2015) +# Unmask stable-masked implementations for python-exec +dev-lang/python-exec -python_targets_python3_5 +dev-lang/python-exec -python_targets_python3_6 + # Pacho Ramos (15 May 2015) # Version compatible with current ffmpeg is not ready to be stabilized # bug #539212 @@ -14,20 +111,11 @@ app-emulation/vice ffmpeg # texinfo-5 cannot be stabilized yet =dev-lang/gnat-gcc-4.6* doc -# Justin Lecher (05 May 2015) -# no stable qt5 -app-office/texmaker qt5 - # Jeroen Roovers (26 Apr 2015) # mongodb support is nice, but dev-libs/mongo-c-driver upstream is not ready # yet (bug #542210) net-analyzer/pmacct mongodb -# Matthias Maier (13 Mar 2015) -# Masking glusterfs for the time being, see entry for app-emulation/qemu of -# 12 Sep 2013: Waiting on glusterfs maintainers in bug #484016 -app-emulation/libvirt glusterfs - # Pacho Ramos # sci-visualization/paraview is not ready for stabilization yet # See bug #541012 @@ -58,33 +146,17 @@ media-libs/opencv vtk # Optional (not required by anything in gentoo-x86) and fragile (based on # host system, like Java JRE version). Keep masked indefinately until # something starts requiring these. -# http://bugs.gentoo.org/483372 and http://bugs.gentoo.org/508564 +# https://bugs.gentoo.org/483372 and https://bugs.gentoo.org/508564 media-libs/libcaca java mono # Alon Bar-Lev (21 Jul 2014) # dev-libs/opencryptoki will not be stabile any time soon (bug#510204) app-crypt/tpm-tools pkcs11 -# Mikle Kolyada -# Not yet stabilized dependency (bug #514906) -media-video/mpv libcaca - # Andreas K. Huettel (29 Jun 2014) # Not yet stabilized dependencies blocking sec bug 514886 app-office/libreoffice firebird -# Mike Gilbert (30 May 2014) -# >=net-libs/gnutls-3.1.4 is not going stable any time soon. -sys-apps/systemd ssl - -# Agostino Sarubbo (31 Aug 2013) -# Clang is not stable -app-portage/eix clang - -# Pacho Ramos (17 Nov 2013) -# Still needs gnutls-3 ->=net-nntp/pan-0.139 ssl - # Sergey Popov (28 Oct 2013) # sys-cluster/cman is still in ~arch. sys-cluster/pacemaker cman @@ -112,9 +184,3 @@ media-gfx/imagemagick opencl # Andreas K. Huettel (28 Mar 2013) # No stable sci-chemistry/avogadro yet but we want kde-4.10 to go stable >=kde-apps/kalzium-4.10.0 editor - -# Chris Reffett (23 Nov 2012) -# CMake's PHP module can't find our install location, so -# libkolab(xml) fails with the php flag enabled, bug #430858. -net-libs/libkolab php -net-libs/libkolabxml php diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/packages b/sdk_container/src/third_party/portage-stable/profiles/base/packages index 1edb77bb04..90779ba925 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/base/packages @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/packages,v 1.67 2014/11/02 18:17:04 vapier Exp $ +# $Id$ # Gentoo Base Profile @@ -29,17 +29,16 @@ *app-arch/gzip *app-arch/tar *app-arch/xz-utils -*app-shells/bash -#*dev-lang/perl -#*dev-lang/python +*app-shells/bash:0 *net-misc/iputils *net-misc/rsync *net-misc/wget *sys-apps/coreutils -#*sys-apps/debianutils *sys-apps/diffutils *sys-apps/file -*sys-apps/findutils +# Much of the tree relies on newer features like "-exec +". +# Force a recent stable version so people stay up-to-date. +*>=sys-apps/findutils-4.4 *sys-apps/gawk *sys-apps/grep *sys-apps/kbd @@ -47,22 +46,15 @@ *sys-apps/less # stopgap solution for functions.sh #373219 and #504116 *sys-apps/openrc -#*>=sys-apps/portage-2.0.51.22 *sys-process/procps *sys-process/psmisc *sys-apps/sed *sys-apps/which -#*sys-devel/autoconf -#*sys-devel/automake *sys-devel/binutils -#*sys-devel/bison -#*sys-devel/flex *sys-devel/gcc *sys-devel/gnuconfig -#*sys-devel/libtool -#*sys-devel/m4 *sys-devel/make -*>=sys-devel/patch-2.6.1 +*>=sys-devel/patch-2.7 *sys-fs/e2fsprogs *virtual/dev-manager *virtual/editor diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/base/profile.bashrc deleted file mode 100644 index 6cc7c183c7..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/base/profile.bashrc +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2006-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.7 2011/06/12 10:10:10 ferringb Exp $ - -if ! declare -F elog >/dev/null ; then - elog() { - einfo "$@" - } -fi diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/use.force b/sdk_container/src/third_party/portage-stable/profiles/base/use.force index df19ac448a..e7f0e3bb74 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/base/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.force,v 1.3 2009/07/31 16:42:56 ssuominen Exp $ +# $Id$ # Force the GNU/Linux ELIBC, KERNEL, and USERLAND # flags that apply to the majority of profiles. diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/use.mask b/sdk_container/src/third_party/portage-stable/profiles/base/use.mask index d5e4b68625..480c8ee49f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/use.mask @@ -1,6 +1,21 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.222 2015/05/29 09:08:51 haubi Exp $ +# $Id$ + +# Michał Górny (25 Jan 2017) +# Masked until dev-lang/python:3.6 is unmasked +python_targets_python3_6 +python_single_target_python3_6 + +# Michael Orlitzky (7 Jan 2017) +# The dev-db/firebird and dev-db/oracle-instantclient* packages +# only support amd64 and x86. +firebird +oci8 + +# Michael Palimaka (29 Dec 2016) +# elogind support is not yet fully implemented in all required packages +elogind # cilk has been ported only to x86 systems cilk @@ -12,9 +27,9 @@ curl_ssl_winssl cuda # on the way out -ruby_targets_ruby18 ruby_targets_jruby -ruby_targets_ree18 +ruby_targets_ruby19 +ruby_targets_ruby20 # masking here and unmasking in default/linux/ kmod @@ -34,21 +49,12 @@ vdpau # Infiniband stuff should generaly work on all arches but keyworded only on amd64/x86 infiniband -# PHP 5.3 har reached EOL and should be removed soon -php_targets_php5-3 - -# Only available on x86 -fdftk - # These need libieee1284 which is amd64/x86 only. sane_backends_canon_pp sane_backends_hpsj5s sane_backends_mustek_pp sane_backends_qcam -# Gluon still don't have release. -gluon - # profile specific USE flags # Don't put hardened in here. selinux @@ -56,27 +62,8 @@ uclibc multilib # amd64/x86 arch specific USE flags -kqemu -3dnow -3dnowext lilo -mmx -mmxext -sse -sse2 -sse3 -sse4 -sse4a -sse4_1 -sse4_2 -ssse3 -avx -avx128fma -avx2 -avx256 -fma3 -fma4 -xop +mpx svga nvram cpu_flags_x86_3dnow @@ -101,15 +88,11 @@ cpu_flags_x86_xop # ppc arch specific USE flags altivec -pbbuttonsd ppcsha1 # mips arch specific USE flags -n32 -n64 fixed-point loongson2f -mips32r2 mipsdspr1 mipsdspr2 mipsfpu @@ -120,7 +103,6 @@ ps3 # sparc arch specific USE flags vis -ultra1 # arm arch specific USE flags armvfp @@ -137,15 +119,8 @@ nvidia oci8-instant-client oracle -# net-libs/osptoolkit is only available on x86 (used by asterisk, bug 115798) -osp - -# yellownet is only avaible as a binary blob (bug 149970) -yellownet - # not keyworded on non-x86 systems video_cards_geode -video_cards_xgi video_cards_voodoo # not needed on non-sparc systems @@ -159,10 +134,8 @@ video_cards_suntcx # not needed on non-mips systems video_cards_newport -video_cards_impact # not needed on non-x86, non-amd64 systems -input_devices_virtualbox input_devices_vmmouse video_cards_nvidia video_cards_fglrx @@ -176,6 +149,8 @@ video_cards_freedreno video_cards_omap video_cards_omapfb video_cards_tegra +video_cards_vc4 +video_cards_vivante # linux-only drivers video_cards_qxl @@ -184,16 +159,11 @@ video_cards_qxl input_devices_synaptics input_devices_wacom -# awaiting keywording, bug #538828 -input_devices_libinput - -# psyco only works on x86 -psyco - # Mask ELIBC, KERNEL, and USERLAND flags that apply to specific profiles. userland_BSD elibc_AIX +elibc_bionic elibc_Cygwin elibc_Darwin elibc_DragonFly @@ -218,67 +188,11 @@ kernel_OpenBSD kernel_SunOS kernel_Winnt -# Diego Pettenò (6 Dec 2006) -# Mask specific Apple drivers -alsa_cards_aoa -alsa_cards_aoa-fabric-layout -alsa_cards_aoa-onyx -alsa_cards_aoa-soundbus -alsa_cards_aoa-soundbus-i2s -alsa_cards_aoa-tas -alsa_cards_aoa-toonie -alsa_cards_powermac -# Mask specific Sun drivers -alsa_cards_sun-amd7930 -alsa_cards_sun-cs4231 -alsa_cards_sun-dbri -# Mask specific ARM drivers -alsa_cards_pxa2xx-i2sound -alsa_cards_pxa2xx-soc -alsa_cards_pxa2xx-soc-corgi -alsa_cards_pxa2xx-soc-poodle -alsa_cards_pxa2xx-soc-spitz -alsa_cards_pxa2xx-soc-tosa -alsa_cards_sa11xx-uda1341ts -alsa_cards_armaaci -alsa_cards_at91-soc -alsa_cards_at91-soc-eti-b1-wm8731 -# Mask specific HPPA drivers -alsa_cards_harmony -# Mask specific MIPS drivers -alsa_cards_au1x00 - -# Diego Pettenò (29 Dec 2006) -# Adobe FDF toolkit is x86 only. -fdftk - # Diego Pettenò (30 Dec 2006) # These are specific of Mac OS X aqua coreaudio -# Diego Pettenò (4 Jan 2007) -# Mask the flags for PHP that are available only on x86 -sybase-ct -ingres -birdstep -adabas -filepro -pfpro -informix -empress -empress-bcs -sybase -frontbase -dbmaker -esoob -solid -# Shared with amd64 -oci8 -oracle7 -firebird -db2 - # Robert Buchholz (03 Jun 2007) # Only works on x86 or amd64 lcd_devices_svga @@ -292,27 +206,11 @@ macbook # Ada is supported only on x86, amd64 and ppc at present ada -# lvm2 clustered use flags (moved from default-linux) -gulm - -# tcc is x86 only -tcc - -# Diego Pettenò (15 Nov 2007) -# pam_console was masked for removal for security issue. -# mask the flag too. -pam_console - # Jeremy Olexa # The prefix USE flags should never be used on non prefix profiles prefix prefix-guest -# Diego E. Pettenò (6 Dec 2009) -# on behalf of QA Team -# Removal of pvm is scheduled for Februrary 4. -pvm - # Alex Legler (7 Dec 2009) # Rubinius is whitelisted on supported arches ruby_targets_rbx @@ -329,12 +227,8 @@ dxr3 # Ralph Sennhauser (31 Jul 2012) # Unmask in arch specific profiles when jython implementaton is available. -python_targets_jython2_5 python_targets_jython2_7 -python_targets_jython3_1 -python_single_target_jython2_5 python_single_target_jython2_7 -python_single_target_jython3_1 # Diego Elio Pettenò (18 Aug 2012) # Prelude is being masked for removal @@ -399,3 +293,11 @@ openrc-force # Mike Gilbert (19 Oct 2014) # sys-libs/libapparmor apparmor + +# Brian Evans (2 Dec 2015) +# php 5.4 is end of life, masked for removal +php_targets_php5-4 + +# Brian Evans (22 Aug 2016) +# php 5.5 is end of life, masked for removal +php_targets_php5-5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.force b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.force index c4a1bf872f..3ea193b85c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.force +++ b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.stable.force,v 1.1 2014/03/16 21:50:58 dilfridge Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.force diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask index 1bfef4d070..43c3066c4f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask @@ -1,18 +1,48 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.stable.mask,v 1.10 2015/04/28 02:58:48 patrick Exp $ +# $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (25 Jan 2017) +# Early pre-stabilization mask for dev-lang/python:3.6 +python_targets_python3_6 +python_single_target_python3_6 + +# Brian Evans (06 Dec 2016) +# Needs dev-lang/php:7.1 stable +php_targets_php7-1 + +# Zac Medico (01 Sep 2016) +# Needs virtual/pypy* stable +python_targets_pypy +python_single_target_pypy +python_targets_pypy3 +python_single_target_pypy3 + +# Brian Evans (18 Dec 2015) +# Needs dev-lang/php:7.0 stable +php_targets_php7-0 + +# Mike Gilbert (02 Oct 2015) +# Needs dev-lang/python:3.5 stable +python_targets_python3_5 +python_single_target_python3_5 + +# Justin Lecher (30 Sep 2015) +# No stable libressl yet +# Addendum: also mask the USE_EXPAND flag, +# Anthony G. Basile (26 Nov 2015) +curl_ssl_libressl +libressl + +# Hans de Graaff (25 Dec 2016) +# Currently in testing and not ready to go stable yet. +ruby_targets_ruby22 +ruby_targets_ruby23 +ruby_targets_ruby24 + # Patrick Lauer (28 Apr 2015) # dependencies not stable yet ayatana - -# Ben de Groot (01 Feb 2015) -# until Qt5 is stable -qt5 - -# Brian Evans (22 Oct 2014) -# dev-lang/php:5.6 is not stable -php_targets_php5-6 diff --git a/sdk_container/src/third_party/portage-stable/profiles/categories b/sdk_container/src/third_party/portage-stable/profiles/categories index 44f181b664..3d47d6ca40 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/categories +++ b/sdk_container/src/third_party/portage-stable/profiles/categories @@ -31,6 +31,7 @@ dev-cpp dev-db dev-dotnet dev-embedded +dev-erlang dev-games dev-go dev-haskell @@ -44,6 +45,7 @@ dev-perl dev-php dev-python dev-qt +dev-ros dev-ruby dev-scheme dev-tcltk @@ -73,11 +75,8 @@ gnome-extra gnustep-apps gnustep-base gnustep-libs -gpe-base -gpe-utils java-virtuals kde-apps -kde-base kde-frameworks kde-misc kde-plasma @@ -116,6 +115,7 @@ net-proxy net-voip net-wireless perl-core +ros-meta sci-astronomy sci-biology sci-calculators @@ -134,14 +134,15 @@ sys-block sys-boot sys-cluster sys-devel +sys-fabric sys-firmware sys-freebsd sys-fs -sys-infiniband sys-kernel sys-libs sys-power sys-process +virtual www-apache www-apps www-client @@ -160,4 +161,3 @@ x11-themes x11-wm xfce-base xfce-extra -virtual diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/ChangeLog deleted file mode 100644 index 2385882192..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/ChangeLog +++ /dev/null @@ -1,788 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.176 2015/06/20 21:55:22 chewi Exp $ - - 20 Jun 2015; James Le Cuirot - fbsd/amd64/10.1/make.defaults, fbsd/amd64/9.1/make.defaults, - fbsd/amd64/9.2/make.defaults, fbsd/package.use.mask, fbsd/use.force, - fbsd/x86/10.1/make.defaults, fbsd/x86/9.1/make.defaults, - fbsd/x86/9.2/make.defaults: - Remove some unused Java-related flags. - - 05 Apr 2015; Michał Górny - +fbsd/amd64/9.1/clang/deprecated, +fbsd/amd64/9.1/deprecated, - +fbsd/amd64/9.2/clang/deprecated, +fbsd/amd64/9.2/deprecated, - +fbsd/x86/9.1/deprecated, +fbsd/x86/9.2/deprecated: - Deprecate FreeBSD 9.* profiles, - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro. - - 01 Mar 2015; Michał Górny - +fbsd/amd64/10.1/clang/parent, +fbsd/amd64/10.1/eapi, - +fbsd/amd64/10.1/make.defaults, +fbsd/amd64/10.1/package.use.force, - +fbsd/amd64/10.1/parent, +fbsd/x86/10.1/eapi, +fbsd/x86/10.1/make.defaults, - +fbsd/x86/10.1/parent: - Introduce support for FreeBSD 10.1, - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/46 by nigoro. - - 08 Feb 2015; Michał Górny -fbsd/amd64/9.1/clang/eapi, - -fbsd/amd64/9.1/clang/make.defaults, -fbsd/amd64/9.1/clang/package.use.force, - -fbsd/amd64/9.1/clang/package.use.mask, -fbsd/amd64/9.1/clang/packages, - -fbsd/amd64/9.1/clang/packages.build, fbsd/amd64/9.1/clang/parent, - -fbsd/amd64/9.1/clang/profile.bashrc, -fbsd/amd64/9.2/clang/eapi, - -fbsd/amd64/9.2/clang/make.defaults, -fbsd/amd64/9.2/clang/package.use.force, - -fbsd/amd64/9.2/clang/package.use.mask, -fbsd/amd64/9.2/clang/packages, - -fbsd/amd64/9.2/clang/packages.build, fbsd/amd64/9.2/clang/parent, - -fbsd/amd64/9.2/clang/profile.bashrc: - Move clang fbsd profile data to arch/amd64-fbsd. Bug #491654 by Yuta SATOH. - - 24 Dec 2014; Matthias Maier package.use.mask: - mask doxysearch use flag for app-doc/doxygen - - 24 Dec 2014; Matthias Maier package.use.mask: - app-doc/doxygen remove use mask again, as this is now taken care of with a - full rekeywording #533458 - - 24 Dec 2014; Matthias Maier package.use.mask: - mask app-doc/doxygen doxysearch use flag - - 07 Dec 2014; Mikle Kolyada package.use.mask: - Mask dev-vcs/git mediawiki (bug #497068) - - 25 Oct 2014; Michael Palimaka package.use.mask: - Remove obsolete mask for package no longer in the tree. - - 03 Aug 2014; Jorge Manuel B. S. Vicetto - fbsd/packages.build: - Drop sys-apps/which from fbsd/packages.build - fixes bug 517152. - - 26 Jul 2014; Samuli Suominen package.mask: - Since virtual/udev is masked here, mask virtual/libudev and virtual/libgudev - as well. - - 07 Jul 2014; Naohiro Aota fbsd/package.use.mask: - Add use mask on USE=xattr for sys-apps/portage - - 19 Mar 2014; Andreas K. Huettel +eapi, - +fbsd/amd64/9.1/eapi, +fbsd/amd64/9.2/eapi, +fbsd/amd64/eapi, +fbsd/eapi, - +fbsd/sparc/8.2/eapi, +fbsd/sparc/eapi, +fbsd/x86/9.1/eapi, - +fbsd/x86/9.2/eapi, +fbsd/x86/eapi: - Increase EAPI to 5 - - 13 Mar 2014; Matt Turner package.use.mask: - Add media-libs/mesa dri3 to package.use.mask because of its dependence on - udev. - - 08 Mar 2014; Matt Turner fbsd/package.use.mask: - Add media-libs/mesa openmax to package.use.mask. - - 05 Jan 2014; Robin H. Johnson package.use.mask: - Pending keywording of net-libs/miniupnpc per bug #497186 - - 26 Nov 2013; Naohiro Aota fbsd/make.defaults: - set FEATURES="-usersandbox" on FreeBSD. #491860 - - 14 Oct 2013; Naohiro Aota package.use.mask: - Add USE mask for tcpdump. #482930 - - 27 Aug 2013; Alexis Ballier package.use.mask: - mask app-misc/geoclue skyhook here since networkmanager is masked here - - 27 Aug 2013; Alexis Ballier fbsd/package.mask, - package.mask: - remove obsolete mailbase < 1 mask - - 27 Aug 2013; Alexis Ballier fbsd/package.use.mask: - remove obsolete crashreporter usemask for firefox - - 27 Aug 2013; Alexis Ballier fbsd/package.use.mask: - remove obsolete swig entries - - 27 Aug 2013; Alexis Ballier package.use.mask: - remove obsolete entry - - 27 Aug 2013; Alexis Ballier package.use.mask: - move udev-related usemasks from amd64-fbsd/todo here - - 27 Aug 2013; Alexis Ballier package.use.mask: - mask linux only useflags for opencv - - 09 Aug 2013; Alexis Ballier -fbsd/amd64/8.2/deprecated, - -fbsd/amd64/8.2/make.defaults, -fbsd/amd64/8.2/parent, - -fbsd/amd64/9.0/deprecated, -fbsd/amd64/9.0/make.defaults, - -fbsd/amd64/9.0/parent, -fbsd/x86/8.2/deprecated, - -fbsd/x86/8.2/make.defaults, -fbsd/x86/8.2/parent, -fbsd/x86/9.0/deprecated, - -fbsd/x86/9.0/make.defaults, -fbsd/x86/9.0/parent: - Remove EOL fbsd 8.2 and 9.0 profiles - - 07 Aug 2013; Alexis Ballier package.use.mask: - mask video_cards_tdfx for mplayer, bug #477750 by Yuta SATOH - - 28 Jul 2013; Alexis Ballier package.use.mask: - mask mplayer[joystick], bug #477750 by Yuta SATOH - - 18 Jun 2013; Alexis Ballier -fbsd/amd64/8.0/deprecated, - -fbsd/amd64/8.0/make.defaults, -fbsd/amd64/8.0/parent, - -fbsd/sparc/8.0/deprecated, -fbsd/sparc/8.0/make.defaults, - -fbsd/sparc/8.0/parent, -fbsd/x86/8.0/deprecated, - -fbsd/x86/8.0/make.defaults, -fbsd/x86/8.0/parent: - remove 8.0 profiles - - 18 Jun 2013; Alexis Ballier -fbsd/amd64/7.2/deprecated, - -fbsd/amd64/7.2/make.defaults, -fbsd/amd64/7.2/parent, - -fbsd/sparc/7.2/deprecated, -fbsd/sparc/7.2/make.defaults, - -fbsd/sparc/7.2/parent, -fbsd/x86/7.2/deprecated, - -fbsd/x86/7.2/make.defaults, -fbsd/x86/7.2/parent: - Remove 7.2 profiles - - 25 May 2013; Alexis Ballier - fbsd/amd64/9.1/clang/packages, fbsd/amd64/9.1/clang/packages.build, - fbsd/amd64/9.1/clang/profile.bashrc: - Make the clang profile use libcxx - - 25 May 2013; Alexis Ballier - fbsd/amd64/9.1/clang/packages.build, fbsd/packages.build: - remove texinfo from packages.build: it is not needed anymore for building - stages and causes problems when trying to put it in a stage1. bug #471192 - - 24 May 2013; Alexis Ballier fbsd/package.use.mask: - mask xattr useflag on GNU tar, bug #432410 by Yuta SATOH - - 20 May 2013; Alexis Ballier +fbsd/amd64/9.0/deprecated: - deprecate 9.0 profile for amd64, bug #464742 - - 19 May 2013; Alexis Ballier use.mask: - mask filecaps useflag, bug #469646 - - 07 May 2013; Naohiro Aota +fbsd/x86/9.0/deprecated, - fbsd/x86/7.2/deprecated, fbsd/x86/8.0/deprecated, fbsd/x86/8.2/deprecated: - Deprecate x86/9.0. #464742 - - 18 Feb 2013; Alexis Ballier package.use.mask: - mask ffmpeg[iec61883] as its linux only too - - 08 Feb 2013; Alexis Ballier fbsd/make.defaults: - add python2 to USE too so that it is rebuilt within stage3, bug #448256 - - 01 Feb 2013; Alexis Ballier - fbsd/amd64/9.1/clang/packages.build, fbsd/packages.build: - remove nano from packages.build, bug #443810 by Yuta SATOH - - 23 Dec 2012; Samuli Suominen package.mask: - Mask sys-fs/eudev next to sys-fs/udev wrt #447364 - - 24 Nov 2012; Samuli Suominen package.mask: - Put virtual/udev masked next to existing sys-fs/udev entry. - - 24 Nov 2012; Alexis Ballier fbsd/package.mask: - unmask libarchive 3.0.4-r1, works fine here and bug #421191 has no activity - since months. - - 28 Oct 2012; fbsd/use.mask: - Mask polkit on FreeBSD. It doesn't work due to FreeBSD API bug. - - 15 Oct 2012; Alexis Ballier fbsd/packages.build: - remove portage and add virtual/package-manager - - 15 Oct 2012; Alexis Ballier fbsd/packages.build: - move findutils up as on linux - - 15 Oct 2012; Alexis Ballier fbsd/make.defaults: - add python2 to BOOTSTRAP_USE so that python2 gets set as default python - interpreter - - 15 Oct 2012; Alexis Ballier fbsd/packages.build: - remove python and perl from packages.build, add autotools, like on linux - - 14 Oct 2012; fbsd/package.use.mask: - Mask numa on sys-apps/hwloc - - 09 Oct 2012; fbsd/package.use.mask: - Mask USE=dmpai on net-fs/samba. #430720 - - 03 Oct 2012; fbsd/package.use.mask: - Mask USE=gbm for media-libs/mesa - - 19 Sep 2012; Alexis Ballier -fbsd/sparc/8.2/deprecated: - revert sparc-fbsd profile deprecation otherwise repoman warns on every - package with sparc-fbsd keywords since it has no valid profile - - 19 Sep 2012; Alexis Ballier +fbsd/sparc/8.2/deprecated, - +fbsd/x86/8.2/deprecated: - deprecate fbsd 8.2 profiles, bug #435500 - - 19 Sep 2012; Alexis Ballier fbsd/package.use.mask: - mask patch[xattr] as it requires gnu attr, bug #435474 - - 07 Aug 2012; Alexis Ballier - +fbsd/amd64/9.1/make.defaults, +fbsd/amd64/9.1/parent, - +fbsd/x86/9.1/make.defaults, +fbsd/x86/9.1/parent: - add FreeBSD 9.1 profiles from overlay - - 04 Jul 2012; Samuli Suominen fbsd/package.use.mask: - Remove obsolete net-libs/xulrunner entry wrt #424617 - - 02 Jun 2012; Alexis Ballier fbsd/use.mask: - xemacs is fine, unmask - - 31 May 2012; Alexis Ballier fbsd/use.mask: - remove another bunch of old use masks... to be tested, may not 6 years later - - 31 May 2012; Alexis Ballier fbsd/use.mask: - there has not been apache 1.x in tree since a while, remove use mask - - 31 May 2012; Alexis Ballier fbsd/use.mask: - there is no more beagle useflag and its going away - - 31 May 2012; Alexis Ballier fbsd/package.use.mask: - libproxy has no more xulrunner useflag, remove mask - - 31 May 2012; Alexis Ballier fbsd/package.use.mask: - we dont have any keyword on epiphany, remove useless masks - - 31 May 2012; Alexis Ballier fbsd/package.use.mask: - we dont have any keyword on gnome-base/gnome, remove useless masks - - 31 May 2012; Alexis Ballier fbsd/package.use.mask: - consolekit is fine these days - - 31 May 2012; Alexis Ballier fbsd/package.use.mask: - remove no longer valid mask - - 31 May 2012; Alexis Ballier fbsd/package.use.mask: - libntlm is keyworded these days, remove useless mask - - 31 May 2012; Alexis Ballier use.mask: - remove antique usemasks - - 31 May 2012; Alexis Ballier use.mask: - drop usemasks about no longer in use flags - - 31 May 2012; Alexis Ballier use.mask: - it seems there is no more termcap-compat useflag. removing mask - - 31 May 2012; Alexis Ballier use.mask: - remove another useless mask: only package using the useflag isnt keyworded - - 31 May 2012; Alexis Ballier use.mask: - no need to mask java nor gcj these days: we have a binary jdk and gcj seems - fine... - - 31 May 2012; Alexis Ballier use.mask: - remove usemasks on non-existant flags - - 31 May 2012; Alexis Ballier use.mask: - mpm-itk is no longer an useflag, removing mask - - 31 May 2012; Alexis Ballier package.use.mask: - catalyst doesnt have a cdr useflag anymore, remove useless mask - - 31 May 2012; Alexis Ballier package.use.mask: - pkcs11-helper is keyworded these days, removing useless mask - - 31 May 2012; Alexis Ballier package.use.mask: - evolution has no pda useflag, neither gnome-applets has an apm one, removing - useless mask - - 31 May 2012; Alexis Ballier package.use.mask: - openmpi useflags have been renamed but not the usemasks, fixing... - - 30 May 2012; Alexis Ballier package.use.mask: - mask gvfs[udisks] - - 29 May 2012; Alexis Ballier package.use.mask: - fbosd for vlc is linux only - - 29 May 2012; Alexis Ballier use.mask: - jack is not linux-specific - - 29 May 2012; Alexis Ballier fbsd/profile.bashrc: - Remove bash as CONFIG_SHELL: we should rather fix the bugs, and it makes - other packages fail - - 27 May 2012; Naohiro Aota fbsd/package.mask: - Unask >x11-libs/cairo-1.10. Workaround to disable cairo-trace on FreeBSD is - adeed. - - 25 May 2012; Naohiro Aota fbsd/package.mask: - Mask >x11-libs/cairo-1.10 till bug #390449 is solved - - 17 May 2012; Alexis Ballier use.mask: - mask inotify as its linux only - - 16 May 2012; Naohiro Aota package.use.mask: - Mask connman for x11-libs/qt-bearer - - 15 May 2012; Alexis Ballier package.use.mask: - mask kdelibs[udisks,upower] as they require udev - - 12 May 2012; Alexis Ballier fbsd/package.use.mask: - unmask pambase[consolekit] - - 12 May 2012; Alexis Ballier fbsd/package.use.mask, - package.use.mask: - consoleki[pam] seems to work, unmask - - 12 May 2012; Alexis Ballier use.mask: - mask systemd globally as its linux only - - 09 May 2012; Alexis Ballier fbsd/make.defaults: - bring back pcre in default useflags - - 09 May 2012; Alexis Ballier fbsd/make.defaults: - factorize and cleanup a bit - - 09 May 2012; Alexis Ballier fbsd/make.defaults: - remove some more default enabled use flags (cli, pcre, session) - - 09 May 2012; Alexis Ballier fbsd/make.defaults: - remove perl and python from make.default USE, as on linux - - 09 May 2012; Alexis Ballier use.mask: - mask pax_kernel as this is hardened linux kernel - - 05 May 2012; Alexis Ballier fbsd/packages.build: - add freebsd-mk-defs to stage1 for the same reason - - 04 May 2012; Alexis Ballier fbsd/packages: - add freebsd-mk-defs to the system set as its needed by bsdmake - - 04 May 2012; Alexis Ballier fbsd/package.use.mask: - pambase[ssh] was renamed to pambase[pam_ssh] some time ago... - - 04 May 2012; Alexis Ballier fbsd/make.defaults: - bootstrap with USE=mta to let virtual/mta pick ssmtp[mta], by Yuta SATOH in - bug #408587 - - 02 May 2012; Naohiro Aota profile.bashrc: - Match only for the word beginning - - 25 Apr 2012; Alexis Ballier +fbsd/amd64/7.2/deprecated, - +fbsd/amd64/8.0/deprecated, +fbsd/sparc/7.2/deprecated, - +fbsd/sparc/8.0/deprecated, +fbsd/x86/7.2/deprecated, - +fbsd/x86/8.0/deprecated: - deprecate old fbsd profiles - - 21 Apr 2012; Alexis Ballier package.use.mask: - mask xine-lib[fusion] as thats linux only - - 02 Apr 2012; Naohiro Aota fbsd/use.mask, packages: - Mask wayland since it does not support BSDs - - 08 Mar 2012; Naohiro Aota fbsd/package.use.mask: - Mask wifi and crashreporter also on www-client/firefox - - 08 Mar 2012; Naohiro Aota use.mask: - Drop removed USE flag sysfs. Bug #405875 - - 28 Feb 2012; Naohiro Aota fbsd/package.use.mask: - Mask crashreporter for net-libs/xulrunner - - 25 Feb 2012; Robin H. Johnson packages: - sys-apps/module-init-tools replaced by virtual/modutils in base/packages, so - match up here too. - - 20 Feb 2012; Naohiro Aota fbsd/package.use.mask: - Mask wifi for net-libs/xulrunner - - 14 Feb 2012; Alexis Ballier packages: - remove virtual/modutils from system by Yuta SATOH, bug #402389 - - 18 Dec 2011; Alexis Ballier use.mask: - usemask libv4l, linux only - - 13 Dec 2011; Naohiro Aota fbsd/package.use.mask: - Mask j2me for dev-java/proguard - - 06 Dec 2011; Naohiro Aota fbsd/package.use.mask: - mask gssapi for net-dns/bind - - 14 Nov 2011; Mike Frysinger packages: - sys-apps/net-tools is no longer in base profile. - - 08 Nov 2011; Naohiro Aota +fbsd/package.use.force, - fbsd/package.use.mask: - app-emulation/wine: force hardened and restrict capi - - 02 Nov 2011; Alexis Ballier - +fbsd/amd64/9.0/make.defaults, +fbsd/amd64/9.0/parent, - +fbsd/x86/9.0/make.defaults, +fbsd/x86/9.0/parent: - add 9.0 profiles for amd64 and x86 - - 01 Nov 2011; Samuli Suominen use.mask: - Remove obsolete entry for USE="v4l2" - - 18 Sep 2011; Samuli Suominen package.use.mask: - Remove obsolete entry for sys-apps/hal. - - 10 Jul 2011; Alexis Ballier package.use.mask: - mask sctp for openmpi, linux only - - 09 Jul 2011; Alexis Ballier fbsd/make.defaults: - disable sandbox by default, bug #374425 - - 06 Jul 2011; Alexis Ballier - +fbsd/amd64/8.2/make.defaults, +fbsd/amd64/8.2/parent, - +fbsd/sparc/8.2/make.defaults, +fbsd/sparc/8.2/parent, - +fbsd/x86/8.2/make.defaults, +fbsd/x86/8.2/parent: - add 8.2 profiles - - 05 Jul 2011; Alexis Ballier fbsd/profile.bashrc: - use GNU find and xargs in ebuild env, bug #374099 - - 05 Jul 2011; Alexis Ballier packages: - let findutils be part of @system - - 05 Jul 2011; Alexis Ballier package.use.force: - force lzma on libarchive as its quite common these days - - 07 Jun 2011; Naohiro Aota packages: - Add -*>=sys-apps/shadow-4.1 - - 09 May 2011; Chí-Thanh Christopher Nguyễn - use.mask: - Mask video_cards_nouveau, bug #364027. - - 24 Apr 2011; Ulrich Mueller packages: - Replace dependency on virtual/modutils, bug 358891. - - 20 Apr 2011; Ulrich Mueller -fbsd/virtuals: - Remove old-style virtual/libc, bug 359001. - - 16 Apr 2011; Ulrich Mueller fbsd/virtuals: - Remove old-style virtual/inetd, bug 358831. - - 14 Apr 2011; Ulrich Mueller fbsd/virtuals: - Remove old-style virtual/os-headers, bug 358999. - - 10 Apr 2011; Ulrich Mueller fbsd/virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 07 Apr 2011; Ulrich Mueller fbsd/virtuals: - Remove old-style virtual/pam, bug 358903. - Remove old-style virtual/logger, bug 358881. - - 05 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/utempter, bug 361117. - - 03 Apr 2011; Ulrich Mueller fbsd/packages.build: - Remove old-style virtual/gzip, bug 358829. - - 31 Mar 2011; Tomáš Chvátal fbsd/package.use.mask: - Drop obsolete pgsql masks on threads useflag - - 29 Mar 2011; Tomáš Chvátal fbsd/package.mask: - Drop mask on KDE releases no longer in main tree. - - 14 Mar 2011; Ulrich Mueller fbsd/virtuals: - Remove spurious old-style virtuals. - - 02 Dec 2010; Alexey Shvetsov fbsd/package.mask: - Mask KDE SC 4.5 because of unkeyworded deps - - 04 Nov 2010; Alexis Ballier fbsd/package.mask: - remove unmask of portage 2.2, its unmasked and keyworded for us - - 11 Jun 2010; Ulrich Mueller fbsd/amd64/7.2/make.defaults, - fbsd/amd64/8.0/make.defaults: - Fix invalid variable name in amd64 profiles, as discussed with aballier. - - 03 May 2010; Alexis Ballier package.use.mask: - mask linux only useflags for kde-base/solid - - 25 Apr 2010; Javier Villavicencio use.mask: - Mask db backends unlikely to be tested in the near future. - - 23 Apr 2010; Alexis Ballier fbsd/profile.bashrc, - profile.bashrc: - Do not try to access $S if it does not exist. - - 22 Apr 2010; Alexis Ballier fbsd/package.use.mask: - unmask ruby[threads], seems to work - - 03 Apr 2010; Javier Villavicencio - fbsd/profile.bashrc: - Fix working dir on patch_install-sh_bsd(). - - 01 Apr 2010; Javier Villavicencio - fbsd/profile.bashrc: - Point CONFIG_SHELL to /bin/bash, fixes scripts called by configure, ie: - test scripts, that expect bash. - - 16 Mar 2010; Javier Villavicencio - fbsd/profile.bashrc: - Another hack on profile.bashrc to patch well known install-sh versions - that are likely to fail during a parallel make install. - - 11 Mar 2010; Alexis Ballier - +fbsd/amd64/8.0/make.defaults, +fbsd/amd64/8.0/parent, - +fbsd/sparc/8.0/make.defaults, +fbsd/sparc/8.0/parent, - +fbsd/x86/8.0/make.defaults, +fbsd/x86/8.0/parent: - Add 8.0 profiles - - 05 Feb 2010; Alexis Ballier - -fbsd/amd64/7.1/deprecated, -fbsd/amd64/7.1/make.defaults, - -fbsd/amd64/7.1/parent, -fbsd/sparc/7.1/deprecated, - -fbsd/sparc/7.1/make.defaults, -fbsd/sparc/7.1/parent, - -fbsd/x86/7.1/deprecated, -fbsd/x86/7.1/make.defaults, - -fbsd/x86/7.1/parent: - remove 7.1 profiles - - 25 Jan 2010; William Hubbs fbsd/use.mask: - masked espeak use flag - - 18 Sep 2009; Alexis Ballier use.mask: - mask udev useflag - - 21 Jul 2009; Alexis Ballier fbsd/packages.build: - add openssl to packages.build because libarchive needs it - - 07 Jul 2009; Alexis Ballier package.use.mask: - usemask vlc ieee1394], linux only too - - 01 Jul 2009; Alexis Ballier use.mask: - mask qcam sane backend, its linux only - - 17 May 2009; Alexis Ballier - +fbsd/amd64/7.2/make.defaults, +fbsd/amd64/7.2/parent, - +fbsd/sparc/7.2/make.defaults, +fbsd/sparc/7.2/parent, - +fbsd/x86/7.2/make.defaults, +fbsd/x86/7.2/parent: - add g/fbsd-7.2 profiles - - 16 May 2009; Alexis Ballier - +fbsd/sparc/7.1/make.defaults, +fbsd/sparc/7.1/parent, +fbsd/sparc/parent: - Add sparc-fbsd 7.1 profiles - - 15 May 2009; Alexis Ballier fbsd/package.use.mask: - mask libproxy[xulrunner] as it requires xul 1.9 - - 16 Mar 2009; Alexis Ballier package.use.mask: - remove usemasks depending on qt-webkit now that it is keyworded - - 03 Mar 2009; Timothy Redaelli profile.bashrc: - Fix bugzilla URL and product. - - 31 Jan 2009; Alexis Ballier fbsd/package.use.mask, - package.use.mask: - mask useflags requiring app-misc/tracker on fbsd - - 30 Jan 2009; Alexis Ballier package.use.mask: - usemask gvfs[bluetooth] as it requires bluez - - 29 Jan 2009; Alexis Ballier package.use.mask: - usemask qt-webkit dependant useflags until bug #256836 is fixed - - 25 Jan 2009; Alexis Ballier fbsd/package.mask: - Remove the now completely broken gnome 2.22 mask on fbsd because some - people silently dropped our keywords on the latest not masked versions of - some core packages (gnome-desktop, gnome-terminal, etc.) - - 25 Jan 2009; Alexis Ballier profile.bashrc: - Add a profile.bashrc test for test == construction that does not work on - BSD in order to get automatic warnings for things like bug #256305 - - 24 Jan 2009; Javier Villavicencio - fbsd/profile.bashrc: - profile.bashrc fix for the charset.alias bugs: 169678, 195148 and 256129 - - 24 Jan 2009; Javier Villavicencio - +fbsd/profile.bashrc: - Move the fbsd profile.bashrc from releases. - - 24 Jan 2009; Javier Villavicencio - fbsd/make.defaults: - Remove -sandbox from our FEATURES. - - 22 Jan 2009; Javier Villavicencio - fbsd/make.defaults, fbsd/package.mask, package.use.force: - Remove a few masks and force zlib and bzip2 on libarchive. - - 22 Jan 2009; Alexis Ballier package.use.mask: - usemask links[livecd] since it requires gpm - - 21 Jan 2009; Alexis Ballier fbsd/package.mask: - remove libgtop mask on fbsd as someone didnt like us and removed our - keyword on the latest unmasked version - - 21 Jan 2009; Alexis Ballier package.use.mask: - cleanup a bit redundant usemasks - - 21 Jan 2009; Alexis Ballier fbsd/package.use.mask: - usemask acl for gnome-vfs too; it has an almost posix acl support but - configure doesnt see it unless libacl is present and uses a couple of - extensions - - 21 Jan 2009; Alexis Ballier fbsd/package.use.mask: - mask xattr for glib too as this requires gnu attr - - 19 Jan 2009; Alexis Ballier package.use.mask: - remove old gnash use mask - - 19 Jan 2009; Alexis Ballier use.mask: - no need to use.mask win32codecs here, its already masked in base and - unmasked on relevant arch profiles. - - 19 Jan 2009; Alexis Ballier +fbsd/make.defaults, - +fbsd/package.mask, +fbsd/package.use, +fbsd/package.use.mask, - +fbsd/packages, +fbsd/packages.build, +fbsd/parent, +fbsd/use.force, - +fbsd/use.mask, +fbsd/virtuals, +fbsd/x86/7.1/make.defaults, - +fbsd/x86/7.1/parent, +fbsd/x86/parent, +package.mask, +package.use.force, - +package.use.mask, +packages, +parent, +profile.bashrc, +use.force, - +use.mask, +virtuals: - Move default-bsd/ to default/bsd for FreeBSD 7.1, so that we switch to the - new profiles layout for g/fbsd too. Profiles come from the g/fbsd overlay. - - 13 Dec 2008; Alexis Ballier package.use.mask: - mask gstreamer debugs useflags that need valgrind, its not supported on - bsd - - 13 Dec 2008; Alexis Ballier fbsd/use.mask: - usemask cdparanoia, we dont have a custom patched one for fbsd anymore - - 09 Dec 2008; Alexis Ballier package.use.mask: - libsysfs for vlc is linux only too - - 28 Nov 2008; Alexis Ballier package.use.mask: - usemask bluetooth useflag for libpcap, based on linux bluez, bug #247076 - - 05 Nov 2008; Jim Ramsay fbsd/package.use.mask: - app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded - - 19 Oct 2008; Alexis Ballier fbsd/6.2/x86/use.mask: - x86 has ssse3 even on bsd - - 18 Oct 2008; Mart Raudsepp fbsd/package.mask: - Unmask >=gnome-icon-theme-2.22 to fix deptree after 2.20 got keyword - wrongly removed - - 15 Oct 2008; Alexis Ballier fbsd/6.2/package.mask: - mask virtual/jdk and jre 1.6 on 6.2 profiles for future keywording - - 15 Oct 2008; Alexis Ballier fbsd/6.2/x86/use.mask, - use.mask: - move java6 mask to 6.2 x86 profile - - 15 Oct 2008; Alexis Ballier fbsd/6.2/package.mask: - Mask Diablo JDK/JRE 1.6 on 6.2 profiles as we have FreeBSD 7 ebuilds only - - 04 Oct 2008; Alexis Ballier package.use.mask: - Mask xindy useflag for texlive on bsd - - 25 Sep 2008; Alexis Ballier package.use.mask: - mask elf useflag for net-snmp: it is too tight to the gnu libc - - 05 Sep 2008; Alexis Ballier package.use.mask: - laptop support in hal is linux-specific unfortunately - - 04 Sep 2008; Mart Raudsepp fbsd/package.mask: - Mask GNOME-2.22 on fbsd in preparation of removing the global one - - 23 Aug 2008; Alexis Ballier fbsd/use.mask: - unmask lua useflag on fbsd, it should be fine now - - 08 Aug 2008; Alexis Ballier package.use.mask: - mask pbs for openmpi, linux only - - 08 Aug 2008; Alexis Ballier package.use.mask: - mask dc1394 useflag for vlc, its linux only - - 01 Aug 2008; Diego Pettenò fbsd/package.use.mask: - Mask sha512 USE flag for pambase on FreeBSD. - - 31 Jul 2008; Javier Villavicencio - fbsd/package.use.mask: - Removed passwdqc + added ssh to pambase use masks. - - 28 Jul 2008; Jean-Noël Rivasseau - fbsd/6.2/x86/package.use.mask: - masked test for icu4j, no jdk-1.6 - - 18 Jul 2008; Alexis Ballier package.use.mask: - mask sctp for dev-lang/erlang, requires a library too close to the linux - kernel - - 04 Jul 2008; Petteri Räty use.mask: - use.mask java6 as there is no provider for >=virtual/jdk-1.6 on BSD. - - 04 Jul 2008; Javier Villavicencio fbsd/packages: - Add pidof-bsd to fbsd packages. - - 16 Jun 2008; Alexis Ballier package.mask: - no need to mask debianutils anymore - - 08 Jun 2008; Javier Villavicencio - fbsd/package.use.mask: - Temporary mask passwdqc for 7.0. - - 08 Jun 2008; Javier Villavicencio - fbsd/6.2/package.mask: - Mask py-freebsd with 7.0 support from 6.2 profile. - - 02 Apr 2008; Mart Raudsepp package.use.mask: - USE mask mythtv on gst-plugins-meta - dependency not keyworded - - 02 Apr 2008; Mart Raudsepp use.mask: - Mask networkmanager USE flag - no version of it keyworded - - 12 Mar 2008; Peter Weller use.mask: - Add m17n-lib to use.mask; requested by ulm - - 05 Mar 2008; Diego Pettenò +fbsd/package.use: - Add default USE flags for FreeBSD for pambase. - - 21 Feb 2008; Diego Pettenò fbsd/package.use.mask: - Mask consolekit and cracklib USE flags for pambase. - - 29 Jan 2008; Peter Weller package.mask: - package.mask >=app-shells/bash-3.2_p25 due to portage blockages - - 29 Jan 2008; Peter Weller package.mask: - package.mask >=app-shells/bash-3.2_p33 due to portage blockages - - 25 Jan 2008; Diego Pettenò profile.bashrc: - Fix typo in the error message. - - 23 Jan 2008; Alon Bar-Lev package.use.mask: - Add net-misc/openvpn pkcs11 - - 21 Nov 2007; Sébastien Fabbro virtuals: - Removed virtual/lapack, now new style - - 15 Oct 2007; Roy Marples package.mask: - unmask m4-1.4.10 as it now works for us - - 10 Oct 2007; Sébastien Fabbro virtuals: - removed virtual/blas, now new style - - 23 Sep 2007; Joe Peterson virtuals: - Remove virtual/cblas per bug #189738 - - 19 Sep 2007; Donnie Berkholz ; - fbsd/package.use.mask: - No nvidia drivers work on fbsd with xorg-server 1.4 yet. - - 08 Aug 2007; Tiziano Müller fbsd/6.2/make.defaults: - Removed libg++ USE-flag (bug #148416) - - 07 Jun 2007; Joe Peterson virtuals: - For FreeBSD, default to the "reference implementation" versions rather - than using the "atlas" versions of LAPACK and BLAS. - - 28 May 2007; Diego Pettenò package.use.mask, use.mask - fbsd/package.use.mask: Unmask the useflags that shouldn't have been masked - in the first place. - - 26 May 2007; Olivier Crête package.use.mask: - Mask zephyr flag for pidgin on bsd because mit-krb5 is not keyworded - - 25 May 2007; Steve Dibb package.use.mask: - p.use.mask ieee1394 on kdebase, since dep isn't keyworded - - 25 May 2007; Steve Dibb package.use.mask: - p.use.mask sys-apps/hal disk-partition dell since deps are not keyworded - - 23 Mar 2007; Steve Dibb package.use.mask: - Restrict dvdnav use flag on BSD - - 22 Mar 2007; Steve Dibb use.mask: - Add mplayer local use flags, add changelog - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/make.defaults deleted file mode 100644 index 4cfb9af53d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/10.1/make.defaults,v 1.2 2015/06/20 21:55:23 chewi Exp $ - -CHOST="x86_64-gentoo-freebsd10.1" -CHOST_amd64_fbsd="x86_64-gentoo-freebsd10.1" -CHOST_x86_fbsd="i686-gentoo-freebsd10.1" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/package.use.force deleted file mode 100644 index 4229a8f0d9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/package.use.force +++ /dev/null @@ -1,4 +0,0 @@ -# >=dev-lang/python-3.2 requires threads, #494744 -=dev-lang/python-3.2* threads -=dev-lang/python-3.3* threads - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/parent deleted file mode 100644 index ab6b4ed66e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../releases/freebsd-10.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/clang/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/clang/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.1/clang/parent rename to sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/clang/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/make.defaults new file mode 100644 index 0000000000..6850c17623 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +CHOST="x86_64-gentoo-freebsd10.3" +CHOST_amd64_fbsd="x86_64-gentoo-freebsd10.3" +CHOST_x86_fbsd="i686-gentoo-freebsd10.3" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/package.use.force new file mode 100644 index 0000000000..c80eeb6fa6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/package.use.force @@ -0,0 +1,2 @@ +# >=dev-lang/python-3.2 requires threads, #494744 +=dev-lang/python-3* threads diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/parent new file mode 100644 index 0000000000..c628412707 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/10.3/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-10.3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/clang/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/parent rename to sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/clang/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/make.defaults new file mode 100644 index 0000000000..9ab29413d7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +CHOST="x86_64-gentoo-freebsd11.0" +CHOST_amd64_fbsd="x86_64-gentoo-freebsd11.0" +CHOST_x86_fbsd="i686-gentoo-freebsd11.0" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/package.use.force new file mode 100644 index 0000000000..c80eeb6fa6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/package.use.force @@ -0,0 +1,2 @@ +# >=dev-lang/python-3.2 requires threads, #494744 +=dev-lang/python-3* threads diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/parent new file mode 100644 index 0000000000..7d235ae004 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/11.0/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-11.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog deleted file mode 100644 index bcd6fb2091..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog +++ /dev/null @@ -1,43 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.11 2014/03/19 22:03:10 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 27 Jul 2013; Alexis Ballier package.use.force: - build libcxx multilib, patch by Yuta SATOH in bug #475294 - - 19 Jun 2013; Alexis Ballier +make.defaults: - add default cflags, esp. CXXFLAGS=-stdlib=libc++ ... - - 19 Jun 2013; Alexis Ballier package.use.force, - package.use.mask: - force curl[ssl,curl_ssl_openssl] and mask the others: curl is in @system for - this profile so better have it with sane defaults. - - 19 Jun 2013; Alexis Ballier -package.unmask: - no need to unmask clang 3.3 now that it is unmasked globally - - 17 Jun 2013; Alexis Ballier +package.unmask: - Unmask llvm/clang 3.3_rc since llvm 3.2 does not build with clang++ - -stdlib=libc++ - - 01 Jun 2013; Alexis Ballier package.use.force, - package.use.mask: - Build libcxxrt over libgcc_s since that is what clang defaults to. - - 31 May 2013; Alexis Ballier package.use.mask: - libunwind is rather core for our C++ stack. Better not have it link to - liblzma for smaller debug info. - - 31 May 2013; Alexis Ballier package.use.force: - Force building libc++ over libcxxrt - - 31 May 2013; Alexis Ballier +package.use.force: - Force static libs on the C++ stack so that static linking has a chance to - work - - 30 May 2013; Alexis Ballier +package.use.mask: - Mask binutils[cxx], bug #427344 (and add a ChangeLog here) - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/clang/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/clang/deprecated index c3692b9b89..89ac59dcd8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/clang/deprecated +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/clang/deprecated @@ -1,4 +1,4 @@ -default/bsd/fbsd/amd64/clang/10.1 +default/bsd/fbsd/amd64/clang/10.3 Please read carefully the wiki. Might be your environment is broken if you do not perform the correct procedure. https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/deprecated index e7e7751a52..97c7ad38d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/deprecated +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/deprecated @@ -1,4 +1,4 @@ -default/bsd/fbsd/amd64/10.1 +default/bsd/fbsd/amd64/10.3 Please read carefully the wiki. Might be your environment is broken if you do not perform the correct procedure. -https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto +https://wiki.gentoo.org/wiki/Gentoo_FreeBSD/Upgrade_Guide diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/make.defaults index 88a4f52911..eb41bcd3c0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.1/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/make.defaults,v 1.2 2015/06/20 21:55:23 chewi Exp $ +# $Id$ CHOST="x86_64-gentoo-freebsd9.1" CHOST_amd64_fbsd="x86_64-gentoo-freebsd9.1" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog deleted file mode 100644 index 671de3c827..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog +++ /dev/null @@ -1,46 +0,0 @@ -# ChangeLog for profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog,v 1.3 2014/03/19 22:03:52 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 10 Aug 2013; Alexis Ballier package.use.force: - force clang useflag on llvm - - 27 Jul 2013; Alexis Ballier package.use.force: - build libcxx multilib, patch by Yuta SATOH in bug #475294 - - 19 Jun 2013; Alexis Ballier +make.defaults: - add default cflags, esp. CXXFLAGS=-stdlib=libc++ ... - - 19 Jun 2013; Alexis Ballier package.use.force, - package.use.mask: - force curl[ssl,curl_ssl_openssl] and mask the others: curl is in @system for - this profile so better have it with sane defaults. - - 19 Jun 2013; Alexis Ballier -package.unmask: - no need to unmask clang 3.3 now that it is unmasked globally - - 17 Jun 2013; Alexis Ballier +package.unmask: - Unmask llvm/clang 3.3_rc since llvm 3.2 does not build with clang++ - -stdlib=libc++ - - 01 Jun 2013; Alexis Ballier package.use.force, - package.use.mask: - Build libcxxrt over libgcc_s since that is what clang defaults to. - - 31 May 2013; Alexis Ballier package.use.mask: - libunwind is rather core for our C++ stack. Better not have it link to - liblzma for smaller debug info. - - 31 May 2013; Alexis Ballier package.use.force: - Force building libc++ over libcxxrt - - 31 May 2013; Alexis Ballier +package.use.force: - Force static libs on the C++ stack so that static linking has a chance to - work - - 30 May 2013; Alexis Ballier +package.use.mask: - Mask binutils[cxx], bug #427344 (and add a ChangeLog here) - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/deprecated deleted file mode 100644 index c3692b9b89..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/clang/deprecated +++ /dev/null @@ -1,4 +0,0 @@ -default/bsd/fbsd/amd64/clang/10.1 -Please read carefully the wiki. -Might be your environment is broken if you do not perform the correct procedure. -https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/deprecated deleted file mode 100644 index e7e7751a52..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/deprecated +++ /dev/null @@ -1,4 +0,0 @@ -default/bsd/fbsd/amd64/10.1 -Please read carefully the wiki. -Might be your environment is broken if you do not perform the correct procedure. -https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/make.defaults deleted file mode 100644 index f548cc811a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/make.defaults,v 1.2 2015/06/20 21:55:23 chewi Exp $ - -CHOST="x86_64-gentoo-freebsd9.2" -CHOST_amd64_fbsd="x86_64-gentoo-freebsd9.2" -CHOST_x86_fbsd="i686-gentoo-freebsd9.2" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/parent deleted file mode 100644 index 78cf737b76..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/amd64/9.2/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../releases/freebsd-9.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/make.defaults index db9a4aa354..935820ed95 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.16 2013/11/26 11:12:05 naota Exp $ +# $Id$ # Last building sandbox breaks gfind, bug #374425 FEATURES="-sandbox -usersandbox" @@ -23,8 +23,4 @@ VIDEO_CARDS="dummy fbdev vmware" # Let virtual/mta pick ssmtp[mta] for stage1 builds. # https://bugs.gentoo.org/show_bug.cgi?id=408587 -# python2: let portage pulls in python-2 so that we get it as default -# interpreter in stage1's and add it to make.default so that it is rebuilt in -# stage 3 and when updating. -BOOTSTRAP_USE="${BOOTSTRAP_USE} mta python2" -USE="${USE} python2" +BOOTSTRAP_USE="${BOOTSTRAP_USE} mta" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.mask index fc2b48515e..664df7b120 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/package.mask,v 1.19 2013/08/27 22:10:19 aballier Exp $ +# $Id$ # Diego Pettenò (27 May 2005) # SGI's FAM is dead upstream, and requires mayor changes. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.force index 6ff27bd784..323ffb50b5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.force @@ -1,3 +1,4 @@ -# Naohiro Aota (08 Nov 2011) -# Always enable hardened not to depend glibc -app-emulation/wine hardened +# app-arch/xz-utils[threads=] required by app-arch/libarchive +# https://bugs.gentoo.org/show_bug.cgi?id=594980 +app-arch/libarchive threads +app-arch/xz-utils threads diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.mask index 61317d30a8..66134e8dc8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/package.use.mask @@ -1,6 +1,26 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/package.use.mask,v 1.40 2015/06/20 21:55:23 chewi Exp $ +# $Id$ + +# Thomas Deutschmann (20 Jan 2017) +# libressl: dev-libs/libressl is a base package on FreeBSD +net-libs/libvncserver libressl + +# Felix Janda (24 Sep 2016) +# net-libs/libnetfilter_conntrack is not keyworded on FreeBSD +net-dns/dnsmasq conntrack + +# Thomas Deutschmann (26 Aug 2016) +# libressl: dev-libs/libressl is a base package on FreeBSD +# jemalloc: dev-libs/jemalloc is not keyworded on FreeBSD +# systemtap: dev-util/systemtap is not keyworded on FreeBSD and is also +# a linux specialized tool +dev-db/percona-server jemalloc libressl systemtap + +# Thomas Deutschmann (23 Aug 2016) +# libressl: dev-libs/libressl is a base package on FreeBSD +# luajit: dev-lang/luajit not keyworded on FreeBSD +www-servers/nginx libressl luajit # As per UberLord's requests sys-apps/openrc pam @@ -10,12 +30,10 @@ sys-apps/openrc pam app-admin/gkrellm hddtemp # Somehow, check's tests are broken.. -dev-libs/confuse test dev-util/checkstyle test -# Dillo won't run on FreeBSD # PDA masked until we can do some testing on it -mail-client/claws-mail dillo pda +mail-client/claws-mail pda # Original spell plugin uses ispell that requires # miscfiles.. that in turn does not work @@ -28,9 +46,6 @@ sys-process/vixie-cron pam x11-misc/xscreensaver new-login -# net-wireless/aircrack-ng - wireless capture tools not needed. -net-wireless/aircrack-ng wifi - # Gilles Dartiguelongue (22 Oct 2007) # GNU attr isn't supported dev-libs/glib xattr @@ -54,7 +69,6 @@ sys-auth/pambase cracklib pam_ssh sha512 # that we do not have (bug #257052) # Mask it for now gnome-base/nautilus tracker -media-video/totem tracker # Naohiro Aota (04 Aug 2011) # ads require krb5, which is maksed on FreeBSD @@ -75,7 +89,6 @@ net-dns/bind gssapi # Upstream does not support FreeBSD wifi nor crashreporter; # net-wireless/wireless-tools useless on fbsd, keep mozilla stuff # from bringing it in via mozconfig-3.eclass -mail-client/thunderbird wifi www-client/firefox wifi www-client/seamonkey wifi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages index 14628dcb18..c907c8a5d1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages @@ -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/profiles/default/bsd/fbsd/packages,v 1.3 2012/07/25 12:34:40 ryao Exp $ +# $Id$ # This files contains a small list of packages that define a # minimal FreeBSD system. DO NOT change this without contacting diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages.build b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages.build index 8f6d6ac85e..926c50c874 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages.build +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.12 2014/08/03 00:54:15 jmbsvicetto Exp $ +# $Id$ # This file describes the packages needed to build a stage 1 based on this # profile. Packages in this file are built in order. @@ -12,7 +12,7 @@ app-arch/bzip2 app-arch/gzip dev-libs/openssl app-arch/libarchive -app-shells/bash +app-shells/bash:0 net-misc/rsync net-misc/wget sys-devel/autoconf @@ -40,6 +40,7 @@ virtual/editor virtual/libc virtual/os-headers virtual/package-manager +virtual/pkgconfig sys-freebsd/freebsd-mk-defs sys-freebsd/freebsd-lib sys-freebsd/freebsd-libexec @@ -48,3 +49,4 @@ sys-freebsd/freebsd-sbin sys-freebsd/freebsd-ubin sys-freebsd/freebsd-usbin sys-freebsd/freebsd-contrib +sys-libs/timezone-data diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/profile.bashrc index c2cbd0a2bd..e3a92b63cd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/profile.bashrc @@ -1,13 +1,12 @@ #!/bin/bash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.12 2012/05/29 13:42:41 aballier Exp $ +# $Id$ -alias make=gmake -alias patch=gpatch -alias sed=gsed -alias awk=gawk -# findutils stuff -type -P gfind > /dev/null && alias find=gfind +type -P gmake > /dev/null && alias make=gmake +type -P gpatch > /dev/null && alias patch=gpatch +type -P gsed > /dev/null && alias sed=gsed +type -P gawk > /dev/null && alias awk=gawk +type -P gfind > /dev/null && alias find=gfind type -P gxargs > /dev/null && alias xargs=gxargs # Attempt to point the default SHELL used by configure scripts to bash. @@ -21,7 +20,7 @@ type -P gxargs > /dev/null && alias xargs=gxargs # install a charset.alias that will collide with libiconv's one # See bugs 169678, 195148 and 256129. # Also the discussion on -# http://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml +# https://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml bsd-post_src_install() { if [ "${PN}" != "libiconv" -a -e "${D}"/usr/lib*/charset.alias ] ; then @@ -30,7 +29,7 @@ bsd-post_src_install() } # These are because of -# http://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml +# https://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml # The profile-* ones are meant to be used in etc/portage/profile.bashrc by user # until there is the registration mechanism. profile-post_src_install() { bsd-post_src_install ; } diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/sparc/8.2/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/sparc/8.2/make.defaults index 41d23bf82c..154020e8a7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/sparc/8.2/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/sparc/8.2/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/sparc/8.2/make.defaults,v 1.1 2011/07/06 05:56:06 aballier Exp $ +# $Id$ CHOST="sparc64-gentoo-freebsd8.2" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/use.mask index f517b9c443..dced2021f0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/use.mask @@ -1,13 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/use.mask,v 1.8 2012/10/28 22:41:53 naota Exp $ +# $Id$ # Espeak does not run on bsd espeak # Someone who knows kerberos is needed to make sure that this works kerberos -krb4 # fftw requires sinl and cosl function, not present in FreeBSD fftw diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/make.defaults deleted file mode 100644 index 15461bcbb0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/make.defaults +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/x86/10.1/make.defaults,v 1.2 2015/06/20 21:55:23 chewi Exp $ - -CHOST="i486-gentoo-freebsd10.1" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/parent deleted file mode 100644 index ab6b4ed66e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.1/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../releases/freebsd-10.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/make.defaults new file mode 100644 index 0000000000..1210a26b6f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +CHOST="i686-gentoo-freebsd10.3" +CHOST_x86_fbsd="i686-gentoo-freebsd10.3" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/parent new file mode 100644 index 0000000000..c628412707 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/10.3/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-10.3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/make.defaults new file mode 100644 index 0000000000..5a1bf103f2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +CHOST="i686-gentoo-freebsd11.0" +CHOST_x86_fbsd="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/parent new file mode 100644 index 0000000000..7d235ae004 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/11.0/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-11.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/deprecated index 15a19a55ae..a27d3c63e7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/deprecated +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/deprecated @@ -1,4 +1,4 @@ -default/bsd/fbsd/x86/10.1 +default/bsd/fbsd/x86/10.3 Please read carefully the wiki. Might be your environment is broken if you do not perform the correct procedure. https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/make.defaults index 2ab8c70b6e..ea1cb6bb4f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.1/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/x86/9.1/make.defaults,v 1.2 2015/06/20 21:55:23 chewi Exp $ +# $Id$ -CHOST="i486-gentoo-freebsd9.1" +CHOST="i686-gentoo-freebsd9.1" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/deprecated deleted file mode 100644 index 15a19a55ae..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/deprecated +++ /dev/null @@ -1,4 +0,0 @@ -default/bsd/fbsd/x86/10.1 -Please read carefully the wiki. -Might be your environment is broken if you do not perform the correct procedure. -https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/make.defaults deleted file mode 100644 index e21dd076d9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/make.defaults +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/x86/9.2/make.defaults,v 1.2 2015/06/20 21:55:23 chewi Exp $ - -CHOST="i486-gentoo-freebsd9.2" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/parent b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/parent deleted file mode 100644 index 78cf737b76..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/fbsd/x86/9.2/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../releases/freebsd-9.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/make.defaults index ecdd49fed8..43aaf049a5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/make.defaults @@ -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/profiles/default/bsd/make.defaults,v 1.1 2012/07/05 16:23:28 ryao Exp $ +# $Id$ # Mask systemd files until upstream supports *BSD INSTALL_MASK="/usr/lib/systemd" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.mask index 41cf200a0e..37aaa3c865 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.mask @@ -1,12 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/package.mask,v 1.8 2014/07/26 09:17:01 ssuominen Exp $ +# $Id$ # Mask out the GNU versions of various packages. # We want BSD versions wherever possible # Also mask packages that are depending on Linux kernel sys-apps/apmd -sys-block/eject sys-apps/net-tools net-misc/iputils sys-apps/hardened-shadow diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.force index 596e1d1cec..4c8d1725d5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.force @@ -1,7 +1,3 @@ -# Peter Weller (10 March 2007) -# lprng deps on a p.masked package, force xarchiver to use cups -xfce-base/xfprint cups - # Javier Villavicencio (22 Jan 2009) # Otherwise useless tar. app-arch/libarchive bzip2 zlib lzma diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.mask index 026fc59b7f..8a0be41aaf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/package.use.mask,v 1.49 2014/12/24 17:57:56 tamiko Exp $ +# $Id$ + +# Fabian Groffen (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch # Matthias Maier (24 Dec 2014) # dev-libs/xapian is currently not keyworded for any *-bsd profile @@ -20,24 +24,12 @@ net-analyzer/tcpdump drop-root # Richard Yao (09 Nov 2012) # pm-utils is Linux-specific -kde-base/powerdevil pm-utils - -# Diego Elio Pettenò (16 Jul 2012) -# Allow using iconv in blender -media-gfx/blender -iconv +kde-plasma/powerdevil pm-utils # Sebastian Pipping (22 Feb 2011) # No dev-util/source-highlight or media-sound/lilypond here, yet (bug #356069, bug #344289) app-text/asciidoc test highlight -app-misc/mc pam - -# See http://bugzilla.gnome.org/show_bug.cgi?id=370847 for why we disable pam -gnome-extra/gnome-screensaver pam - -# Requires Linux-only packages -app-accessibility/gok usb - # iproute2 - linux only net-misc/openvpn iproute2 @@ -45,22 +37,19 @@ app-admin/sshguard -ipfilter media-video/ffmpeg ieee1394 iec61883 net-libs/c-client pam net-proxy/squid -ipf-transparent -pf-transparent -sys-apps/baselayout pam sys-apps/coreutils acl sys-apps/help2man nls # NetworkManager is Linux-only, Zephyr requires kerberos net-im/pidgin networkmanager zephyr -media-video/totem bluetooth - # Alexis Ballier (18 Jul 2008) # Requires a linux only library, bug #226085 dev-lang/erlang sctp # Alexis Ballier (8 Aug 2008) # Linux only useflags for vlc -media-video/vlc dc1394 ieee1394 fbosd +media-video/vlc dc1394 ieee1394 # Alexis Ballier (8 Aug 2008) # Depends on torque which is a linux only thing @@ -81,24 +70,16 @@ app-text/texlive xindy # Alexis Ballier (28 Nov 2008) # Requires bluez-libs which is linux only net-libs/libpcap bluetooth -gnome-base/gvfs bluetooth # Alexis Ballier (22 Jan 2009) # Requires gpm www-client/links livecd -# Needs DirectFB which is linux only -media-libs/xine-lib fusion - -# no sysfs on bsd -media-libs/mesa sysfs - # needs udev -kde-base/kdelibs udisks upower +kde-frameworks/kdelibs udisks upower media-libs/mesa gbm dri3 x11-base/xorg-drivers video_cards_radeonsi x11-drivers/xf86-video-ati glamor -x11-drivers/xf86-video-intel glamor # connman is Linux only dev-qt/qtbearer connman diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/packages b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/packages index 2702d6ecfd..35d3733fbc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/packages @@ -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/profiles/default/bsd/packages,v 1.9 2012/03/12 09:13:37 phajdan.jr Exp $ +# $Id$ -*virtual/dev-manager -*sys-fs/e2fsprogs diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/profile.bashrc index 6e1f856d22..bd15c46994 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/bsd/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/default/bsd/profile.bashrc @@ -2,13 +2,13 @@ if [[ ${EBUILD_PHASE} == compile ]] && [ -d "${S}" ] ; then if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then eerror "The source code contains a faulty openat.c unit from gnulib." eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD." - eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD" + eerror "https://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD" die "Broken openat.c gnulib unit." fi if grep -q "\\ # net-misc/networkmanager not keyworded @@ -24,7 +24,6 @@ lm_sensors caps filecaps vidix -madwifi 3dfx nvidia xvmc @@ -60,9 +59,7 @@ tslib input_devices_aiptek input_devices_evdev input_devices_tslib -input_devices_linuxwacom input_devices_synaptics -input_devices_ur98 input_devices_vmmouse video_cards_newport video_cards_sisusb diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ChangeLog deleted file mode 100644 index b5aa9ba407..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ChangeLog +++ /dev/null @@ -1,43 +0,0 @@ -# ChangeLog for the default/linux profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/ChangeLog,v 1.8 2015/01/30 22:06:52 blueness Exp $ - - 05 Jan 2015; William Hubbs packages: - Add iproute2 to system set for bug #189149 - - 30 Sep 2014; Fabian Groffen +ia64/13.0/package.use.mask, - ia64/13.0/use.mask, powerpc/ppc32/13.0/package.use.mask, - powerpc/ppc64/13.0/package.use.mask, sparc/13.0/package.use.mask: - Mask redis for mail-mta/exim to allow stabling, bugs #489676, #517934 - - 16 Aug 2014; Anthony G. Basile +uclibc/amd64/eapi, - +uclibc/amd64/make.defaults, +uclibc/amd64/package.mask, - +uclibc/amd64/parent, +uclibc/amd64/use.force, +uclibc/amd64/use.mask, - +uclibc/arm/armv6j/eapi, +uclibc/arm/armv6j/make.defaults, - +uclibc/arm/armv6j/parent, +uclibc/arm/armv7a/eapi, - +uclibc/arm/armv7a/make.defaults, +uclibc/arm/armv7a/parent, - +uclibc/arm/eapi, +uclibc/arm/make.defaults, +uclibc/arm/parent, - +uclibc/arm/use.force, +uclibc/arm/use.mask, +uclibc/eapi, - +uclibc/make.defaults, +uclibc/mips/eapi, +uclibc/mips/make.defaults, - +uclibc/mips/mipsel/eapi, +uclibc/mips/mipsel/make.defaults, - +uclibc/mips/mipsel/parent, +uclibc/mips/package.mask, +uclibc/mips/parent, - +uclibc/mips/use.force, +uclibc/mips/use.mask, +uclibc/package.mask, - +uclibc/packages, +uclibc/packages.build, +uclibc/parent, +uclibc/ppc/eapi, - +uclibc/ppc/make.defaults, +uclibc/ppc/package.mask, - +uclibc/ppc/package.use.mask, +uclibc/ppc/parent, +uclibc/ppc/use.force, - +uclibc/ppc/use.mask, +uclibc/use.force, +uclibc/use.mask, +uclibc/x86/eapi, - +uclibc/x86/make.defaults, +uclibc/x86/parent, +uclibc/x86/use.force, - +uclibc/x86/use.mask: - Migrate hardened/linux/uclibc to default/linux/uclibc - - 22 Apr 2014; Mike Frysinger packages.build: - Add pkgconfig to stage2 #507930. - - 17 Apr 2014; Patrick Lauer package.use.mask: - Fallout from ruby1.8 masking #505226: Mask - app-mobilephone/obexftp-0.23-r1[ruby] - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/developer/eapi, +eapi: - Add ChangeLog, increase EAPI to 5 - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/package.use.stable.mask index 224556abab..3f29ccee36 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/package.use.stable.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/alpha/13.0/package.use.stable.mask,v 1.6 2015/05/24 18:42:59 mattst88 Exp $ +# $Id$ # Pacho Ramos (27 Jan 2014) # Mask until we are able to stabilize thunderbird, bug #488766 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/use.stable.mask index d7c9262732..74a34681ea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/13.0/use.stable.mask @@ -1,4 +1,4 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/alpha/13.0/use.stable.mask,v 1.4 2014/02/02 11:30:33 pacho Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/ChangeLog deleted file mode 100644 index d274786b63..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/ChangeLog +++ /dev/null @@ -1,89 +0,0 @@ -# ChangeLog for the default/linux/alpha profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/alpha/ChangeLog,v 1.19 2015/05/24 18:42:59 mattst88 Exp $ - - 24 May 2015; Matt Turner 13.0/package.use.stable.mask: - Drop stale dbus-python test entry. - - 9 May 2015; Ian Delaney 13.0/package.use.stable.mask - remove stale entry masking media-video/vlc from 13.0/package.use.stable.mask - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi, - 13.0/desktop/kde/eapi, +13.0/desktop/kde/systemd/eapi, 13.0/developer/eapi, - +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Tom Wijsman 13.0/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, - -10.0/desktop/gnome/eapi, -10.0/desktop/gnome/parent, - -10.0/desktop/kde/deprecated, -10.0/desktop/kde/eapi, - -10.0/desktop/kde/parent, -10.0/desktop/parent, -10.0/developer/deprecated, - -10.0/developer/eapi, -10.0/developer/parent, -10.0/eapi, -10.0/parent, - -10.0/server/deprecated, -10.0/server/eapi, -10.0/server/parent, - -10.0/use.mask: - Remove deprecated 10.0 profiles - - 11 Jan 2014; Tom Wijsman +13.0/package.use.stable.mask: - [QA] Mask stable =dev-python/dbus-python-1.2.0[test] until - =dev-python/pygobject-3.8.3 is stable on the alpha architecture, see bug - #494132. - - 09 Jan 2014; Mike Gilbert 13.0/use.stable.mask: - Stable-mask systemd use flag, bug 497608. - - 13 Dec 2013; Matt Turner +13.0/use.stable.mask: - Unmask dev-lang/python-3.3* targets (bug #474128). - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/server/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 16 Jan 2013; Andreas K. Huettel -13.0/server/eapi, - -13.0/server/parent: - Remove server profiles as per mailing list discussion - - 15 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/parent, +13.0/eapi, +13.0/parent, +13.0/server/eapi, - +13.0/server/parent, +13.0/use.mask: - Copy profile tree 10.0 to 13.0 and adapt inheritance - - 09 Aug 2011; Samuli Suominen -2008.0/deprecated, - -2008.0/desktop/deprecated, -2008.0/desktop/make.defaults, - -2008.0/desktop/parent, -2008.0/developer/deprecated, - -2008.0/developer/parent, -2008.0/parent, -2008.0/server/deprecated, - -2008.0/server/parent: - Remove 2008.0 profile. - - 10 Nov 2008; Raúl Porcel -package.use.mask: - Punt package.use.mask, this goes to arch/alpha - - 09 Nov 2008; Tobias Klausmann package.use.mask: - Mask dxr3 USE flag for mplayer due to lack of hardware for testing - - 17 Sep 2008; Jose Luis Rivero - -2008.0/no-nptl/deprecated, -2008.0/no-nptl/package.mask, - -2008.0/no-nptl/parent: - Remove the deprecated 2008/no-nptl profile - - 19 Aug 2008; Jose Luis Rivero - 2008.0/no-nptl/package.mask: - package mask gcc-4.3 since it needs >=glibc-2.6 - - 13 Aug 2008; Raúl Porcel - +2008.0/no-nptl/package.mask: - P.mask iproute2 on no-nptl profile - - 11 Aug 2008; Raúl Porcel +2008.0/no-nptl/deprecated: - Deprecate the no-nptl profile - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/package.use.mask new file mode 100644 index 0000000000..7c5bf69df4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/alpha/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Alon Bar-Lev (01 Jan 2017) +# unkeyworded +net-libs/gnutls test-full diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/developer/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/developer/make.defaults index d7e051575a..5a3cd942a4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/developer/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/developer/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/developer/make.defaults,v 1.1 2013/01/15 23:08:00 dilfridge Exp $ +# $Id$ # Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile # This will help developers track packages, that don't respect LDFLAGS, down diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/no-multilib/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/no-multilib/parent index 521b28aab8..7f1f3bc017 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/no-multilib/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/no-multilib/parent @@ -1,3 +1,2 @@ .. ../../../../../arch/amd64/no-multilib -../../../../../features/64bit-native diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/x32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/x32/make.defaults index ba7d25368f..9cefe8079f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/x32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/13.0/x32/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/x32/make.defaults,v 1.1 2013/01/15 23:08:00 dilfridge Exp $ +# $Id$ CHOST="x86_64-pc-linux-gnux32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/ChangeLog deleted file mode 100644 index 2c33fb2909..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/ChangeLog +++ /dev/null @@ -1,154 +0,0 @@ -# ChangeLog for the default/linux/amd64 profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v 1.27 2015/06/02 09:13:41 mgorny Exp $ - - 02 Jun 2015; Michał Górny - -13.0/no-emul-linux-x86/desktop/eapi, - -13.0/no-emul-linux-x86/desktop/gnome/eapi, - -13.0/no-emul-linux-x86/desktop/gnome/parent, - -13.0/no-emul-linux-x86/desktop/gnome/systemd/eapi, - -13.0/no-emul-linux-x86/desktop/gnome/systemd/parent, - -13.0/no-emul-linux-x86/desktop/kde/eapi, - -13.0/no-emul-linux-x86/desktop/kde/parent, - -13.0/no-emul-linux-x86/desktop/kde/systemd/eapi, - -13.0/no-emul-linux-x86/desktop/kde/systemd/parent, - -13.0/no-emul-linux-x86/desktop/parent, - -13.0/no-emul-linux-x86/developer/eapi, - -13.0/no-emul-linux-x86/developer/make.defaults, - -13.0/no-emul-linux-x86/developer/parent, -13.0/no-emul-linux-x86/eapi, - -13.0/no-emul-linux-x86/parent, -13.0/no-emul-linux-x86/selinux/eapi, - -13.0/no-emul-linux-x86/selinux/parent: - Wipe out obsolete no-emul-linux-x86 profiles. - - 01 Jun 2015; Michael Palimaka package.use.mask: - Remove arch-specific mask that is duplicated in the base profile. - - 01 May 2015; Mike Gilbert +13.0/systemd/eapi, - +13.0/systemd/parent: - Add basic systemd profile - - 01 Feb 2015; Michael Palimaka +13.0/desktop/plasma/eapi, - +13.0/desktop/plasma/parent, +13.0/desktop/plasma/systemd/eapi, - +13.0/desktop/plasma/systemd/parent: - Add initial profile for KDE Plasma 5. - - 30 Nov 2014; Michał Górny - 13.0/no-emul-linux-x86/desktop/gnome/systemd/parent: - Correct the parents correctly. - - 30 Nov 2014; Michał Górny - 13.0/no-emul-linux-x86/desktop/gnome/systemd/parent, - 13.0/no-emul-linux-x86/desktop/parent: - Correct the parents in no-emul-linux-x86 profiles. - - 30 Nov 2014; Michał Górny - +13.0/no-emul-linux-x86/desktop/gnome/eapi, - +13.0/no-emul-linux-x86/desktop/gnome/parent, - +13.0/no-emul-linux-x86/desktop/gnome/systemd/eapi, - +13.0/no-emul-linux-x86/desktop/gnome/systemd/parent, - +13.0/no-emul-linux-x86/desktop/kde/eapi, - +13.0/no-emul-linux-x86/desktop/kde/parent, - +13.0/no-emul-linux-x86/desktop/kde/systemd/eapi, - +13.0/no-emul-linux-x86/desktop/kde/systemd/parent, - +13.0/no-emul-linux-x86/developer/eapi, - +13.0/no-emul-linux-x86/developer/make.defaults, - +13.0/no-emul-linux-x86/developer/parent, - +13.0/no-emul-linux-x86/selinux/eapi, +13.0/no-emul-linux-x86/selinux/parent: - Create more no-emul-linux-x86 subprofiles for testing. - - 21 Oct 2014; Mike Frysinger +package.use.mask: - Unmask sys-devel/gcc[sanitize] #504200. - - 14 Oct 2014; Michał Górny +13.0/no-emul-linux-x86/eapi, - +13.0/no-emul-linux-x86/parent: - Add a no-emul-linux-x86 subprofile for testing emul-linux-x86-free system. - - 30 Mar 2014; Michał Górny 13.0/package.use.stable.mask: - Move abi_x86_32 package stable-mask to arch profile since it is EAPI=5 now. - - 30 Mar 2014; Michał Górny 13.0/package.use.stable.mask, - -13.0/use.mask, -13.0/use.stable.mask: - Move pypy flag masks to arch profile since it is EAPI=5 now. - - 30 Mar 2014; Chí-Thanh Christopher Nguyễn - 13.0/package.use.stable.mask: - Mask abi_x86_32 for libxshmfence, bug #506056. - - 26 Mar 2014; Chí-Thanh Christopher Nguyễn - 13.0/package.use.stable.mask: - Mask multilib for wayland/weston, so they can go stable in bug #500368. - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi, - 13.0/desktop/kde/eapi, +13.0/desktop/kde/systemd/eapi, 13.0/developer/eapi, - +dev/32bit-userland/eapi, 13.0/no-multilib/eapi, 13.0/selinux/eapi, - 13.0/x32/eapi, +dev/eapi, +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Tom Wijsman 13.0/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, - -10.0/desktop/gnome/eapi, -10.0/desktop/gnome/parent, - -10.0/desktop/kde/deprecated, -10.0/desktop/kde/eapi, - -10.0/desktop/kde/parent, -10.0/desktop/parent, -10.0/developer/deprecated, - -10.0/developer/eapi, -10.0/developer/make.defaults, -10.0/developer/parent, - -10.0/eapi, -10.0/no-multilib/deprecated, -10.0/no-multilib/eapi, - -10.0/no-multilib/parent, -10.0/parent, -10.0/selinux/deprecated, - -10.0/selinux/eapi, -10.0/selinux/parent, -10.0/server/deprecated, - -10.0/server/eapi, -10.0/server/parent, -10.0/x32/deprecated, -10.0/x32/eapi, - -10.0/x32/make.defaults, -10.0/x32/parent: - Remove deprecated 10.0 profiles - - 23 Jan 2014; Mikle Kolyada - 13.0/package.use.stable.mask: - Fix qt packages category. - - 21 Jan 2014; Samuli Suominen - 13.0/package.use.stable.mask: - Missing abi_x86_32 mask for dev-libs/libcdio-paranoia wrt #497246 by Pacho - Ramos - - 16 Nov 2013; Michał Górny 13.0/package.use.stable.mask: - Un-stable-mask all Python impls on python-exec. We are forcing them anyway, - and users are having issues due to un-masking them manually. - - 03 Oct 2013; Matt Turner 13.0/package.use.stable.mask: - Drop unneeded libtxc_dxtn abi_x86_32 stable use mask. - - 24 Sep 2013; Michał Górny 13.0/package.use.stable.mask: - Add missing abi_x86_32 masks as reported by Patrick Lauer. - - 07 Aug 2013; Michał Górny 13.0/use.mask, - 13.0/use.stable.mask: - PyPy 1.9 is going masked for removal. Bug #480070. - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/no-multilib/deprecated, +10.0/selinux/deprecated, - +10.0/server/deprecated, +10.0/x32/deprecated: - Deprecate 10.0 profiles - - 20 Jan 2013; Michał Górny 13.0/eapi, +13.0/use.mask, - +13.0/use.stable.mask: - Unmask pypy for ~amd64, mask for stable amd64. - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 16 Jan 2013; Andreas K. Huettel -13.0/server/eapi, - -13.0/server/parent: - Remove 13.0 server profiles as per mailing list discussion - - 15 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/make.defaults, +13.0/developer/parent, +13.0/eapi, - +13.0/no-multilib/eapi, +13.0/no-multilib/parent, +13.0/parent, - +13.0/selinux/eapi, +13.0/selinux/parent, +13.0/server/eapi, - +13.0/server/parent, +13.0/x32/eapi, +13.0/x32/make.defaults, - +13.0/x32/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/README b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/README index edcab26d01..44d017b3b9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/README +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/README @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/dev/32bit-userland/README,v 1.1 2009/10/03 16:00:24 ssuominen Exp $ +# $Id$ IMPORTANT ========= diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/make.defaults index 98b1cdc76d..398a3d8ae0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/dev/32bit-userland/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/dev/32bit-userland/make.defaults,v 1.1 2009/10/03 16:00:24 ssuominen Exp $ +# $Id$ DEFAULT_ABI="x86" ABI="x86" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/package.use.mask index f70b80ebc0..3f60c80d66 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/package.use.mask,v 1.5 2015/06/01 16:54:49 kensington Exp $ +# $Id$ + +# Mike Frysinger (08 May 2016) +# This target supports VTV #547040. +>=sys-devel/gcc-4.9 -vtv # Mike Frysinger (21 Oct 2014) # This target supports ASAN/etc... #504200. diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4/desktop/plasma/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4/desktop/plasma/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4/desktop/plasma/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4/desktop/plasma/parent new file mode 100644 index 0000000000..00b252f479 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4/desktop/plasma/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop/plasma diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/parent new file mode 100644 index 0000000000..00b252f479 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop/plasma diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/lib32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/features/multilib/lib32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/parent new file mode 100644 index 0000000000..00b252f479 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop/plasma diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/parent new file mode 100644 index 0000000000..00b252f479 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop/plasma diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/parent new file mode 100644 index 0000000000..00b252f479 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop/plasma diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/parent new file mode 100644 index 0000000000..ff3a7b1ec8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/desktop/plasma diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/systemd/parent new file mode 100644 index 0000000000..44f88d3e2d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/13.0/desktop/plasma/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/ChangeLog deleted file mode 100644 index cdcc4cc6c4..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/ChangeLog +++ /dev/null @@ -1,152 +0,0 @@ -# ChangeLog for the default/linux/arm profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/arm/ChangeLog,v 1.10 2014/10/21 12:13:27 vapier Exp $ - - 21 Oct 2014; Mike Frysinger +package.use.mask: - Unmask sys-devel/gcc[sanitize] #504200. - - 05 Apr 2014; Andreas K. Huettel - -13.0/package.use.stable.mask: - Move file to arch/arm - - 19 Mar 2014; Andreas K. Huettel - 13.0/armv4/desktop/eapi, 13.0/armv4/desktop/gnome/eapi, - 13.0/armv4/desktop/kde/eapi, 13.0/armv4/developer/eapi, 13.0/armv4/eapi, - 13.0/armv4t/desktop/eapi, 13.0/armv4t/desktop/gnome/eapi, - 13.0/armv4t/desktop/kde/eapi, 13.0/armv4t/developer/eapi, 13.0/armv4t/eapi, - 13.0/armv5te/desktop/eapi, 13.0/armv5te/desktop/gnome/eapi, - 13.0/armv5te/desktop/kde/eapi, 13.0/armv5te/developer/eapi, - 13.0/armv5te/eapi, 13.0/armv6j/desktop/eapi, 13.0/armv6j/desktop/gnome/eapi, - 13.0/armv6j/desktop/kde/eapi, 13.0/armv6j/developer/eapi, 13.0/armv6j/eapi, - 13.0/armv7a/desktop/eapi, 13.0/armv7a/desktop/gnome/eapi, - 13.0/armv7a/desktop/kde/eapi, 13.0/armv7a/developer/eapi, 13.0/armv7a/eapi, - 13.0/desktop/eapi, 13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi, - 13.0/desktop/kde/eapi, +13.0/desktop/kde/systemd/eapi, 13.0/developer/eapi, - +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Tom Wijsman +13.0/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 16 Mar 2014; Andreas K. Huettel - -10.0/armv4/deprecated, -10.0/armv4/desktop/deprecated, - -10.0/armv4/desktop/eapi, -10.0/armv4/desktop/gnome/deprecated, - -10.0/armv4/desktop/gnome/eapi, -10.0/armv4/desktop/gnome/parent, - -10.0/armv4/desktop/kde/deprecated, -10.0/armv4/desktop/kde/eapi, - -10.0/armv4/desktop/kde/parent, -10.0/armv4/desktop/parent, - -10.0/armv4/developer/deprecated, -10.0/armv4/developer/eapi, - -10.0/armv4/developer/parent, -10.0/armv4/eapi, -10.0/armv4/parent, - -10.0/armv4/server/deprecated, -10.0/armv4/server/eapi, - -10.0/armv4/server/parent, -10.0/armv4t/deprecated, - -10.0/armv4t/desktop/deprecated, -10.0/armv4t/desktop/eapi, - -10.0/armv4t/desktop/gnome/deprecated, -10.0/armv4t/desktop/gnome/eapi, - -10.0/armv4t/desktop/gnome/parent, -10.0/armv4t/desktop/kde/deprecated, - -10.0/armv4t/desktop/kde/eapi, -10.0/armv4t/desktop/kde/parent, - -10.0/armv4t/desktop/parent, -10.0/armv4t/developer/deprecated, - -10.0/armv4t/developer/eapi, -10.0/armv4t/developer/parent, - -10.0/armv4t/eapi, -10.0/armv4t/parent, -10.0/armv4t/server/deprecated, - -10.0/armv4t/server/eapi, -10.0/armv4t/server/parent, - -10.0/armv5te/deprecated, -10.0/armv5te/desktop/deprecated, - -10.0/armv5te/desktop/eapi, -10.0/armv5te/desktop/gnome/deprecated, - -10.0/armv5te/desktop/gnome/eapi, -10.0/armv5te/desktop/gnome/parent, - -10.0/armv5te/desktop/kde/deprecated, -10.0/armv5te/desktop/kde/eapi, - -10.0/armv5te/desktop/kde/parent, -10.0/armv5te/desktop/parent, - -10.0/armv5te/developer/deprecated, -10.0/armv5te/developer/eapi, - -10.0/armv5te/developer/parent, -10.0/armv5te/eapi, -10.0/armv5te/parent, - -10.0/armv5te/server/deprecated, -10.0/armv5te/server/eapi, - -10.0/armv5te/server/parent, -10.0/armv6j/deprecated, - -10.0/armv6j/desktop/deprecated, -10.0/armv6j/desktop/eapi, - -10.0/armv6j/desktop/gnome/deprecated, -10.0/armv6j/desktop/gnome/eapi, - -10.0/armv6j/desktop/gnome/parent, -10.0/armv6j/desktop/kde/deprecated, - -10.0/armv6j/desktop/kde/eapi, -10.0/armv6j/desktop/kde/parent, - -10.0/armv6j/desktop/parent, -10.0/armv6j/developer/deprecated, - -10.0/armv6j/developer/eapi, -10.0/armv6j/developer/parent, - -10.0/armv6j/eapi, -10.0/armv6j/parent, -10.0/armv6j/server/deprecated, - -10.0/armv6j/server/eapi, -10.0/armv6j/server/parent, - -10.0/armv7a/deprecated, -10.0/armv7a/desktop/deprecated, - -10.0/armv7a/desktop/eapi, -10.0/armv7a/desktop/gnome/deprecated, - -10.0/armv7a/desktop/gnome/eapi, -10.0/armv7a/desktop/gnome/parent, - -10.0/armv7a/desktop/kde/deprecated, -10.0/armv7a/desktop/kde/eapi, - -10.0/armv7a/desktop/kde/parent, -10.0/armv7a/desktop/parent, - -10.0/armv7a/developer/deprecated, -10.0/armv7a/developer/eapi, - -10.0/armv7a/developer/parent, -10.0/armv7a/eapi, -10.0/armv7a/parent, - -10.0/armv7a/server/deprecated, -10.0/armv7a/server/eapi, - -10.0/armv7a/server/parent, -10.0/deprecated, -10.0/desktop/deprecated, - -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, -10.0/desktop/gnome/eapi, - -10.0/desktop/gnome/parent, -10.0/desktop/kde/deprecated, - -10.0/desktop/kde/eapi, -10.0/desktop/kde/parent, -10.0/desktop/parent, - -10.0/developer/deprecated, -10.0/developer/eapi, -10.0/developer/parent, - -10.0/eapi, -10.0/parent, -10.0/server/deprecated, -10.0/server/eapi, - -10.0/server/parent: - Remove deprecated 10.0 profiles - - 26 Dec 2013; Markus Meier 13.0/eapi, - +13.0/use.stable.mask: - update profile EAPI to 5 and unmask dev-lang/python-3.3* targets, bug #474128 - - 09 Feb 2013; Andreas K. Huettel - +10.0/armv4/deprecated, +10.0/armv4/desktop/deprecated, - +10.0/armv4/desktop/gnome/deprecated, +10.0/armv4/desktop/kde/deprecated, - +10.0/armv4/developer/deprecated, +10.0/armv4/server/deprecated, - +10.0/armv4t/deprecated, +10.0/armv4t/desktop/deprecated, - +10.0/armv4t/desktop/gnome/deprecated, +10.0/armv4t/desktop/kde/deprecated, - +10.0/armv4t/developer/deprecated, +10.0/armv4t/server/deprecated, - +10.0/armv5te/deprecated, +10.0/armv5te/desktop/deprecated, - +10.0/armv5te/desktop/gnome/deprecated, +10.0/armv5te/desktop/kde/deprecated, - +10.0/armv5te/developer/deprecated, +10.0/armv5te/server/deprecated, - +10.0/armv6j/deprecated, +10.0/armv6j/desktop/deprecated, - +10.0/armv6j/desktop/gnome/deprecated, +10.0/armv6j/desktop/kde/deprecated, - +10.0/armv6j/developer/deprecated, +10.0/armv6j/server/deprecated, - +10.0/armv7a/deprecated, +10.0/armv7a/desktop/deprecated, - +10.0/armv7a/desktop/gnome/deprecated, +10.0/armv7a/desktop/kde/deprecated, - +10.0/armv7a/developer/deprecated, +10.0/armv7a/server/deprecated, - +10.0/deprecated, +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/server/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 16 Jan 2013; Andreas K. Huettel - -13.0/armv4/server/eapi, -13.0/armv4/server/parent, -13.0/armv4t/server/eapi, - -13.0/armv4t/server/parent, -13.0/armv5te/server/eapi, - -13.0/armv5te/server/parent, -13.0/armv6j/server/eapi, - -13.0/armv6j/server/parent, -13.0/armv7a/server/eapi, - -13.0/armv7a/server/parent, -13.0/server/eapi, -13.0/server/parent: - Remove 13.0 server profiles as per mailing list discussion - - 15 Jan 2013; Andreas K. Huettel - +13.0/armv4/desktop/eapi, +13.0/armv4/desktop/gnome/eapi, - +13.0/armv4/desktop/gnome/parent, +13.0/armv4/desktop/kde/eapi, - +13.0/armv4/desktop/kde/parent, +13.0/armv4/desktop/parent, - +13.0/armv4/developer/eapi, +13.0/armv4/developer/parent, +13.0/armv4/eapi, - +13.0/armv4/parent, +13.0/armv4/server/eapi, +13.0/armv4/server/parent, - +13.0/armv4t/desktop/eapi, +13.0/armv4t/desktop/gnome/eapi, - +13.0/armv4t/desktop/gnome/parent, +13.0/armv4t/desktop/kde/eapi, - +13.0/armv4t/desktop/kde/parent, +13.0/armv4t/desktop/parent, - +13.0/armv4t/developer/eapi, +13.0/armv4t/developer/parent, - +13.0/armv4t/eapi, +13.0/armv4t/parent, +13.0/armv4t/server/eapi, - +13.0/armv4t/server/parent, +13.0/armv5te/desktop/eapi, - +13.0/armv5te/desktop/gnome/eapi, +13.0/armv5te/desktop/gnome/parent, - +13.0/armv5te/desktop/kde/eapi, +13.0/armv5te/desktop/kde/parent, - +13.0/armv5te/desktop/parent, +13.0/armv5te/developer/eapi, - +13.0/armv5te/developer/parent, +13.0/armv5te/eapi, +13.0/armv5te/parent, - +13.0/armv5te/server/eapi, +13.0/armv5te/server/parent, - +13.0/armv6j/desktop/eapi, +13.0/armv6j/desktop/gnome/eapi, - +13.0/armv6j/desktop/gnome/parent, +13.0/armv6j/desktop/kde/eapi, - +13.0/armv6j/desktop/kde/parent, +13.0/armv6j/desktop/parent, - +13.0/armv6j/developer/eapi, +13.0/armv6j/developer/parent, - +13.0/armv6j/eapi, +13.0/armv6j/parent, +13.0/armv6j/server/eapi, - +13.0/armv6j/server/parent, +13.0/armv7a/desktop/eapi, - +13.0/armv7a/desktop/gnome/eapi, +13.0/armv7a/desktop/gnome/parent, - +13.0/armv7a/desktop/kde/eapi, +13.0/armv7a/desktop/kde/parent, - +13.0/armv7a/desktop/parent, +13.0/armv7a/developer/eapi, - +13.0/armv7a/developer/parent, +13.0/armv7a/eapi, +13.0/armv7a/parent, - +13.0/armv7a/server/eapi, +13.0/armv7a/server/parent, +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/parent, +13.0/eapi, +13.0/parent, +13.0/server/eapi, - +13.0/server/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/package.use.mask index 6a06264624..26ccdf8611 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm/package.use.mask @@ -1,6 +1,18 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/arm/package.use.mask,v 1.1 2014/10/21 12:13:27 vapier Exp $ +# $Id$ + +# Alon Bar-Lev (01 Jan 2017) +# unkeyworded +net-libs/gnutls test-full + +# Fabian Groffen (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch + +# Mike Frysinger (08 May 2016) +# This target supports VTV #547040. +>=sys-devel/gcc-6 -vtv # Mike Frysinger (21 Oct 2014) # This target supports ASAN/etc... #504200. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/desktop/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/desktop/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/desktop/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/desktop/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/desktop/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/systemd/parent new file mode 100644 index 0000000000..ced72403bd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/13.0/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/ChangeLog deleted file mode 100644 index cae900f4c1..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for the default/linux/arm64 profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/arm64/ChangeLog,v 1.1 2014/03/19 22:13:22 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/developer/eapi, +eapi: - Add ChangeLog, increase EAPI to 5 - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/package.use.mask new file mode 100644 index 0000000000..252007db41 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/package.use.mask @@ -0,0 +1,11 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Mike Frysinger (08 May 2016) +# This target supports VTV #547040. +>=sys-devel/gcc-6 -vtv + +# Mike Frysinger (22 Mar 2016) +# This target supports ASAN/etc... #504200. +>=sys-devel/gcc-5 -sanitize diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/parent index 63b5baf1b0..21d6fd1a07 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/parent @@ -1,3 +1,3 @@ ../../../base .. -../../../arch/arm64 +../../../arch/arm64/little-endian diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/ChangeLog deleted file mode 100644 index 8c57782c8c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/ChangeLog +++ /dev/null @@ -1,89 +0,0 @@ -# ChangeLog for profiles/default/linux/hppa -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/hppa/ChangeLog,v 1.23 2014/03/19 22:14:06 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/developer/eapi, +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/parent, - -10.0/developer/deprecated, -10.0/developer/eapi, -10.0/developer/parent, - -10.0/eapi, -10.0/parent, -10.0/server/deprecated, -10.0/server/eapi, - -10.0/server/parent: - Remove deprecated 10.0 profiles - - 08 Jan 2014; Jeroen Roovers package.use.mask: - Remove pointless crap (bug #497186). - - 05 Jan 2014; Robin H. Johnson package.use.mask: - Pending keywording of net-libs/miniupnpc per bug #497186 - - 30 Nov 2013; Jeroen Roovers 13.0/eapi: - Update to EAPI=5 for use.stable.mask. - - 30 Nov 2013; Jeroen Roovers +13.0/use.stable.mask: - Unmask dev-lang/python-3.3* targets (bug #474128). - - 14 Oct 2013; Jeroen Roovers package.use.mask: - Remove obsolete entry (media-libs/openinventor). - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/desktop/deprecated, +10.0/developer/deprecated, - +10.0/server/deprecated: - Deprecate 10.0 profiles - - 16 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/parent, +13.0/developer/eapi, +13.0/developer/parent, - +13.0/eapi, +13.0/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - - 22 Oct 2012; Jeroen Roovers -10.0/desktop/gnome/eapi, - -10.0/desktop/gnome/parent, -10.0/desktop/kde/eapi, -10.0/desktop/kde/parent: - Remove deprecated desktop profiles. - - 29 May 2012; Jeroen Roovers -use.mask: - Remove use.mask in favour of arch/hppa/use.mask. - - 29 May 2012; Jeroen Roovers -10.0/use.mask: - Remove crappy use.mask. - - 19 Apr 2012; Jeroen Roovers package.use.mask: - net-libs/xulrunner is no longer keyworded for HPPA. - - 01 Sep 2011; Jeroen Roovers package.use.mask: - Mask USE=numa for sys-apps/hwloc (bug #381313). - - 09 Aug 2011; Samuli Suominen -2008.0/deprecated, - -2008.0/desktop/deprecated, -2008.0/desktop/make.defaults, - -2008.0/desktop/parent, -2008.0/developer/deprecated, - -2008.0/developer/parent, -2008.0/parent, -2008.0/server/deprecated, - -2008.0/server/parent: - Remove 2008.0 profile. - - 25 Jul 2010; Nirbheek Chauhan package.use.mask: - Fix atom for pkgmove from www-client/mozilla-firefox -> www-client/firefox - - 15 Aug 2008; Jeroen Roovers package.use.mask: - Mask custom-optimisation USE flag for net-libs/xulrunner and - www-client/mozilla-firefox (thanks to armin76). - - 18 Jul 2008; Jeroen Roovers package.use.mask: - Mask pch USE flag for x11-libs/qt-assistant (bug #223775). - - 15 Jul 2008; Jeroen Roovers package.use.mask: - Masking openinventor USE flag for sci-physics/geant. - - 17 Jun 2008; Jeroen Roovers +package.use.mask: - Masking jabber USE flag for abiword-plugins (net-libs/loudmouth does not - work, bugs #215125 and #225395). - - 16 Jun 2008; Jeroen Roovers -package.use.mask, use.mask: - Block USE=mpi altogether instead of adding it piecemeal to p.u.m. - - 16 Jun 2008; Jeroen Roovers +package.use.mask: - Mask dev-lib/boost's upcoming USE=mpi (bug #225045). - - 07 Jun 2008; Jeroen Roovers +use.mask: - Mask dev-util/anjuta:valgrind. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/package.use.mask index 84478a1170..faa5b3b924 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/hppa/package.use.mask,v 1.16 2014/01/08 17:21:47 jer Exp $ +# $Id$ # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to . diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/package.use.mask index f654baacea..a2295ce8ea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/package.use.mask @@ -1,6 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/ia64/13.0/package.use.mask,v 1.1 2014/09/30 19:08:56 grobian Exp $ +# $Id$ + +# Alon Bar-Lev (01 Jan 2017) +# unkeyworded +net-libs/gnutls test-full + +# Fabian Groffen (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch # Fabian Groffen (Sep 30, 2014) # redis needs dev-libs/hiredis, bug #489676 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.mask index 7bdac1535e..d0974836a5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/ia64/13.0/use.mask,v 1.3 2014/09/30 19:08:56 grobian Exp $ +# $Id$ # Anthony G. Basile (15 Apr 2012) # Pulls in net-libs/axtls or net-libs/polarssl which are diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.stable.mask index b5332635df..bc4612c59d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/13.0/use.stable.mask @@ -1,3 +1,3 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/ia64/13.0/use.stable.mask,v 1.2 2014/02/02 11:30:33 pacho Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/ChangeLog deleted file mode 100644 index 13bac997c1..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for the default/linux/ia64 profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/ia64/ChangeLog,v 1.6 2014/03/19 22:14:39 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi, - 13.0/desktop/kde/eapi, +13.0/desktop/kde/systemd/eapi, 13.0/developer/eapi, - +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, - -10.0/desktop/gnome/eapi, -10.0/desktop/gnome/parent, - -10.0/desktop/kde/deprecated, -10.0/desktop/kde/eapi, - -10.0/desktop/kde/parent, -10.0/desktop/parent, -10.0/developer/deprecated, - -10.0/developer/eapi, -10.0/developer/parent, -10.0/eapi, -10.0/parent, - -10.0/server/deprecated, -10.0/server/eapi, -10.0/server/parent, - -10.0/use.mask: - Remove deprecated 10.0 profiles - - 09 Jan 2014; Mike Gilbert 13.0/eapi, - +13.0/use.stable.mask: - Stable-mask systemd use flag, bug 497608. - - 09 Feb 2013; Andreas K. Huettel - +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/server/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 16 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/parent, +13.0/eapi, +13.0/parent, +13.0/use.mask: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/make.defaults new file mode 100644 index 0000000000..ade00e44c5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/ia64/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Disable as-needed by default until #541828 is fixed. +# (The as-needed flag is added in default/linux/.) +LDFLAGS="-Wl,-O1" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/m68k/13.0/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/m68k/13.0/package.mask index 7c916fd4ea..506a542c64 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/m68k/13.0/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/m68k/13.0/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/m68k/13.0/package.mask,v 1.1 2013/01/16 21:53:25 dilfridge Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/m68k/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/m68k/ChangeLog deleted file mode 100644 index fbc1cc9496..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/m68k/ChangeLog +++ /dev/null @@ -1,34 +0,0 @@ -# ChangeLog for the default/linux/m68k profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/m68k/ChangeLog,v 1.5 2014/03/19 22:15:08 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/desktop/gnome/eapi, 13.0/desktop/kde/eapi, 13.0/developer/eapi, - 13.0/eapi, +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, - -10.0/desktop/gnome/eapi, -10.0/desktop/gnome/parent, - -10.0/desktop/kde/deprecated, -10.0/desktop/kde/eapi, - -10.0/desktop/kde/parent, -10.0/desktop/parent, -10.0/developer/deprecated, - -10.0/developer/eapi, -10.0/developer/parent, -10.0/eapi, -10.0/package.mask, - -10.0/parent, -10.0/server/deprecated, -10.0/server/eapi, - -10.0/server/parent: - Remove deprecated 10.0 profiles - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/server/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 16 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/parent, +13.0/eapi, +13.0/package.mask, +13.0/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/make.defaults index dfa4843bf1..d8fa18df3e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.20 2014/01/21 04:30:28 dirtyepic Exp $ +# $Id$ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -17,6 +17,9 @@ USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib" # make sure toolchain has sane defaults USE="${USE} fortran openmp" +# Security ftw. +USE="${USE} seccomp" + # 2010/10/21 - Ole Markus With # These USE flags were originally inserted here because of PHP # and were later removed by me. Reinserting the USE flags again because they are @@ -33,9 +36,9 @@ USE="${USE} dri" # on glibc system you cannot turn it off USE="${USE} iconv" -# 2006/06/30 - Donnie Berkholz +# 2017/01/17 - Matt Turner # Sane defaults for input drivers -INPUT_DEVICES="keyboard mouse evdev" +INPUT_DEVICES="libinput" # 2006/08/18 - Donnie Berkholz # Lowest common denominator defaults for video drivers, @@ -53,6 +56,6 @@ VIDEO_CARDS="dummy fbdev v4l" LDFLAGS="-Wl,-O1 -Wl,--as-needed" # 2009/09/21 Robin H. Johnson -# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml +# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml # Build kernel modules from linux-mod by default: USE="${USE} modules" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/desktop/deprecated new file mode 100644 index 0000000000..f2e1752166 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/developer/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/developer/deprecated new file mode 100644 index 0000000000..f2e1752166 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/developer/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/desktop/deprecated new file mode 100644 index 0000000000..c5d3623323 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/developer/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/developer/deprecated new file mode 100644 index 0000000000..c5d3623323 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/developer/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/multilib/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/multilib/deprecated new file mode 100644 index 0000000000..671dcba4e7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/multilib/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/multilib/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n32/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n32/desktop/deprecated new file mode 100644 index 0000000000..c5d3623323 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n32/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n32/developer/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n32/developer/deprecated new file mode 100644 index 0000000000..c5d3623323 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n32/developer/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n64/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n64/desktop/deprecated new file mode 100644 index 0000000000..208814e1fb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n64/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n64/developer/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n64/developer/deprecated new file mode 100644 index 0000000000..208814e1fb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/n64/developer/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/o32/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/o32/desktop/deprecated new file mode 100644 index 0000000000..3d6ab01f22 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/o32/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/o32/developer/decprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/o32/developer/decprecated new file mode 100644 index 0000000000..3d6ab01f22 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/mipsel/o32/developer/decprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/mipsel/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/multilib/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/multilib/deprecated new file mode 100644 index 0000000000..57b2c0bfe9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/multilib/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/multilib/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n32/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n32/desktop/deprecated new file mode 100644 index 0000000000..f2e1752166 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n32/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n32/developer/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n32/developer/deprecated new file mode 100644 index 0000000000..f2e1752166 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n32/developer/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n64/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n64/desktop/deprecated new file mode 100644 index 0000000000..cc12a878cf --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n64/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n64/developer/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n64/developer/deprecated new file mode 100644 index 0000000000..cc12a878cf --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/n64/developer/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/o32/desktop/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/o32/desktop/deprecated new file mode 100644 index 0000000000..57eb958dce --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/o32/desktop/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/o32/developer/deprecated b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/o32/developer/deprecated new file mode 100644 index 0000000000..57eb958dce --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/13.0/o32/developer/deprecated @@ -0,0 +1 @@ +default/linux/mips/13.0/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/ChangeLog deleted file mode 100644 index b4357fc64f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/ChangeLog +++ /dev/null @@ -1,68 +0,0 @@ -# ChangeLog for the default/linux/mips profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/mips/ChangeLog,v 1.6 2014/10/11 09:46:59 blueness Exp $ - - 11 Oct 2014; Anthony G. Basile - +13.0/mipsel/o32/desktop/eapi, +13.0/mipsel/o32/desktop/parent, - +13.0/mipsel/o32/developer/eapi, +13.0/mipsel/o32/developer/parent, - +13.0/mipsel/o32/eapi, +13.0/mipsel/o32/parent: - Restructure to accomodate new multilib scheme - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/developer/eapi, 13.0/eapi, +13.0/mipsel/desktop/eapi, - +13.0/mipsel/developer/eapi, +13.0/mipsel/eapi, +13.0/mipsel/multilib/eapi, - +13.0/mipsel/multilib/n32/eapi, +13.0/mipsel/multilib/n64/eapi, - +13.0/mipsel/n32/desktop/eapi, +13.0/mipsel/n32/developer/eapi, - +13.0/mipsel/n32/eapi, +13.0/mipsel/n64/desktop/eapi, - +13.0/mipsel/n64/developer/eapi, +13.0/mipsel/n64/eapi, +13.0/multilib/eapi, - +13.0/multilib/n32/eapi, +13.0/multilib/n64/eapi, +13.0/n32/desktop/eapi, - +13.0/n32/developer/eapi, +13.0/n32/eapi, +13.0/n64/desktop/eapi, - +13.0/n64/developer/eapi, +13.0/n64/eapi, +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/eapi, -10.0/desktop/parent, -10.0/developer/eapi, - -10.0/developer/parent, -10.0/eapi, -10.0/mipsel/deprecated, - -10.0/mipsel/desktop/parent, -10.0/mipsel/developer/parent, - -10.0/mipsel/multilib/deprecated, -10.0/mipsel/multilib/n32/deprecated, - -10.0/mipsel/multilib/n32/parent, -10.0/mipsel/multilib/n64/deprecated, - -10.0/mipsel/multilib/n64/parent, -10.0/mipsel/multilib/parent, - -10.0/mipsel/n32/deprecated, -10.0/mipsel/n32/desktop/parent, - -10.0/mipsel/n32/developer/parent, -10.0/mipsel/n32/parent, - -10.0/mipsel/n32/server/parent, -10.0/mipsel/n64/deprecated, - -10.0/mipsel/n64/desktop/parent, -10.0/mipsel/n64/developer/parent, - -10.0/mipsel/n64/parent, -10.0/mipsel/n64/server/parent, -10.0/mipsel/parent, - -10.0/mipsel/server/parent, -10.0/multilib/deprecated, - -10.0/multilib/n32/deprecated, -10.0/multilib/n32/parent, - -10.0/multilib/n64/deprecated, -10.0/multilib/n64/parent, - -10.0/multilib/parent, -10.0/n32/deprecated, -10.0/n32/desktop/parent, - -10.0/n32/developer/parent, -10.0/n32/parent, -10.0/n32/server/parent, - -10.0/n64/deprecated, -10.0/n64/desktop/parent, -10.0/n64/developer/parent, - -10.0/n64/parent, -10.0/n64/server/parent, -10.0/parent, -10.0/server/eapi, - -10.0/server/parent: - Remove deprecated 10.0 profiles - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/mipsel/deprecated, +10.0/mipsel/multilib/deprecated, - +10.0/mipsel/multilib/n32/deprecated, +10.0/mipsel/multilib/n64/deprecated, - +10.0/mipsel/n32/deprecated, +10.0/mipsel/n64/deprecated, - +10.0/multilib/deprecated, +10.0/multilib/n32/deprecated, - +10.0/multilib/n64/deprecated, +10.0/n32/deprecated, +10.0/n64/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 16 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/parent, +13.0/developer/eapi, +13.0/developer/parent, - +13.0/eapi, +13.0/mipsel/desktop/parent, +13.0/mipsel/developer/parent, - +13.0/mipsel/multilib/n32/parent, +13.0/mipsel/multilib/n64/parent, - +13.0/mipsel/multilib/parent, +13.0/mipsel/n32/desktop/parent, - +13.0/mipsel/n32/developer/parent, +13.0/mipsel/n32/parent, - +13.0/mipsel/n64/desktop/parent, +13.0/mipsel/n64/developer/parent, - +13.0/mipsel/n64/parent, +13.0/mipsel/parent, +13.0/multilib/n32/parent, - +13.0/multilib/n64/parent, +13.0/multilib/parent, +13.0/n32/desktop/parent, - +13.0/n32/developer/parent, +13.0/n32/parent, +13.0/n64/desktop/parent, - +13.0/n64/developer/parent, +13.0/n64/parent, +13.0/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/package.use.mask new file mode 100644 index 0000000000..4b8f886086 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use b/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use index fd0997902e..827b053489 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/package.use,v 1.1 2011/02/13 17:50:16 arfrever Exp $ +# $Id$ + +# Mike Frysinger (12 Nov 2015) +# We want busybox statically linked by default as it is the system rescue shell. +# But we cannot statically link pam, so turn that off by default. #468580 +sys-apps/busybox -pam static # Arfrever Frehtes Taifersar Arahesis (13 Feb 2011) # Disable deprecated bsddb module of Python 2 by default. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask index eea830d0f8..2c125e531a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask @@ -1,10 +1,21 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/package.use.mask,v 1.48 2014/04/17 03:01:15 patrick Exp $ +# $Id$ -# Patrick Lauer (17 Mar 2014) -# Fallout from ruby1.8 masking #505226 -=app-mobilephone/obexftp-0.23-r1 ruby +# Jason Zaman (06 Sep 2015) +# This is masked in base/package.use.mask as Linux only. +sys-auth/consolekit -cgroups + +# Michael Palimaka (03 Sep 2015) +# Native inotify support is preferred on linux. +kde-frameworks/kdelibs fam +kde-frameworks/kcoreaddons fam + +# Christian Ruppert (23 Aug 2015) +# seccomp seems completely broken currently but has been added as global default +# apparently... #558100 +# https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7 +net-dns/bind seccomp # Matt Turner (07 Mar 2014) # media-libs/libomxil-bellagio keyworded on amd64/x86 @@ -22,10 +33,6 @@ net-p2p/fms frost # upstream will not fix this problem soon media-video/rtmpdump polarssl -# Anthony G. Basile (10 Aug 2013) -# mask php and mono bindings pending more testing -=dev-libs/xapian-bindings-1.3.1 php mono - # Diego Elio Pettenò (27 Aug 2012) # The libpci access is only used for linux. net-analyzer/net-snmp -pci @@ -64,12 +71,6 @@ app-arch/libarchive -e2fsprogs # they are excluded. >=media-sound/pulseaudio-0.9.16_rc5 oss -# Diego E. Pettenò (9 Mar 2011) -# -# Mask usb USE flag for newest PCSC-Lite, since on Linux we want to -# use libudev instead. ->=sys-apps/pcsc-lite-1.7.0 usb - # Diego E. Pettenò (27 Mar 2011) # # Unmask pdnsd's Linux-specific USE flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages b/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages index a9ff8ea857..e20645ce77 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages @@ -1,6 +1,6 @@ # Copyright 2004-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages,v 1.3 2015/01/05 19:05:23 williamh Exp $ +# $Id$ # This file extends the base packages file for the default profile that all # architectures will enjoy. Please note that default is what most architectures diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages.build b/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages.build index 8971b21cfd..3c12d82e28 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages.build +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.15 2014/06/03 02:11:40 jmbsvicetto Exp $ +# $Id$ # This file describes the packages needed to build a stage1 based on this # profile. Packages in this file are built in order. @@ -12,7 +12,7 @@ app-arch/bzip2 app-arch/gzip app-arch/xz-utils app-arch/tar -app-shells/bash +app-shells/bash:0 net-misc/rsync net-misc/wget sys-devel/autoconf diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ChangeLog deleted file mode 100644 index f4b377fca0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ChangeLog +++ /dev/null @@ -1,147 +0,0 @@ -# ChangeLog for the default/linux/powerpc profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ChangeLog,v 1.10 2014/10/21 12:13:34 vapier Exp $ - - 21 Oct 2014; Mike Frysinger +package.use.mask: - Unmask sys-devel/gcc[sanitize] #504200. - - 24 Jul 2014; Fabian Groffen - +ppc32/13.0/package.use.mask, +ppc64/13.0/package.use.mask: - mask USE=dmarc for mail-mta/exim, bug #489676 - - 19 Mar 2014; Andreas K. Huettel +eapi, - ppc32/13.0/desktop/eapi, ppc32/13.0/desktop/gnome/eapi, - +ppc32/13.0/desktop/gnome/systemd/eapi, ppc32/13.0/desktop/kde/eapi, - +ppc32/13.0/desktop/kde/systemd/eapi, ppc32/13.0/developer/eapi, +ppc32/eapi, - ppc64/13.0/32bit-userland/desktop/eapi, - ppc64/13.0/32bit-userland/desktop/gnome/eapi, - +ppc64/13.0/32bit-userland/desktop/gnome/systemd/eapi, - ppc64/13.0/32bit-userland/desktop/kde/eapi, - +ppc64/13.0/32bit-userland/desktop/kde/systemd/eapi, - ppc64/13.0/32bit-userland/developer/eapi, ppc64/13.0/32bit-userland/eapi, - ppc64/13.0/64bit-userland/desktop/eapi, - ppc64/13.0/64bit-userland/desktop/gnome/eapi, - +ppc64/13.0/64bit-userland/desktop/gnome/systemd/eapi, - ppc64/13.0/64bit-userland/desktop/kde/eapi, - +ppc64/13.0/64bit-userland/desktop/kde/systemd/eapi, - ppc64/13.0/64bit-userland/developer/eapi, ppc64/13.0/64bit-userland/eapi, - ppc64/13.0/desktop/eapi, ppc64/13.0/desktop/gnome/eapi, - +ppc64/13.0/desktop/gnome/systemd/eapi, ppc64/13.0/desktop/kde/eapi, - +ppc64/13.0/desktop/kde/systemd/eapi, ppc64/13.0/developer/eapi, +ppc64/eapi: - Increase EAPI to 5 - - 16 Mar 2014; Tom Wijsman - +ppc32/13.0/package.use.stable.mask, +ppc64/13.0/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 16 Mar 2014; Tom Wijsman - +ppc32/13.0/package.use.stable.mask, +ppc64/13.0/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 16 Mar 2014; Tom Wijsman ppc32/13.0/eapi, - ppc64/13.0/eapi: - Changed to EAPI 5; per need of package.use.stable.mask for media-video/vlc - security stabilization, council decision and confirmation by dilfridge. - - 16 Mar 2014; Andreas K. Huettel - -ppc32/10.0/deprecated, -ppc32/10.0/desktop/deprecated, - -ppc32/10.0/desktop/eapi, -ppc32/10.0/desktop/gnome/deprecated, - -ppc32/10.0/desktop/gnome/eapi, -ppc32/10.0/desktop/gnome/parent, - -ppc32/10.0/desktop/kde/deprecated, -ppc32/10.0/desktop/kde/eapi, - -ppc32/10.0/desktop/kde/parent, -ppc32/10.0/desktop/parent, - -ppc32/10.0/developer/deprecated, -ppc32/10.0/developer/eapi, - -ppc32/10.0/developer/parent, -ppc32/10.0/eapi, -ppc32/10.0/parent, - -ppc32/10.0/server/deprecated, -ppc32/10.0/server/eapi, - -ppc32/10.0/server/parent, -ppc32/10.0/server/profile.bashrc, - -ppc64/10.0/32bit-userland/deprecated, - -ppc64/10.0/32bit-userland/desktop/deprecated, - -ppc64/10.0/32bit-userland/desktop/eapi, - -ppc64/10.0/32bit-userland/desktop/gnome/deprecated, - -ppc64/10.0/32bit-userland/desktop/gnome/eapi, - -ppc64/10.0/32bit-userland/desktop/gnome/parent, - -ppc64/10.0/32bit-userland/desktop/kde/deprecated, - -ppc64/10.0/32bit-userland/desktop/kde/eapi, - -ppc64/10.0/32bit-userland/desktop/kde/parent, - -ppc64/10.0/32bit-userland/desktop/parent, - -ppc64/10.0/32bit-userland/developer/deprecated, - -ppc64/10.0/32bit-userland/developer/eapi, - -ppc64/10.0/32bit-userland/developer/parent, -ppc64/10.0/32bit-userland/eapi, - -ppc64/10.0/32bit-userland/parent, - -ppc64/10.0/32bit-userland/server/deprecated, - -ppc64/10.0/32bit-userland/server/eapi, - -ppc64/10.0/32bit-userland/server/parent, - -ppc64/10.0/32bit-userland/server/profile.bashrc, - -ppc64/10.0/64bit-userland/deprecated, - -ppc64/10.0/64bit-userland/desktop/deprecated, - -ppc64/10.0/64bit-userland/desktop/eapi, - -ppc64/10.0/64bit-userland/desktop/gnome/deprecated, - -ppc64/10.0/64bit-userland/desktop/gnome/eapi, - -ppc64/10.0/64bit-userland/desktop/gnome/parent, - -ppc64/10.0/64bit-userland/desktop/kde/deprecated, - -ppc64/10.0/64bit-userland/desktop/kde/eapi, - -ppc64/10.0/64bit-userland/desktop/kde/parent, - -ppc64/10.0/64bit-userland/desktop/parent, - -ppc64/10.0/64bit-userland/developer/deprecated, - -ppc64/10.0/64bit-userland/developer/eapi, - -ppc64/10.0/64bit-userland/developer/parent, -ppc64/10.0/64bit-userland/eapi, - -ppc64/10.0/64bit-userland/parent, - -ppc64/10.0/64bit-userland/server/deprecated, - -ppc64/10.0/64bit-userland/server/eapi, - -ppc64/10.0/64bit-userland/server/parent, - -ppc64/10.0/64bit-userland/server/profile.bashrc, -ppc64/10.0/desktop/eapi, - -ppc64/10.0/desktop/gnome/eapi, -ppc64/10.0/desktop/gnome/parent, - -ppc64/10.0/desktop/kde/eapi, -ppc64/10.0/desktop/kde/parent, - -ppc64/10.0/desktop/parent, -ppc64/10.0/developer/eapi, - -ppc64/10.0/developer/parent, -ppc64/10.0/eapi, -ppc64/10.0/parent, - -ppc64/10.0/server/eapi, -ppc64/10.0/server/parent: - Remove deprecated 10.0 profiles - - 09 Feb 2013; Andreas K. Huettel - +ppc32/10.0/deprecated, +ppc32/10.0/desktop/deprecated, - +ppc32/10.0/desktop/gnome/deprecated, +ppc32/10.0/desktop/kde/deprecated, - +ppc32/10.0/developer/deprecated, +ppc32/10.0/server/deprecated, - +ppc64/10.0/32bit-userland/deprecated, - +ppc64/10.0/32bit-userland/desktop/deprecated, - +ppc64/10.0/32bit-userland/desktop/gnome/deprecated, - +ppc64/10.0/32bit-userland/desktop/kde/deprecated, - +ppc64/10.0/32bit-userland/developer/deprecated, - +ppc64/10.0/32bit-userland/server/deprecated, - +ppc64/10.0/64bit-userland/deprecated, - +ppc64/10.0/64bit-userland/desktop/deprecated, - +ppc64/10.0/64bit-userland/desktop/gnome/deprecated, - +ppc64/10.0/64bit-userland/desktop/kde/deprecated, - +ppc64/10.0/64bit-userland/developer/deprecated, - +ppc64/10.0/64bit-userland/server/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 16 Jan 2013; Andreas K. Huettel - +ppc32/13.0/desktop/eapi, +ppc32/13.0/desktop/gnome/eapi, - +ppc32/13.0/desktop/gnome/parent, +ppc32/13.0/desktop/kde/eapi, - +ppc32/13.0/desktop/kde/parent, +ppc32/13.0/desktop/parent, - +ppc32/13.0/developer/eapi, +ppc32/13.0/developer/parent, +ppc32/13.0/eapi, - +ppc32/13.0/parent, +ppc64/13.0/32bit-userland/desktop/eapi, - +ppc64/13.0/32bit-userland/desktop/gnome/eapi, - +ppc64/13.0/32bit-userland/desktop/gnome/parent, - +ppc64/13.0/32bit-userland/desktop/kde/eapi, - +ppc64/13.0/32bit-userland/desktop/kde/parent, - +ppc64/13.0/32bit-userland/desktop/parent, - +ppc64/13.0/32bit-userland/developer/eapi, - +ppc64/13.0/32bit-userland/developer/parent, +ppc64/13.0/32bit-userland/eapi, - +ppc64/13.0/32bit-userland/parent, +ppc64/13.0/64bit-userland/desktop/eapi, - +ppc64/13.0/64bit-userland/desktop/gnome/eapi, - +ppc64/13.0/64bit-userland/desktop/gnome/parent, - +ppc64/13.0/64bit-userland/desktop/kde/eapi, - +ppc64/13.0/64bit-userland/desktop/kde/parent, - +ppc64/13.0/64bit-userland/desktop/parent, - +ppc64/13.0/64bit-userland/developer/eapi, - +ppc64/13.0/64bit-userland/developer/parent, +ppc64/13.0/64bit-userland/eapi, - +ppc64/13.0/64bit-userland/parent, +ppc64/13.0/desktop/eapi, - +ppc64/13.0/desktop/gnome/eapi, +ppc64/13.0/desktop/gnome/parent, - +ppc64/13.0/desktop/kde/eapi, +ppc64/13.0/desktop/kde/parent, - +ppc64/13.0/desktop/parent, +ppc64/13.0/developer/eapi, - +ppc64/13.0/developer/parent, +ppc64/13.0/eapi, +ppc64/13.0/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/package.use.mask index a82f9d9203..f578629521 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/package.use.mask @@ -1,6 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/package.use.mask,v 1.7 2014/10/21 12:13:34 vapier Exp $ +# $Id$ + +# Alon Bar-Lev (01 Jan 2017) +# unkeyworded +net-libs/gnutls test-full + +# Fabian Groffen (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch # Mike Frysinger (21 Oct 2014) # This target supports ASAN/etc... #504200. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.mask index f6cec9df6d..4a24c0aa6c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc32/13.0/package.use.mask,v 1.2 2014/09/30 19:08:56 grobian Exp $ +# $Id$ # Fabian Groffen (Jul 24, 2014) # dmarc needs mail-filter/opendmarc, bug #489676 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask index 8fcd28cb66..22e98f4f24 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask @@ -1,10 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask,v 1.5 2015/04/19 06:45:35 yngwin Exp $ - -# Patrick Lauer (17 Apr 2014) -# Mask dbus-python[test] until #494132 maybe gets fixed -=dev-python/dbus-python-1.2.0 test +# $Id$ # Ben de Groot (Jul 24, 2014) # dmarc needs mail-filter/opendmarc, bug #489676 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask index 9aec0a5829..5dbea9e72e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask @@ -1,12 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask,v 1.2 2014/04/17 02:31:22 patrick Exp $ +# $Id$ # Tom Wijsman (17 Apr 2014) -# Mask dbus-python[test] until #494132 maybe gets fixed -=dev-python/dbus-python-1.2.0 test - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/desktop/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/desktop/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/desktop/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/desktop/parent new file mode 100644 index 0000000000..ad6c5e126f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/desktop diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/developer/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/developer/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/developer/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/developer/parent new file mode 100644 index 0000000000..4c893748ce --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/developer/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/developer diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/parent new file mode 100644 index 0000000000..7c03775109 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/13.0/parent @@ -0,0 +1,2 @@ +.. +../../../../releases/13.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/parent new file mode 100644 index 0000000000..1f65d97612 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/riscv/parent @@ -0,0 +1,3 @@ +../../../base +.. +../../../arch/riscv diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/s390/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/s390/ChangeLog deleted file mode 100644 index 374f087ade..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/s390/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -# ChangeLog for the default/linux/s390 profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/s390/ChangeLog,v 1.5 2014/03/19 22:17:29 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel 13.0/eapi, - +13.0/s390x/eapi, +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/eapi, -10.0/parent, -10.0/s390x/deprecated, -10.0/s390x/parent, - -10.0/server/deprecated, -10.0/server/eapi, -10.0/server/parent, - -10.0/server/s390x/deprecated, -10.0/server/s390x/parent: - Remove deprecated 10.0 profiles - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/s390x/deprecated, +10.0/server/deprecated, - +10.0/server/s390x/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 18 Jan 2013; Andreas K. Huettel +13.0/eapi, - +13.0/parent, +13.0/s390x/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sh/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sh/ChangeLog deleted file mode 100644 index 3a7f37d58e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sh/ChangeLog +++ /dev/null @@ -1,33 +0,0 @@ -# ChangeLog for the default/linux/sh profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sh/ChangeLog,v 1.5 2014/03/19 22:18:04 dilfridge Exp $ - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/desktop/gnome/eapi, 13.0/desktop/kde/eapi, 13.0/developer/eapi, - 13.0/eapi, +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, - -10.0/desktop/gnome/eapi, -10.0/desktop/gnome/parent, - -10.0/desktop/kde/deprecated, -10.0/desktop/kde/eapi, - -10.0/desktop/kde/parent, -10.0/desktop/parent, -10.0/developer/deprecated, - -10.0/developer/eapi, -10.0/developer/parent, -10.0/eapi, -10.0/parent, - -10.0/server/deprecated, -10.0/server/eapi, -10.0/server/parent: - Remove deprecated 10.0 profiles - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/server/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 18 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/parent, +13.0/eapi, +13.0/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/package.use.mask index 0b4848b5f3..3a8896f53a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/package.use.mask,v 1.3 2014/09/30 19:08:56 grobian Exp $ +# $Id$ # Fabian Groffen (Jul 24, 2014) # dmarc needs mail-filter/opendmarc, bug #489676 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/package.use.stable.mask deleted file mode 100644 index d2c853d8ad..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/package.use.stable.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/package.use.stable.mask,v 1.1 2014/04/17 02:35:41 patrick Exp $ - -# Patrick Lauer (17 Apr 2014) -# Mask dbus-python[test] until #494132 maybe gets fixed -=dev-python/dbus-python-1.2.0 test diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/packages b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/packages index a4fa7a86af..2306102a8e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/packages @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/packages,v 1.2 2014/11/17 11:47:00 armin76 Exp $ +# $Id$ # 2008.0 sparc profile diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/parent index 222c2cf569..483b027516 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/parent @@ -1,3 +1,3 @@ .. ../../../../releases/13.0 -../../../../features/32bit-userland +../../../../features/multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.mask index eab5da4ff4..6ba9640555 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/use.mask,v 1.2 2014/07/15 10:20:33 blueness Exp $ +# $Id$ # this is not a multilib profile multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.stable.mask index bc5b1b1565..74a34681ea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/13.0/use.stable.mask @@ -1,4 +1,4 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/13.0/use.stable.mask,v 1.2 2014/02/02 11:30:33 pacho Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/ChangeLog deleted file mode 100644 index 99f2562a2e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/ChangeLog +++ /dev/null @@ -1,55 +0,0 @@ -# ChangeLog for the default/linux/sparc profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/ChangeLog,v 1.10 2014/11/17 11:47:00 armin76 Exp $ - - 17 Nov 2014; Raúl Porcel 13.0/packages: - Remove sys-devel/kgcc64 since >=gcc-4.4 can compile 64bit kernels - - 21 Oct 2014; Mike Frysinger +package.use.mask: - Unmask sys-devel/gcc[sanitize] #504200. - - 24 Jul 2014; Fabian Groffen 13.0/package.use.mask: - mask USE=dmarc for mail-mta/exim, bug #489676 - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi, - 13.0/desktop/kde/eapi, +13.0/desktop/kde/systemd/eapi, 13.0/developer/eapi, - +eapi, +experimental/eapi, +experimental/multilib/desktop/eapi, - +experimental/multilib/developer/eapi, +experimental/multilib/eapi: - Increase EAPI to 5 - - 19 Mar 2014; Raúl Porcel experimental/multilib/parent, - -experimental/multilib/server/parent: - Remove server profile, and point parent to 13.0 instead of 10.0 - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, - -10.0/desktop/gnome/eapi, -10.0/desktop/gnome/parent, - -10.0/desktop/kde/deprecated, -10.0/desktop/kde/eapi, - -10.0/desktop/kde/parent, -10.0/desktop/parent, -10.0/developer/deprecated, - -10.0/developer/eapi, -10.0/developer/parent, -10.0/eapi, - -10.0/package.use.mask, -10.0/packages, -10.0/parent, - -10.0/server/deprecated, -10.0/server/eapi, -10.0/server/parent, - -10.0/use.mask: - Remove deprecated 10.0 profiles - - 24 Dec 2013; Ryan Hill - experimental/multilib/package.use.mask: - Adjust. - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/server/deprecated: - Deprecate 10.0 profiles - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 18 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/parent, +13.0/eapi, +13.0/package.use.mask, +13.0/packages, - +13.0/parent, +13.0/use.mask: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/make.defaults index 18948afe97..85bff4ebd4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/make.defaults,v 1.3 2009/04/02 22:19:31 bluebird Exp $ +# $Id$ # Multilib stuff MULTILIB_ABIS="sparc32 sparc64" @@ -11,3 +11,6 @@ FEATURES="userpriv" # can't set this in the top level make.defaults as it breaks # sys-kernel/linux-headers for non-multilib profiles CFLAGS_sparc64="-m64" + +LIBDIR_sparc32="lib32" +LIBDIR_sparc64="lib64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/package.use.mask index dc5dca7f1d..c126437c41 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/package.use.mask,v 1.3 2013/12/24 01:08:19 dirtyepic Exp $ +# $Id$ # Needs all X libraries in both 32 and 64 bit.. sys-devel/gcc awt diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/packages b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/packages index e7ab10addd..cbf9a90d01 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/packages @@ -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/profiles/default/linux/sparc/experimental/multilib/packages,v 1.1 2008/12/26 11:09:43 bluebird Exp $ +# $Id$ # older versions of gcc don't support biarch *>=sys-devel/gcc-4.3.2-r1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/parent index 7607023366..04ec01cf09 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/parent @@ -1,3 +1,3 @@ .. ../../../../../releases/13.0 -../../../../../features/multilib/lib32 +../../../../../features/multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/profile.bashrc index 451dfeaadf..3b1dc6ed4a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/experimental/multilib/profile.bashrc @@ -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/profiles/default/linux/sparc/experimental/multilib/profile.bashrc,v 1.2 2009/01/01 22:15:42 bluebird Exp $ +# $Id$ if [[ "${EBUILD_PHASE}" == "setup" ]] then diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/package.use.mask index 0d803f78bb..f578629521 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/sparc/package.use.mask @@ -1,6 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/package.use.mask,v 1.3 2014/10/21 12:13:44 vapier Exp $ +# $Id$ + +# Alon Bar-Lev (01 Jan 2017) +# unkeyworded +net-libs/gnutls test-full + +# Fabian Groffen (07 Dec 2016) +# unkeyworded notmuch dependency, bug #587560 +mail-client/mutt notmuch # Mike Frysinger (21 Oct 2014) # This target supports ASAN/etc... #504200. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ChangeLog deleted file mode 100644 index 161169dcbc..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for the default/linux/uclibc profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/ChangeLog,v 1.11 2015/06/18 12:36:01 blueness Exp $ - - 18 Jun 2015; Anthony G. Basile amd64/package.mask: - Unmask >sys-fs/e2fsprogs-1.42.11. Bug #548950 is fixed. - - 29 Mar 2015; Anthony G. Basile mips/package.mask: - Fix bad atom. - - 28 Mar 2015; Anthony G. Basile mips/package.mask: - Mask gcc-4.9 and above on mips because of bug #544756. - - 07 Feb 2015; Anthony G. Basile package.mask: - Unmask >sys-fs/e2fsprogs-1.42.7. See bug #516988. - - 30 Jan 2015; Anthony G. Basile - uclibc/amd64/make.defaults, uclibc/x86/make.defaults: - Unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from - arch/{amd64,x86}/make.defaults. - - 28 Jan 2015; Michał Górny amd64/use.mask, x86/use.mask: - Unmask CPU_FLAGS_X86. - - 24 Dec 2014; Matthias Maier mips/package.use.mask: - use mask clang useflag for app-doc/doxygen - - 20 Nov 2014; Davide Pesavento +arm/package.mask, - mips/package.mask, ppc/package.mask: - Move Qt 4.8.6 mask from global package.mask to arch profiles. - - 17 Oct 2014; Matthias Maier +arm/package.use.mask, - mips/package.use.mask: - Add net-print/cups java due to missing keyword for virtual/jre - - 17 Aug 2014; Anthony G. Basile +mips/package.use, - ppc/package.mask: - USE=internal-glib for dev-util/pkgconfig on mips to avoid pull in glib - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/make.defaults index 8acfb1c29e..5170460cad 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/amd64/make.defaults,v 1.2 2015/01/30 21:59:36 blueness Exp $ +# $Id$ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -16,10 +16,14 @@ FCFLAGS="${CFLAGS}" ABI="amd64" DEFAULT_ABI="amd64" MULTILIB_ABIS="amd64" -CHOST_amd64=${CHOST} +CHOST_amd64="${CHOST}" LIBDIR_amd64="lib" IUSE_IMPLICIT="abi_x86_64" +# Anthony G. Basile (31 Aug 2015) +# Relect these flags from arch/amd64 which we don't inherit +CPU_FLAGS_X86="mmx mmxext sse sse2" + # Anthony G. Basile (26 Jan 2013) # Unhide the CPU_FLAGS_X86 USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_X86" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/package.mask index 0615d7c12a..66cb485f4a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/amd64/package.mask,v 1.9 2015/06/18 12:36:02 blueness Exp $ +# $Id$ # AMD64 Team # Mask packages that rely on amd64 multilib @@ -17,17 +17,12 @@ app-emulation/q4wine app-emulation/virtualbox app-emulation/virtualbox-extpack-oracle app-emulation/virtualbox-guest-additions -app-emulation/vmware-player >=app-i18n/atokx3-3.0.0 -app-office/lotus-notes app-office/ooextras app-emulation/winetricks -app-emulation/wine-doors app-text/acroread dev-embedded/libftd2xx dev-embedded/openocd ->=dev-java/sun-j2me-bin-2.5.2.01 -dev-lang/dmd-bin dev-lang/icc dev-lang/idb dev-lang/ifc @@ -42,7 +37,6 @@ games-action/descent3-demo games-action/heretic2 games-action/heretic2-demo games-action/lugaru -games-action/lugaru-demo games-action/mutantstorm-demo games-action/phobiaii games-action/rune @@ -66,11 +60,9 @@ games-fps/doom3-hellcampaign games-fps/doom3-inhell games-fps/doom3-lms games-fps/doom3-mitm -games-fps/doom3-phantasm games-fps/doom3-roe games-fps/doom3 games-fps/enemy-territory-etpro -games-fps/enemy-territory-fortress games-fps/enemy-territory-omnibot games-fps/enemy-territory-truecombat games-fps/enemy-territory @@ -99,7 +91,6 @@ games-fps/unreal-tournament games-fps/ut2003 games-fps/ut2003-demo games-fps/ut2004-demo -games-puzzle/drod-bin games-puzzle/hoh-bin games-roguelike/adom games-rpg/eschalon-book-1-demo @@ -112,30 +103,21 @@ games-rpg/nwn-penultima games-rpg/nwn-penultimarerolled games-rpg/nwn-shadowlordsdreamcatcherdemon games-rpg/penumbra-collection -games-rpg/rain-slick -games-rpg/sacred-gold games-server/etqw-ded games-server/nwn-ded games-server/ut2003-ded games-simulation/bcs-demo -games-strategy/coldwar -games-strategy/coldwar-demo games-strategy/darwinia games-strategy/darwinia-demo games-strategy/defcon-demo games-strategy/dominions2 -games-strategy/dominions2-demo games-strategy/heroes3 games-strategy/heroes3-demo games-strategy/majesty-demo -games-strategy/savage-bin games-strategy/smac games-strategy/spaz media-fonts/acroread-asianfonts -media-sound/shoutcast-server-bin -media-sound/shoutcast-trans-bin media-sound/ventrilo-server-bin -media-tv/huludesktop media-video/binkplayer media-video/tsmuxer net-im/skype @@ -149,11 +131,8 @@ sci-electronics/eagle sci-chemistry/cara-bin sci-chemistry/cyana sci-chemistry/icm -sci-chemistry/icm-browser sci-chemistry/mars sci-libs/ipp -sys-apps/memtest86 -sys-apps/memtest86+ sys-libs/lib-compat-loki www-plugins/nspluginwrapper diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/package.use.force new file mode 100644 index 0000000000..28125cb62a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.force index 16deb47dfe..8797d43832 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/amd64/use.force,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 amd64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.mask index 451e96bd49..51e5094891 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/amd64/use.mask @@ -1,22 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/amd64/use.mask,v 1.2 2015/01/28 21:39:03 mgorny Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 -amd64 -abi_x86_64 # unmask all SIMD assembler flags --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 --3dnow --3dnowext -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv6j/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv6j/make.defaults index 387e5f7bfc..1b7f3d3d9b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv6j/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv6j/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/arm/armv6j/make.defaults,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ CHOST="armv6j-hardfloat-linux-uclibceabi" CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv7a/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv7a/make.defaults index 823bc09822..3978f9ca66 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv7a/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/armv7a/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/arm/armv7a/make.defaults,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ CHOST="armv7a-hardfloat-linux-uclibceabi" CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/make.defaults index f6c7f69ba5..1b3c79cf4a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/arm/make.defaults,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ ARCH="arm" ACCEPT_KEYWORDS="${ARCH}" @@ -10,3 +10,11 @@ CFLAGS="-O2" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" + +# Anthony G. Basile (25 Oct 2015) +# Multilib-related setup, bug #515130 +ABI="arm" +DEFAULT_ABI="arm" +MULTILIB_ABIS="arm" +CHOST_arm="${CHOST}" +LIBDIR_arm="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.force new file mode 100644 index 0000000000..fbb5069587 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_ARM +sys-devel/llvm llvm_targets_ARM diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.mask index 7335fde342..b793432f27 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.mask @@ -1,6 +1,40 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/arm/package.use.mask,v 1.1 2014/10/16 22:35:53 tamiko Exp $ +# $Id$ + +# Davide Pesavento (19 Dec 2016) +# Various unkeyworded deps: >=sys-devel/clang-3.9 (#591822), +# dev-qt/qtquickcontrols2 (#603054), dev-qt/qtwebengine (#581478) +dev-qt/qt-creator clangcodemodel clangstaticanalyzer test webengine + +# Davide Pesavento (28 Jul 2016) +# The corresponding Qt5 modules are not keyworded on arm, and we don't want to +# keyword them solely because of PyQt5 while there are no other in-tree users. +dev-python/PyQt5 location webengine + +# Thomas Deutschmann (25 Apr 2016), on behalf of +# Ian Delaney (25 Apr 2016) +# for the proxy-maintainers project +# Unkeyworded deps, bug #581180 +app-admin/rsyslog grok + +# Thomas Deutschmann (19 Mar 2016), on behalf of +# Ian Delaney (19 Mar 2016) +# for the proxy-maintainers project +# Unkeyworded deps, bug #564274 +app-admin/collectd collectd_plugins_gmond +app-admin/collectd collectd_plugins_ipmi +app-admin/collectd collectd_plugins_modbus +app-admin/collectd collectd_plugins_oracle +app-admin/collectd collectd_plugins_routeros +app-admin/collectd collectd_plugins_sigrok +app-admin/collectd collectd_plugins_tokyotyrant +app-admin/collectd collectd_plugins_varnish +app-admin/collectd collectd_plugins_virt + +# Matthias Maier (16 Aug 2015) +# missing keywords +net-misc/spice-gtk smartcard # Matthias Maier (17 Oct 2014) # virtual/jre is not keyworded on arm. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.stable.mask new file mode 100644 index 0000000000..0e993073ae --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/package.use.stable.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Davide Pesavento (08 Jun 2016) +# The corresponding Qt5 modules are not stable on arm, and we don't +# want to stabilize them solely because of PyQt5 while there are no +# other in-tree users. +dev-python/PyQt5 bluetooth serialport websockets diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.force index 666ff839c8..fe0460b9e5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/arm/use.force,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ # Force the flag which corresponds to ARCH. arm diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.mask index e542a0e211..aa8fa3bd2e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/arm/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/arm/use.mask,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -arm diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/make.defaults index 6f172ad65e..7acb59b1c5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/make.defaults @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/make.defaults,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ PORTAGE_LIBC="uClibc" ELIBC=uclibc FEATURES="sandbox sfperms strict" -USE="nptl unicode xattr -berkdb" +USE="nptl unicode -berkdb" BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb" SYMLINK_LIB="no" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/make.defaults index 4ef6cda814..1a0e9303fd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/make.defaults,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ ARCH="mips" ACCEPT_KEYWORDS="${ARCH} ~${ARCH}" @@ -16,6 +16,6 @@ FCFLAGS="${CFLAGS}" ABI="o32" DEFAULT_ABI="o32" MULTILIB_ABIS="o32" -CHOST_o32=${CHOST} +CHOST_o32="${CHOST}" LIBDIR_o32="lib" IUSE_IMPLICIT="abi_mips_o32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/mipsel/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/mipsel/make.defaults index 64403316d5..cfb232d1cf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/mipsel/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/mipsel/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/mipsel/make.defaults,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ CHOST="mipsel-gentoo-linux-uclibc" -CHOST_o32=${CHOST} +CHOST_o32="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.mask index 8e5e1d3a51..4a08c65578 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/package.mask,v 1.5 2015/03/29 00:32:37 blueness Exp $ +# $Id$ # # See bug #544756. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.force index 11b5c8e7ad..417ed5c00f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.force @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/package.use.force,v 1.1 2014/09/12 19:42:27 vincent Exp $ +# $Id$ -# Vicente Olivert Riera (12 Sep 2014) -# If deprecated USE flag is not set, www-client/midori will -# depend on net-libs/webkit-gtk:3 which fails to compile -# on MIPS -www-client/midori deprecated +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_Mips +sys-devel/llvm llvm_targets_Mips diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.mask index 26ee35708d..5b9f6677fa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use.mask @@ -1,6 +1,18 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/package.use.mask,v 1.4 2014/12/24 17:29:53 tamiko Exp $ +# $Id$ + +# Felix Janda (24 Sep 2016) +# net-libs/libnetfilter_conntrack is not keyworded on mips +net-dns/dnsmasq conntrack + +# Thomas Deutschmann (23 Aug 2016) +# net-libs/openpgm is not keyworded on mips +net-libs/zeromq pgm + +# Davide Pesavento (26 Oct 2015) +# Tests require non-keyworded qt5 +dev-qt/qtchooser test # Matthias Maier (24 Dec 2014) # sys-devel/clang is not keyworded on mips. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.force index 403870ef00..ea76c4b361 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/use.force,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 mips diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.mask index ce38f440ad..6d2acc5ac2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/use.mask,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ # Unmask the flag which corresponds to arch/abi, bug #515130 -mips diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.mask index 1fc49c8d97..2c9cbb2e70 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/package.mask,v 1.5 2015/02/07 13:13:44 blueness Exp $ +# $Id$ sys-libs/musl sys-libs/glibc @@ -14,16 +14,74 @@ sys-fs/udev dev-libs/elfutils # These binary pkgs have a hard dep on glibc; make repoman shut up -www-plugins/adobe-flash +dev-games/gtkradiant +dev-games/ps2-packer +games-action/descent3 +games-action/descent3-demo games-action/shadowgrounds-bin games-action/shadowgrounds-survivor-bin +games-action/trine-bin games-arcade/marbleblastgold-demo games-fps/enemy-territory +games-fps/enemy-territory-etpro +games-fps/enemy-territory-truecombat games-fps/etqw-bin games-fps/glxquake-bin +games-fps/legends games-fps/postal2 games-fps/postal2mp-demo games-fps/quake3-bin games-fps/quake3-demo games-fps/rtcwmp-demo +games-fps/rtcwsp-demo games-fps/soldieroffortune +games-fps/transfusion-bin +games-fps/tribes2 +games-fps/ut2004 +games-fps/ut2004-action +games-fps/ut2004-airbuccaneers +games-fps/ut2004-bonuspack-cbp1 +games-fps/ut2004-bonuspack-cbp2 +games-fps/ut2004-bonuspack-ece +games-fps/ut2004-bonuspack-mega +games-fps/ut2004-cor +games-fps/ut2004-crossfire +games-fps/ut2004-data +games-fps/ut2004-deathball +games-fps/ut2004-fragops +games-fps/ut2004-hamsterbash +games-fps/ut2004-muralis +games-fps/ut2004-strikeforce +games-fps/ut2004-troopers +games-fps/ut2004-unwheel +games-puzzle/world-of-goo +games-puzzle/world-of-goo-demo +games-rpg/nwmouse +games-rpg/wasteland2 +games-server/etqw-ded +games-server/ut2004-ded +games-simulation/bcs-demo +games-strategy/defcon-demo +games-strategy/knights-demo +games-strategy/majesty-demo +www-plugins/adobe-flash + +# needs boost[nls] +games-strategy/wesnoth + +# missing multilib deps +games-action/beathazardultra +games-action/brutal-legend +games-action/hotline-miami +games-action/intrusion2 +games-action/solar2 +games-action/swordandsworcery +games-action/trine2 +games-arcade/dynamitejack +games-arcade/thinktanks-demo +games-kids/crayon-physics +games-misc/little-inferno +games-misc/papers-please +games-rpg/dear-esther +games-rpg/dungeon-defenders + diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.use similarity index 64% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.use index 527ad516a2..d19ce9937a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/mips/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.use @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/package.use,v 1.1 2014/08/17 12:27:27 blueness Exp $ +# $Id$ # 17 Aug 2014; Anthony G. Basile # Avoid pulling in glib diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.use.mask new file mode 100644 index 0000000000..ed38d20ead --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/package.use.mask @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Thomas Deutschmann (21 Jan 2017) +# Mask due Gnome3 not going to be stabilized on this arch +# due to uclibc +dev-util/geany-plugins gtkspell + +# Joshua Kinard (18 Jan 2016) +# Fails linking to gettext/libintl for symbol 'libintl_gettext'. +# Is fixable by using 'append-ldflags' from flag-o-matic to force +# -lintl, but that's a QA violation. Real solution is to use +# 'append-libs', but xfsdump's build system doesn't honor $LIBS. +# So this is the best way for now. See 570548. +sys-fs/xfsdump nls diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages index d89aad7a56..13317a001f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages @@ -1,7 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/packages,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ *app-misc/pax-utils *dev-libs/libiconv +*dev-libs/libintl -*sys-apps/man-pages diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages.build b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages.build index 7c07f6e67f..811963445d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages.build +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/packages.build @@ -1,11 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/packages.build,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ # This file lists extra packages needed to build for # a stage 1 based on this profile. dev-util/pkgconfig dev-libs/libiconv -sys-apps/attr -dev-python/pyxattr +dev-libs/libintl diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/parent index 9f9d2cbed2..2348d8d17b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/parent @@ -1,2 +1,3 @@ +../../../arch/base ../../../base .. diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/make.defaults index 88a800e26a..1ffb33c580 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/ppc/make.defaults,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ ARCH="ppc" ACCEPT_KEYWORDS="${ARCH}" @@ -16,6 +16,6 @@ FCFLAGS="${CFLAGS}" ABI="ppc" DEFAULT_ABI="ppc" MULTILIB_ABIS="ppc" -CHOST_ppc=${CHOST} +CHOST_ppc="${CHOST}" LIBDIR_ppc="lib" IUSE_IMPLICIT="abi_ppc_32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.mask index d1bb135460..396a3f86e1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/ppc/package.mask,v 1.4 2015/01/22 16:00:52 pesa Exp $ +# $Id$ # Fails to find openssl headers, bug #517160 net-misc/openssh diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.use.force new file mode 100644 index 0000000000..228eb0d465 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_PowerPC +sys-devel/llvm llvm_targets_PowerPC diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.use.mask index 57ddaad25b..c1c8bea597 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/package.use.mask @@ -1,6 +1,21 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/ppc/package.use.mask,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ + +# Davide Pesavento (21 Jan 2017) +# Requires unkeyworded dev-python/PyQt5 +dev-python/qscintilla-python qt5 + +# Arfrever Frehtes Taifersar Arahesis (01 Aug 2016) +# kde-frameworks/*:5 not keyworded. +net-irc/kvirc kde + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-qt/qtwebkit:5, which is a PITA to maintain on +# minor arches and has been declared deprecated by upstream. So we'd like +# to avoid keywording it, unless requested by users. +dev-qt/designer webkit +net-irc/kvirc webkit dev-libs/libpcre cxx sys-libs/ncurses cxx diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.force index e527090688..6c613a27c0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/ppc/use.force,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.mask index 614d5a41f8..1d8edf821a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/ppc/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/ppc/use.mask,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ # Unmask the flag which corresponds to arch/abi, bug #515130 -ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.force index 5be8806c70..2046a6d17a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/use.force,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Id$ elibc_uclibc uclibc diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.mask index a7675412b9..4317e3438c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/use.mask,v 1.2 2015/06/02 09:15:35 ulm Exp $ +# $Id$ + +# Thomas Deutschmann (28 Jan 2017) +# No JAVA in uclibc +java nls pam @@ -9,3 +13,4 @@ pam -elibc_uclibc elibc_glibc +elibc_musl diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/make.defaults index cef3e7f13d..17f8085afc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults,v 1.2 2015/01/30 21:59:36 blueness Exp $ +# $Id$ ARCH="x86" ACCEPT_KEYWORDS="${ARCH}" @@ -16,7 +16,7 @@ FCFLAGS="${CFLAGS}" ABI="x86" DEFAULT_ABI="x86" MULTILIB_ABIS="x86" -CHOST_x86=${CHOST} +CHOST_x86="${CHOST}" LIBDIR_x86="lib" IUSE_IMPLICIT="abi_x86_32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/package.use.force new file mode 100644 index 0000000000..28125cb62a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.force b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.force index fb95d48a65..b3521bb84a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/use.force,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.mask index 484d359707..056ff2edbf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/uclibc/x86/use.mask @@ -1,22 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/use.mask,v 1.2 2015/01/28 21:39:03 mgorny Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 -x86 -abi_x86_32 # unmask all SIMD assembler flags --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 --3dnow --3dnowext -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/use.mask index bdfe38360d..647b635c0e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/use.mask,v 1.6 2015/06/02 09:15:35 ulm Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # profile for any architecture. This works, for example, if a non-default diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/developer/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/developer/make.defaults index f6f147914b..fd60db7108 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/developer/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/developer/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/developer/make.defaults,v 1.1 2013/01/18 19:55:06 dilfridge Exp $ +# $Id$ # Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile # This will help developers track down packages, that don't respect LDFLAGS, diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/systemd/parent new file mode 100644 index 0000000000..ced72403bd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/13.0/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/ChangeLog deleted file mode 100644 index 73b38ea449..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/ChangeLog +++ /dev/null @@ -1,68 +0,0 @@ -# ChangeLog for the default/linux/x86 profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/ChangeLog,v 1.17 2015/02/01 18:53:37 kensington Exp $ - - 01 Feb 2015; Michael Palimaka +13.0/desktop/plasma/eapi, - +13.0/desktop/plasma/parent, +13.0/desktop/plasma/systemd/eapi, - +13.0/desktop/plasma/systemd/parent: - Add initial profile for KDE Plasma 5. - - 21 Oct 2014; Mike Frysinger +package.use.mask: - Unmask sys-devel/gcc[sanitize] #504200. - - 30 Mar 2014; Michał Górny 13.0/package.use.stable.mask, - -13.0/use.mask, -13.0/use.stable.mask: - Move pypy flag masks to arch profile since it is EAPI=5 now. - - 19 Mar 2014; Andreas K. Huettel 13.0/desktop/eapi, - 13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi, - 13.0/desktop/kde/eapi, +13.0/desktop/kde/systemd/eapi, 13.0/developer/eapi, - 13.0/selinux/eapi, +eapi: - Increase EAPI to 5 - - 16 Mar 2014; Tom Wijsman 13.0/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 16 Mar 2014; Tom Wijsman 13.0/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 16 Mar 2014; Andreas K. Huettel -10.0/deprecated, - -10.0/desktop/deprecated, -10.0/desktop/eapi, -10.0/desktop/gnome/deprecated, - -10.0/desktop/gnome/eapi, -10.0/desktop/gnome/parent, - -10.0/desktop/kde/deprecated, -10.0/desktop/kde/eapi, - -10.0/desktop/kde/parent, -10.0/desktop/parent, -10.0/developer/deprecated, - -10.0/developer/eapi, -10.0/developer/make.defaults, -10.0/developer/parent, - -10.0/eapi, -10.0/parent, -10.0/selinux/deprecated, -10.0/selinux/eapi, - -10.0/selinux/parent, -10.0/server/deprecated, -10.0/server/eapi, - -10.0/server/parent, -10.0/server/profile.bashrc: - Remove deprecated 10.0 profiles - - 16 Nov 2013; Michał Górny - +13.0/package.use.stable.mask: - Un-stable-mask all Python impls on python-exec. We are forcing them anyway, - and users are having issues due to un-masking them manually. - - 07 Aug 2013; Michał Górny 13.0/use.mask, - 13.0/use.stable.mask: - PyPy 1.9 is going masked for removal. Bug #480070. - - 09 Feb 2013; Andreas K. Huettel +10.0/deprecated, - +10.0/desktop/deprecated, +10.0/desktop/gnome/deprecated, - +10.0/desktop/kde/deprecated, +10.0/developer/deprecated, - +10.0/selinux/deprecated, +10.0/server/deprecated: - Deprecate 10.0 profiles - - 20 Jan 2013; Michał Górny 13.0/eapi, +13.0/use.mask, - +13.0/use.stable.mask: - Unmask pypy for ~x86, mask for stable x86. - - 18 Jan 2013; Andreas K. Huettel ChangeLog: - Fix ChangeLog header - - 18 Jan 2013; Andreas K. Huettel +13.0/desktop/eapi, - +13.0/desktop/gnome/eapi, +13.0/desktop/gnome/parent, +13.0/desktop/kde/eapi, - +13.0/desktop/kde/parent, +13.0/desktop/parent, +13.0/developer/eapi, - +13.0/developer/make.defaults, +13.0/developer/parent, +13.0/eapi, - +13.0/parent, +13.0/selinux/eapi, +13.0/selinux/parent: - Copy profile tree 10.0 to 13.0 and adapt inheritance - diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/package.use.mask index d84e65c3e1..d49253b9a0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/package.use.mask,v 1.1 2014/10/21 12:13:53 vapier Exp $ +# $Id$ + +# Mike Frysinger (08 May 2016) +# This target supports VTV #547040. +>=sys-devel/gcc-4.9 -vtv # Mike Frysinger (21 Oct 2014) # This target supports ASAN/etc... #504200. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_mips.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_mips.desc index 0736f30c16..ee14dff8cb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_mips.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_mips.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_mips.desc,v 1.2 2013/07/31 18:13:53 mattst88 Exp $ +# $Id$ # This file contains descriptions of ABI_MIPS USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_ppc.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_ppc.desc index 8c5ed927ee..2c2bd6c315 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_ppc.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_ppc.desc @@ -1,6 +1,6 @@ # Copyright 2013-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_ppc.desc,v 1.1 2014/03/29 03:01:32 vapier Exp $ +# $Id$ # This file contains descriptions of ABI_PPC USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_s390.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_s390.desc index a0a7c75935..a78c7cec64 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_s390.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_s390.desc @@ -1,6 +1,6 @@ # Copyright 2013-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_s390.desc,v 1.1 2014/04/01 06:53:48 vapier Exp $ +# $Id$ # This file contains descriptions of ABI_S390 USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_x86.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_x86.desc index ef18280292..42d6117efc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/abi_x86.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/abi_x86.desc @@ -1,6 +1,6 @@ # Copyright 2013-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_x86.desc,v 1.2 2013/02/27 23:22:19 mgorny Exp $ +# $Id$ # This file contains descriptions of ABI_X86 USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/alsa_cards.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/alsa_cards.desc index 0d8f8478ea..0c56802ef1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/alsa_cards.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/alsa_cards.desc @@ -1,162 +1,44 @@ # Copyright 2006-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/alsa_cards.desc,v 1.9 2013/04/23 10:15:33 ssuominen Exp $ +# $Id$ # This file contains descriptions of ALSA_CARDS USE_EXPAND flags. # Keep it sorted. -ad1816a - Analog Devices SoundPort AD1816A -ad1848 - Generic AD1848/CS4248 driver -ad1848-lib - Enable the ad1848-lib driver -ad1889 - Analog Devices AD1889 -adlib - AdLib FM card aica - Sega Dreamcast audio driver -ali5451 - ALi M5451 PCI Audio Controller -als100 - Avance Logic ALS100/ALS120 -als300 - Avance Logic ALS300/ALS300+ -als4000 - Avance Logic ALS4000 -aoa - Apple Onboard Audio driver -aoa-fabric-layout - layout-id fabric -aoa-onyx - support Onyx chip -aoa-soundbus - Apple Soundbus support -aoa-soundbus-i2s - I2S bus support -aoa-tas - support TAS chips -aoa-toonie - support Toonie chip -armaaci - ARM PrimeCell PL041 AC Link support asihpi - AudioScience ASIxxxx -at91-soc-eti-b1-wm8731 - SoC I2S Audio support for Endrelia ETI-B1 board -at91-soc-i2s - Enable the at91-soc-i2s driver -at91-soc - SoC Audio for the Atmel AT91 System-on-Chip -atiixp - ATI IXP AC97 Controller -atiixp-modem - ATI IXP Modem -au1x00 - Au1x00 AC97 Port Driver -au8810 - Aureal Advantage -au8820 - Aureal Vortex -au8830 - Aureal Vortex 2 -azt2320 - Aztech Systems AZT2320 -azt3328 - Aztech AZF3328 / PCI168 (EXPERIMENTAL) -bt87x - Bt87x Audio Capture -ca0106 - SB Audigy LS / Live 24bit ca0132 - Creative CA0132 (Sound Core3D) HD-audio -cmi8330 - C-Media CMI8330 -cmipci - C-Media 8738, 8338 -cs4231 - Generic Cirrus Logic CS4231 driver -cs4231-lib - Enable the cs4231-lib driver -cs4232 - Generic Cirrus Logic CS4232 driver -cs4236 - Generic Cirrus Logic CS4236+ driver -cs4281 - Cirrus Logic (Sound Fusion) CS4281 cs46xx - Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x -cs5535audio - CS5535/CS5536 Audio darla20 - (Echoaudio) Darla20 darla24 - (Echoaudio) Darla24 -dt019x - Diamond Technologies DT-019X, Avance Logic ALS-007 -dummy - Dummy (/dev/null) soundcard echo3g - (Echoaudio) 3G cards -emi26 - Emagic EMI 2|6 Audio Interface emu10k1 - Emu10k1 (SB Live!, Audigy, E-mu APS) emu10k1x - Emu10k1X (Dell OEM Version) emu1212 - E-MU 1212M PCI emu1616 - E-MU 1616 CardBus, 1616m CardBus, 1616 PCI emu1820 - E-MU 1820M PCI -ens1370 - (Creative) Ensoniq AudioPCI 1370 -ens1371 - (Creative) Ensoniq AudioPCI 1371/1373 -es1688 - Generic ESS ES688/ES1688 driver -es18xx - Generic ESS ES18xx driver -es1938 - ESS ES1938/1946/1969 (Solo-1) -es1968 - ESS ES1968/1978 (Maestro-1/2/2E) -es968 - Generic ESS ES968 driver -fm801 - ForteMedia FM801 -fm801-tea575x - Enable the fm801-tea575x driver gina20 - (Echoaudio) Gina20 gina24 - (Echoaudio) Gina24 -gusclassic - Gravis UltraSound Classic -gusextreme - Gravis UltraSound Extreme -gusmax - Gravis UltraSound MAX -harmony - Harmony/Vivace sound chip -hda-intel - Intel HD Audio hdspm - RME Hammerfall DSP MADI hdsp - RME Hammerfall DSP Audio -hifier - TempoTec HiFier Fantasia -hpet - HPET timer interface -hrtimer - ALSA timer interface ice1712 - ICEnsemble ICE1712 (Envy24) -ice1724 - ICE/VT1724/1720 (Envy24HT/PT) -indigodj - (Echoaudio) Indigo DJ indigo - (Echoaudio) Indigo indigoio - (Echoaudio) Indigo IO -intel8x0 - Intel/SiS/nVidia/AMD/ALi AC97 Controller -intel8x0m - Intel/SiS/nVidia/AMD MC97 Modem -interwave - AMD InterWave, Gravis UltraSound PnP -interwave-stb - AMD InterWave + TEA6330T (UltraSound 32-Pro) korg1212 - Korg 1212 IO layla20 - (Echoaudio) Layla20 layla24 - (Echoaudio) Layla24 -loopback - Generic loopback driver (PCM) maestro3 - ESS Allegro/Maestro3 mia - (Echoaudio) Mia -miro - Miro miroSOUND PCM1pro/PCM12/PCM20radio driver mixart - Digigram miXart -ml403-ac97cr - Xilinx ML403 AC97 Controller Reference mona - (Echoaudio) Mona -mpu401 - Generic MPU-401 UART driver msnd-pinnacle - Turtle Beach MultiSound Pinnacle/Fiji driver -mtpav - MOTU MidiTimePiece AV multiport MIDI -mts64 - ESI Miditerminal 4140 driver -nm256 - NeoMagic NM256AV/ZX -opl3sa2 - Yamaha OPL3-SA2/SA3 -opti92x-ad1848 - OPTi 82C92x - AD1848 -opti92x-cs4231 - OPTi 82C92x - CS4231 -opti93x - OPTi 82C93x -oxygen - C-Media 8788 (Oxygen) -oxygen-lib - Enable the oxygen-lib driver -pc98-cs4232 - NEC PC9800 CS4232 driver -pcsp - Internal PC speaker support pcxhr - Digigram PCXHR -pdaudiocf - Sound Core PDAudioCF -pdplus - Sek'D/Marian Prodif Plus -portman2x4 - Portman 2x4 driver -powermac - PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest) -pxa2xx-ac97 - AC97 driver for the Intel PXA2xx chip -pxa2xx-i2sound - Enable the pxa2xx-i2sound driver -pxa2xx-soc-corgi - SoC Audio support for Sharp Zaurus SL-C7x0 -pxa2xx-soc-e800 - SoC AC97 Audio support for e800 -pxa2xx-soc-poodle - SoC Audio support for Poodle -pxa2xx-soc - SoC Audio for the Intel PXA2xx chip -pxa2xx-soc-spitz - SoC Audio support for Sharp Zaurus SL-Cxx00 -pxa2xx-soc-tosa - SoC AC97 Audio support for Tosa -riptide - Conexant Riptide rme32 - RME Digi32, 32/8, 32 PRO -rme9652 - RME Digi9652 (Hammerfall) rme96 - RME Digi96, 96/8, 96/8 PRO -rtctimer - ALSA RTC timer interface -s3c2410 - S3C24XX Sound core -s3c2412-soc-i2s - Enable the s3c2412-soc-i2s driver -s3c24xx-soc-ln2440sbc-alc650 - SoC AC97 Audio support for LN2440SBC - ALC650 -sa11xx-uda1341 - SA11xx UDA1341TS driver (iPaq H3600) sb16 - Sound Blaster 16 (PnP) -sb8 - Sound Blaster 1.0/2.0/Pro (8-bit) sbawe - Sound Blaster AWE (32,64) (PnP) -seq-dummy - Sequencer dummy client -serialmidi - Generic driver for serial MIDI adapters -serial-u16550 - UART16550 serial MIDI driver -sgalaxy - Aztech Sound Galaxy -sis7019 - SiS 7019 Audio Accelerator -soc - SoC audio support -soc-tlv320aic3x - Enable the soc-tlv320aic3x driver -sonicvibes - S3 SonicVibes sscape - Ensoniq SoundScape PnP driver -sun-amd7930 - Sun AMD7930 -sun-cs4231 - Sun CS4231 -sun-dbri - Sun DBRI -trident - Trident 4D-Wave DX/NX; SiS 7018 -usb-audio - USB Audio/MIDI driver -usb-us122l - Tascam US-122L USB driver usb-usx2y - Tascam US-122, US-224 and US-428 USB driver -via82xx-modem - VIA 82C686A/B, 8233 based Modems -via82xx - VIA 82C686A/B, 8233/8235 AC97 Controller -virmidi - Virtual MIDI soundcard -virtuoso - Asus Virtuoso 200 (Xonar) vx222 - Digigram VX222 -vxpocket - Digigram VXpocket wavefront - Turtle Beach Maui,Tropez,Tropez+ (Wavefront) ymfpci - Yamaha YMF724/740/744/754 diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_modules.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_modules.desc index 49ac15f14b..69c8859da7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_modules.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_modules.desc @@ -1,10 +1,11 @@ -# Copyright 2007-2010 Gentoo Foundation. +# Copyright 2007-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_modules.desc,v 1.4 2010/12/02 06:43:07 robbat2 Exp $ +# $Id$ # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags. # Keep it sorted. +access_compat - Backwards-compatibility for obsolete authorization directives actions - Provides for executing CGI scripts based on media type or request method alias - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection asis - Sends files that contain their own HTTP headers @@ -12,10 +13,12 @@ auth_basic - Basic authentication auth_digest - User authentication using MD5 Digest Authentication authn_alias - Provides the ability to create extended authentication providers based on actual providers authn_anon - Allows "anonymous" user access to authenticated areas +authn_core - Provides core authentication capabilities authn_dbd - User authentication using an SQL database authn_dbm - User authentication using DBM files authn_default - Authentication fallback module authn_file - User authentication using text files +authz_core - Provides core authorization capabilities authz_dbm - Group authorization using DBM files authz_default - Authorization fallback module authz_groupfile - Group authorization using plaintext files @@ -24,10 +27,11 @@ authz_owner - Authorization based on file ownership authz_user - User Authorization autoindex - Generates directory indexes, automatically, similar to the Unix ls command cache - Content cache keyed to URIs +cache_disk - Disk based storage module for the HTTP caching filter cern_meta - CERN httpd metafile semantics -charset_lite - Specify character set translation or recoding cgi - Enable CGI module (used by non-multithreaded MPMs, for eg. prefork) cgid - Enable CGI module (used by multithreaded MPMs, for eg. worker) +charset_lite - Specify character set translation or recoding dav - Distributed Authoring and Versioning (WebDAV) functionality dav_fs - filesystem provider for mod_dav dav_lock - generic locking module for mod_dav @@ -46,6 +50,10 @@ ident - RFC 1413 ident lookups imagemap - Server-side imagemap processing include - Server-parsed html documents (Server Side Includes) info - Provides a comprehensive overview of the server configuration +lbmethod_bybusyness - Pending Request Counting load balancer scheduler algorithm for mod_proxy_balancer +lbmethod_byrequests - Request Counting load balancer scheduler algorithm for mod_proxy_balancer +lbmethod_bytraffic - Weighted Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer +lbmethod_heartbeat - Heartbeat Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer log_config - Logging of the requests made to the server log_forensic - Forensic Logging of the requests made to the server logio - Logging of input and output bytes per request @@ -57,16 +65,23 @@ proxy - HTTP/1.1 proxy/gateway server proxy_ajp - AJP support module for mod_proxy proxy_balancer - mod_proxy extension for load balancing proxy_connect - mod_proxy extension for CONNECT request handling +proxy_fcgi - FastCGI support module for mod_proxy proxy_ftp - FTP support module for mod_proxy proxy_http - HTTP support module for mod_proxy proxy_scgi - SCGI gateway module for mod_proxy -rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly +proxy_wstunnel - Websockets support module for mod_proxy +ratelimit - Bandwidth Rate Limiting for Clients +remoteip - Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers reqtimeout - Set timeout and minimum data rate for receiving requests +rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly setenvif - Allows the setting of environment variables based on characteristics of the request +slotmem_shm - Slot-based shared memory provider +socache_shmcb - Cyclic buffer shared-memory-based shared object cache provider speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling status - Provides information on server activity and performance substitute - Perform search and replace operations on response bodies unique_id - Provides an environment variable with a unique identifier for each request +unixd - Basic (required) security for Unix-family platforms userdir - User-specific directories usertrack - Clickstream logging of user activity on a site version - Version dependent configuration diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_mpms.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_mpms.desc index ade11a097d..7035bcdcdb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_mpms.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/apache2_mpms.desc @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_mpms.desc,v 1.1 2007/11/28 07:50:44 hollow Exp $ +# $Id$ # This file contains descriptions of APACHE2_MPMS USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/calligra_experimental_features.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/calligra_experimental_features.desc new file mode 100644 index 0000000000..be3c1b046b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/calligra_experimental_features.desc @@ -0,0 +1,9 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of CALLIGRA_EXPERIMENTAL_FEATURES USE_EXPAND flags. + +# Keep it sorted. +braindump - CALLIGRA_EXPERIMENTAL_FEATURES option to build mindmap note collection application +stage - CALLIGRA_EXPERIMENTAL_FEATURES option to build presentation processor diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/calligra_features.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/calligra_features.desc index 9903994241..531c6614bd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/calligra_features.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/calligra_features.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/calligra_features.desc,v 1.5 2013/04/27 12:22:40 scarabeus Exp $ +# $Id$ # This file contains descriptions of CALLIGRA_FEATURES USE_EXPAND flags. @@ -8,11 +8,11 @@ author - CALLIGRA_FEATURES option to build minimalistic word processor application braindump - CALLIGRA_FEATURES option to build mindmap note collection application flow - CALLIGRA_FEATURES option to build flowcharting application +gemini - CALLIGRA_FEATURES option to build touch device friendly application karbon - CALLIGRA_FEATURES option to build vector image editor kexi - CALLIGRA_FEATURES option to build database manager krita - CALLIGRA_FEATURES option to build raster image editor plan - CALLIGRA_FEATURES option to build project planning component sheets - CALLIGRA_FEATURES option to build spreadsheet processor stage - CALLIGRA_FEATURES option to build presentation processor -tables - CALLIGRA_FEATURES option to build spreadsheet processor (up to 2.3beta) words - CALLIGRA_FEATURES option to build word processor diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/cameras.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/cameras.desc index b369842d2d..23e0355d20 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/cameras.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/cameras.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cameras.desc,v 1.9 2013/11/22 20:57:08 pacho Exp $ +# $Id$ # This file contains descriptions of CAMERAS USE_EXPAND flags. @@ -54,7 +54,6 @@ ricoh - libgphoto support for ricoh cameras ricoh_g3 - libgphoto support for ricoh_g3 cameras samsung - libgphoto support for samsung cameras sierra - libgphoto support for sierra cameras -sipix_blink - libgphoto support for sipix_blink cameras (obsolete) sipix_blink2 - libgphoto support for sipix_blink2 cameras sipix_web2 - libgphoto support for sipix_web2 cameras smal - libgphoto support for smal cameras @@ -68,7 +67,6 @@ st2205 - libgphoto support for st2205 cameras stv0674 - libgphoto support for stv0674 cameras stv0680 - libgphoto support for stv0680 cameras sx330z - libgphoto support for sx330z cameras -template - libgphoto support for template cameras (obsolete) topfield - libgphoto support for Topfield PVR5000 cameras toshiba_pdrm11 - libgphoto support for toshiba_pdrm11 cameras tp6801 - libgphoto support for Tenx tp6801 cameras diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/collectd_plugins.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/collectd_plugins.desc new file mode 100644 index 0000000000..e71bac4188 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/collectd_plugins.desc @@ -0,0 +1,137 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of COLLECTD_PLUGINS USE_EXPAND flags. + +# Keep it sorted. +aggregation - Build the aggregation plugin (aggregates multiplte values into a single value) +amqp - Build the AMQP output plugin (transmits or receives values collected by collectd via the Advanced Message Queuing Protocol (AMQP)) +apache - Build the apache input plugin (collects statistics from Apache's mod_status module) +apcups - Build the apcups input plugin (reads various statistics about a connected uninterruptible power supply (UPS)) +ascent - Build the ascent input plugin (reads and parses the statistics page of Ascent) +battery - Build the battery input plugin (collects the battery's charge, the drawn current and the battery's voltage) +bind - Build the bind input plugin (collects statistics from bind instances) +ceph - Build the Ceph input plugin (collects statistics from the Ceph distributed storage system) +cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup) +chrony - Build the chrony input plugin (collects statistics from a chrony NTP server) +conntrack - Build the conntrack input plugin (tracks the number of entries in Linux's connection tracking table) +contextswitch - Build the contextswitch input plugin (collects the number of context switches done by the operating system) +cpu - Build the cpu input plugin (collects the amount of time spent by the CPU in various states) +cpufreq - Build the cpufreq input plugin (collects the current CPU's frequency) +cpusleep - Build the cpusleep input plugin (measures time spent by CPU in deep sleep mode) +csv - Build the csv output plugin (writes to comma separated values (CSV) files) +curl - Build the curl input plugin (reads streams using net-misc/curl and then parses them according to the configuration) +curl_json - Build the curl_json input plugin (queries JavaScript Object Notation (JSON) data using net-misc/curl and parses it according to the user's configuration using dev-libs/yajl) +curl_xml - Build the curl_xml input plugin (reads files using net-misc/curl and parses it as Extensible Markup Language (XML)) +dbi - Build the dbi input plugin (executes SQL statements on databases and reads back the result) +df - Build the df input plugin (collects file system usage information, i. e. basically how much space on a mounted partition is used and how much is available) +disk - Build the disk input plugin (collects performance statistics of disks and, where supported, partitions) +dns - Build the dns input plugin (collects statistics of your DNS traffic on port udp/53 using net-libs/libpcap) +drbd - Build the Linux's Distributed Replicated Block Device (DRBD) input plugin (reads Linux's DRBD statistics) +email - Build the email input plugin (opens a UNIX domain socket and starts accepting connections on that socket) +entropy - Build the entropy input plugin (collects the available entropy on a system) +ethstat - Build the ethstat input plugin (reads performance statistics directly from ethernet cards) +exec - Build the exec input/output plugin (executes scripts / applications and reads values back) +fhcount - Build the file handles input plugin (reports the number of used file handles) +filecount - Build the filecount input plugin (counts the number of files in a directory and all its subdirectories) +fscache - Build the fscache input plugin (collects information about the file-system based caching infrastructure for network file-systems and other slow media) +genericjmx - Build the GenericJMX input plugin (reads Managed Beans (MBeans) from an MBeanServer using JMX input plugin; Requires JAVA) +gmond - Build the gmond input plugin (receives data from gmond, the client daemon of the Ganglia project) +gps - Build the gps input plugin (collects number of satellites seen by a GPS receiver using sci-geosciences/gpsd) +hddtemp - Build the hddtemp input plugin (collects the temperature of disks from hddtemp daemon) +interface - Build the interface input plugin (collects information about the traffic, packets per second and errors of interfaces) +ipc - Build the IPC input plugin (collects information related to shared memory) +ipmi - Build the ipmi input plugin (reads hardware sensors from servers using the Intelligent Platform Management Interface (IPMI)) +iptables - Build the iptables input plugin (collects statistics from a ip_tables based packet filter) +ipvs - Build the IPVS input plugin (collects statistics from Linux IP Virtual Server) +irq - Build the irq input plugin (collects the number of times each interrupt has been handled by the operating system) +java - Build the java input plugin (embeds a JVM into collectd for writing plugins) +load - Build the load input plugin (collects the system load) +logfile - Build the logfile output plugin (receives log messages from collectd and writes them to a text file) +log_logstash - Build the Logstash output plugin (writes collectd logs and events as Logstash JSON formatted events) +lua - Build the LUA language binding plugin (uses dev-lang/lua) for writing plugins +lvm - Build the LVM input plugin (collects the size of logical volumes (LV) and free space inside a volume group (VG) from Linux' Logical Volume Manager (LVM)) +madwifi - Build the madwifi input plugin (collects information about Atheros wireless LAN chipsets from the MadWifi driver) +match_empty_counter - Build the match_empty_counter filter plugin +match_hashed - Build the match_hashed filter plugin +match_regex - Build the match_regex filter plugin +match_timediff - Build the match_timediff filter plugin +match_value - Build the match_value filter plugin +mbmon - Build the mbmon input plugin (collects information from mainboard sensors) +md - Build the md input plugin (reports the number of disks in various states in Linux software RAID devices) +memcachec - Build the memcachec input plugin (queries one or more given pages from a memcached instance and parses the returned data according to user specification) +memcached - Build the memcached input plugin (collects statistics from memcached daemon) +memory - Build the memory input plugin (collects physical memory utilization) +modbus - Build the Modbus input plugin (reads register values from a Modbus "slave" via Modbus/TCP) +mqtt - Build the MQTT plugin (sends metrics to and/or receives metrics from an MQTT broker using app-misc/mosquitto) +multimeter - Build the multimeter input plugin (reads a voltage or current from a multimeter connected to a serial bus) +mysql - Build the mysql input plugin (collects values from 'SHOW STATUS' command of a MySQL server) +netlink - Build the netlink input plugin (collects statistics for interfaces, qdiscs, classes and filters using netlink socket) +network - Build the network input/output plugin (send values to other and/or receive values from from other collectd instances) +nfs - Build the nfs input plugin (collects information about the usage of the Network File System (NFS)) +nginx - Build the nginx input plugin (collects number of requests handled and the number of current connections by connection state by the nginx daemon) +notify_desktop - Build the notify_desktop output plugin (uses x11-libs/libnotify to display notifications to the user) +notify_email - Build the notify_email output plugin (uses net-libs/libesmtp to send notifications to a configured email address) +notify_nagios - Build the notify_nagios output plugin (sends notifications to Nagios as a passive check result) +ntpd - Build the ntpd input plugin (collects statistics from a NTP server) +numa - Build the numa input plugin (collects statistics of the Linux Non-Uniform Memory Access (NUMA) subsystem) +nut - Build the nut input plugin (collects UPS statistics using the Network UPS Tools) +olsrd - Build the olsrd input plugin (reads information about the Optimized Link State Routing daemon) +onewire - Build the onewire (1-Wire) input plugin (collects temperature information from sensors) +openldap - Build the OpenLDAP input plugin (reads monitoring information from OpenLDAP's cn=Monitor subtree) +openvpn - Build the openvpn input plugin (reads the status file printed by OpenVPN) +oracle - Build the oracle input plugin (executes SQL statements against Oracle database systems) +perl - Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins) +ping - Build the ping input plugin (measures network latency) +postgresql - Build the postgresql input plugin (executes SQL statements against a PostgreSQL database) +powerdns - Build the powerdns input plugin (collects statistics from the PowerDNS name server or recursor via control socket) +processes - Build the processes input plugin (collects the number of processes, grouped by their state or detailed statistics about selected processes) +protocols - Build the protocols input plugin (collects information about the network protocols supported by the system) +python - Build the python language binding plugin (embeds a Python interpreter into collectd for writing plugins) +redis - Build the Redis input plugin (collects usage information from Redis instances) +routeros - Build the routeros input plugin (collects information from devices running RouterOS) +rrdcached - Build the rrdcached input/output plugin (connects to rrdcached and submits updates for RRD files) +rrdtool - Build the rrdtool output plugin (writes values to RRD-files) +sensors - Build the sensors input plugin (reads hardware sensors from lm-sensors) +serial - Build the serial input plugin (collects the traffic on serial interfaces) +sigrok - Build the sigrok input plugin (reads measurements from any supported hardware from sigrok project) +smart - Build the S.M.A.R.T input plugin (collects S.M.A.R.T statistics from disk drives) +snmp - Build the snmp input plugin (reads values from network devices using SNMP) +statsd - Build the statsd input plugin (accepts statsd-type metrics from a UDP socket) +swap - Build the swap input plugin (collects amount of memory currently written to swap) +syslog - Build the syslog output plugin (receives messages from collectd and dispatches them to syslog) +table - Build the table input plugin (parses table-like structured plain text) +tail - Build the tail input plugin (follows logfiles, e.g. tail -f) +tail_csv - Build the tail_csv input plugin (follows and parses CSV files, e.g. tail -f *.csv) +target_notification - Build the target_notification filter plugin +target_replace - Build the target_replace filter plugin +target_scale - Build the target_scale filter plugin +target_set - Build the target_set filter plugin +tcpconns - Build the tcpconns input plugin (collects numbers of TCP connections to or from a specified port) +teamspeak2 - Build the teamspeak2 input plugin (collects traffic statistics from a teamspeak2 instance) +ted - Build the ted input plugin (connects to The Energy Detective and reads the current power over connected power lines) +thermal - Build the thermal input plugin (reads ACPI thermal zone information) +threshold - Build the threshold plugin (checks values against configured thresholds and creates notifications if values are out of bounds) +tokyotyrant - Build the tokyotyrant input plugin (collects number of records and file size from a running Tokyo Tyrant server) +turbostat - Build the turbostat input plugin (reads CPU frequency and C-state residency on modern Intel turbo-capable processors) +unixsock - Build the unixsock input/output plugin (opens a UNIX domain socket and accepts connections) +uptime - Build the uptime input plugin (keeps track of the system uptime) +users - Build the users input plugin (counts the number of users currently logged into the system) +uuid - Build the uuid plugin (tries hard to determine the UUID of the system it is running on) +varnish - Build the varnish input plugin (collects information about Varnish) +virt - Build the (lib)virt input plugin (collects statistics about virtualized guests on a system) +vmem - Build the vmem input plugin (collects information about the virtual memory subsystem of the kernel) +vserver - Build the vserver input plugin (collects information about the virtual servers running on a system, using Linux-Vserver) +wireless - Build the wireless input plugin (collects signal quality, signal power and signal-to-noise ratio for wireless LAN cards) +write_graphite - Build the write_graphite output plugin (stores values in Carbon, the storage layer of Graphite) +write_http - Build the write_http output plugin (sends metrics to a web-server using HTTP POST requests) +write_kafka - Build the Kafka output plugin (sends metrics to Apache Kafka) +write_log - Build the write_log output plugin (writes metrics to a file) +write_redis - Build the Redis output plugin (stores values in Redis) +write_riemann - Build the Riemann output plugin (stores values in Riemann, a stream processing and monitoring system) +write_sensu - Build the Sensu output plugin (sends metrics to Sensu Core, an open-source monitoring project) +write_tsdb - Build the TSDB output plugin (writes metrics to OpenTSDB, an open-source distributed time-series database based on Apache HBase) +xencpu - Build the XEN CPU input plugin (collects XEN Hypervisor CPU stats using app-emulation/xen-tools) +zfs_arc - Build the ZFS ARC input plugin (reports information such as the cache size, the various hits and misses (also as a ratio) and the transferred data) +zookeeper - Build the zookeeper input plugin (reads data from Apache Zookeeper MNTR command) diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/cpu_flags_x86.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/cpu_flags_x86.desc index 4dc9b9903d..7aaab7ee1a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/cpu_flags_x86.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/cpu_flags_x86.desc @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.4 2015/01/29 22:10:18 mgorny Exp $ +# $Id$ # Whenever the flag name does not correspond to /proc/cpuinfo flags, # please put the cpuinfo flag in square brackets. If more than one flag diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/crosscompile_opts.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/crosscompile_opts.desc index fc2cc3085c..5625f01e37 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/crosscompile_opts.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/crosscompile_opts.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/crosscompile_opts.desc,v 1.1 2006/08/04 21:44:09 kugelfang Exp $ +# $Id$ # This file contains descriptions of CROSSCOMPILE_OPTS USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/curl_ssl.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/curl_ssl.desc index 8bd7dde62c..8afe561197 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/curl_ssl.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/curl_ssl.desc @@ -1,13 +1,15 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/curl_ssl.desc,v 1.4 2014/07/15 10:20:33 blueness Exp $ +# $Id$ # This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl -#spnego - Use SPNEGO fbopenssl - to be added +# spnego - Use SPNEGO fbopenssl - to be added axtls - Use axTLS gnutls - Use GnuTLS +libressl - Use LibreSSL +mbedtls - Use mbed TLS nss - Use Mozilla's Network Security Services openssl - Use OpenSSL -polarssl - Use Polar SSL +polarssl - Use PolarSSL winssl - Use WinSSL (only with elibc_Winnt) diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/dracut_modules.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/dracut_modules.desc deleted file mode 100644 index 6ed1aee3b9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/dracut_modules.desc +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/dracut_modules.desc,v 1.9 2013/09/14 14:30:28 aidecoe Exp $ - -# This file contains descriptions of DRACUT_MODULES USE_EXPAND flags. - -bootchart - Measure performance of the boot process for later visualisation -biosdevname - Name devices with names returned by BIOS -btrfs - Scan for Btrfs on block devices -caps - Load kernel modules and drop this privilege for real init -cifs - Support CIFS -crypt - Decrypt devices encrypted with cryptsetup/LUKS -crypt-gpg - Support for GPG-encrypted keys for crypt module -crypt-loop - Support for LUKS-encrypted keys for crypt module -dash - Allows use of dash instead of default bash (on your own risk) -dmraid - Support dmraid devices, also known as ATA-RAID, or Fake RAID -dmsquash-live - Module which might be used for Live CDs -livenet - Similar to dmsquash-live but gets image via HTTP(S) -gensplash - Framebuffer splash (media-gfx/splashutils) -iscsi - Support iSCSI -lvm - Support Logical Volume Manager -mdraid - Support MD devices, also known as software RAID devices -multipath - Support Device Mapper multipathing -plymouth - Plymouth boot splash -nbd - Support network block devices -nfs - Support NFS -ssh-client - Install ssh and scp along with config files and specified keys -syslog - Enable logging with syslog-ng or rsyslog -systemd - Experimental systemd module -xen - Support for Xen diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/dvb_cards.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/dvb_cards.desc deleted file mode 100644 index b28d6fe11a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/dvb_cards.desc +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/dvb_cards.desc,v 1.9 2009/11/12 18:12:12 billie Exp $ - -# This file contains descriptions of DVB_CARDS USE_EXPAND flags. - -# Keep it sorted. - - -af9005 - DVB_CARDS setting to add support for the afatech af9005 USB1.1 DVB-T Demodulator (Various NoName devices, Terratec Xinergy XE rev.1) -bcm3510 - DVB_CARDS setting to add support for the Broadcom BCM3510 ATSC demodulator (Air2PC) -cx18 - DVB_CARDS setting to add support for the Conexant cx23418 chip (Hauppauge HVR1600) -cx231xx - DVB_CARDS setting to add support for Conexant cx231xx USB Devices -cx23885 - DVB_CARDS setting to add support for the Conexant cx23885 chip (DViCO FusionHDTV5 Express, Hauppauge WinTV HVR1250 HVR1500 HVR1800 HVR1800lp) -dibusb-usb1 - DVB_CARDS setting to add support for the dibcom design USB1.1 DVB-T-device (Twinhan, KWorld, Hama, Artec, Compro) -dibusb-usb2 - DVB_CARDS setting to add support for the dibcom design USB2 DVB-T-device (Grand, LiteOn, YUAN, Typhoon) -mpc718 - DVB_CARDS setting to add support for the MT352 DVB-T demodulator initialization sequence for Yuan MPC718 cards for use by the cx18 driver. -nxt200x - DVB_CARDS setting to add support for the nxt200x ATSC Demodulator (Air2PC, Kworld, Aver, ATI) -opera1 - DVB_CARDS setting to add support for the opera1 USB DVB-S-device (Opera DVB-S1 USB-Box) -or51132 - DVB_CARDS setting to add support for the or51132 Demodulator (pcHDTV) -or51211 - DVB_CARDS setting to add support for the or51211 DVB-T Demodulator (Yakumo QuickStick) -pvrusb2 - DVB_CARDS setting to add support for Conexant cx2584x chips (PVR150, PVR500, Yuan PG600/Diamond PVR-550) -sp8870 - DVB_CARDS setting to add support for the sp8870 chip (T Nexus-T premium rev1.2) -sp887x - DVB_CARDS setting to add support for the sp887x chip (Avermedia DVB-T 761) -tda10045 - DVB_CARDS setting to add support for the tda10045 DVB-T Demodulator (Hauppauge/TT Nova-T, TT Nova-USB-T) -tda10046 - DVB_CARDS setting to add support for the tda10046 DVB-T Demodulator (Hauppauge/TT Nova-T, TT Nova-USB-T) -tda10046lifeview - DVB_CARDS setting to add support for the tda10046 DVB-T Demodulator (Lifeview cards) -ttpci - DVB_CARDS setting to add support for the Full-Featured Cards built by TechnoTrend, Siemens, Hauppauge -ttusb-dec - DVB_CARDS setting to add support for the ttusb-dec chip (WinTV NOVA-T USB2) -usb-a800 - DVB_CARDS setting to add support for the usb-a800 USB DVB-T-device (AVerMedia AVerTV) -usb-af9015 - DVB_CARDS setting to add support for the usb-af9015 USB DVB-T-device (Avermedia) -usb-bluebird - DVB_CARDS setting to add support for the bluebird usb-device (DViCO bluebird) -usb-dib0700 - DVB_CARDS setting to add support for the usb-dib0700 USB DVB-T-device (Hauppauge Nova-T Stick) -usb-dw2104 - DVB_CARDS setting to add support for the usb-dw2104 USB DVB-S2-device (TeVii S650 DVB-S2 USB) -usb-dtt200u - DVB_CARDS setting to add support for the usb-dtt200u USB DVB-T-devices (Yakumo, Yuan, Hama, TYPHOON, WideView, V-Gear) -usb-umt - DVB_CARDS setting to add support for the usb-umt USB2.0-DVB-T-device (Hanftek) -usb-vp702x - DVB_CARDS setting to add support for the usb-vp702x USB DVB-S-devices (TwinhanDTV, DigitalRise, TYPHOON) -usb-vp7045 - DVB_CARDS setting to add support for the usb-vp7045 USB DVB-T-devices (TwinhanDTV, DigitalNow, DigitalRise, dnt) -usb-wt220u - DVB_CARDS setting to add support for the usb-wt220u USB DVB-T-devices (Yakumo, Yuan, TYPHOON, WideView, Freecom, V-Gear, dnt, Redbell) -vp7041 - DVB_CARDS setting to add support for the vp7041 USB DVB-T-devices (TwinhanDTV) diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/elibc.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/elibc.desc index 8866b1c750..70929ed3e1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/elibc.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/elibc.desc @@ -1,12 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.8 2014/10/31 01:48:33 vapier Exp $ +# $Id$ # This file contains descriptions of ELIBC USE_EXPAND flags. # Keep it sorted. AIX - ELIBC setting for systems that use the AIX C library +bionic - ELIBC setting for systems that use Android's Bionic C library Cygwin - ELIBC setting for systems that use Cygwin Darwin - ELIBC setting for systems that use the Darwin C library DragonFly - ELIBC setting for systems that use the DragonFly C library diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/fftools.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/fftools.desc index 9d4de556b6..48e205e46d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/fftools.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/fftools.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/fftools.desc,v 1.4 2014/01/16 17:24:37 jer Exp $ +# $Id$ # This file contains descriptions of FFTOOLS USE-EXPANDED variables. # Keep it sorted. @@ -15,4 +15,5 @@ graph2dot - A tool to convert a libavfilter graph to a dot file. ismindex - A tool for creating smooth streaming manifests. pktdumper - Dumps packets as demuxed by libavformat. qt-faststart - Rearranges a Quicktime file to facilitate network streaming. +sidxindex - Write an MPD file for fragmented MP4 files with a sidx index at the start of the file. trasher - Writes burts of random data into a file. Great for testing error robustness/resilience/concealment. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/foo2zjs_devices.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/foo2zjs_devices.desc deleted file mode 100644 index 69b2fedfdd..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/foo2zjs_devices.desc +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/foo2zjs_devices.desc,v 1.9 2013/06/03 19:13:42 jer Exp $ - -# This file contains descriptions of FOO2ZJS_DEVICES USE_EXPAND flags. -# created by http://gentooexperimental.org/~genstef/dist/foo2zjs-helper.sh - -# Keep it sorted. - -hp2600n - Get HP Color LaserJet 2600n .ICM files -hp1600 - Get HP Color LaserJet 1600 .ICM files -hp1500 - Get HP Color LaserJet 1500 .ICM files - -km2530 - Get Konica Minolta 2530 DL .ICM files -km2490 - Get Konica Minolta 2490 MF .ICM files -km2480 - Get Konica Minolta 2480 MF .ICM files -xp6115 - Get Xerox Phaser 6115MFP .ICM files - -km2430 - Get Konica Minolta 2430 DL .ICM files -km2300 - Get Minolta 2300 DL .ICM files -km2200 - Get Minolta 2200 DL .ICM files -kmcpwl - Get Minolta Color PageWorks/Pro L .ICM files - -sa300 - Get Samsung CLP-300 .ICM files -sa315 - Get Samsung CLP-315 .ICM files -sa2160 - Get Samsung CLX-2160 .ICM files -sa3160 - Get Samsung CLX-3160 .ICM files -xp6110 - Get Xerox Phaser 6110 and 6110MFP .ICM files - -lm500 - Get Lexmark C500 .ICM files - -oki3200 - Get Oki C3200 .ICM files -oki3300 - Get Oki C3300 .ICM files -oki3400 - Get Oki C3400 .ICM files -oki3530 - Get Oki C3530 .ICM files -oki5100 - Get Oki C5100 .ICM files -oki5200 - Get Oki C5200 .ICM files -oki5500 - Get Oki C5500 .ICM files -oki5600 - Get Oki C5600 .ICM files -oki5800 - Get Oki C5800 .ICM files - -hp1215 - Get HP LJ 1215 firmware file -hp1020 - Get HP LJ 1020 firmware file -hp1018 - Get HP LJ 1005 firmware file -hp1005 - Get HP LJ 1005 firmware file -hp1000 - Get HP LJ 1000 firmware file - -hpp1505 - Get HP LJ P1505 firmware file -hpp1008 - Get HP LJ P1008 firmware file -hpp1007 - Get HP LJ P1007 firmware file -hpp1006 - Get HP LJ P1006 firmware file -hpp1005 - Get HP LJ P1005 firmware file diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/gpsd_protocols.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/gpsd_protocols.desc index ce42e19461..9eeffb0c34 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/gpsd_protocols.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/gpsd_protocols.desc @@ -1,13 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/gpsd_protocols.desc,v 1.5 2015/02/27 18:11:58 vapier Exp $ +# $Id$ # This file contains descriptions of possible protocols for gpsd package. # Keep it sorted. :) aivdm - AIVDM protocol support ashtech - Ashtech protocol support -clientdebug - Client debugging protocol support earthmate - Earthmate protocol support evermore - EverMore protocol support fury - Jackson Labs Fury and Firefly support @@ -16,6 +15,7 @@ garmin - Garmin protocol support garmintxt - Garmin Simple Text protocol support geostar - Geostar Protocol support gpsclock - GPSclock protocol support +isync - Isync protocol support itrax - iTrax protocol support mtk3301 - MTK-3301 protocol support navcom - Navcom protocol support @@ -24,14 +24,13 @@ nmea0183 - NMEA protocol support nmea2000 - NMEA2000/CAN support ntrip - NTRIP protocol support oceanserver - OceanServer protocol support -oldstyle - Oldstyle (pre-JSON) protocol support oncore - OnCore protocol support passthrough - Pass through JSON data rtcm104v2 - RTCM104V2 protocol support rtcm104v3 - RTCM104V3 protocol support sirf - SiRF protocol support +skytraq - Skytraq protocol support superstar2 - SuperStarII protocol support -timing - Timing protocol support tnt - True North protocol support tripmate - Tripmate protocol support tsip - Trimble TSIP protocol support diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/grub_platforms.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/grub_platforms.desc index dd9b9f15ee..2ba24c68f3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/grub_platforms.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/grub_platforms.desc @@ -1,13 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.6 2014/06/06 12:47:38 jer Exp $ +# $Id$ # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags. # Keep it sorted. coreboot - Coreboot platform support -efi - Native EFI platform support efi-32 - EFI 32 bit platform support (Old MACs) efi-64 - EFI 64 bit platform support emu - Emulation platform support @@ -17,5 +16,6 @@ multiboot - Multiboot platform support pc - PC platform support qemu - QEMU platform support qemu-mips - QEMU MIPS platform support -yeeloong - YEEELONG MIPS platform support +uboot - U-Boot platform support xen - XEN (pvgrub2) platform support +xen-32 - Build 32-bit XEN (pvgrub2) platform support on amd64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/input_devices.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/input_devices.desc index 75fe1cb436..4f3ab70bc1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/input_devices.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/input_devices.desc @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/input_devices.desc,v 1.14 2015/03/09 00:12:01 idella4 Exp $ +# $Id$ # This file contains descriptions of INPUT_DEVICES USE_EXPAND flags. @@ -8,31 +8,23 @@ acecad - INPUT_DEVICES setting to build driver for acecad input devices aiptek - INPUT_DEVICES setting to build driver for aiptek input devices -calcomp - INPUT_DEVICES setting to build driver for calcomp input devices -digitaledge - INPUT_DEVICES setting to build driver for digitaledge input devices -dmc - INPUT_DEVICES setting to build driver for dmc input devices dynapro - INPUT_DEVICES setting to build driver for dynapro input devices elo2300 - INPUT_DEVICES setting to build driver for elo2300 input devices elographics - INPUT_DEVICES setting to build driver for elographics input devices evdev - INPUT_DEVICES setting to build driver for evdev input devices fpit - INPUT_DEVICES setting to build driver for fpit input devices hyperpen - INPUT_DEVICES setting to build driver for hyperpen input devices -jamstudio - INPUT_DEVICES setting to build driver for jamstudio input devices joystick - INPUT_DEVICES setting to build driver for joystick input devices keyboard - INPUT_DEVICES setting to build driver for keyboard input devices libinput - INPUT_DEVICES setting to build driver for libinput input devices lirc - INPUT_DEVICES setting to build driver for LIRC input devices (i.e. infra-red remote control) -magellan - INPUT_DEVICES setting to build driver for magellan input devices -magictouch - INPUT_DEVICES setting to build driver for magictouch input devices -microtouch - INPUT_DEVICES setting to build driver for microtouch input devices mouse - INPUT_DEVICES setting to build driver for mouse input devices mutouch - INPUT_DEVICES setting to build driver for mutouch input devices -none - INPUT_DEVICES setting to build no drivers (useful when using binary drivers) -palmax - INPUT_DEVICES setting to build driver for palmax input devices penmount - INPUT_DEVICES setting to build driver for penmount input devices roccat_arvo - INPUT_DEVICES setting to build driver for Roccat Arvo input devices roccat_isku - INPUT_DEVICES setting to build driver for Roccat Isku input devices roccat_iskufx - INPUT_DEVICES setting to build driver for Roccat Isku Fx input devices +roccat_kiro - INPUT_DEVICES setting to build driver for Roccat Kiro input devices roccat_kone - INPUT_DEVICES setting to build driver for Roccat Kone input devices roccat_koneplus - INPUT_DEVICES setting to build driver for Roccat Kone[+] input devices roccat_konepure - INPUT_DEVICES setting to build driver for Roccat Kone Pure input devices @@ -41,19 +33,16 @@ roccat_konepureoptical - INPUT_DEVICES setting to build driver for Roccat Kone P roccat_konextd - INPUT_DEVICES setting to build driver for Roccat KoneXTD input devices roccat_konextdoptical - INPUT_DEVICES setting to build driver for Roccat KoneXTD Optical input devices roccat_kovaplus - INPUT_DEVICES setting to build driver for Roccat Kova[+] input devices +roccat_kova2016 - INPUT_DEVICES setting to build driver for Roccat Kova 2016 input devices roccat_lua - INPUT_DEVICES setting to build driver for Roccat Lua input devices +roccat_nyth - INPUT_DEVICES setting to build driver for Roccat Nyth input devices roccat_pyra - INPUT_DEVICES setting to build driver for Roccat Pyra input devices roccat_savu - INPUT_DEVICES setting to build driver for Roccat Savu input devices roccat_ryosmk - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input devices -spaceorb - INPUT_DEVICES setting to build driver for spaceorb input devices -summa - INPUT_DEVICES setting to build driver for summa input devices synaptics - INPUT_DEVICES setting to build driver for synaptics input devices -tek4957 - INPUT_DEVICES setting to build driver for tek4957 input devices tslib - INPUT_DEVICES setting to build driver for tslib input devices -ur98 - INPUT_DEVICES setting to build driver for ur98 input devices -virtualbox - INPUT_DEVICES setting to build driver for virtualbox input emulation vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices void - INPUT_DEVICES setting to build driver for void/dummy input devices wacom - INPUT_DEVICES setting to build driver for wacom input devices diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/kernel.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/kernel.desc index 90df68d41a..90e749a17c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/kernel.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/kernel.desc @@ -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/profiles/desc/kernel.desc,v 1.6 2011/12/18 09:04:46 grobian Exp $ +# $Id$ # This file contains descriptions of KERNEL USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/l10n.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/l10n.desc new file mode 100644 index 0000000000..3577ebbfe5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/l10n.desc @@ -0,0 +1,188 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of L10N USE_EXPAND flags. + +# Keep it sorted. Entries must be valid IETF language tags (BCP 47). + +# The following are considered duplicates. Use the generic language +# tag without region subtag instead. +# fil-PH - Filipino (Philippines) +# fy-NL - Western Frisian (Netherlands) +# ga-IE - Irish (Ireland) +# gu-IN - Gujarati (India) +# hi-IN - Hindi (India) +# hy-AM - Armenian (Armenia) +# id-ID - Indonesian (Indonesia) +# kn-IN - Kannada (India) +# nb-NO - Norwegian Bokmål (Norway) +# nn-NO - Norwegian Nynorsk (Norway) +# pa-IN - Punjabi (India) +# sa-IN - Sanskrit (India) +# sv-SE - Swedish (Sweden) + +ach - Acoli +af - Afrikaans +am - Amharic +an - Aragonese +ar - Arabic +as - Assamese +ast - Asturian +az - Azerbaijani +be - Belarusian +bg - Bulgarian +bn - Bengali +bn-BD - Bengali (Bangladesh) +bn-IN - Bengali (India) +bo - Tibetan +br - Breton +brx - Bodo (India) +bs - Bosnian +ca - Catalan +ca-valencia - Catalan (Valencian) +cak - Kaqchikel +chr - Cherokee +cs - Czech +csb - Kashubian +cy - Welsh +da - Danish +de - German +de-1901 - German (traditional orthography) +dgo - Dogri (individual language) +doi - Dogri (macrolanguage) +dsb - Lower Sorbian +dz - Dzongkha +el - Modern Greek +en - English +en-GB - English (United Kingdom) +en-US - English (United States) +en-ZA - English (South Africa) +eo - Esperanto +es - Spanish +es-419 - Spanish (Latin America) +es-AR - Spanish (Argentina) +es-CL - Spanish (Chile) +es-ES - Spanish (Spain) +es-MX - Spanish (Mexico) +et - Estonian +eu - Basque +fa - Persian +ff - Fulah +fi - Finnish +fil - Filipino +fo - Faroese +fr - French +fr-CA - French (Canada) +fy - Western Frisian +ga - Irish +gd - Scottish Gaelic +gl - Galician +gn - Guarani +gu - Gujarati +gug - Paraguayan Guarani +he - Hebrew +hi - Hindi +hne - Chhattisgarhi +hr - Croatian +hsb - Upper Sorbian +hu - Hungarian +hy - Armenian +ia - Interlingua +id - Indonesian +is - Icelandic +it - Italian +ja - Japanese +ka - Georgian +kab - Kabyle +kk - Kazakh +km - Central Khmer +kmr-Latn - Northern Kurdish (Latin script) +kn - Kannada +ko - Korean +kok - Konkani (macrolanguage) +ks - Kashmiri +ku - Kurdish +ky - Kirghiz +la - Latin +lb - Luxembourgish +lij - Ligurian +lo - Lao +lt - Lithuanian +lv - Latvian +mai - Maithili +mi - Maori +mk - Macedonian +ml - Malayalam +mn - Mongolian +mni - Manipuri +mr - Marathi +ms - Malay (macrolanguage) +my - Burmese +nb - Norwegian Bokmål +nds - Low German +ne - Nepali +nl - Dutch +nn - Norwegian Nynorsk +no - Norwegian +nr - South Ndebele +nso - Northern Sotho +oc - Occitan +om - Oromo +or - Oriya (macrolanguage) +pa - Punjabi +pl - Polish +pt - Portuguese +pt-BR - Portuguese (Brazil) +pt-PT - Portuguese (Portugal) +rm - Romansh +ro - Romanian +ru - Russian +rw - Kinyarwanda +sa - Sanskrit +sat - Santali +sco - Scots +sd - Sindhi +se - Northern Sami +si - Sinhala +sid - Sidamo +sk - Slovak +sl - Slovenian +son - Songhai languages +sq - Albanian +sr - Serbian +sr-ijekavsk - Serbian (Ijekavian pronunciation) +sr-Latn - Serbian (Latin script) +sr-Latn-ijekavsk - Serbian (Latin script, Ijekavian pronunciation) +sr-ME - Serbian (Montenegro) +ss - Swati +st - Southern Sotho +sv - Swedish +sw - Swahili (macrolanguage) +sw-TZ - Swahili (Tanzania) +syc - Classical Syriac +ta - Tamil +ta-LK - Tamil (Sri Lanka) +te - Telugu +tg - Tajik +th - Thai +tk - Turkmen +tl - Tagalog +tn - Tswana +tr - Turkish +ts - Tsonga +tt - Tatar +ug - Uyghur +uk - Ukrainian +ur-PK - Urdu (Pakistan) +uz - Uzbek +uz-Cyrl - Uzbek (Cyrillic script) +ve - Venda +vi - Vietnamese +wa - Walloon +xh - Xhosa +zh - Chinese +zh-CN - Chinese (China) +zh-HK - Chinese (Hong Kong) +zh-TW - Chinese (Taiwan) +zu - Zulu diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/lcd_devices.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/lcd_devices.desc index daa718c0e6..9a1ce5d534 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/lcd_devices.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/lcd_devices.desc @@ -1,6 +1,6 @@ # Copyright 2007-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/lcd_devices.desc,v 1.9 2012/05/07 09:43:35 pacho Exp $ +# $Id$ # This file contains descriptions of LCD_DEVICES USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/libreoffice_extensions.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/libreoffice_extensions.desc index 5a45a1a261..8104723ed6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/libreoffice_extensions.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/libreoffice_extensions.desc @@ -1,15 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/libreoffice_extensions.desc,v 1.3 2012/05/05 15:09:48 scarabeus Exp $ +# $Id$ # This file contains descriptions of LIBREOFFICE_EXTENSIONS USE_EXPAND flags. # Keep it sorted. nlpsolver - LIBREOFFICE_EXTENSIONS option to build non-linear solver for calc -pdfimport - LIBREOFFICE_EXTENSIONS option to build pdf files importer -presenter-console - LIBREOFFICE_EXTENSIONS option to build presentation console -presenter-minimizer - LIBREOFFICE_EXTENSIONS option to build presentation minimizer -report-builder - LIBREOFFICE_EXTENSIONS option to build tool for nice reports creation scripting-beanshell - LIBREOFFICE_EXTENSIONS option to build beanshell scripts parser scripting-javascript - LIBREOFFICE_EXTENSIONS option to build javascript scripts parser wiki-publisher - LIBREOFFICE_EXTENSIONS option to build mediawiki integration diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/linguas.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/linguas.desc index 64898452bd..c1ec2d677a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/linguas.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/linguas.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/linguas.desc,v 1.90 2015/05/20 05:04:42 jer Exp $ +# $Id$ # This file contains descriptions of LINGUAS USE_EXPAND flags. @@ -17,7 +17,6 @@ ar_JO - Arabic locale for Jordan ar_SA - Arabic locale for Saudi-Arabia ar_SY - Arabic locale for Syria as - Assamese locale -as_IN - Assamese locale for India ast - Asturian locale az - Azeri locale be - Belarusian locale @@ -29,7 +28,6 @@ bn - Bengali locale bn_BD - Bengali locale for Bangladesh bn_IN - Bengali locale for India bo - Tibetan locale -bo_CN - Tibetan locale for China br - Breton locale brx - Bodo locale for India bs - Bosnian locale @@ -38,7 +36,9 @@ ca - Catalan locale ca@valencia - Catalan locale (Valencia) ca_ES - Catalan locale for Spain ca_XV - Asturian and Catalan locale (Valencia) +ckb - Kurdish (Sorani) locale cmn - Chinese (Mandarin) locale +co - Corsican locale crh - Crimean Tatar (Crimean Turkish) locale cs - Czech locale cs_CZ - Czech locale for Czech Republic @@ -48,10 +48,9 @@ cy_GB - Welsh locale da - Danish locale da_DK - Danish locale for Denmark de - German locale -de_1901 - German locale with old spelling +de@1901 - German locale with old spelling de_CH - German locale for Switzerland de_DE - German locale for Germany -de_FR - German locale for France dgo - Dogri locale for India doi - Dogri locale dz - Dzongkha locale @@ -73,7 +72,6 @@ es_419 - Latin American Spanish locale es_AR - Spanish locale for Argentina es_CL - Spanish locale for Chile es_CO - Spanish locale for Columbia -es_CR - Spanish locale for Costa Rica es_DO - Spanish locale for Dominican Republic es_ES - Spanish locale for Spain es_LA - Spanish locale for Latin America @@ -93,6 +91,8 @@ fo - Faroese locale fr - French locale fr_CA - French locale for Canada fr_FR - French locale for France +frp - Franco-Provençal locale +fur - Friullian locale fy - Frisian locale fy_NL - Frisian language locale for the Netherlands ga - Irish locale @@ -103,6 +103,7 @@ gl - Galician locale gl_ES - Galician locale for Spain gu - Gujarati locale gu_IN - Gujarati locale for India +gug - Paraguayan (Guarani) locale haw - Hawaiian locale he - Hebrew locale he_IL - Hebrew locale for Israel @@ -112,7 +113,6 @@ hne - Chhattisgarhi locale hr - Croatian locale hr_HR - Croatian locale hsb - Upper Sorbian locale -ht - Haitian locale hu - Hungarian locale hu_HU - Hungarian locale hy - Armenian locale @@ -120,6 +120,7 @@ hy_AM - Armenian locale ia - Interlingua locale id - Indonesian locale id_ID - Indonesian locale +ii - Nousu locale is - Icelandic locale is_IS - Icelandic locale for Iceland it - Italian locale @@ -129,6 +130,7 @@ ja_JP - Japanese locale jv - Javanese locale ka - Georgian locale ka_GE - Georgian locale +kab - Kabyle locale kk - Kazakh locale kk_KZ - Kazakh (Kazakhstan) locale km - Khmer locale @@ -140,9 +142,10 @@ kok - Konkani locale ks - Kashmiri locale ksw - S'gaw Karen locale ku - Kurdish (latin) locale +ku_IQ - Kurdish (latin) locale for Iraq ky - Kyrgyz (Kirghiz) locale ky_KG - Kyrgyz (Kirghiz) locale for Kyrgyzstan -la - Latin2 locale +la - Latin locale lb - Luxembourgish locale lg - Ganda locale li - Limburgian locale @@ -156,17 +159,15 @@ me - Montenegrin (Crnogorski) locale mg - Malagasy locale mi - Maori locale mk - Macedonian locale +mk_MK - Macedonian locale for Macedonia ml - Malayalam locale -ml_IN - Malayalam locale for India mn - Mongolian locale mni - Manipuri locale mr - Marathi locale -mr_IN - Marathi locale for India ms - Malay locale ms_MY - Malay locale for Malaysia mt - Maltese locale my - Burmese locale -my_MM - Burmese locale for Myanmar nan - Min Nan locale nb - Norwegian (Bokmal) locale nb_NO - Norwegian (Bokmal) locale for Norway @@ -178,18 +179,17 @@ nl_NL - Dutch locale for the Netherlands nn - Nynorsk locale nn_NO - Nynorsk locale for Norway no - Norwegian locale +no_NO - Norwegian locale for Norway nqo - N'Ko locale nr - Ndebele (South) locale -ns - Northern Sotho locale nso - Northern Sotho locale oc - Occitan locale om - Oromo locale or - Oriya locale -or_IN - Oriya locale for India pa - Punjabi locale for India pa_IN - Punjabi locale for India pam - Kapampangan locale -pap - Paiamento locale +pap - Papiamento locale pl - Polish locale pl_PL - Polish locale ps - Pushto locale @@ -201,18 +201,16 @@ ro - Romanian locale ro_RO - Romanian locale for Romania ru - Russian locale ru_RU - Russian locale for Russia -ru_RU_0 - Russian locale for Russia rue - Rusyn locale rw - Kinyarwanda locale sa - Sanskrit locale sa_IN - Sanskrit locale for India -sah - Sakha (Yakut) +sah - Sakha (Yakut) locale sat - Santali locale +sc - Sardinian locale sco - Scots locale sd - Sindhi locale se - Northern Saami locale -sh - Serbo-Croatian locale -sh_YU - Serbo-Croatian locale shn - Shan locale si - Sinhala locale si_LK - Sinhala locale @@ -229,9 +227,6 @@ sr@Latn - Serbian (latin) locale sr@ijekavian - Serbian-Ijekavian locale sr@ijekavianlatin - Serbian-Ijekavian (latin) locale sr@latin - Serbian (latin) locale -sr_BA - Serbian locale for Bosnia and Herzegovina -sr_BA@latin - Serbian (latin) locale for Bosnia and Herzegovina -sr_CS - Serbian locale sr_RS - Serbian locale for Serbia sr_RS@cyrillic - Serbian (cyrillic) locale for Serbia sr_RS@latin - Serbian (latin) locale for Serbia @@ -246,13 +241,11 @@ ta - Tamil locale ta_IN - Tamil locale ta_LK - Tamil locale for Sri Lanka te - Telugu locale -te_IN - Telugu locale for India tg - Tajik locale tg_TJ - Tajik locale Tajikistan th - Thai locale th_TH - Thai locale Thailand ti - Tigrinya locale -ti_ER - Tigrinya locale for Eritrea tig - Tigre locale tk - Turkmen locale tl - Tagalog locale @@ -269,7 +262,6 @@ ug - Uighur locale uk - Ukrainian locale uk_UA - Ukrainian locale for Ukraine ur - Urdu locale -ur_IN - Urdu locale for India ur_PK - Urdu language locale for Pakistan uz - Uzbek locale uz@Cyrl - Uzbek (Cyrillic) locale diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/lirc_devices.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/lirc_devices.desc index 4126312d7d..7d9d7e62d5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/lirc_devices.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/lirc_devices.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/lirc_devices.desc,v 1.13 2013/08/27 18:20:14 axs Exp $ +# $Id$ # This file contains descriptions of LIRC_DEVICES USE_EXPAND flags. @@ -28,11 +28,6 @@ bte - LIRC_DEVICES setting to add support for bte receiver device bw6130 - LIRC_DEVICES setting to add support for bw6130 receiver device caraca - LIRC_DEVICES setting to add support for caraca receiver device chronos - LIRC_DEVICES setting to add support for chronos receiver device -cmdir - LIRC_DEVICES setting to add support for cmdir receiver device -com1 - LIRC_DEVICES setting to add support for serial receiver device (defaults on using port #1) -com2 - LIRC_DEVICES setting to add support for serial receiver device (defaults on using port #2) -com3 - LIRC_DEVICES setting to add support for serial receiver device (defaults on using port #3) -com4 - LIRC_DEVICES setting to add support for serial receiver device (defaults on using port #4) commandir - LIRC_DEVICES setting to add support for commandir receiver device cph06x - LIRC_DEVICES setting to add support for cph06x receiver device creative_infracd - LIRC_DEVICES setting to add support for creative_infracd receiver device @@ -58,7 +53,6 @@ imon_24g - LIRC_DEVICES setting to add support for imon_24g receiver device imon_knob - LIRC_DEVICES setting to add support for imon_knob device imon_lcd - LIRC_DEVICES setting to add support for imon_lcd receiver device imon_pad - LIRC_DEVICES setting to add support for imon_pad receiver device -imon_pad2keys - LIRC_DEVICES setting to add support for imon_pad receiver device (converting pad events to keypresses) imon_rsc - LIRC_DEVICES setting to add support for imon_rsc receiver device inputlirc - LIRC_DEVICES setting to grab events from /dev/input/event* with inputlircd irdeo - LIRC_DEVICES setting to add support for irdeo receiver device @@ -76,11 +70,7 @@ leadtek_pvr2000 - LIRC_DEVICES setting to add support for leadtek_pvr2000 receiv livedrive_midi - LIRC_DEVICES setting to add support for livedrive_midi receiver device livedrive_seq - LIRC_DEVICES setting to add support for livedrive_seq receiver device logitech - LIRC_DEVICES setting to add support for logitech receiver device -lpt1 - LIRC_DEVICES setting to add support for parallel receiver device (defaults on using port #1) -lpt2 - LIRC_DEVICES setting to add support for parallel receiver device (defaults on using port #2) macmini - LIRC_DEVICES setting to add support for macmini receiver device -mceusb2 - LIRC_DEVICES setting to add support for mceusb2 receiver device -mceusb - LIRC_DEVICES setting to add support for mceusb receiver device mediafocusI - LIRC_DEVICES setting to add support for mediafocusI receiver device mouseremote - LIRC_DEVICES setting to add support for mouseremote receiver device mouseremote_ps2 - LIRC_DEVICES setting to add support for mouseremote_ps2 receiver device @@ -118,7 +108,6 @@ tvbox - LIRC_DEVICES setting to add support for tvbox receiver device udp - LIRC_DEVICES setting to add support for udp receiver device uirt2 - LIRC_DEVICES setting to add support for uirt2 receiver device uirt2_raw - LIRC_DEVICES setting to add support for uirt2_raw receiver device -usbirboy - LIRC_DEVICES setting to add support for the usbirboy homebrew device usb_uirt_raw - LIRC_DEVICES setting to add support for usb_uirt_raw receiver device usbx - LIRC_DEVICES setting to add support for usbx receiver device userspace - LIRC_DEVICES setting to add support for userspace receiver device diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/llvm_targets.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/llvm_targets.desc new file mode 100644 index 0000000000..57d4367718 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/llvm_targets.desc @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +AArch64 - AArch64 CPU target (arm64 in Gentoo) +AMDGPU - AMDGPU target (supports R600 and GCN GPUs) +ARM - ARM CPU target +BPF - Berkeley Packet Filter target +Hexagon - Qualcomm Hexagon DSP target +Lanai - Lanai CPU target +Mips - MIPS CPU target (includes MIPS64) +MSP430 - MSP430 CPU target (experimental) +NVPTX - NVIDIA PTX (GPU) target (32-bit and 64-bit) +PowerPC - PowerPC CPU target (PPC32 and PPC64) +RISCV - RISC-V CPU target +Sparc - Sparc CPU target +SystemZ - SystemZ (s390x) CPU target +X86 - X86 CPU target (includes amd64) +XCore - XCore CPU target diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/monkeyd_plugins.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/monkeyd_plugins.desc index 422f4a0c25..1eb17ab0aa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/monkeyd_plugins.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/monkeyd_plugins.desc @@ -1,16 +1,16 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/monkeyd_plugins.desc,v 1.1 2013/05/28 12:15:48 blueness Exp $ +# $Id$ # This file contains descriptions of MONKEYD_PLUGINS USE_EXPAND flags for www-servers/monkeyd. # All plugins are included here except cgi and fastcgi which are global use flags. -auth - Provide HTTP Basic Authentication -cheetah - Provide a shell-like command line interface -#cgi - Provide the traditional CGI interface -dirlisting - Show an HTML listing of the content of a directory -#fastcgi - Provide FastCGI proxy support -liana - Build your own network layer through monkeyd -logger - Log requests and common errors -mandril - Restrict incoming connections based on the IP address or URI request -polarssl - Provide HTTPS using PolarSSL v1.*. +auth - Provide HTTP Basic Authentication. +cheetah - Provide a shell-like command line interface. +#cgi - Provide the traditional CGI interface - This is a global USE flag. +dirlisting - Show an HTML listing of the content of a directory. +#fastcgi - Provide FastCGI proxy support - This is a global USE flag. +liana - Build your own network layer through monkeyd. +logger - Log requests and common errors. +mandril - Restrict incoming connections based on the IP address or URI request. +tls - Provide TLS using mbed TLS (formerly known as PolarSSL) - Currently disabled. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/netbeans_modules.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/netbeans_modules.desc index 69202df0eb..e64655b18f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/netbeans_modules.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/netbeans_modules.desc @@ -1,6 +1,6 @@ # Copyright 2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/netbeans_modules.desc,v 1.5 2013/10/16 09:36:55 fordfrog Exp $ +# $Id$ # This file contains descriptions of NETBEANS_MODULES USE_EXPAND flags. @@ -11,21 +11,11 @@ enterprise - enables enterprise development support ergonomics - enables ergonomics features extide - enables extide module groovy - enables Groovy and Grails development support -gsf - enables support for web client development -harness - enables harness support -ide - enables Netbeans IDE -identity - enables identity module -j2ee - enables J2EE development support java - enables Java development support javacard - enables cluster for JavaCard development javafx - enables JavaFX development support mobility - enables support for development of mobile applications -nb - enables Netbeans branding php - enables PHP development support profiler - enables Java profiler -ruby - enables Ruby development support -soa - enables SOA development support -visualweb - enables visual web development support webcommon - enables javascript libraries and web client tools websvccommon - enables common support for web services development -xml - enables XML related development support (schema, validation, WSDL, etc.) diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_http.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_http.desc index bc176c3495..4cb5574c43 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_http.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.21 2014/07/22 06:45:37 dev-zero Exp $ +# $Id$ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -8,10 +8,10 @@ access - This module provides a simple host-based access control. addition - This module adds contents of other locations before and after the current location's content. auth_basic - This module protects your site or parts of it with username and password based on HTTP Basic Authentication. +auth_ldap - LDAP module for nginx which supports authentication against multiple LDAP servers. auth_pam - This module provides authentication via PAM. auth_request - Module implementing client authorization based on the result of a subrequest. autoindex - This module provides automatic directory listings. -ajp - support AJP protocol proxy with nginx browser - This module creates variables, the values of which depend on the request header "User-agent". cache_purge - External module adding ability to purge content from nginx's FastCGI and proxy caches. charset - This module can reencode data of one encoding into another. @@ -33,18 +33,16 @@ image_filter - This module is a filter for transforming JPEG, GIF and PNG images limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session limit_req - This module allows you to limit the number of requests for a given session. limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session -limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session lua - Embed the power of Lua into nginx map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable. +memc - An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands. memcached - You can use this module to perform simple caching. metrics - Module to export various metrics in easy-parseable JSON. mogilefs - Enable support for MogileFS. mp4 - This module adds pseudo-streaming naxsi - An open source, high performance, low rules maintenance, Web Application Firewall module for Nginx. -passenger - Passenger makes deployment of Ruby web applications a breeze. perl - This module makes it possible to execute Perl directly within Nginx and call Perl via SSI. proxy - This module makes it possible to transfer requests to another server. -push - External module turning Nginx into an adept HTTP Push and Comet server. push_stream - Push Stream module, supporting EventSource, WebSocket, Long Polling, and Forever Iframe. random_index - Pick a random directory index from a directory. realip - This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For). @@ -53,17 +51,21 @@ rewrite - This module makes it possible to change URI using regular expressions scgi - An implementation of the Simple Common Gateway Interface. secure_link - This module computes and checks request URLs for a required security token. security - Web application firewall and Intrusion Detection System. +slice - A filter that splits a request into subrequests, each returning a certain range of response slowfs_cache - This module adds the ability to cache static files split_clients - This module provides A/B testing support. ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input. -spdy - This module provides an SPDY implementation. +spdy - This module provides an SPDY implementation. (Deprecated, use IUSE="http2" instead) sticky - Module to always forward clients to the same upstream server (via sticky cookies) stub_status - This module provides the ability to get some status from nginx. sub - This module can search and replace text in the nginx response. -upload - Enable support for handling file uploads using multipart/form-data encoding upload_progress - This module adds the ability to track POST upload progress via JSON API upstream_check - Add health check support for upstream servers. +upstream_hash - This module provides the ability to distribute upstream requests based on hashed key value. upstream_ip_hash - This module provides the ability to distribute upstream requests based on the IP-address of the client. +upstream_keepalive - Thiis module provides the ability to cache connections to upstream servers. +upstream_least_conn - This module provides the ability to distribute upstream requests using load balancing methods. +upstream_zone - This module makes it possible to define a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes. userid - This module gives out cookies for identification of clients. uwsgi - External module for the uWSGI protocol for python web apps. xslt - This module is a filter which converts an XML response with the aid of one or more XSLT templates. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_mail.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_mail.desc index b4ef2e0788..ba6d9c0e25 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_mail.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_mail.desc @@ -1,6 +1,6 @@ # Copyright 2010 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_mail.desc,v 1.1 2010/03/07 10:37:51 hollow Exp $ +# $Id$ # This file contains descriptions of NGINX_MODULES_MAIL USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_stream.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_stream.desc new file mode 100644 index 0000000000..694dae96eb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/nginx_modules_stream.desc @@ -0,0 +1,20 @@ +# Copyright 2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of NGINX_MODULES_STREAM USE_EXPAND flags. + +# Keep it sorted. +access - This module allows limiting access to certain client addresses. +geo - This module creates variables, whose values depend on the IP-address of the client. +geoip - This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files. +limit_conn - This module is used to limit the number of connections per the defined key. +map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable. +realip - This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For). +return - This module allows sending a specified value to the client and then closing the connection. +split_clients - This module provides A/B testing support. +ssl_preread - This module allows extracting information from the ClientHello message without terminating SSL/TLS. +upstream - This module is used to define groups of servers that can be referenced by the proxy_pass directive. +upstream_hash - This module provides the ability to distribute upstream requests based on hashed key value. +upstream_least_conn - This module provides the ability to distribute upstream requests using load balancing methods. +upstream_zone - This module makes it possible to define a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/ofed_drivers.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/ofed_drivers.desc index 75198dfb80..6210f96eed 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/ofed_drivers.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/ofed_drivers.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/ofed_drivers.desc,v 1.3 2014/04/16 07:34:42 alexxy Exp $ +# $Id$ # This file contains descriptions of OFED_DRIVERS USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/office_implementation.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/office_implementation.desc index 2326ab9247..1ca4e5a963 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/office_implementation.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/office_implementation.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/office_implementation.desc,v 1.1 2013/03/23 08:40:18 scarabeus Exp $ +# $Id$ # This file contains descriptions of OFFICE USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_fabrics.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_fabrics.desc index 795eacf1c5..88c5391ed3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_fabrics.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_fabrics.desc @@ -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/profiles/desc/openmpi_fabrics.desc,v 1.1 2012/04/18 20:26:12 alexxy Exp $ +# $Id$ # This file contains descriptions of OPENMPI_FABRICS USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_ofed_features.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_ofed_features.desc index 5e9c061b7e..a4d9dcfc17 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_ofed_features.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_ofed_features.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/openmpi_ofed_features.desc,v 1.2 2014/04/08 09:43:46 alexxy Exp $ +# $Id$ # This file contains descriptions of OPENMPI_OFED_FEATURES USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_rm.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_rm.desc index 19f355a72e..9bc73559be 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_rm.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/openmpi_rm.desc @@ -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/profiles/desc/openmpi_rm.desc,v 1.1 2012/04/18 20:26:12 alexxy Exp $ +# $Id$ # This file contains descriptions of OPENMPI_RM USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/php_targets.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/php_targets.desc index 12ae8388d6..81547b2100 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/php_targets.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/php_targets.desc @@ -1,12 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/php_targets.desc,v 1.5 2015/06/13 15:17:32 olemarkus Exp $ +# $Id$ # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags +php7-1 - Build against PHP 7.1 php7-0 - Build against PHP 7.0 php5-6 - Build against PHP 5.6 php5-5 - Build against PHP 5.5 php5-4 - Build against PHP 5.4 -php5-3 - Build against PHP 5.3 -php5-2 - Build against PHP 5.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc index 6d4c79c8b6..4315457263 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc @@ -1,14 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.11 2014/11/06 15:08:02 mgorny Exp $ +# $Id$ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. python2_7 - Build for Python 2.7 only -python3_2 - Build for Python 3.2 only (deprecated) -python3_3 - Build for Python 3.3 only python3_4 - Build for Python 3.4 only -jython2_5 - Build for Jython 2.5 only +python3_5 - Build for Python 3.5 only +python3_6 - Build for Python 3.6 only jython2_7 - Build for Jython 2.7 only pypy - Build for PyPy only pypy3 - Build for PyPy3 only diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc index bd08e2c19b..32bb7cd511 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc @@ -1,16 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.15 2014/11/06 15:08:02 mgorny Exp $ +# $Id$ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python2_6 - Build with Python 2.6 (removed) python2_7 - Build with Python 2.7 -python3_2 - Build with Python 3.2 (deprecated) -python3_3 - Build with Python 3.3 python3_4 - Build with Python 3.4 -jython2_5 - Build with Jython 2.5 +python3_5 - Build with Python 3.5 +python3_6 - Build with Python 3.6 jython2_7 - Build with Jython 2.7 -pypy2_0 - Build with PyPy 2.0 (removed) pypy - Build with PyPy pypy3 - Build with PyPy3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_softmmu_targets.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_softmmu_targets.desc index 471ad4befc..bc460aefd8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_softmmu_targets.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_softmmu_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc,v 1.7 2014/04/22 00:22:21 vapier Exp $ +# $Id$ # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. @@ -20,6 +20,7 @@ mips64 - system emulation target mipsel - system emulation target mips - system emulation target moxie - moxielogic system emulation target +nios2 - system emulation target or32 - OpenRISC system emulation target ppc64 - system emulation target ppcemb - system emulation target @@ -29,6 +30,7 @@ sh4eb - system emulation target sh4 - system emulation target sparc - system emulation target sparc64 - system emulation target +tricore - system emulation target unicore32 - system emulation target x86_64 - system emulation target xtensaeb - system emulation target diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_user_targets.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_user_targets.desc index fae1be34fa..96ed51497a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_user_targets.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/qemu_user_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_user_targets.desc,v 1.6 2014/04/22 00:22:21 vapier Exp $ +# $Id$ # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. @@ -8,9 +8,10 @@ aarch64 - ARM64 userspace emulation target alpha - userspace emulation target -armeb - ARM (big endian) userspace emulation target arm - ARM (little endian) userspace emulation target +armeb - ARM (big endian) userspace emulation target cris - userspace emulation target +hppa - usersparce emulation target i386 - userspace emulation target m68k - userspace emulation target microblazeel - userspace emulation target @@ -18,18 +19,21 @@ microblaze - userspace emulation target mips64el - userspace emulation target mips64 - userspace emulation target mipsel - userspace emulation target -mipsn32 - MIPS N32 ABI userspace emulation target mipsn32el - MIPS N32 ABI LE userspace emulation target +mipsn32 - MIPS N32 ABI userspace emulation target mips - userspace emulation target +nios2 - userspace emulation target or32 - OpenRISC userspace emulation target ppc64abi32 - userspace emulation target -ppc64 - userspace emulation target -ppc - userspace emulation target +ppc64le - PowerPC 64-bit little endian userspace emulation target +ppc64 - PowerPC 64-bit big endian userspace emulation target +ppc - PowerPC 32-bit big endian userspace emulation target s390x - userspace emulation target sh4eb - userspace emulation target sh4 - userspace emulation target sparc32plus - userspace emulation target sparc64 - userspace emulation target sparc - userspace emulation target +tilegx - TILE-Gx 64-bit userspace emulation target unicore32 - userspace emulation target x86_64 - userspace emulation target diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/ros_messages.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/ros_messages.desc new file mode 100644 index 0000000000..936aceed71 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/ros_messages.desc @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of ROS_MESSAGES USE-EXPANDED variables. +# Keep it sorted. + +cxx - Generate and install C++ messages. +eus - Generate and install EusLisp messages. +lisp - Generate and install Common-Lisp messages. +nodejs - Generate and install Nodejs messages. +python - Generate and install Python messages. The PYTHON_TARGETS variable controls the Python versions to build for. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/ruby_targets.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/ruby_targets.desc index bf48a5edda..b122ad8cda 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/ruby_targets.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/ruby_targets.desc @@ -1,14 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/ruby_targets.desc,v 1.7 2014/12/27 19:40:19 graaff Exp $ +# $Id$ # This file contains descriptions of RUBY_TARGETS USE_EXPAND flags. rbx - Build with Rubinius jruby - Build with JRuby -ree18 - Build with Ruby Enterprise Edition 1.8.x (removed) -ruby18 - Build with MRI Ruby 1.8.x (removed) ruby19 - Build with MRI Ruby 1.9.x ruby20 - Build with MRI Ruby 2.0.x ruby21 - Build with MRI Ruby 2.1.x ruby22 - Build with MRI Ruby 2.2.x +ruby23 - Build with MRI Ruby 2.3.x +ruby24 - Build with MRI Ruby 2.4.x diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/sane_backends.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/sane_backends.desc index d08e3b26ca..7ddaf16be9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/sane_backends.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/sane_backends.desc @@ -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/profiles/desc/sane_backends.desc,v 1.5 2012/10/06 21:46:56 phosphan Exp $ +# $Id$ # This file contains descriptions of SANE_BACKENDS USE_EXPAND flags for media-gfx/sane-backends. @@ -62,10 +62,8 @@ mustek_usb2 - SANE_BACKENDS setting for building the mustek_usb2 backend nec - SANE_BACKENDS setting for building the nec backend net - SANE_BACKENDS setting for building the net backend niash - SANE_BACKENDS setting for building the niash backend -nothing - SANE_BACKENDS setting if you want no backend at all p5 - SANE_BACKENDS setting for building the p5 backend pie - SANE_BACKENDS setting for building the pie backend -pint - SANE_BACKENDS setting for building the pint backend pixma - SANE_BACKENDS setting for building the pixma backend plustek - SANE_BACKENDS setting for building the plustek backend plustek_pp - SANE_BACKENDS setting for building the plustek_pp backend diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/userland.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/userland.desc index 1e0aaa08a9..0f1eb35891 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/userland.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/userland.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/userland.desc,v 1.3 2008/07/23 17:05:16 grobian Exp $ +# $Id$ # This file contains descriptions of USERLAND USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/uwsgi_plugins.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/uwsgi_plugins.desc index 3fa67ac938..caf0dc7ad1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/uwsgi_plugins.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/uwsgi_plugins.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.4 2014/10/08 09:34:38 ultrabug Exp $ +# $Id$ # This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc index 0f8d3d63bd..4ef928c058 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc @@ -1,17 +1,17 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/video_cards.desc,v 1.36 2015/01/29 16:47:20 chithanh Exp $ +# $Id$ # This file contains descriptions of VIDEO_CARDS USE_EXPAND flags. # Keep it sorted. +amdgpu - VIDEO_CARDS setting to build driver for AMDGPU video cards apm - VIDEO_CARDS setting to build driver for apm video cards ark - VIDEO_CARDS setting to build driver for ark video cards ast - VIDEO_CARDS setting to build driver for ASpeedTech video cards chips - VIDEO_CARDS setting to build driver for chips video cards cirrus - VIDEO_CARDS setting to build driver for cirrus video cards -cyrix - VIDEO_CARDS setting to build driver for cyrix video cards dummy - VIDEO_CARDS setting to build driver for dummy video cards epson - VIDEO_CARDS setting to build driver for epson video cards exynos - VIDEO_CARDS setting to build driver for Samsung Exynos video cards @@ -25,14 +25,13 @@ i740 - VIDEO_CARDS setting to build driver for Intel i740 video cards i915 - VIDEO_CARDS setting to build driver for Intel i915 video cards i965 - VIDEO_CARDS setting to build driver for Intel i965 video cards ilo - VIDEO_CARDS setting to build unofficial gallium driver for Intel gen6/7 video cards -impact - VIDEO_CARDS setting to build driver for impact video cards +imx - VIDEO_CARDS setting to build driver for Freescale i.MX video cards intel - VIDEO_CARDS setting to build driver for Intel video cards mach64 - VIDEO_CARDS setting to build driver for mach64 video cards mga - VIDEO_CARDS setting to build driver for mga video cards modesetting - VIDEO_CARDS setting to build driver for unaccelerated modesetting neomagic - VIDEO_CARDS setting to build driver for neomagic video cards newport - VIDEO_CARDS setting to build driver for newport video cards -none - VIDEO_CARDS setting to build no drivers (useful when using binary drivers) nouveau - VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards nsc - VIDEO_CARDS setting to build driver for nsc video cards nvidia - VIDEO_CARDS setting to build driver for nvidia video cards @@ -45,7 +44,6 @@ r128 - VIDEO_CARDS setting to build driver for ATI r128 video cards r200 - VIDEO_CARDS setting to build only r200 based chips code for radeon r300 - VIDEO_CARDS setting to build only r300, r400 and r500 based chips code for radeon r600 - VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern Islands based chips code for radeon -radeonhd - VIDEO_CARDS setting to build driver for ATI radeon HD video cards (radeon also works) radeon - VIDEO_CARDS setting to build driver for ATI radeon video cards radeonsi - VIDEO_CARDS setting to build only Southern Islands based chips code for radeon rendition - VIDEO_CARDS setting to build driver for rendition video cards @@ -68,10 +66,10 @@ tga - VIDEO_CARDS setting to build driver for tga video cards trident - VIDEO_CARDS setting to build driver for trident video cards tseng - VIDEO_CARDS setting to build driver for tseng video cards v4l - VIDEO_CARDS setting to build driver for v4l video cards +vc4 - VIDEO_CARDS setting to build driver for vc4 video cards vesa - VIDEO_CARDS setting to build driver for vesa video cards via - VIDEO_CARDS setting to build driver for via video cards virtualbox - VIDEO_CARDS setting to build driver for virtualbox emulation +vivante - VIDEO_CARDS setting to build etnaviv driver for vivante video cards vmware - VIDEO_CARDS setting to build driver for vmware video cards voodoo - VIDEO_CARDS setting to build driver for voodoo video cards -xgi - VIDEO_CARDS setting to build driver for xgi video cards -svga - VIDEO_CARDS setting to build driver for svga (VMware Virtual GPU) via Gallium diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/vmware_guest.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/vmware_guest.desc index 658ada6dfb..7e7e5610ad 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/vmware_guest.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/vmware_guest.desc @@ -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/profiles/desc/vmware_guest.desc,v 1.1 2011/03/27 14:57:17 vadimk Exp $ +# $Id$ # This file contains descriptions of VMWARE_GUEST USE_EXPAND flags. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/voicemail_storage.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/voicemail_storage.desc index 645047cedc..04554213bc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/voicemail_storage.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/voicemail_storage.desc @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/voicemail_storage.desc,v 1.1 2012/06/22 10:33:10 chainsaw Exp $ +# $Id$ # This file contains descriptions of VOICEMAIL_STORAGE USE_EXPAND flags. # This is primarily used by net-misc/asterisk. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/xfce_plugins.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/xfce_plugins.desc index 959f655b41..0ec5db700b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/xfce_plugins.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/xfce_plugins.desc @@ -1,15 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/xfce_plugins.desc,v 1.9 2014/09/16 11:12:15 ssuominen Exp $ +# $Id$ # This file contains descriptions of XFCE_PLUGINS USE_EXPAND flags. # Keep it sorted. -battery - Build battery plug-in for panel -brightness - Build xfce4-brightness-plugin for panel clock - Build xfce4-orageclock-plugin for panel multiload-nandhp - Build a port of the GNOME multiload applet for panel power - Build power management plug-in for panel trash - Build thunar-tpa (trash) plugin for panel -xmonad - Build xmonad-log-applet for panel diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/xtables_addons.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/xtables_addons.desc index 72a5cda78a..7867abb82d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/xtables_addons.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/xtables_addons.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/xtables_addons.desc,v 1.5 2013/06/03 21:20:15 jer Exp $ +# $Id$ # This file contains descriptions of XTABLES_ADDONS USE-EXPANDED variables. # Keep it sorted. @@ -19,9 +19,6 @@ gradm - match packets based on grsecurity RBAC status iface - match allows to check interface states ipmark - IPMARK target allows mark a received packet basing on its IP address ipp2p - matches certain packets in P2P flows -ipset - enables build of ipset related modules and tools -ipset4 - enables build of ipset-4.x related modules and tools -ipset6 - enables build of ipset-6.x related modules and tools ipv4options - match against a set of IPv4 header options length2 - matches the length of a packet against a specific value or range of values logmark - LOGMARK target will log packet and connection marks to syslog diff --git a/sdk_container/src/third_party/portage-stable/profiles/embedded/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/embedded/ChangeLog deleted file mode 100644 index e1d5303649..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/embedded/ChangeLog +++ /dev/null @@ -1,118 +0,0 @@ -# ChangeLog for Gentoo base-profile -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.40 2014/04/29 12:47:16 blueness Exp $ - - 29 Apr 2014; Anthony G. Basile make.defaults: - Add musl to USE_EXPAND_VALUES_ELIBC, bug #509036 - - 09 Apr 2014; Michał Górny make.defaults: - Fix mailing list address. - - 27 Mar 2014; Andreas K. Huettel +eapi: - Increase EAPI to 5 - - 30 Jul 2013; Matt Turner make.defaults: - Add ABI_MIPS to USE_EXPAND. - - 29 Jul 2013; Sergey Popov make.defaults: - Drop MISDN_CARDS, wrt bug #471796 - - 30 May 2013; Michał Górny make.defaults: - Drop stale ALSA_PCM_PLUGINS from USE_EXPAND. Bug #471792. - - 30 Apr 2011; Ulrich Mueller -virtuals: - Remove old-style virtual/linux-sources, bug 118442. - - 24 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/modutils, bug 358891. - - 20 Apr 2011; Ulrich Mueller virtuals: - Remove cron and libc old-style virtuals, bugs 360109 and 359001. - - 16 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/aspell-dict, bug 358821. - Remove old-style virtual/blackbox, bug 358825. - Remove old-style virtual/inetd, bug 358831. - Remove old-style virtual/ssh, bug 361121. - - 15 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/dev-manager, bug 361133. - - 14 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/os-headers, bug 358999. - - 13 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/skkserv, bug 358851. - - 10 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/bootloader, bug 359971. - - 07 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/logger, bug 358881. - - 05 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/python, bug 358849. - Remove old-style virtual/utempter, bug 361117. - - 03 Apr 2011; Ulrich Mueller virtuals: - Remove old-style virtual/gzip, bug 358829. - - 28 Mar 2011; Eray Aslan virtuals: - remove old style virtual/mta - bug 360305 - - 22 Mar 2011; Ulrich Mueller virtuals: - Remove old-style virtual/tftp, bug 359125. - - 19 Mar 2011; Samuli Suominen virtuals: - Remove virtual/alsa. - - 19 Mar 2011; Samuli Suominen virtuals: - Move virtual/lpr to new-style virtual. - - 19 Mar 2011; Eray Aslan virtuals: - remove old style virtual/imapd - - 16 Mar 2011; Eray Aslan virtuals: - virtual/imap-c-client changed to new style - bug 358993 - - 16 Mar 2011; Ulrich Mueller virtuals: - Remove old-style virtual/antivirus, bug 358817. - - 16 Mar 2011; Eray Aslan virtuals: - remove old style virtual/mda, bug 358843 - - 15 Mar 2011; Ulrich Mueller virtuals: - Kill old-style virtual/quicktime, bug 358857. - - 14 Mar 2011; Ulrich Mueller virtuals: - Remove spurious old-style virtuals. - - 10 Jan 2011; Zac Medico use.mask: - Bug #351274 - Mask prefix USE flag. - - 19 Jan 2010; make.defaults, virtuals: - -- - quote the variables in the profile cuz PMS and reality differ. pythons - shlex module always handled it properly. PMS is being too picky - - 21 Sep 2009; Robin H. Johnson make.defaults: - Adding USE="modules" to all Linux profiles to link with new linux-mod - behavior for making modules optional if desired. - - 21 Jun 2009; Hans de Graaff virtuals: - Remove virtual/xemacs since xemacs no longer provides it. - - 06 Jun 2008; Rémi Cardona package.mask: - pkgmove to gnome-base/gnome-control-center - - 14 Feb 2008; Raúl Porcel virtuals: - Remove useless virtual/bittorrent - - 13 Dec 2007; Duncan Coutts virtuals: - Remove old-style virtual/ghc as it is no longer used. - - 05 Nov 2007; Duncan Coutts virtuals: - Switch to ghc rather than ghc-bin for virtual as we're p.masking ghc-bin - - 10 Oct 2007; Christian Faulhammer virtuals: - remove virtual/editor, we have a new-style virtual now - diff --git a/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults index ec875ba19b..f10a9bc330 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults @@ -17,21 +17,21 @@ USERLAND="GNU" LINGUAS="en" # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later) -IUSE_IMPLICIT="prefix" +IUSE_IMPLICIT="prefix prefix-guest" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt" -USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" -USE_EXPAND_VALUES_KERNEL="AIX Cygwin Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt" +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt" +USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" +USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. -USE_EXPAND="APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES ENLIGHTENMENT_MODULES FOO2ZJS_DEVICES FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS LCD_DEVICES CAMERAS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS SANE_BACKENDS RUBY_TARGETS PHP_TARGETS NGINX_MODULES_HTTP NGINX_MODULES_MAIL XFCE_PLUGINS XTABLES_ADDONS GPSD_PROTOCOLS COLLECTD_PLUGINS DRACUT_MODULES OFED_DRIVERS GRUB_PLATFORMS FFTOOLS PYTHON_TARGETS CURL_SSL OPENMPI_FABRICS OPENMPI_RM OPENMPI_OFED_FEATURES LIBREOFFICE_EXTENSIONS VOICEMAIL_STORAGE PYTHON_SINGLE_TARGET ABI_MIPS ABI_X86" +USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86 CROSSCOMPILE_OPTS CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. -USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ABI_MIPS ABI_X86" +USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ABI_MIPS ABI_PPC ABI_S390 ABI_X86 CPU_FLAGS_X86" # Variables that are set exclusively by the profile # and not by user configuration files. diff --git a/sdk_container/src/third_party/portage-stable/profiles/embedded/package.use b/sdk_container/src/third_party/portage-stable/profiles/embedded/package.use index 49943b14e9..7dda9d81fe 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/embedded/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/embedded/package.use @@ -1 +1 @@ -sys-apps/busybox make-symlinks +sys-apps/busybox make-symlinks static diff --git a/sdk_container/src/third_party/portage-stable/profiles/embedded/packages b/sdk_container/src/third_party/portage-stable/profiles/embedded/packages index d4c5ea6f02..3974d3e916 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/embedded/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/embedded/packages @@ -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/profiles/embedded/packages,v 1.3 2008/05/04 07:55:10 solar Exp $ +# $Id$ # base generic embedded profile diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/make.defaults deleted file mode 100644 index b11a321713..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/make.defaults +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-native/make.defaults,v 1.2 2011/11/17 01:14:26 jmbsvicetto Exp $ - -FEATURES="-multilib-strict" - -USE="-gcc64" - -MULTILIB_STRICT_DIRS="" -MULTILIB_STRICT_DENY="" -MULTILIB_STRICT_EXEMPT="" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/packages b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/packages deleted file mode 100644 index 83f5ebbae3..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/packages +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2006-2008 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-native/packages,v 1.1 2008/04/01 17:41:06 wolf31o2 Exp $ - -# We don't need kgcc64 to build kernels. --*sys-devel/kgcc64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/profile.bashrc deleted file mode 100644 index c601900384..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/profile.bashrc +++ /dev/null @@ -1,7 +0,0 @@ -# Here we die on any arch that isn't 32-bit. -case ${ARCH} in - amd64) die "This architecture always uses a 64-bit kernel. Please use an x86 profile!" ;; - mips) die "This architecture always uses a 64-bit kernel." ;; - ppc64) die "This architecture always uses a 64-bit kernel. Please use a ppc profile!" ;; - sparc) die "This architecture always uses a 64-bit kernel." ;; -esac diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/use.force b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/use.force deleted file mode 100644 index 78a0ced5d8..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/use.force +++ /dev/null @@ -1,2 +0,0 @@ -# Force disable multilib USE flag --multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/use.mask deleted file mode 100644 index c02b38c473..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-native/use.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2004-2008 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-native/use.mask,v 1.1 2008/04/01 17:41:06 wolf31o2 Exp $ - -# SECTION: Mask - -# 2008/02/13 - Chris Gianelloni -# Mask multilib, since we cannot use it. -multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/make.defaults deleted file mode 100644 index 19e77a7916..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-userland/make.defaults,v 1.4 2011/11/17 01:14:26 jmbsvicetto Exp $ - -# Jorge Manuel B. S. Vicetto (16 Nov 2011) -# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value -# We always need gcc64 for 32bit-userland -BOOTSTRAP_USE="${BOOTSTRAP_USE} gcc64" -USE="gcc64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/parent b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/parent deleted file mode 100644 index ef64da6e1d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/parent +++ /dev/null @@ -1 +0,0 @@ -../multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/profile.bashrc deleted file mode 100644 index 9eebc76769..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/profile.bashrc +++ /dev/null @@ -1,9 +0,0 @@ -# Here we remove any ABI that isn't 32-bit. -case ${PROFILE_ARCH} in - mips64) - # This is for o32 (64-bit kernel, 32-bit userland) so we force -mabi=32 - export CHOST="mips-unknown-linux-gnu" - export CFLAGS="${CFLAGS/-mabi=*/-mabi=32}" - export CXXFLAGS="${CFLAGS}" - ;; -esac diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/make.defaults deleted file mode 100644 index 327d9762a4..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/make.defaults +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.3 2011/11/17 01:14:26 jmbsvicetto Exp $ - -# We disable the symlink, since we won't be using it. -SYMLINK_LIB="yes" - -USE="-gcc64" - -# Since we're doing a pure 64-bit, we want LIBDIR to be lib64 -LIBDIR_amd64="lib64" -LIBDIR_ppc64="lib64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/package.mask deleted file mode 100644 index ef4a998646..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/package.mask +++ /dev/null @@ -1,166 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v 1.104 2015/06/02 09:15:35 ulm Exp $ - -# Andreas K. Huettel -# Novell Groupwise Client sadly needs a 32bit java vm (bundled) -mail-client/novell-groupwise-client - -# AMD64 Team -# Mask packages that rely on amd64 multilib -app-accessibility/mbrola -app-accessibility/perlbox-voice -app-arch/stuffit -app-benchmarks/cpuburn -=app-editors/emacs-18* -app-emulation/crossover-bin -app-emulation/crossover-office-bin -app-emulation/crossover-office-pro-bin -app-emulation/playonlinux -app-emulation/q4wine -app-emulation/virtualbox -app-emulation/virtualbox-extpack-oracle -app-emulation/virtualbox-guest-additions -app-emulation/vmware-player ->=app-i18n/atokx3-3.0.0 -app-office/lotus-notes -app-office/ooextras -app-emulation/winetricks -app-emulation/wine-doors -app-text/acroread -dev-embedded/libftd2xx -dev-embedded/openocd ->=dev-java/sun-j2me-bin-2.5.2.01 -dev-lang/dmd-bin -dev-lang/icc -dev-lang/idb -dev-lang/ifc -dev-perl/Archive-Rar -dev-python/skype4py -dev-util/android-sdk-update-manager -dev-util/android-ndk -dev-util/biew -games-action/cs2d -games-action/descent3 -games-action/descent3-demo -games-action/heretic2 -games-action/heretic2-demo -games-action/lugaru -games-action/lugaru-demo -games-action/mutantstorm-demo -games-action/phobiaii -games-action/rune -games-action/spacetripper-demo -games-arcade/aquaria -games-arcade/barbarian-bin -games-arcade/jardinains -games-arcade/gish-demo -games-emulation/caps -games-emulation/nestra -games-emulation/zinc -games-emulation/zsnes -games-fps/avp -games-fps/doom3-cdoom -games-fps/doom3-chextrek -games-fps/doom3-data -games-fps/doom3-demo -games-fps/doom3-ducttape -games-fps/doom3-eventhorizon -games-fps/doom3-hellcampaign -games-fps/doom3-inhell -games-fps/doom3-lms -games-fps/doom3-mitm -games-fps/doom3-phantasm -games-fps/doom3-roe -games-fps/doom3 -games-fps/enemy-territory-etpro -games-fps/enemy-territory-fortress -games-fps/enemy-territory-omnibot -games-fps/enemy-territory-truecombat -games-fps/enemy-territory -games-fps/etqw-bin -games-fps/etqw-data -games-fps/etqw-demo -games-fps/glxquake-bin -games-fps/legends -games-fps/postal2 -games-fps/postal2mp-demo -games-fps/quake3-bin -games-fps/quake3-demo -games-fps/quake3-ra3 -games-fps/quake4-bin -games-fps/quake4-data -games-fps/quake4-demo -games-fps/rtcw -games-fps/rtcwmp-demo -games-fps/rtcwsp-demo -games-fps/sauerbraten -games-fps/serious-sam-tfe -games-fps/serious-sam-tse -games-fps/soldieroffortune -games-fps/soldieroffortune-demo -games-fps/unreal-tournament -games-fps/ut2003 -games-fps/ut2003-demo -games-fps/ut2004-demo -games-puzzle/drod-bin -games-puzzle/hoh-bin -games-roguelike/adom -games-rpg/eschalon-book-1-demo -games-rpg/nwmouse -games-rpg/nwmovies -games-rpg/nwn -games-rpg/nwn-cep -games-rpg/nwn-data -games-rpg/nwn-penultima -games-rpg/nwn-penultimarerolled -games-rpg/nwn-shadowlordsdreamcatcherdemon -games-rpg/penumbra-collection -games-rpg/rain-slick -games-rpg/sacred-gold -games-server/etqw-ded -games-server/nwn-ded -games-server/ut2003-ded -games-simulation/bcs-demo -games-strategy/coldwar -games-strategy/coldwar-demo -games-strategy/darwinia -games-strategy/darwinia-demo -games-strategy/defcon-demo -games-strategy/dominions2 -games-strategy/dominions2-demo -games-strategy/heroes3 -games-strategy/heroes3-demo -games-strategy/majesty-demo -games-strategy/savage-bin -games-strategy/smac -games-strategy/spaz -media-fonts/acroread-asianfonts -media-sound/shoutcast-server-bin -media-sound/shoutcast-trans-bin -media-sound/ventrilo-server-bin -media-tv/huludesktop -media-video/binkplayer -media-video/tsmuxer -net-im/skype -net-im/skypetab-ng -net-print/cndrvcups-common-lb -net-print/cndrvcups-lb -net-misc/icaclient -net-misc/ps3mediaserver -sci-biology/foldingathome -sci-electronics/eagle -sci-chemistry/cara-bin -sci-chemistry/cyana -sci-chemistry/icm -sci-chemistry/icm-browser -sci-chemistry/mars -sci-libs/ipp -sys-apps/memtest86 -sys-apps/memtest86+ -sys-libs/lib-compat-loki -www-plugins/nspluginwrapper - -# AMD64 Team; -# grub-1 is not available on no-multilib-profiles; - (04 Jul 2012) -# Force 64-bit parts of wine, bug #351436 -app-emulation/wine win64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/package.use.mask deleted file mode 100644 index a3f244c944..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/package.use.mask +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.use.mask,v 1.11 2014/11/13 08:53:44 scarabeus Exp $ - -# Alexandre Rostovtsev (04 Jul 2012) -# Disable 32-bit parts of wine, bug #351436 -app-emulation/wine mono win32 - -# Apr 28, 2008 Sébastien Fabbro -# ifc masked -sci-libs/acml ifc - -# Alexis Ballier (13 Aug 2009) -# Requires wine -media-sound/lmms vst - -# Tomas Chvatal (13 Nov 2014) -# The apulse is 32b used there only -net-im/skype apulse diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/profile.bashrc deleted file mode 100644 index 71acdf820a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/profile.bashrc +++ /dev/null @@ -1,18 +0,0 @@ -# Here we remove any ABI that isn't native. -case ${ARCH} in - mips) - # Both n32 and n64 are 64-bit kernel and userland. - # n64 is 64-bit pointers/long - # n32 is 32-bit pointers/long - case ${USE} in - n32) - export CFLAGS="${CFLAGS/-mabi=*/-mabi=n32}" - export CXXFLAGS="${CFLAGS}" - ;; - n64) - export CFLAGS="${CFLAGS/-mabi=*/-mabi=64}" - export CXXFLAGS="${CFLAGS}" - ;; - esac - ;; -esac diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/use.force b/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/use.force deleted file mode 100644 index 78a0ced5d8..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/use.force +++ /dev/null @@ -1,2 +0,0 @@ -# Force disable multilib USE flag --multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/use.mask deleted file mode 100644 index 3731186b6e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/64bit-native/use.mask +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/use.mask,v 1.8 2013/02/25 22:17:47 mgorny Exp $ - -# USE flags masked because providing packages require a 32-bit ABI - -# 2007/08/29 Christoph Mende -# app-accessibility/mbrola is x86 only -mbrola - -# 2007/08/24 Michael Marineau -# Xen HVM support requires building 32-bit binaries. -hvm - -# 2008/02/13 - Chris Gianelloni -# Mask multilib, since we cannot use it. -multilib - -# 2009/05/11 Doug Goldstein -# Mask 32bit since this will always require emulation packages -32bit - -# Michał Górny (26 Jan 2013) -# Mask the multilib flags back for non-multilib profile. -abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/features/ChangeLog deleted file mode 100644 index 6f68c3841d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/ChangeLog +++ /dev/null @@ -1,304 +0,0 @@ -# ChangeLog for Gentoo/AMD64 profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.86 2015/06/21 11:59:12 perfinion Exp $ - - 21 Jun 2015; Jason Zaman selinux/package.mask: - Revert systemd mask, breaks gnome - - 21 Jun 2015; Jason Zaman selinux/package.mask: - Mask systemd in selinux profiles because no support in the policies. - - 03 Apr 2015; Andreas K. Huettel - 64bit-native/package.mask: - The Novell Groupwise client needs a 32bit java vm and will never work on - no-multilib. - - 03 Dec 2014; Jason Zaman selinux/package.use.force: - Force static-libs so stages build properly - - 06 Nov 2014; Michał Górny selinux/package.use.mask: - Update the SELinux mask to apply to PyPy3 as well. - - 22 Jul 2014; Christoph Junghans - 64bit-native/package.mask: - masked games-fps/enemy-territory-omnibot on no-multilib - - 17 May 2014; Sven Vermeulen selinux/make.defaults: - Remove USE=-acl default setting for SELinux profile, we do not really care - - 03 May 2014; Sven Vermeulen selinux/make.defaults: - Have unconfined as a default USE flag (needed because targeted is a default - policy store) - - 27 Mar 2014; Andreas K. Huettel +32bit-native/eapi, - +32bit-userland/eapi, +64bit-native/eapi, +eapi, +multilib/eapi, - +multilib/lib32/eapi, +prefix/rpath/eapi, +selinux/eapi: - Increase EAPI to 5 - - 02 Feb 2014; Sven Vermeulen selinux/package.mask: - Cleanup of SELinux profile - - 02 Feb 2014; Sven Vermeulen selinux/package.mask: - Drop SELinux related unmasking from selinux feature as base no longer masks - it - - 19 Jan 2014; Sven Vermeulen selinux/package.mask: - Adding cachefilesd SELinux policy to the tree - - 18 Jan 2014; Ruud Koolen prefix: - Created prefix feature profile tree - - 29 Dec 2013; Sven Vermeulen selinux/package.mask: - Unmask selinux-mandb - - 16 Dec 2013; Sven Vermeulen selinux/package.mask: - Unmasking selinux-rngd (new policy package) - - 09 Oct 2013; Michał Górny multilib/make.defaults: - Exempt python-exec from multilib-strict. - - 02 Aug 2013; Michał Górny multilib/make.defaults: - Exempt systemd & clang from broken multilib-strict checks. - - 03 Aug 2013; Sven Vermeulen selinux/package.mask: - Removing selinux-tvtime from unmask as tvtime is removed - - 24 Jul 2013; Sven Vermeulen selinux/package.mask: - Unmask selinux-sensord (new policy package) - - 22 Jun 2013; Tomáš Chvátal - 64bit-native/package.mask: - Mask lotus-notes on multilib - - 09 Jun 2013; Ulrich Müller 64bit-native/package.mask: - Remove mask for media-libs/realcodecs and media-libs/win32codecs. Packages - have been removed. - - 21 May 2013; Sven Vermeulen selinux/package.use.force: - Adding xml as a forced USE flag for python for SELinux - - 06 Apr 2013; Sven Vermeulen selinux/package.mask: - Drop python-selinux from this mask (moved to global mask for removal) - - 19 Mar 2013; Sven Vermeulen selinux/package.use.mask: - Fix bug #430488 - forgot to remove package.use.mask entry - - 17 Mar 2013; Sven Vermeulen selinux/package.use.force: - Python 3 support back on track for SELinux integrated code in Portage (bug - #430488) - - 16 Mar 2013; Sven Vermeulen selinux/package.mask: - Add in selinux-abrt package - - 10 Mar 2013; Sven Vermeulen selinux/package.mask: - Unmasking SELinux backup module - - 07 Mar 2013; Sven Vermeulen selinux/package.mask: - Unmasking selinux-irc - - 25 Feb 2013; Michał Górny 64bit-native/use.mask: - Mask abi_x86_32 in 64bit-native profile since no-multilib is not used by - hardened. - - 30 Dec 2012; Sven Vermeulen selinux/package.mask: - Adding entry for selinux-googletalk - - 30 Dec 2012; Sven Vermeulen selinux/package.mask: - Adding selinux-openrc - - 27 Dec 2012; Sergey Popov 64bit-native/package.mask, - 64bit-native/package.use.mask: - Remove obsolete masks, wrt bug #444181 - - 13 Dec 2012; Sven Vermeulen selinux/package.mask: - Unmasking selinux-at package for SELinux - - 04 Dec 2012; Sven Vermeulen selinux/package.mask: - Prepare for selinux-dirsrv package - - 18 Nov 2012; Sven Vermeulen selinux/package.mask: - Remove mask towards very old kernel sources - - 18 Nov 2012; Sven Vermeulen selinux/package.mask: - Preparing for selinux-makewhatis package - - 18 Nov 2012; Sven Vermeulen selinux/package.mask: - Preparing for new selinux-logsentry package - - 01 Nov 2012; Sven Vermeulen selinux/package.mask: - Adding unmask for selinux-dbadm package - - 29 Sep 2012; Sven Vermeulen selinux/package.mask: - Adding SELinux rtorrent policy package - - 22 Aug 2012; Sven Vermeulen selinux/package.mask: - Adding SELinux vdagent policy package - - 22 Aug 2012; Sven Vermeulen selinux/package.mask: - Unmasking SELinux device kit policy - - 08 Aug 2012; Sven Vermeulen selinux/package.use.force, - selinux/package.use.mask: - Add back python2 force on portage for SELinux, see bug #430488 - - 01 Aug 2012; Sven Vermeulen selinux/package.use.force, - selinux/package.use.mask: - Remove python USE flag mask/force for SELinux as we now support Python 3 - - 28 Jul 2012; Sven Vermeulen selinux/package.mask: - Unmasking SELinux flash module - - 22 Jul 2012; Sven Vermeulen selinux/package.mask: - Unmasking SELinux chromium policy package - - 21 Jul 2012; Sven Vermeulen selinux/package.mask: - Adding unmask for new nslcd selinux policy package - - 12 Jul 2012; Sven Vermeulen selinux/package.mask: - Unmask selinux-phpfpm (new selinux policy module) - - 06 Jul 2012; Alexandre Rostovtsev - selinux/package.use.mask: - Remove wine[win64] mask since gcc-4.4 is marked stable everywhere. - - 04 Jul 2012; Alexandre Rostovtsev - 64bit-native/package.mask, 64bit-native/package.use.mask, - +64bit-native/package.use.force: - Allow win64-only wine on amd64 with features/64bit-native (bug #351436). - - 20 Jun 2012; Sven Vermeulen selinux/packages: - Remove duplicate system dependencies, cleaning to only contain - SELinux-specific ones. See #414785 - - 18 May 2012; Sven Vermeulen selinux/profile.bashrc: - Adding /sys/fs/selinux to SANDBOX_WRITE for SELinux profiles - - 16 May 2012; Sven Vermeulen selinux/package.mask: - Removing unmask for packages slated to be removed (cfr #415729) - - 28 Apr 2012; Justin Lecher 64bit-native/package.mask: - Remove mask on app-text/bibus, noreason for that, #408247 - - 26 Mar 2012; Sven Vermeulen selinux/package.mask: - Unmasking selinux-sssd package for SELinux systems - - 26 Feb 2012; Sven Vermeulen selinux/package.mask: - Unmask masked new selinux policy packages - - 11 Feb 2012; Sergei Trofimovich - 64bit-native/package.mask: - Mask skypetab-ng as it's a library for x86-only skype (synced with - amd64/no-multilib profile). Noticed by hwoarang. - - 30 Jan 2012; Tupone Alfredo 64bit-native/package.mask: - Masking games-puzzle/drod-bin for non multilib. Binary 32 bits only - - 14 Jan 2012; Sven Vermeulen selinux/package.mask: - Unmask SELinux policies that are soon to be added to the tree (masked by - base) - - 18 Sep 2011; Maxim Koltsov 64bit-native/package.mask: - Mask 32bit only games-action/cs2d on no-multilib profile - - 09 Aug 2011; Samuli Suominen -gcc2/package.mask: - Remove unused gcc2 parent wrt #361133 - - 15 Jul 2011; Kacper Kowalik - 64bit-native/package.mask: - Fix adobe-flash pmask - - 30 Apr 2011; Jonathan Callen multilib/make.defaults: - Udev now unconditionally installs to /lib/udev, don't die because of that - - 15 Apr 2011; Christoph Mende 64bit-native/package.mask: - Sync 64bit-native/package.mask with amd64/no-multilib/package.mask - - 16 Dec 2010; Justin Lecher 64bit-native/package.mask: - Mask sci-chemistry/cyana for multilib as it depends on dev-lang/ifc - - 08 Nov 2010; Alexey Shvetsov - 64bit-native/package.mask, 64bit-native/package.use.mask: - unmask wimax on 64bit - - 18 Sep 2010; Samuli Suominen - 64bit-native/package.mask: - Fix adobe-flash mask because 10.2 has 64bit support again. - - 26 Jul 2010; Alexey Shvetsov - 64bit-native/package.mask: - Mask wimax stack on no-multilib systems - - 16 Mar 2010; Vlastimil Babka - 64bit-native/package.mask: - Package move x11-misc/googleearth sci-geosciences/googleearth. - - 14 Mar 2010; Samuli Suominen - 64bit-native/package.mask: - Unmask snes9x-1.52. - - 07 Mar 2010; Justin Lecher - 64bit-native/package.mask: - Masked sci-chemistry/cara-bin for no-multilib -> binary package which - needs emul* - - 24 Feb 2010; Justin Lecher - 64bit-native/package.mask: - Masked sci-chemistry/mars for non multilib as it only provides 32bit - binaries - - 21 Feb 2010; Samuli Suominen - 64bit-native/package.mask: - Sync with arch/amd64/no-multilib/package.mask. - - 06 Feb 2010; Justin Lecher - 64bit-native/package.use.mask: - USE=icc masked for sci-biology/fasta in 64bit-native - - 20 Jun 2009; Samuli Suominen - 64bit-native/package.mask: - Remove anubis and cdrecord-prodvd because they have been removed from - tree. - - 20 Jun 2009; Samuli Suominen no-nptl/package.mask: - Remove bonfire and banshee-official-plugins because they have been removed - from tree. - - 30 Dec 2008; Christoph Mende - 64bit-native/package.mask: - Unmasked vmware-workstation-6.5 on 64bit-native - - 27 Dec 2008; Jeremy Olexa 64bit-native/package.mask: - Unmask media-video/dvdrip on no-multilib profiles based on Michael Lange's - testing in bug #252483 - - 19 Dec 2008; Christoph Mende - 64bit-native/package.mask: - Unmasked >=net-www/netscape-flash-10.0.20.7_alpha on 64bit-native - - 15 Dec 2008; Christoph Mende - 64bit-native/package.mask: - Unmasked >=opera-9.62 on 64bit-native - - 01 Dec 2008; 64bit-native/package.mask, - 64bit-native/package.use.mask: - Unmask rar-3.8.0 and above since it's a native 64bit binary. - - 14 Nov 2008; Jeremy Olexa - 64bit-native/make.defaults: - minor comment revision to be proper - - 24 Jul 2008; Santiago M. Mola - 64bit-native/package.mask: - Remove media-sound/peercast from no-multilib p.masks, bug #232800. - - 30 Apr 2008; Sébastien Fabbro - 64bit-native/package.use.mask: - Added masked ifc flag for no-multilib on sci-libs/acml - - 04 Apr 2008; Torsten Veller 64bit-native/package.mask: - Removed mask for mail-client/ciphire-mail (#213349) - - 03 Apr 2008; Mart Raudsepp no-nptl/package.mask: - Mask gnome-2.22 meta in no-nptl feature subprofile as seahorse is masked - there too and the new meta depends on it - diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/lib32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/lib32/make.defaults deleted file mode 100644 index 18eaa53908..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/lib32/make.defaults +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/lib32/make.defaults,v 1.2 2011/03/21 04:39:31 vapier Exp $ - -# Let baselayout create the lib symlink. -SYMLINK_LIB="yes" - -# 32-bit LIBDIR -LIBDIR_ppc="lib32" -LIBDIR_x86="lib32" -LIBDIR_x86_fbsd="lib32" -LIBDIR_sparc32="lib32" -LIBDIR_s390="lib32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/make.defaults index daf28dce7c..2e201e35d3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.12 2014/03/27 01:55:29 vapier Exp $ +# $Id$ # Jorge Manuel B. S. Vicetto (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value @@ -15,25 +15,3 @@ USE="multilib" MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec)" - -# 64-bit LIBDIR -LIBDIR_amd64="lib64" -LIBDIR_amd64_fbsd="lib64" -LIBDIR_arm64="lib64" -LIBDIR_n64="lib64" # MIPS n64 -LIBDIR_ppc64="lib64" -LIBDIR_s390x="lib64" -LIBDIR_sparc64="lib64" - -# 32-bit LIBDIR -LIBDIR_arm="lib" -LIBDIR_x86="lib" -LIBDIR_x86_fbsd="lib" -LIBDIR_o32="lib" # MIPS o32 -LIBDIR_ppc="lib" -LIBDIR_s390="lib" -LIBDIR_sparc32="lib" - -# Somewhere in-between! -LIBDIR_x32="libx32" # x86-64 x32 -LIBDIR_n32="lib32" # MIPS n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use new file mode 100644 index 0000000000..da93111543 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +# Enable all ABIs by default so we can protect any non-native binaries that +# might be executed. +sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use.force index b8d3c3fc32..41bce5b880 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use.force @@ -1,6 +1,6 @@ # Copyright 2004-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/package.use.force,v 1.1 2014/03/21 18:57:15 vapier Exp $ +# $Id$ # These packages must have multilib turned on in order to work sanely. sys-apps/sandbox multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use.mask deleted file mode 100644 index c705bca0e5..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/package.use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/package.use.mask,v 1.1 2012/09/20 11:42:57 chithanh Exp $ - -# Matt Turner (19 Sep 2012) -# multilib requires 32-bit libGL provided by emul-linux-x86-opengl -# but also collides with 32-bit libGLU installed by emul-linux-x86-opengl -media-libs/glu multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/use.mask index cf7412dbac..9f5667e1fc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/multilib/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/multilib/use.mask @@ -1,6 +1,6 @@ # Copyright 2004-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/use.mask,v 1.1 2008/04/01 17:41:09 wolf31o2 Exp $ +# $Id$ # SECTION: Unmask diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/Changelog b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/Changelog deleted file mode 100644 index 28889b8c3a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/Changelog +++ /dev/null @@ -1,28 +0,0 @@ -# ChangeLog for profiles/features/prefix -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.8 2015/06/04 19:43:37 kensington Exp $ - - 04 Jun 2015; Michael Palimaka package.use.mask: - Move various kde-base packages to kde-apps. - - 06 Jan 2015: Sergey Popov packages: - net-misc/iproute2 is not necessary in Prefix installations, - acked by Ruud Koolen - - 15 Dec 2014; Ruud Koolen package.use.mask, packages, - rpath/packages: - Moved several nonlinux-specific clauses to /profiles/prefix. - - 15 Dec 2014; Ruud Koolen rpath/use.force, - rpath/use.mask, standalone/eapi, standalone/parent: - Added standalone profile. - - 23 Nov 2014; Ruud Koolen make.defaults: - Switched python version to 3.3 from base 3.4. - - 18 Jan 2014; Ruud Koolen eapi, make.defaults, - package.mask, packages, package.use.mask, use.force, use.mask, - use.mask.stable, rpath/packages, rpath/parent, rpath/profile.bashrc, - rpath/use.mask: - Imported profile contents from ../../prefix - diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/make.defaults index 0e3f033cd1..4de59fda63 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/make.defaults @@ -1,23 +1,28 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/make.defaults,v 1.2 2014/11/23 19:44:36 redlizard Exp $ +# $Id$ + +# Michael Haubenwallner (19 Apr 2016) +# We can not use xattrs by default in Prefix. +USE="-xattr" # Jeremy Olexa (30 Jun 2009) # As of now, there does not exist a reliable working sandbox implementation on # any Gentoo Prefix platform. Lately, sandbox has caused *many* issues that # the Gentoo Prefix team has no time to fix and/or troubleshoot. see: bug 271424 # see: -# http://archives.gentoo.org/gentoo-alt/msg_3c355ca5e70e7975eae293823f1751f2.xml +# https://archives.gentoo.org/gentoo-alt/msg_3c355ca5e70e7975eae293823f1751f2.xml # see: bug 274239 # and other issues, etc etc. # # If in the future, there does exist a working sandbox implementation then it # should be enabled on a per-profile basis only. -FEATURES="${FEATURES} -sandbox" +FEATURES="${FEATURES} -sandbox -usersandbox" + +# Prefix does not have user management and the security model does not apply. +# Disable user* features by default. +FEATURES="${FEATURES} -userpriv -userfetch -usersync" # this probably already is like this, but we assure that in prefix we # have a GNU userland USERLAND="GNU" - -# Python 3.4 isn't in prefix yet. -USE="python_targets_python3_3 -python_targets_python3_4" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.mask index 7020e41dad..ad2be8b4a2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.mask @@ -1,62 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/package.mask,v 1.1 2014/01/18 02:01:20 redlizard Exp $ - -# Fabian Groffen (09 Nov 2012) -# fails to properly run config.status (and thus create libtool) on -# non-Linux platforms, fails with hard error when not using bash, caused -# by EAPI 4's --disable-dependency-tracking (#383863 c12) -=dev-libs/libgpg-error-1.10-r1 - -# Fabian Groffen (27 Oct 2012) -# fails to compile with parallel make (help2man issues) -# fails to link wrt libiconv -=sys-apps/coreutils-8.20 - -# Benda Xu (07 Aug 2012) -# mask revision for testing out openrc. bug #415895. -=sys-apps/baselayout-prefix-1.12.14-r1 - -# Fabian Groffen (01 Aug 2012) -# Causes spurious errors due to considering some small files being -# binary, bug #425668, comment #21. -=sys-apps/grep-2.13 - -# Jeremy Olexa (28 Oct 2011) -# Masking selective games-*, www-apps/*, net-proxy/* packages because: -# 1) It is unclear if there are any users -# 2) We would like to NOT migrate packages (to gentoo-x86) if we don't have to. -# -# If this is a package that you would like to see in the tree, please open a bug -# report for inclusion (search first). -# This mask will be lifted in 60 days and the packages will not be supporting -# Gentoo Prefix at that time. -games-arcade/rocksndiamonds -games-board/xscrabble -games-misc/cowsay -games-misc/fortune-mod-gentoo-dev -games-misc/rfksay -games-sports/bygfoot -net-proxy/tinyproxy -www-apps/trac - -# Fabian Groffen (21 Apr 2011) -# Fails to link anything, since it crt1.o cannot be found. They haven't -# got linking right yet, numerous people on the web report the same -# problem. Let's just wait for the moment. -~sys-devel/llvm-2.9 -~sys-devel/clang-2.9 - -# Fabian Groffen (03 Feb 2011) -# Diego's experimental flex for fixing from autoconf problem, breaks -# bootstrapping, bug #353609 -=sys-devel/flex-2.5.35_p10 - -# Fabian Groffen (24 Jan 2011) -# This release breaks in multiple ways (posix_memalign, O_DIRECT), wait -# for upstream to sanitise their code (or someone else to do it, since -# many people are affected: uClibc, BSD, ...) -=sys-fs/e2fsprogs-1.41.14 +# $Id$ # Jeremy Olexa (30 Jun 2009) # The PAM auth system just will not work in Gentoo Prefix, instead the host auth @@ -69,35 +13,11 @@ sys-auth/pambase # probably use this by placing sys-fs/fuse in package.provided, bug 272210 net-fs/curlftpfs -# Jeremy Olexa (21 Apr 2009) -# User reported that it works fine but will not install for me due to unknown -# kernel location, etc. See bug 265276 for an example. -net-wireless/iw -dev-libs/libnl -net-wireless/aircrack-ng - # Jeremy Olexa (02 Dec 2008) # Reported to work. However, you will need to package.provide some deps. # See bug 248809 for more details. net-fs/openafs -# Markus Duft (17 Apr 2008) -# Breaks things like gettext and fastjar because it introduces some -# circular dependencies while running aclocal (bug #218122) -~sys-devel/autoconf-2.62 - # Fabian Groffen (11 Jan 2008) # Screws up things, see bug #204998 (05 Jan 2008) -# missing rule in the build.xml file -=dev-java/sun-javamail-1.4.1 - -# Fabian Groffen (02 Jan 2008) -# rlogin seems not to work, consider using ssh anyway -net-misc/netkit-rsh - -# Elias Pipping -# work in progress (in prefix) -app-emacs/jde diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.use.mask index 6aefda2755..4db14fae92 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/package.use.mask,v 1.3 2015/06/04 19:43:37 kensington Exp $ +# $Id$ + +# Benda Xu (28 Jul 2016) +# Needs root privilege. +sys-fs/eudev hwdb kmod # Kacper Kowalik (14 Jan 2012) # sci-libs/mkl don't have prefix keywords @@ -34,15 +38,6 @@ app-editors/emacs hesiod m17n-lib # it currently causes failures on linux. It can be made a "less global" mask. dev-lang/python berkdb -# Jeremy Olexa (02 Sep 2009) -# these don't work, because they rely on the host having sufficient xorg-server -# version. -xfce-base/xfce4-meta session - -# Jeremy Olexa (13 Feb 2009) -# Can't make USE=ssl to work, bad build system. bug #256699 -dev-lang/pike ssl - # Elias Pipping (18 Nov 2007) # feynmf fails to build documentation dev-tex/feynmf doc diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/packages b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/packages index d36fe0a0e8..5fadbfe817 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/packages @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/packages,v 1.4 2015/01/05 23:17:39 pinkbyte Exp $ +# $Id$ # Gentoo Base Prefix Profile @@ -14,7 +14,6 @@ # This file removes everything from the base profile which is not # necessary/desired in a prefix environment. --*>=sys-apps/baselayout-2 -*net-misc/iputils -*sys-apps/iproute2 -*sys-apps/kbd @@ -23,9 +22,6 @@ -*virtual/modutils -*virtual/shadow -# add back prefix baselayout -*sys-apps/baselayout-prefix - # we don't want this either (as baselayout-prefix provides the functions.sh # file that this was added to ../base/packages for) -*sys-apps/openrc diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages index df4dce4366..7474427ab0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages @@ -1,7 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/packages,v 1.2 2014/12/15 20:52:04 redlizard Exp $ +# $Id$ # we don't ever will install these, so no need to depend on them -*virtual/libc -*virtual/os-headers + +-*>=sys-apps/baselayout-2 +# add back prefix baselayout +*sys-apps/baselayout-prefix + diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/profile.bashrc index 198874b470..6690b41103 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/profile.bashrc @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/profile.bashrc,v 1.1 2014/01/18 02:01:20 redlizard Exp $ +# $Id$ # Hack to avoid every package that uses libiconv/gettext # install a charset.alias that will collide with libiconv's one # See bugs 169678, 195148 and 256129. # Also the discussion on -# http://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml +# https://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml prefix-post_src_install() { local f if [[ ${PN} != "libiconv" && -n $(ls "${ED}"/usr/lib*/charset.alias 2>/dev/null) ]]; then @@ -16,7 +16,7 @@ prefix-post_src_install() { } # These are because of -# http://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml +# https://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml # The profile-* ones are meant to be used in etc/portage/profile.bashrc by user # until there is the registration mechanism. profile-post_src_install() { prefix-post_src_install ; } diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.force b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.force index c020ee6377..42f0cd5354 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/use.force,v 1.2 2014/12/16 00:18:36 redlizard Exp $ +# $Id$ # prefix-guest USE flag should be set in prefix rpath profiles prefix-guest diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.mask index 64824a474a..32ef8858ea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/use.mask,v 1.2 2014/12/15 17:07:41 redlizard Exp $ +# $Id$ # prefix-guest USE flag should be set in prefix rpath profiles -prefix-guest diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/legacy/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/legacy/make.defaults new file mode 100644 index 0000000000..254b730a79 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/legacy/make.defaults @@ -0,0 +1,17 @@ +# This profile is supporting >=linux-2.6.16[a] and =linux-2.6.27. Needed by python-3. +ac_cv_func_pipe2=no + +# >=python-3 is masked. +PYTHON_TARGETS="-python3_4" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/legacy/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/legacy/package.mask new file mode 100644 index 0000000000..5125269d28 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/legacy/package.mask @@ -0,0 +1,7 @@ +# >=glibc-2.20 requires >=linux-2.6.32. +>=sys-libs/glibc-2.20 + +# >=python-3.4 assumes F_DUPFD_CLOEXEC of fcntl, +# which requires >=linux-2.6.24. +# python-3.3 seems to be unconditionally using utimensat. +>=dev-lang/python-3 \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.force b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.force index ce1721b8e0..118d77ca1f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/use.force,v 1.1 2014/01/18 02:01:20 redlizard Exp $ +# $Id$ # force prefix flag to be set prefix diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.mask index 7d136d0943..13d86e059d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/use.mask,v 1.1 2014/01/18 02:01:20 redlizard Exp $ +# $Id$ # prefix USE flag should always be unmasked in prefix profiles -prefix diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/make.defaults index 9a82cc8e56..ebc1346ae0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/make.defaults,v 1.3 2014/05/17 14:44:03 swift Exp $ +# $Id$ # # selinux - Enable SELinux support diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask index cd87bcf039..0a32df37ac 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask @@ -1,2 +1,37 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 1.57 2015/06/21 11:59:12 perfinion Exp $ +# $Id$ +# Göktürk Yüksek (09 Nov 2016) +# On behalf of proxy-maint +# Mask due to the package requiring systemd +# and causing unresolvable dep issues +# See: https://github.com/gentoo/gentoo/pull/2262 +www-misc/profile-sync-daemon + +# Jason Zaman (27 Jun 2015) +# SystemD has no support in the SELinux policy at the moment. +# Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F +app-admin/systemdgenie +app-eselect/eselect-gnome-shell-extensions +sys-apps/systemd +app-admin/calamares +dev-python/python-systemd +gnome-base/gdm +gnome-base/gnome +gnome-base/gnome-extra-apps +gnome-base/gnome-light +gnome-base/gnome-shell +gnome-extra/chrome-gnome-shell +gnome-extra/gnome-logs +gnome-extra/gnome-shell-extensions +gnome-extra/gnome-shell-frippery +gnome-extra/gnome-shell-extensions-topicons +gnome-extra/gnome-tweak-tool +x11-themes/zukitwo-shell +gnome-extra/office-runner +kde-misc/systemd-kcm +net-firewall/firewalld +net-misc/netctl +sys-apps/gentoo-systemd-integration +sys-apps/systemd-readahead +sys-apps/systemd-sysv-utils +sys-process/systemd-cron diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.force index 78d3095302..64365ab869 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.10 2014/12/03 13:22:09 perfinion Exp $ +# $Id$ # Sven Vermeulen (19 Apr 2013) # sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python". @@ -20,3 +20,9 @@ dev-lang/python xml # so stages can build with no interacton. Bug #527938 sys-libs/libselinux static-libs dev-libs/libpcre static-libs + +# Jason Zaman (27 Jun 2015) +# SystemD has no support in the SELinux policy at the moment. +# Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F +gnome-base/gnome-settings-daemon openrc-force +gnome-base/gnome-shell openrc-force diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.mask index 11356b02b3..1d5ce9a0ee 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.use.mask @@ -1,10 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v 1.10 2014/11/06 15:07:47 mgorny Exp $ - -# Saleem Abdulrasool (23 Nov 2007) -# Unmask when we get HAL 0.5.10 straightened out -media-sound/pulseaudio policykit +# $Id$ # Brian Dolbec (17 Sep 2014) # mask pypy for several utilities due to incompatibility with libselinux @@ -13,3 +9,25 @@ app-portage/gentoolkit python_targets_pypy python_targets_pypy3 app-portage/layman python_targets_pypy python_targets_pypy3 app-admin/webapp-config python_targets_pypy python_targets_pypy3 app-portage/diffmask python_targets_pypy python_targets_pypy3 +app-portage/flaggie python_targets_pypy python_targets_pypy3 + +# Jason Zaman (27 Jun 2015) +# SystemD has no support in the SELinux policy at the moment. +# Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F +app-emulation/libvirt firewalld +gnome-base/gdm wayland +net-firewall/fwknop firewalld +www-servers/uwsgi uwsgi_plugins_systemd_logger +x11-wm/mutter kms +>=x11-wm/mutter-3.22 wayland +x11-misc/xscreensaver gdm +xfce-extra/xfswitch-plugin gdm +app-misc/workrave gnome +net-misc/wicd gnome-shell +x11-misc/gpaste gnome +x11-terms/gnome-terminal gnome-shell +x11-themes/zukitwo gnome-shell + +# Alex Brandt (6 Sep 2015) +# app-emulation/rkt[rkt_stage1_src] requires systemd which isn't available with selinux. +app-emulation/rkt rkt_stage1_src diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/packages b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/packages index 7d21ab048b..ec27a0ebaa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/packages @@ -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/profiles/features/selinux/packages,v 1.3 2012/06/20 14:38:44 swift Exp $ +# $Id$ # Base SELinux packages *sys-libs/libsepol diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/use.mask index 6e6bf82337..1318ddf0b5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.4 2015/06/02 09:15:36 ulm Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # profile for any architecture. This works, for example, if a non-default @@ -10,5 +10,6 @@ -hardened -selinux -# tcc is x86-only -tcc +# no policy yet +systemd +-openrc-force diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/hardened/ChangeLog deleted file mode 100644 index f471730ab2..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/ChangeLog +++ /dev/null @@ -1,433 +0,0 @@ -# ChangeLog for Gentoo/AMD64 profile directory -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.88 2015/06/14 18:15:38 blueness Exp $ - - 14 Jun 2015; Anthony G. Basile - +linux/musl/mips/package.use.force: - The only working option is USE=pkg-config for dev-util/pkgconf on mips musl. - - 14 Jun 2015; Anthony G. Basile - linux/musl/package.use.mask: - Mask USE=nls for packages causing collisions with on musl. - - 14 Jun 2015; Anthony G. Basile - +linux/musl/ppc/package.mask: - Mask >sys-devel/gcc-4.8 on ppc musl. - - 19 May 2015; Anthony G. Basile - linux/musl/mips/package.mask, linux/musl/package.mask: - Remove masking on >app-misc/pax-utils-0.7 for musl. Bug #549920. - - 09 May 2015; Anthony G. Basile linux/arm/package.mask: - Mask >=sys-libs/glibc-2.20 because it requires >=sys-devel/gcc-4.8, pending - the fix of bug #518598. - - 08 May 2015; Anthony G. Basile +linux/arm/package.mask, - +linux/musl/arm/package.mask, linux/uclibc/arm/armv6j/parent, - linux/uclibc/arm/armv7a/parent, +linux/uclibc/arm/package.mask: - Mask gcc 4.8 and above pending the fix of bug #518598. - Restructure linux/uclibc/arm slightly. - - 01 May 2015; Andrew Savchenko linux/package.mask, - linux/package.use.mask: - Mask net-fs/openafs-kernel since it can't be used on hardened - kernels due to lack of C99 support by upstream (and they can't do - that) and hardened kernel requirement of C99 struct init. - See bug 540196, comment 9. - - 19 Apr 2015; Chris Reffett - linux/amd64/no-multilib/package.mask: - Mask multilib package games-roguelike/dwarf-fortress on no-multilib profile - - 28 Mar 2015; Michał Górny - -linux/amd64/no-emul-linux-x86/eapi, -linux/amd64/no-emul-linux-x86/parent: - emul-linux-x86 last rites. Remove no-emul-linux-x86 subprofiles that are now - redundant. - - 28 Mar 2015; Anthony G. Basile linux/musl/package.mask: - Mask >sys-kernel/linux-headers-3.16 on musl profiles. Bug #544476. - - 21 Feb 2015; Anthony G. Basile - +linux/amd64/no-emul-linux-x86/eapi, +linux/amd64/no-emul-linux-x86/parent: - Add hardened/linux/amd64/no-emul-linux-x86 profile - - 30 Jan 2015; Anthony G. Basile - linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults: - musl: unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from - arch/{amd64,x86}/make.defaults. - - 28 Jan 2015; Michał Górny linux/musl/amd64/use.mask, - linux/musl/x86/use.mask: - Unmask CPU_FLAGS_X86 in musl profiles. - - 30 Dec 2014; Anthony G. Basile linux/musl/package.mask: - Unmask >sys-apps/file-5.17 for musl, bug #525816 - - 18 Nov 2014; Anthony G. Basile - linux/musl/ppc/make.defaults: - linux/musl/ppc/make.defaults: add mutlib ABI, thanks Felix Janda - - 23 Oct 2014; Anthony G. Basile - +linux/musl/package.use.mask: - Mask USE=sanitize on musl profiles, bug #504200 - - 20 Oct 2014; Anthony G. Basile linux/musl/package.mask: - Mask >app-misc/pax-utils-0.7 on musl for bug #526048 - - 18 Oct 2014; Anthony G. Basile linux/musl/package.mask: - Mask >sys-apps/file-5.17 on musl for bug #525816 - - 12 Oct 2014; Magnus Granberg linux/amd64/package.use: - Add pic for media-libs/libpostpros needed for the x86 part #523736 - - 14 Oct 2014; Anthony G. Basile - linux/musl/make.defaults: - BOOTSTRAP_USE=-nls to avoid a clash between musl and gettext in stage2 - - 11 Oct 2014; Tim Harder linux/package.use.mask: - Mask skype use flag for net-im/bitlbee since skype doesn't work under - hardened. - - 22 Sep 2014; Anthony G. Basile linux/make.defaults, - linux/package.use.force: - Default USE=xattr on for all hardened profiles, and force on for tar, - coreutils and portage - - 21 Aug 2014; Anthony G. Basile - +linux/musl/mips/package.mask: - Mask some packages for musl/mipsel - - 16 Aug 2014; Anthony G. Basile - -linux/uclibc/amd64/make.defaults, -linux/uclibc/amd64/package.mask, - linux/uclibc/amd64/parent, -linux/uclibc/amd64/use.force, - -linux/uclibc/amd64/use.mask, -linux/uclibc/arm/armv6j/make.defaults, - linux/uclibc/arm/armv6j/parent, -linux/uclibc/arm/armv7a/make.defaults, - linux/uclibc/arm/armv7a/parent, -linux/uclibc/arm/make.defaults, - -linux/uclibc/arm/parent, -linux/uclibc/arm/use.force, - -linux/uclibc/arm/use.mask, linux/uclibc/make.defaults, - -linux/uclibc/mips/make.defaults, -linux/uclibc/mips/mipsel/make.defaults, - linux/uclibc/mips/mipsel/parent, -linux/uclibc/mips/package.mask, - linux/uclibc/mips/parent, -linux/uclibc/mips/use.force, - -linux/uclibc/mips/use.mask, -linux/uclibc/package.mask, - -linux/uclibc/packages, -linux/uclibc/packages.build, -linux/uclibc/parent, - -linux/uclibc/ppc/make.defaults, -linux/uclibc/ppc/package.mask, - -linux/uclibc/ppc/package.use.mask, linux/uclibc/ppc/parent, - -linux/uclibc/ppc/use.force, -linux/uclibc/ppc/use.mask, - -linux/uclibc/use.force, linux/uclibc/use.mask, - -linux/uclibc/x86/make.defaults, linux/uclibc/x86/parent, - -linux/uclibc/x86/use.force, -linux/uclibc/x86/use.mask: - Inherit hardened/linux/uclibc from default/linux/uclibc - - 13 Aug 2014; Anthony G. Basile linux/musl/package.mask, - linux/uclibc/package.mask: - Use eudev on uclibc and musl. - - 04 Aug 2014; Robin H. Johnson linux/package.mask: - hmaccalc depends in prelink. - - 23 Jul 2014; Anthony G. Basile linux/musl/package.mask: - Remove unmasking of sys-libs/musl on musl profiles - - 22 Jul 2014; Christoph Junghans - linux/amd64/no-multilib/package.mask: - masked games-fps/enemy-territory-omnibot on no-multilib - - 17 Jul 2014; Magnus Granberg - linux/amd64/no-multilib/make.defaults, - +linux/amd64/no-multilib/package.use: - Set -pic as we don't need it as we don't use x86 - - 15 Jul 2014; Anthony G. Basile - +linux/uclibc/ppc/package.mask: - Mask openssh on hardened/linux/uclibc/ppc, bug #517160 - - 12 Jul 2014; Anthony G. Basile - linux/uclibc/package.mask: - Mask >sys-fs/e2fsprogs-1.42.7 because of bug #516988 - - 08 Jul 2014; Magnus Granberg - linux/amd64/package.use: - Add pic to package that need it when use of the new multilib - - 02 Jul 2014; Michał Górny - linux/musl/mips/mipsel/make.defaults, linux/uclibc/mips/mipsel/make.defaults: - Fix wrongly inherited CHOST_o32 in {musl,uclibc/mips/mipsel profiles. - - 01 Jul 2014; Anthony G. Basile - linux/musl/amd64/make.defaults, linux/musl/amd64/use.force, - linux/musl/amd64/use.mask, linux/musl/mips/make.defaults, - linux/musl/mips/use.force, linux/musl/mips/use.mask, - linux/musl/x86/make.defaults, linux/musl/x86/use.force, - linux/musl/x86/use.mask: - Make linux/musl multilib aware, bug #515130 - - 01 Jul 2014; Anthony G. Basile - linux/uclibc/amd64/make.defaults, linux/uclibc/amd64/use.force, - linux/uclibc/amd64/use.mask, linux/uclibc/mips/make.defaults, - linux/uclibc/mips/use.force, linux/uclibc/mips/use.mask, - linux/uclibc/ppc/make.defaults, linux/uclibc/ppc/use.force, - +linux/uclibc/ppc/use.mask, linux/uclibc/x86/make.defaults, - linux/uclibc/x86/use.force, linux/uclibc/x86/use.mask: - Make linux/uclibc multilib aware, bug #515130 - - 13 Jun 2014; Anthony G. Basile - linux/musl/mips/mipsel/make.defaults: - Disable sandbox on mipsel-musl because its currently broken - - 09 Jun 2014; Anthony G. Basile - linux/musl/amd64/make.defaults, linux/musl/make.defaults, - linux/musl/x86/make.defaults: - Remove redundant INSTALL_MASK in amd64 and x86 - - 08 Jun 2014; Anthony G. Basile - linux/musl/make.defaults: - Set INSTALL_MASK=charset.alias on musl profiles - - 05 Jun 2014; Anthony G. Basile - linux/musl/packages.build: - Make sure sandbox is part of stage1 for musl profiles - - 04 Jun 2014; Anthony G. Basile linux/musl/packages: - Make sure sandbox is pulled in on all musl profiles - - 01 Jun 2014; Anthony G. Basile - profiles/hardened/linux/musl: Enable sandbox on musl profiles - - 01 Jun 2014; Magnus Granberg - linux/amd64/package.use: - We need the pic use flag for the multilib abi_x86_32 part for - media-libs/x264 bug # 490276 - - 28 May 2014; Sven Vermeulen - linux/amd64/no-multilib/package.mask: - Remove huludesktop from package.mask (package has been removed) - - 30 Mar 2014; Michał Górny - linux/amd64/package.use.stable.mask: - Move abi_x86_32 package stable-mask to arch profile since it is EAPI=5 now. - - 30 Mar 2014; Chí-Thanh Christopher Nguyễn - linux/amd64/package.use.stable.mask: - Mask abi_x86_32 for libxshmfence, bug #506056. - - 27 Mar 2014; Andreas K. Huettel +eapi, - +linux/amd64/no-multilib/eapi, +linux/amd64/no-multilib/selinux/eapi, - +linux/amd64/selinux/eapi, +linux/amd64/x32/eapi, +linux/eapi, - +linux/musl/eapi, +linux/musl/mips/mipsel/eapi, +linux/uclibc/eapi, - +linux/uclibc/mips/mipsel/eapi, +linux/x86/selinux/eapi: - Increase EAPI to 5 - - 26 Mar 2014; Chí-Thanh Christopher Nguyễn - linux/amd64/package.use.stable.mask: - Mask multilib for wayland/weston, so they can go stable in bug #500368. - - 16 Mar 2014; Tom Wijsman - linux/amd64/package.use.stable.mask, linux/x86/package.use.stable.mask: - Mask unstable USE flags on media-video/vlc, see security bug #499806. - - 09 Mar 2014; Anthony G. Basile - linux/uclibc/amd64/use.force, linux/uclibc/amd64/use.mask, - linux/uclibc/x86/use.force, linux/uclibc/x86/use.mask, - linux/musl/amd64/use.force, linux/musl/amd64/use.mask, - linux/musl/x86/use.force, linux/musl/x86/use.mask: - hardened/linux/{uclibc,musl}/{amd64,x86}: force default abi flags - - 28 Feb 2014; Anthony G. Basile +linux/musl/mips/eapi, - +linux/musl/mips/make.defaults, +linux/musl/mips/mipsel/make.defaults, - +linux/musl/mips/mipsel/parent, +linux/musl/mips/parent, - +linux/musl/mips/use.force, +linux/musl/mips/use.mask: - Add hardened/linux/musl/mips and hardened/linux/musl/mips/mipsel - - 21 Feb 2014; Anthony G. Basile - +linux/musl/arm/armv7a/eapi, +linux/musl/arm/armv7a/make.defaults, - +linux/musl/arm/armv7a/parent, +linux/musl/arm/eapi, - +linux/musl/arm/make.defaults, +linux/musl/arm/parent, - +linux/musl/arm/use.force, +linux/musl/arm/use.mask: - Add hardened/linux/musl/arm/armv7a - - 17 Feb 2014; Anthony G. Basile - linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults: - Sandbox from hardened-dev::musl overlay works - - 11 Feb 2014; Anthony G. Basile linux/make.defaults: - Add xtpax to BOOTSTRAP_USE/USE in base hardened make.default, for - sys-apps/elfix - - 03 Feb 2014; Anthony G. Basile - linux/uclibc/package.mask: - Remove -sys-libs/uclibc from hardened/linux/uclibc/package.mask, bug #500202 - - 27 Jan 2014; Anthony G. Basile linux/musl/use.mask: - hardened/linux/musl: provide nls support with gettext - - 26 Jan 2014; Anthony G. Basile - linux/musl/packages.build: - hardened/linux/musl: switch to dev-util/pkgconf which does better in musl - - 24 Jan 2014; Anthony G. Basile - linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults: - Move musl's linker path to gcc's specs file - - 24 Jan 2014; Anthony G. Basile - linux/musl/amd64/make.defaults, linux/musl/make.defaults, - linux/musl/packages, linux/musl/packages.build, linux/musl/x86/make.defaults: - linux/musl: fix linker path and remove libiconv - - 23 Jan 2014; Mikle Kolyada - linux/amd64/package.use.stable.mask: - Fix qt packages category. - - 21 Jan 2014; Samuli Suominen - linux/amd64/package.use.stable.mask: - Missing abi_x86_32 mask for dev-libs/libcdio-paranoia wrt #497246 by Pacho - Ramos - - 31 Dec 2013; Anthony G. Basile - +linux/arm/use.stable.mask: - Disable stable-mask for python3.3 flags on arm - - 30 Dec 2013; Anthony G. Basile - linux/uclibc/package.mask: - Bug #490008 is fixed, unmask >sys-kernel/linux-headers-3.9 - - 25 Dec 2013; Anthony G. Basile - linux/uclibc/amd64/package.mask: - Unmask >sys-libs/uclibc-0.9.33.2-r4 since bug #495256 is fixed - - 24 Dec 2013; Anthony G. Basile - linux/uclibc/amd64/package.mask: - Mask >sys-libs/uclibc-0.9.33.2-r4 until bug #495256 is fixed - - 20 Dec 2013; Anthony G. Basile - -linux/amd64/desktop/deprecated, -linux/amd64/desktop/parent, - -linux/amd64/developer/deprecated, -linux/amd64/developer/parent, - -linux/amd64/server/deprecated, -linux/amd64/server/parent, - -linux/ia64/desktop/deprecated, -linux/ia64/desktop/parent, - -linux/ia64/developer/deprecated, -linux/ia64/developer/parent, - -linux/ia64/server/deprecated, -linux/ia64/server/parent, - -linux/powerpc/ppc32/desktop/deprecated, -linux/powerpc/ppc32/desktop/parent, - -linux/powerpc/ppc32/developer/deprecated, - -linux/powerpc/ppc32/developer/parent, - -linux/powerpc/ppc32/server/deprecated, -linux/powerpc/ppc32/server/parent, - -linux/powerpc/ppc64/32bit-userland/desktop/deprecated, - -linux/powerpc/ppc64/32bit-userland/desktop/parent, - -linux/powerpc/ppc64/32bit-userland/developer/deprecated, - -linux/powerpc/ppc64/32bit-userland/developer/parent, - -linux/powerpc/ppc64/32bit-userland/server/deprecated, - -linux/powerpc/ppc64/32bit-userland/server/parent, - -linux/powerpc/ppc64/64bit-userland/desktop/deprecated, - -linux/powerpc/ppc64/64bit-userland/desktop/parent, - -linux/powerpc/ppc64/64bit-userland/developer/deprecated, - -linux/powerpc/ppc64/64bit-userland/developer/parent, - -linux/powerpc/ppc64/64bit-userland/server/deprecated, - -linux/powerpc/ppc64/64bit-userland/server/parent, - -linux/powerpc/ppc64/desktop/deprecated, -linux/powerpc/ppc64/desktop/parent, - -linux/powerpc/ppc64/developer/deprecated, - -linux/powerpc/ppc64/developer/parent, - -linux/powerpc/ppc64/server/deprecated, -linux/powerpc/ppc64/server/parent, - -linux/x86/desktop/deprecated, -linux/x86/desktop/parent, - -linux/x86/developer/deprecated, -linux/x86/developer/parent, - -linux/x86/minimal/deprecated, -linux/x86/minimal/make.defaults, - -linux/x86/minimal/parent, -linux/x86/server/deprecated, - -linux/x86/server/parent: - Remove all deprecated /desktop /developer /server profiles - - 01 Dec 2013; Mike Gilbert +linux/amd64/use.stable.mask: - Disable stable-mask for python3.3 flags, bug 474128. - - 31 Oct 2013; Anthony G. Basile - linux/uclibc/package.mask: - Mask >sys-kernel/linux-headers-3.9 on uclibc, bug #490008 - - 26 Oct 2013; Anthony G. Basile - linux/uclibc/mips/package.mask: - Unmask latest perl on uclibc/mips - - 22 Oct 2013; Anthony G. Basile +linux/musl/amd64/eapi, - +linux/musl/x86/eapi: - Update all hardened musl arches to eapi 5 - - 22 Oct 2013; Anthony G. Basile - +linux/uclibc/amd64/eapi, +linux/uclibc/arm/armv6j/eapi, - +linux/uclibc/arm/armv7a/eapi, +linux/uclibc/arm/eapi, - +linux/uclibc/mips/eapi, +linux/uclibc/ppc/eapi, +linux/uclibc/x86/eapi: - Update all hardened uclibc arches to eapi 5 - - 22 Oct 2013; Anthony G. Basile +linux/ia64/eapi: - Update ia64 to eapi 5 - - 21 Oct 2013; Anthony G. Basile +linux/powerpc/eapi, - +linux/powerpc/ppc32/eapi, +linux/powerpc/ppc64/32bit-userland/eapi, - +linux/powerpc/ppc64/64bit-userland/eapi, +linux/powerpc/ppc64/eapi: - Update powerpc to eapi 5 - - 21 Oct 2013; Anthony G. Basile +linux/mips/eapi, - +linux/mips/mipsel/eapi, +linux/mips/mipsel/multilib/eapi, - +linux/mips/mipsel/multilib/n32/eapi, +linux/mips/mipsel/multilib/n64/eapi, - +linux/mips/mipsel/n32/eapi, +linux/mips/mipsel/n64/eapi, - +linux/mips/multilib/eapi, +linux/mips/multilib/n32/eapi, - +linux/mips/multilib/n64/eapi, +linux/mips/n32/eapi, +linux/mips/n64/eapi: - Update mips to eapi 5 - - 21 Oct 2013; Anthony G. Basile linux/arm/armv4/eapi, - linux/arm/armv4t/eapi, linux/arm/armv5te/eapi, linux/arm/armv6j/eapi, - linux/arm/armv7a/eapi, linux/arm/armv7a/selinux/eapi, linux/arm/eapi: - Update arm to eapi 5 - - 03 Oct 2013; Matt Turner - linux/amd64/package.use.stable.mask: - Drop unneeded libtxc_dxtn abi_x86_32 stable use mask. - - 24 Sep 2013; Michał Górny - linux/amd64/package.use.stable.mask: - Add missing abi_x86_32 masks as reported by Patrick Lauer. - - 24 Sep 2013; Michał Górny linux/amd64/package.use.mask, - +linux/amd64/package.use.stable.mask: - Move the abi_x86_32 mask to stable.mask, since the profile is EAPI=5 now. - - 23 Sep 2013; Magnus Granberg - +linux/amd64/eapi +/linux/x86/eapi - update amd64 and x86 to eapi 5 - - 22 Sep 2013; Michał Górny linux/amd64/package.use.mask: - Mask abi_x86_32 on hardened as well, to make the way for stablereq. - - 03 Aug 2013; Anthony G. Basile - linux/uclibc/mips/make.defaults: - linux/uclibc/mips/make.defaults: add abi and libdir info, bug #479656 - - 01 Aug 2013; Anthony G. Basile - +linux/arm/armv7a/selinux/eapi, +linux/arm/armv7a/selinux/parent: - linux/arm/armv7a/selinux: add hardened selinux for hardened armv7a - - 22 Jun 2013; Anthony G. Basile - +linux/musl/amd64/make.defaults, +linux/musl/amd64/package.mask, - +linux/musl/amd64/parent, +linux/musl/amd64/use.force, - +linux/musl/amd64/use.mask, +linux/musl/make.defaults, - +linux/musl/package.mask, +linux/musl/packages, +linux/musl/packages.build, - +linux/musl/parent, +linux/musl/use.force, +linux/musl/use.mask: - Add very experimental hardened/linux/musl, only amd64 for now - - 09 Jun 2013; Ulrich Müller - linux/amd64/no-multilib/package.mask: - Remove mask for media-libs/realcodecs and media-libs/win32codecs. Packages - have been removed. - - 30 May 2013; Justin Lecher - linux/amd64/no-multilib/package.mask: - Mask sci-chemistry/xdsgui due to missing support for - sci-chemistry/xdsstat-bin - - 30 May 2013; Justin Lecher - linux/amd64/no-multilib/package.mask: - Mask sci-chemistry/xdsstat-bin due to missing emul package - - 17 May 2013; Magnus Granberg linux/amd64/no-multilib/package.mask: - Readd some missings masks - - 16 May 2013; Magnus Granberg linux/amd64/no-multilib/make.defaults, - linux/amd64/no-multilib/package.mask, linux/amd64/no-multilib/package.use.force, - linux/amd64/no-multilib/package.use.mask, linux/amd64/no-multilib/parent, - linux/amd64/no-multilib/use.mask, ChangeLog: - bug 470092 and 469254 qa on parent and missing arch/amd64/no-multilib(mirroring) diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/make.defaults index 61b0126ee2..714a1892d3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/make.defaults @@ -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/profiles/hardened/linux/amd64/make.defaults,v 1.7 2012/06/16 11:44:13 jlec Exp $ +# $Id$ USE="justify -pic" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/make.defaults index f8f44b9f0c..7eee20a40b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/make.defaults @@ -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/profiles/hardened/linux/amd64/no-multilib/make.defaults,v 1.4 2014/07/17 21:22:55 zorry Exp $ +# $Id$ # We don't need to have pic on USE="-pic" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.mask index 7280bea973..2c5ab4a32b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask,v 1.43 2015/06/02 09:15:36 ulm Exp $ +# $Id$ # These are broken as reported by Halcy0n, Aug, 23, 2011 net-misc/teamviewer @@ -29,21 +29,15 @@ app-benchmarks/cpuburn app-emulation/crossover-bin app-emulation/crossover-office-bin app-emulation/crossover-office-pro-bin +app-emulation/genymotion-bin app-emulation/playonlinux app-emulation/q4wine -app-emulation/virtualbox -app-emulation/virtualbox-extpack-oracle -app-emulation/virtualbox-guest-additions -app-emulation/vmware-player >=app-i18n/atokx3-3.0.0 app-office/ooextras app-emulation/winetricks -app-emulation/wine-doors app-text/acroread dev-embedded/libftd2xx dev-embedded/openocd ->=dev-java/sun-j2me-bin-2.5.2.01 -dev-lang/dmd-bin dev-lang/icc dev-lang/idb dev-lang/ifc @@ -52,7 +46,6 @@ dev-python/skype4py dev-util/android-sdk-update-manager dev-util/android-studio dev-util/biew -games-action/awesomenauts games-action/cs2d games-action/descent3 games-action/descent3-demo @@ -60,7 +53,6 @@ games-action/heretic2 games-action/heretic2-demo games-action/intrusion2 games-action/lugaru -games-action/lugaru-demo games-action/mutantstorm-demo games-action/phobiaii games-action/rune @@ -74,6 +66,7 @@ games-arcade/gish-demo games-arcade/thinktanks-demo games-emulation/caps games-emulation/nestra +games-emulation/pcsx2 games-emulation/zinc games-emulation/zsnes games-fps/avp @@ -87,11 +80,9 @@ games-fps/doom3-hellcampaign games-fps/doom3-inhell games-fps/doom3-lms games-fps/doom3-mitm -games-fps/doom3-phantasm games-fps/doom3-roe games-fps/doom3 games-fps/enemy-territory-etpro -games-fps/enemy-territory-fortress games-fps/enemy-territory-omnibot games-fps/enemy-territory-truecombat games-fps/enemy-territory @@ -121,10 +112,9 @@ games-fps/ut2003 games-fps/ut2003-demo games-fps/ut2004-demo games-misc/little-inferno -games-puzzle/drod-bin games-puzzle/hoh-bin games-roguelike/adom -games-roguelike/dwarf-fortress + (24 Jun 2012) -# Force 64-bit parts of wine, bug #351436 -app-emulation/wine win64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.use.mask index 87936b292c..94190bb780 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/package.use.mask @@ -1,13 +1,18 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.use.mask,v 1.2 2013/05/16 19:29:27 zorry Exp $ +# $Id$ # Mirror profile/amd64/no-multilib/package.use.mask + +# Mike Frysinger (12 Aug 2016) +# Requires sys-boot/grub:0 which is masked here. +sys-apps/memtest86+ floppy + # Alexandre Rostovtsev (24 Jun 2012) # Disable 32-bit parts of wine, bug #351436 -app-emulation/wine mono win32 +app-emulation/wine mono -# Apr 28, 2008 Sébastien Fabbro +# Apr 28, 2008 Sébastien Fabbro # ifc masked sci-libs/acml ifc diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/parent b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/parent index 8305c35564..2909df6d3c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/parent @@ -1,2 +1,2 @@ +../../../../arch/amd64/no-multilib .. -../../../../features/64bit-native diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/use.mask index 5cd1ab9039..2e9b62f807 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/no-multilib/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/use.mask,v 1.2 2013/05/16 19:29:27 zorry Exp $ +# $Id$ # Mask the multilib flags back for non-multilib profile. abi_x86_32 @@ -15,10 +15,10 @@ mbrola # Xen HVM support requires building 32-bit binaries. hvm +# 2008/02/13 - Chris Gianelloni +# Mask multilib, since we cannot use it. +multilib + # 2009/05/11 Doug Goldstein # Mask 32bit since this will always require emulation packages 32bit - -# Matt Turner (20 Nov 2012) # Newer then 300.00 is patched but we still have RWX in the libs. @@ -14,3 +14,12 @@ media-video/nvidia-settings # Depends on x11-drivers/nvidia-drivers #dev-python/pyopencl + +# Cernlib has address space issues on amd64 and package is no +# longer supported by upstream. Thus masking it and its reverse +# dependencies. +# See bug 426764. +sci-physics/cernlib +sci-physics/cernlib-montecarlo +sci-physics/geant:3 +sci-physics/paw diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use index f1283ddb92..2a42e38ef0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use,v 1.7 2015/01/14 21:38:02 zorry Exp $ +# $Id$ # Magnus Granberg (14 Jan, 2015) # We need to have the pic flag on. @@ -8,7 +8,6 @@ media-libs/x264 pic media-video/ffmpeg pic media-video/libav pic -=media-libs/mesa-9.2.5-r1 pic >=media-libs/mesa-10.1.6 pic media-libs/libpostproc pic >=media-libs/xvid-1.3.3 pic diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.force index 2a1e0d6eba..6f2a93a406 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.force,v 1.1 2015/01/14 21:38:02 zorry Exp $ +# $Id$ # Magnus Granberg (14 Jan, 2015) # We need to have the pic flag on. diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.mask index 551f261ff1..59e5e7c018 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.mask,v 1.25 2013/09/24 08:19:29 mgorny Exp $ +# $Id$ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -15,17 +15,16 @@ ## =media-video/mplayer-0.90_pre5 foo ## =media-video/mplayer-0.90_pre5-r1 foo -# Kacper Kowalik (29 Jul 2011) -# mask assembler as it currently doesn't work -dev-lang/path64 assembler - -# Magnus Granberg (20 Nov 2012) -# mask X for we still mis the docs for revdep-pax -# else hell will rule. (RWX in the libs) -# Bug 433121 -# also mask tools as it requires X -zerochaos -x11-drivers/nvidia-drivers X tools +# Magnus Granberg (30 sep 2016) +# This target support VTV #547040. +>=sys-devel/gcc-4.9 -vtv # Magnus Granberg (29 Nov 2012) # Bug #444786 disable nvidia on app-admin/conky app-admin/conky nvidia + +# Cernlib has address space issues on amd64 and package is no +# longer supported by upstream. Thus masking it and its reverse +# dependencies. +# See bugs 426764, 556612. +=sci-physics/geant-4.9.4* geant3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.stable.mask index 6c250125e3..2e6eb7b5b9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/package.use.stable.mask @@ -1,10 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.stable.mask,v 1.11 2014/03/30 21:44:39 mgorny Exp $ - -# Tom Wijsman (06 Feb 2014) # [QA] Masked jit USE flag on www-apps/cgit as dev-lang/luajit is not stable. diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/use.mask index 1a7f42962c..1746d4f90a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/use.mask @@ -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/profiles/hardened/linux/amd64/use.mask,v 1.7 2012/11/27 02:03:24 zerochaos Exp $ +# $Id$ # Rick Farina 26 Nov 2012 video_cards_nvidia diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/make.defaults index ab350e0b9c..b8afc24ba6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/x32/make.defaults,v 1.1 2012/08/31 17:49:11 vapier Exp $ +# $Id$ CHOST="x86_64-pc-linux-gnux32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/parent b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/parent index f49ba262d9..6793db467f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/amd64/x32/parent @@ -1,3 +1,3 @@ -.. ../../../../features/multilib ../../../../arch/amd64/x32 +.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/arm/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/arm/package.mask deleted file mode 100644 index efcfcc41cd..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/arm/package.mask +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/arm/package.mask,v 1.2 2015/05/09 22:40:55 blueness Exp $ - -# Anthony G. Basile (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* - -# >=sys-libs/glibc-2.20 requires >=sys-devel/gcc-4.8, -# so we mask it as well pending the fix of bug #518598 ->=sys-libs/glibc-2.20 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/arm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/arm/package.use.mask new file mode 100644 index 0000000000..7a5d95ca9c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/arm/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Magnus Granberg (30 Sep 2016) +# This target supports VTV #547040. +>=sys-devel/gcc-6 -vtv diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/ia64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/ia64/make.defaults index 60d24dd0d3..85d06747a1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/ia64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/ia64/make.defaults @@ -1,3 +1,3 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/ia64/make.defaults,v 1.3 2011/11/17 01:14:26 jmbsvicetto Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/make.defaults index 901a271715..d17a41ee01 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.20 2014/09/22 16:35:51 blueness Exp $ +# $Id$ # Jorge Manuel B. S. Vicetto (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc" -USE="hardened pax_kernel pic urandom xattr xtpax -fortran -jit -orc" +USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc" # Ian Stakenvicius, 2014-09-03 # Set a variable just to indicate that the current profile is a hardened one diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/make.defaults index cbb5184aae..d178ceab37 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/make.defaults,v 1.7 2015/01/30 22:04:37 blueness Exp $ +# $Id$ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -16,10 +16,14 @@ FCFLAGS="${CFLAGS}" ABI="amd64" DEFAULT_ABI="amd64" MULTILIB_ABIS="amd64" -CHOST_amd64=${CHOST} +CHOST_amd64="${CHOST}" LIBDIR_amd64="lib" IUSE_IMPLICIT="abi_x86_64" +# Anthony G. Basile (31 Aug 2015) +# Relect these flags from arch/amd64 which we don't inherit +CPU_FLAGS_X86="mmx mmxext sse sse2" + # Anthony G. Basile (26 Jan 2013) # Unhide the CPU_FLAGS_X86 USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_X86" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/package.mask index 6737e2c779..7698332394 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/package.mask @@ -1,12 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/package.mask,v 1.5 2015/06/02 09:15:36 ulm Exp $ - -# -# Alfredo Tupone (02 Feb 2013) -# Depending on masked packages -# -games-strategy/dominions2-demo +# $Id$ # Ulrich Müller (18 Mar 2013) # Packages that rely on multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/package.use.force new file mode 100644 index 0000000000..28125cb62a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.force index 100238716a..8797d43832 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/use.force,v 1.3 2014/07/01 12:37:35 blueness Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 amd64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.mask index 46aa6c18e9..51e5094891 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/use.mask @@ -1,22 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/use.mask,v 1.4 2015/01/28 21:41:03 mgorny Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 -amd64 -abi_x86_64 # unmask all SIMD assembler flags --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 --3dnow --3dnowext -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/eapi b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/make.defaults new file mode 100644 index 0000000000..41eab4ef9c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/make.defaults @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +CHOST="x86_64-gentoo-linux-muslx32" + +# Anthony G. Basile (31 Aug 2015) +# Multilib-related setup, bug #515130 +ABI="x32" +DEFAULT_ABI="x32" +MULTILIB_ABIS="x32" +CHOST_x32="${CHOST}" +LIBDIR_x32="lib" +IUSE_IMPLICIT="abi_x86_x32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/parent b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/parent rename to sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/use.force new file mode 100644 index 0000000000..71a90a0fac --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Force the flag which corresponds to arch/abi, bug #515130 +-abi_x86_64 +abi_x86_x32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/use.mask new file mode 100644 index 0000000000..182f7557c9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/amd64/x32/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Force the flag which corresponds to arch/abi, bug #515130 +-abi_x86_x32 +abi_x86_64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/armv7a/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/armv7a/make.defaults index 84cbbdc0bd..2110554c57 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/armv7a/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/armv7a/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/arm/armv7a/make.defaults,v 1.1 2014/02/21 19:44:28 blueness Exp $ +# $Id$ CHOST="armv7a-hardfloat-linux-musleabi" CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/make.defaults index b5916b3c0c..762b83bd7a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/arm/make.defaults,v 1.1 2014/02/21 19:44:28 blueness Exp $ +# $Id$ ARCH="arm" ACCEPT_KEYWORDS="${ARCH}" @@ -10,3 +10,11 @@ CFLAGS="-O2" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" + +# Anthony G. Basile (25 Oct 2015) +# Multilib-related setup, bug #515130 +ABI="arm" +DEFAULT_ABI="arm" +MULTILIB_ABIS="arm" +CHOST_arm="${CHOST}" +LIBDIR_arm="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/package.mask deleted file mode 100644 index 18513d2dd4..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/package.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/arm/package.mask,v 1.1 2015/05/08 12:31:15 blueness Exp $ - -# Anthony G. Basile (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/package.use.force new file mode 100644 index 0000000000..fbb5069587 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_ARM +sys-devel/llvm llvm_targets_ARM diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.force index f6ac8f63cc..fe0460b9e5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/arm/use.force,v 1.1 2014/02/21 19:44:28 blueness Exp $ +# $Id$ # Force the flag which corresponds to ARCH. arm diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.mask index 63363fb8d6..aa8fa3bd2e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/arm/use.mask,v 1.1 2014/02/21 19:44:28 blueness Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -arm diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/make.defaults new file mode 100644 index 0000000000..4bf2d78657 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/make.defaults @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="arm64" +ACCEPT_KEYWORDS="${ARCH}" + +CHOST="aarch64-gentoo-linux-musl" +CFLAGS="-O2" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# Anthony G. Basile (25 Oct 2015) +# Multilib-related setup, bug #515130 +ABI="arm64" +DEFAULT_ABI="arm64" +MULTILIB_ABIS="arm64" +CHOST_arm64="${CHOST}" +LIBDIR_arm64="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/package.use.force new file mode 100644 index 0000000000..7ee1a494bc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_AArch64 +sys-devel/llvm llvm_targets_AArch64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/parent b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/parent rename to sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/use.force new file mode 100644 index 0000000000..7b08e3e51e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Force the flag which corresponds to ARCH. +arm64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/use.mask new file mode 100644 index 0000000000..5c7de4d919 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/arm64/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag which corresponds to ARCH. +-arm64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/make.defaults index 53d94d222b..24ce96fefe 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.6 2014/10/14 17:06:17 blueness Exp $ +# $Id$ ELIBC="musl" FEATURES="sandbox sfperms strict" -USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc" +USE="hardened nptl pax_kernel pic unicode -berkdb -jit -orc" BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -nls -orc" SYMLINK_LIB="no" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/make.defaults index 24ae96f99b..eb625b9312 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/make.defaults,v 1.2 2014/07/01 12:37:35 blueness Exp $ +# $Id$ ARCH="mips" ACCEPT_KEYWORDS="${ARCH} ~${ARCH}" @@ -16,6 +16,6 @@ FCFLAGS="${CFLAGS}" ABI="o32" DEFAULT_ABI="o32" MULTILIB_ABIS="o32" -CHOST_o32=${CHOST} +CHOST_o32="${CHOST}" LIBDIR_o32="lib" IUSE_IMPLICIT="abi_mips_o32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/mipsel/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/mipsel/make.defaults index 6156a42b16..4245502395 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/mipsel/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/mipsel/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/mipsel/make.defaults,v 1.3 2014/07/02 10:57:54 mgorny Exp $ +# $Id$ CHOST="mipsel-gentoo-linux-musl" -CHOST_o32=${CHOST} +CHOST_o32="${CHOST}" # Disable sandbox because its currently broken on mipsel-musl FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.mask index 57ef0cf2e2..625d50f9f2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/package.mask,v 1.2 2015/05/19 22:45:54 blueness Exp $ +# $Id$ dev-util/pkgconfig >sys-apps/kbd-1.15.5-r99 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.use.force index 972c4bff16..c184bfa930 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/package.use.force @@ -1,2 +1,7 @@ +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_Mips +sys-devel/llvm llvm_targets_Mips + # The only working option dev-util/pkgconf pkg-config diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.force index fff890a853..ea76c4b361 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.force,v 1.2 2014/07/01 12:37:35 blueness Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 mips diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.mask index 4988992639..6d2acc5ac2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/mips/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/use.mask,v 1.2 2014/07/01 12:37:35 blueness Exp $ +# $Id$ # Unmask the flag which corresponds to arch/abi, bug #515130 -mips diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.mask index 1243de4c27..064ee2d530 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.mask @@ -1,31 +1,105 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.mask,v 1.10 2015/05/19 22:45:54 blueness Exp $ +# $Id$ sys-libs/uclibc +sys-libs/uclibc-ng sys-libs/glibc -# We mask these until we sort out bug #544476. ->sys-kernel/linux-headers-3.16 +# Hopelessly broken, bug #525136 +dev-libs/pth # We use eudev which is tested on both uclibc and musl sys-apps/systemd sys-fs/udev # dev-libs/elfutils -sys-libs/pam -# packages with a hard dep on sys-libs/glibc +# packages that need masked packages or multilib +dev-games/gtkradiant +dev-games/ps2-packer +games-action/beathazardultra +games-action/brutal-legend games-action/descent3 games-action/descent3-demo -games-action/lugaru -games-action/lugaru-demo +games-action/heretic2-demo +games-action/hotline-miami +games-action/intrusion2 +games-action/rune games-action/shadowgrounds-bin games-action/shadowgrounds-survivor-bin +games-action/solar2 +games-action/spacetripper-demo +games-action/swordandsworcery games-action/trine-bin +games-action/trine2 +games-arcade/aquaria +games-arcade/barbarian-bin +games-arcade/dynamitejack +games-arcade/jardinains games-arcade/marbleblastgold-demo +games-arcade/thinktanks-demo +games-emulation/nestra +games-emulation/zinc +games-emulation/zsnes +games-fps/enemy-territory +games-fps/enemy-territory-etpro +games-fps/enemy-territory-truecombat +games-fps/etqw-demo +games-fps/glxquake-bin +games-fps/legends +games-fps/postal2mp-demo +games-fps/quake3-bin +games-fps/quake3-demo +games-fps/rtcwmp-demo +games-fps/rtcwsp-demo +games-fps/soldieroffortune +games-fps/soldieroffortune-demo +games-fps/transfusion-bin +games-fps/tribes2 +games-fps/ut2003 +games-fps/ut2003-bonuspack-cm +games-fps/ut2003-bonuspack-de +games-fps/ut2003-bonuspack-epic +games-fps/ut2003-demo +games-fps/ut2004 +games-fps/ut2004-action +games-fps/ut2004-airbuccaneers +games-fps/ut2004-bonuspack-cbp1 +games-fps/ut2004-bonuspack-cbp2 +games-fps/ut2004-bonuspack-ece +games-fps/ut2004-bonuspack-mega +games-fps/ut2004-cor +games-fps/ut2004-crossfire +games-fps/ut2004-data +games-fps/ut2004-deathball +games-fps/ut2004-demo +games-fps/ut2004-fragops +games-fps/ut2004-hamsterbash +games-fps/ut2004-muralis +games-fps/ut2004-strikeforce +games-fps/ut2004-troopers +games-fps/ut2004-unwheel +games-kids/crayon-physics +games-misc/little-inferno +games-misc/papers-please +games-puzzle/hoh-bin games-puzzle/world-of-goo games-puzzle/world-of-goo-demo +games-roguelike/adom +games-rpg/dear-esther +games-rpg/dungeon-defenders +games-rpg/eschalon-book-1-demo +games-rpg/nwmouse +games-rpg/penumbra-collection +games-rpg/wasteland2 +games-server/etqw-ded +games-server/ut2004-ded +games-simulation/bcs-demo +games-strategy/darwinia +games-strategy/darwinia-demo games-strategy/defcon-demo +games-strategy/dominions2 games-strategy/knights-demo games-strategy/majesty-demo +media-video/binkplayer diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use new file mode 100644 index 0000000000..dadfff7d52 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Anthony G. Basile (14 Jul 2016) +# We need this to break a circular dependency with +# 'sys-libs/libcap pam' in stage3 catalyst builds +sys-libs/pam -filecaps diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use.force new file mode 100644 index 0000000000..ef49726056 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use.force @@ -0,0 +1,10 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Force system-libevent use flag on mozilla packages, since the building of +# bundled libevent cannot accomodate a system without sysctl.h +# See bug 574830 for more info. +>=www-client/firefox-45.0 system-libevent +>=www-client/seamonkey-2.40 system-libevent +>=mail-client/thunderbird-45.0 system-libevent diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use.mask index c477ff8f99..a18653bdda 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/package.use.mask @@ -1,9 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.use.mask,v 1.2 2015/06/14 18:07:57 blueness Exp $ +# $Id$ # See bug #504200 -sys-devel/gcc sanitize +sys-devel/gcc sanitize + +# llvm's sanitizers are also incompatible with musl +sys-devel/llvm sanitize # These cause collisions with # even with --without-included-gettext @@ -12,3 +15,7 @@ sys-fs/e2fsprogs nls # Broken dev-vcs/git gpg + +# See bug #576928 +media-libs/mesa nptl +x11-base/xorg-server nptl diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages index ba17c67532..cfe33a1c9b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages,v 1.3 2014/06/04 00:08:19 blueness Exp $ +# $Id$ *app-misc/pax-utils *sys-apps/sandbox diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages.build b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages.build index d284ac9c10..d62198d246 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages.build +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.4 2014/06/05 14:54:32 blueness Exp $ +# $Id$ # This file lists extra packages needed to build for # a stage 1 based on this profile. diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/parent index be0b656ea9..a9dd6fd5cb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/parent @@ -1,2 +1,3 @@ +../../../arch/base ../../../base ../../../default/linux diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/make.defaults index 84c295858d..e644798411 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/make.defaults,v 1.2 2014/11/18 22:08:00 blueness Exp $ +# $Id$ ARCH="ppc" ACCEPT_KEYWORDS="${ARCH}" @@ -14,6 +14,6 @@ FCFLAGS="${CFLAGS}" ABI="ppc" DEFAULT_ABI="ppc" MULTILIB_ABIS="ppc" -CHOST_ppc=${CHOST} +CHOST_ppc="${CHOST}" LIBDIR_ppc="lib" IUSE_IMPLICIT="abi_ppc_32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/package.use.force new file mode 100644 index 0000000000..228eb0d465 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_PowerPC +sys-devel/llvm llvm_targets_PowerPC diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.force index 51cb44cdd2..f2f4a2520f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/use.force,v 1.1 2014/11/04 18:21:44 blueness Exp $ +# $Id$ # Force the flag which corresponds to ARCH. ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.mask index 4e225295f5..a12f97358b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/ppc/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/use.mask,v 1.1 2014/11/04 18:21:44 blueness Exp $ +# $Id$ # Unmask the flag which corresponds to ARCH. -ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.force index 5454b9d4ea..a17916dbf7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.force @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/use.force,v 1.1 2013/06/22 21:32:09 blueness Exp $ +# $Id$ elibc_musl diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.mask index 3b50f6785e..fd9d601a33 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/use.mask @@ -1,8 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/use.mask,v 1.3 2015/06/02 09:15:36 ulm Exp $ - -pam +# $Id$ -elibc_musl elibc_uclibc diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/make.defaults index 275513e8e5..4ee83085aa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.7 2015/01/30 22:04:37 blueness Exp $ +# $Id$ ARCH="x86" ACCEPT_KEYWORDS="${ARCH}" @@ -16,7 +16,7 @@ FCFLAGS="${CFLAGS}" ABI="x86" DEFAULT_ABI="x86" MULTILIB_ABIS="x86" -CHOST_x86=${CHOST} +CHOST_x86="${CHOST}" LIBDIR_x86="lib" IUSE_IMPLICIT="abi_x86_32" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/package.use.force new file mode 100644 index 0000000000..28125cb62a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.force index 1764e59ab0..b3521bb84a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/use.force,v 1.3 2014/07/01 12:37:36 blueness Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.mask index c14e77034a..056ff2edbf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/musl/x86/use.mask @@ -1,22 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/use.mask,v 1.4 2015/01/28 21:41:03 mgorny Exp $ +# $Id$ # Force the flag which corresponds to arch/abi, bug #515130 -x86 -abi_x86_32 # unmask all SIMD assembler flags --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 --3dnow --3dnowext -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.mask index eb8a3a0b6f..786caf9534 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.mask @@ -1,17 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.46 2015/05/01 15:57:39 bircoph Exp $ +# $Id$ # Hardened versions of gcc-4.0* through gcc-4.2* are not available. =sys-devel/gcc-4.0* =sys-devel/gcc-4.1* =sys-devel/gcc-4.2* -# =sys-devel/gdb-7.0 is not hardened-ready according to xake & Zorry. -# sys-devel/gdb-7.1 works fine -# 2010-03-26 zorry -=sys-devel/gdb-7.0* - # Can't be used on hardened. See upstream, # http://developer.skype.com/jira/browse/SCL-616 media-sound/skype-call-recorder @@ -31,3 +26,7 @@ app-crypt/hmaccalc # due to C99 struct init requirement by hardened kernels, # see bug 540196 comment 9. net-fs/openafs-kernel + +# broken on hardened bug #608788 +# localedef segfaults when running locale-gen +=sys-libs/glibc-2.24-r1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.force index 469dc124c8..c20f34559c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.force @@ -1,10 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.force,v 1.3 2014/09/22 16:35:51 blueness Exp $ - -# Kacper Kowalik (24 Aug 2011) -# Force hardened flag to make repoman happy -app-emulation/wine hardened +# $Id$ # Needed for XATTR_PAX flags app-arch/tar xattr diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.mask index bf070e3845..7255837a2c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 1.18 2015/05/01 15:57:39 bircoph Exp $ +# $Id$ + +# Ilya Tumaykin (19 Jan 2017) +# Requires x11-drivers/nvidia-drivers. Needs testing first. +media-video/mpv cuda # Tim Harder (11 Oct 2014) # Skype doesn't work on hardened @@ -11,15 +15,6 @@ sys-apps/hwloc gl sys-devel/gcc -hardened sys-libs/glibc -hardened -# bug 407689 -media-tv/xbmc profile - -# Have no way to disable jit in esr release. -=www-client/firefox-10* pgo - -# bug #468404 -net-analyzer/wireshark profile - # Ian Stakenvicius (03 Dec 2014) # Have no way of knowing what Gecko Media Plugins will install in profiles www-client/firefox gmp-autoupdate diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/packages b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/packages index af71a626be..65000b7fbf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/packages @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/packages,v 1.3 2013/03/25 00:26:32 blueness Exp $ +# $Id$ # This file extends the base packages file for all hardened profiles diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/make.defaults index 96cbb6a24a..71839e40ad 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/make.defaults @@ -1,5 +1,5 @@ # Copyright 2005-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/make.defaults,v 1.1 2008/04/01 17:41:18 wolf31o2 Exp $ +# $Id$ FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/package.mask index ac6229c18e..8771f1dff6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/package.mask @@ -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/profiles/hardened/linux/powerpc/package.mask,v 1.13 2011/03/31 08:31:25 scarabeus Exp $ +# $Id$ # Wulf C. Krueger (22 Sep 2007) # Needs OOo. diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc32/make.defaults index e3ab6ce266..85d06747a1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc32/make.defaults @@ -1,3 +1,3 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc32/make.defaults,v 1.3 2011/11/17 01:14:26 jmbsvicetto Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults index d0804caa06..6a6ffbfa93 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults @@ -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/profiles/hardened/linux/powerpc/ppc64/32bit-userland/make.defaults,v 1.1 2010/11/14 15:44:27 blueness Exp $ +# $Id$ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.mask index ec04c83493..fb619961e6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.mask,v 1.2 2012/12/27 11:19:04 pinkbyte Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask index c420587961..29b710c2b6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask @@ -1,6 +1,17 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask,v 1.1 2012/04/25 19:26:57 xarthisius Exp $ +# $Id$ + +# Davide Pesavento (21 Jan 2017) +# Requires unkeyworded dev-python/PyQt5 +dev-python/qscintilla-python qt5 + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-qt/qtwebkit:5, which is a PITA to maintain on +# minor arches and has been declared deprecated by upstream. So we'd like +# to avoid keywording it, unless requested by users. +dev-qt/designer webkit +net-irc/kvirc webkit # Kacper Kowalik (25 Apr 2012) # Masking due to unsolved dependencies diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/packages b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/packages similarity index 57% rename from sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/packages rename to sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/packages index 8f62012ae1..8f4f21f838 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/32bit-userland/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/packages @@ -1,6 +1,6 @@ # Copyright 2006-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-userland/packages,v 1.1 2008/04/01 17:41:07 wolf31o2 Exp $ +# $Id$ # We need kgcc64 to build kernels. *sys-devel/kgcc64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/parent b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/parent index 926c3281b8..97dffb64c4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/parent @@ -1,2 +1,2 @@ .. -../../../../../features/32bit-userland +../../../../../features/multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force index 8b2e740253..142b1d66e5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force @@ -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/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.force,v 1.1 2012/04/26 13:50:39 xarthisius Exp $ +# $Id$ # Force the flag which corresponds to ARCH. ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask index eeb112ac37..40f9f05ad9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask,v 1.2 2012/04/26 13:59:23 xarthisius Exp $ +# $Id$ + +# Thomas Deutschmann (28 Jan 2017) +# No JAVA in 32-bit userland +java # We mask this since we're not really a multilib profile multilib diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/make.defaults new file mode 100644 index 0000000000..26e49fcee5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# moved from features/64bit-native +# TODO: figure out how to inherit this from arch profile +SYMLINK_LIB="yes" +LIBDIR_ppc64="lib64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask index e1498abafa..e4b81ff562 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask @@ -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/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask,v 1.1 2012/04/25 18:41:04 xarthisius Exp $ +# $Id$ # Kacper Kowalik (25 Apr 2012) # Masking wrt bug 274847 and other unsolved diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent index 52bcba73e7..f3229c5b98 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent @@ -1,2 +1 @@ .. -../../../../../features/64bit-native diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/make.defaults index c3d1e05424..85d06747a1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/make.defaults @@ -1,3 +1,3 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/powerpc/ppc64/make.defaults,v 1.3 2011/11/17 01:14:27 jmbsvicetto Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/use.mask index 281b8b1d0f..f915d27e90 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/powerpc/ppc64/use.mask @@ -5,10 +5,6 @@ mplayer ruby mono -# should be ok -jikes -junit - guile # need to test libaio @@ -28,7 +24,6 @@ seamonkey # Modular X: mask for architectures on which they aren't available video_cards_apm video_cards_ark -video_cards_cyrix video_cards_i128 video_cards_i740 video_cards_intel @@ -45,10 +40,6 @@ video_cards_via # Masked p2p for bug #155302 p2p -# 02 Dec 2006; Tony Vroon -# Keywording wpa_supplicant, but I don't have madwifi(-ng) hardware to test with, only BCM4306. -madwifi - # USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. # Bug #184563, 18 Sep 2007 # Robin H. Johnson diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/arm/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/arm/package.mask deleted file mode 100644 index 0bc493592c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/arm/package.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/package.mask,v 1.1 2015/05/08 12:31:15 blueness Exp $ - -# Anthony G. Basile (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/make.defaults index 10b7428d90..cb93695faa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults,v 1.6 2014/08/16 21:10:37 blueness Exp $ +# $Id$ USE="${USE} hardened pax_kernel pic -jit -orc" BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit -orc" diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/use.mask index 5d934fbe2a..ae5fc357ac 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/uclibc/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.mask,v 1.5 2014/08/16 21:10:37 blueness Exp $ +# $Id$ -hardened diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.force b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.force index a09994d13a..4c9e36ad90 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.force,v 1.1 2015/06/01 16:03:45 vapier Exp $ +# $Id$ # Make sure people don't accidentally turn of ssp/pie in important packages. pie diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.mask index 0213303ed1..a1af92ec81 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/use.mask @@ -1,14 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.19 2015/06/02 09:15:36 ulm Exp $ +# $Id$ -hardened -# tcc is x86-only -tcc - # precompiled headers are not compat with ASLR. pch # prelink is masked for hardened prelink + +# profile are incompatible when linking with pie +profile diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/make.defaults index e55210b1ad..05cc3205e7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/make.defaults @@ -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/profiles/hardened/linux/x86/make.defaults,v 1.13 2012/10/15 15:58:18 chithanh Exp $ +# $Id$ ARCH="x86" ACCEPT_KEYWORDS="x86" @@ -15,10 +15,7 @@ USE="nptl" # 2006/08/18 - Donnie Berkholz # Defaults for video drivers -VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 intel \ - mach64 mga nsc nv r128 radeon rendition s3 s3virge savage \ - siliconmotion sis sisusb tdfx tga trident tseng v4l vesa via vmware \ - voodoo" +VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa" # 2006/12/21 - Andrej Kacian # Defaults for audio drivers diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.mask index ff27b6e1e6..a30d7fde3f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.mask,v 1.9 2013/04/09 23:02:50 zorry Exp $ +# $Id$ # Rick Farina (26 Nov 2012) # Newer then 300.00 is patched but we still have RWX in the libs. diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.mask index 010e4be377..8e20d779f8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.mask,v 1.19 2012/12/27 11:17:38 pinkbyte Exp $ +# $Id$ + +# Magnus Granberg (30 sep 2016) +# This target supports VTV #547040. +>=sys-devel/gcc-4.9 -vtv # cyrus-sasl doesn't work w/ USE=berkdb (#192753) dev-libs/cyrus-sasl berkdb diff --git a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.stable.mask index c6cd326b62..838fddbaee 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/hardened/linux/x86/package.use.stable.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.stable.mask,v 1.2 2014/03/16 22:47:09 tomwij Exp $ +# $Id$ # Tom Wijsman 26 Nov 2012 video_cards_nvidia diff --git a/sdk_container/src/third_party/portage-stable/profiles/info_pkgs b/sdk_container/src/third_party/portage-stable/profiles/info_pkgs index bca656e4e6..b90b3c6011 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/info_pkgs +++ b/sdk_container/src/third_party/portage-stable/profiles/info_pkgs @@ -2,12 +2,14 @@ ## These ATOMS are printed with a standard 'emerge info' in ## portage as of 2.0.51-r5. Do not overcrowd the output please. ## -app-shells/bash +app-shells/bash:0 sys-devel/autoconf sys-devel/automake sys-kernel/linux-headers sys-libs/glibc +sys-libs/musl sys-libs/uclibc +sys-libs/uclibc-ng sys-freebsd/freebsd-lib sys-devel/binutils sys-devel/libtool diff --git a/sdk_container/src/third_party/portage-stable/profiles/info_vars b/sdk_container/src/third_party/portage-stable/profiles/info_vars index 2edbedb37f..d4566dbde0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/info_vars +++ b/sdk_container/src/third_party/portage-stable/profiles/info_vars @@ -3,6 +3,8 @@ ## portage as of 2.0.51-r5. They are sorted regardless of order here. ## ACCEPT_KEYWORDS +CC +CXX CFLAGS CBUILD CHOST diff --git a/sdk_container/src/third_party/portage-stable/profiles/license_groups b/sdk_container/src/third_party/portage-stable/profiles/license_groups index da16fa7ea5..9a14e7d0b0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/license_groups +++ b/sdk_container/src/third_party/portage-stable/profiles/license_groups @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/license_groups,v 1.268 2015/06/21 10:17:27 ulm Exp $ +# $Id$ # Please report bugs or other requests at bugs.gentoo.org and assign to # licenses@gentoo.org @@ -10,13 +10,16 @@ ###################################################################### +# GPL compatible licenses approved by the Free Software Foundation # http://www.gnu.org/licenses/license-list.html # GPL or LGPL with various exceptions are also included here, because # they are more permissive than the licenses they are based on. -GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-3 GPL-3+ GPL-3-with-font-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.2 PSF-2.3 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA vim W3C WTFPL-2 ZLIB ZPL +GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2-with-classpath-exception GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-3 GPL-3+ GPL-3-with-font-exception GPL-3+-with-cuda-exception GPL-3+-with-cuda-openssl-exception GPL-3+-with-opencl-exception GPL-3+-with-opencl-openssl-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.2 PSF-2.3 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA UPX-exception vim W3C WTFPL-2 ZLIB ZPL -FSF-APPROVED @GPL-COMPATIBLE AFL-2.1 AFL-3.0 Apache-1.1 APSL-2 BitTorrent BSD-4 CDDL CNRI CPAL-1.0 CPL-1.0 EPL-1.0 EUPL-1.1 gnuplot IBM LPPL-1.2 MPL-1.0 MPL-1.1 Ms-PL NPL-1.1 openssl OSL-1.1 OSL-2.0 OSL-2.1 PHP-3.01 QPL QPL-1.0 +# Free software licenses approved by the FSF +FSF-APPROVED @GPL-COMPATIBLE AFL-2.1 AFL-3.0 Apache-1.1 APSL-2 BSD-4 CDDL CNRI CPAL-1.0 CPL-1.0 EPL-1.0 EUPL-1.1 gnuplot IBM LPPL-1.2 MPL-1.0 MPL-1.1 Ms-PL NPL-1.1 openssl OSL-1.1 OSL-2.0 OSL-2.1 PHP-3.01 QPL QPL-1.0 Zend-2.0 +# Licenses approved by the Open Source Foundation # http://www.opensource.org/licenses # Note that the FSF lists these as nonfree: Artistic NOSA Watcom-1.0 OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Artistic Artistic-2 Boost-1.0 BSD BSD-2 CDDL CNRI CPAL-1.0 CPL-1.0 ECL-2.0 EPL-1.0 EUPL-1.1 GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ HPND IBM IPAfont ISC LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ LPPL-1.3c MIT MPL-1.0 MPL-1.1 MPL-2.0 Ms-PL nethack NOSA OFL-1.1 OSL-2.1 PHP-3 PHP-3.01 POSTGRESQL PSF-2 QPL Sleepycat UoI-NCSA W3C Watcom-1.0 wxWinLL-3 ZLIB ZPL @@ -28,14 +31,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Artisti # Licenses in this list should NOT appear directly or indirectly in # @FSF-APPROVED or @OSI-APPROVED. # Note: Licenses for fonts should be included in @MISC-FREE-DOCS. -# TODO: maybe add a category for BSD-alike MISC-FREE licenses for easy -# separation? -# BSD-4 alikes: dom4j FastCGI icu JDOM -MISC-FREE ACE Allegro alternate bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freemarker FVWM gd gsm HTML-Tidy htmlc iASL IBPP-1.1 icu IDPL imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free Time-Format Time-modules tm-align totd URT VTK w3m wxWinLL-3.1 x2x xbatt xboing XC Xdebug xtrs xvt YaTeX zpaq ZSH -# The following are NOT valid in @MISC-FREE: -# arj - usage restrictions -# freedist - Doesn't grant the right to do modifications. -# lha - restrictions on distribution, doesn't grant the right to do modifications. +MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LLVM-Grant LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL tablelist tcltk tcp_wrappers_license telegram TermReadKey TeX TeX-other-free the-Click-license Time-Format Time-modules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x xbatt xboing XC Xdebug xtrs xvt YaTeX yuuji ZSH # Metaset for all free software FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE @@ -44,7 +40,7 @@ FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE # FSF-approved licenses for "free documentation" and "works of # practical use besides software and documentation" (including fonts) -FSF-APPROVED-OTHER Arphic CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 DSL FDL-1.1 FDL-1.1+ FDL-1.2 FDL-1.2+ FDL-1.3 FDL-1.3+ FreeArt GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ IPAfont ODbL-1.0 OFL OFL-1.1 OPL +FSF-APPROVED-OTHER Arphic CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.1 FDL-1.1+ FDL-1.2 FDL-1.2+ FDL-1.3 FDL-1.3+ FreeArt GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ IPAfont OFL OFL-1.1 OPL # Misc licenses for free documents and other works (including fonts) # that follow the definition at http://freedomdefined.org/ but are NOT @@ -70,16 +66,13 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS # - IF (and only if) there is an explicit inclusion requirement, # USE=bindist MUST cause a copy of the license to be installed # in a file location compliant with the license -BINARY-REDISTRIBUTABLE @FREE atheros-hal bh-luxi Broadcom Dina hashcat intel-ucode ipw2100-fw ipw2200-fw ipw3945 no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware radeon-ucode shmux SmartLabs sun-concurrent-util sun-jlfgr +BINARY-REDISTRIBUTABLE @FREE bh-luxi Broadcom Dina intel-ucode ipw2100-fw ipw2200-fw ipw3945 MicroChip-SDCC no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware radeon-ucode shmux SmartLabs sun-jlfgr ###################################################################### # License agreements that try to take away your rights. These are more # restrictive than "all-rights-reserved" or require explicit approval. -EULA Adaptec-EULA AdobeFlash-11.x ArxFatalis-EULA-JoWooD baudline BCS bf1942-lnxded CAPYBARA-EULA cadsoft Coherent-Graphics CYANA DOOM3 ETQW FAH-EULA-2009 FAH-EULA-2014 FraunhoferFDK GameFront Gameplay-Group-EULA GIMPS GOG-EULA google-chrome googleearth Google-TOS IBM-J1.6 Intel-SDP Introversion LastPass LOKI-EULA LRCTF MakeMKV-EULA MARBLEBLAST Mendeley-terms MSjdbcEULA40 MTA-0.5 NVIDIA-CUDA Nero-AAC-EULA Nero-EULA-US Oracle-BCLA-JavaSE PAPERS-PLEASE POMPOM postal2 Primate-Plunge PUEL Q3AEULA Q3AEULA-20000111 QUAKE4 RTCW RTCW-ETEULA SCM-MICRO SJ-Labs skype-4.0.0.7-copyright spin-commercial spin-educational TeamViewer THINKTANKS UPEK-SDK-EULA ut2003 ut2003-demo Vivaldi - -# Deprecated license labels, used by repoman -#DEPRECATED as-is +EULA Adaptec-EULA AdobeFlash-11.x ArxFatalis-EULA-JoWooD baudline BCS bf1942-lnxded CAPYBARA-EULA Coherent-Graphics CROSSOVER CROSSOVER-2 CYANA DOOM3 ETQW FAH-EULA-2009 FAH-EULA-2014 FraunhoferFDK GameFront Gameplay-Group-EULA genymotion GIMPS GOG-EULA google-chrome googleearth Google-TOS Intel-SDP Introversion LastPass LOKI-EULA LRCTF MakeMKV-EULA MARBLEBLAST Mendeley-terms MSjdbcEULA40 MTA-0.5 NVIDIA-CODEC-SDK NVIDIA-CUDA Nero-AAC-EULA Nero-EULA-US OPERA-12 OPERA-2014 Oracle-BCLA-JavaSE PAPERS-PLEASE POMPOM postal2 Primate-Plunge PUEL Q3AEULA Q3AEULA-20000111 QUAKE4 Quartus-prime-megacore RAR RTCW RTCW-ETEULA RuneScape-EULA SJ-Labs skype-4.0.0.7-copyright spin-commercial spin-educational StarUML-EULA TeamViewer THINKTANKS UPEK-SDK-EULA ut2003 ut2003-demo Vivaldi worklog-assistant # Local Variables: # mode: conf-space diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.mask b/sdk_container/src/third_party/portage-stable/profiles/package.mask index 1b4bec3347..8ffdd95917 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16634 2015/06/22 10:41:14 grobian Exp $ +# $Id$ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -30,405 +30,682 @@ #--- END OF EXAMPLES --- -# Patrice Clement (22 Jun 2015) -# No update from upstream since 2002. This package might cause problems with -# new JDKs. Removal in 30 days. -dev-java/mockmaker +# Michael Orlitzky (12 Feb 2017) +# This has been superseded by both dev-php/PEAR-Net_LDAP2 +# and dev-php/PEAR-Net_LDAP3. Masked for removal in 30 days. +# Bug 609142. +dev-php/PEAR-Net_LDAP -# James Le Cuirot (20 Jun 2015) -# Now part of eselect-java. Its continued presence has complicated -# dependencies and created bugs such as #505352. Removal in 30 days. -app-eselect/eselect-ecj +# Michael Orlitzky (12 Feb 2017) +# Use dev-php/phpDocumentor instead. Masked for removal +# in 30 days. Bug 609138. +dev-php/PEAR-PhpDocumentor -# Brian Evans (19 Jun 2015) -# The Cyphertite backup service is closing as of August 18th, 2015. -# Package masked for removal in 30 days. bug 552578 -app-backup/cyphertite +# Michael Orlitzky (12 Feb 2017) +# Use PHP's FILTER_VALIDATE_IP instead. Masked for removal +# in 30 days. Bug 609128. +dev-php/PEAR-Net_CheckIP -# Mike Gilbert (19 Jun 2015) -# Masked until all libgudev providers have been updated, bug 552036. -~sys-fs/udev-221 -~sys-apps/systemd-221 -~virtual/libgudev-230 +# Michael Palimaka (12 Feb 2017) +# Build failures. Dead upstream. No revdeps. Unmaintained. +# Masked for removal in 30 days. Bug #594826 and 597872. +media-libs/iulib -# Jauhien Piatlicki (16 Jun 2015) -# Upstream does not provide these as separated packages. -# Nobody interested in maintaining them in Gentoo. -# A number of open bugs. +# Michael Palimaka (12 Feb 2017) +# Dead upstream. Unmaintained. Problems with multicore CPUs. # Masked for removal in 30 days. -dev-util/ext4_utils -dev-util/libsparse +sys-power/cpudyn -# Patrice Clement (14 Jun 2015) -# Upstream dead. No update since 2005. +# Michael Palimaka (12 Feb 2017) +# Potential licensing issues. Masked for removal in 30 days. +# Bug 608954 and 609052 +games-arcade/mari0 +games-action/openlierox + +# Kent Fredric (04 Feb 2017) +# Unsecure versions that have been only restored to tree +# to resolve compatibility problems with mail-filter/amavisd-new +# Use with caution due to these being removed for CVE-2016-1251 +# Bug: #601144 +# Bug: #604678 + (06 Feb 2017) +# Needs openssl-1.1 +>=dev-libs/opencryptoki-3.6 + +# Andreas Sturmlechner (03 Feb 2017) +# Drops USE=firebird because it requires not yet packaged Firebird-3.0. +# Affects libreoffice-base. +# Bug #586634. +=app-office/libreoffice-5.3.0.3 + +# Pawel Hajdan, Jr. (03 Feb 2017) +# Dev channel releases are only for people who are developers or want more +# experimental features and accept a more unstable release. +>=www-client/chromium-58 + +# Michael Palimaka (02 Feb 2017) +# Upstream missing. Ancient. Unmaintained. No revdeps. # Masked for removal in 30 days. -dev-java/aspectwerkz +dev-libs/safestr +dev-libs/xxl -# Andreas K. Huettel (14 Jun 2015) -# The CGI, Module::Build, and Module::Pluggable modules have been -# removed from the core Perl distribution and as package now reside -# in the dev-perl category. This means the corresponding virtuals -# are not needed anymore and will be removed in 30 days. -# * If you have any of these virtuals installed, uninstall -# (depclean) them. -# * If the virtuals are required by some overlay package, that is -# a bug in the overlay; the overlay ebuild should now depend on -# the new dev-perl ebuild. -virtual/perl-CGI -virtual/perl-Module-Build -virtual/perl-Module-Pluggable +# Michał Górny (01 Feb 2017) +# Fails to compile with USE=static. It is a system package, so a lot +# of people are hitting this. Furthermore, people keep working it around +# by forcing USE=-static which may defeat its purpose as a rescue tool. +# Bug #607548. +=sys-apps/busybox-1.26.2 + +# Matthias Maier (31 Jan 2017) +# Dead upstream (no development since 2010) [1,2], outstanding security +# issue with newer encfs versions [3], oustanding Gentoo bugs [4,5]. +# Mask for removal in 30 days. +# [1] https://github.com/tomm/cryptkeeper/commits/master +# [2] https://github.com/tomm/cryptkeeper/issues/ +# [3] https://bugs.gentoo.org/show_bug.cgi?id=607772 +# [4] https://bugs.gentoo.org/show_bug.cgi?id=448360 +# [5] https://bugs.gentoo.org/show_bug.cgi?id=596832 +app-crypt/cryptkeeper + +# Mike Gilbert (31 Jan 2017) +# Depends on old version of dev-python/pyparsing. +# Removal in 30 days. +dev-python/mwlib +dev-python/mwlib-rl + +# Fabian Groffen (31 Jan 2017) +# Mask upcoming Exim release candidates +=mail-mta/exim-4.89_rc5 + +# David Seifert (30 Jan 2017) +# No maintainer activity since git migration, dated eclass +# Multiple open bugs, with no activity: +# 499176, 501170, 521072, 538156, 562300, 562476, 563714, +# 586464, 587862, 588890, 602294, 603556, 607004 +# Masked for removal in 30 days. +app-leechcraft/laretz +app-leechcraft/lc-advancednotifications +app-leechcraft/lc-aggregator +app-leechcraft/lc-anhero +app-leechcraft/lc-auscrie +app-leechcraft/lc-azoth +app-leechcraft/lc-bittorrent +app-leechcraft/lc-blasq +app-leechcraft/lc-blogique +app-leechcraft/lc-certmgr +app-leechcraft/lc-core +app-leechcraft/lc-cpuload +app-leechcraft/lc-cstp +app-leechcraft/lc-dbusmanager +app-leechcraft/lc-deadlyrics +app-leechcraft/lc-devmon +app-leechcraft/lc-dolozhee +app-leechcraft/lc-eleeminator +app-leechcraft/lc-fenet +app-leechcraft/lc-gacts +app-leechcraft/lc-glance +app-leechcraft/lc-gmailnotifier +app-leechcraft/lc-historyholder +app-leechcraft/lc-hotsensors +app-leechcraft/lc-hotstreams +app-leechcraft/lc-htthare +app-leechcraft/lc-imgaste +app-leechcraft/lc-intermutko +app-leechcraft/lc-kbswitch +app-leechcraft/lc-kinotify +app-leechcraft/lc-knowhow +app-leechcraft/lc-krigstask +app-leechcraft/lc-lackman +app-leechcraft/lc-lastfmscrobble +app-leechcraft/lc-laughty +app-leechcraft/lc-launchy +app-leechcraft/lc-lemon +app-leechcraft/lc-lhtr +app-leechcraft/lc-liznoo +app-leechcraft/lc-lmp +app-leechcraft/lc-mellonetray +app-leechcraft/lc-monocle +app-leechcraft/lc-musiczombie +app-leechcraft/lc-nacheku +app-leechcraft/lc-netstoremanager +app-leechcraft/lc-networkmonitor +app-leechcraft/lc-newlife +app-leechcraft/lc-ooronee +app-leechcraft/lc-otlozhu +app-leechcraft/lcpackgen +app-leechcraft/lc-pintab +app-leechcraft/lc-pogooglue +app-leechcraft/lc-popishu +app-leechcraft/lc-poshuku +app-leechcraft/lc-qrosp +app-leechcraft/lc-rosenthal +app-leechcraft/lc-sb2 +app-leechcraft/lc-scroblibre +app-leechcraft/lc-secman +app-leechcraft/lc-seekthru +app-leechcraft/lc-summary +app-leechcraft/lc-sysnotify +app-leechcraft/lc-tabsessmanager +app-leechcraft/lc-tabslist +app-leechcraft/lc-touchstreams +app-leechcraft/lc-tpi +app-leechcraft/lc-vgrabber +app-leechcraft/lc-vrooby +app-leechcraft/lc-xproxy +app-leechcraft/lc-xtazy +app-leechcraft/leechcraft-meta +app-leechcraft/liblaretz +virtual/leechcraft-browser +virtual/leechcraft-downloader-http +virtual/leechcraft-notifier +virtual/leechcraft-quark-sideprovider +virtual/leechcraft-search-show +virtual/leechcraft-storage-device-manager +virtual/leechcraft-task-show +virtual/leechcraft-trayarea +virtual/leechcraft-wysiwyg-editor + +# Bernard Cafarelli (30 Jan 2017) +# Alpha release with new features, masked for testing +=app-text/tesseract-4.00.00_alpha* + +# Lars Wendler (27 Jan 2017) +# Dead upstream since 2013. +# Superseded by games-rpg/manaplus. +# Masked for removal in 30 days. +games-rpg/mana +games-rpg/tmw + +# Matt Turner (26 Jan 2017) +# Dead and replaced by media-libs/mesa[video_cards_radeonsi] +# (or the proprietary amdgpu-pro, which is not in tree). +# Masked for removal in 30 days. +# Bug #582406 +x11-drivers/ati-drivers +x11-libs/amd-adl-sdk +x11-libs/xvba-video + +# Michał Górny (26 Jan 2017) +# Pre-release, masked for testing. Major changes since 2.0.4, +# including dropped support for BlueZ 4. +=net-wireless/blueman-2.1_alpha* + +# Matt Turner (25 Jan 2017) +# Dead. Masked for removal in 30 days. +# Bug #606132 +x11-drivers/xf86-video-omapfb + +# Matt Turner (25 Jan 2017) +# Dead. Masked for removal in 30 days. +# Bug #606132 +x11-drivers/xf86-video-ivtv + +# Matt Turner (25 Jan 2017) +# Last release only supports v4l1 which required kernel support removed in +# 2.6.38. Doesn't build with >=x11-base/xorg-server-1.17. Masked for removal in +# 30 days. +# Bug #606132 +x11-drivers/xf86-video-v4l + +# Michał Górny (24 Jan 2017) +# Mask 4.0.0 RCs (then final) for initial testing, and updating most +# important revdeps. Also revdeps that require 4.0. +=dev-ml/llvm-ocaml-4.0.0* +=dev-python/lit-4.0.0* +=dev-util/lldb-4.0.0* +=sys-devel/clang-4.0.0* +=sys-devel/clang-runtime-4.0.0* +=sys-devel/lld-4.0.0* +=sys-devel/llvm-4.0.0* +=sys-libs/compiler-rt-4.0.0* +=sys-libs/compiler-rt-sanitizers-4.0.0* +=sys-libs/libcxx-4.0.0* +=sys-libs/libcxxabi-4.0.0* +=sys-libs/libomp-4.0.0* +=sys-libs/llvm-libunwind-4.0.0* +>=dev-libs/libclc-0.2.0_pre20170118 + +# Matt Turner (24 Jan 2017) +# Depends on xorg-server-1.16, which is going away. Unresolved security bug +# #602764. Maintainer no longer interested in package. Masked for removal in 30 +# days. +net-misc/x11rdp +net-misc/xrdp +=x11-base/xorg-drivers-1.16* +=x11-base/xorg-server-1.16* + +# Michael Orlitzky (22 Jan 2017) +# Use "php -a" instead. Masked for removal in 30 days. +# Bug 606836. +dev-php/PEAR-PHP_Shell + +# Johannes Huber (19 Jan 2017) +# Plasma 4 removal in 30 days. Please read the news item. +# All packages exported to kde-sunset overlay. +# Gentoo bugs #473678, #528612, #537062, #586814. +kde-plasma/bluedevil:4 +kde-plasma/freespacenotifier +kde-plasma/kcheckpass +kde-plasma/kcminit +kde-plasma/kdebase-cursors +kde-plasma/kdebase-pam +kde-plasma/kdebase-startkde +kde-plasma/kde-gtk-config:4 +kde-plasma/kdeplasma-addons:4 +kde-plasma/kdm +kde-plasma/kephal +kde-plasma/khotkeys:4 +kde-plasma/kinfocenter:4 +kde-plasma/klipper +kde-plasma/kmenuedit:4 +kde-plasma/krunner +kde-plasma/ksmserver +kde-plasma/kscreen:4 +kde-plasma/kscreensaver +kde-plasma/ksplash +kde-plasma/ksshaskpass:4 +kde-plasma/kstartupconfig +kde-plasma/kstyles +kde-plasma/ksysguard:4 +kde-plasma/ksystraycmd +kde-plasma/kwin:4 +kde-plasma/kwrited:4 +kde-plasma/libkgreeter +kde-plasma/libkscreen:4 +kde-plasma/liboxygenstyle +kde-plasma/libplasmaclock +kde-plasma/libplasmagenericshell +kde-plasma/libtaskmanager +kde-plasma/milou:4 +kde-plasma/plasma-nm:4 +kde-plasma/plasma-workspace:4 +kde-plasma/powerdevil:4 +kde-plasma/solid-actions-kcm +kde-plasma/systemsettings:4 +kde-misc/about-distro +kde-misc/adjustableclock +kde-misc/baloo-kcmadv +kde-misc/bkodama +kde-misc/chromi +kde-misc/commandwatch +kde-misc/cpuload +kde-misc/customizable-weather +kde-misc/drop2ftp +kde-misc/emerging-plasmoid +kde-misc/eventlist +kde-misc/eyesaver +kde-misc/fancytasks +kde-misc/geekclock +kde-misc/gx-mail-notify +kde-misc/hdaps_monitor +kde-misc/homerun +kde-misc/kbstateapplet +kde-misc/kcm-grub2 +kde-misc/kcm-touchpad +kde-misc/kcm-ufw +kde-misc/kcometen4 +kde-misc/kdmthemegenerator +kde-misc/kepas +kde-misc/kgrubeditor +kde-misc/kprayertime +kde-misc/kraidmonitor +kde-misc/krunner-googletranslate +kde-misc/krunner-kopete-contacts +kde-misc/ksplasher +kde-misc/ktrafficanalyzer +kde-misc/kvkbd +kde-misc/miniplayer +kde-misc/nightmode +kde-misc/nvdevmon +kde-misc/plasma-applet-daisy +kde-misc/plasma-emergelog +kde-misc/plasma-lionmail +kde-misc/plasma-mpd-nowplaying +kde-misc/plasma-network-status +kde-misc/plasma-photooftheday +kde-misc/plasma-widget-menubar +kde-misc/plasma-widget-message-indicator +kde-misc/plasma-wifi +kde-misc/plasmatvgr +kde-misc/plasma-wifi +kde-misc/plasmoid-workflow +kde-misc/pyrad +kde-misc/quickaccess +kde-misc/redshift-plasmoid +kde-misc/serverstatuswidget +kde-misc/smooth-tasks +kde-misc/stdin-plasmoid +kde-misc/steamcompanion +kde-misc/stock-quote +kde-misc/synaptiks +kde-misc/wicd-client-kde +kde-misc/yawp +net-libs/libbluedevil +net-libs/libmm-qt +net-libs/libnm-qt +x11-themes/dekorator +x11-themes/nitrogen +x11-themes/skulpture +x11-themes/smaragd + +# David Seifert (18 Jan 2017) +# Dead upstream, spiritual successor is dev-ml/gsl-ocaml +# Masked for removal in 30 days. Bug #574564, #593248, #601912. +dev-ml/ocamlgsl + +# Michael Palimaka (18 Jan 2017) +# Relies on dead gstreamer:0.10. Dead upstream. +# Masked for removal in 30 days. Bug #603270. +media-video/flumotion + +# Michael Palimaka (18 Jan 2017) +# Obsolete. Use app-admin/filebeat instead. +# Masked for removal in 30 days. Bug #603292. +app-admin/filebeat-bin + +# Michael Palimaka (18 Jan 2017) +# Fails to build with ffmpeg-3. Dead upstream. +# Masked for removal in 30 days. Bug #602946. +app-cdr/k9copy + +# Michael Palimaka (18 Jan 2017) +# Obsolete - now a native feature in Plasma 5.8 +# Masked for removal in 30 days +x11-misc/ksuperkey + +# Yixun Lan (16 Jan 2017) +# Masked, Vulnerable due to RGW Denial of Service (bug #598206) +# We mask it instead of removing them, due user may need them while +# upgrade from old versions (<0.94.x) + (15 Jan 2017) +# Upstream dead a while ago. Sources are nowhere to be found. +# Masked for removal in 30 days. +net-misc/raccess + +# Jeroen Roovers (12 Jan 2017) +# Use x11-drivers/nvidia-drivers[tools] instead. +media-video/nvidia-settings + +# Mike Gilbert (08 Jan 2017) +# Masked pending testing and eclass/profile support. +dev-lang/python:3.6 + +# Michael Orlitzky (07 Jan 2017) +# This package has some dangerous quality and security issues, but +# people may still find it useful. It is masked to prevent accidental +# use. See bugs 603346 and 604998 for more information. +app-admin/amazon-ec2-init + +# Mart Raudsepp (07 Jan 2017) +# No releases of this API version since March 2001, abandoned +# in favour of glib:2 for 14 years; bug 604966. +# Removed at 2017-02-08, mask kept for longer display to users. +dev-libs/glib:1 + +# Mart Raudsepp (06 Jan 2017) +# No releases of this API version since April 2001, abandoned +# in favour of gtk+:2 for 14 years; bug 604862. +# Removed at 2017-02-08, mask kept for longer display to users. +x11-libs/gtk+:1 + +# Robin H. Johnson (05 Jan 2017) +# Masking for testing +=app-emulation/ganeti-2.16* +=app-emulation/ganeti-2.17* + +# Markos Chandras (10 Dec 2016) +# Reverse dependencies need testing, wrt bug #580760 +>=net-libs/rb_libtorrent-1.1.1 + +# Kent Fredric (19 Nov 2016) +# virtual/perl-MathBigInt-1.999.726+ Mask Block +# Will likely not be unmasked until future Perls +# include equivalent versions to avoid complications with virtuals +>=virtual/perl-Math-BigInt-1.999.726 +>=perl-core/Math-BigInt-1.999.726 +>=dev-perl/Math-BigInt-GMP-1.600.0 + +# Robin H. Johnson (18 Nov 2016) +# Depends on slotted lua +=dev-db/redis-3.2.5-r1 +=dev-db/redis-3.2.6-r1 + +# Ian Stakenvicius (17 Nov 2016) +# Does not honour LD_LIBRARY_PATH set in the environment, causing +# all mozilla packages to fail in src_install() when xpcshell is +# called in ${WORKDIR}, #580726 +# Segfaults when creating directories #578582 +=sys-apps/sandbox-2.11* + +# Michał Górny (17 Nov 2016) +# New version masked for testing. It supports source-window buffer size +# over 2G but it 'currently performs 3-5% slower and has 1-2% worse +# compression'. +>=dev-util/xdelta-3.1.0 + +# Gilles Dartiguelongue (12 Nov 2016) +# Keep shotwell development series masked. +>=media-gfx/shotwell-0.25 + +# Tim Harder (03 Nov 2016) +# Masked for testing +=sys-fs/fuse-3.0.0* + +# Sergey Popov (01 Nov 2016) +# Project is dead. +# Please migrate to it's successor - net-misc/bgpq3 +net-misc/bgpq + +# Julian Ospald (21 Jul 2013) +# Mask all unfetchable versions and those with tons of random +# bugs and segfaults (all). Don't ask for a version bump unless +# there is a working release. +sci-geosciences/googleearth + +# Denis Dupeyron (12 Sep 2016) +# Masked for testing, see bug #588894. +=x11-misc/light-locker-1.7.0-r1 + +# Lars Wendler (26 Aug 2016) +# Masked while being tested and reverse deps aren't fully compatible +=dev-libs/openssl-1.1* + +# Brian Evans (18 Aug 2016) +# Mask new MariaDB alphas for testing +>=dev-db/mariadb-10.2.0 + +# Mike Gilbert (07 Aug 2016) +# Fails to switch cpufreq governor. +# https://bugs.gentoo.org/590780 +~sys-power/cpupower-4.7.0 + +# Michał Górny (7 Aug 2016) +# Issue with thunar detailed view +# Masked for more restrictive testing. +=xfce-base/exo-0.11.1 + +# Michał Górny (18 Jul 2016) +# Pre-release of a complete rewrite, provided for early testing. Not all +# functionality is provided yet. Use --pretend to make sure correct +# files will be removed. +>=app-admin/eclean-kernel-1.99 + +# Kent Fredric (16 Jul 2016) +# Test2/Test-Simple-1.301 Block +# Radically changed upstream and is critical to all Perl modules. +# Masked for extended testing. +# Will likely not be unmasked till equivalent versions ship in Perl itself. +>=perl-core/Test-Simple-1.301.0 +>=virtual/perl-Test-Simple-1.301.0 +dev-perl/Test2-Suite +>=dev-perl/Data-Validate-Domain-0.120.0 +dev-perl/Test2-Plugin-NoWarnings +dev-perl/Params-ValidationCompiler +>=dev-perl/DateTime-Locale-1.60.0 +>=dev-perl/DateTime-TimeZone-2.20.0 +>=dev-perl/DateTime-1.370.0 + +# Aaron Bauman (30 Jun 2016) +# Unpatched security vulnerability per bug #509920 +www-apps/egroupware + +# Michał Górny (27 Jun 2016) +# (on behalf of QA & proxy-maint) +# Major QA violations, bug #587342 (#585722 in particular). +games-emulation/ppsspp + +# Aaron Bauman (26 Jun 2016) +# Unpatched security vulnerability per bug #475120 + (25 May 2016) +# The webkit-gtk:4 backend for Xiphos has known text display issues. +# Use at your own risk. +=app-text/xiphos-4.0.4-r1 + +# Kent Fredric (15 May 2016) +# Andreas K. Hüttel (21 May 2016) +# Has been broken since app-arch/rar-5.0.0 due to List() +# format changing. Will require upstream revision bump +# or some helpful person to supply a parser patch. +# Bug #483888 +<=dev-perl/Archive-Rar-2.20.0-r1 + +# Lars Wendler (2 May 2016) +# Broken reverse deps. At least one header file has been moved around. +>=media-gfx/imagemagick-7.0.1.0 + +# Richard Freeman (16 Apr 2016) +# Masked for extended testing, and porting of openrc scripts +# if necessary. +>=media-tv/mythtv-0.28 +>=media-plugins/mythplugins-0.28 +>=www-apps/mythweb-0.28 + +# James Le Cuirot (03 Apr 2016) +# Masking Spring Framework for the time being as 3.2.4 is old, has +# multiple vulnerabilities, and we're not likely to update it +# soon. Hopefully we can revisit it when the Maven stuff works out. +dev-java/spring-aop +dev-java/spring-beans +dev-java/spring-core +dev-java/spring-expression +dev-java/spring-instrument + +# Andreas K. Hüttel (03 Apr 2016) +# Can exhaust all available memory depending on task +# but is made available for experts who heed this warning +# as newer versions produce different output. Contact +# the proxied maintainer Matthew Brewer +# for questions. +<=media-gfx/slic3r-1.1.9999 + +# José María Alonso (24 Mar 2016) +# Fails to build dev-lisp/sbcl-1.3.3 #563812 +=dev-lisp/asdf-3.1.7 +=dev-lisp/uiop-3.1.7 + +# Aaron Bauman (19 Mar 2016) +# Unpatched security vulnerability per bug #512356. +=app-forensics/chkrootkit-0.49 + +# Eray Aslan (22 Feb 2016) +# Mask experimental software +=mail-mta/postfix-3.2* + +# James Le Cuirot (07 Feb 2016) +# Masked until 2.0 final arrives, which hopefully won't depend on +# commons-dbcp:0 as that requires Java 6. Note that the 2.0 in the +# tree should have actually been 2.0_beta1. There are no revdeps. +dev-java/jcs + +# Andreas K. Hüttel (9 Jan 2016) +# Errorneously added. Is already in perl-core. Please uninstall. +dev-perl/ExtUtils-Constant + +# Andrey Grozin (04 Jan 2016) +# Needs a bump and substantial ebuild rewrite +=sci-mathematics/reduce-20110414-r1 + +# Victor Ostorga (30 Dec 2015) +# Mask this liferea version because upstream released it broken +=net-news/liferea-1.10.17 + +# Michał Górny (30 Oct 2015) +# Uses unsafe ioctls that could result in data corruption. Upstream +# is working on replacing them in the wip/dedup-syscall branch. +# Keep it masked until they are done. sys-fs/duperemove is +# the suggested replacement for the meantime. +sys-fs/bedup + +# Ian Delaney (27 Oct 2015) +# fails to build dev-lisp/sbcl-1.2.16 #563812 +# mgorny: dev-lisp/uiop as version-bound revdep +=dev-lisp/asdf-3.1.6 +=dev-lisp/uiop-3.1.6 + +# Justin Lecher (23 Oct 2015) +# Breaking changes #563540 +=app-text/ghostscript-gpl-9.18 + +# Mike Pagano (2 Oct 2015) +# A regression in kernel 4.1.9 could lead to a system +# lockup. This has been fixed in gentoo-sources-4.1.9-r1 +# and the hope is that this patch will make it to 4.1.10 +# Expires (2 Oct 2017) +=sys-kernel/vanilla-sources-4.1.9 +=sys-kernel/gentoo-sources-4.1.9 + +# Andreas K. Huettel (19 Sep 2015) +# Masked for security reasons, bugs 516044, 552644 +# Keeping it in the tree for now for users who cannot upgrade +# (commercial product, separate licenses for major versions) +=app-emulation/vmware-workstation-9* +=app-emulation/vmware-modules-271* + +# Lars Wendler (09 Sep 2015) +# Masked for testing. +>=net-fs/samba-4.6.0_rc1 + +# Lars Wendler (20 Aug 2015) +# Releases are not from original upstream but from a fork. +# Masked as requested by vapier. +~net-misc/iputils-20160308 + +# Sebastian Pipping (8 Aug 2015) +# Upcoming, too young to go into testing unmasked +dev-libs/iniparser:4 + +# Davide Pesavento (23 Jul 2015) +# Standalone version of qtwebkit from the 2.3 upstream branch. +# Needs revdep testing. Bug #388207. +=dev-qt/qtwebkit-4.10* + +# Ben de Groot (20 Jul 2015) +# Version bump is a WIP, see bug #524242 +# It works (except USE=vamp) but is not up to Gentoo standards yet +>=media-sound/audacity-2.1.1 # Patrick Lauer (14 Jun 2015) # Has race condition / failure modes that make systems unusable # See #551724 and duplicates =sys-fs/udev-init-scripts-29 -# Andreas K. Huettel (13 June 2015) -# The following perl-core packages are not required at the moment to -# satisfy any dependencies (the bundled version of the module in -# dev-lang/perl is always newer). They will be removed in 30days -# (but may be re-added at a later date if needed again). -# * If you have any of these installed, uninstall it now. -# * If an ebuild in an overlay depends on it, that is a bug in the -# overlay - it should depend on the corresponding virtual instead. -perl-core/Archive-Tar -perl-core/Attribute-Handlers -perl-core/AutoLoader -perl-core/B-Debug -perl-core/CPAN -perl-core/CPAN-Meta-YAML -perl-core/Compress-Raw-Bzip2 -perl-core/Compress-Raw-Zlib -perl-core/DB_File -perl-core/Devel-PPPort -perl-core/Exporter -perl-core/ExtUtils-CBuilder -perl-core/ExtUtils-Install -perl-core/ExtUtils-ParseXS -perl-core/File-Spec -perl-core/I18N-LangTags -perl-core/IO -perl-core/IO-Compress -perl-core/IO-Socket-IP -perl-core/IPC-Cmd -perl-core/JSON-PP -perl-core/Locale-Maketext -perl-core/Math-BigInt-FastCalc -perl-core/Math-BigRat -perl-core/Module-Load -perl-core/Module-Load-Conditional -perl-core/Module-Metadata -perl-core/Net-Ping -perl-core/Parse-CPAN-Meta -perl-core/Perl-OSType -perl-core/Pod-Escapes -perl-core/Pod-Parser -perl-core/Safe -perl-core/Scalar-List-Utils -perl-core/Socket -perl-core/Storable -perl-core/Test-Harness -perl-core/Test-Simple -perl-core/Thread-Queue -perl-core/Time-Piece -perl-core/XSLoader -perl-core/autodie -perl-core/bignum -perl-core/threads -perl-core/threads-shared - -# Ole Markus With (12 Jun 2015) -# Masking PHP 7 pre-release versions -dev-lang/php:7.0 -=virtual/httpd-php-7.0 - -# Fabian Groffen (08 Jun 2015) -# Release candidates for 4.86, feel free to test -=mail-mta/exim-4.86_rc1 -=mail-mta/exim-4.86_rc2 -=mail-mta/exim-4.86_rc3 - -# Andreas K. Huettel (04 Jun 2015) -# Perl 5.22 version bump in progress. Mask until everything is finishehd. -=dev-lang/perl-5.22* -=virtual/perl-Archive-Tar-2.40.0 -=virtual/perl-Attribute-Handlers-0.970.0 -=virtual/perl-B-Debug-1.230.0 -=virtual/perl-CPAN-2.110.0 -=virtual/perl-CPAN-Meta-2.150.1 -=virtual/perl-CPAN-Meta-Requirements-2.132.0 -=virtual/perl-Carp-1.360.0 -=virtual/perl-Compress-Raw-Bzip2-2.68.0 -=virtual/perl-Compress-Raw-Zlib-2.68.0 -=virtual/perl-DB_File-1.835.0 -=virtual/perl-Data-Dumper-2.158.0 -=virtual/perl-Devel-PPPort-3.310.0 -=virtual/perl-Digest-MD5-2.540.0 -=virtual/perl-Digest-SHA-5.950.0 -=virtual/perl-Exporter-5.720.0 -=virtual/perl-ExtUtils-CBuilder-0.280.221 -=virtual/perl-ExtUtils-Command-1.200.0 -=virtual/perl-ExtUtils-Install-2.40.0 -=virtual/perl-ExtUtils-MakeMaker-7.40.100_rc -=virtual/perl-ExtUtils-ParseXS-3.280.0 -=virtual/perl-File-Spec-3.560.0 -=virtual/perl-Filter-Simple-0.920.0 -=virtual/perl-Getopt-Long-2.450.0 -=virtual/perl-HTTP-Tiny-0.54.0 -=virtual/perl-IO-1.350.0 -=virtual/perl-IO-Compress-2.68.0 -=virtual/perl-IO-Socket-IP-0.370.0 -=virtual/perl-JSON-PP-2.273.0 -=virtual/perl-Locale-Maketext-1.260.0 -=virtual/perl-MIME-Base64-3.150.0 -=virtual/perl-Math-BigInt-1.999.700 -=virtual/perl-Math-BigRat-0.260.800 -=virtual/perl-Module-Load-Conditional-0.640.0 -=virtual/perl-Module-Metadata-1.0.26 -=virtual/perl-Perl-OSType-1.8.0 -=virtual/perl-Pod-Escapes-1.70.0 -=virtual/perl-Pod-Parser-1.630.0 -=virtual/perl-Pod-Simple-3.290.0 -=virtual/perl-Safe-2.390.0 -=virtual/perl-Scalar-List-Utils-1.410.0 -=virtual/perl-Socket-2.18.0 -=virtual/perl-Storable-2.530.0 -=virtual/perl-Term-ANSIColor-4.30.0 -=virtual/perl-Term-ReadLine-1.150.0 -=virtual/perl-Test-Harness-3.350.0 -=virtual/perl-Test-Simple-1.1.14 -=virtual/perl-Text-Balanced-2.30.0 -=virtual/perl-Text-ParseWords-3.300.0 -=virtual/perl-Time-Piece-1.290.0 -=virtual/perl-Unicode-Collate-1.120.0 -=virtual/perl-XSLoader-0.200.0 -=virtual/perl-autodie-2.260.0 -=virtual/perl-bignum-0.390.0 -=virtual/perl-if-0.60.400 -=virtual/perl-libnet-3.50.0 -=virtual/perl-parent-0.232.0 -=virtual/perl-threads-2.10.0 -=virtual/perl-threads-shared-1.480.0 -=dev-perl/Test-Tester-0.114.0 -=dev-perl/Test-use-ok-0.160.0 - -# Michał Górny (04 Jun 2015) -# New version of PyPy. Masked for testing and binary package build. -~dev-python/pypy-2.6.0 -~dev-python/pypy-bin-2.6.0 -~virtual/pypy-2.6.0 - -# Pawel Hajdan, Jr. (01 Jun 2015) -# Dev channel releases are only for people who are developers or want more -# experimental features and accept a more unstable release. ->=www-client/chromium-45 - -# Johannes Huber (31 May 2015) -# KDE Plasma 5.3.1. Masked for testing. -# General guide: https://wiki.gentoo.org/wiki/KDE -# Upgrade guide: https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade -~kde-plasma/baloo-5.9.1 -~kde-plasma/bluedevil-5.3.1 -~kde-plasma/breeze-5.3.1 -~kde-plasma/kde-cli-tools-5.3.1 -~kde-plasma/kde-gtk-config-5.3.1 -~kde-plasma/kdecoration-5.3.1 -~kde-plasma/kdeplasma-addons-5.3.1 -~kde-plasma/kfilemetadata-5.9.1 -~kde-plasma/khelpcenter-5.3.1 -~kde-plasma/khotkeys-5.3.1 -~kde-plasma/kinfocenter-5.3.1 -~kde-plasma/kio-extras-5.3.1 -~kde-plasma/kmenuedit-5.3.1 -~kde-plasma/kscreen-5.3.1 -~kde-plasma/ksshaskpass-5.3.1 -~kde-plasma/ksysguard-5.3.1 -~kde-plasma/kwayland-5.3.1 -~kde-plasma/kwin-5.3.1 -~kde-plasma/kwrited-5.3.1 -~kde-plasma/libkscreen-5.3.1 -~kde-plasma/libksysguard-5.3.1 -~kde-plasma/milou-5.3.1 -~kde-plasma/oxygen-5.3.1 -~kde-plasma/plasma-desktop-5.3.1 -~kde-plasma/plasma-mediacenter-5.3.1 -~kde-plasma/plasma-meta-5.3.1 -~kde-plasma/plasma-nm-5.3.1 -~kde-plasma/plasma-sdk-5.3.1 -~kde-plasma/plasma-workspace-5.3.1 -~kde-plasma/plasma-workspace-wallpapers-5.3.1 -~kde-plasma/polkit-kde-agent-5.3.1 -~kde-plasma/powerdevil-5.3.1 -~kde-plasma/sddm-kcm-5.3.1 -~kde-plasma/systemsettings-5.3.1 - -# Matthias Maier (27 May 2015) -# on behalf of Andreas K. Huettel -# media-libs/lcms:0 has serious security issues and is unmaintained, -# see bug 526642. Please uninstall it and/or upgrade to media-libs/lcms:2 -# # (Please keep this mask and message in place for a month.) -media-libs/lcms:0 - -# Hans de Graaff (25 May 2015) -# With the wwwold services going offline gorg no longer plays a role -# in Gentoo's web environment. The wwwold services went offline due to -# issues with gorg and instead of trying to fix them it was decided to -# move the offline date forward. Consequently gorg will now also be -# masked for removal in 30 days. -www-servers/gorg - -# Patrice Clement (25 May 2015) -# Upstream dead. Project no longer supported by the ASF -# who moved it into the Attic in 2010. -# See #550326. Masked for removal in 30 days. -dev-java/excalibur-logger - -# Pacho Ramos (23 May 2015) -# Unmaintained for ages and no longer useful, also multiple -# opened and unresolved bugs for them (#535844). Removal in a month. -gpe-base/gpe-calculator -gpe-base/gpe-contacts -gpe-base/gpe-dm -gpe-base/gpe-gallery -gpe-base/gpe-icons -gpe-base/gpe-login -gpe-base/gpe -gpe-base/libcontactsdb -gpe-base/libdisplaymigration -gpe-base/libeventdb -gpe-base/libgpelaunch -gpe-base/libgpepimc -gpe-base/libgpevtype -gpe-base/libgpewidget -gpe-base/libgtkstylus -gpe-base/libhandoff -gpe-base/libmimedir -gpe-base/libschedule -gpe-base/libtododb -gpe-utils/gpe-clock -gpe-utils/gpe-edit -gpe-utils/gpe-filemanager -gpe-utils/gpe-ownerinfo -gpe-utils/gpe-plucker -gpe-utils/gpe-taskmanager -gpe-utils/gpe-what -games-puzzle/gpe-lights -games-misc/gpe-julia - -# Anthony G. Basile (14 May 2015) -# No longer required by any packages in the tree. -# Masked for removal in 30 days. -sys-apps/getent - -# Patrice Clement (13 May 2015) -# package unused, no revdeps, obsolete. -# masked for removal in 30 days -dev-python/gevent-zeromq - -# Mike Gilbert (06 May 2015) -# Obsolete development snapshots. ->=app-emulation/open-vm-tools-2013 ->=app-emulation/open-vm-tools-kmod-2013 - -# Brian Evans (30 Apr 2015) -# It is unclear if dev-php/smarty-2* is affected by -# security bug 526542. Masked for removal in 30 days -# Please update your code to the latest version - (28 Apr 2015) -# Moving to /lib/gentoo/functions.sh broke the eclass -# by changing output it relies on. See bug #504118, -# 547586, and 547962. ->=sys-devel/gcc-config-1.8-r1 - -# Sebastian Pipping (28 Apr 2015) -# Get rid of vulnerable releases. -# Masked for removal in 30 days. - (27 Apr 2015) -# This version of rubinius is old and only very few -# packages ever got the associated "rbx" RUBY_TARGET. -# If you would like to keep rubinius in Gentoo, please -# help us to get the currently masked rubinius 2.x -# versions ready. Masked for removal in 30 days. -=dev-lang/rubinius-1* - -# Patrick Lauer (10 Apr 2015) -# Breaks pretty much all consumers, like samba -# Mask until it's more usable ->=net-libs/gnutls-3.4.0 - -# Christoph Junghans (3 Apr 2015) -# Dead upstream. Fails to build (bug #543644). ->=sys-devel/dragonegg-3.6 - -# Michał Górny (28 Mar 2015) -# on behalf of gx86-multilib project -# Removed lastrited emul-linux-x86. The mask is kept post-removal -# per Arfrever's request so that the PM warns about masked packages -# being installed. -app-emulation/emul-linux-x86-baselibs -app-emulation/emul-linux-x86-cpplibs -app-emulation/emul-linux-x86-db -app-emulation/emul-linux-x86-gstplugins -app-emulation/emul-linux-x86-gtklibs -app-emulation/emul-linux-x86-gtkmmlibs -app-emulation/emul-linux-x86-medialibs -app-emulation/emul-linux-x86-motif -app-emulation/emul-linux-x86-opengl -app-emulation/emul-linux-x86-qtlibs -app-emulation/emul-linux-x86-sdl -app-emulation/emul-linux-x86-soundlibs -app-emulation/emul-linux-x86-xlibs -app-emulation/emul-linux-x86-jna - -# Brian Evans (22 Mar 2015) -# PHP 5.3.x is vulnerable to several security bugs and has -# reached EOL status. (Bugs #533998, #537586, #537590, #538822, #541098) -# Masked pending resolution to bug #538756 -dev-lang/php:5.3 -virtual/httpd-php:5.3 -=mail-client/squirrelmail-1.4.22 - -# Lars Wendler (8 Mar 2015) -# Masked for testing ->=net-fs/samba-4.2.0 - # Justin Lecher (28 Feb 2015) # Unfixed security problems -# CVE-2015-{0219,0220,0221,0222} +# No upstream support anymore +# CVE-2015-{0219,0220,0221,0222,5145} # #536586 +# #554864 +=dev-python/django-1.4* =dev-python/django-1.5* - -# Michał Górny (11 Feb 2015) -# Potentially destructive to @world, bug #539746. -=sys-apps/portage-2.2.16 - -# Eray Aslan (03 Feb 2015) -# Mask experimental software -=mail-mta/postfix-3.1* - -# Sergei Trofimovich (29 Jan 2015) -# Mask live ebuild -=dev-util/radare2-9999 - -# Anthony G. Basile (28 Jan 2015) -# Its broken and we're waiting for fixes from upstream, bug #536196 -=net-misc/tor-0.2.6.2_alpha-r1 - -# Anthony G. Basile (9 Jan 2015) -# p.mask the -9999 version -=dev-misc/i2pd-9999 +=dev-python/django-1.6* +# Not supported by any django version upstream supports +dev-python/south # Tony Vroon (5 Jan 2015) # Asterisk 13 is an LTS release but has not seen @@ -437,107 +714,19 @@ virtual/httpd-php:5.3 # but please be careful. =net-misc/asterisk-13* -# Aaron W. Swenson (28 Dec 2014) -# Split ebuilds are no longer maintained. Migrate to the unified -# ebuilds invoking the following, substituting SLOT for the desired -# slot and optionally enabling the server and/or docs USE flags: -# emerge dev-db/postgresql:SLOT -# No further action is required. -dev-db/postgresql-docs -dev-db/postgresql-base -dev-db/postgresql-server - -# Sergey Popov (24 Dec 2014) -# Mask new version of Boost - it's known to cause breakages -~dev-util/boost-build-1.57.0 -~dev-libs/boost-1.57.0 - # Jeroen Roovers (12 Dec 2014) # The 96 and 173 branches are no longer supported and remain vulnerable to # CVE-2014-8298 (bug #532342). You may be able to mitigate the vulnerability by # disabling GLX indirect rendering protocol support on the X server. (09 Dec 2014) -# Security mask, wrt bug #529728 - (03 Dec 2014) -# masked for testing -media-libs/openh264 - -# Justin Lecher (02 Dec 2014) -# Not supported by upstream anymore -# Revdeps broken, #531392 -net-analyzer/openvas-administrator - -# Richard Yao (29 Nov 2014) -# Depends on media-libs/lcms:0, which has unspecified security vulnerabilities. -# Masked until mscms.dll.so that links to media-libs/lcms:2 is backported from -# a newer wine, bug #526806. - (24 Nov 2014) -# Missing deps, uninstallable -www-apps/trac-downloads - -# Markos Chandras (18 Nov 2014) -# Mask latest development version for testing -=x11-misc/lightdm-1.15* - -# Samuli Suominen (05 Nov 2014) -# ConsoleKit2 from github by Eric Koegel, auth of xfce4-power-manager -# The ConsoleKit in freedesktop.org git won't be continued anymore, -# making this the new official release -# Masked for testing ->=sys-auth/consolekit-0.9.2 - -# Mike Pagano (16 Oct 2014) -# A regression in kernels 3.17.0 lead to file system corruption -# for affected systems. This has been fixed in >= 3.17.1 -# Expires (16 Oct 2016) -# See Bug #525548. -=sys-kernel/vanilla-sources-3.17.0 -=sys-kernel/gentoo-sources-3.17.0 -=sys-kernel/aufs-sources-3.17.0 - -# Michał Górny (15 Sep 2014) -# Causes undefined references few layers down (in mediastreamer), -# someone needs to investigate. ->=net-libs/libzrtpcpp-4 - -# Chí-Thanh Christopher Nguyễn (03 Sep 2014) -# Temporary mask until it is verified to work -=media-libs/raspberrypi-userland-0_pre20140830 - -# Christian Faulhammer (02 Sep 2014) -# website not working anymore and will stay like this, -# tool is useless. See bug 504734 -app-admin/hwreport - -# Sergey Popov (28 Aug 2014) -# Security mask, wrt bug #519650 -# If your application is broken due to this mask, -# please file a separate bug report - (23 Aug 2014) -# Some compile problems with media-libs/openexr >= 2.2.0 -# See http://bugs.gentoo.org/520240 for more information ->=media-libs/ilmbase-2.2.0 ->=media-libs/openexr-2.2.0 ->=media-gfx/openexr_viewers-2.2.0 - # Robin H. Johnson (04 Aug 2014) # Masked for testing, presently fails upstream testsuite: # FAIL:07:02:35 (00:00:00) db_dump/db_load(./TESTDIR.3/recd001.db:child killed: kill signal): expected 0, got 1 # FAIL:07:02:35 (00:00:00) Dump/load of ./TESTDIR.3/recd001.db failed. # FAIL:07:02:35 (00:00:00) db_verify_preop: expected 0, got 1 =sys-libs/db-6.1* - -# Yixun Lan (17 Jul 2014) -# Masked for proper testing. (Major updates in the code). -=net-misc/tinc-1.1_pre* +=sys-libs/db-6.2* # Ulrich Müller (15 Jul 2014) # Permanently mask sys-libs/lib-compat and its reverse dependencies, @@ -547,7 +736,6 @@ sys-libs/lib-compat sys-libs/lib-compat-loki games-action/mutantstorm-demo games-action/phobiaii -games-emulation/handy games-fps/rtcw games-fps/unreal games-strategy/heroes3 @@ -557,179 +745,52 @@ sys-block/afacli # Mikle Kolyada (27 Jun 2014) # Masked for proper testing. (Major updates in the code). -=dev-perl/PortageXS-0.02.12 +~dev-perl/PortageXS-0.2.12 # Robin H. Johnson (21 Jun 2014) # Needs work, but infra needs it for new VM boxes app-emulation/openstack-guest-agents-unix app-emulation/xe-guest-utilities -# Tom Wijsman (6 Jun 2014) -# Mask gentoo-sources ebuilds that are affected with security bug CVE-2014-3153. -# -# Pinkie Pie discovered an issue in the futex subsystem that allows a -# local user to gain ring 0 control via the futex syscall. An -# unprivileged user could use this flaw to crash the kernel (resulting -# in denial of service) or for privilege escalation. -# -# https://bugs.gentoo.org/show_bug.cgi?id=CVE-2014-3153 -# Expires (6 Jun 2016) -=sys-kernel/gentoo-sources-3.2.58-r2 -~sys-kernel/gentoo-sources-3.4.90 -=sys-kernel/gentoo-sources-3.4.91 -~sys-kernel/gentoo-sources-3.10.40 -=sys-kernel/gentoo-sources-3.10.41 -~sys-kernel/gentoo-sources-3.12.20 -=sys-kernel/gentoo-sources-3.12.21 -~sys-kernel/gentoo-sources-3.14.4 -=sys-kernel/gentoo-sources-3.14.5 - # Hans de Graaff (1 Jun 2014) -# Mask new rubinius version for testing. Current versions have some -# issues that should be solved in the forthcoming rubinius 2.3 -# release. -=dev-lang/rubinius-2* - -# Markos Chandras (30 May 2014) -# Mask beta release -=app-i18n/transifex-client-0.11_beta - -# Tom Wijsman (30 May 2014) -# CVE-2012-1721 - Remote Code Execution Vulnerability -# -# Vulnerable: IBM Java SE 5.0 SR12-FP5 -# URL: http://www.securityfocus.com/bid/53959/ -dev-java/ibm-jdk-bin:1.5 +# Mask new rubinius version for testing. This needs more work +# to fully integrate it in our Gentoo ruby handling. Volunteers +# welcome. +=dev-lang/rubinius-3* # Tom Wijsman (03 May 2014) # Needs to be further tested and revised by both Java and Ruby herds. >=dev-java/jruby-1.7.12 dev-ruby/bitescript dev-ruby/duby -dev-ruby/jruby-openssl dev-ruby/weakling # Matti Bickel (22 Apr 2014) # Masked slotted lua for testing +# William Hubbs (07 Aug 2016) +# Taking this mask since Mabi is retired +# Rafael Martins (04 Dec 2016) +# Adding Lua 5.3 to mask app-eselect/eselect-lua =dev-lang/lua-5.1.5-r2 =dev-lang/lua-5.1.5-r100 =dev-lang/lua-5.2.3 =dev-lang/lua-5.2.3-r1 - -# Gilles Dartiguelongue (06 Apr 2014) -# Old release, never stable, not working anymore -# See bug #327837, #382667, #492474 - (02 Apr 2014) -# Multiple vulnerabilities, see #504724, #505860 - (26 Mar 2014) -# Affected by multiple vulnerabilities, #445916, #471098 and #472280 - (20 Mar 2014) # Security mask of vulnerable versions, wrt bug #424167 (14 Mar 2014) -# Masked for security reasons. -# Do NOT remove this mask or the affected packages without speaking to -# bonsaikitten first! You have been warned! - (04 Mar 2014) # Dev channel releases are only for people who are developers or want more # experimental features and accept a more unstable release. www-plugins/chrome-binary-plugins:unstable -# Samuli Suominen (03 Mar 2014) -# gnome-extra/polkit-gnome is the "GTK+ polkit agent" and has no extra -# dependencies that installing lxde-base/lxpolkit would solve, thus -# the only motivation for creation of lxpolkit was to drop the word -# 'gnome' from the package's name. The packages are near identical -# by the outlook, determined by the used GTK+ theme. -# -# Raise yourself above the word 'gnome' and install the de facto GTK+ agent: -# emerge -C lxpolkit -# emerge -1 polkit-gnome -# -# Removal will happen at later date, but since there is no hurry, give it -# until rest of the year. -lxde-base/lxpolkit - -# Tim Harder (04 Feb 2014) -# Mask development releases -=media-sound/lilypond-2.19* - -# Mike Gilbert (19 Jan 2014) -# To prevent accidental switching of release channels (bug 498306), -# google-chrome has been split into 3 packages: -# -# www-client/google-chrome -# www-client/google-chrome-beta -# www-client/google-chrome-unstable -# -# The stable channel remains as www-client/google-chrome, but has been -# switched to SLOT="0". -# -# Please unmerge your currently installed version and remerge one of the new -# packages. -www-client/google-chrome:beta -www-client/google-chrome:stable -www-client/google-chrome:unstable - -# Tony Vroon (13 Jan 2014) -# Asterisk 12 is a short term "standard" release -# containing significant architectural changes. -# This is not for your production kit quite yet. -=net-misc/asterisk-12* - -# Tom Wijsman (09 Jan 2014) -# Monolithic dev-dotnet/{gnome,gtk}-sharp introduction mask, see bug #382491. ->=dev-dotnet/gnome-sharp-2.24.2-r1 ->=dev-dotnet/gtk-sharp-2.12.21 - -# Michał Górny (15 Dec 2013) -# Masked for testing due to almost complete redesign. It is now -# completely split and no longer has an integrated GUI. Currently, -# the only working GUI is the PyQt4 GUI and it has license issues -# (bug #494524). ->=games-emulation/mupen64plus-2 -games-emulation/mupen64plus-core -games-emulation/mupen64plus-audio-sdl -games-emulation/mupen64plus-input-sdl -games-emulation/mupen64plus-rsp-hle -games-emulation/mupen64plus-ui-console -games-emulation/mupen64plus-video-glide64mk2 -games-emulation/mupen64plus-video-rice -games-emulation/m64py - # Justin Lecher (14 Oct 2013) # Seems to break all deps - API change? >=sci-libs/metis-5 -# Diego Elio Pettenò (13 Oct 2013) -# Requires a NPN support in mod_ssl (www-server/apache) to work. -# See #471512 for more details. -www-apache/mod_spdy - -# Agostino Sarubbo (23 Sep 2013) -# Masked because of vulnerable versions -# DO NOT REMOVE OLDER VERSIONS -# temporarily disabled as it also breaks s390 keywording -# (18 Sep 2013) -# Temporarily masked due to QA issue during attempts to unbundle dependencies; -# we need to check the jar contents to check for differences, especially the -# stax dependency seems to be problematic in this regard but we'll check all of -# them to ensure that unbundling doesn't hurt some missed functionality. -# Bug #471942 tracks the progress of these unbundling efforts. ->=app-admin/ec2-api-tools-1.6.7.2-r4 - # Sergey Popov (18 Sep 2013) # Mask development releases of botan: # - causes many API breakages @@ -737,55 +798,10 @@ www-apache/mod_spdy # - requires at least gcc 4.7(and possibly even 4.8 for some features) >=dev-libs/botan-1.11.0 -# Tom Wijsman (15 Aug 2013) -# Dependencies are unable to satisfy current version, -# broken; needs a version bump from bug #475552. -dev-java/itext:5 - -# Julian Ospald (21 Jul 2013) -# Mask all unfetchable versions and those with tons of random -# bugs and segfaults (all). Don't ask for a version bump unless -# there is a working release. -sci-geosciences/googleearth - -# Chris Reffett (20 Jul 2013) -# Uses vulnerable versions of bzip2, but these versions are -# necessary to reconstruct older archives. Use at your own risk. -=app-portage/deltup-0.4.5 - # Michael Weber (17 Jul 2013) # Upstream next versions >=sys-boot/raspberrypi-firmware-1_pre -# Sergey Popov (12 Jul 2013) -# Probably new versions will work with hexchat too. -# Do not lastrite this, just leave mask by Lars Wendler's request. -net-irc/xchat-otr - -# Tom Wijsman (30 Jun 2013) -# Sun JDK and JRE contain critical vulnerabilities and receive no further -# updates; masking to make users aware of this, users that still need this -# package and have no alternative can unmask at their own risk. See bug #473830. -# -# This is continued by Oracle Corporation, which has acquired Sun Microsystems -# in early 2010; as per http://en.wikipedia.org/wiki/Sun_acquisition_by_Oracle -# -# Users are suggested to upgrade to one of the newer Oracle packages like -# dev-java/oracle-jdk-bin or dev-java/oracle-jre-bin or choose another -# alternative we provide; eg. the IBM JDK/JRE or the open source IcedTea. -# -# Most of these packages provide a jce USE flag for those whom need the -# Java Cryptographic Extension Unlimited Strength Policy USE flag; whether that -# works depends from VM to VM, it seems to work for most except for the IBM VMs. -dev-java/sun-jdk -dev-java/sun-jre-bin -dev-java/sun-jce-bin - -# Julian Ospald (26 Jun 2013) -# Depends on masked dev-lang/lua-5.2 ->=games-emulation/sdlmame-0.149 ->=games-emulation/sdlmess-0.149 - # Chí-Thanh Christopher Nguyễn (25 Jun 2013) # Mask new ptlib/opal for breakage, tracked in bug #474742 # Lars Wendler (29 Apr 2014) @@ -793,82 +809,12 @@ dev-java/sun-jce-bin >=net-libs/ptlib-2.12.0 >=net-libs/opal-3.12.0 -# Pacho Ramos (15 Jun 2013) -# Upstream stalled, improper rendering (#470818), -# use app-editors/efte instead. -=app-editors/fte-20110708 - -# Patrick Lauer (21 May 2013) -# broken dependencies -> uninstallable #470712 -app-portage/g-ctan - -# Michael Weber (18 Apr 2013) -# Masked due test failures -=app-arch/advancecomp-1.17 - -# Sergey Popov (02 Apr 2013) -# Masking =media-libs/ffmpegsource-2.17.4_pre753 -# by maintainer's request. -# This version does not work properly, see bug #464078 -=media-libs/ffmpegsource-2.17.4_pre753 - # Richard Freeman (24 Mar 2013) # Contains known buffer overflows. Package generally works # but should not be fed untrusted input (eg from strangers). # Masked to ensure users are aware before they install. app-text/cuneiform -# Tom Wijsman (12 Mar 2013) -# 2.5.* has known security and other issues due to an affected -# bundled ffmpeg, see bugs #446468 and #444262. - (22 Jan 2013) -# Masked for development -=sys-block/open-iscsi-2.0.873 - -# Sven Wegener (21 Dec 2012) -# temporary mask for socket location change -=app-misc/screen-4.0.3-r8 - -# Rick Farina (21 Dec 2012) -# madwifi has been replaced by ath5k and ath9k in kernel -# drivers and is subject to numerous long standing bugs -# stable wpa_supplicant sometimes wants madwifi-ng-tools -#net-wireless/madwifi-ng-tools -net-wireless/madwifi-ng - -# Pacho Ramos (25 Oct 2012) -# obexd changed its API without any warning, it's recommended to ship -# 0.46 until https://bugzilla.gnome.org/682106 is fixed to prevent -# bluetooth-sendto breakage. ->=app-mobilephone/obexd-0.47 - -# Ralph Sennhauser (18 Jul 2012) -# Unmaintained, multiple vulnarabilities. #351626 -# A more recent source build maintained by the community is available in the -# seden overlay. A more recent binary is available in the java-overlay. -<=dev-util/eclipse-sdk-3.5.1-r1 - -# Ian Stakenvicius (19 Jun 2012) -# Mask new spidermonkeys until rdeps can accept it -# 1.8.7 will be masked indefinitely and will be removed -# from the tree soon. -~dev-lang/spidermonkey-1.8.7 - -# Michael Weber (13 Jun 2012) -# Mask beta versions for testing ->sci-electronics/magic-8 - -# Robin H. Johnson (09 Feb 2012) -# Needs to be slotted better -=dev-libs/yaz-4* - -# Andreas K. Huettel (22 Mar 2012) -# Even its author admits that it's an ugly hack. Crashes e.g. -# firefox with kde-4.8. Unmask at your own risk. -kde-misc/kgtk - # Samuli Suominen (06 Mar 2012) # Masked for testing since this is known to break nearly # every reverse dependency wrt bug 407091 @@ -878,105 +824,6 @@ kde-misc/kgtk # Masked for security bug #294253, use only at your own risk! =media-libs/fmod-3* -# Peter Volkov (23 Jul 2011) -# Mask release candidates -=dev-libs/guiloader-2.99.0 -=dev-libs/guiloader-c++-2.99.0 -=dev-util/crow-designer-2.99.0 - -# Marijn Schouten (07 April 2011) -# Masked for number of issues, but can be used to -# test against if people are impatient ;P -# Known issues: -# - Broken emacs support (ulm has promised to look) -# - doesn't build when boehm-gc is built without threads -# - no SLOTting yet! -=dev-scheme/guile-2.0.0 - -# Ryan Hill (30 Mar 2011) -# Masked indefinitely (until 0.40 is released). -# http://bugs.gentoo.org/354423 ->=app-pda/libopensync-0.30 ->=app-pda/libopensync-plugin-file-0.30 ->=app-pda/libopensync-plugin-irmc-0.30 ->=app-pda/libopensync-plugin-palm-0.30 ->=app-pda/libopensync-plugin-python-0.30 -app-pda/libopensync-plugin-syncml -app-pda/libopensync-plugin-vformat -app-pda/osynctool - -# Ryan Hill (30 Mar 2011) -# Work in progress -# http://bugs.gentoo.org/show_bug.cgi?id=354423 -app-pda/libopensync-plugin-gnokii -app-pda/libopensync-plugin-gpe -app-pda/multisync-gui - -# Markos Chandras (01 Nov 2010) -# Masking alpha releases -net-analyzer/ncrack - -# Luca Barbato (21 Jul 2010) -# Not ready for public consumption, clashes with current mesa-git -media-libs/shivavg - -# Stefan Briesenick (21 Jul 2010) -# doesn't compile against latest media-libs/spandsp. -# not needed anymore for Asterisk 1.6. -net-misc/asterisk-spandsp_codec_g726 - -# Doug Goldstein (07 Jul 2010) -# No actual Gentoo support yet. If you're interested, please see bug #295993 -net-misc/netcf - -# Mike Frysinger (07 Mar 2010) -# Very old packages that people should have upgraded away from -# long ago. Courtesy mask ... time to upgrade. -# Added (23 Feb 2010) -# Masking libmapi as it depends on masked samba4 ->=net-libs/libmapi-0.9 - -# Peter Alfredsen (21 Oct 2009) -# Masked because this needs a patch to be applied to portage -# to not install the kitchensink and everything else -# into /usr/src/debug with FEATURES=installsources -=dev-util/debugedit-4.4.6-r2 - -# Diego E. Pettenò (09 Oct 2009) -# Untested yet; documented only in Russian, help is appreciated. -sys-auth/pam_keystore - -# Diego E. Pettenò (08 Aug 2009) -# on behalf of QA Team -# -# Mass-masking of live ebuilds; we cannot guarantee working state of -# live ebuilds, nor the availability of the server hosting them. As -# per QA team policy, all these need to be kept masked by default, if -# available in the tree. -~app-i18n/skk-jisyo-9999 -=app-misc/sleepyhead-9999 -=app-pda/libsyncml-9999 -=app-pda/libopensync-9999 -=app-pda/osynctool-9999 -=app-pda/libopensync-plugin-file-9999 -=app-pda/libopensync-plugin-gnokii-9999 -=app-pda/libopensync-plugin-gpe-9999 -=app-pda/libopensync-plugin-irmc-9999 -=app-pda/libopensync-plugin-palm-9999 -=app-pda/libopensync-plugin-python-9999 -=app-pda/libopensync-plugin-syncml-9999 -=app-pda/libopensync-plugin-vformat-9999 -app-portage/layman-dbtools -=www-plugins/google-talkplugin-9999 - -# Tiziano Müller (08 Apr 2009) -# pre-releases ->=app-editors/gobby-0.4.91 - # Diego E. Pettenò (03 Jan 2009) # These packages are not supposed to be merged directly, instead # please use sys-devel/crossdev to install them. @@ -985,11 +832,6 @@ dev-util/mingw-runtime dev-util/mingw64-runtime dev-util/w32api sys-libs/newlib -dev-embedded/msp430-binutils -dev-embedded/msp430-gcc -dev-embedded/msp430-gdb -dev-embedded/msp430-libc -dev-embedded/msp430mcu dev-embedded/avr-libc # Chris Gianelloni (03 Mar 2008) @@ -1005,33 +847,16 @@ games-fps/doom3-hellcampaign games-fps/doom3-inhell games-fps/doom3-lms games-fps/doom3-mitm -games-fps/doom3-phantasm games-fps/doom3-roe games-fps/quake4-bin games-fps/quake4-data games-fps/quake4-demo -# MATSUU Takuto (05 Apr 2007) -# to be tested, seems unstable ->=app-i18n/scim-anthy-1.3.0 - -# Tavis Ormandy (21 Mar 2006) -# masked pending unresolved security issues #127167 -games-roguelike/slashem - -# Tavis Ormandy (21 Mar 2006) -# masked pending unresolved security issues #125902 -games-util/hearse - -# Robin H. Johnson (11 Feb 2006) -# zlib interaction is badly broken. See bug #124733. -=dev-vcs/cvs-1.12.13* - # (01 Apr 2004) # The following packages contain a remotely-exploitable # security vulnerability and have been hard masked accordingly. # -# Please see http://bugs.gentoo.org/show_bug.cgi?id=44351 for more info +# Please see https://bugs.gentoo.org/show_bug.cgi?id=44351 for more info # games-fps/unreal-tournament-goty games-fps/unreal-tournament-strikeforce diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/prefix/ChangeLog deleted file mode 100644 index 6f4d41a291..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/ChangeLog +++ /dev/null @@ -1,427 +0,0 @@ -# ChangeLog for profiles/prefix -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.464 2015/06/16 13:00:05 grobian Exp $ - - 16 Jun 2015; Fabian Groffen package.mask: - Unmask Portage-2.2.20, the host that had the problem is unreliable due to a - corporate virus scanner policy - - 16 Jun 2015; Fabian Groffen darwin/package.mask: - Masked Python 2.7.10 on Darwin - - 13 Jun 2015; Fabian Groffen package.mask: - Mask latest portage, bug #551678 - - 13 Jun 2015; Fabian Groffen sunos/solaris/package.mask: - Mask latest portage-utils on Solaris, bug #551696 - - 05 Jun 2015; Michael Haubenwallner - +windows/cygwin/2.0/eapi, +windows/cygwin/2.0/package.provided, - +windows/cygwin/2.0/parent, +windows/cygwin/2.0/x64/eapi, - +windows/cygwin/2.0/x64/make.defaults, +windows/cygwin/2.0/x64/parent, - +windows/cygwin/2.0/x86/eapi, +windows/cygwin/2.0/x86/make.defaults, - +windows/cygwin/2.0/x86/parent: - add cygwin/2.0 profiles x86 and x64, see - https://sourceware.org/ml/cygwin/2015-04/msg00595.html - - 01 Jun 2015; Fabian Groffen package.mask: - Drop mask for pkgconfig since the cycle was fixed - - 31 May 2015; Fabian Groffen package.mask: - Mask pkgconfig-0.28-r3 since it depends on automake, which causes a dep-cycle - during bootstrap, bug #550856 - - 31 May 2015; Fabian Groffen - darwin/macos/10.10/profile.bashrc, darwin/macos/package.use.force, - darwin/macos/packages: - From now on, Mac OS X/Darwin is built with Clang - - 31 May 2015; Fabian Groffen darwin/package.mask: - Mask llvm/clang >=3.6 on Darwin due to compile issues - - 29 May 2015; Michael Haubenwallner - windows/cygwin/make.defaults, windows/interix/make.defaults, - windows/use.force, windows/use.mask, windows/winnt/make.defaults: - Cygwin,Interix are pure ELIBC values, KERNEL is Winnt (bug#544518) - - 26 May 2015; Fabian Groffen darwin/package.use.mask, - sunos/solaris/package.use.mask: - Mask USE=uuid on Solaris and Darwin for ossp-uuid doesn't compile and isn't - actually necessary, bug #324527 - - 17 Feb 2015; Michael Haubenwallner - sunos/solaris/package.mask: - mask =patch-2.7.4 even on solaris - - 17 Feb 2015; Michael Haubenwallner aix/package.mask: - p.mask gnuplot-5.0.0 - - 17 Feb 2015; Michael Haubenwallner aix/package.mask: - unmask gcc-4.8.4, mask patch-2.7.4 - - 08 Feb 2015; Fabian Groffen darwin/package.mask: - Mask patch-2.7.4 on Darwin, bug #538502 - - 28 Jan 2015; Michał Górny - darwin/macos/10.4/x86/use.mask, darwin/macos/10.5/x64/use.mask, - darwin/macos/10.5/x86/use.mask, darwin/macos/10.6/x64/use.mask, - darwin/macos/10.6/x86/use.mask, darwin/macos/10.7/x64/use.mask, - darwin/macos/10.7/x86/use.mask, darwin/macos/10.8/x64/use.mask, - darwin/macos/10.8/x86/use.mask, darwin/macos/10.9/x64/use.mask, - darwin/macos/10.9/x86/use.mask, darwin/macos/10.10/x64/use.mask, - darwin/macos/10.10/x86/use.mask: - Unmask some of CPU_FLAGS_X86 in darwin profiles. - - 28 Jan 2015; Michał Górny - darwin/macos/arch/x64/package.use.mask, - darwin/macos/arch/x86/package.use.mask: - Update package.use.* entries for CPU_FLAGS_X86 for darwin/macos. Keep - duplicate with old flags until conversion is complete. - - 28 Jan 2015; Mike Gilbert - darwin/macos/10.4/x86/make.defaults, darwin/macos/10.5/x64/make.defaults, - darwin/macos/10.5/x86/make.defaults, darwin/macos/10.6/x64/make.defaults, - darwin/macos/10.6/x86/make.defaults, darwin/macos/10.7/x64/make.defaults, - darwin/macos/10.7/x86/make.defaults, darwin/macos/10.8/x64/make.defaults, - darwin/macos/10.8/x86/make.defaults, darwin/macos/10.9/x64/make.defaults, - darwin/macos/10.9/x86/make.defaults, darwin/macos/10.10/x64/make.defaults, - darwin/macos/10.10/x86/make.defaults: - Set CPU_FLAGS_X86 to a reasonable default. - - 26 Jan 2015; Michael Haubenwallner linux/profile.bashrc: - Do not elog but einfo 'old host glibc (gnu89-inline)' message, bug#537660. - - 03 Jan 2015; Ruud Koolen - linux-standalone/amd64/make.defaults, linux-standalone/x86/make.defaults: - Switched linux-standalone profiles to the same multilib settings as default. - - 28 Dec 2014; Christoph Junghans - darwin/macos/arch/x64/package.use.mask: - masked media-libs/xvid[pic], bug #529584 - - 15 Dec 2014; Ruud Koolen linux-standalone/amd64/eapi, - linux-standalone/amd64/make.defaults, linux-standalone/amd64/parent, - linux-standalone/eapi, linux-standalone/make.defaults, - linux-standalone/parent, linux-standalone/x86/eapi, - linux-standalone/x86/make.defaults, linux-standalone/x86/parent: - Added linux prefix-libc profiles. - - 15 Dec 2014; Ruud Koolen package.use.mask, packages, - linux/package.use.mask, linux/packages, linux/use.force, linux/use.mask: - Moved several nonlinux-specific clauses from /profiles/features/prefix - to /profiles/prefix. - - 15 Dec 2014; Ruud Koolen linux/amd64/package.use.mask, - linux/amd64/use.force, linux/x86/package.use.mask, linux/x86/use.force: - Removed redundant multilib clauses. - - 29 Nov 2014; Mikle Kolyada package.use.mask: - Mask dev-vcs/git[mediawiki] (bug #497068) - - 24 Nov 2014; Ruud Koolen - darwin/macos/10.10/profile.bashrc: - Use clang to compile selected packages on Yosemite. Patch by soon-to-be - dev Guilherme Amadio. - - 23 Nov 2014; Ruud Koolen package.mask: - Remove obsolete bison-3.0.2 mask. - - 19 Nov 2014; Ruud Koolen package.mask: - Lift portage-2.2.14 mask. - - 12 Nov 2014; Fabian Groffen package.mask: - Update portage mask to make sure people first upgrade to 2.2.10.1-r1 - - 21 Oct 2014; Fabian Groffen - darwin/macos/10.10/profile.bashrc: - Force older deployment target on Yosemite for gcc-apple - - 19 Oct 2014; Fabian Groffen +darwin/macos/10.10/eapi, - +darwin/macos/10.10/make.defaults, +darwin/macos/10.10/package.mask, - +darwin/macos/10.10/package.provided, +darwin/macos/10.10/package.use.mask, - +darwin/macos/10.10/parent, +darwin/macos/10.10/profile.bashrc, - +darwin/macos/10.10/x64/eapi, +darwin/macos/10.10/x64/make.defaults, - +darwin/macos/10.10/x64/package.mask, - +darwin/macos/10.10/x64/package.use.force, - +darwin/macos/10.10/x64/package.use.mask, +darwin/macos/10.10/x64/parent, - +darwin/macos/10.10/x64/use.mask, +darwin/macos/10.10/x86/eapi, - +darwin/macos/10.10/x86/make.defaults, +darwin/macos/10.10/x86/package.mask, - +darwin/macos/10.10/x86/package.use.force, - +darwin/macos/10.10/x86/package.use.mask, +darwin/macos/10.10/x86/parent, - +darwin/macos/10.10/x86/use.mask: - Add profile for OS X Yosemite (10.10) a.k.a. Darwin 14 - - 19 Oct 2014; Fabian Groffen darwin/package.mask: - Mask sys-apps/coreutils-8.23 on Darwin for multiple reasons - - 05 Oct 2014; Fabian Groffen package.mask: - Mask portage-2.2.14_rc1 due to multiple breakages - - 24 Aug 2014; Fabian Groffen package.mask: - Mask bison-3.0.2 for it is not ready for general use yet - - 12 Aug 2014; Fabian Groffen darwin/package.mask: - Masked libffi-3.1 for it needs some work, bug #513428 - - 12 Aug 2014; Fabian Groffen darwin/package.mask: - Mask tar-1.28 on Darwin for bug #518444 - - 28 Jul 2014; Michael Haubenwallner linux/profile.bashrc: - ( linux/profile.bashrc: - Enable -fgnu89-inline compiler flag for glibc-2.5 and older, bug#473524. - - 06 Jul 2014; Fabian Groffen mint/make.defaults: - Drop openmp from USE-default, bug #515616 - - 06 Jul 2014; Mikle Kolyada package.mask: - QA cleanup - - 05 Jul 2014; Fabian Groffen aix/make.defaults, - bsd/freebsd/arch/x64/make.defaults, bsd/freebsd/arch/x86/make.defaults, - darwin/macos/arch/ppc/make.defaults, darwin/macos/arch/x64/make.defaults, - darwin/macos/arch/x86/make.defaults, linux/amd64/make.defaults, - linux/x86/make.defaults, sunos/solaris/arch/x64/make.defaults, - sunos/solaris/arch/x86/make.defaults: - Add libdirs for ABIs to make get_libdir work again - - 03 Jul 2014; Fabian Groffen aix/make.defaults, - +bsd/freebsd/arch/x64/make.defaults, +bsd/freebsd/arch/x86/make.defaults, - +darwin/macos/arch/ppc/make.defaults, +darwin/macos/arch/x64/make.defaults, - +darwin/macos/arch/x86/make.defaults, linux/amd64/make.defaults, - linux/x86/make.defaults, +sunos/solaris/arch/x64/make.defaults, - +sunos/solaris/arch/x86/make.defaults: - Add some multilib vars necessary for multilib.eclass - - 12 Jun 2014; Fabian Groffen package.mask: - Mask nano-2.3.3 as it fails to build with USE=-unicode, bug #512064 - - 05 Jun 2014; Fabian Groffen package.mask: - autogen: extend mask to 5.18.2 - - 07 May 2014; redlizard -bsd/freebsd/9.1/package.mask, - -bsd/freebsd/package.mask: - Removed obsolete freebsd toolchain masks. - - 30 Apr 2014; redlizard +windows/cygwin/use.force, - windows/interix/use.force, windows/interix/use.mask, +windows/use.force, - +windows/use.mask, +windows/winnt/use.force, windows/winnt/use.mask: - Fixed windows kernel_ and elibc_ USE flags. - - 14 Apr 2014; Michael Haubenwallner aix/package.mask: - GNU make-4.0 on AIX endless loops with gcc-4.2.4, p.masked for now. - - 27 Mar 2014; Andreas K. Huettel +aix/5.2.0.0/eapi, - +aix/5.2.0.0/ppc/eapi, +aix/5.3.0.0/eapi, +aix/5.3.0.0/ppc/eapi, - +aix/6.1.0.0/eapi, +aix/6.1.0.0/ppc/eapi, +aix/7.1.0.0/eapi, - +aix/7.1.0.0/ppc/eapi, +aix/eapi, +bsd/eapi, +bsd/freebsd/7.1/eapi, - +bsd/freebsd/7.1/x64/eapi, +bsd/freebsd/7.1/x86/eapi, +bsd/freebsd/7.2/eapi, - +bsd/freebsd/7.2/x64/eapi, +bsd/freebsd/7.2/x86/eapi, +bsd/freebsd/8.0/eapi, - +bsd/freebsd/8.0/x64/eapi, +bsd/freebsd/8.0/x86/eapi, +bsd/freebsd/8.1/eapi, - +bsd/freebsd/8.1/sparc64/eapi, +bsd/freebsd/8.1/x64/eapi, - +bsd/freebsd/8.1/x86/eapi, +bsd/freebsd/8.2/eapi, +bsd/freebsd/8.2/x64/eapi, - +bsd/freebsd/8.2/x86/eapi, +bsd/freebsd/9.0/eapi, +bsd/freebsd/9.0/x64/eapi, - +bsd/freebsd/9.0/x86/eapi, +bsd/freebsd/9.1/eapi, +bsd/freebsd/9.1/x64/eapi, - +bsd/freebsd/9.1/x86/eapi, +bsd/freebsd/arch/eapi, - +bsd/freebsd/arch/sparc64/eapi, +bsd/freebsd/arch/x64/eapi, - +bsd/freebsd/arch/x86/eapi, +bsd/freebsd/eapi, +bsd/netbsd/4.0/eapi, - +bsd/netbsd/4.0/x86/eapi, +bsd/netbsd/eapi, +bsd/openbsd/4.2/eapi, - +bsd/openbsd/4.2/ppc/eapi, +bsd/openbsd/4.2/x64/eapi, - +bsd/openbsd/4.2/x86/eapi, +bsd/openbsd/eapi, +darwin/eapi, - darwin/macos/10.4/eapi, +darwin/macos/10.4/ppc/eapi, - +darwin/macos/10.4/ppc64/eapi, +darwin/macos/10.4/x86/eapi, - darwin/macos/10.5/eapi, +darwin/macos/10.5/ppc/eapi, - +darwin/macos/10.5/ppc64/eapi, +darwin/macos/10.5/x64/eapi, - +darwin/macos/10.5/x86/eapi, darwin/macos/10.6/eapi, - +darwin/macos/10.6/x64/eapi, +darwin/macos/10.6/x86/eapi, - darwin/macos/10.7/eapi, +darwin/macos/10.7/x64/eapi, - +darwin/macos/10.7/x86/eapi, darwin/macos/10.8/eapi, - +darwin/macos/10.8/x64/eapi, +darwin/macos/10.8/x86/eapi, - darwin/macos/10.9/eapi, +darwin/macos/10.9/x64/eapi, - +darwin/macos/10.9/x86/eapi, +darwin/macos/arch/eapi, - +darwin/macos/arch/ppc/eapi, +darwin/macos/arch/ppc64/eapi, - +darwin/macos/arch/x64/eapi, +darwin/macos/arch/x86/eapi, +darwin/macos/eapi, - +eapi, +hpux/B.11.11/eapi, +hpux/B.11.11/hppa2.0/eapi, +hpux/B.11.23/eapi, - +hpux/B.11.23/ia64/eapi, +hpux/B.11.31/eapi, +hpux/B.11.31/hppa2.0/eapi, - +hpux/B.11.31/ia64/eapi, +hpux/eapi, +linux/eapi, +mint/eapi, - +mint/m68k/eapi, +sunos/eapi, +sunos/solaris/5.9/eapi, - +sunos/solaris/5.9/sparc/eapi, +sunos/solaris/5.9/sparc64/eapi, - +sunos/solaris/5.10/eapi, +sunos/solaris/5.10/sparc/eapi, - +sunos/solaris/5.10/sparc64/eapi, +sunos/solaris/5.10/x64/eapi, - sunos/solaris/5.10/x86/eapi, +sunos/solaris/5.11/eapi, - +sunos/solaris/5.11/sparc/eapi, +sunos/solaris/5.11/sparc64/eapi, - +sunos/solaris/5.11/x64/eapi, +sunos/solaris/5.11/x86/eapi, - +sunos/solaris/arch/eapi, +sunos/solaris/arch/sparc/eapi, - +sunos/solaris/arch/sparc64/eapi, +sunos/solaris/arch/x64/eapi, - +sunos/solaris/arch/x86/eapi, +sunos/solaris/eapi, +windows/cygwin/1.7/eapi, - +windows/cygwin/1.7/x86/eapi, +windows/cygwin/eapi, +windows/eapi, - +windows/interix/3.5/eapi, +windows/interix/3.5/x86/eapi, - +windows/interix/5.2/eapi, +windows/interix/5.2/x86/eapi, - +windows/interix/6.0/eapi, +windows/interix/6.0/x86/eapi, - +windows/interix/6.1/eapi, +windows/interix/6.1/x86/eapi, - +windows/interix/eapi, +windows/winnt/3.5/eapi, +windows/winnt/3.5/x86/eapi, - +windows/winnt/5.2/eapi, +windows/winnt/5.2/x86/eapi, - +windows/winnt/6.0/eapi, +windows/winnt/6.0/x86/eapi, - +windows/winnt/6.1/eapi, +windows/winnt/6.1/x86/eapi, +windows/winnt/eapi: - Increase EAPI to 5 - - 11 Mar 2014; Fabian Groffen mint/package.use.mask: - Mask USE=threads for tcl on FreeMiNT, bug #503764 - - 11 Feb 2014; Fabian Groffen package.mask: - Mask autogen-5.18.1, bug #493464 - - 07 Feb 2014; Fabian Groffen +linux/package.use: - Mask crypt and nis for python on Linux due to recurring issues, bug #500116 - - 21 Jan 2014; Ryan Hill linux/make.defaults, - mint/make.defaults: - Drop mudflap from default USE. - - 18 Jan 2014; Mike Frysinger make.defaults: - Drop explicit python 3.3 target updates now that the base profile does this - for us #474128. - - 18 Jan 2014; Ruud Koolen eapi, make.defaults, - package.mask, packages, package.use.mask, parent, use.force, use.mask, - use.mask.stable: - Moved base prefix profile content to ../features/prefix, to be shared with - prefix-standalone profiles. - - 16 Jan 2014; Jeroen Roovers bsd/package.use.mask, - linux/package.use.mask: - Spelling. - - 16 Jan 2014; Jeroen Roovers package.use.mask: - Spelling. - - 15 Jan 2014; Fabian Groffen package.use.mask: - Drop pointless dante[upnp] mask again - - 15 Jan 2014; Fabian Groffen package.use.mask: - Mask net-proxy/dante[upnp], bug #497186 - - 14 Jan 2014; Fabian Groffen darwin/package.mask, - sunos/solaris/package.mask: - Mask util-linux on platforms where it breaks more than it solves - - 25 Dec 2013; Fabian Groffen - darwin/macos/10.4/package.mask, darwin/macos/10.5/package.mask: - Mask dev-java/oracle-jdk-bin on Tiger and Leopard - - 17 Dec 2013; Fabian Groffen eapi, make.defaults, - +use.stable.mask: - Bump eapi to 5 to unmask python-3.3, bug #493836 and bug #474128 - - 08 Dec 2013; Fabian Groffen use.mask: - Remove obsolete python3_3 unmasks - - 31 Oct 2013; Fabian Groffen +darwin/macos/10.9/eapi, - +darwin/macos/10.9/make.defaults, +darwin/macos/10.9/package.mask, - +darwin/macos/10.9/package.provided, +darwin/macos/10.9/package.use.mask, - +darwin/macos/10.9/parent, +darwin/macos/10.9/profile.bashrc, - +darwin/macos/10.9/x64/make.defaults, +darwin/macos/10.9/x64/package.mask, - +darwin/macos/10.9/x64/package.use.force, - +darwin/macos/10.9/x64/package.use.mask, +darwin/macos/10.9/x64/parent, - +darwin/macos/10.9/x64/use.mask, +darwin/macos/10.9/x86/make.defaults, - +darwin/macos/10.9/x86/package.mask, - +darwin/macos/10.9/x86/package.use.force, - +darwin/macos/10.9/x86/package.use.mask, +darwin/macos/10.9/x86/parent, - +darwin/macos/10.9/x86/use.mask: - Add profile for OS X Mavericks (10.9) - - 31 Oct 2013; Fabian Groffen mint/package.use.mask: - Drop sqlite:extensions USE-mask, as it's been fixed now, bug #488094 - - 18 Sep 2013; Jonathan Callen +linux/amd64/eapi, - linux/amd64/parent, +linux/arm/eapi, linux/arm/parent, +linux/ia64/eapi, - linux/ia64/parent, +linux/ppc64/eapi, linux/ppc64/parent, +linux/x86/eapi, - linux/x86/parent: - Update the linux profiles to the 13.0 (eapi=5) versions. Note that this may - break anyone that still has an old portage that doesn't support EAPI=5. - - 05 Sep 2013; Michał Górny package.mask: - Remove obsolete Python 3 mask. - - 29 Aug 2013; Jonathan Callen packages: - Remove openrc from packages, not used in prefix (bug 482854) - - 16 Jul 2013; Fabian Groffen -linux/amd64/deprecated: - remove deprecated file for linux/amd64, it breaks the profile - - 16 Jul 2013; Fabian Groffen +linux/amd64/deprecated: - Override deprecated message (test) for amd64 to avoid users switching to a - non-prefix profile - - 19 Jun 2013; Christoph Junghans darwin/package.mask: - drop sys-apps/findutils mask, bug #469206 was fixed - - 18 Jun 2013; Fabian Groffen darwin/package.mask: - Mask sys-apps/findutils-4.5.11 on Darwin for bug #469206 - - 13 Jun 2013; Ulrich Müller darwin/macos/10.4/x86/use.mask, - darwin/macos/10.5/ppc/package.use.mask, darwin/macos/10.5/x64/use.mask, - darwin/macos/10.5/x86/use.mask, darwin/macos/10.6/x64/use.mask, - darwin/macos/10.6/x86/use.mask, darwin/macos/10.7/x64/use.mask, - darwin/macos/10.7/x86/use.mask, darwin/macos/10.8/x64/use.mask, - darwin/macos/10.8/x86/use.mask, darwin/package.use.mask: - Remove mask for real USE flag because the flag is gone, bug 473206. - - 06 Jun 2013; Christoph Junghans - linux/amd64/make.defaults: - removed misleading DEFAULT_ABI (bug #471079#c12) - - 30 May 2013; Michał Górny darwin/make.defaults: - Drop stale ALSA_PCM_PLUGINS from USE_EXPAND. Bug #471792. - - 16 May 2013; Ulrich Müller - darwin/macos/10.5/ppc/package.use.mask, darwin/package.use.mask: - Remove win32codecs from package.use.mask for mplayer, bug 468406. - - 07 May 2013; Fabian Groffen sunos/solaris/package.mask: - Mask app-portage/portage-utils-0.30 due to gnulib statat bug - - 07 May 2013; Fabian Groffen package.mask: - Latest findutils fixed for Prefix, so unmask again, bug #468786 - - 06 May 2013; Fabian Groffen package.mask: - Mask latest findutils due to guaranteed fail to install in Prefix, bug - #468786 - - 03 May 2013; Fabian Groffen package.mask: - Adjust mask such that baselayout-prefix-2.2 becomes available, a quantum leap - we should take - - 23 Apr 2013; Fabian Groffen darwin/package.mask: - Unmask dev-util/cmake-2.8.10.2 now I've fixed it - - 20 Apr 2013; Fabian Groffen make.defaults: - Drop PYTHON_TARGETS we can only append, not remove (which is the only thing - which would fix something here) - - 05 Mar 2013; Christoph Junghans darwin/package.mask: - unmask povray on darwin - - 26 Feb 2013; Fabian Groffen - darwin/macos/10.5/make.defaults, darwin/macos/10.6/make.defaults, - darwin/macos/10.7/make.defaults, darwin/macos/10.8/make.defaults: - Disable sandbox on OSX again, due to #456234, #443444 (vcs eclass problems) - - 02 Feb 2013; Fabian Groffen aix/use.mask, bsd/use.mask, - darwin/macos/10.4/x86/use.mask, darwin/macos/10.5/x64/use.mask, - darwin/macos/10.5/x86/use.mask, darwin/macos/10.6/x64/use.mask, - darwin/macos/10.6/x86/use.mask, darwin/macos/10.7/x64/use.mask, - darwin/macos/10.7/x86/use.mask, darwin/macos/10.8/x64/use.mask, - darwin/macos/10.8/x86/use.mask, darwin/use.mask, hpux/use.mask, - mint/use.mask, sunos/use.mask: - move cman clvm masks up to system level, bug #452848 - - 03 Jan 2013; Fabian Groffen darwin/package.mask: - Extend cmake mask, bug #445308 - - 01 Jan 2013; Andreas K. Huettel +ChangeLog-2012: - Split ChangeLog. - - For previous entries, please see ChangeLog-2012. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/ChangeLog-2012 b/sdk_container/src/third_party/portage-stable/profiles/prefix/ChangeLog-2012 deleted file mode 100644 index 88178a8b19..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/ChangeLog-2012 +++ /dev/null @@ -1,2288 +0,0 @@ -# ChangeLog for profiles/prefix -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog-2012,v 1.1 2013/01/01 13:26:42 dilfridge Exp $ - - 26 Dec 2012; Benda Xu use.mask: - mask USE suid which requires root. bug 447340 - - 02 Dec 2012; Fabian Groffen darwin/package.mask: - Mask cmake-2.8.10.2 on Darwin for compilation failures - - 01 Dec 2012; Fabian Groffen make.defaults: - Override PYTHON_TARGETS with versions we have in Prefix - - 10 Nov 2012; Fabian Groffen - +sunos/solaris/profile.bashrc, profile.bashrc: - Define PREFIX_DISABLE_GEN_USR_LDSCRIPT for hosts that accidentially got - bootstrapped in this mode - - 10 Nov 2012; Fabian Groffen profile.bashrc: - Drop commented out AT_SYS_M4DIR code - - 10 Nov 2012; Fabian Groffen package.mask: - Update mask message to point out the cause + bug ref - - 09 Nov 2012; Fabian Groffen package.mask: - Mask libgpg-error-1.10-r1 due to broken build-system - - 01 Nov 2012; Fabian Groffen - darwin/macos/10.5/x64/package.unmask, darwin/macos/10.5/x86/package.unmask: - Don't unmask soylatte on 10.5/Intel, Apple just provides a genuine Java 1.6 - there - - 30 Oct 2012; Fabian Groffen - +darwin/macos/10.5/ppc/package.unmask: - Unmask soylatte-jdk-bin on ppc-macos/10.5 now we added 7 - - 30 Oct 2012; Fabian Groffen - darwin/macos/10.5/make.defaults, darwin/macos/10.6/make.defaults, - darwin/macos/10.7/make.defaults, darwin/macos/10.8/make.defaults: - Enable sandbox (seatbelt) on Mac OS X >=10.5 - - 27 Oct 2012; Fabian Groffen package.mask: - Mask sys-apps/coreutils-8.20 due to parallel make and libiconv issues - - 04 Oct 2012; Fabian Groffen mint/make.defaults: - Drop ${USE} from first assignment, bug #437086 - - 30 Sep 2012; Fabian Groffen - +darwin/macos/10.8/package.mask: - Mask opengl-apple on Mountain Lion (10.8), bug #431182 - - 29 Sep 2012; Fabian Groffen - darwin/macos/10.5/x64/package.mask: - Mask >=dev-java/apple-jdk-bin-1.6.0 on Leopard x64, since it will never find - the necessary files - - 29 Sep 2012; Fabian Groffen - +darwin/macos/10.4/x86/package.unmask, +darwin/macos/10.5/x64/package.unmask, - +darwin/macos/10.5/x86/package.unmask, darwin/macos/package.mask: - Unmask soylatte-jdk-bin on 10.4/x86, 10.5/x86 and 10.5/x64, because it is the - only Java6 provider there - - 09 Sep 2012; Fabian Groffen - +sunos/solaris/make.defaults, darwin/macos/make.defaults: - Make USE-ipv6 default on Mac OS X and Solaris (and derivatives) since support - is always available there. - - 26 Aug 2012; Christoph Junghans darwin/package.use.mask: - mask utempter for x11-terms/eterm on Darwin, bug #388791 - - 07 Aug 2012; Benda Xu package.mask: - mask baselayout-prefix-1.12.14-r1 for testing openrc. bug 415895. - - 05 Aug 2012; Fabian Groffen - +bsd/freebsd/9.1/package.mask: - Mask GCC >=4.3 on FreeBSD 9.1, bug #429992 - - 01 Aug 2012; Fabian Groffen - darwin/macos/package.use.mask: - Update mplayer X-related USE masks for OSX - - 01 Aug 2012; Fabian Groffen package.mask: - Mask grep-2.13 for misbehaviour, having lots of collateral damage, bug - #425668 - - 31 Jul 2012; Fabian Groffen +darwin/macos/10.8/eapi, - +darwin/macos/10.8/make.defaults, +darwin/macos/10.8/package.provided, - +darwin/macos/10.8/package.use.mask, +darwin/macos/10.8/parent, - +darwin/macos/10.8/profile.bashrc, +darwin/macos/10.8/x64/make.defaults, - +darwin/macos/10.8/x64/package.mask, - +darwin/macos/10.8/x64/package.use.force, - +darwin/macos/10.8/x64/package.use.mask, +darwin/macos/10.8/x64/parent, - +darwin/macos/10.8/x64/use.mask, +darwin/macos/10.8/x86/make.defaults, - +darwin/macos/10.8/x86/package.mask, - +darwin/macos/10.8/x86/package.use.force, - +darwin/macos/10.8/x86/package.use.mask, +darwin/macos/10.8/x86/parent, - +darwin/macos/10.8/x86/use.mask: - Add Mac OS X Mountain Lion (10.8) profiles - - 14 Jun 2012; Davide Pesavento - darwin/macos/arch/ppc/package.use.mask: - Remove redundant mask of USE=jit for qt-script and qt-webkit on ppc, since - the flag is already masked in base profile. - - 06 Jun 2012; Benda Xu darwin/package.mask, package.mask, - sunos/solaris/package.mask: - move =dev-vcs/cvs-1.12.12* mask to darwin and solaris arch dir - - 26 May 2012; Fabian Groffen -package.provided: - Don't package.provide a member of a virtual (shadow) - - 23 May 2012; Jeremy Olexa package.mask: - remove gcc-4.6.0 unmasking atom since it doesn't do anything besides cause - 'unmatched atom' output - - 13 May 2012; Fabian Groffen - darwin/macos/arch/ppc/package.mask, sunos/solaris/arch/sparc/package.mask: - Mask dev-lang/v8 on Sparc and PowerPC platforms - - 11 May 2012; Fabian Groffen package.mask: - Unmask python-2.7.3, shutil problem with chflags() has been fixed - - 09 May 2012; Fabian Groffen sunos/solaris/package.mask: - Mask dev-libs/libelf on Solaris, as it breaks the system - - 05 May 2012; Fabian Groffen darwin/package.mask: - gimp-2.7 was unmasked - - 05 May 2012; Fabian Groffen package.mask: - Unmask gcc-4.6 in Prefix - - 03 May 2012; Fabian Groffen - darwin/macos/10.4/package.mask, darwin/macos/10.5/package.mask: - Mask >ghc-7 on Tiger and Leopard - - 30 Apr 2012; Fabian Groffen - darwin/macos/10.7/x86/package.mask, darwin/macos/arch/x64/package.mask: - Mask package.mask: - Mask newer pax-utils due to at* portability horror - - 26 Apr 2012; Fabian Groffen package.mask: - Also mask python-2.7.3-r1 - - 22 Apr 2012; Fabian Groffen package.mask: - Mask python-2.7.3 for misbehaviour with repoman - - 03 Apr 2012: Benda XU linux/arm/make.defaults, - let arm prefix use arm instead of arm-linux as its keyword - - 28 Mar 2012; Benda XU package.provided: - use sys-apps/shadow-4.1 to meet virtual/shadow introduced on Mar 11 - - 24 Mar 2012; Fabian Groffen package.mask: - Revert back to masked Perl 5.14 - - 24 Mar 2012; Fabian Groffen package.mask: - Undo Perl 5.14 mask in Prefix - - 18 Mar 2012; Samuli Suominen - darwin/macos/package.use.mask, darwin/package.use.mask: - Remove mask for USE="esd" because there is no such flag in tree anymore. - - 12 Mar 2012; Michael Haubenwallner - +aix/7.1.0.0/package.provided, +aix/7.1.0.0/parent, - +aix/7.1.0.0/ppc/make.defaults, +aix/7.1.0.0/ppc/parent: - add profile for powerpc-ibm-aix7.1.0.0 - - 09 Mar 2012; Jeremy Olexa linux/arm/make.defaults, - linux/ppc64/make.defaults: - Don't set ACCEPT_KEYWORDS to **, use ~*. bug 407499 - - 06 Mar 2012; Jeremy Olexa +linux/ppc64/make.defaults, - +linux/ppc64/packages, +linux/ppc64/parent: - Add ppc64-linux profile for bug 407021 by Richard Yao - - 05 Mar 2012; Fabian Groffen - darwin/macos/arch/ppc/package.mask: - Mask binutils-apple-4.3 on PowerPC profiles, since Apple dropped entire - PowerPC support and hence the linker is not able to link any code - - 20 Feb 2012; Fabian Groffen packages: - Update packages to reflect same baselayout atom as in base profile, thanks - Askar Bektassov in bug #404247 - - 19 Feb 2012; Fabian Groffen darwin/package.mask: - Mask FSF GCC on Mac OS X profiles, because Gentoo Prefix does not support its - usage, bug #402119 - - 16 Feb 2012; Michael Haubenwallner aix/package.use.mask: - p.use.mask 'jit' for libpcre, is not ported to AIX - - 14 Feb 2012; Fabian Groffen sunos/solaris/package.mask: - Drop binutils mask, latest version is 2.22 which seems to compile again - - 13 Feb 2012; Fabian Groffen darwin/package.mask: - Unmask gimp-2.7 on Darwin, as it's the only gimp that compiles there - - 09 Feb 2012; Fabian Groffen - darwin/macos/package.use.mask: - Drop USE=slang mask on mc, bug #398415 - - 06 Feb 2012; Jeremy Olexa packages: - Don't require virtual/modutils for Gentoo Prefix. Main tree did - 's:sys-apps/module-init-tools:virtual/modutils:' - now we match - - 20 Jan 2012; Jeremy Olexa profile.bashrc: - comment out the AT_SYS_M4DIR stuff because it breaks packages (bug 397563) - - 14 Jan 2012; Kacper Kowalik package.use.mask: - Mask dev-python/numexpr[mkl] - - 09 Jan 2012; Alexandre Rostovtsev - +linux/amd64/package.use.mask, +linux/x86/package.use.mask, - bsd/freebsd/arch/x86/package.use.mask, - darwin/macos/arch/x86/package.use.mask: - Unmask USE="jit" for webkit-gtk on amd64/arm/x86 prefix arches where - webkit-gtk is keyworded (bug #396313). - - 01 Jan 2012; Fabian Groffen darwin/package.use.mask: - Mask USE=server for sys-devel/gdb, since it's not supported on Darwin - - 31 Dec 2011; Fabian Groffen mint/make.defaults: - Add static-libs to USE, bug #394853 - - 30 Dec 2011; Fabian Groffen mint/package.use.mask: - Update USE-masks for MiNT, bug #394791 - - 30 Dec 2011; Fabian Groffen - +bsd/freebsd/arch/sparc64/package.mask, - +bsd/freebsd/arch/sparc64/package.use.mask, - +bsd/freebsd/arch/x64/package.mask, +bsd/freebsd/arch/x64/package.use.mask, - +bsd/freebsd/arch/x64/parent, +bsd/freebsd/arch/x86/package.mask, - +bsd/freebsd/arch/x86/package.use.mask, bsd/freebsd/7.1/x64/parent, - bsd/freebsd/7.1/x86/parent, bsd/freebsd/7.2/x64/parent, - bsd/freebsd/7.2/x86/parent, bsd/freebsd/8.0/x64/parent, - bsd/freebsd/8.0/x86/parent, bsd/freebsd/8.1/sparc64/parent, - bsd/freebsd/8.1/x64/parent, bsd/freebsd/8.1/x86/parent, - bsd/freebsd/8.2/x64/parent, bsd/freebsd/8.2/x86/parent, - bsd/freebsd/9.0/x64/parent, bsd/freebsd/9.0/x86/parent: - Inherit FreeBSD arch-specific masks through arch sub-tree - - 30 Dec 2011; Fabian Groffen - +sunos/solaris/5.9/package.mask, +sunos/solaris/arch/sparc/package.mask, - +sunos/solaris/arch/sparc/package.use.mask, - +sunos/solaris/arch/sparc64/package.mask, - +sunos/solaris/arch/sparc64/package.use.mask, - +sunos/solaris/arch/sparc64/parent, +sunos/solaris/arch/x64/package.mask, - +sunos/solaris/arch/x64/package.use.mask, +sunos/solaris/arch/x64/parent, - +sunos/solaris/arch/x86/package.mask, - +sunos/solaris/arch/x86/package.use.mask, - sunos/solaris/5.9/sparc/package.mask, sunos/solaris/5.9/sparc/parent, - sunos/solaris/5.9/sparc64/package.mask, sunos/solaris/5.9/sparc64/parent, - sunos/solaris/5.10/sparc/package.mask, - sunos/solaris/5.10/sparc/package.use.mask, sunos/solaris/5.10/sparc/parent, - sunos/solaris/5.10/sparc64/package.mask, - sunos/solaris/5.10/sparc64/package.use.mask, - sunos/solaris/5.10/sparc64/parent, sunos/solaris/5.10/x64/parent, - sunos/solaris/5.10/x86/package.use.mask, sunos/solaris/5.10/x86/parent, - sunos/solaris/5.11/sparc/package.mask, - sunos/solaris/5.11/sparc/package.use.mask, sunos/solaris/5.11/sparc/parent, - sunos/solaris/5.11/sparc64/package.mask, - sunos/solaris/5.11/sparc64/package.use.mask, - sunos/solaris/5.11/sparc64/parent, sunos/solaris/5.11/x64/parent, - sunos/solaris/5.11/x86/package.use.mask, sunos/solaris/5.11/x86/parent, - sunos/solaris/package.use.mask: - Inherit Solaris arch-specific masks through arch sub-tree - - 30 Dec 2011; Fabian Groffen - +darwin/macos/10.4/package.use.mask, +darwin/macos/arch/ppc/package.mask, - +darwin/macos/arch/ppc/package.use.mask, - +darwin/macos/arch/ppc64/package.mask, - +darwin/macos/arch/ppc64/package.use.mask, +darwin/macos/arch/ppc64/parent, - +darwin/macos/arch/x64/package.mask, +darwin/macos/arch/x64/package.use.mask, - +darwin/macos/arch/x64/parent, +darwin/macos/arch/x86/package.mask, - +darwin/macos/arch/x86/package.use.mask, - darwin/macos/10.4/ppc/package.use.mask, darwin/macos/10.4/ppc/parent, - darwin/macos/10.4/ppc64/package.use.mask, darwin/macos/10.4/ppc64/parent, - darwin/macos/10.4/x86/package.use.mask, darwin/macos/10.4/x86/parent, - darwin/macos/10.5/package.use.mask, darwin/macos/10.5/ppc/package.use.mask, - darwin/macos/10.5/ppc/parent, darwin/macos/10.5/ppc64/package.use.mask, - darwin/macos/10.5/ppc64/parent, darwin/macos/10.5/x64/package.use.mask, - darwin/macos/10.5/x64/parent, darwin/macos/10.5/x86/package.use.mask, - darwin/macos/10.5/x86/parent, darwin/macos/10.6/package.use.mask, - darwin/macos/10.6/x64/package.use.mask, darwin/macos/10.6/x64/parent, - darwin/macos/10.6/x86/package.use.mask, darwin/macos/10.6/x86/parent, - darwin/macos/10.7/x64/package.use.mask, darwin/macos/10.7/x64/parent, - darwin/macos/10.7/x86/package.use.mask, darwin/macos/10.7/x86/parent, - darwin/macos/package.use.mask: - Inherit Mac OS X arch-specific masks through arch sub-tree - - 30 Dec 2011; Fabian Groffen - +sunos/solaris/5.11/sparc/package.mask, darwin/package.mask, - sunos/solaris/5.9/sparc/package.mask, sunos/solaris/5.9/sparc64/package.mask, - sunos/solaris/5.10/sparc/package.mask, - sunos/solaris/5.10/sparc64/package.mask, - sunos/solaris/5.11/sparc64/package.mask: - Mask pciutils on unsupported platforms, bug #395769 - - 26 Dec 2011; Fabian Groffen - +bsd/freebsd/9.0/package.provided, +bsd/freebsd/9.0/parent, - +bsd/freebsd/9.0/x64/make.defaults, +bsd/freebsd/9.0/x64/parent, - +bsd/freebsd/9.0/x86/make.defaults, +bsd/freebsd/9.0/x86/parent: - Add profiles for FreeBSD 9.0, bug #395913 - - 21 Dec 2011: XU, Benda linux/profile.bashrc: - Fix bug 289757 (again). fix grep pattern, add category to rule out cross gcc. - - 17 Dec 2011; Fabian Groffen package.mask: - Drop mask for distcc, the --install option to distcc-config no longer exists - - 16 Dec 2011; Jeremy Olexa package.mask: - lift net-proxy/dante mask, bug 389423 - - 15 Dec 2011; Fabian Groffen profile.bashrc: - Define AT_SYS_M4DIR for autotools.eclass to always have - EPREFIX/usr/share/aclocal for cross-EPREFIX builds (migration from Prefix - local eclass modification) - - 15 Dec 2011; Jeremy Olexa linux/profile.bashrc: - Fix bug 289757 (again). Use ldd, use EPATCH_EXCLUDE, match new patch name as - well - - 08 Dec 2011; Fabian Groffen package.use.mask: - Mask USE=vanilla for gcc, since that results in a broken compiler on Prefix - - 08 Dec 2011; Fabian Groffen - +sunos/solaris/package.use.force, sunos/solaris/package.use.mask: - Unmask and force sys-devel/gcc libssp on Solaris, to get a non-broken - -fstack-protector(-all). - - 05 Dec 2011; Jeremy Olexa +linux/profile.bashrc: - Disable the automatic fortify patch for some older linux hosts, bug 289757 - - 01 Dec 2011; Jeremy Olexa darwin/package.mask, - linux/package.use.mask, sunos/solaris/package.mask: - rm obsolete stuff - - 16 Nov 2011; Jeremy Olexa package.mask: - lift games-misc/fortune-mod mask, bug 389943 - - 16 Nov 2011; Fabian Groffen - +sunos/solaris/5.9/package.use.mask, - +sunos/solaris/5.10/sparc/package.use.mask, - +sunos/solaris/5.11/sparc/package.use.mask, - sunos/solaris/5.10/sparc64/package.use.mask, - sunos/solaris/5.11/sparc64/package.use.mask: - Mask USE=jit for dev-libs/libpcre on all sparc-based Solaris profiles, there - is no ASM for sparc/sparcv9 - - 14 Nov 2011; Mike Frysinger packages: - sys-apps/net-tools is no longer in base profile. - - 06 Nov 2011; Fabian Groffen - +darwin/macos/10.5/package.mask, darwin/macos/10.4/package.mask: - Mask >=media-libs/mediastreamer-2.7.3 on Leopard (10.5) next to Tiger (10.4) - since it requires a newer CoreAudio. - - 01 Nov 2011; Samuli Suominen aix/use.mask, - bsd/use.mask, darwin/use.mask, hpux/use.mask, irix/use.mask, mint/use.mask, - sunos/use.mask, windows/interix/use.mask, windows/winnt/use.mask: - Remove obsolete entries for USE="v4l2" - - 31 Oct 2011; Fabian Groffen package.mask: - Drop mask for no longer existing python-updater-0.8 - - 28 Oct 2011; Jeremy Olexa package.mask: - mask misc packages - - 26 Sep 2011; Fabian Groffen bsd/freebsd/package.mask: - >=sys-devel/binutils-2.21.1 exhibits -ldl problem on FreeBSD - - 18 Sep 2011; Samuli Suominen windows/interix/use.mask, - windows/winnt/use.mask: - Remove obsolete USE="hal" mask. - - 04 Sep 2011; Fabian Groffen - sunos/solaris/package.use.mask: - Mask introspection for poppler, because gir is doing linking wrong - - 03 Sep 2011; Fabian Groffen darwin/packages: - Add sys-libs/csu (crt1.o) to system set on Darwin, such that compilations can - do fully without Xcode - - 28 Aug 2011; Fabian Groffen darwin/use.mask: - Mask USE=introspection on Darwin, g-ir-tool it has a long way to go before - working there - - 25 Aug 2011; Fabian Groffen sunos/solaris/package.mask: - Mask gcc-4.3.[3456], since it doesn't compile, and isn't worth fixing -- - 4.5.2 is fully functional, bug #379723 - - 11 Aug 2011; Fabian Groffen - sunos/solaris/5.10/sparc/package.mask, - sunos/solaris/5.10/sparc64/package.mask: - Drop masks for >=gcc-4.4 on Solaris/Sparc, compilation has been fixed - - 09 Aug 2011; Markus Duft windows/interix/package.use.mask: - add required USE masks for interix (apr and gettext) - - 04 Aug 2011; Jonathan Callen - +bsd/freebsd/8.2/x86/make.defaults, +bsd/freebsd/8.2/x86/parent: - Add a x86 freebsd 8.2 profile - - 11 Jul 2011; Fabian Groffen - darwin/macos/10.4/package.mask: - Mask lsof on OSX 10.4 (Tiger), bug #357649 - - 07 Jul 2011; Fabian Groffen sunos/solaris/package.mask: - Mask boost(-build) 1.45.0 and 1.46.1 since we cannot unpack the tars - - 04 Jul 2011; Fabian Groffen +darwin/macos/10.7/eapi, - +darwin/macos/10.7/make.defaults, +darwin/macos/10.7/package.provided, - +darwin/macos/10.7/package.use.mask, +darwin/macos/10.7/parent, - +darwin/macos/10.7/profile.bashrc, +darwin/macos/10.7/x64/make.defaults, - +darwin/macos/10.7/x64/package.mask, - +darwin/macos/10.7/x64/package.use.force, - +darwin/macos/10.7/x64/package.use.mask, +darwin/macos/10.7/x64/parent, - +darwin/macos/10.7/x64/use.mask, +darwin/macos/10.7/x86/make.defaults, - +darwin/macos/10.7/x86/package.mask, - +darwin/macos/10.7/x86/package.use.force, - +darwin/macos/10.7/x86/package.use.mask, +darwin/macos/10.7/x86/parent, - +darwin/macos/10.7/x86/use.mask: - Add profile for upcoming OSX Lion (10.7) - - 14 Jun 2011; Jonathan Callen packages: - Add version to shadow to match base/packages - - 29 May 2011; Fabian Groffen mint/package.use.force: - force static-libs on libarchive for MiNT too, bug #364789 - - 29 May 2011; Fabian Groffen mint/make.defaults: - Update default USE-flags for FreeMiNT, bug #368407 - - 24 May 2011; Markus Duft - windows/interix/6.0/x86/make.defaults, - windows/interix/6.1/x86/make.defaults: - use versioned CHOST again for interix, as libc version is not sufficient - - 18 May 2011; Fabian Groffen darwin/packages: - Add pkill-darwin to the system set for darwin hosts - - 11 May 2011; Fabian Groffen darwin/package.mask: - Mask pycairo-1.10, it uses waf, a broken by design build-system - - 02 May 2011; Fabian Groffen bsd/package.mask, - sunos/solaris/package.mask: - Drop qt-7 masks (darwin bit was accidentially removed before) - - 01 May 2011; Fabian Groffen bsd/freebsd/package.mask: - Mask binutils-2.21.51 on FreeBSD, as long as #347931 isn't fully fixed - - 01 May 2011; Fabian Groffen - +bsd/freebsd/8.2/package.provided, +bsd/freebsd/8.2/parent, - +bsd/freebsd/8.2/x64/make.defaults, +bsd/freebsd/8.2/x64/parent: - Add profile for x64 FreeBSD 8.2 - - 01 May 2011; Fabian Groffen - +darwin/macos/10.4/ppc/package.use.mask, - +darwin/macos/10.4/ppc64/package.use.mask, - +darwin/macos/10.5/ppc64/package.use.mask, - darwin/macos/10.5/ppc/package.use.mask: - Mask USE=jit for qt-script and qt-webkit on OSX PowerPC profiles, since it - isn't implemented - - 30 Apr 2011; Fabian Groffen - darwin/macos/10.4/package.mask: - Mask media-libs/mediastreamer-2.7.3 and beyond due to incompatibility with OS - X 10.4 (Tiger) - - 27 Apr 2011; Fabian Groffen +mint/package.use.force, - darwin/package.mask: - Force USE=static on libarchive for FreeMiNT, bug #364789 - - 27 Apr 2011; Markus Duft windows/interix/package.mask: - removed mask for perl on interix - - 25 Apr 2011; Fabian Groffen package.mask: - Also mask sys-devel/llvm-gcc-2.9, such that it doesn't try to pull in masked - deps - - 24 Apr 2011; Ulrich Mueller packages: - Replace dependency on virtual/modutils, bug 358891. - - 24 Apr 2011; Fabian Groffen - sunos/solaris/package.use.mask: - USE-mask libkms on Solaris as it breaks, bug #319285 - - 21 Apr 2011; Fabian Groffen package.mask: - Mask LLVM/clang 2.9, it's broken for Prefix by design at the moment - - 20 Apr 2011; Ulrich Mueller -aix/virtuals, - -bsd/freebsd/virtuals, -bsd/netbsd/virtuals, -bsd/openbsd/virtuals, - -darwin/virtuals, -hpux/virtuals, -irix/virtuals, -linux/virtuals, - -mint/virtuals, -sunos/virtuals, -windows/cygwin/virtuals, - -windows/interix/virtuals, -windows/winnt/virtuals: - Remove old-style virtual/libc, bug 359001. - - 14 Apr 2011; Ulrich Mueller aix/virtuals, - bsd/freebsd/virtuals, bsd/netbsd/virtuals, bsd/openbsd/virtuals, - darwin/virtuals, hpux/virtuals, irix/virtuals, linux/virtuals, mint/virtuals, - sunos/virtuals, windows/cygwin/virtuals, windows/interix/virtuals, - windows/winnt/virtuals: - Remove old-style virtual/os-headers, bug 358999. - - 10 Apr 2011; Fabian Groffen - darwin/macos/10.6/package.use.mask: - Mask uuid for libSM on Snow Leopard - - 10 Apr 2011; Fabian Groffen - -darwin/macos/10.3/make.defaults, -darwin/macos/10.3/package.provided, - -darwin/macos/10.3/parent, -darwin/macos/10.3/profile.bashrc, - -darwin/macos/10.3/use.mask: - Drop Mac OS X Panther (10.3) support - - 09 Apr 2011; Ulrich Mueller windows/winnt/packages: - Old-style virtual/portage is replaced by new-style virtual/package-manager, - bug 358847. - - 07 Apr 2011; Jeremy Olexa - -darwin/macos/10.3/package.mask, darwin/macos/10.5/ppc/package.use.mask, - darwin/macos/10.5/x64/package.use.mask, - darwin/macos/10.5/x86/package.use.mask, - darwin/macos/10.6/x64/package.use.mask, - darwin/macos/10.6/x86/package.use.mask, darwin/package.mask, - darwin/package.use.mask, package.mask, package.use.mask, - -sunos/solaris/5.11/x64/package.mask, sunos/solaris/package.mask: - Cleanup invalid/obsolete package.mask entries - - 06 Apr 2011; Fabian Groffen - sunos/solaris/5.10/sparc/package.mask: - Update mask for GCC on Solaris/Sparc - - 03 Apr 2011; Ulrich Mueller windows/winnt/packages: - Remove old-style virtual/gzip, bug 358829. - - 30 Mar 2011; Fabian Groffen - +sunos/solaris/5.11/package.use.mask: - Mask USE=git for gettext, due to some weird git brokeness - - 29 Mar 2011; Michael Haubenwallner - +linux/x86/profile.bashrc: - set SYMLINK_LIB=yes for sys-devel/binutils when needed (#360197) - - 26 Mar 2011; Jeremy Olexa package.mask: - remove baselayout-prefix mask because there is only one version in the - tree - - 23 Mar 2011; Fabian Groffen -virtuals: - Drop old-style virtuals file to provide packages, bug #358823 - - 21 Mar 2011; Fabian Groffen darwin/package.mask: - SpanKY applied zziplib fix for us, so drop mask - - 20 Mar 2011; Fabian Groffen darwin/package.mask: - Mask dev-libs/zziplib-0.13.60-r1 on Darwin, broken due to GCC 4.6 patch, bug - #357899 - - 04 Mar 2011; Jonathan Callen bsd/package.mask, - darwin/package.mask, package.mask, sunos/solaris/package.mask: - Move Qt mask into bsd/ darwin/ and sunos/ to unmask on linux - - 04 Mar 2011; Jonathan Callen aix/package.mask, - bsd/freebsd/7.1/package.mask, bsd/freebsd/7.2/package.mask, - bsd/freebsd/8.0/package.mask, bsd/freebsd/8.1/package.mask, - bsd/freebsd/package.mask, package.mask, sunos/solaris/package.mask: - Remove obsolete masks - - 16 Feb 2011; Fabian Groffen darwin/package.use.mask: - Unmask OSX-specific USE-flags for VLC on OSX - - 14 Feb 2011; Fabian Groffen sunos/solaris/package.mask: - Mask gdb-7.2.50.20101117.4.15 on Solaris, it doesn't compile, bug #354263 - - 09 Feb 2011; Ulrich Mueller -darwin/macos/10.5/package.mask, - -darwin/macos/10.6/package.mask, darwin/macos/package.use.mask: - Remove obsolete mask entries for Emacs. - - 07 Feb 2011; Jeremy Olexa linux/package.provided: - remove util-linux provided entry - - 07 Feb 2011; Jeremy Olexa linux/package.mask: - mask procps-3.2.8-r2, bug 353630 - - 03 Feb 2011; Fabian Groffen package.mask: - Mask sys-devel/flex-2.5.35_p10 for bug #353609 - - 25 Jan 2011; Fabian Groffen linux/package.mask: - Fix mistake, really unmask e2fsprogs-1.4.14 on Linux - - 24 Jan 2011; Fabian Groffen darwin/package.mask: - Widen mask for media-gfx/povray, to also include the beta versions - - 24 Jan 2011; Fabian Groffen linux/package.mask, - package.mask: - Mask sys-fs/e2fsprogs-1.41.14, it's broken in multiple ways - - 22 Jan 2011; Fabian Groffen linux/package.mask, - package.mask: - Drop ghostscript mask, the old version becomes a maintenance problem - - 08 Jan 2011; Fabian Groffen darwin/package.use.mask: - Unmask uuid on Darwin - - 05 Jan 2011; Fabian Groffen - +darwin/macos/10.5/ppc64/make.defaults, - +darwin/macos/10.5/ppc64/package.mask, +darwin/macos/10.5/ppc64/parent, - +darwin/macos/10.5/ppc64/use.mask: - Add 10.5/ppc64 profile - - 23 Dec 2010; Michael Haubenwallner hpux/profile.bashrc: - must not use korn shell /bin/sh as CONFIG_SHELL on hpux too, but bash - instead - - 23 Dec 2010; Michael Haubenwallner aix/package.mask: - >=gcc-4.3 still does not work on aix - - 14 Dec 2010; Fabian Groffen - +bsd/freebsd/8.1/package.mask, +bsd/freebsd/8.1/package.provided, - +bsd/freebsd/8.1/parent, +bsd/freebsd/8.1/sparc64/make.defaults, - +bsd/freebsd/8.1/sparc64/parent, +bsd/freebsd/8.1/x64/make.defaults, - +bsd/freebsd/8.1/x64/parent, +bsd/freebsd/8.1/x86/make.defaults, - +bsd/freebsd/8.1/x86/parent: - Add FreeBSD 8.1 profiles, including experimental sparc64 profile, bug - #348673 - - 05 Dec 2010; Fabian Groffen package.mask: - Drop unmasks of old e2fsprogs/util-linux versions, because only the latest - version of e2fsprogs was migrated to gx86, we have to go through the mess - now to get it compiling everywhere - - 30 Nov 2010; Fabian Groffen package.mask: - Drop mask for no longer existant portage version - - 30 Nov 2010; Jeremy Olexa package.mask: - mask latest portage, reported issues - - 23 Nov 2010; Fabian Groffen darwin/package.mask: - Grabbed patch for grep-2.7 issue, drop mask - - 23 Nov 2010; Jeremy Olexa darwin/package.mask: - Pre-emptive mask for =grep-2.7, breaks bootstrapping on macos. bug 346335 - - 16 Nov 2010; Markus Duft windows/interix/package.mask, - windows/interix/package.use.force, windows/interix/package.use.mask: - updated masks on interix, make coreutils static (for suacomp - rebuildability) - - 06 Nov 2010; Alex Alexander package.mask: - Masked Qt-4.7 as requested by prefix team, bug #338289 - - 03 Nov 2010; Jeremy Olexa package.mask: - Remove portage-2.2 mask now that it isn't masked in gx86 - - 23 Oct 2010; Fabian Groffen package.use.mask: - Mask USE=ipc for portage, since it causes more trouble than anything - - 23 Oct 2010; Fabian Groffen package.mask: - Unmask >=portage-2.2.01.16711, since it has been behaving locally for a - while now - - 22 Oct 2010; Fabian Groffen package.mask: - Drop Date-Manip unmask, since the mask was removed from - profiles/package.mask - - 22 Oct 2010; Markus Duft - windows/interix/profile.bashrc: - always set CONFIG_SHELL to ${BASH}, as the system /bin/sh is not suitable to - used with new libtool (>=2.2.10) on interix. - - 21 Oct 2010; Markus Duft - +windows/interix/packages: - added suacomp to interix' system packages. - - 19 Oct 2010; Markus Duft - windows/interix/package.mask: - unmask sed, as there is a patch for new versions now. - - 19 Oct 2010; Markus Duft - windows/interix/6.0/x86/make.defaults, - windows/interix/6.1/x86/make.defaults: - changed CHOST of interix profiles to be based on LIBC version, not kernel version - - 02 Oct 2010; Fabian Groffen package.use.mask: - unmask xz, we do have xz-utils in our overlay - - 02 Oct 2010; Fabian Groffen - +sunos/solaris/5.10/x86/eapi: - Add eapi file to silence portage/repoman - - 29 Sep 2010; Fabian Groffen package.mask: - Mask all portage versions after 2.2.01.15553 (when master EROOT changes - were merged in Prefix), since they all broke in multiple ways - - 29 Sep 2010; Rafael G. Martins package.use.mask: - Add xz on sci-electronics/gtkwave to p.use.mask - - 29 Sep 2010; Rafael G. Martins package.use.mask: - Add judy on sci-electronics/gtkwave to p.use.mask - - 28 Sep 2010; Fabian Groffen mint/use.mask: - Mask USE=git on MiNT profiles, bug #339031 - - 27 Sep 2010; Jeremy Olexa linux/package.mask: - drop non-existant masks - - 23 Sep 2010; Fabian Groffen package.mask: - Drop mask for removed version of Portage (bug #338441) - - 23 Sep 2010; Jeremy Olexa package.mask: - Mask sys-apps/portage-2.2.01.16610, bug 338441 - - 22 Sep 2010; Fabian Groffen package.mask: - Drop mask for portage no longer in the tree - - 21 Sep 2010; Fabian Groffen - darwin/macos/10.5/ppc/package.use.mask, - darwin/macos/10.5/x64/package.use.mask, - darwin/macos/10.5/x86/package.use.mask, - darwin/macos/10.6/x64/package.use.mask, - darwin/macos/10.6/x86/package.use.mask: - Drop ruby[threads] mask, it compiles fine these days, solves bug #337808 - - 20 Sep 2010; Jeremy Olexa package.mask: - Mask =sys-apps/portage-2.2.01.16365 for bug 337945 - - 19 Sep 2010; Jonathan Callen package.mask: - Drop mask for KDE 4.5 - - 17 Sep 2010; Michael Haubenwallner package.use.mask: - p.use.mask keyutils for app-crypt/mit-krb5, is a linux only package. - - 14 Sep 2010; Fabian Groffen darwin/package.mask: - Mask povray-3.7.0, it needs ELF-ish thread-local support - - 14 Sep 2010; Fabian Groffen darwin/package.mask: - Extend gcc mask to 4.4.4 - - 12 Sep 2010; Jonathan Callen package.mask: - Copy KDE 4.5.1 mask from base/package.mask to override unmasking in arch/* - - 08 Sep 2010; Fabian Groffen package.mask: - Drop mask for >=icu-4.2, bug #336403 - - 03 Sep 2010; Christian Faulhammer - bsd/freebsd/8.0/package.mask: - Unmask sys-libs/readline-6 and above for FreeBSD - - 03 Sep 2010; Christian Faulhammer bsd/use.mask: - Unmask oss USE flag for BSDs, bug 334117 - - 31 Aug 2010; Fabian Groffen - windows/cygwin/1.7/x86: - Add preliminary Cygwin profile. - - 18 Aug 2010; Jeremy Olexa linux/package.provided: - Add back some old, historical virtuals removed without investigation - - 18 Aug 2010; Jeremy Olexa linux/package.provided: - provide sys-apps/util-linux on linux profiles - - 12 Aug 2010; Fabian Groffen linux/make.defaults: - Drop --as-needed from LDFLAGS, since it obviously is not ready to be - enabled globally judging by our bug-flow. - - 31 Jul 2010; Fabian Groffen package.mask: - Unmask >=dev-perl/DateManip-6.0 in Prefix, since we have Perl 5.10 (and - 5.12) just unmasked and hence in use. - - 29 Jul 2010; Jeremy Olexa - darwin/macos/10.4/x86/package.use.mask, - darwin/macos/10.5/x86/package.use.mask, - darwin/macos/10.6/x86/package.use.mask: - Mask media-sound/mpg123[mmx,sse] on 32bit osx, bug 329859 - - 26 Jul 2010; Fabian Groffen darwin/make.defaults: - Add -dead_strip_dylibs to LDFLAGS on Darwin (equivalent of --as-needed on - ELF) - - 26 Jul 2010; Jeremy Olexa mint/use.mask: - Mask USE=ipv6 on mint, bug 329883 - - 14 Jul 2010; Jeremy Olexa package.mask: - Preemptive mask for python-updater-0.8 - - 13 Jul 2010; Markus Duft - windows/interix/6.1/x86/make.defaults: - corrected CHOST for interix-6.1 profile - - 13 Jul 2010; Markus Duft - -windows/interix/6.0/use.force, -windows/interix/6.1/use.force: - remove masks for obsolete USE flag (interix prefix only) - - 23 Jun 2010; Fabian Groffen - sunos/solaris/package.mask: - emacs-23.2 is segfaulting too, extend mask - - 19 Jun 2010; Jonathan Callen package.mask: - Finish move of dev-util/cvs* to dev-vcs/cvs* - - 19 Jun 2010; Jonathan Callen package.mask: - Duplicate dev-util/cvs* as dev-vcs/cvs* to keep current masks - - 16 Jun 2010; Fabian Groffen - darwin/macos/10.5/ppc/package.use.mask: - Undo masking of git USE-flag by sping, we DO have git, but it's still in - our svn tree. - - 16 Jun 2010; Sebastian Pipping - darwin/macos/10.5/ppc/package.use.mask: - Package use mask git for dev-vcs/cvs2svn on ppc-macos - - 13 Jun 2010; Fabian Groffen mint/package.use.mask: - Add mask for dev-db/sqlite threadsafe, bug #323771 - - 09 Jun 2010; Jeremy Olexa linux/package.mask: - Revert global ghostscript-gpl mask because it appears to work fine on - linux. - - 09 Jun 2010; Jeremy Olexa package.mask: - Drop mask for packages that require root privs to run, as discussed on the - gentoo-alt mailing list - - 29 May 2010; Fabian Groffen package.mask: - Drop git mask for version no longer in the tree - - 23 May 2010; Fabian Groffen - sunos/solaris/package.mask: - Mask >=sys-devel/binutils-2.20.51.0.7 on solaris, because it seems to - produce targets that GCC doesn't know about, bug #320561 - - 23 May 2010; Fabian Groffen package.mask: - Mask dev-vcs/git-1.7.1 since it Bus Errors on cherry-pick - - 20 May 2010; Fabian Groffen package.mask: - Drop mask for Dev Tools 3.2.2 goodies, seems to behave pretty much ok. - - 18 May 2010; Fabian Groffen package.mask: - Mask upcoming gcc, binutils and gdb from Developer Tools 3.2.2 - - 14 May 2010; Fabian Groffen package.mask: - Mask upcoming baselayout-prefix-1.12.5-r7 due to its experimental nature - - 06 May 2010; Jeremy Olexa hpux/package.mask: - Fix atom syntax - - 23 Apr 2010; Fabian Groffen darwin/package.mask: - Masked media-libs/mesa on Darwin as we should be using opengl-apple - - 21 Apr 2010; Jeremy Olexa linux/packages: - Add back sys-process/{procps,psmisc} to system set on Gentoo Prefix linux - profiles to diverge less from Gentoo Linux - - 18 Apr 2010; Fabian Groffen - darwin/macos/10.4/ppc64/package.mask, darwin/macos/10.5/x64/package.mask, - darwin/macos/10.6/x64/package.mask, linux/package.mask, package.mask, - sunos/solaris/5.9/sparc64/package.mask, - sunos/solaris/5.10/sparc64/package.mask, - sunos/solaris/5.10/x64/package.mask, - sunos/solaris/5.11/sparc64/package.mask, - sunos/solaris/5.11/x64/package.mask: - Move zlib mask up, since it breaks everywhere but on Linux - - 16 Apr 2010; Fabian Groffen - +darwin/macos/10.4/ppc64/package.mask, darwin/macos/10.5/x64/package.mask, - darwin/macos/10.6/x64/package.mask, - sunos/solaris/5.9/sparc64/package.mask, - sunos/solaris/5.10/sparc64/package.mask, - sunos/solaris/5.10/x64/package.mask, - +sunos/solaris/5.11/sparc64/package.mask, - sunos/solaris/5.11/x64/package.mask: - Mask zlib-1.2.4 on 64-bits platforms for bug #310209 - - 06 Apr 2010; Jeremy Olexa - darwin/macos/10.4/ppc/package.mask, darwin/macos/package.mask, - darwin/package.mask, package.mask, sunos/solaris/package.mask, - windows/interix/3.5/package.mask, windows/interix/package.mask: - cleanup obsolete version - - 03 Apr 2010; Fabian Groffen windows/interix/use.mask: - Mask USE=multitarget on Interix, since it breaks - - 26 Mar 2010; Jeremy Olexa hpux/package.mask: - Extend gcc mask on hpux, bug 311239 - - 26 Mar 2010; Fabian Groffen package.mask: - Drop mask for gcc-config-1.5. It seems to work after some fixes, but it's - still masked by dropped keywords in gx86, so we will shadow that - - 26 Mar 2010; Fabian Groffen package.mask: - Drop mask for >=autoconf-2.64, should be safe now, drop mask for patch-2.6 - which is no longer in the tree - - 26 Mar 2010; Fabian Groffen package.mask: - Mask python-2.4, current plans are not to merge it to gx86 - - 23 Mar 2010; Fabian Groffen darwin/package.mask: - Unmask binutils-apple-3.2-r1 sooner than expected, since it is the key to - solving problems on Snow Leopard - - 22 Mar 2010; Markus Duft windows/interix/use.mask, - windows/winnt/use.mask: - removed reference to unused qt3 USE flag for windows - - 21 Mar 2010; Fabian Groffen darwin/package.mask: - Mask upcoming sys-devel/binutils-apple-3.2-r1, it needs some testing first - - 20 Mar 2010; Fabian Groffen - +bsd/freebsd/package.mask: - Add mask for sys-devel/m4-1.4.14 on FreeBSD, bug #310335 - - 19 Mar 2010; Fabian Groffen package.mask: - Revert e2fsprogs mask for the time being, since it's the only compiling - version for us. - - 14 Mar 2010; Fabian Groffen package.use.mask: - drop use-masks for darcs:doc and subversion:nowebdav, we do have texlive - for a while now, and we no longer use subversion for our main tree (so no - emerge --sync affected) - - 13 Mar 2010; Jonathan Callen package.mask: - Add mask for >=autoconf-2.64 - - 10 Mar 2010; Michael Haubenwallner aix/package.mask: - drop >=net-misc/openssh-5.0_p1-r2 mask on aix, works just fine with proper - interix-rootuid-fix - - 10 Mar 2010; Michael Haubenwallner +aix/profile.bashrc: - re-adding aix/profile.bashrc to keep setting CONFIG_SHELL - - 08 Mar 2010; Fabian Groffen darwin/package.mask: - Update cssc mask to point to the right category (dev-util -> dev-vcs) - - 08 Mar 2010; Fabian Groffen darwin/package.mask: - Unmask Snow Leopard compilers, their ebuilds should be fine now. - - 04 Mar 2010; Markus Duft - +windows/interix/6.1/package.provided, +windows/interix/6.1/parent, - +windows/interix/6.1/use.force, +windows/interix/6.1/use.mask, - +windows/interix/6.1/x86/make.defaults, +windows/interix/6.1/x86/parent, - +windows/winnt/6.1/package.provided, +windows/winnt/6.1/parent, - +windows/winnt/6.1/x86/make.defaults, +windows/winnt/6.1/x86/parent: - added windows 7/2008R2 profiles for interix and winnt, based on the - vista/2008 profiles. - - 25 Feb 2010; Jonathan Callen - windows/interix/profile.bashrc: - Fix grep to work even on files with odd names (like /usr/bin/[) - - 22 Feb 2010; Jonathan Callen package.use.mask: - Add ppp on kdenetwork-meta to p.use.mask - - 17 Feb 2010; Markus Duft windows/interix/package.mask: - masked perl >=5.10 for ~x86-interix - does not build atm. - - 14 Feb 2010; Fabian Groffen - sunos/solaris/package.mask: - Mask binutils-2.20.51.0.5, doesn't compile - - 11 Feb 2010; Jonathan Callen package.mask: - Remove KDE 4.4 mask - - 10 Feb 2010; Fabian Groffen - darwin/macos/package.use.mask: - Heiko Przybyl felt like fixing cmake building a .app with USE=qt4 - - 10 Feb 2010; Fabian Groffen - darwin/macos/package.use.mask: - Mask qt4 USE-flag for cmake on Darwin, since we don't want the .app - version of cmake - - 09 Feb 2010; Alexey Shvetsov package.mask: - mask kde sc 4.4.0 since neede deps not keyworded - - 09 Feb 2010; Fabian Groffen - sunos/solaris/package.mask: - Mask binutils-2.20.51.0.6, doesn't compile - - 03 Feb 2010; Fabian Groffen darwin/package.mask: - Mask dev-util/cssc-1.2.0, the Darwin linker doesn't like duplicate symbols - caused by implementation code in a header file. Since noone actually uses - this version (where is its homepage?) I'm not going to make a big patch to - fix this. - - 01 Feb 2010; Jeremy Olexa use.mask: - Mask ruby_targets_jruby, bug 302563 - - 10 Jan 2010; Fabian Groffen +mint/package.use.mask: - package.use.mask extensions for MiNT, bug #299294 - - 09 Jan 2010; Christian Faulhammer - -bsd/freebsd/8.0/x86/use.mask: - X support is now possible so unmask USE flag - - 09 Jan 2010; Christian Faulhammer package.use.mask: - mask m17n-lib and hesiod USE flags for GNU Emacs - - 08 Jan 2010; Jeremy Olexa package.use.mask: - Fix typo and add more comment description - - 08 Jan 2010; Christian Faulhammer - +bsd/freebsd/8.0/x86/use.mask: - Mask X USE flag on FreeBSD due to missing keywords - - 08 Jan 2010; Christian Faulhammer - bsd/freebsd/8.0/package.mask: - mask GCC 4.4 and onwards, does not compile currently on FreeBSD - - 07 Jan 2010; Christian Faulhammer - bsd/freebsd/8.0/package.mask: - mask sys-libs/readline-6 for FreeBSD - - 30 Dec 2009; Jonathan Callen linux/make.defaults: - Disable acl by default in linux profiles - - 29 Dec 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask emacs-23.1 at last on Solaris, it's been broken way too long (bug - #294479) - - 29 Dec 2009; Jonathan Callen linux/use.mask: - Unmask acl on linux - - 28 Dec 2009; Fabian Groffen package.mask: - Mask =dev-python/beautifulsoup-3.1.0.1-r1 because it depends on python-3 - - 28 Dec 2009; Fabian Groffen - sunos/solaris/5.10/sparc/package.mask, - +sunos/solaris/5.10/sparc64/package.mask: - Mask gcc-4.4.2 on sparcbased Solaris 10, fails to compile - - 27 Dec 2009; Ulrich Mueller - darwin/macos/package.use.mask: - Reflect package move from app-editors/emacs-cvs to app-editors/emacs-vcs - in package.use.mask. - - 27 Dec 2009; Fabian Groffen package.mask: - Mask gcc-config-1.5 so we can test it a bit first - - 24 Dec 2009; Jeremy Olexa linux/arm/make.defaults: - Add ** to ACCEPT_KEYWORDS of arm-linux - - 23 Dec 2009; Jeremy Olexa linux/arm/make.defaults: - Set a PORTAGE_BINHOST for arm-linux - - 23 Dec 2009; Fabian Groffen darwin/package.mask: - Drop mask for xmlrpc-c (the only one in the tree), it seems other patches - have also fixed compilation on Darwin - - 21 Dec 2009; Fabian Groffen - +bsd/freebsd/8.0/package.mask, +bsd/freebsd/8.0/package.provided, - +bsd/freebsd/8.0/parent, +bsd/freebsd/8.0/x64/make.defaults, - +bsd/freebsd/8.0/x64/parent, +bsd/freebsd/8.0/x86/make.defaults, - +bsd/freebsd/8.0/x86/parent: - Add FreeBSD 8.0 profiles for i686 and x86_64 - - 17 Dec 2009; Jeremy Olexa +linux/arm/make.defaults, - +linux/arm/parent: - Add experimental arm profiles for armv7 - - 13 Dec 2009; Jonathan Callen package.mask: - Unmasking KDE 4.3, as the mask was never really needed anyway (not yet in - prefix tree) - - 04 Dec 2009; Fabian Groffen - darwin/macos/package.mask: - Unmask sip on Darwin, the latest version with a new patch seems to behave - - 24 Nov 2009; Jeremy Olexa use.mask: - Make USE=udev globally for Gentoo Prefix profiles, bug 293480 - - 22 Nov 2009; Fabian Groffen package.mask: - Mask sys-devel/patch-2.6, it's too much GNU is not Linux (they stopped - with UNIX years ago) - - 15 Nov 2009; Fabian Groffen - sunos/solaris/package.mask: - A new pre-release of mc, a new breakage on Solaris - - 15 Nov 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask eix-0.18.3 due to compilation issues - - 15 Nov 2009; Fabian Groffen package.mask: - unmask File-Spec again, perl-5.10.1 is in the Prefix tree now - - 04 Nov 2009; Michael Haubenwallner - linux/x86/make.defaults: - add -m32 to CFLAGS, for bootstrapping i686 on x86_64-linux using host gcc - - 02 Nov 2009; Michael Haubenwallner aix/package.mask: - dropped openssl mask on aix, fixed again to build good shared libs - - 01 Nov 2009; Fabian Groffen package.mask: - Unmask ssmtp-2.62 since -r7, as that one finally got the fix we'd been - looking for - - 30 Oct 2009; Fabian Groffen - darwin/macos/10.4/x86/package.use.mask, - darwin/macos/10.5/x64/package.use.mask, - darwin/macos/10.5/x86/package.use.mask, - darwin/macos/10.6/x64/package.use.mask, - darwin/macos/10.6/x86/package.use.mask, darwin/macos/package.use.mask, - darwin/package.use.mask: - Move mplayer USE-masks up to global darwin/macos level (for bug #291203), - and cleanup mmx masking - - 28 Oct 2009; Michael Haubenwallner -aix/profile.bashrc: - portage handles merging of shared library archives on aix itself now, - no need to do this in profile.bashrc any more. - - 27 Oct 2009; Fabian Groffen darwin/package.mask: - Mask gcc-4.{3,4} on Darwin, as it doesn't compile for a while now - - 25 Oct 2009; Fabian Groffen package.mask: - Unmask pax-utils-0.1.19, I added the strndup patches to the Prefix ebuild - - 22 Oct 2009; Jeremy Olexa linux/amd64/parent, - linux/ia64/parent, linux/x86/parent: - Move prefix/linux profiles to inherit 10.0 instead of 2008.0 now that - those are deprecated, bug 280540 - - 18 Oct 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask app-misc/mc-4.7.0_pre3 too, still insists on doing Linux stuff - - 18 Oct 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask ocaml-3.11.1 because it fails to build due to some missing symbol - - 15 Oct 2009; Jeremy Olexa linux/package.mask: - Mask ~dev-libs/nss-3.12.4 on linux only because it exposes some other - issues - - 09 Oct 2009; Fabian Groffen +irix/package.use.force: - Force nocxx for sys-libs/db, bug #286097 - - 05 Oct 2009; Fabian Groffen package.mask: - drop mask for Portage no longer in the tree - - 03 Oct 2009; Fabian Groffen - sunos/solaris/5.10/x86/package.use.mask: - unmask netpbm:jpeg2k on Solaris, the issue has been fixed - - 02 Oct 2009; Michael Haubenwallner - +sunos/solaris/5.9/package.use.force: - app-admin/eselect-python still needs gnulib on solaris 9 for scandir, and - has IUSE=gnulib - - 02 Oct 2009; Michael Haubenwallner - sunos/solaris/package.use.mask: - ohw, solaris-provided libuuid is insufficient for x11-libs/libSM (#230981) - - 30 Sep 2009; Michael Haubenwallner - +sunos/solaris/package.use.mask: - x11-libs/libSM can use solaris-provided libuuid (#230981) - - 30 Sep 2009; Michael Haubenwallner - +bsd/package.use.mask, linux/package.use.mask, package.use.mask: - p.use.mask x11-libs/libSM[uuid] for prefix, but keep it unmasked for linux - and bsd (#230981) - - 30 Sep 2009; Markus Duft windows/winnt/package.mask: - mask current xproto on winnt, since the patches need some more massage. - - 30 Sep 2009; Markus Duft windows/interix/package.mask: - mask new coreutils on interix until patches are forward-ported - - 30 Sep 2009; Jeremy Olexa package.use.mask: - mask python[berkdb] due to build failure and the fact that it is going - away soon according to gx86 devs - - 28 Sep 2009; Michael Haubenwallner irix/package.mask, - sunos/solaris/package.mask: - unmask perl-5.8.8-r6 as bug#269430 is fixed now - - 24 Sep 2009; Fabian Groffen package.mask: - Masked =sys-apps/portage-2.2.00.14277 because it eats - /etc/init.d/functions.sh - - 23 Sep 2009; Markus Duft package.mask: - masked some stuff that requires perl 5.10 which is not there yet - - 17 Sep 2009; Fabian Groffen - darwin/macos/10.6/x86/make.defaults: - set -march again on 32-bits 10.6, the compiler barf was because - i386-apple-darwin10 by default produces/targets 64-bits code - - 12 Sep 2009; Fabian Groffen - darwin/macos/10.5/x64/package.mask, darwin/macos/10.6/x64/package.mask, - package.mask: - Drop mask for binutils-apple-3.1.2-r1, it's no longer in the tree - - 12 Sep 2009; Fabian Groffen darwin/package.mask: - Unmask binutils-apple-3.2, it is 64-bits clean/safe and compiles since we - just use an older ld64 :( - - 12 Sep 2009; Fabian Groffen - darwin/macos/10.6/x86/make.defaults: - Don't set -march, as it makes the host compiler vomit - - 08 Sep 2009; Fabian Groffen - sunos/solaris/package.mask: - I fixed the compilation issue in rlfe on Solaris, remove mask - - 07 Sep 2009; Fabian Groffen - +darwin/macos/10.6/x86/make.defaults, +darwin/macos/10.6/x86/package.mask, - +darwin/macos/10.6/x86/package.use.force, - +darwin/macos/10.6/x86/package.use.mask, +darwin/macos/10.6/x86/parent, - +darwin/macos/10.6/x86/use.mask: - Add 32-bits Intel profile for Snow Leopard - - 07 Sep 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask sys-libs/readline-6.0 on (Open)Solaris, doesn't compile, bug #283793 - - 05 Sep 2009; Fabian Groffen darwin/package.mask: - Mask upcoming Snow Leopard compiler and linker, as there are still some - problems that need to be sorted out - - 05 Sep 2009; Fabian Groffen - sunos/solaris/package.mask: - extend mc mask to revisions - - 05 Sep 2009; Fabian Groffen - darwin/macos/10.4/ppc/package.mask: - mask sci-biology/hmmer-3.0_beta2 for the same reason as its predecessors - are masked - - 03 Sep 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask sys-apps/dbus-1.3.0 as it doesn't compile - - 03 Sep 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask mc-4.7.0_pre2, as it insists on doing linux vfs (ext2 undel) stuff - - 02 Sep 2009; Fabian Groffen package.mask, - package.use.mask: - unmask some xfce packages and only mask offending USE-flags, since - darkside made it all work again - - 02 Sep 2009; Jorge Manuel B. S. Vicetto - package.mask: - Masking >= KDE-4.3 for this arch to prevent tree breakage following - the global unmask of KDE-4.3 (bug #280312). - - 02 Sep 2009; Fabian Groffen - sunos/solaris/package.mask: - mask findutils-4.5.5 on Solaris, as it dies with asserts all the time - - 02 Sep 2009; Markus Duft - windows/interix/3.5/package.mask: - masked the latest portage on interix 3 where it seems to cause problems - with encoding stuff - - 02 Sep 2009; Markus Duft windows/interix/use.mask: - re-enabled xcb use flag on interix, since i fixed libxcb - - 02 Sep 2009; Fabian Groffen - darwin/macos/package.mask: - Mask media-libs/freeglut-2.6.0_rc1 on Darwin, since it doesn't compile - - 02 Sep 2009; Markus Duft windows/interix/use.mask: - masked xcb use flag for ~x86-interix, since libxcb works only partially - - 31 Aug 2009; Fabian Groffen - darwin/macos/package.use.mask: - unmask aqua USE-flag for python, now it seems I sorted all outstanding - issues - - 31 Aug 2009; Fabian Groffen - darwin/macos/10.6/package.mask, package.mask: - unmask readline-6 in prefix, as gx86 is stabling it - - 27 Aug 2009; Fabian Groffen package.mask: - unmask Portage again, it should have bug #282854 fixed now - - 26 Aug 2009; Jeremy Olexa package.mask: - p.mask latest portage, bug 282854 - - 21 Aug 2009; Jeremy Olexa package.mask: - preempt mask for python:3.1, remove mask for eselect-1.1.3 (non existent) - - 20 Aug 2009; Fabian Groffen package.mask: - Let's go wild, unmask latest eselect-python, now we've patched it in our - tree - - 19 Aug 2009; Jeremy Olexa windows/interix/use.mask, - windows/winnt/use.mask: - Remove spurious entires for USE=aqua. Not needed in subdirs when it is - inherited from base - - 19 Aug 2009; Fabian Groffen - darwin/macos/10.6/package.mask: - unmask readline 6 on 10.6 profiles, since that's the only thing that - builds there - - 18 Aug 2009; Jeremy Olexa package.mask: - p.mask =app-admin/eselect-1.1.3 in favor of 1.2 coming soon - - 18 Aug 2009; Fabian Groffen - darwin/macos/package.use.mask: - Mask aqua USE-flag for python, since it's absolutely not yet ready for use - - 18 Aug 2009; Markus Duft windows/interix/package.mask: - p.mask'ed findutils-4.5.5 on interix - xargs broken - - 18 Aug 2009; Jeremy Olexa aix/use.mask, - bsd/use.mask, hpux/use.mask, irix/use.mask, linux/amd64/make.defaults, - linux/x86/make.defaults, mint/use.mask, sunos/use.mask, - windows/winnt/use.mask: - be more strict in profile syntax, bug 281838 - - 17 Aug 2009; Fabian Groffen +darwin/macos/10.6/eapi, - +darwin/macos/10.6/make.defaults, +darwin/macos/10.6/package.mask, - +darwin/macos/10.6/package.provided, +darwin/macos/10.6/package.use.mask, - +darwin/macos/10.6/parent, +darwin/macos/10.6/profile.bashrc, - +darwin/macos/10.6/x64/make.defaults, +darwin/macos/10.6/x64/package.mask, - +darwin/macos/10.6/x64/package.use.force, - +darwin/macos/10.6/x64/package.use.mask, +darwin/macos/10.6/x64/parent, - +darwin/macos/10.6/x64/use.mask: - Add initial 10.6 (Snow Leopard) profile - - 17 Aug 2009; Fabian Groffen +irix/package.mask, - sunos/solaris/package.mask: - Mask perl-5.8.8-r6 on Solaris and IRIX because it breaks autotools there, - bug #269430 - - 14 Aug 2009; Markus Duft windows/interix/6.0/use.mask: - unmask i6fork on interix 6 again - i6fork has been fixed - - 13 Aug 2009; Markus Duft windows/interix/package.mask: - masked >=startup-notification-0.10 on interix, requires xcb-util. - - 13 Aug 2009; Markus Duft windows/interix/6.0/use.mask, - windows/interix/package.mask, windows/interix/profile.bashrc: - extended subversion mask to 1.6.4. re-formatted an expression which failed - on windows 7. masked the i6fork flag on interix 6 for now - not working. - - 11 Aug 2009; Jeremy Olexa package.mask: - fix typos - - 10 Aug 2009; Jeremy Olexa package.mask: - p.mask ebuilds that need >=app-admin/eselect-python-20090801 - - 10 Aug 2009; Jeremy Olexa package.mask: - p.mask =virtual/emacs-23 to salvage the depgraph - - 05 Aug 2009; Fabian Groffen aix/package.mask, - hpux/package.mask, package.mask: - Drop masks on sys-apps/file that apply to versions no longer in our tree - - 05 Aug 2009; Fabian Groffen aix/package.mask, - -aix/package.unmask: - Unmask native-cctools without package.unmask, bug #280433, it looks like - it did work that way, though - - 03 Aug 2009; Fabian Groffen package.mask: - Mask eselect-python-20090801, messing around with Python is better done in - gentoo-x86 ONLY - - 31 Jul 2009; Markus Duft - windows/interix/3.5/package.mask: - masked numpy on interix 3.5, since it conflicts with system headers - - 31 Jul 2009; Fabian Groffen package.mask: - unmask perl's -r6 and -r7, r7 is now gone in Prefix again too, -r6 made - its reentrance with some fixes - - 30 Jul 2009; Jeremy Olexa package.mask: - p.mask perl-5.8.8-r7 because its auto-sync is messed up. - - 28 Jul 2009; Michael Haubenwallner - +hpux/B.11.11/package.use.mask: - hpux11.11 does not have /dev/*random: use.masked 'urandom' for - dev-libs/apr - - 28 Jul 2009; Fabian Groffen package.mask: - Mask >=sys-apps/util-linux-2.16 too, comment #5 in bug #278341 - - 27 Jul 2009; Michael Haubenwallner - +hpux/B.11.11/hppa2.0/make.defaults, +hpux/B.11.11/hppa2.0/parent, - +hpux/B.11.11/package.provided, +hpux/B.11.11/parent: - added 32bit profile for hppa2.0*-hp-hpux11.11 - - 27 Jul 2009; Markus Duft windows/winnt/package.mask: - unmaske icu-4, seems to work - - 27 Jul 2009; Markus Duft windows/interix/package.mask, - windows/winnt/package.mask: - remove boost mask - works now again - - 26 Jul 2009; Fabian Groffen package.mask: - Mask >=e2fsprogs*-2.41.8. util-linux doesn't work on non-Linux and doesn't - work in Prefix. - - 23 Jul 2009; Michael Haubenwallner aix/package.mask: - gdb-*.50 are linux-only releases and don't (need to) work on aix. - - 22 Jul 2009; Michael Haubenwallner aix/profile.bashrc, - hpux/profile.bashrc, profile.bashrc: - work around missing mechanism to stack profile.bashrc hooks - - 22 Jul 2009; Michael Haubenwallner - hpux/B.11.31/hppa2.0/make.defaults: - use CHOST=hppa2.0n-hp-hpux11.* in 32bit hppa2.0 hpux11 profile. - - 21 Jul 2009; Markus Duft windows/interix/use.mask: - masked a few more user flags that wont work on interix - - 21 Jul 2009; Michael Haubenwallner hpux/profile.bashrc: - typo calling 'prefix_hpux-pre_pkg_postinst' while it should have been - 'prefix_hpux-post_pkg_preinst' - - 16 Jul 2009; Fabian Groffen package.mask: - remove masks for versions of Portage no longer in the tree - - 16 Jul 2009; Jeremy Olexa package.mask: - p.mask =sys-apps/portage-2.2.00.13827 due to regression, bug 278014 - - 16 Jul 2009; Michael Haubenwallner hpux/package.mask: - masking gcc-4.3 on hpux for various reasons - - 14 Jul 2009; Jeremy Olexa package.mask: - p.mask portage-2.2.00.13825 due to regression with virtuals - - 14 Jul 2009; Michael Haubenwallner hpux/profile.bashrc: - preserve busy text files based on installed file types, not - to-be-installed ones - - 14 Jul 2009; Michael Haubenwallner aix/package.mask: - fixed cvs header - - 14 Jul 2009; Michael Haubenwallner - +aix/5.3.0.0/package.mask: - masked sys-process/lsof-4.82 on aix5.3 - - 12 Jul 2009; Fabian Groffen make.defaults: - Get collision-protect back on, thanks sping's smolt tool which made me - notice. Disabling this in Prefix is lethal. - - 09 Jul 2009; Markus Duft - +windows/interix/6.0/use.force, +windows/interix/6.0/use.mask: - added i6fork use.{mask,force} entry to enable/force i6fork on interix6 to - fix fork() problems - - 07 Jul 2009; Fabian Groffen package.mask: - Mask portage-2.2.00.13797, bug #276957 - - 07 Jul 2009; Fabian Groffen package.mask: - Remove mask on no longer existing portage version - - 02 Jul 2009; Michael Haubenwallner package.mask: - Mask =sys-apps/portage-2.2.00.13734, does merge in reverse order with - --nodeps. - - 30 Jun 2009; Jeremy Olexa linux/make.defaults: - Remove sandbox being enabled by default on linux prefix platforms, users can - still enable themselves if wanted - - 30 Jun 2009; Jeremy Olexa aix/make.defaults, - bsd/freebsd/make.defaults, bsd/netbsd/make.defaults, - bsd/openbsd/make.defaults, darwin/make.defaults, hpux/make.defaults, - irix/make.defaults, make.defaults, mint/make.defaults, - sunos/make.defaults, windows/interix/make.defaults, - windows/winnt/make.defaults: - Mark FEATURES=-sandbox globally because it fails to work reliably on any - Gentoo Prefix platform. - - 30 Jun 2009; Jeremy Olexa package.mask: - Remove subversion mask - - 30 Jun 2009; Jeremy Olexa package.mask, use.mask: - Mask USE=pam and sys-libs/pam, sys-auth/pambase because the host's auth - system should be used anyway - - 30 Jun 2009; Fabian Groffen darwin/package.mask: - Mask app-crypt/ccrypt-1.8 for it doesn't compile (does stupid things) - - 28 Jun 2009; Fabian Groffen - darwin/macos/package.mask: - Removed gconf masks, I fixed the issue - - 28 Jun 2009; Fabian Groffen - darwin/macos/10.4/ppc/package.mask: - mask hmmer-3.0_beta1, as Altivec or dummy backends are still not yet - implemented - - 28 Jun 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask media-gfx/sam2p-0.46 due to compilation failure, remove mask for ruby - version no longer in the tree - - 26 Jun 2009; Michael Sterrett - +darwin/macos/10.4/eapi, +darwin/macos/10.5/eapi: - The PM needs to know the eapi right in the child node of the profile. - - 26 Jun 2009; +eapi: - - commit 1.130 of ../profile.desc enabled prefix in QA tools. Mr_Bones - points out that slots are used in sub profiles package.mask files. This - eapi=1 commit is in accordance with - http://archives.gentoo.org/gentoo-dev/msg_930f58fcebcbbcbe523c001f2c825179.x - ml (Change to a higher eapi if needed) - - 25 Jun 2009; Christian Faulhammer - windows/interix/use.mask: - mask USE flag xemacs on Interix because it won't compile anyway - - 24 Jun 2009; Markus Duft windows/winnt/use.mask: - use.mask readline for winnt - readline doesnt work here... - - 24 Jun 2009; Michael Haubenwallner package.mask: - Mask icu-4.2, let it fix in ~main tree first (#269659). - - 23 Jun 2009; Michael Haubenwallner - +hpux/B.11.31/hppa2.0/make.defaults, +hpux/B.11.31/hppa2.0/parent: - added profile for hppa2.0-hp-hpux11.31, the first hppa-hpux one. - - 21 Jun 2009; Fabian Groffen package.mask: - Mask ncurses-5.7-r1 as it breaks Solaris and Darwin, and probably much - more - - 21 Jun 2009; Fabian Groffen bsd/package.mask, - bsd/packages, darwin/package.mask, darwin/packages, package.mask: - Prepare to remove bsd-man-pages as it doesn't really provide anything - useful (and it already exists on the host system) - - 20 Jun 2009; Fabian Groffen - bsd/freebsd/7.1/package.mask, bsd/freebsd/7.2/package.mask: - clean up bsd/* masks - - 20 Jun 2009; Fabian Groffen - sunos/solaris/5.10/x64/package.mask, sunos/solaris/5.11/x64/package.mask, - sunos/solaris/package.mask: - clean up sunos/* masks - - 20 Jun 2009; Fabian Groffen - windows/interix/3.5/package.mask, windows/interix/package.mask: - clean up windows/* masks - - 20 Jun 2009; Fabian Groffen package.mask: - Removed mask entries for no longer existing packages/ebuilds, thanks idl0r - - 19 Jun 2009; Fabian Groffen package.mask: - Unmask sandbox-2, since we should have a patched up for Prefix version - now. - - 19 Jun 2009; Markus Duft windows/interix/package.mask: - masked libiconv 1.13 on interix - doesnt build - - 17 Jun 2009; Markus Duft windows/interix/package.mask: - updated subversion mask for interix - still not working - - 07 Jun 2009; Fabian Groffen - darwin/macos/package.mask: - gnome-base/gconf-2.26.2 has the same linkage problem as 2.26.0 - - 06 Jun 2009; +aix/5.2.0.0/package.provided, - +aix/5.2.0.0/parent, +aix/5.2.0.0/ppc/make.defaults, - +aix/5.2.0.0/ppc/parent, +aix/5.3.0.0/package.provided, - +aix/5.3.0.0/parent, +aix/5.3.0.0/ppc/make.defaults, - +aix/5.3.0.0/ppc/parent, +aix/6.1.0.0/package.provided, - +aix/6.1.0.0/parent, +aix/6.1.0.0/ppc/make.defaults, - +aix/6.1.0.0/ppc/parent, +aix/make.defaults, +aix/package.mask, - +aix/package.unmask, +aix/package.use.force, +aix/package.use.mask, - +aix/packages, +aix/parent, +aix/profile.bashrc, +aix/use.force, - +aix/use.mask, +aix/virtuals, +bsd/freebsd/7.1/package.mask, - +bsd/freebsd/7.1/package.provided, +bsd/freebsd/7.1/parent, - +bsd/freebsd/7.1/x64/make.defaults, +bsd/freebsd/7.1/x64/parent, - +bsd/freebsd/7.1/x86/make.defaults, +bsd/freebsd/7.1/x86/parent, - +bsd/freebsd/7.2/package.mask, +bsd/freebsd/7.2/package.provided, - +bsd/freebsd/7.2/parent, +bsd/freebsd/7.2/x64/make.defaults, - +bsd/freebsd/7.2/x64/parent, +bsd/freebsd/7.2/x86/make.defaults, - +bsd/freebsd/7.2/x86/parent, +bsd/freebsd/make.defaults, - +bsd/freebsd/parent, +bsd/freebsd/use.force, +bsd/freebsd/use.mask, - +bsd/freebsd/virtuals, +bsd/netbsd/4.0/package.provided, - +bsd/netbsd/4.0/parent, +bsd/netbsd/4.0/x86/make.defaults, - +bsd/netbsd/4.0/x86/parent, +bsd/netbsd/make.defaults, +bsd/netbsd/parent, - +bsd/netbsd/use.force, +bsd/netbsd/use.mask, +bsd/netbsd/virtuals, - +bsd/openbsd/4.2/package.mask, +bsd/openbsd/4.2/package.provided, - +bsd/openbsd/4.2/parent, +bsd/openbsd/4.2/ppc/make.defaults, - +bsd/openbsd/4.2/ppc/parent, +bsd/openbsd/4.2/x64/make.defaults, - +bsd/openbsd/4.2/x64/parent, +bsd/openbsd/4.2/x86/make.defaults, - +bsd/openbsd/4.2/x86/parent, +bsd/openbsd/make.defaults, - +bsd/openbsd/parent, +bsd/openbsd/use.force, +bsd/openbsd/use.mask, - +bsd/openbsd/virtuals, +bsd/package.mask, +bsd/packages, +bsd/parent, - +bsd/use.mask, +darwin/macos/10.3/make.defaults, - +darwin/macos/10.3/package.mask, +darwin/macos/10.3/package.provided, - +darwin/macos/10.3/parent, +darwin/macos/10.3/profile.bashrc, - +darwin/macos/10.3/use.mask, +darwin/macos/10.4/make.defaults, - +darwin/macos/10.4/package.mask, +darwin/macos/10.4/package.provided, - +darwin/macos/10.4/parent, +darwin/macos/10.4/ppc/make.defaults, - +darwin/macos/10.4/ppc/package.mask, +darwin/macos/10.4/ppc/parent, - +darwin/macos/10.4/ppc/use.mask, +darwin/macos/10.4/ppc64/make.defaults, - +darwin/macos/10.4/ppc64/parent, +darwin/macos/10.4/ppc64/use.mask, - +darwin/macos/10.4/profile.bashrc, +darwin/macos/10.4/x86/make.defaults, - +darwin/macos/10.4/x86/package.use.force, - +darwin/macos/10.4/x86/package.use.mask, +darwin/macos/10.4/x86/parent, - +darwin/macos/10.4/x86/use.mask, +darwin/macos/10.5/make.defaults, - +darwin/macos/10.5/package.mask, +darwin/macos/10.5/package.provided, - +darwin/macos/10.5/package.use.mask, +darwin/macos/10.5/parent, - +darwin/macos/10.5/ppc/make.defaults, +darwin/macos/10.5/ppc/package.mask, - +darwin/macos/10.5/ppc/package.use.force, - +darwin/macos/10.5/ppc/package.use.mask, +darwin/macos/10.5/ppc/parent, - +darwin/macos/10.5/ppc/use.mask, +darwin/macos/10.5/profile.bashrc, - +darwin/macos/10.5/x64/make.defaults, +darwin/macos/10.5/x64/package.mask, - +darwin/macos/10.5/x64/package.use.force, - +darwin/macos/10.5/x64/package.use.mask, +darwin/macos/10.5/x64/parent, - +darwin/macos/10.5/x64/use.mask, +darwin/macos/10.5/x86/make.defaults, - +darwin/macos/10.5/x86/package.mask, - +darwin/macos/10.5/x86/package.use.force, - +darwin/macos/10.5/x86/package.use.mask, +darwin/macos/10.5/x86/parent, - +darwin/macos/10.5/x86/use.mask, +darwin/macos/make.defaults, - +darwin/macos/package.mask, +darwin/macos/package.use.force, - +darwin/macos/package.use.mask, +darwin/macos/packages, - +darwin/macos/parent, +darwin/macos/use.mask, +darwin/macos/virtuals, - +darwin/make.defaults, +darwin/package.mask, +darwin/package.use.mask, - +darwin/packages, +darwin/parent, +darwin/use.force, +darwin/use.mask, - +darwin/virtuals, +hpux/B.11.23/ia64/make.defaults, - +hpux/B.11.23/ia64/parent, +hpux/B.11.23/package.provided, - +hpux/B.11.23/parent, +hpux/B.11.31/ia64/make.defaults, - +hpux/B.11.31/ia64/parent, +hpux/B.11.31/package.provided, - +hpux/B.11.31/parent, +hpux/make.defaults, +hpux/package.mask, - +hpux/packages, +hpux/parent, +hpux/profile.bashrc, +hpux/use.force, - +hpux/use.mask, +hpux/virtuals, +irix/6.5/mips/make.defaults, - +irix/6.5/mips/parent, +irix/6.5/package.provided, +irix/6.5/parent, - +irix/make.defaults, +irix/package.use.mask, +irix/packages, +irix/parent, - +irix/profile.bashrc, +irix/use.force, +irix/use.mask, +irix/virtuals, - +linux/amd64/make.defaults, +linux/amd64/parent, - +linux/ia64/make.defaults, +linux/ia64/parent, +linux/make.defaults, - +linux/package.mask, +linux/package.provided, +linux/package.use.mask, - +linux/packages, +linux/parent, +linux/use.force, +linux/use.mask, - +linux/virtuals, +linux/x86/make.defaults, +linux/x86/parent, - +make.defaults, +mint/m68k/make.defaults, +mint/m68k/parent, - +mint/m68k/use.mask, +mint/make.defaults, +mint/package.provided, - +mint/packages, +mint/parent, +mint/use.mask, +mint/virtuals, - +package.mask, +package.provided, +package.use.mask, +packages, - +profile.bashrc, +sunos/make.defaults, +sunos/packages, +sunos/parent, - +sunos/solaris/5.9/package.provided, +sunos/solaris/5.9/parent, - +sunos/solaris/5.9/sparc/make.defaults, - +sunos/solaris/5.9/sparc/package.mask, +sunos/solaris/5.9/sparc/parent, - +sunos/solaris/5.9/sparc64/make.defaults, - +sunos/solaris/5.9/sparc64/package.mask, - +sunos/solaris/5.9/sparc64/parent, +sunos/solaris/5.10/package.provided, - +sunos/solaris/5.10/parent, +sunos/solaris/5.10/sparc/make.defaults, - +sunos/solaris/5.10/sparc/package.mask, +sunos/solaris/5.10/sparc/parent, - +sunos/solaris/5.10/sparc64/make.defaults, - +sunos/solaris/5.10/sparc64/package.use.mask, - +sunos/solaris/5.10/sparc64/parent, +sunos/solaris/5.10/x64/make.defaults, - +sunos/solaris/5.10/x64/package.mask, - +sunos/solaris/5.10/x64/package.use.mask, +sunos/solaris/5.10/x64/parent, - +sunos/solaris/5.10/x86/make.defaults, - +sunos/solaris/5.10/x86/package.use.mask, +sunos/solaris/5.10/x86/parent, - +sunos/solaris/5.11/package.mask, +sunos/solaris/5.11/package.provided, - +sunos/solaris/5.11/parent, +sunos/solaris/5.11/sparc/make.defaults, - +sunos/solaris/5.11/sparc/parent, - +sunos/solaris/5.11/sparc64/make.defaults, - +sunos/solaris/5.11/sparc64/package.use.mask, - +sunos/solaris/5.11/sparc64/parent, +sunos/solaris/5.11/x64/make.defaults, - +sunos/solaris/5.11/x64/package.mask, - +sunos/solaris/5.11/x64/package.use.mask, +sunos/solaris/5.11/x64/parent, - +sunos/solaris/5.11/x86/make.defaults, - +sunos/solaris/5.11/x86/package.use.mask, +sunos/solaris/5.11/x86/parent, - +sunos/solaris/package.mask, +sunos/solaris/parent, +sunos/use.force, - +sunos/use.mask, +sunos/virtuals, +use.force, +use.mask, +virtuals, - +windows/interix/3.5/package.mask, +windows/interix/3.5/package.provided, - +windows/interix/3.5/parent, +windows/interix/3.5/x86/make.defaults, - +windows/interix/3.5/x86/parent, +windows/interix/5.2/package.provided, - +windows/interix/5.2/parent, +windows/interix/5.2/x86/make.defaults, - +windows/interix/5.2/x86/parent, +windows/interix/6.0/package.provided, - +windows/interix/6.0/parent, +windows/interix/6.0/x86/make.defaults, - +windows/interix/6.0/x86/parent, +windows/interix/make.defaults, - +windows/interix/package.mask, +windows/interix/package.use.force, - +windows/interix/package.use.mask, +windows/interix/parent, - +windows/interix/profile.bashrc, +windows/interix/use.force, - +windows/interix/use.mask, +windows/interix/virtuals, +windows/parent, - +windows/winnt/3.5/package.provided, +windows/winnt/3.5/parent, - +windows/winnt/3.5/x86/make.defaults, +windows/winnt/3.5/x86/parent, - +windows/winnt/5.2/package.provided, +windows/winnt/5.2/parent, - +windows/winnt/5.2/x86/make.defaults, +windows/winnt/5.2/x86/parent, - +windows/winnt/6.0/package.provided, +windows/winnt/6.0/parent, - +windows/winnt/6.0/x86/make.defaults, +windows/winnt/6.0/x86/parent, - +windows/winnt/make.defaults, +windows/winnt/package.mask, - +windows/winnt/packages, +windows/winnt/parent, - +windows/winnt/profile.bashrc, +windows/winnt/use.mask, - +windows/winnt/virtuals: - Initial commit of prefix profiles on behalf of the prefix community - - 05 Jun 2009; Jeremy Olexa package.mask: - p.mask subversion-1.6.2, bug 271424 - - 05 Jun 2009; Fabian Groffen package.mask: - Mask mplayer-1.0_rc2_p20090530, piece of crap. - - 03 Jun 2009; Jeremy Olexa - darwin/macos/10.5/package.use.mask, linux/use.mask, use.mask: - Move acl USE flag masking to a global level - - 02 Jun 2009; Jeremy Olexa package.mask: - add net-fs/curlftpfs to p.mask, bug 272210 - - 01 Jun 2009; Fabian Groffen - darwin/macos/10.5/x64/package.mask: - Unmask sys-devel/binutils-apple-3.1.2-r1 on x64-macos, as it's the - /enabler/ for this arch - - 01 Jun 2009; Fabian Groffen package.mask: - Drop perl-5.8.8-r6 mask (no longer in the tree), and mask upcoming - sys-devel/binutils-apple-3.2.1-r1 due to its experimentalness - - 30 May 2009; Fabian Groffen - sunos/solaris/5.10/sparc/package.mask: - unmask gtk+, seems to be a local problem on my build host, as I can build - it on other machines, and have been told by others the same - - 30 May 2009; Fabian Groffen - +darwin/macos/10.4/ppc/package.mask: - Mask hmmer-3.0_alpha2 on ppc-macos, it can't work on anything but a SSE - capable CPU in this alpha - - 30 May 2009; Fabian Groffen - sunos/solaris/5.10/sparc/package.mask: - Mask gtk+-2.16.1 on sparc-solaris too - - 28 May 2009; Fabian Groffen package.mask: - Mask dev-lang/perl-5.8.8-r6 since it still breaks autotools like hell - - 28 May 2009; Markus Duft windows/interix/package.mask, - +windows/winnt/package.mask: - masked new boost and boost-build versions, which dont currently work on - windows - - 27 May 2009; Fabian Groffen package.mask: - mask media-libs/libmp4v2-1.5.0.1-r2 to avoid extra bugs like bug #271022 - - 25 May 2009; Fabian Groffen - +sunos/solaris/5.11/package.mask: - Mask sys-process/lsof-4.82, totally non-OpenSolaris ready - - 14 May 2009; Markus Duft windows/interix/package.mask: - mask sed 4.2, since it causes problems on interix - - 24 May 2009; Fabian Groffen - -bsd/freebsd/6.2/package.mask, -bsd/freebsd/6.2/package.provided, - -bsd/freebsd/6.2/parent, -bsd/freebsd/6.2/x86/make.defaults, - -bsd/freebsd/6.2/x86/parent: - Drop FreeBSD 6.2 profile - - 24 May 2009; Fabian Groffen - +sunos/solaris/5.10/x64/package.mask, sunos/solaris/5.11/x64/package.mask: - Mask zziplib also on 5.10/x64, update to the current version in portage, - which is still broken - - 24 May 2009; Fabian Groffen - sunos/solaris/package.mask: - I fixed dev-libs/xmlrpc-c-1.18.02 compilation for Solaris, so we can - unmask - - 24 May 2009; Fabian Groffen - sunos/solaris/package.mask: - Remove masks for packages no longer in the tree - - 24 May 2009; Fabian Groffen - sunos/solaris/5.11/x64/package.mask: - Mask sys-devel/m4-1.4.13, as it causes aborts on OpenSolaris/x64 - - 23 May 2009; Fabian Groffen profile.bashrc: - Fix charset.alias removal hack, it didn't work, and the FreeBSD version - isn't resistant against multiple charset.alias files, so go the safe - route. - - 22 May 2009; Jeremy Olexa package.mask: - Remove broken xscreensaver-5.08 from prefix tree - - 22 May 2009; Jeremy Olexa package.mask: - Update mask for xfce4-4.6.* - - 19 May 2009; Fabian Groffen - -bsd/freebsd/6.3/package.mask, -bsd/freebsd/6.3/package.provided, - -bsd/freebsd/6.3/parent, -bsd/freebsd/6.3/x86/make.defaults, - -bsd/freebsd/6.3/x86/parent, bsd/freebsd/7.1/package.mask, - bsd/freebsd/7.1/package.provided, bsd/freebsd/7.1/x64/make.defaults, - bsd/freebsd/7.1/x86/make.defaults, bsd/freebsd/7.2/package.mask, - bsd/freebsd/7.2/package.provided, bsd/freebsd/7.2/x64/make.defaults, - bsd/freebsd/7.2/x86/make.defaults, bsd/freebsd/make.defaults, - bsd/freebsd/use.force, bsd/freebsd/use.mask, bsd/freebsd/virtuals, - bsd/netbsd/4.0/package.provided, bsd/netbsd/4.0/x86/make.defaults, - bsd/netbsd/make.defaults, bsd/netbsd/use.force, bsd/netbsd/use.mask, - bsd/netbsd/virtuals, bsd/openbsd/4.2/package.mask, - bsd/openbsd/4.2/package.provided, bsd/openbsd/4.2/ppc/make.defaults, - bsd/openbsd/4.2/x64/make.defaults, bsd/openbsd/4.2/x86/make.defaults, - bsd/openbsd/make.defaults, bsd/openbsd/use.force, bsd/openbsd/use.mask, - bsd/openbsd/virtuals, bsd/package.mask, bsd/packages, bsd/use.mask: - Added copyright statements to bsd/* files, drop FreeBSD 6.x profiles - - 19 May 2009; Fabian Groffen sunos/make.defaults, - sunos/packages, sunos/solaris/5.9/package.provided, - sunos/solaris/5.9/sparc/make.defaults, - sunos/solaris/5.9/sparc/package.mask, - sunos/solaris/5.9/sparc64/make.defaults, - sunos/solaris/5.9/sparc64/package.mask, - sunos/solaris/5.10/package.provided, - sunos/solaris/5.10/sparc/make.defaults, - sunos/solaris/5.10/sparc/package.mask, - sunos/solaris/5.10/sparc64/make.defaults, - sunos/solaris/5.10/sparc64/package.use.mask, - sunos/solaris/5.10/x64/make.defaults, - sunos/solaris/5.10/x64/package.use.mask, - sunos/solaris/5.10/x86/make.defaults, - sunos/solaris/5.10/x86/package.use.mask, - sunos/solaris/5.11/package.provided, - sunos/solaris/5.11/sparc/make.defaults, - sunos/solaris/5.11/sparc64/make.defaults, - sunos/solaris/5.11/sparc64/package.use.mask, - sunos/solaris/5.11/x64/make.defaults, sunos/solaris/5.11/x64/package.mask, - sunos/solaris/5.11/x64/package.use.mask, - sunos/solaris/5.11/x86/make.defaults, - sunos/solaris/5.11/x86/package.use.mask, sunos/solaris/package.mask, - sunos/use.force, sunos/use.mask, sunos/virtuals: - Added copyright statements to sunos/* files - - 19 May 2009; Michael Haubenwallner - prefix/darwin/package.mask, prefix/package.mask, - prefix/sunos/solaris/package.mask: - moved '=dev-libs/xmlrpc-c-1.18.02' mask from prefix/ to - prefix/sunos/solaris/ and prefix/darwin/, as it works on aix - - 17 May 2009; Fabian Groffen - +sunos/solaris/5.10/sparc/package.mask: - Mask x11-libs/gtk+-2.14.7-r2 on Solaris 10/Sparc as I can't get it to - compile - - 17 May 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask dev-lang/ruby-1.8.7_p160 and dev-lang/ruby-1.8.6_p368 due to - segfaulting behaviour - - 16 May 2009; Fabian Groffen - darwin/macos/package.mask: - Mask gnome-base/gconf-2.26.0 as it tries to link a MH_BUNDLE which won't - work - - 14 May 2009; Markus Duft windows/interix/package.mask: - unmask python 2.6 on interix, since it seems to work fine now. time will - show :) - - 14 May 2009; Fabian Groffen package.use.mask: - dev-python/sancho is in the tree now - - 14 May 2009; Fabian Groffen darwin/package.mask: - sys-process/proctools was removed from the tree - - 14 May 2009; Fabian Groffen darwin/package.mask: - Remove math-pari mask, I just fixed the problem instead - - 13 May 2009; Jeremy Olexa - irix/6.5/mips/make.defaults, irix/6.5/package.provided, - irix/make.defaults, irix/package.use.mask, irix/packages, - irix/profile.bashrc, irix/use.force, irix/use.mask, irix/virtuals, - mint/m68k/make.defaults, mint/m68k/use.mask, mint/make.defaults, - mint/package.provided, mint/packages, mint/use.mask, mint/virtuals: - Update/add copyright for irix and mint profiles - - 13 May 2009; Michael Haubenwallner -hpux/B.11.11, - -hpux/B.11.11/hppa, -hpux/B.11.11/hppa/hppa1.1, - -hpux/B.11.11/hppa/hppa1.1/make.defaults, - -hpux/B.11.11/hppa/hppa1.1/parent, -hpux/B.11.11/hppa/hppa2.0, - -hpux/B.11.11/hppa/hppa2.0/32, - -hpux/B.11.11/hppa/hppa2.0/32/make.defaults, - -hpux/B.11.11/hppa/hppa2.0/32/parent, -hpux/B.11.11/hppa/hppa2.0/64, - -hpux/B.11.11/hppa/hppa2.0/64/make.defaults, - -hpux/B.11.11/hppa/hppa2.0/64/parent, -hpux/B.11.11/hppa/hppa2.0/parent, - -hpux/B.11.11/hppa/make.defaults, -hpux/B.11.11/hppa/parent, - -hpux/B.11.11/package.provided, -hpux/B.11.11/parent, - hpux/B.11.23/ia64/make.defaults, hpux/B.11.23/package.provided, - hpux/B.11.31/ia64/make.defaults, hpux/B.11.31/package.provided, - hpux/make.defaults, hpux/package.mask, -hpux/package.use, hpux/packages, - hpux/profile.bashrc, hpux/use.force, hpux/use.mask, hpux/virtuals: - cleanup hpux profiles: update/add copyrights. - drop HP-UX B.11.11 profile, is hppa only, libtool still broken there. - binutils-config does not iuse 'extwrapper' any more. - - 13 May 2009; Michael Haubenwallner - aix/5.2.0.0/package.provided, aix/5.2.0.0/ppc/make.defaults, - aix/5.3.0.0/package.provided, aix/5.3.0.0/ppc/make.defaults, - aix/6.1.0.0/package.provided, aix/6.1.0.0/ppc/make.defaults, - aix/make.defaults, aix/package.unmask, -aix/package.use, - aix/package.use.force, aix/package.use.mask, aix/packages, - aix/profile.bashrc, aix/use.force, aix/use.mask, aix/virtuals: - cleanup aix profiles: update/add copyrights. - net-nds/openldap needs minimal useflag for all versions. - aix6.1 provides libc-6.1, not libc-5.3. - binutils-config does not iuse 'extwrapper' any more. - - 13 May 2009; Markus Duft - windows/interix/3.5/package.mask, windows/interix/3.5/package.provided, - windows/interix/3.5/x86/make.defaults, - windows/interix/5.2/package.provided, - windows/interix/5.2/x86/make.defaults, - windows/interix/6.0/package.provided, - windows/interix/6.0/x86/make.defaults, windows/interix/make.defaults, - windows/interix/package.mask, windows/interix/package.use.force, - windows/interix/package.use.mask, windows/interix/profile.bashrc, - windows/interix/use.force, windows/interix/use.mask, - windows/interix/virtuals, windows/winnt/3.5/package.provided, - windows/winnt/3.5/x86/make.defaults, windows/winnt/5.2/package.provided, - windows/winnt/5.2/x86/make.defaults, windows/winnt/6.0/package.provided, - windows/winnt/6.0/x86/make.defaults, windows/winnt/make.defaults, - windows/winnt/packages, windows/winnt/profile.bashrc, - windows/winnt/use.mask, windows/winnt/virtuals: - cleaned up windows profiles (interix, winnt). - - 12 May 2009; Fabian Groffen - darwin/macos/10.3/make.defaults, darwin/macos/10.3/package.mask, - darwin/macos/10.3/package.provided, darwin/macos/10.3/profile.bashrc, - darwin/macos/10.3/use.mask, darwin/macos/10.4/make.defaults, - darwin/macos/10.4/package.mask, darwin/macos/10.4/package.provided, - darwin/macos/10.4/ppc/make.defaults, darwin/macos/10.4/ppc/use.mask, - darwin/macos/10.4/ppc64/make.defaults, darwin/macos/10.4/ppc64/use.mask, - darwin/macos/10.4/profile.bashrc, darwin/macos/10.4/x86/make.defaults, - darwin/macos/10.4/x86/package.use.force, - darwin/macos/10.4/x86/package.use.mask, darwin/macos/10.4/x86/use.mask, - darwin/macos/10.5/make.defaults, darwin/macos/10.5/package.mask, - darwin/macos/10.5/package.provided, darwin/macos/10.5/package.use.mask, - darwin/macos/10.5/ppc/make.defaults, darwin/macos/10.5/ppc/package.mask, - darwin/macos/10.5/ppc/package.use.force, - darwin/macos/10.5/ppc/package.use.mask, darwin/macos/10.5/ppc/use.mask, - darwin/macos/10.5/profile.bashrc, darwin/macos/10.5/x64/make.defaults, - darwin/macos/10.5/x64/package.mask, - darwin/macos/10.5/x64/package.use.force, - darwin/macos/10.5/x64/package.use.mask, darwin/macos/10.5/x64/use.mask, - darwin/macos/10.5/x86/make.defaults, darwin/macos/10.5/x86/package.mask, - darwin/macos/10.5/x86/package.use.force, - darwin/macos/10.5/x86/package.use.mask, darwin/macos/10.5/x86/use.mask, - darwin/macos/make.defaults, darwin/macos/package.mask, - darwin/macos/package.use.force, darwin/macos/package.use.mask, - darwin/macos/packages, darwin/macos/virtuals, darwin/make.defaults, - darwin/package.mask, darwin/package.use.mask, darwin/packages, - darwin/use.force, darwin/use.mask, darwin/virtuals: - Update/add copyrights - - 12 May 2009; Jeremy Olexa linux/amd64/make.defaults, - linux/ia64/make.defaults, linux/make.defaults, linux/package.mask, - linux/package.provided, linux/package.use.mask, linux/packages, - linux/use.force, linux/use.mask, linux/virtuals, linux/x86/make.defaults: - Update Copyright headers for linux/ - - 11 May 2009; Fabian Groffen package.mask: - un-unmasking perl-5.8.8-r6, as I resurrected perl-5.8.8-r5 for bug #269430 - - 08 May 2009; Fabian Groffen package.mask: - Mask media-video/ffmpeg-9999 (vcs ebuild) - - 08 May 2009; Michael Haubenwallner - +aix/package.use.mask: - use.masked javacomm for dev-java/ibm-jdk-bin: - IBM does not provide Java Communications API support for AIX - - 06 May 2009; Markus Duft windows/interix/package.mask: - unmasked bash 4.0 - working now on interix. - - 05 May 2009; Fabian Groffen - bsd/freebsd/7.2/x64/make.defaults, bsd/freebsd/7.2/x86/make.defaults: - Add profiles for FreeBSD 7.2 (for heiko) - - 05 May 2009; Fabian Groffen package.mask, - +profile.bashrc: - Add charset.alias removal hack from freebsd profiles - - 03 May 2009; Fabian Groffen package.mask: - Unmask dev-lang/perl-5.8.8-r6 since it's the only version we have in the - tree - - 01 May 2009; Jeremy Olexa use.mask: - Unmask USE=prefix in prefix profiles, soon to be masked in base/ - - 01 May 2009; Fabian Groffen package.mask: - Unmask gentoolkit-dev, at last after 2 years :) - - 30 Apr 2009; Fabian Groffen linux/package.mask, - package.mask: - Don't just let the Linux peepz have all the fun, globally unmask bash-4 - - 30 Apr 2009; Fabian Groffen package.mask: - Mask xmlrpc-c-1.18.02 as it doesn't compile on at least two platforms - - 29 Apr 2009; Jeremy Olexa linux/package.mask: - Unmask bash-4 on linux platforms, works fine for me - - 24 Apr 2009; windows/interix/package.mask: - masked python >= 2.6.0 on interix, since it seems to be b0rked - - 21 Apr 2009; Jeremy Olexa package.mask: - p.mask aircrack-ng, libnl, iw - - 21 Apr 2009; windows/interix/package.mask: - removing ncurses mask again, since bootstrapping from zero now works with it. - - 17 Apr 2009; windows/interix/package.mask: - revert unmasking, since bad enough, ncurses exposes the hang even with a - fresh bootstrap :( - - 17 Apr 2009; windows/interix/package.mask: - removed ncurses mask, since for new bootstraps it works... - - 06 Apr 2009; Fabian Groffen - bsd/freebsd/7.1/x64/make.defaults: - retain backwards compatability for freebsd keywords/conditionals for new - 64-bits profile - - 05 Apr 2009; Fabian Groffen - bsd/freebsd/7.1/x64/make.defaults: - Fix up x64-freebsd profile, there is no backwards compat issue, and the - keyword must be x64-freebsd, not x86-freebsd - - 03 Apr 2009; Fabian Groffen darwin/package.use.mask: - mask gcj on gcc-4.3.3, ld: unknown option: -R/Library/Gentoo/usr/lib - - 02 Apr 2009; Fabian Groffen package.mask: - Mask autoconf-2.63b for as long autoconf-wrapper doesn't deal with it - - 26 Mar 2009; Jeremy Olexa package.mask: - p.mask xfce4-4.6.0 based on its dependance for xorg-server-1.5.3 - - 26 Mar 2009; Fabian Groffen package.mask: - Unmask gcc-4.3, we can compile @system with it, bootstrapping is still - initially done with 4.2 since 4.3 can't be bootstrapped (fails to compile) - - 25 Mar 2009; Jeremy Olexa package.mask: - revert libgphoto2 mask, probably a libtool problem involved but not specific - to this package - - 25 Mar 2009; Fabian Groffen package.mask: - Mask =app-text/ghostscript-gpl-8.64* due to b0rkage in real life - - 24 Mar 2009; Jeremy Olexa package.mask: - p.mask media-libs/libgphoto2 - - 18 Mar 2009; Michael Haubenwallner - aix/package.use.force: - openldap builds with USE=minimal only on AIX, bug #261186 - - 15 Mar 2009; Fabian Groffen darwin/use.mask: - unmask sdl again, bug #257960 - - 15 Mar 2009; Fabian Groffen - darwin/macos/package.mask, darwin/macos/package.use.force, - darwin/macos/use.mask: - unmask opengl use flag, it works since we have opengl in the tree, remove - mask for libsdl for the same reason - - 14 Mar 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask gdb-6.8.50.20090302.8.11 and up, as it seems to be Fedora Linux only - - 12 Mar 2009; Markus Duft windows/interix/package.mask: - mask new graphviz 2.22.0 on interix. doesnt build - - 10 Mar 2009; Fabian Groffen package.mask: - Enlarge findutils-4.5.3 mask, it still asserts like hell - - 10 Mar 2009; Markus Duft windows/interix/package.mask: - unmasked new coreutils 7.1 on windows, works now. - - 10 Mar 2009; Markus Duft windows/interix/package.mask: - removed unmask for gcc version on interix, which does not exist any longer - - 10 Mar 2009; Markus Duft windows/interix/package.mask: - removed obsolete unmask for cmake on interix, since it is no longer masked - by main. - - 10 Mar 2009; Markus Duft windows/interix/package.mask: - removed mask for file >=4.24 on interix, since 5.00 now works - - 06 Mar 2009; Jeremy Olexa package.mask: - remove mask on apache, bug 261105 - - 06 Mar 2009; Markus Duft windows/interix/package.mask: - masked new coreutils 7.1 on interix for now. needs some more touching. - - 06 Mar 2009; Markus Duft windows/interix/package.mask: - masked ncurses 5.7 on interix. - - 05 Mar 2009; Fabian Groffen package.mask: - Unmask libtool-2.2, bootstrapping seems to work on it at least - - 25 Feb 2009; Fabian Groffen package.mask: - Mask bash-4.0 as I don't dare kicking it straight into everyone's system - - 24 Feb 2009; Fabian Groffen package.mask: - Mask x11-misc/xscreensaver-5.08, waiting for bug #256072 - - 22 Feb 2009; Fabian Groffen package.mask: - Unleash ncurses-5.7, leash readline-6 because some packages need readline-5, - depending on it, causing our depgraph to break, waiting for gentoo-x86 to - resolve it in some way - - 18 Feb 2009; Fabian Groffen - darwin/macos/10.5/x86/package.use.mask, darwin/macos/package.use.mask: - Move mmx masks into the x86 profile, since there an unmask is being done, - overriding the masks - - 16 Feb 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask sys-devel/binutils-2.19.51.0.2 on Solaris as well - - 13 Feb 2009; Jeremy Olexa package.use.mask: - mask USE=ssl on dev-lang/pike globally, bug 256699 - - 13 Feb 2009; Jeremy Olexa - darwin/macos/package.use.mask: - mask USE=python on libgsf for macos, bug 257572 - - 13 Feb 2009; Jeremy Olexa darwin/use.mask: - mask USE=sdl on darwin, bug 257960 - - 13 Feb 2009; Jeremy Olexa ChangeLog: - unmask USE={sse2,ssse3} on macos 10.5 x86 - - 04 Feb 2009; Jeremy Olexa package.mask: - net-analyzer/pchar requires root access - - 02 Feb 2009; Fabian Groffen - sunos/solaris/package.mask: - Fails to compile, complaining about a missing target for gmon.o, maybe - related to http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00990.html - - 02 Feb 2009; User generated by SUA Setup Script - windows/interix/package.mask: - added gconf-2.24.0 mask for interix, since from 2.22.0 onwards it requires a - (working) dbus. - - 01 Feb 2009; Fabian Groffen - darwin/macos/package.use.mask: - mask mmx USE-flag for media-video/ffmpeg, bug #257225 - - 31 Jan 2009; Fabian Groffen package.mask: - Mask media-video/ffmpeg-0.4.9_p20090121 because it doesn't compile at all on - Darwin and Solaris - - 31 Jan 2009; Fabian Groffen +bsd/freebsd/7.1, - bsd/freebsd/7.1/package.mask, bsd/freebsd/7.1/package.provided, - +bsd/freebsd/7.1/x64, bsd/freebsd/7.1/x64/make.defaults, - bsd/freebsd/7.1/x86/make.defaults: - Add FreeBSD 7.1 x86 and x64 profiles - - 25 Jan 2009; Fabian Groffen package.mask: - Mask dev-python/pygobject-2.16.0 for some strange libtool weirdness - - 22 Jan 2009; Fabian Groffen package.mask: - Mask sys-apps/groff-1.20.1-r1 cause it generates too many bugs - - 18 Jan 2009; Fabian Groffen package.mask: - Mask net-misc/ntp as it obviously needs root privileges - - 16 Jan 2009; Fabian Groffen - sunos/solaris/package.mask: - mask media-video/mplayer-1.0_rc2_p28288 on Solaris because it doesn't - compile, sigh - - 16 Jan 2009; Fabian Groffen - sunos/solaris/package.mask: - Mask sys-devel/binutils-2.19.51.0.1 on Solaris as it makes other - packages fail to compile. - - 15 Jan 2009; Jeremy Olexa package.mask: - Also mask sandbox-1.2.20_alpha2-r1, bug 255019 - - 13 Jan 2009; Jeremy Olexa package.mask: - p.mask >=sandbox-1.3.0, bug 254358 - - 12 Jan 2009; Fabian Groffen package.mask: - Unmask mutt-1.5.19, I^W we are hardcore - - 12 Jan 2009; Fabian Groffen package.mask: - Mask git-1.6.1 till bug #254029 is solved - - 12 Jan 2009; Fabian Groffen - sunos/solaris/5.11/x64/package.mask: - mask dev-libs/zziplib-0.13.50 on Solaris 11/x64 - - 08 Jan 2009; Jeremy Olexa aix/package.mask: - p.mask >=net-misc/openssh-5.0_p1-r2 on aix - - 07 Jan 2009; Jeremy Olexa aix/package.mask: - p.mask >=dev-libs/openssl-0.9.8i on aix - - 06 Jan 2009; Jeremy Olexa package.mask, - sunos/package.mask: - elevate p.mask on findutils-4.5.3 - - 30 Dec 2008; Jeremy Olexa +aix/6.1.0.0, - +aix/6.1.0.0/package.provided, +aix/6.1.0.0/parent, +aix/6.1.0.0/ppc, - +aix/6.1.0.0/ppc/make.defaults, +aix/6.1.0.0/ppc/parent: - Adding AIX-6.1 profiles - - 30 Dec 2008; Fabian Groffen ChangeLog: - Mask aqua USE-flag for app-editors/emacs-cvs on request of pipping - - 29 Dec 2008; Jeremy Olexa +linux/package.mask: - unmask app-misc/pax-utils-0.1.19 on linux - - 27 Dec 2008; Fabian Groffen irix/package.use.mask: - Mask ipv6 USE-flag for python, as the latter seems not to be able to use the - former on IRIX - - 27 Dec 2008; Fabian Groffen sunos/package.mask: - Mask sys-apps/findutils-4.5.3 on Solaris, as it asserts there (maybe on - other platforms too, but haven't encountered it yet) - - 23 Dec 2008; Jeremy Olexa +linux/ia64, - +linux/ia64/make.defaults, +linux/ia64/parent: - Initial commit of ia64-linux profiles (it returns!) - - 23 Dec 2008; Jeremy Olexa package.mask, - sunos/solaris/5.11/x64/package.mask: - Move mask up because it fails on linux too - - 22 Dec 2008; Fabian Groffen - +sunos/solaris/5.11/x64/package.mask: - Mask binutils-2.19.50.0.1 on x64/OpenSolaris since it seems it can't - recompile itself - - 21 Dec 2008; Fabian Groffen - darwin/macos/package.use.mask: - Use.mask some non-working flags for packages, by Elias Pipping - - 03 Dec 2008; Fabian Groffen package.mask: - Mask pax-utils/0.1.19 due to GNU-isms - - 02 Dec 2008; Jeremy Olexa package.mask: - sync package.mask from default-prefix - - 18 Nov 2008; Jeremy Olexa -linux/package.mask: - sync profiles from default-prefix/ - - 13 Nov 2008; Jeremy Olexa linux/amd64/make.defaults: - LIBDIR_amd64 is def needed, otherwise stuff gets installed to usr//blah, - instead of usr/$LIBDIR_amd64/blah - - 13 Nov 2008; Jeremy Olexa linux/amd64/make.defaults: - setting LIBDIR_amd64 to null 'fixes' things, not sure why - - 12 Nov 2008; Jeremy Olexa linux/amd64/make.defaults: - add SYMLINK_LIB=no to amd64 make.defaults - - 10 Nov 2008; Jeremy Olexa package.mask: - sync p.mask from default-prefix - - 07 Nov 2008; Jeremy Olexa +linux/package.use.mask: - can't built_with_use check on something that we package.provide, mask - USE=pam on app-office/openoffice - - 06 Nov 2008; Jeremy Olexa linux/use.mask: - re-add linux stuff to linux/use.mask that was missing from that file - - 06 Nov 2008; Jeremy Olexa linux/packages: - remove sys-apps/man-pages from linux/packages because we now inherit it from - default/linux/ - - 06 Nov 2008; Jeremy Olexa +linux/use.mask: - add USE=acl to linux/use.mask - - 06 Nov 2008; Jeremy Olexa use.mask: - add gpm to use.mask - - 05 Nov 2008; Jeremy Olexa linux/amd64/parent, - linux/packages, linux/x86/parent, +package.provided, use.mask: - change order of parents for proper inheritance, remove items from the system - set that get pulled in by default/linux/, use.mask cups, forgot to cp - package.provided when I made the initial cp - - 05 Nov 2008; Jeremy Olexa linux/amd64/make.defaults, - linux/x86/make.defaults: - remove $ARCH from default linux ACCEPT_KEYWORDS - - 31 Oct 2008; Jeremy Olexa +., +linux, +linux/amd64, - +linux/amd64/make.defaults, +linux/amd64/parent, +linux/make.defaults, - +linux/package.mask, +linux/package.provided, +linux/packages, - +linux/parent, +linux/use.force, +linux/virtuals, +linux/x86, - +linux/x86/make.defaults, +linux/x86/parent, +make.defaults, - +package.mask, +package.use.mask, +packages, +use.force, +use.mask, - +virtuals: - initial commit of a *new* profile system for prefix, details forthcoming - after testing diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.2.0.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.2.0.0/package.provided deleted file mode 100644 index 3bb025e916..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.2.0.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/5.2.0.0/package.provided,v 1.1 2009/06/06 03:54:34 solar Exp $ - -sys-aix/libc-5.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.2.0.0/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.2.0.0/ppc/make.defaults index ca1155aadd..b758ef89cc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.2.0.0/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.2.0.0/ppc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/5.2.0.0/ppc/make.defaults,v 1.1 2009/06/06 03:54:35 solar Exp $ +# $Id$ ARCH="ppc-aix" CHOST="powerpc-ibm-aix5.2.0.0" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/package.mask deleted file mode 100644 index 067f16e443..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/5.3.0.0/package.mask,v 1.1 2009/07/14 13:18:40 haubi Exp $ - -# Michael Haubenwallner (14 Jul 2009) -# Has build errors on aix5.3. -=sys-process/lsof-4.82 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/package.provided deleted file mode 100644 index 34cd5dbf8d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/5.3.0.0/package.provided,v 1.1 2009/06/06 03:54:35 solar Exp $ - -sys-aix/libc-5.3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/ppc/make.defaults index fa4bf24902..72e3270aec 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/5.3.0.0/ppc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/5.3.0.0/ppc/make.defaults,v 1.1 2009/06/06 03:54:36 solar Exp $ +# $Id$ ARCH="ppc-aix" CHOST="powerpc-ibm-aix5.3.0.0" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/6.1.0.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/6.1.0.0/package.provided deleted file mode 100644 index 85520cf65b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/6.1.0.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/6.1.0.0/package.provided,v 1.1 2009/06/06 03:54:36 solar Exp $ - -sys-aix/libc-6.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/6.1.0.0/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/6.1.0.0/ppc/make.defaults index 862942aeb3..71cd10bb04 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/6.1.0.0/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/6.1.0.0/ppc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/6.1.0.0/ppc/make.defaults,v 1.1 2009/06/06 03:54:37 solar Exp $ +# $Id$ ARCH="ppc-aix" CHOST="powerpc-ibm-aix6.1.0.0" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/7.1.0.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/7.1.0.0/package.provided deleted file mode 100644 index 584a329d18..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/7.1.0.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/7.1.0.0/package.provided,v 1.1 2012/03/12 14:33:53 haubi Exp $ - -sys-aix/libc-7.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/7.1.0.0/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/7.1.0.0/ppc/make.defaults index b96ac6a30e..8bd0a2f886 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/7.1.0.0/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/7.1.0.0/ppc/make.defaults @@ -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/profiles/prefix/aix/7.1.0.0/ppc/make.defaults,v 1.1 2012/03/12 14:33:53 haubi Exp $ +# $Id$ ARCH="ppc-aix" CHOST="powerpc-ibm-aix7.1.0.0" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/make.defaults index fe49cdc84b..24e3c2806a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.7 2015/01/12 21:26:32 haubi Exp $ +# $Id$ # System-wide defaults for all AIX profiles # This file should rarely need to be changed diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.mask index e4a5ea13e3..cea5e1e074 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.mask @@ -1,14 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.mask,v 1.13 2015/02/17 17:59:50 haubi Exp $ - -# Michael Haubenwallner (17 Feb 2015) -# Fails to include "config.h" first in some sources. -=sci-visualization/gnuplot-5.0.0 - -# Michael Haubenwallner (17 Feb 2015) -# Ships without gnulib module faccessat, necessary for AIX. -=sys-devel/patch-2.7.4 +# $Id$ # Michael Haubenwallner (17 Feb 2015) # Breaks (openssh, ...) because of PR target/65058 @@ -17,10 +9,6 @@ =sys-devel/gcc-4.5* =sys-devel/gcc-4.6* =sys-devel/gcc-4.7* -~sys-devel/gcc-4.8.0 -~sys-devel/gcc-4.8.1 -~sys-devel/gcc-4.8.2 -~sys-devel/gcc-4.8.3 =sys-devel/gcc-4.9* # Michael Haubenwallner (14 Apr 2014) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.force index 99c639db8d..c554a21916 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.force @@ -1,14 +1,7 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.use.force,v 1.1 2009/06/06 03:54:34 solar Exp $ +# $Id$ # Michael Haubenwallner (2009-03-18) # Plugins need to be built and installed using libtool (#261186) net-nds/openldap minimal - -# Michael Haubenwallner (2008-05-09) -# Gentoo's PIE patch for gcc-3 does not work on AIX. -# One might want to use gcc-3.4 on AIX, because IBM Rational Purify -# might not support gcc-4. The first gcc-support (gcc-3.4) has come -# with PurifyPlus Interim Fix v7.0.0.0-010 (released in February 2008). -=sys-devel/gcc-3* nopie diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.mask index f15be0c273..f7b6aa91e7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/package.use.mask @@ -1,11 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.use.mask,v 1.2 2012/02/16 12:46:57 haubi Exp $ +# $Id$ # Michael Haubenwallner (16 Feb 2012) # JIT implementation in pcre does not know about AIX. dev-libs/libpcre jit - -# Michael Haubenwallner (08 May 2009) -# IBM does not provide "Java Communications API support" for AIX -dev-java/ibm-jdk-bin javacomm diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/packages index e91babe723..1a7bec4d4e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/packages @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/packages,v 1.1 2009/06/06 03:54:34 solar Exp $ +# $Id$ # AIX uses the native (non-source available) linker *sys-devel/native-cctools diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/parent index f3229c5b98..cd1149221a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/parent @@ -1 +1,2 @@ +../../base .. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/profile.bashrc index 5ca600ae3b..50e5fae4a0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/profile.bashrc @@ -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/profiles/prefix/aix/profile.bashrc,v 1.4 2010/03/10 14:48:01 haubi Exp $ +# $Id$ # never use /bin/sh as CONFIG_SHELL on AIX: it is ways too slow, # as well as broken in some corner cases. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.force index c3d5e04f4c..3b4e50e077 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/use.force,v 1.2 2014/07/03 19:06:16 grobian Exp $ +# $Id$ # Re-add AIX OS kernel_AIX diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.mask index 6622008ffd..1aaf9f8ec2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/aix/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/use.mask,v 1.5 2015/06/02 09:15:36 ulm Exp $ +# $Id$ # Re-add AIX libc -elibc_AIX @@ -8,39 +8,23 @@ # these will more than likely never work on AIX 3dfx -3dnow -3dnowext acpi alsa apm -cap caps cman clvm directfb -divx4linux djbfft fbcon -fdftk fmod ggi gpm hardened -icc -icc-pgo -mmx -mmx2 -# the following USE flag requires device-mapper -on-the-fly-crypt oss -solid -sse -sse2 svga sybase sybase-ct rtc uclibc -voodoo3 -pvm v4l diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/package.mask deleted file mode 100644 index 3551239b6a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/package.mask +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.1/package.mask,v 1.3 2011/03/04 04:18:57 abcd Exp $ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/package.provided deleted file mode 100644 index 15d4011ec4..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.1/package.provided,v 1.1 2009/06/06 03:54:38 solar Exp $ - -sys-freebsd/libc-7.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults deleted file mode 100644 index 8fa9a74645..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.1/x64/make.defaults,v 1.1 2009/06/06 03:54:39 solar Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="amd64-fbsd" -CHOST="x86_64-pc-freebsd7.1" -ACCEPT_KEYWORDS="~x64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults deleted file mode 100644 index 883dd6e65b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.1/x86/make.defaults,v 1.1 2009/06/06 03:54:39 solar Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="x86-fbsd" -CHOST="i686-pc-freebsd7.1" -ACCEPT_KEYWORDS="~x86-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/package.mask deleted file mode 100644 index 3fba83e875..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/package.mask +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.2/package.mask,v 1.3 2011/03/04 04:18:57 abcd Exp $ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/package.provided deleted file mode 100644 index df5d9b61b2..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.2/package.provided,v 1.1 2009/06/06 03:54:40 solar Exp $ - -sys-freebsd/libc-7.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults deleted file mode 100644 index 7bea7da64b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.2/x64/make.defaults,v 1.1 2009/06/06 03:54:40 solar Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="amd64-fbsd" -CHOST="x86_64-pc-freebsd7.2" -ACCEPT_KEYWORDS="~x64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/parent deleted file mode 100644 index fc24616eed..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults deleted file mode 100644 index 15c01a6d2a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/7.2/x86/make.defaults,v 1.1 2009/06/06 03:54:41 solar Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="x86-fbsd" -CHOST="i686-pc-freebsd7.2" -ACCEPT_KEYWORDS="~x86-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/parent deleted file mode 100644 index 4a6aa36b18..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.2/x86/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x86 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/package.mask deleted file mode 100644 index ba9922f805..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.0/package.mask,v 1.9 2011/03/04 04:18:57 abcd Exp $ - -# Christian Faulhammer (08 Dec 2009) -# Is currently broken ->=sys-devel/gcc-4.4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/package.provided deleted file mode 100644 index e40fdaeecb..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.0/package.provided,v 1.1 2009/12/21 20:38:28 grobian Exp $ - -sys-freebsd/libc-8.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults deleted file mode 100644 index b9f0c204da..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.0/x64/make.defaults,v 1.1 2009/12/21 20:38:29 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="amd64-fbsd" -CHOST="x86_64-pc-freebsd8.0" -ACCEPT_KEYWORDS="~x64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults deleted file mode 100644 index 48dc928d6c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.0/x86/make.defaults,v 1.1 2009/12/21 20:38:29 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="x86-fbsd" -CHOST="i686-pc-freebsd8.0" -ACCEPT_KEYWORDS="~x86-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/package.mask deleted file mode 100644 index 728b691c28..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/package.mask +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/package.mask,v 1.2 2011/03/04 04:18:57 abcd Exp $ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/package.provided deleted file mode 100644 index efb33d1f7a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/package.provided,v 1.1 2010/12/14 20:13:53 grobian Exp $ - -sys-freebsd/libc-8.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults deleted file mode 100644 index 276ab8cf1f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/sparc64/make.defaults,v 1.1 2010/12/14 20:13:53 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="sparc64-fbsd" -CHOST="sparc64-unknown-freebsd8.1" -ACCEPT_KEYWORDS="~sparc64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/parent deleted file mode 100644 index 9dbef0db89..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/sparc64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/sparc64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults deleted file mode 100644 index 25334f0f0b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/x64/make.defaults,v 1.1 2010/12/14 20:13:53 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="amd64-fbsd" -CHOST="x86_64-pc-freebsd8.1" -ACCEPT_KEYWORDS="~x64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/parent deleted file mode 100644 index fc24616eed..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults deleted file mode 100644 index 6366dba03e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.1/x86/make.defaults,v 1.1 2010/12/14 20:13:53 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="x86-fbsd" -CHOST="i686-pc-freebsd8.1" -ACCEPT_KEYWORDS="~x86-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/parent deleted file mode 100644 index 4a6aa36b18..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x86 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/package.provided deleted file mode 100644 index 4f0e63e48d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.2/package.provided,v 1.1 2011/05/01 19:05:45 grobian Exp $ - -sys-freebsd/libc-8.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults deleted file mode 100644 index 55794d1e08..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.2/x64/make.defaults,v 1.1 2011/05/01 19:05:45 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="amd64-fbsd" -CHOST="x86_64-pc-freebsd8.2" -ACCEPT_KEYWORDS="~x64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/parent deleted file mode 100644 index fc24616eed..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults deleted file mode 100644 index 01bc94b045..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/8.2/x86/make.defaults,v 1.1 2011/08/04 22:04:27 abcd Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="x86-fbsd" -CHOST="i686-pc-freebsd8.2" -ACCEPT_KEYWORDS="~x86-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/parent deleted file mode 100644 index 4a6aa36b18..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x86 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/package.provided deleted file mode 100644 index a986802b09..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.0/package.provided,v 1.1 2011/12/26 10:50:45 grobian Exp $ - -sys-freebsd/libc-9.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults deleted file mode 100644 index bf8ae0ef01..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.0/x64/make.defaults,v 1.1 2011/12/26 10:50:45 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="amd64-fbsd" -CHOST="x86_64-pc-freebsd9.0" -ACCEPT_KEYWORDS="~x64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/parent deleted file mode 100644 index fc24616eed..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults deleted file mode 100644 index ee52fc1937..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.0/x86/make.defaults,v 1.1 2011/12/26 10:50:45 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="x86-fbsd" -CHOST="i686-pc-freebsd9.0" -ACCEPT_KEYWORDS="~x86-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/parent deleted file mode 100644 index 4a6aa36b18..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x86 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/package.provided deleted file mode 100644 index abd40c81c6..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/package.provided,v 1.2 2012/07/31 16:44:36 grobian Exp $ - -sys-freebsd/libc-9.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults deleted file mode 100644 index e7810b09a6..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults,v 1.2 2012/07/31 16:44:36 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="amd64-fbsd" -CHOST="x86_64-pc-freebsd9.1" -ACCEPT_KEYWORDS="~x64-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/parent deleted file mode 100644 index fc24616eed..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults deleted file mode 100644 index 8954b89651..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults,v 1.2 2012/07/31 16:44:36 grobian Exp $ - -# retain backwards compatability for freebsd keywords/conditionals -ARCH="x86-fbsd" -CHOST="i686-pc-freebsd9.1" -ACCEPT_KEYWORDS="~x86-freebsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/parent deleted file mode 100644 index 4a6aa36b18..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/x86 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/package.mask deleted file mode 100644 index cf245ec73a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/sparc64/package.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $ - -# All the FreeBSD profiles inherit from their matching arch profile here. - - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask deleted file mode 100644 index 9aa1de626f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/sparc64/package.use.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $ - -# All the FreeBSD profiles inherit from their matching arch profile here. - - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/make.defaults deleted file mode 100644 index e189e0d471..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/make.defaults +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ - -# multilib build stuff, single ABI (no multilib) -MULTILIB_ABIS="amd64" -DEFAULT_ABI="amd64" -ABI="amd64" -IUSE_IMPLICIT="abi_x86_64" -LIBDIR_amd64="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/package.mask deleted file mode 100644 index 0f0af959cf..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/package.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/package.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $ - -# The 32-bits profile is inherited by the 64-bits one! -# All the FreeBSD profiles inherit from their matching arch profile here. - - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask deleted file mode 100644 index 0b71a0da95..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/package.use.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $ - -# The 32-bits profile is inherited by the 64-bits one! -# All the FreeBSD profiles inherit from their matching arch profile here. - - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/parent deleted file mode 100644 index e6e4a52dfb..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/parent +++ /dev/null @@ -1 +0,0 @@ -../x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/use.force deleted file mode 100644 index 5e75852937..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ - -# Force the flag corresponding to the default ABI -abi_x86_64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/package.mask deleted file mode 100644 index b8e13de840..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/package.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $ - -# The 32-bits profile is inherited by the 64-bits one! -# All the FreeBSD profiles inherit from their matching arch profile here. - - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask deleted file mode 100644 index 8a26c66869..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:34 tetromino Exp $ - -# The 32-bits profile is inherited by the 64-bits one! -# All the FreeBSD profiles inherit from their matching arch profile here. - - -# Alexandre Rostovtsev (09 Jan 2012) -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so -# it's masked in base profile and unmasked here (bug #396313). -net-libs/webkit-gtk -jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/use.force deleted file mode 100644 index 288e5c7dbf..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ - -# Force the flag corresponding to the default ABI -abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/make.defaults deleted file mode 100644 index 2c4fb0ef75..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/make.defaults +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/make.defaults,v 1.2 2009/06/30 16:34:59 darkside Exp $ - -# System-wide defaults for all FreeBSD profiles -# This file should rarely need to be changed - -# 'Sane' defaults -ELIBC="FreeBSD" -KERNEL="FreeBSD" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/use.force deleted file mode 100644 index 96f1c3f803..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/use.force,v 1.1 2009/06/06 03:54:37 solar Exp $ - -# Re-add FreeBSD OS -kernel_FreeBSD -elibc_FreeBSD diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/use.mask deleted file mode 100644 index d11d12f27b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/use.mask,v 1.1 2009/06/06 03:54:37 solar Exp $ - -# Re-add FreeBSD libc --elibc_FreeBSD --kernel_FreeBSD - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/package.provided deleted file mode 100644 index 2b0157f405..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/netbsd/4.0/package.provided,v 1.1 2009/06/06 03:54:42 solar Exp $ - -sys-netbsd/libc-4.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults deleted file mode 100644 index e566094a57..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/netbsd/4.0/x86/make.defaults,v 1.1 2009/06/06 03:54:42 solar Exp $ - -ARCH="x86-netbsd" -# we use *-netbsdelf* to avoid the need to patch binutils, gcc and co -CHOST="i686-pc-netbsdelf4.0" -ACCEPT_KEYWORDS="~x86-netbsd" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/4.0/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/make.defaults deleted file mode 100644 index 0bd05883f5..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/make.defaults +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/netbsd/make.defaults,v 1.2 2009/06/30 16:34:59 darkside Exp $ - -# System-wide defaults for all NetBSD profiles -# This file should rarely need to be changed - -# 'Sane' defaults -ELIBC="NetBSD" -KERNEL="NetBSD" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/use.force deleted file mode 100644 index aa40905c88..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/netbsd/use.force,v 1.1 2009/06/06 03:54:41 solar Exp $ - -# Re-add NetBSD OS -kernel_NetBSD -elibc_NetBSD diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/use.mask deleted file mode 100644 index 5a8b228497..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/netbsd/use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/netbsd/use.mask,v 1.1 2009/06/06 03:54:41 solar Exp $ - -# Re-add NetBSD libc --elibc_NetBSD --kernel_NetBSD - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/package.mask deleted file mode 100644 index 9db04b658f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/package.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/4.2/package.mask,v 1.1 2009/06/06 03:54:43 solar Exp $ - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/package.provided deleted file mode 100644 index 4ad822962f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/4.2/package.provided,v 1.1 2009/06/06 03:54:43 solar Exp $ - -sys-openbsd/libc-4.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults deleted file mode 100644 index fa5a1b1059..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/4.2/ppc/make.defaults,v 1.1 2009/06/06 03:54:44 solar Exp $ - -ARCH="ppc-openbsd" -CHOST="powerpc-unknown-openbsd4.2" -ACCEPT_KEYWORDS="~ppc-openbsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/ppc/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults deleted file mode 100644 index da44440db3..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/4.2/x64/make.defaults,v 1.1 2009/06/06 03:54:44 solar Exp $ - -ARCH="x64-openbsd" -CHOST="x86_64-pc-openbsd4.2" -ACCEPT_KEYWORDS="~x64-openbsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x64/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults deleted file mode 100644 index ab1f4761b3..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/4.2/x86/make.defaults,v 1.1 2009/06/06 03:54:45 solar Exp $ - -ARCH="x86-openbsd" -CHOST="i686-pc-openbsd4.2" -ACCEPT_KEYWORDS="~x86-openbsd" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/4.2/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/make.defaults deleted file mode 100644 index b692bde8c3..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/make.defaults +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/make.defaults,v 1.2 2009/06/30 16:35:00 darkside Exp $ - -# System-wide defaults for all OpenBSD profiles -# This file should rarely need to be changed - -# 'Sane' defaults -ELIBC="OpenBSD" -KERNEL="OpenBSD" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/use.force deleted file mode 100644 index 219803027d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/use.force,v 1.1 2009/06/06 03:54:43 solar Exp $ - -# Re-add OpenBSD OS -kernel_OpenBSD -elibc_OpenBSD diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/use.mask deleted file mode 100644 index 5276a4d1a7..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/openbsd/use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/use.mask,v 1.1 2009/06/06 03:54:43 solar Exp $ - -# Re-add OpenBSD libc --elibc_OpenBSD --kernel_OpenBSD - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/package.mask deleted file mode 100644 index d5377d65ed..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/package.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/package.mask,v 1.4 2011/05/02 19:36:17 grobian Exp $ - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/package.use.mask deleted file mode 100644 index f3a492c93d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/package.use.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/package.use.mask,v 1.2 2014/01/16 17:45:58 jer Exp $ - -# Michael Haubenwallner (30 Sep 2009) -# *bsd do have a uuid implementation in libc (#230981). -x11-libs/libSM -uuid diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/packages deleted file mode 100644 index bd1b8fc48a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/packages +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/packages,v 1.2 2009/06/21 13:21:07 grobian Exp $ - -*sys-devel/binutils -*sys-process/pidof-bsd diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/use.mask deleted file mode 100644 index f7a816c9a3..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/use.mask +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/use.mask,v 1.6 2015/06/02 09:15:36 ulm Exp $ - -# these will more than likely never work on bsd -3dfx -3dnow -3dnowext -acpi -alsa -apm -cap -caps -cman -clvm -directfb -divx4linux -djbfft -fbcon -fdftk -fmod -ggi -gpm -hardened -icc -icc-pgo -mmx -mmx2 -# the following USE flag requires device-mapper -on-the-fly-crypt -solid -sse -sse2 -svga -sybase -sybase-ct -rtc -uclibc -voodoo3 -pvm -v4l diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/make.defaults index b118feded9..99d9bbc5d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/make.defaults,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ MACOSX_DEPLOYMENT_TARGET="10.10" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.mask index 3d7217d129..5ba8566f05 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.mask @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/package.mask,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ # Fabian Groffen (30 Sep 2012) # Requires XQuartz, since Apple dropped much of X-support in 10.8 # (a.k.a. Mountain Lion), bug #431182 -<=media-libs/opengl-apple-4.9999 +media-libs/opengl-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.provided deleted file mode 100644 index 3f3b23c521..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/package.provided,v 1.1 2014/10/19 17:42:23 grobian Exp $ - -sys-darwin/libsystem-71 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.unmask new file mode 100644 index 0000000000..f43f77c72f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.unmask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# James Le Cuirot (29 Jul 2015) +# Recent releases are supported in 10.10. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.use.mask index 6eac7576dd..c93cfa79bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/package.use.mask,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ # Fabian Groffen (10 Apr 2011) # as long as util-linux installs uuid.h which breaks the system headers diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/profile.bashrc index 6e4712eaf8..2eeb05377d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc,v 1.4 2015/05/31 10:03:37 grobian Exp $ +# $Id$ export MACOSX_DEPLOYMENT_TARGET=10.10 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/make.defaults index e48db63537..71591b9128 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x64/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x64-macos" CHOST="x86_64-apple-darwin14" -ACCEPT_KEYWORDS="~x64-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to nocona for all MacTel users, as this enables SSE and MMX -# support in GCC, nocona = Core2Duo = 64-bits -CFLAGS="-march=nocona" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.mask index 5dc4f9f225..bc4612c59d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x64/package.mask,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.force index d9b6097921..d51c8d716a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x64/package.use.force,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.mask index 096936f463..f0e8c9537c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x64/package.use.mask,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/use.mask index 5547a71d06..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x64/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x64/use.mask,v 1.2 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/make.defaults index 24c2d36a4f..99b9e28ea4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x86-macos" CHOST="i686-apple-darwin14" -ACCEPT_KEYWORDS="~x86-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# normally we set arch to prescott for all MacTel users, as this enables -# SSE and MMX support in GCC -CFLAGS="-march=prescott" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.mask index 88569600f9..9822b76e19 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/package.mask,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ # The Carbon interface has been removed entirely in Lion, only tk-8.6 # will come with Cocoa support. If you must have tk, you'll have to diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.force index 8a8f218fe4..d51c8d716a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/package.use.force,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.mask index 42317b1d63..f0e8c9537c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/package.use.mask,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/use.mask index 00731c5872..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.10/x86/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/use.mask,v 1.2 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/x86/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/make.defaults new file mode 100644 index 0000000000..033c3077b2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MACOSX_DEPLOYMENT_TARGET="10.11" + +# sandbox is working with use of Mac OS X's seatbelt (since 10.5) +# but it generates problems, #456234 +#FEATURES="sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.mask new file mode 100644 index 0000000000..95dbe8b454 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen (30 Sep 2012) +# Requires XQuartz, since Apple dropped much of X-support in 10.8 +# (a.k.a. Mountain Lion), bug #431182 +media-libs/opengl-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.unmask new file mode 100644 index 0000000000..b20523d416 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.unmask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# James Le Cuirot (29 Jul 2015) +# Recent releases are supported in >10.10. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.use.mask new file mode 100644 index 0000000000..24f749c3e1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/package.use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen (10 Apr 2011) +# as long as util-linux installs uuid.h which breaks the system headers +# (hence we don't) we can't do uuid support here +x11-libs/libSM -uuid diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/profile.bashrc new file mode 100644 index 0000000000..012e1228bf --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/profile.bashrc @@ -0,0 +1,5 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +export MACOSX_DEPLOYMENT_TARGET=10.11 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/make.defaults new file mode 100644 index 0000000000..8ca84707fa --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +CHOST="x86_64-apple-darwin15" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.mask new file mode 100644 index 0000000000..445a68b5ea --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.mask @@ -0,0 +1,3 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.use.force new file mode 100644 index 0000000000..05bc3b7690 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Elias Pipping (30 Sep 2007) +# compiles with -aqua, doesn't work, though +media-video/mplayer aqua diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.use.mask new file mode 100644 index 0000000000..4bccb5fc89 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/use.mask new file mode 100644 index 0000000000..a90a146582 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x64/use.mask @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file masks out USE flags that are simply NOT allowed in the default +# x86 profile. This works, for example, if another architecture's +# profile have a USE flag associated with (such as altivec, mmx, etc). + +# Unmask x86 instruction sets +-ifc +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_ssse3 +-svga + +# Unmask nvidia XvMC support +-nvidia + +# Unmask dev-db/oracle-instantclient-basic support +-oci8-instant-client + +# Modular X: unmask for architectures on which they are available +-input_devices_synaptics +-input_devices_vmmouse +-input_devices_wacom +-video_cards_nvidia +-video_cards_vmware + +# Modular X: mask for architectures on which they aren't available +video_cards_newport + +#codec support +-x264 + +# ibm is only used for ppc64 stuff +ibm diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/make.defaults new file mode 100644 index 0000000000..bdcf0372a7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +CHOST="i686-apple-darwin15" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/package.mask new file mode 100644 index 0000000000..d1b293c01f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/package.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# The Carbon interface has been removed entirely in Lion, only tk-8.6 +# will come with Cocoa support. If you must have tk, you'll have to +# force USE=-aqua, but don't report bugs for incompatabilities you might +# encounter. +# NOTE: keep this mask synced with arch/x64 + (30 Sep 2007) +# compiles with -aqua, doesn't work, though +media-video/mplayer aqua diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/package.use.mask new file mode 100644 index 0000000000..4bccb5fc89 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/use.mask new file mode 100644 index 0000000000..a90a146582 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.11/x86/use.mask @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file masks out USE flags that are simply NOT allowed in the default +# x86 profile. This works, for example, if another architecture's +# profile have a USE flag associated with (such as altivec, mmx, etc). + +# Unmask x86 instruction sets +-ifc +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_ssse3 +-svga + +# Unmask nvidia XvMC support +-nvidia + +# Unmask dev-db/oracle-instantclient-basic support +-oci8-instant-client + +# Modular X: unmask for architectures on which they are available +-input_devices_synaptics +-input_devices_vmmouse +-input_devices_wacom +-video_cards_nvidia +-video_cards_vmware + +# Modular X: mask for architectures on which they aren't available +video_cards_newport + +#codec support +-x264 + +# ibm is only used for ppc64 stuff +ibm diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/x86/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/make.defaults new file mode 100644 index 0000000000..adaafb7853 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MACOSX_DEPLOYMENT_TARGET="10.12" + +# sandbox is working with use of Mac OS X's seatbelt (since 10.5) +# but it generates problems, #456234 +#FEATURES="sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.mask new file mode 100644 index 0000000000..755c6e539d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen (30 Sep 2012) +# Requires XQuartz, since Apple dropped much of X-support in 10.8 +# (a.k.a. Mountain Lion), bug #431182 +media-libs/opengl-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.unmask new file mode 100644 index 0000000000..52ec79fafb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.unmask @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# James Le Cuirot (29 Jul 2015) +# Recent releases are supported in >10.10. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.use.mask new file mode 100644 index 0000000000..0d0903b014 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/package.use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen (10 Apr 2011) +# as long as util-linux installs uuid.h which breaks the system headers +# (hence we don't) we can't do uuid support here +x11-libs/libSM -uuid diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.1/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/profile.bashrc new file mode 100644 index 0000000000..aa7550eb80 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/profile.bashrc @@ -0,0 +1,5 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +export MACOSX_DEPLOYMENT_TARGET=10.12 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/make.defaults new file mode 100644 index 0000000000..8abc6aeaa4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +CHOST="x86_64-apple-darwin16" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.mask new file mode 100644 index 0000000000..4d1375a4ae --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.mask @@ -0,0 +1,3 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.use.force new file mode 100644 index 0000000000..7bbf614d79 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Elias Pipping (30 Sep 2007) +# compiles with -aqua, doesn't work, though +media-video/mplayer aqua diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.use.mask new file mode 100644 index 0000000000..8b9a0bec49 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.0/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/use.mask new file mode 100644 index 0000000000..a90a146582 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x64/use.mask @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file masks out USE flags that are simply NOT allowed in the default +# x86 profile. This works, for example, if another architecture's +# profile have a USE flag associated with (such as altivec, mmx, etc). + +# Unmask x86 instruction sets +-ifc +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_ssse3 +-svga + +# Unmask nvidia XvMC support +-nvidia + +# Unmask dev-db/oracle-instantclient-basic support +-oci8-instant-client + +# Modular X: unmask for architectures on which they are available +-input_devices_synaptics +-input_devices_vmmouse +-input_devices_wacom +-video_cards_nvidia +-video_cards_vmware + +# Modular X: mask for architectures on which they aren't available +video_cards_newport + +#codec support +-x264 + +# ibm is only used for ppc64 stuff +ibm diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/make.defaults new file mode 100644 index 0000000000..0ea641e1e3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +CHOST="i686-apple-darwin16" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/package.mask new file mode 100644 index 0000000000..4e1289f41f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/package.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# The Carbon interface has been removed entirely in Lion, only tk-8.6 +# will come with Cocoa support. If you must have tk, you'll have to +# force USE=-aqua, but don't report bugs for incompatabilities you might +# encounter. +# NOTE: keep this mask synced with arch/x64 + (30 Sep 2007) +# compiles with -aqua, doesn't work, though +media-video/mplayer aqua diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/package.use.mask new file mode 100644 index 0000000000..8b9a0bec49 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/7.1/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/use.mask new file mode 100644 index 0000000000..a90a146582 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.12/x86/use.mask @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file masks out USE flags that are simply NOT allowed in the default +# x86 profile. This works, for example, if another architecture's +# profile have a USE flag associated with (such as altivec, mmx, etc). + +# Unmask x86 instruction sets +-ifc +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_ssse3 +-svga + +# Unmask nvidia XvMC support +-nvidia + +# Unmask dev-db/oracle-instantclient-basic support +-oci8-instant-client + +# Modular X: unmask for architectures on which they are available +-input_devices_synaptics +-input_devices_vmmouse +-input_devices_wacom +-video_cards_nvidia +-video_cards_vmware + +# Modular X: mask for architectures on which they aren't available +video_cards_newport + +#codec support +-x264 + +# ibm is only used for ppc64 stuff +ibm diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/make.defaults index c9438d7c6b..b5eeaa3c0f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/make.defaults,v 1.1 2009/06/06 03:54:47 solar Exp $ +# $Id$ MACOSX_DEPLOYMENT_TARGET="10.4" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.mask index 3cef7e59e6..2ac75a8f09 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.mask @@ -1,10 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/package.mask,v 1.6 2013/12/25 13:41:39 grobian Exp $ - -# Fabian Groffen (25 Dec 2013) -# Needs 64-bits Intel -dev-java/oracle-jdk-bin +# $Id$ # Fabian Groffen (03 May 2012) # Needs 10.6 or up @@ -18,8 +14,3 @@ sys-process/lsof # These releases got a rewrite that is no longer compatible with # CoreAudio as available on Tiger and Leopard >=media-libs/mediastreamer-2.7.3 - -# Elias Pipping (19 Dec 2007) -# apple java6 on macosx is only released on leopard :( -dev-java/apple-jdk-bin:1.6 - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.provided deleted file mode 100644 index adf5b1eb3b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/package.provided,v 1.1 2009/06/06 03:54:47 solar Exp $ - -sys-darwin/libsystem-71 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.use.mask index 5b704bb0bc..3bd5e70e04 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/package.use.mask @@ -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/profiles/prefix/darwin/macos/10.4/package.use.mask,v 1.1 2011/12/30 15:49:34 grobian Exp $ +# $Id$ # Fabian Groffen (28 Apr 2008) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/make.defaults index f979451a12..de5ac9be6a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/make.defaults @@ -1,7 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc/make.defaults,v 1.1 2009/06/06 03:54:47 solar Exp $ +# $Id$ -ARCH="ppc-macos" CHOST="powerpc-apple-darwin8" -ACCEPT_KEYWORDS="~ppc-macos" +CHOST_ppc="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.mask index 441efb7ffd..4413ca2d3d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.mask @@ -1,4 +1,4 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc/package.mask,v 1.4 2010/04/06 19:17:26 darkside Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask index 2b8ffe1e07..e2d5761270 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask @@ -1,4 +1,4 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc/package.use.mask,v 1.2 2011/12/30 15:49:34 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/parent index 6cb6381b77..59ddeb924a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/parent @@ -1,2 +1,2 @@ -../../arch/ppc .. +../../arch/ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/use.mask index cf12838e53..c028f783a6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc/use.mask,v 1.1 2009/06/06 03:54:47 solar Exp $ +# $Id$ -altivec diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/make.defaults deleted file mode 100644 index ed1c06bb9d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc64/make.defaults,v 1.1 2009/06/06 03:54:48 solar Exp $ - -ARCH="ppc64-macos" -CHOST="powerpc64-apple-darwin8" -ACCEPT_KEYWORDS="~ppc64-macos" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/package.mask deleted file mode 100644 index 948600cb5d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/package.mask +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc64/package.mask,v 1.2 2010/04/18 15:48:55 grobian Exp $ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask deleted file mode 100644 index d0c06b601b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc64/package.use.mask,v 1.2 2011/12/30 15:49:34 grobian Exp $ - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/parent deleted file mode 100644 index 4d64089b7b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/ppc64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/use.mask deleted file mode 100644 index 3dd174ce86..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/ppc64/use.mask +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/ppc64/use.mask,v 1.1 2009/06/06 03:54:48 solar Exp $ - --altivec diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/profile.bashrc index 254f794515..b59a3d4bef 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/profile.bashrc,v 1.1 2009/06/06 03:54:47 solar Exp $ +# $Id$ export MACOSX_DEPLOYMENT_TARGET=10.4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/make.defaults index 3a95088455..8196d985f1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x86-macos" CHOST="i686-apple-darwin8" -ACCEPT_KEYWORDS="~x86-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to prescott for all MacTel users, as this enables SSE and MMX -# support in GCC -CFLAGS="-march=prescott" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.unmask index c990fd0a03..86f9d13834 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.unmask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.unmask @@ -1,7 +1,3 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.unmask,v 1.1 2012/09/29 11:15:45 grobian Exp $ - -# Fabian Groffen (29 Sep 2012) -# This is the only way to get Java6 here -dev-java/soylatte-jdk-bin +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.force index 0db9a43897..224ed0fc48 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.force,v 1.1 2009/06/06 03:54:48 solar Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.mask index 8b5d9ac0bd..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.mask,v 1.4 2011/12/30 15:49:35 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/use.mask index ca1a6c657f..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.4/x86/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/make.defaults index 250751e6d2..cd03963ead 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/make.defaults,v 1.3 2013/02/26 21:23:59 grobian Exp $ +# $Id$ MACOSX_DEPLOYMENT_TARGET="10.5" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.mask index 0fc0fbbdc1..bc63c5e7e3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.mask @@ -1,10 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/package.mask,v 1.5 2013/12/25 13:41:39 grobian Exp $ - -# Fabian Groffen (25 Dec 2013) -# Needs 64-bits Intel, only tested on 10.6, might work on 10.5 -dev-java/oracle-jdk-bin +# $Id$ # Fabian Groffen (03 May 2012) # Needs 10.6 or up diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.provided deleted file mode 100644 index 65cedd8c85..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/package.provided,v 1.1 2009/06/06 03:54:49 solar Exp $ - -sys-darwin/libsystem-71 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.use.mask index 0528d3694e..3bd5e70e04 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/package.use.mask @@ -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/profiles/prefix/darwin/macos/10.5/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $ +# $Id$ # Fabian Groffen (28 Apr 2008) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/make.defaults index 09f076383f..1ec662c7bf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/make.defaults @@ -1,7 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/make.defaults,v 1.1 2009/06/06 03:54:49 solar Exp $ +# $Id$ -ARCH="ppc-macos" CHOST="powerpc-apple-darwin9" -ACCEPT_KEYWORDS="~ppc-macos" +CHOST_ppc="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.mask index 6d97090650..13ff9386c8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.mask,v 1.1 2009/06/06 03:54:49 solar Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.unmask index 4240d663f0..86f9d13834 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.unmask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.unmask @@ -1,7 +1,3 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.unmask,v 1.1 2012/10/30 20:28:53 grobian Exp $ - -# Fabian Groffen (30 Oct 2012) -# This is the only way to get Java7 here (no Java6 possible) -dev-java/soylatte-jdk-bin +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.force index 93280a31e4..224ed0fc48 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.use.force,v 1.1 2009/06/06 03:54:49 solar Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask index 8325924a99..54d3278ae9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask,v 1.10 2013/06/13 18:24:25 ulm Exp $ +# $Id$ # flag returns compile errors -media-video/mplayer livecd cpudetection +media-video/mplayer cpudetection # libs mising -media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca cdparanoia samba xanim live openal +media-video/mplayer sdl libcaca dv nas bidi enca cdparanoia samba live openal diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/parent index 6cb6381b77..59ddeb924a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/parent @@ -1,2 +1,2 @@ -../../arch/ppc .. +../../arch/ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/use.mask index 2ed72902d4..c028f783a6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/use.mask,v 1.1 2009/06/06 03:54:49 solar Exp $ +# $Id$ -altivec diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults deleted file mode 100644 index ae52caf3c0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc64/make.defaults,v 1.1 2011/01/05 12:30:31 grobian Exp $ - -ARCH="ppc64-macos" -CHOST="powerpc64-apple-darwin9" -ACCEPT_KEYWORDS="~ppc64-macos" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/package.mask deleted file mode 100644 index 92d051982b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/package.mask +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc64/package.mask,v 1.1 2011/01/05 12:30:31 grobian Exp $ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask deleted file mode 100644 index aa759d61cb..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc64/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $ - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/parent deleted file mode 100644 index 4d64089b7b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/ppc64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/use.mask deleted file mode 100644 index 088b115ede..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/ppc64/use.mask +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc64/use.mask,v 1.1 2011/01/05 12:30:31 grobian Exp $ - --altivec diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/profile.bashrc index 31ca6031c5..2d0fed7c9c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/profile.bashrc,v 1.1 2009/06/06 03:54:49 solar Exp $ +# $Id$ export MACOSX_DEPLOYMENT_TARGET=10.5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/make.defaults index b17b2a8b4f..0f49e2605b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x64-macos" CHOST="x86_64-apple-darwin9" -ACCEPT_KEYWORDS="~x64-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to nocona for all MacTel users, as this enables SSE and MMX -# support in GCC, nocona = Core2Duo = 64-bits -CFLAGS="-march=nocona" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.mask index 48e6c4c0c0..86f9d13834 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.mask @@ -1,7 +1,3 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/package.mask,v 1.5 2012/09/29 11:25:04 grobian Exp $ - -# Fabian Groffen (29 Sep 2012) -# Apple does not provide 1.6 and up on Leopard ->=dev-java/apple-jdk-bin-1.6.0 +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.unmask index 8289f656ef..1f23cce6ba 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.unmask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.unmask @@ -1,4 +1,4 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/package.unmask,v 1.2 2012/11/01 16:20:08 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.force index fceff3b986..224ed0fc48 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/package.use.force,v 1.1 2009/06/06 03:54:50 solar Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.mask index 64b290da4e..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/package.use.mask,v 1.5 2011/12/30 15:49:35 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/use.mask index 65ac709b56..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x64/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/make.defaults index 57dc0cb00c..60efebaece 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x86-macos" CHOST="i686-apple-darwin9" -ACCEPT_KEYWORDS="~x86-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to prescott for all MacTel users, as this enables SSE and MMX -# support in GCC -CFLAGS="-march=prescott" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.mask index 7038f053f4..13ff9386c8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/package.mask,v 1.1 2009/06/06 03:54:50 solar Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.unmask index c3f7961aa1..1f23cce6ba 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.unmask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.unmask @@ -1,4 +1,4 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/package.unmask,v 1.2 2012/11/01 16:20:08 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.force index c85dc84498..224ed0fc48 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/package.use.force,v 1.1 2009/06/06 03:54:51 solar Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.mask index 40b737e0e0..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/package.use.mask,v 1.6 2011/12/30 15:49:35 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/use.mask index 162e0a209a..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/make.defaults index 9c8673094c..06b6fd8c12 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v 1.3 2013/02/26 21:24:00 grobian Exp $ +# $Id$ MACOSX_DEPLOYMENT_TARGET="10.6" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/package.provided deleted file mode 100644 index dcb0b79a71..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/package.provided,v 1.1 2009/08/17 09:46:54 grobian Exp $ - -sys-darwin/libsystem-71 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/package.use.mask index aaf2b7779d..5003fa6897 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/package.use.mask @@ -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/profiles/prefix/darwin/macos/10.6/package.use.mask,v 1.3 2011/12/30 15:49:35 grobian Exp $ +# $Id$ # Elias Pipping (25 Nov 2007) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/profile.bashrc index 16471c0323..69291f8413 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/profile.bashrc,v 1.1 2009/08/17 09:46:54 grobian Exp $ +# $Id$ export MACOSX_DEPLOYMENT_TARGET=10.6 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/make.defaults index 2925314ca0..56a2ce92a5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x64-macos" CHOST="x86_64-apple-darwin10" -ACCEPT_KEYWORDS="~x64-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to nocona for all MacTel users, as this enables SSE and MMX -# support in GCC, nocona = Core2Duo = 64-bits -CFLAGS="-march=nocona" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.mask index a0899085de..4645c5d42c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.mask,v 1.4 2010/04/18 15:48:55 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.force index cc8ce827f4..224ed0fc48 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.force,v 1.1 2009/08/17 09:46:55 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.mask index 191ff805e7..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.5 2011/12/30 15:49:35 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/use.mask index 1a9420b26b..be1324205c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x64/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -30,14 +22,12 @@ -oci8-instant-client # Unmask osp, used by asterisk; bug 115798 --osp # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +36,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/make.defaults index 3deaf3190f..e9eb0bce49 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/make.defaults,v 1.5 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x86-macos" CHOST="i686-apple-darwin10" -ACCEPT_KEYWORDS="~x86-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# normally we set arch to prescott for all MacTel users, as this enables -# SSE and MMX support in GCC -CFLAGS="-march=prescott" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.mask index a911b0663c..4413ca2d3d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.mask @@ -1,4 +1,4 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.mask,v 1.2 2009/09/07 18:49:21 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.force index 5ef8412867..224ed0fc48 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.force,v 1.1 2009/09/07 18:48:35 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.mask index 067c294d2a..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.mask,v 1.6 2011/12/30 15:49:35 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/use.mask index dba5954555..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.6/x86/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/make.defaults index 3319821cf9..d49d1ad996 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/make.defaults,v 1.3 2013/02/26 21:24:00 grobian Exp $ +# $Id$ MACOSX_DEPLOYMENT_TARGET="10.7" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/package.provided deleted file mode 100644 index 324f3f2b73..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/package.provided,v 1.1 2011/07/04 08:27:53 grobian Exp $ - -sys-darwin/libsystem-71 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/package.use.mask index 6eca464e75..c91450cfd0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/package.use.mask @@ -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/profiles/prefix/darwin/macos/10.7/package.use.mask,v 1.1 2011/07/04 08:27:53 grobian Exp $ +# $Id$ # Fabian Groffen (10 Apr 2011) # as long as util-linux installs uuid.h which breaks the system headers diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/profile.bashrc index 11409a52bb..032824b593 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/profile.bashrc,v 1.1 2011/07/04 08:27:53 grobian Exp $ +# $Id$ export MACOSX_DEPLOYMENT_TARGET=10.7 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/make.defaults index bf9d2375a1..ef1a45d2b4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x64-macos" CHOST="x86_64-apple-darwin11" -ACCEPT_KEYWORDS="~x64-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to nocona for all MacTel users, as this enables SSE and MMX -# support in GCC, nocona = Core2Duo = 64-bits -CFLAGS="-march=nocona" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.mask index 920e8667b3..9973a0f32a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/package.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.force index 41dd3874cc..22105b2beb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.force @@ -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/profiles/prefix/darwin/macos/10.7/x64/package.use.force,v 1.1 2011/07/04 08:27:54 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.mask index ce97a8166f..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/use.mask index c8e161c84f..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x64/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/make.defaults index 6338215dee..dfffd8e7f8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x86-macos" CHOST="i686-apple-darwin11" -ACCEPT_KEYWORDS="~x86-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# normally we set arch to prescott for all MacTel users, as this enables -# SSE and MMX support in GCC -CFLAGS="-march=prescott" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.mask index 899a29699f..2c336012be 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.mask @@ -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/profiles/prefix/darwin/macos/10.7/x86/package.mask,v 1.2 2012/04/30 13:32:58 grobian Exp $ +# $Id$ # The Carbon interface has been removed entirely in Lion, only tk-8.6 # will come with Cocoa support. If you must have tk, you'll have to diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.force index abb6d05a01..22105b2beb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.force @@ -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/profiles/prefix/darwin/macos/10.7/x86/package.use.force,v 1.1 2011/07/04 08:27:54 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.mask index 79f4e3dead..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.use.mask,v 1.2 2011/12/30 15:49:35 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/use.mask index 30173e97d2..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.7/x86/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/make.defaults index f6c0a34a05..e0bcf6f9e6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/make.defaults,v 1.4 2013/02/26 21:24:00 grobian Exp $ +# $Id$ MACOSX_DEPLOYMENT_TARGET="10.8" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.mask index 61095a4b10..52aaa075f8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.mask @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/package.mask,v 1.1 2012/09/30 10:42:06 grobian Exp $ +# $Id$ # Fabian Groffen (30 Sep 2012) # Requires XQuartz, since Apple dropped much of X-support in 10.8 # (a.k.a. Mountain Lion), bug #431182 -<=media-libs/opengl-apple-4.9999 +media-libs/opengl-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.provided deleted file mode 100644 index fd89f53617..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/package.provided,v 1.1 2012/07/31 16:19:51 grobian Exp $ - -sys-darwin/libsystem-71 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.unmask new file mode 100644 index 0000000000..2dd27582b8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.unmask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# James Le Cuirot (29 Jul 2015) +# Recent releases are supported in 10.8. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.use.mask index ea62448b4e..87e5c709ad 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/package.use.mask @@ -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/profiles/prefix/darwin/macos/10.8/package.use.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Id$ # Fabian Groffen (10 Apr 2011) # as long as util-linux installs uuid.h which breaks the system headers diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/profile.bashrc index e62efd34c1..f4b7140c83 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/profile.bashrc,v 1.2 2012/07/31 16:25:04 grobian Exp $ +# $Id$ export MACOSX_DEPLOYMENT_TARGET=10.8 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/make.defaults index 0bf966cb3c..59cce776f1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x64-macos" CHOST="x86_64-apple-darwin12" -ACCEPT_KEYWORDS="~x64-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to nocona for all MacTel users, as this enables SSE and MMX -# support in GCC, nocona = Core2Duo = 64-bits -CFLAGS="-march=nocona" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.mask index 712e56046a..fb619961e6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/package.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.force index 11326e970b..e35f07f455 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.force @@ -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/profiles/prefix/darwin/macos/10.8/x64/package.use.force,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.mask index ea23901896..ae43b989aa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/package.use.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/use.mask index d985e40e07..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x64/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/make.defaults index 9e999ff124..3f8cf18d97 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x86-macos" CHOST="i686-apple-darwin12" -ACCEPT_KEYWORDS="~x86-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# normally we set arch to prescott for all MacTel users, as this enables -# SSE and MMX support in GCC -CFLAGS="-march=prescott" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.mask index 1194af9f06..2c336012be 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.mask @@ -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/profiles/prefix/darwin/macos/10.8/x86/package.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Id$ # The Carbon interface has been removed entirely in Lion, only tk-8.6 # will come with Cocoa support. If you must have tk, you'll have to diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.force index a5a837a344..e35f07f455 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.force @@ -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/profiles/prefix/darwin/macos/10.8/x86/package.use.force,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.mask index dc8ee8d654..ae43b989aa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/package.use.mask,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/use.mask index 2792540221..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.8/x86/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/use.mask,v 1.5 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/make.defaults index f9ff91d7e7..5062be9ba3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/make.defaults,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Id$ MACOSX_DEPLOYMENT_TARGET="10.9" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.mask index 4606fb66ee..db173a52d8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.mask @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/package.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Id$ # Fabian Groffen (30 Sep 2012) # Requires XQuartz, since Apple dropped much of X-support in 10.8 # (a.k.a. Mountain Lion), bug #431182 -<=media-libs/opengl-apple-4.9999 +media-libs/opengl-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.provided deleted file mode 100644 index 588f719386..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/package.provided,v 1.1 2013/10/31 18:02:29 grobian Exp $ - -sys-darwin/libsystem-71 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.unmask new file mode 100644 index 0000000000..d2d6087646 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.unmask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# James Le Cuirot (29 Jul 2015) +# Recent releases are supported in 10.9. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.use.mask index 60887df9e6..7f154936de 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/package.use.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Id$ # Fabian Groffen (10 Apr 2011) # as long as util-linux installs uuid.h which breaks the system headers diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/profile.bashrc index 75ad3478da..06bf9111d3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/profile.bashrc,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Id$ export MACOSX_DEPLOYMENT_TARGET=10.9 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/make.defaults index cc1629eb4a..ad96e6c955 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x64-macos" CHOST="x86_64-apple-darwin13" -ACCEPT_KEYWORDS="~x64-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# set arch to nocona for all MacTel users, as this enables SSE and MMX -# support in GCC, nocona = Core2Duo = 64-bits -CFLAGS="-march=nocona" +CHOST_amd64="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.mask index e2b71d4304..506a542c64 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.force index 0348b39c7f..01103c99ea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.force,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.mask index 8598cc4c3d..ae8748b012 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/use.mask index 364024d228..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x64/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/use.mask,v 1.2 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/make.defaults index af2b162fff..c0c8c538ac 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/make.defaults @@ -1,13 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ +# $Id$ -ARCH="x86-macos" CHOST="i686-apple-darwin13" -ACCEPT_KEYWORDS="~x86-macos" - -USE="mmx mmxext sse sse2" -CPU_FLAGS_X86="mmx mmxext sse sse2" -# normally we set arch to prescott for all MacTel users, as this enables -# SSE and MMX support in GCC -CFLAGS="-march=prescott" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.mask index f10d70316c..0a359aa407 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/package.mask,v 1.1 2013/10/31 18:02:30 grobian Exp $ +# $Id$ # The Carbon interface has been removed entirely in Lion, only tk-8.6 # will come with Cocoa support. If you must have tk, you'll have to diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.force index d8dee9b314..01103c99ea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/package.use.force,v 1.1 2013/10/31 18:02:30 grobian Exp $ +# $Id$ # Elias Pipping (30 Sep 2007) # compiles with -aqua, doesn't work, though diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.mask index bc700993bf..ae8748b012 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/package.use.mask,v 1.1 2013/10/31 18:02:30 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/use.mask index f6018cd814..a90a146582 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.9/x86/use.mask @@ -1,27 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/use.mask,v 1.2 2015/01/28 21:53:42 mgorny Exp $ +# $Id$ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc). # Unmask x86 instruction sets --icc --icc-pgo -ifc --mmx --mmxext --sse --sse2 --ssse3 -cpu_flags_x86_mmx -cpu_flags_x86_mmxext -cpu_flags_x86_sse -cpu_flags_x86_sse2 -cpu_flags_x86_ssse3 -svga --kqemu # Unmask nvidia XvMC support -nvidia @@ -29,15 +21,11 @@ # Unmask dev-db/oracle-instantclient-basic support -oci8-instant-client -# Unmask osp, used by asterisk; bug 115798 --osp - # Modular X: unmask for architectures on which they are available -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom -video_cards_nvidia --video_cards_fglrx -video_cards_vmware # Modular X: mask for architectures on which they aren't available @@ -46,14 +34,5 @@ video_cards_newport #codec support -x264 -# lvm2 cluster --gulm - # ibm is only used for ppc64 stuff ibm - -# psyco works on x86 --psyco - -# Adobe FDF toolkit is x86 only. --fdftk diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/make.defaults index 424d3c55c9..dec207ac7e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/make.defaults @@ -1,6 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ +# $Id$ + +ARCH="ppc-macos" +ACCEPT_KEYWORDS="~ppc-macos" # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="ppc" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.mask index 3076fcc15e..c59605fea1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/package.mask,v 1.4 2013/12/22 15:59:49 phajdan.jr Exp $ +# $Id$ # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.force new file mode 100644 index 0000000000..35d9858cd5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen (20 Dec 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_PowerPC +sys-devel/llvm llvm_targets_PowerPC diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask index 7e82fc28b3..29d709fd22 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/package.use.mask,v 1.2 2012/06/14 23:33:44 pesa Exp $ +# $Id$ # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. @@ -8,12 +8,8 @@ # Elias Pipping (01 Sep 2007) # imlib2 does not compile with USE=mmx -media-libs/imlib2 mmx - -# Elias Pipping (01 Sep 2007) -# libpng does not compile with USE=mmx -media-libs/libpng mmx +media-libs/imlib2 cpu_flags_x86_mmx # Elias Pipping (01 Sep 2007) # mpg123 does not compile with USE=mmx -media-sound/mpg123 mmx +media-sound/mpg123 cpu_flags_x86_mmx diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/use.force index 6c62c27e27..63e95a3216 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/use.force @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ +# $Id$ # Force the flag corresponding to the default ABI +ppc-macos abi_ppc_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/use.mask new file mode 100644 index 0000000000..2c96250473 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag corresponding to the default ABI +-ppc-macos +-abi_ppc_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/package.mask deleted file mode 100644 index 9932532334..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc64/package.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $ - -# The 32-bits profile is inherited by the 64-bits one! -# All the Mac OS X profiles inherit from their matching arch profile here. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask deleted file mode 100644 index ac534b421c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc64/package.use.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $ - -# The 32-bits profile is inherited by the 64-bits one! -# All the Mac OS X profiles inherit from their matching arch profile here. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/parent deleted file mode 100644 index 3f4be82271..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc64/parent +++ /dev/null @@ -1 +0,0 @@ -../ppc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/make.defaults index ee19241b94..31eb7bf382 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/make.defaults @@ -1,6 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ +# $Id$ + +ARCH="x64-macos" +ACCEPT_KEYWORDS="~x64-macos" + +CPU_FLAGS_X86="mmx mmxext sse sse2" # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" @@ -8,3 +13,5 @@ DEFAULT_ABI="amd64" ABI="amd64" IUSE_IMPLICIT="abi_x86_64" LIBDIR_amd64="lib" +# We use Clang, let it figure out what is the best to use +CFLAGS="-march=native" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.mask index 5902fc2dd4..13e1c33d10 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.mask @@ -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/profiles/prefix/darwin/macos/arch/x64/package.mask,v 1.2 2012/04/30 13:32:58 grobian Exp $ +# $Id$ # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.use.force new file mode 100644 index 0000000000..6339ecd7af --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Fabian Groffen (20 Dec 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.use.mask index b8d22fb385..c63cbaafc8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask,v 1.3 2015/01/28 21:50:33 mgorny Exp $ +# $Id$ # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. @@ -12,10 +12,8 @@ media-libs/xvid -pic # Jeremy Olexa (29 Jul 2010) # Relocation issues on 32-bit OSX only, bug #329859 -media-sound/mpg123 -mmx -sse media-sound/mpg123 -cpu_flags_x86_mmx -cpu_flags_x86_sse # Fabian Groffen (01 Feb 2009) # Doesn't compile on 32-bits OSX only, bug #257225 -media-video/ffmpeg -mmx media-video/ffmpeg -cpu_flags_x86_mmx diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/parent deleted file mode 100644 index e6e4a52dfb..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/parent +++ /dev/null @@ -1 +0,0 @@ -../x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/use.force index fd2a80bcdd..b6d3947103 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/use.force @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ +# $Id$ # Force the flag corresponding to the default ABI +x64-macos abi_x86_64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/use.mask new file mode 100644 index 0000000000..9702d753cb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x64/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag corresponding to the default ABI +-x64-macos +-abi_x86_64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/make.defaults index ff0502c141..2132de8d35 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/make.defaults @@ -1,6 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ +# $Id$ + +ARCH="x86-macos" +ACCEPT_KEYWORDS="~x86-macos" + +CPU_FLAGS_X86="mmx mmxext sse sse2" # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" @@ -8,3 +13,5 @@ DEFAULT_ABI="x86" ABI="x86" IUSE_IMPLICIT="abi_x86_32" LIBDIR_x86="lib" +# We use Clang, let it figure out what is the best to use +CFLAGS="-march=native" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.mask index 55491bb281..aa09aa8551 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.mask @@ -1,7 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.force index bb0be3d0fa..6339ecd7af 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.force @@ -1,7 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.force,v 1.1 2012/03/24 16:09:10 grobian Exp $ +# $Id$ -# Fabian Groffen (24 Mar 2012) -# Non-threaded target doesn't exist for Mac OS X Intel -media-gfx/tachyon threads opengl +# Fabian Groffen (20 Dec 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.mask index 200e95b124..bd9508023b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.3 2015/01/28 21:50:33 mgorny Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. @@ -13,10 +12,8 @@ net-libs/webkit-gtk -jit # Jeremy Olexa (29 Jul 2010) # Relocation issues on 32-bit OSX, bug #329859 -media-sound/mpg123 mmx sse media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_sse # Fabian Groffen (01 Feb 2009) # Doesn't compile, bug #257225 -media-video/ffmpeg mmx media-video/ffmpeg cpu_flags_x86_mmx diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.force index 0e524a7478..8f00cb9e61 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.force @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ +# $Id$ # Force the flag corresponding to the default ABI +x86-macos abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.mask new file mode 100644 index 0000000000..3ab486656a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag corresponding to the default ABI +-x86-macos +-abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/make.defaults index 63a345c1ca..8722483811 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/make.defaults @@ -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/profiles/prefix/darwin/macos/make.defaults,v 1.2 2012/09/09 10:23:33 grobian Exp $ +# $Id$ # on OSX one should have objc available USE="objc objc++" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.mask index cbb1857f85..7c098302fc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.mask @@ -1,7 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.mask,v 1.8 2014/01/02 22:49:09 williamh Exp $ +# $Id$ -# Fabian Groffen (29 Sep 2012) -# Use Apple's provided Java6 instead! -dev-java/soylatte-jdk-bin +# James Le Cuirot (29 Jul 2015) +# Recent Oracle releases only support recent Mac OS releases. We can't +# keep old versions due to vulnerabilities. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force index 115888b307..c38e0d654c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force @@ -1,14 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v 1.2 2015/05/31 10:03:37 grobian Exp $ +# $Id$ # Fabian Groffen (31 May 2015) # for clang ebuild to work, llvm must build the clang frontend sys-devel/llvm clang -# Elias Pipping (01 Jan 2008) -# only GUI that works under macosx -app-editor/gvim aqua +# Fabian Groffen (24 Mar 2012) +# Non-threaded target doesn't exist for Mac OS X Intel +media-gfx/tachyon threads opengl # Elias Pipping (29 Nov 2007) # won't compile without diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask index 32201e489a..530838c9ed 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask @@ -1,15 +1,17 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask,v 1.13 2012/08/01 10:46:14 grobian Exp $ +# $Id$ + +# James Le Cuirot (29 Jul 2015) +# JavaFX is included on Mac OS. I think a browser plugin is too but as +# libjvm rather than libnpjp2 like on Linux so keep nsplugin masked. +dev-java/oracle-jdk-bin -javafx +dev-java/oracle-jre-bin -javafx # Fabian Groffen (30 Oct 2009) # X and linux only media-video/mplayer xvmc xv dga X xinerama xscreensaver -media-video/mplayer dvb lirc svga jack joystick matrox - -# Jeremy Olexa (12 Feb 2009) -# Doesn't work with python support, bug 257572 -gnome-extra/libgsf python +media-video/mplayer dvb lirc jack joystick # Fabian Groffen (06 Aug 2008) # runtime loading is horribly broken (it uses fixed .so.0, but when diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/packages index 727eca5480..3b7d631209 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/packages @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/packages,v 1.2 2015/05/31 10:03:37 grobian Exp $ +# $Id$ # Mac OS X is built with LLVM/Clang -*sys-devel/gcc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/make.defaults index 78ef3b26e8..375d47e7c2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/make.defaults,v 1.4 2013/05/30 11:20:45 mgorny Exp $ +# $Id$ # System-wide defaults for all Darwin profiles # This file should rarely need to be changed diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.mask index 2f359fe060..2696d5df3f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.mask @@ -1,18 +1,22 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.47 2015/06/16 11:30:27 grobian Exp $ +# $Id$ -# Fabian Groffen (16 Jun 2015) -# fails to compile due to missing CLOCK_REALTIME in multiprocessing -# module -=dev-lang/python-2.7.10 +# Fabian Groffen (18 Dec 2016) +# has multiple compilation issue, resolved for 1.1.8, bug #602990 +=app-misc/pax-utils-1.1.7 + +# Fabian Groffen (10 Sep 2016) +# revbump for adding libcxx dependency, which we already have, so avoid +# the hassle +=sys-devel/llvm-3.8.1-r2 # Fabian Groffen (31 May 2015) # fails to compile due to some missing compilerrt stuff, hints at asan, -# not sure what the problem actually is ->=sys-devel/llvm-3.6 ->=sys-devel/clang-3.6 +# not sure what the problem actually is, 3.7 and 3.8 compile just fine +=sys-devel/llvm-3.6* +=sys-devel/clang-3.6* # Fabian Groffen (08 Feb 2015) # missing faccesstat (missing gnulib), bug #538502 @@ -26,10 +30,6 @@ # Needs some patching, bug #513428 ~dev-libs/libffi-3.1 -# Fabian Groffen (12 Aug 2014) -# Fails to compile on xattr stuff, next release should solve that, #518444 -=app-arch/tar-1.28 - # Fabian Groffen (14 Jan 2014) # util-linux has no business on Darwin systems sys-apps/util-linux diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.use.mask index 5fbfdeee87..f25612b984 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/package.use.mask @@ -1,13 +1,21 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.use.mask,v 1.14 2015/05/26 08:05:08 grobian Exp $ +# $Id$ +# Fabian Groffen (06 Apr 2016) +# dev-libs/re2 needs love, bug #563932 +app-misc/sphinx re2 + +# Fabian Groffen (10 Jan 2016) +# libutempter isn't ported for Darwin, bug #506494 +net-misc/mosh utempter + # Fabian Groffen (26 May 2015) # Avoid pulling in broken and unnecessary ossp-uuid, bug #324527 dev-db/postgresql uuid -# Christoph Junghans (26 Aug 2012) +# Christoph Junghans (26 Aug 2012) # libutempter support does not work on Darwin (bug #388791) x11-terms/eterm utempter @@ -21,7 +29,7 @@ sys-devel/gdb server # Fabian Groffen (16 Feb 2011) # De-mask of OSX-specific USE-flags that are useful for VLC -media-video/vlc -audioqueue -ios-vout -macosx macosx-audio -macosx-dialog-provider -macosx-eyetv -macosx-quartztext -macosx-vout +media-video/vlc -audioqueue -macosx-dialog-provider -macosx-eyetv -macosx-quartztext # Fabian Groffen (08 Jan 2011) # Darwin has libuuid from util-linux @@ -29,11 +37,7 @@ x11-libs/libSM -uuid # Fabian Groffen (30 Oct 2009) # linux only -media-video/mplayer dvb lirc svga jack joystick matrox - -# Fabian Groffen (03 Apr 2009) -# ld: unknown option: -R/Library/Gentoo/usr/lib -~sys-devel/gcc-4.3.3 gcj +media-video/mplayer dvb lirc jack joystick # Elias Pipping (16 Nov 2007) # make fails diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/packages index f43c7d91cf..e8faa818f9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/packages @@ -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/profiles/prefix/darwin/packages,v 1.4 2011/09/03 10:55:26 grobian Exp $ +# $Id$ *sys-apps/darwin-miscutils *sys-devel/binutils-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/parent index f3229c5b98..cd1149221a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/parent @@ -1 +1,2 @@ +../../base .. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.force index c8b200776c..b0f488eb92 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/use.force,v 1.1 2009/06/06 03:54:45 solar Exp $ +# $Id$ # Re-add Darwin OS kernel_Darwin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.mask index a5c9a76a68..6774305f8d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/use.mask,v 1.5 2015/06/02 09:15:36 ulm Exp $ +# $Id$ #Add USE flags that don't work on Darwin/OpenDarwin/OS X here @@ -18,7 +18,6 @@ acpi alsa apm -cap caps cman clvm @@ -30,16 +29,17 @@ ggi gpm hardened -# VV requires device-mapper -on-the-fly-crypt oss -solid sybase sybase-ct rtc -voodoo3 -pvm v4l # introspection is far from working on OSX introspection + +# libcap doesn't work on OSX (fcaps.eclass), bug #534264 +filecaps + +# linux-exclusive feature +inotify diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults deleted file mode 100644 index e844687460..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults,v 1.1 2009/07/27 09:53:49 haubi Exp $ - -ARCH="hppa-hpux" -# config.guess tells for hpux11 on hppa2.0 cpu: -# "hppa2.0n-hp-hpux11.11" for 32bit kernel -# "hppa2.0w-hp-hpux11.11" for 64bit kernel and 32bit default compiler output -# "hppa64-hp-hpux11.11" for 64bit kernel and 64bit default compiler output -# This is the 32bit profile, so we use "hppa2.0n" -CHOST="hppa2.0n-hp-hpux11.11" -ACCEPT_KEYWORDS="~hppa-hpux" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/hppa2.0/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/package.provided deleted file mode 100644 index a188246c6f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.11/package.provided,v 1.1 2009/07/27 09:53:49 haubi Exp $ - -sys-hpux/libc-11.11 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/package.use.mask deleted file mode 100644 index a9692e294c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/package.use.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.11/package.use.mask,v 1.1 2009/07/28 13:50:24 haubi Exp $ - -# Michael Haubenwallner (28 Jul 2009) -# hpux11.11 has neither /dev/urandom nor /dev/random -dev-libs/apr urandom diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.11/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/make.defaults deleted file mode 100644 index 980147aecc..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.23/ia64/make.defaults,v 1.1 2009/06/06 03:54:52 solar Exp $ - -ARCH="ia64-hpux" -CHOST="ia64-hp-hpux11.23" -ACCEPT_KEYWORDS="~ia64-hpux" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/ia64/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/package.provided deleted file mode 100644 index fa7d94d95f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.23/package.provided,v 1.1 2009/06/06 03:54:52 solar Exp $ - -sys-hpux/libc-11.23 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.23/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults deleted file mode 100644 index 1a5c1723e5..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults,v 1.2 2009/07/22 14:32:43 haubi Exp $ - -ARCH="hppa-hpux" -# config.guess tells for hpux11 on hppa2.0 cpu: -# "hppa2.0n-hp-hpux11.31" for 32bit kernel -# "hppa2.0w-hp-hpux11.31" for 64bit kernel and 32bit default compiler output -# "hppa64-hp-hpux11.31" for 64bit kernel and 64bit default compiler output -# This is the 32bit profile, so we use "hppa2.0n" -CHOST="hppa2.0n-hp-hpux11.31" -ACCEPT_KEYWORDS="~hppa-hpux" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/hppa2.0/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/make.defaults deleted file mode 100644 index fdbb220eb0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.31/ia64/make.defaults,v 1.1 2009/06/06 03:54:53 solar Exp $ - -ARCH="ia64-hpux" -CHOST="ia64-hp-hpux11.31" -ACCEPT_KEYWORDS="~ia64-hpux" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/ia64/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/package.provided deleted file mode 100644 index bb20df1b00..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.31/package.provided,v 1.1 2009/06/06 03:54:53 solar Exp $ - -sys-hpux/libc-11.31 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/B.11.31/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/make.defaults deleted file mode 100644 index 3eb42308cd..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/make.defaults +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/make.defaults,v 1.2 2009/06/30 16:35:01 darkside Exp $ - -# System-wide defaults for all HP-UX profiles -# This file should rarely need to be changed - -# 'Sane' defaults -ELIBC="HPUX" -KERNEL="HPUX" - -# no scanelf -FEATURES="nostrip" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/package.mask deleted file mode 100644 index 754e6bf6df..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/package.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/package.mask,v 1.5 2010/05/06 19:21:30 darkside Exp $ - -# Michael Haubenwallner (16 Jul 2009) -# Is blocked by QA check 'implicit pointer usage warnings' on ia64-hpux. -# Cannot recompile itself on hppa-hpux and ia64-hpux. bug 311239 ->=sys-devel/gcc-4.3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/profile.bashrc deleted file mode 100644 index 81a3e85aeb..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/profile.bashrc +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/profile.bashrc,v 1.5 2010/12/23 15:15:34 haubi Exp $ - -# /bin/sh is korn shell, incompatible with bash used by makefiles later. -# This is a problem with recent libtool detecting non-bashism 'print' fex. -export CONFIG_SHELL=${BASH} - -# On hpux, binary files (executables, shared libraries) in use -# cannot be replaced during merge. -# But it is possible to rename them and remove lateron when they are -# not used any more by any running process. -# -# This is a workaround for portage bug#199868, -# and should be dropped once portage does sth. like this itself. - -hpux-busytext-get-listfile() { - echo "${ROOT%%/}${EPREFIX}/var/lib/portage/files2bremoved" -} - -hpux-busytext-cleanup() { - local removedlist=$(hpux-busytext-get-listfile) - - rm -f "${removedlist}".new - - if [[ -r ${removedlist} ]]; then - rm -f "${removedlist}".old - fi - # restore in case of system fault - if [[ -r ${removedlist}.old ]]; then - mv "${removedlist}"{.old,} - fi - - touch "${removedlist}"{,.new} # ensure they exist - - local rmstem f - while read rmstem - do - # try to remove previously recorded files - for f in $(ls "${ROOT}${rmstem}"*); do - echo "trying to remove old busy text file ${f}" - rm -f "${f}" - done - # but keep it in list if still exists - for f in $(ls "${ROOT}${rmstem}"*); do - echo "${rmstem}" >> "${removedlist}".new - break - done - done < "${removedlist}" - - # update the list - mv "${removedlist}"{,.old} - mv "${removedlist}"{.new,} - rm "${removedlist}".old -} - -hpux-busytext-backup() { - local removedlist=$(hpux-busytext-get-listfile) - - # now go for current package - cd "${D}" || exit 1 - - /usr/bin/find ".${EPREFIX}" '!' -type d \ - | while read f - do - f=${f#./} - [[ ! -f ${ROOT}${f} || -h ${ROOT}${f} ]] && continue - echo "${ROOT}${f}" - done \ - | xargs -r /usr/bin/file \ - | /usr/bin/grep -E '(object file|shared library|executable)' \ - | while read f t - do - # file prints: "file-argument: type-of-file" - f=${f#${ROOT}} - f=${f%:} - test -r "${ROOT}${f}" || continue - rmstem="${f}.removedbyportage" - # keep list of old busy text files unique - /usr/bin/grep "^${rmstem/[/\\[}$" "${removedlist}" >/dev/null \ - || echo "${rmstem}" >> "${removedlist}" - n=0 - while [[ ${n} -lt 100 && -f "${ROOT}${rmstem}${n}" ]]; do - n=$((n=n+1)) - done - - if [[ ${n} -ge 100 ]]; then - echo "too many (>=100) old text files busy of '${ROOT}${f}'" >&2 - exit 1 - fi - echo "backing up text file ${ROOT}${f} (${n})" - /usr/bin/mv -f "${ROOT}${f}" "${ROOT}${rmstem}${n}" || exit 1 - /usr/bin/cp -f "${ROOT}${rmstem}${n}" "${ROOT}${f}" || exit 1 - done || exit 1 -} - -prefix_hpux-post_pkg_preinst() { - hpux-busytext-cleanup - hpux-busytext-backup -} - -prefix_hpux-pre_pkg_postinst() { - hpux-busytext-cleanup -} - -# These are because of -# http://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml -# The profile-* ones are meant to be used in etc/portage/profile.bashrc by user -# until there is the registration mechanism. -profile-post_pkg_preinst() { prefix_hpux-post_pkg_preinst ; } - post_pkg_preinst() { prefix_hpux-post_pkg_preinst ; } - -profile-pre_pkg_postinst() { prefix_hpux-pre_pkg_postinst ; } - pre_pkg_postinst() { prefix_hpux-pre_pkg_postinst ; } diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/use.force deleted file mode 100644 index 8b98a44a75..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/use.force,v 1.1 2009/06/06 03:54:51 solar Exp $ - -# Re-add HPUX OS -kernel_HPUX -elibc_HPUX diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/use.mask deleted file mode 100644 index b7fe2703bd..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/use.mask +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/use.mask,v 1.5 2015/06/02 09:15:36 ulm Exp $ - -# Re-add HPUX libc --elibc_HPUX --kernel_HPUX - -# these will more than likely never work on HPUX -3dfx -3dnow -3dnowext -acpi -alsa -apm -cap -caps -cman -clvm -directfb -divx4linux -djbfft -fbcon -fdftk -fmod -ggi -gpm -hardened -icc -icc-pgo -mmx -mmx2 -# the following USE flag requires device-mapper -on-the-fly-crypt -oss -solid -sse -sse2 -svga -sybase -sybase-ct -rtc -uclibc -voodoo3 -pvm -v4l diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/legacy/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/x86/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/legacy/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/legacy/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/legacy/parent new file mode 100644 index 0000000000..0ca4be1beb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/legacy/parent @@ -0,0 +1,2 @@ +.. +../../../../features/prefix/standalone/legacy diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/make.defaults index 34ebca3e12..fda0023e97 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/amd64/make.defaults @@ -1,8 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux-standalone/amd64/make.defaults,v 1.2 2015/01/03 03:32:53 redlizard Exp $ +# $Id$ -ARCH="amd64" -CHOST="x86_64-pc-linux-gnu" -# The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix. -ACCEPT_KEYWORDS="-amd64 ~amd64-linux" +ACCEPT_KEYWORDS="~${ARCH} ~${ARCH}-linux" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/make.defaults new file mode 100644 index 0000000000..1e50879a7e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ACCEPT_KEYWORDS="~${ARCH}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/parent new file mode 100644 index 0000000000..4365b5efad --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm/armv7a/parent @@ -0,0 +1,2 @@ +../../../../default/linux/arm/13.0/armv7a +../.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/make.defaults new file mode 100644 index 0000000000..1e50879a7e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ACCEPT_KEYWORDS="~${ARCH}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/parent new file mode 100644 index 0000000000..522a9bfe67 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/arm64/parent @@ -0,0 +1,3 @@ +../../../default/linux/arm64/13.0/ +.. +../../../arch/arm64/little-endian/ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/make.defaults index 846316d461..dd9cc123d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux-standalone/make.defaults,v 1.1 2014/12/15 20:58:21 redlizard Exp $ +# $Id$ # 'Sane' defaults ELIBC="glibc" @@ -12,4 +12,3 @@ USE="iconv" # build gcc with parallelization support USE="${USE} openmp" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/packages new file mode 100644 index 0000000000..8d5b9aeeb3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/packages @@ -0,0 +1,12 @@ +# RAP does not need busybox for emergency recovery, the host have all those tools. +-*sys-apps/busybox + +# Most of the iproute2 suit require root privilege to function. +-*sys-apps/iproute2 + +# Man pages are not essential. +-*sys-apps/man-pages +-*virtual/man + +# A service manager is not essential. +-*virtual/service-manager diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/x86/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/make.defaults new file mode 100644 index 0000000000..04e73caaa1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ACCEPT_KEYWORDS="~${ARCH}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/parent new file mode 100644 index 0000000000..51fedc0bc3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/ppc64/parent @@ -0,0 +1,2 @@ +../../../default/linux/powerpc/ppc64/13.0/64bit-userland +.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/profile.bashrc new file mode 100644 index 0000000000..4b39a3e25d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/profile.bashrc @@ -0,0 +1,86 @@ +# -*- mode: shell-script; -*- +# RAP specific patches pending upstream: +# binutils: http://article.gmane.org/gmane.comp.gnu.binutils/67593 +# gcc: https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00331.html + +# Disable RAP trick during bootstrap stage2 +[[ -z ${BOOTSTRAP_RAP_STAGE2} ]] || return 0 + +if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; then + cd "${S}" + einfo "Prefixifying dynamic linkers..." + for h in gcc/config/*/*linux*.h; do + ebegin " Updating $h" + sed -i -r "/_DYNAMIC_LINKER/s,([\":])(/lib),\1${EPREFIX}\2,g" $h + eend $? + done + + # use sysroot of toolchain to get currect include and library at compile time + EXTRA_ECONF="${EXTRA_ECONF} --with-sysroot=${EPREFIX}" + + ebegin "remove --sysroot call on ld for native toolchain" + sed -i 's/--sysroot=%R//' gcc/gcc.c + eend $? +elif [[ ${CATEGORY}/${PN} == sys-devel/binutils && ${EBUILD_PHASE} == prepare ]]; then + ebegin "Prefixifying native library path" + sed -i -r "/NATIVE_LIB_DIRS/s,((/usr(/local|)|)/lib),${EPREFIX}\1,g" \ + "${S}"/ld/configure.tgt + eend $? + ebegin "Prefixifying path to /etc/ld.so.conf" + sed -i -r "s,\"/etc,\"${EPREFIX}/etc," "${S}"/ld/emultempl/elf32.em + eend $? +elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == compile ]]; then + cd "${S}" + einfo "Prefixifying hardcoded path" + + for f in libio/iopopen.c \ + shadow/lckpwdf.c resolv/{netdb,resolv}.h elf/rtld.c \ + nis/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \ + nss/{bug-erange,nss_files/files-init{,groups}}.c \ + sysdeps/{{generic,unix/sysv/linux}/paths.h,posix/system.c} + do + ebegin " Updating $f" + sed -i -r "s,([:\"])/(etc|usr|bin|var),\1${EPREFIX}/\2,g" $f + eend $? + done + ebegin " Updating nss/db-Makefile" + sed -i -r \ + -e "s,/(etc|var),${EPREFIX}/\1,g" \ + nss/db-Makefile + eend $? +elif [[ ${CATEGORY}/${PN} == dev-lang/python && ${EBUILD_PHASE} == configure ]]; then + # Guide h2py to look into glibc of Prefix + ebegin "Guiding h2py to look into Prefix" + export include="${EPREFIX}"/usr/include + sed -i -r \ + -e "s,/usr/include,\"${EPREFIX}\"/usr/include,g" "${S}"/Lib/plat-linux*/regen + eend $? + ebegin "Prefixifying distutils paths" + sed -re "s,([^[:alnum:]])(/usr[/[:alnum:]]*/(lib[[:alnum:]]*|include)|/lib[[:alnum:]]*),\1${EPREFIX}\2,g" \ + -i "${S}"/setup.py + eend $? +elif [[ ${CATEGORY}/${PN} == dev-lang/perl && ${EBUILD_PHASE} == configure ]]; then + ebegin "Prefixifying pwd path" + sed -r "s,'((|/usr)/bin/pwd),'${EPREFIX}\1," -i "${S}"/dist/PathTools/Cwd.pm + eend $? + + # Configure checks for /system/lib/libandroid.so to override linux into linux-android, + # which is not desired for Gentoo + ebegin "Removing Android detection" + sed "/libandroid.so/d" -i "${S}"/Configure + eend $? +elif [[ ${CATEGORY}/${PN} == sys-devel/make && ${EBUILD_PHASE} == prepare ]]; then + ebegin "Prefixifying default shell" + sed -i -r "/default_shell/s,\"(/bin/sh),\"${EPREFIX}\1," "${S}"/job.c + eend $? +elif [[ ${CATEGORY}/${PN} == sys-libs/zlib && ${EBUILD_PHASE} == prepare ]]; then + [[ -n "${BOOTSTRAP_RAP}" ]] || return 0 + ebegin "Remove executable builds for bootstrap" + sed -i 's/ALL=.*/ALL="\\$(LIBS)"/' "${S}"/configure + eend $? +elif [[ ${CATEGORY}/${PN} == dev-lang/php && ${EBUILD_PHASE} == prepare ]]; then + # introduced in bug 419525, subtle glibc location difference. + ebegin "Prefixifying ext/iconv/config.m4 paths" + sed -i -r "/for i in/s,(/usr(/local|)),${EPREFIX}\1,g" "${S}"/ext/iconv/config.m4 + eend $? +fi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/legacy/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/legacy/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/legacy/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/legacy/parent new file mode 100644 index 0000000000..0ca4be1beb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/legacy/parent @@ -0,0 +1,2 @@ +.. +../../../../features/prefix/standalone/legacy diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/make.defaults index 368cb526ae..fda0023e97 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux-standalone/x86/make.defaults @@ -1,8 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux-standalone/x86/make.defaults,v 1.2 2015/01/03 03:32:53 redlizard Exp $ +# $Id$ -ARCH="x86" -CHOST="i686-pc-linux-gnu" -# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix. -ACCEPT_KEYWORDS="-x86 ~x86-linux" +ACCEPT_KEYWORDS="~${ARCH} ~${ARCH}-linux" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/amd64/make.defaults index 92c2ffbfa2..3905377560 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.6 2014/07/05 13:08:34 grobian Exp $ +# $Id$ #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm/make.defaults index 77d2ab2599..c59f26d4e7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm/make.defaults @@ -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/profiles/prefix/linux/arm/make.defaults,v 1.6 2012/12/09 15:39:57 grobian Exp $ +# $Id$ ARCH="arm" # This is a pretty specific profile to the armv7 arch, we can change that later diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/make.defaults deleted file mode 100644 index 112b22d36e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/make.defaults +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ia64/make.defaults,v 1.1 2009/06/06 03:54:56 solar Exp $ - -# The base profile sets ACCEPT_KEYWORDS=ia64 and we don't have that in prefix. -ACCEPT_KEYWORDS="-ia64 ~ia64-linux" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/parent deleted file mode 100644 index ead1e333be..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ia64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../../default/linux/ia64/13.0 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/make.defaults index b2bf673f29..973e6f0c07 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/make.defaults,v 1.7 2014/01/21 04:30:29 dirtyepic Exp $ +# $Id$ # 'Sane' defaults ELIBC="glibc" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.mask index 118ca84206..506a542c64 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.mask,v 1.11 2014/07/06 08:48:53 zlogene Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.provided deleted file mode 100644 index 3c23ae8ccc..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.provided,v 1.5 2013/02/03 11:48:34 heroxbd Exp $ - -sys-linux/glibc-0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.use b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.use deleted file mode 100644 index f80c1c5d8b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/package.use +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.use,v 1.1 2014/02/07 20:34:30 grobian Exp $ - -# Fabian Groffen (07 Feb 2014) -# Python 3 often fails to compile with crypt and nis support due to -# GNU/libc being able to be many different versions on a Linux system -# See for example bug #500116 -dev-lang/python -crypt -nis diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/packages index 9ea066f2bf..8434cbbb52 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/packages @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/packages,v 1.3 2014/12/15 20:52:04 redlizard Exp $ +# $Id$ # Here we remove packages that default/linux/packages pulls in and have no # business being in Gentoo Prefix diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/parent index 9c654750f6..f3229c5b98 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/parent @@ -1 +1 @@ -../../features/prefix/rpath +.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/make.defaults index 6a5e63bcff..7d0674dc58 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/make.defaults @@ -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/profiles/prefix/linux/ppc64/make.defaults,v 1.2 2012/03/09 13:29:05 darkside Exp $ +# $Id$ ARCH="ppc64" CHOST="powerpc64-pc-linux-gnu" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/packages index 4e5a2760b2..947902a7d7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/ppc64/packages @@ -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/profiles/prefix/linux/ppc64/packages,v 1.1 2012/03/06 23:38:09 darkside Exp $ +# $Id$ # Those are part of the base powerpc profile's @system set, but having them as # part of @system makes no sense for Gentoo Prefix. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/profile.bashrc index 4e92182577..9a48901175 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/profile.bashrc @@ -3,10 +3,29 @@ # # # Remember, bash treats floats like strings.. +get_libc_vers_min() { + if [[ -x /usr/bin/ldd ]] ; then + /usr/bin/ldd --version \ + | head -n1 \ + | grep -o ") 2\.[0-9]\+" \ + | cut -d. -f2 + return + elif [[ -x /lib/libc.so.6 || -x /lib64/libc.so.6 ]] ; then + { + /lib/libc.so.6 || /lib64/libc.so.6 + } 2>/dev/null \ + | head -n1 \ + | grep -o 'version 2\.[0-9]\+' \ + | cut -d. -f2 + return + fi + echo "0" +} + if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == unpack ]]; then # Since 2.3 > 2.12 in numerical terms, just compare 2.X to 2.Y, will break # if >=3.0 is ever released - VERS=$(/usr/bin/ldd --version | head -n1 | grep -o ") [0-9]\.[0-9]\+" | cut -d. -f2 ) + VERS=$(get_libc_vers_min) if [[ $VERS -lt 12 ]]; then # compare host glibc 2.x to 2.12 ewarn "Your host glibc is too old; disabling automatic fortify. bug 289757" EPATCH_EXCLUDE+=" 10_all_gcc-default-fortify-source.patch" # <=gcc-4.5* @@ -15,11 +34,11 @@ if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == unpack ]]; then fi if [[ ${EBUILD_PHASE} == setup ]]; then - VERS=$(/usr/bin/ldd --version | head -n1 | grep -o ") [0-9]\.[0-9]\+" | cut -d. -f2 ) + VERS=$(get_libc_vers_min) if [[ $VERS -lt 6 && "${CFLAGS} " != *'gnu89-inline '* ]]; then # compare host glibc 2.x to 2.6 einfo "Your host glibc is too old; enabling -fgnu89-inline compiler flag. bug 473524" CFLAGS="${CFLAGS} -fgnu89-inline" # for C only fi fi -# vim: set syn=sh expandtab ts=4: +# vim: set syn=sh: diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/use.mask new file mode 100644 index 0000000000..669adbe5a3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michael Haubenwallner (19 Apr 2016) +# Unmask the linux-glibc combo, or we get bug#574822. +-elibc_glibc +-kernel_linux diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/make.defaults index 6d057daea0..e7f0d8de77 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.6 2014/07/05 13:08:35 grobian Exp $ +# $Id$ ARCH="x86" CHOST="i686-pc-linux-gnu" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/profile.bashrc index 6f7360ce32..c8d0269c04 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/linux/x86/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Id: profile.bashrc,v 1.1 2011/03/29 20:19:15 haubi Exp $ +# $Id$ # When x86-linux runs on an amd64 host having /lib32, # we need to have binutils to search there too (#360197). diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/make.defaults index bfe773b1a7..32d8a4c305 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/make.defaults,v 1.8 2014/01/18 08:15:44 vapier Exp $ +# $Id$ # Some USE-flags that only die-hards don't want: # readline: to have some sane command line editing, e.g. in python @@ -10,3 +10,8 @@ USE="readline zlib ncurses ssl" FEATURES="collision-protect" + +# Python 3.5 is unmasked for us, build stuff by default, in particular +# for bug #572502 where the default python is set to 3.5 for it was +# built first. +PYTHON_TARGETS="${PYTHON_TARGETS} python3_5" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/make.defaults index 1e296a2d0b..fa793b0537 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/m68k/make.defaults,v 1.1 2009/06/06 03:54:58 solar Exp $ +# $Id$ ARCH="m68k-mint" CHOST="m68k-atari-mint" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/use.mask index 0d39d9592b..599a7fd3a4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/m68k/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/m68k/use.mask,v 1.1 2009/06/06 03:54:58 solar Exp $ +# $Id$ # dlopen() doesn't work in MiNT dso diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/make.defaults index 8fd6af2541..603ec35e71 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/make.defaults,v 1.7 2014/07/06 16:54:16 grobian Exp $ +# $Id$ # System-wide defaults for all MiNT profiles # This file should rarely need to be changed diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.provided deleted file mode 100644 index 3abd79ae03..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/package.provided,v 1.1 2009/06/06 03:54:57 solar Exp $ - -sys-mint/mintlib-1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.force index b41aec6a13..d175aa7e0f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/package.use.force,v 1.2 2011/05/29 18:02:46 grobian Exp $ +# $Id$ + +# Michael Haubenwallner (18 Apr 2016) +# adjust MiNT specifics via USE flags +sys-apps/coreutils hostname kill #364789 -app-arch/libarchive static static-libs +app-arch/libarchive static-libs diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.mask index d8220297dd..f06f28ced2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/package.use.mask,v 1.6 2014/03/11 12:50:01 grobian Exp $ +# $Id$ # Alan Hourihane (11 Mar 2014) # plays havoc with GNU pth bug #503764 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/packages index 37f9beea0b..679d62201c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/packages @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/packages,v 1.1 2009/06/06 03:54:57 solar Exp $ +# $Id$ *sys-devel/binutils diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/parent index f3229c5b98..cd1149221a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/parent @@ -1 +1,2 @@ +../../base .. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/use.mask index b7514260a0..522d9d27a7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/mint/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/use.mask,v 1.7 2015/06/02 09:15:36 ulm Exp $ +# $Id$ # Re-add MiNT libc -elibc_mintlib @@ -8,42 +8,26 @@ # these will more than likely never work on MiNT 3dfx -3dnow -3dnowext acpi alsa apm -cap caps cman clvm directfb -divx4linux djbfft fbcon -fdftk fmod ggi gpm hardened -icc -icc-pgo ipv6 -mmx -mmx2 -# the following USE flag requires device-mapper -on-the-fly-crypt oss -solid -sse -sse2 svga sybase sybase-ct rtc uclibc -voodoo3 -pvm v4l # git doesn't work at this time, bug #339031\ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/package.mask index bfdbc920cf..e65a9c357c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.mask,v 1.134 2015/06/16 13:00:05 grobian Exp $ +# $Id$ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. This file is for @@ -9,17 +9,6 @@ # NOTE: Please add your entry at the top! # - -# Fabian Groffen (11 Feb 2014) -# Fails to compile, bug #493464 -=sys-devel/autogen-5.18.1 -=sys-devel/autogen-5.18.2 - -# Fabian Groffen (29 Apr 2012) -# AT_FDCWD, openat, faccessat, etc. issues on probably all but Linux -# platforms, masking for now. ->=app-misc/pax-utils-0.3 - # Elias Pipping (09 Oct 2007) # darwin-miscutils are only available on darwin sys-apps/darwin-miscutils diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/package.use.mask index 502acf7faa..c0a52798fe 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.use.mask,v 1.24 2014/12/15 20:52:04 redlizard Exp $ +# $Id$ + +# Fabian Groffen (27 Jun 2016) +# sys-libs/libseccomp is a linux interface, not sure if it will work +# in prefix for Linux either, bug #585756 +app-misc/pax-utils seccomp # Mikle Kolyada (29 Nov 2014) # Masked because of lack of manpower/time (bug #497068) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/packages index e334bbc7bc..ea972ca937 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/packages @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/packages,v 1.10 2014/12/15 20:52:04 redlizard Exp $ +# $Id$ # we don't want binutils everywhere, only in linux and solaris -*sys-devel/binutils diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/parent index a88ecf69d2..8f0e9fd747 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/parent @@ -1,2 +1 @@ -../base ../features/prefix/rpath diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/make.defaults index 6f90d9391c..78c742b5b6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/make.defaults,v 1.2 2009/06/30 16:35:03 darkside Exp $ +# $Id$ # System-wide defaults for all SunOS profiles # This file should rarely need to be changed diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/packages index ed469f1152..8f7809e1bc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/packages @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/packages,v 1.1 2009/06/06 03:54:58 solar Exp $ +# $Id$ *sys-devel/binutils diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/parent index f3229c5b98..cd1149221a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/parent @@ -1 +1,2 @@ +../../base .. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/package.mask new file mode 100644 index 0000000000..815fec895a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/package.mask @@ -0,0 +1,4 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/package.provided deleted file mode 100644 index 70aec53723..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/package.provided,v 1.1 2009/06/06 03:54:59 solar Exp $ - -sys-sunos/libc-2.10 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults index d4552bb966..5337c8e32d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc/make.defaults,v 1.1 2009/06/06 03:55:00 solar Exp $ +# $Id$ ARCH="sparc-solaris" CHOST="sparc-sun-solaris2.10" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.mask index 422884287c..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc/package.mask,v 1.6 2011/12/30 16:20:16 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask index 50a4e6adca..e2d5761270 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask @@ -1,4 +1,4 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc/package.use.mask,v 1.2 2011/12/30 16:20:16 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/parent index 133d186d15..356d2b757b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc/parent @@ -1,2 +1,2 @@ -../../arch/sparc .. +../../arch/sparc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults index 998e138f04..1e54d5f7ed 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc64/make.defaults,v 1.1 2009/06/06 03:55:00 solar Exp $ +# $Id$ ARCH="sparc64-solaris" CHOST="sparcv9-sun-solaris2.10" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.mask index c2e0936fa0..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc64/package.mask,v 1.6 2011/12/30 16:20:16 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask index ba2a3f2f90..e2d5761270 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask @@ -1,4 +1,4 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/sparc64/package.use.mask,v 1.3 2011/12/30 16:20:16 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/parent index 9dbef0db89..6321d7e3ec 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/sparc64/parent @@ -1,2 +1,2 @@ -../../arch/sparc64 .. +../../arch/sparc64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/make.defaults index 975b96e34c..8fd6dd3bf1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/x64/make.defaults,v 1.1 2009/06/06 03:55:01 solar Exp $ +# $Id$ ARCH="x64-solaris" CHOST="x86_64-pc-solaris2.10" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.mask index 53057beef7..4645c5d42c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.mask @@ -1,3 +1,3 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/x64/package.mask,v 1.4 2010/04/18 15:48:56 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.use.mask index dad3f41cb5..c1124fd828 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/x64/package.use.mask,v 1.1 2009/06/06 03:55:01 solar Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/make.defaults index 76d17893ed..f311d2bc1f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/x86/make.defaults,v 1.1 2009/06/06 03:55:01 solar Exp $ +# $Id$ ARCH="x86-solaris" CHOST="i386-pc-solaris2.10" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask deleted file mode 100644 index 8ece6c03b5..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.10/x86/package.use.mask,v 1.3 2011/12/30 16:20:16 grobian Exp $ - - -# *** This configuration is not supported in the following -# subdirectories: -# target-libada gnattools target-libmudflap target-libssp -sys-devel/gcc:4.3 mudflap diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.10/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.mask deleted file mode 100644 index 68f90652c1..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/package.mask,v 1.1 2009/06/06 03:55:02 solar Exp $ - -# Fabian Groffen (25 May 2009) -# Can't deal with changed system headers which define their own versions -# of vprintf, etc. when being called with _KERNEL defined. -=sys-process/lsof-4.82 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.provided deleted file mode 100644 index 5a748e1ba9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/package.provided,v 1.1 2009/06/06 03:55:02 solar Exp $ - -sys-sunos/libc-2.11 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.use.mask index 18ef8b83cf..3e59ebe16f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/package.use.mask @@ -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/profiles/prefix/sunos/solaris/5.11/package.use.mask,v 1.1 2011/03/30 08:33:21 grobian Exp $ +# $Id$ # Fabian Groffen (30 Mar 2011) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/packages new file mode 100644 index 0000000000..f83f5d3643 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/packages @@ -0,0 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Host provided libuuid.so links against libpool.so, which in turn links +# against libxml2.so. In the latter it looks for SUNW@ symbols which +# our Prefix-provided libxml2.so doesn't have and cause problems, hence +# we need to provide libuuid.so ourselves for packages that use it. +# It's added here, because in previous releases we relied on the +# system-provided libuuid, but now no longer can, and ebuilds can't +# easily make the difference. +*sys-libs/libuuid diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults index 24cba63581..ac4127669f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc/make.defaults,v 1.1 2009/06/06 03:55:02 solar Exp $ +# $Id$ ARCH="sparc-solaris" CHOST="sparc-sun-solaris2.11" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.mask index 46f3b4be64..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc/package.mask,v 1.2 2011/12/30 16:20:17 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask index 18b219873d..e2d5761270 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask @@ -1,4 +1,4 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc/package.use.mask,v 1.2 2011/12/30 16:20:17 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/parent index 133d186d15..356d2b757b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc/parent @@ -1,2 +1,2 @@ -../../arch/sparc .. +../../arch/sparc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults index ddc439f601..61a734e0ca 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc64/make.defaults,v 1.1 2009/06/06 03:55:03 solar Exp $ +# $Id$ ARCH="sparc64-solaris" CHOST="sparcv9-sun-solaris2.11" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.mask index 69bb39354f..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc64/package.mask,v 1.4 2011/12/30 16:20:17 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask index b131ba7393..e2d5761270 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask @@ -1,4 +1,4 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/sparc64/package.use.mask,v 1.3 2011/12/30 16:20:17 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/parent index 9dbef0db89..6321d7e3ec 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/sparc64/parent @@ -1,2 +1,2 @@ -../../arch/sparc64 .. +../../arch/sparc64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/make.defaults index e7b4a8251a..15abaa39b4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/x64/make.defaults,v 1.1 2009/06/06 03:55:03 solar Exp $ +# $Id$ ARCH="x64-solaris" CHOST="x86_64-pc-solaris2.11" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/package.use.mask index c36760d046..c1124fd828 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/x64/package.use.mask,v 1.1 2009/06/06 03:55:03 solar Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/parent index fc24616eed..269f6f48bb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x64/parent @@ -1,2 +1,2 @@ -../../arch/x64 .. +../../arch/x64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/make.defaults index 25f00680f1..ee88cdf489 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/x86/make.defaults,v 1.1 2009/06/06 03:55:04 solar Exp $ +# $Id$ ARCH="x86-solaris" CHOST="i386-pc-solaris2.11" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask index 0a8804d4b4..e2d5761270 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask @@ -1,4 +1,4 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.11/x86/package.use.mask,v 1.3 2011/12/30 16:20:17 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/parent index 4a6aa36b18..93220d0968 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.11/x86/parent @@ -1,2 +1,2 @@ -../../arch/x86 .. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.mask index 6b37e8ed28..e7c2db43a6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/package.mask,v 1.1 2011/12/30 16:20:17 grobian Exp $ +# $Id$ # Jeremy Olexa (26 Aug 2008) diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.provided deleted file mode 100644 index 01960d1122..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/package.provided,v 1.1 2009/06/06 03:55:04 solar Exp $ - -sys-sunos/libc-2.9 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.use.force deleted file mode 100644 index af2bd0abd6..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/package.use.force,v 1.3 2015/03/31 20:40:17 ulm Exp $ - -# still need scandir() from gnulib on solaris2.9 -app-eselect/eselect-python gnulib diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.use.mask index a255076521..86de9f39e8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/package.use.mask @@ -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/profiles/prefix/sunos/solaris/5.9/package.use.mask,v 1.1 2011/11/16 15:44:41 grobian Exp $ +# $Id$ # Fabian Groffen (16 Nov 2011) # jit not supported on sparc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults index 79144aef2d..45a62771ec 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/sparc/make.defaults,v 1.1 2009/06/06 03:55:05 solar Exp $ +# $Id$ ARCH="sparc-solaris" CHOST="sparc-sun-solaris2.9" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/package.mask index 6da4aeea07..6bc858049e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/sparc/package.mask,v 1.3 2011/12/30 16:20:17 grobian Exp $ +# $Id$ diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/parent index 133d186d15..356d2b757b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc/parent @@ -1,2 +1,2 @@ -../../arch/sparc .. +../../arch/sparc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/make.defaults deleted file mode 100644 index 1cf4b34f35..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/sparc64/make.defaults,v 1.1 2009/06/06 03:55:06 solar Exp $ - -ARCH="sparc64-solaris" -CHOST="sparcv9-sun-solaris2.9" -ACCEPT_KEYWORDS="~sparc64-solaris" - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/package.mask deleted file mode 100644 index e009893abe..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/package.mask +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/sparc64/package.mask,v 1.5 2011/12/30 16:20:17 grobian Exp $ - - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/parent deleted file mode 100644 index 9dbef0db89..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/5.9/sparc64/parent +++ /dev/null @@ -1,2 +0,0 @@ -../../arch/sparc64 -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.mask index 5447dce49d..a506c54162 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc/package.mask,v 1.3 2013/12/22 15:59:49 phajdan.jr Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask index 164c94adde..0b14f3ae43 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc/package.use.mask,v 1.1 2011/12/30 16:20:17 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.mask index a50710f8a9..a506c54162 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.mask @@ -1,8 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc64/package.mask,v 1.1 2011/12/30 16:20:17 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. +# Fabian Groffen (30 Dec 2011) +# Does not support Solaris/SPARC, http://mj.ucw.cz/pciutils.html +sys-apps/pciutils diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask index 3071cd1033..b3b8eff907 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask @@ -1,8 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc64/package.use.mask,v 1.1 2011/12/30 16:20:17 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. +# Fabian Groffen (16 Nov 2011) +# jit not supported on sparc +dev-libs/libpcre jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/parent deleted file mode 100644 index 0d45c16644..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/sparc64/parent +++ /dev/null @@ -1 +0,0 @@ -../sparc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/make.defaults index c784348d87..aff95e51d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:35 grobian Exp $ +# $Id$ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="amd64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.mask index 87a192ef3c..b8f10835cd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/package.mask,v 1.1 2011/12/30 16:20:18 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.use.mask index 4a53a6801e..b8f10835cd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/package.use.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/package.use.mask,v 1.1 2011/12/30 16:20:18 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/parent deleted file mode 100644 index e6e4a52dfb..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/parent +++ /dev/null @@ -1 +0,0 @@ -../x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/use.force index 0105b0ce73..155d4f9249 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/use.force @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/use.force,v 1.1 2014/07/03 19:06:18 grobian Exp $ +# $Id$ # Force the flag corresponding to the default ABI +x64-solaris abi_x86_64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/use.mask new file mode 100644 index 0000000000..fe804032c0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x64/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag corresponding to the default ABI +-x64-solaris +-abi_x86_64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/make.defaults index 8c151c6b64..4e6b922ab1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:35 grobian Exp $ +# $Id$ # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.mask index e777c3e02d..b8f10835cd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/package.mask,v 1.1 2011/12/30 16:20:18 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.use.mask index 09f46a0828..b8f10835cd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/package.use.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/package.use.mask,v 1.1 2011/12/30 16:20:18 grobian Exp $ +# $Id$ -# The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/use.force index 5f907cd865..a9f3cc6106 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/use.force @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/use.force,v 1.1 2014/07/03 19:06:18 grobian Exp $ +# $Id$ # Force the flag corresponding to the default ABI +x86-solaris abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/use.mask new file mode 100644 index 0000000000..e680de7bfb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/arch/x86/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag corresponding to the default ABI +-x86-solaris +-abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/make.defaults index cfb63f6c74..01db3b4e40 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/make.defaults @@ -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/profiles/prefix/sunos/solaris/make.defaults,v 1.1 2012/09/09 10:23:33 grobian Exp $ +# $Id$ # Solaris comes with ipv6 support since Solaris 7, full ipv6 integration # since Solaris 8. Let's enjoy that we have it. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.mask index a494f93088..4dee23a512 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.mask @@ -1,25 +1,20 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.mask,v 1.41 2015/06/13 05:54:24 grobian Exp $ +# $Id$ +# Fabian Groffen (18 Dec 2016) +# has multiple compilation issue, resolved for 1.1.8, bug #602990 +=app-misc/pax-utils-1.1.7 + # Fabian Groffen (13 Jun 2015) # Needs patching to compile (d_type and DT_REG), bug #551696 =app-portage/portage-utils-0.56 -# Michael Haubenwallner (17 Feb 2015) -# Ships without gnulib module faccessat. -=sys-devel/patch-2.7.4 - # Fabian Groffen (14 Jan 2014) # util-linux has no business on Solaris systems sys-apps/util-linux -# Fabian Groffen (07 May 2013) -# gnulib module has a missing dependency (statat), causing linking -# failure, next version should have it fixed -=app-portage/portage-utils-0.30 - # Fabian Groffen (09 May 2012) # Installing libelf will hurt your system. In particular libkvm needs # the system libelf to function properly. @@ -27,15 +22,8 @@ dev-libs/libelf # Fabian Groffen (25 Aug 2011) # Fails to compile, and not worth fixing, bug #379723 -=sys-devel/gcc-4.3.3* -=sys-devel/gcc-4.3.4* -=sys-devel/gcc-4.3.5* =sys-devel/gcc-4.3.6* -# Fabian Groffen (14 Feb 2010) -# fails to compile, offical 7.2 works like a charm -=sys-devel/gdb-7.2.50.20101117.4.15 - # Fabian Groffen (29 Nov 2009) # segfaults during compilation, bug #294479 =virtual/emacs-23 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.force index 7d340eceb0..fbe5f16446 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.force @@ -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/profiles/prefix/sunos/solaris/package.use.force,v 1.1 2011/12/08 08:11:38 grobian Exp $ +# $Id$ # Fabian Groffen (08 Dec 2011) # Force libssp, Solaris' libc doesn't have stack protection symbols, diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.mask index e212a14881..593f52faef 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/package.use.mask @@ -1,8 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.use.mask,v 1.8 2015/05/26 08:05:09 grobian Exp $ +# $Id$ +# Fabian Groffen (06 Apr 2016) +# dev-libs/re2 needs love, bug #563932 +app-misc/sphinx re2 + +# Fabian Groffen (23 Feb 2016) +# luajit doesn't compile due to relocation problems +~app-text/texlive-core-2015 luajittex +~dev-texlive/texlive-basic-2015 luajittex + # Fabian Groffen (26 May 2015) # Avoid pulling in broken and unnecessary ossp-uuid, bug #324527 dev-db/postgresql uuid diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/profile.bashrc index e73cb47554..206ebca70e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/solaris/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/profile.bashrc,v 1.1 2012/11/10 09:46:11 grobian Exp $ +# $Id$ # Automatically determine whether or not gen_usr_ldscript should be # doing something or not. This is necessary due to previous screwups, diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.force index b43713acaf..c1972e931c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/use.force,v 1.1 2009/06/06 03:54:58 solar Exp $ +# $Id$ # Re-add Solaris OS kernel_SunOS diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.mask index a7e09ba910..43f493edf8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/sunos/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/use.mask,v 1.5 2015/06/02 09:15:36 ulm Exp $ +# $Id$ # Re-add SunOS libc -elibc_SunOS @@ -8,39 +8,23 @@ # these will more than likely never work on solaris 3dfx -3dnow -3dnowext acpi alsa apm -cap caps cman clvm directfb -divx4linux djbfft fbcon -fdftk fmod ggi gpm hardened -icc -icc-pgo -mmx -mmx2 -# the following USE flag requires device-mapper -on-the-fly-crypt oss -solid -sse -sse2 svga sybase sybase-ct rtc uclibc -voodoo3 -pvm v4l diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/use.force index fcb452d47a..a10281ddd4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.force,v 1.2 2014/01/18 02:01:21 redlizard Exp $ +# $Id$ # unforce the GNU/Linux ELIBC, KERNEL, and USERLAND # flags that come from the base profile diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/use.mask index 24642e2618..89664a8e31 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.mask,v 1.9 2014/01/18 02:01:21 redlizard Exp $ +# $Id$ # Mask all glibc/linux combination, unmasked in the appropriate profiles elibc_glibc diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/use.stable.mask new file mode 100644 index 0000000000..2d6679d795 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/use.stable.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Re-enable python-3.5, we are fully ~arch, so avoid problems with +# Portage like bug #572502 +-python_targets_python3_5 +-python_single_target_python3_5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/package.provided deleted file mode 100644 index 04ceaa85f2..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/1.7/package.provided,v 1.1 2010/08/31 06:55:40 grobian Exp $ - -sys-cygwin/libc-1.7 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/make.defaults deleted file mode 100644 index 1ca464cdbf..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/1.7/x86/make.defaults,v 1.1 2010/08/31 06:55:40 grobian Exp $ - -ARCH="x86-cygwin" -CHOST="i686-pc-cygwin1.7" -ACCEPT_KEYWORDS="~x86-cygwin" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/1.7/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/package.provided deleted file mode 100644 index eacbb7f07c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/2.0/package.provided,v 1.1 2015/06/05 08:01:17 haubi Exp $ - -sys-cygwin/libc-2.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/make.defaults deleted file mode 100644 index 35a56a275e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/2.0/x64/make.defaults,v 1.1 2015/06/05 08:01:17 haubi Exp $ - -ARCH="x64-cygwin" -CHOST="x86_64-pc-cygwin2.0" -ACCEPT_KEYWORDS="~x64-cygwin" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x64/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/make.defaults deleted file mode 100644 index d2c13421e9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/2.0/x86/make.defaults,v 1.1 2015/06/05 08:01:17 haubi Exp $ - -ARCH="x86-cygwin" -CHOST="i686-pc-cygwin2.0" -ACCEPT_KEYWORDS="~x86-cygwin" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/2.0/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/make.defaults index 2dd61a3ced..84d8fc3c75 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/make.defaults,v 1.2 2015/05/29 09:08:51 haubi Exp $ +# $Id$ # System-wide defaults for all Cygwin profiles # This file should rarely need to be changed diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/package.mask new file mode 100644 index 0000000000..1a709f6669 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/package.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michael Haubenwallner (20 May 2016) +# Does not work with Cygwin. +sys-apps/man-db diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/package.use b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/package.use new file mode 100644 index 0000000000..d701f36dfe --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michael Haubenwallner (18 Apr 2016) +# Cygwin coreutils provide kill as gkill +sys-apps/coreutils kill diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/packages similarity index 50% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/packages rename to sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/packages index 4938c0dc10..8f7809e1bc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/hpux/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/packages @@ -1,6 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/packages,v 1.1 2009/06/06 03:54:51 solar Exp $ +# $Id$ -# need GNU as on HP-UX *sys-devel/binutils diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.force index 5099174713..b1832a5eb6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/use.force,v 1.1 2014/04/30 22:30:21 redlizard Exp $ +# $Id$ # Re-add Cygwin's libc elibc_Cygwin diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.mask index af4aea2e13..0fcf5e644a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/use.mask,v 1.1 2014/04/30 22:07:29 blueness Exp $ +# $Id$ # Re-add Cygwin's libc -elibc_Cygwin + +# we do not have python-3 cygwin ready yet +python_targets_python3_4 +python_targets_python3_5 +python_targets_python3_6 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x64/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/sparc64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x64/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x64/make.defaults new file mode 100644 index 0000000000..e243a8c687 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x64/make.defaults @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="x64-cygwin" +CHOST="x86_64-pc-cygwin" +ACCEPT_KEYWORDS="~x64-cygwin ~amd64-linux" + +# We don't have lib64 in prefix so, remove it here. +SYMLINK_LIB="" +LIBDIR_amd64="lib" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="amd64" +DEFAULT_ABI="amd64" +ABI="amd64" +IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x64/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/8.2/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x64/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x86/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x86/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x86/make.defaults similarity index 55% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x86/make.defaults index f270dab2eb..59a035b740 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/arch/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x86/make.defaults @@ -1,6 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $ +# $Id$ + +ARCH="x86-cygwin" +CHOST="i686-pc-cygwin" +ACCEPT_KEYWORDS="~x86-cygwin ~x86-linux" # multilib build stuff, single ABI (no multilib) MULTILIB_ABIS="x86" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x86/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.0/parent rename to sdk_container/src/third_party/portage-stable/profiles/prefix/windows/cygwin/x86/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/package.mask deleted file mode 100644 index aa74b5ee69..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/package.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/3.5/package.mask,v 1.5 2010/04/06 19:17:27 darkside Exp $ - -# Markus Duft 31 Jul 2009 -# Does not build on Interix 3.5 because some functions -# conflict with system math.h header. -dev-python/numpy diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/package.provided deleted file mode 100644 index 46dd414e8f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/3.5/package.provided,v 1.1 2009/06/06 03:55:07 solar Exp $ - -sys-interix/libc-3.5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/make.defaults deleted file mode 100644 index aca12b805c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/3.5/x86/make.defaults,v 1.1 2009/06/06 03:55:08 solar Exp $ - -ARCH="x86-interix" -CHOST="i586-pc-interix3.5" -ACCEPT_KEYWORDS="~x86-interix" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/3.5/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/package.provided deleted file mode 100644 index 6bc911529c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/5.2/package.provided,v 1.1 2009/06/06 03:55:08 solar Exp $ - -sys-interix/libc-5.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/make.defaults deleted file mode 100644 index 7c793df08a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/make.defaults +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/5.2/x86/make.defaults,v 1.1 2009/06/06 03:55:09 solar Exp $ - -ARCH="x86-interix" -CHOST="i586-pc-interix5.2" -ACCEPT_KEYWORDS="~x86-interix" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/5.2/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/package.provided deleted file mode 100644 index 7eef109ea2..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.0/package.provided,v 1.1 2009/06/06 03:55:09 solar Exp $ - -sys-interix/libc-6.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/use.mask deleted file mode 100644 index 3accb439b0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.0/use.mask,v 1.3 2009/08/14 15:31:30 mduft Exp $ - -# Markus Duft (7 Jul 2009) -# Unmask the globally masked i6fork USE flag to allow -# interix 6 fork to be fixed by linking libi6fork. --i6fork diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/make.defaults deleted file mode 100644 index 63c928a47b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.0/x86/make.defaults,v 1.3 2011/05/24 12:59:38 mduft Exp $ - -# the CHOST version number is the version number of the host libc, not the version of the interix SDK package. - -ARCH="x86-interix" -CHOST="i586-pc-interix6.0" -ACCEPT_KEYWORDS="~x86-interix" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.0/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/package.provided deleted file mode 100644 index af6198da55..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.1/package.provided,v 1.1 2010/03/04 12:45:46 mduft Exp $ - -sys-interix/libc-6.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/use.mask deleted file mode 100644 index d6905bfb58..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.1/use.mask,v 1.1 2010/03/04 12:45:46 mduft Exp $ - -# Markus Duft (7 Jul 2009) -# Unmask the globally masked i6fork USE flag to allow -# interix 6 fork to be fixed by linking libi6fork. --i6fork diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/make.defaults deleted file mode 100644 index 1d09699c27..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/make.defaults +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.1/x86/make.defaults,v 1.5 2011/05/24 12:59:38 mduft Exp $ - -# the CHOST version number is the version number of the host libc, not the version of the interix SDK package. - -ARCH="x86-interix" -CHOST="i586-pc-interix6.1" -ACCEPT_KEYWORDS="~x86-interix" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/6.1/x86/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/make.defaults deleted file mode 100644 index ca5384afcc..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/make.defaults +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/make.defaults,v 1.3 2015/05/29 09:08:51 haubi Exp $ - -# System-wide defaults for all Interix profiles -# This file should rarely need to be changed - -# 'Sane' defaults -ELIBC="Interix" - -# no scanelf -FEATURES="nostrip" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.mask deleted file mode 100644 index cf35fe4725..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.mask +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/package.mask,v 1.14 2013/12/31 03:35:53 creffett Exp $ - -# $Id: package.mask,v 1.14 2013/12/31 03:35:53 creffett Exp $ - -# Markus Duft (05 May 2008) -# Does not build with the slang interface, and -# somebody removed the use flag for ncurses (bug #220365) ->=app-misc/mc-4.6.2_pre1 - -# Michael Haubenwallner (18 Mar 2008) -# Interix patches not working yet (mduft) ->=sys-devel/gcc-4.3.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.use.force deleted file mode 100644 index a12ca5fd4a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.use.force +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/package.use.force,v 1.2 2010/11/16 08:16:36 mduft Exp $ - -# Markus Duft (28 Oct 2010) -# really need them statically, as long as portage uses coreutils -# during merge. if re-merging suacomp, utilities don't work otherwise. -sys-apps/coreutils static - -sys-devel/binutils-config extwrapper diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.use.mask deleted file mode 100644 index e6478a60cb..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/package.use.mask +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/package.use.mask,v 1.4 2014/01/03 03:24:23 creffett Exp $ - -# Markus Duft (9 Aug 2011) -# mask git flag from gettext, as gettext's build tries to munge -# some archives with 'root' group, which doesn't exist on interix -# (not even with user/group mapping through suacomp). -sys-devel/gettext git - -# Markus Duft (28 Oct 2010) -# mask optimization flags from eix, as they cause build troubles -# wrt visibility flags - seems gcc 4.2.4 on interix needs another -# patch (it already has one to disable -fvisibility=, but that -# seems to miss -fvisibility-inlines-hidden, etc.) -app-portage/eix optimization strong-optimization - -dev-scheme/guile threads -x11-wm/fluxbox nls -net-libs/libsoup ssl -app-arch/pdv X - diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/packages deleted file mode 100644 index c455db77e6..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/packages +++ /dev/null @@ -1,3 +0,0 @@ -# suacomp library is required on interix now! this is a crucial part of the system. -# without it, there is only a broken poll, no multi-cpu/core support, etc... -*sys-libs/suacomp diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/profile.bashrc deleted file mode 100644 index 3a32d7870d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/profile.bashrc +++ /dev/null @@ -1,146 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/profile.bashrc,v 1.5 2010/10/22 07:30:09 mduft Exp $ - -# use bash as config shell. this avoids _big_ problems with new libtool (>=2.2.10), -# as wrong asumptions about the shell arise when checking against /bin/sh. -export CONFIG_SHELL=${BASH} - -# On interix, binary files (executables, shared libraries) in use -# cannot be replaced during merge. -# But it is possible to rename them and remove lateron when they are -# not used any more by any running program. -# -# This is a workaround for portage bug#199868, -# and should be dropped once portage does sth. like this itself. - -interix_cleanup_removed_files() { - local removedlist=$1 - rm -f "${removedlist}".new - - if [[ -r ${removedlist} ]]; then - rm -f "${removedlist}".old - fi - # restore in case of system fault - if [[ -r ${removedlist}.old ]]; then - mv "${removedlist}"{.old,} - fi - - touch "${removedlist}"{,.new} # ensure they exist - - while read rmstem; do - # try to remove previously recorded files - for f in "${ROOT}${rmstem}"*; do - ebegin "trying to remove ${f}" - rm -f "${f}" > /dev/null 2>&1 - eend $? - done - # but keep it in list if still exists - for f in "${ROOT}${rmstem}"*; do - [[ -f ${f} ]] && echo "${rmstem}" >> "${removedlist}".new - break - done - done < "${removedlist}" - - # update the list - mv "${removedlist}"{,.old} - mv "${removedlist}"{.new,} - rm "${removedlist}".old -} - -interix_find_removed_slot() { - local f=$1 - local n=0 - while [[ ${n} -lt 100 && -f "${f}${n}" ]]; do - n=$((n=n+1)) - done - - if [[ ${n} -ge 100 ]]; then - echo "too many (>=100) old text files busy of '${f}'" >&2 - exit 1 - fi - - echo $n -} - -interix_prepare_file() { - local failed=0 - if [[ ${PN} == libiconv ]]; then - # when moving around libiconv, the prefix' coreutils will - # be damaged, so we really need to use the systems ones. - /bin/cp -p "${1}" "${1}.new" || failed=1 - /bin/mv "${1}" "${2}" || failed=1 - /bin/mv "${1}.new" "${1}" || failed=1 - else - my_mv=mv - - [[ "${1}" == */mv ]] && my_mv="${1}.new" - [[ -f "${1}.new" ]] && rm -f "${1}.new" - - cp -p "${1}" "${1}.new" || failed=1 - ${my_mv} "${1}" "${2}" || failed=1 - ${my_mv} "${1}.new" "${1}" || failed=1 - fi - - echo $failed -} - -post_pkg_preinst() { - local removedlist="${EROOT}var/lib/portage/files2bremoved" - interix_cleanup_removed_files $removedlist - - # now go for current package - cd "${D}" - find ".${EROOT}" -type f | while read f; - do - /usr/bin/file "${f}" | grep ' PE ' > /dev/null || continue - - f=${f#./} # find prints: "./path/to/file" - f=${f%:} # file prints: "file-argument: type-of-file" - test -r "${ROOT}${f}" || continue - rmstem="${f}.removedbyportage" - # keep list of old busy text files unique - grep -Fx "${rmstem}" "${removedlist}" >/dev/null \ - || echo "${rmstem}" >> "${removedlist}" - - local n=$(interix_find_removed_slot ${ROOT}${rmstem}) - ebegin "preparing ${ROOT}${f} for merge (${n})" - eend $(interix_prepare_file "${ROOT}${f}" "${ROOT}${rmstem}${n}") - done -} - -post_pkg_prerm() { - local removedlist="${EROOT}var/lib/portage/files2bremoved" - save_IFS=$IFS - IFS=' -'; - local MY_PR=${PR} - [[ ${MY_PR} == r0 ]] && MY_PR= - local -a contents=($(<"${EROOT}var/db/pkg/${CATEGORY}/${P}${MY_PR:+-}${MY_PR}/CONTENTS")); - IFS=$save_IFS - local -a cont - for content in "${contents[@]}"; do - cont=($content) - f=${cont[1]} - f=${f#/} - - test -r "${ROOT}${f}" || continue - - if /usr/bin/file "${ROOT}${f}" | grep ' PE ' > /dev/null; then - # $f should be an absolute path to the installed file - rmstem="${f}.removedbyportage" - - grep "^${rmstem}$" "${removedlist}" > /dev/null \ - || echo "${rmstem}" >> "${removedlist}" - - local n=$(interix_find_removed_slot ${ROOT}${rmstem}) - ebegin "preparing ${ROOT}${f} for unmerge ($n)" - eend $(interix_prepare_file "${ROOT}${f}" "${ROOT}${rmstem}${n}") - fi - done -} - -pre_pkg_postrm() { - local removedlist="${EROOT}var/lib/portage/files2bremoved" - interix_cleanup_removed_files $removedlist -} diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/use.force deleted file mode 100644 index 81651ad72a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/use.force,v 1.2 2014/04/30 22:30:21 redlizard Exp $ - -# Re-add Interix libc -elibc_Interix diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/use.mask deleted file mode 100644 index e75ea505e9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/interix/use.mask +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/use.mask,v 1.13 2015/06/02 09:15:36 ulm Exp $ - -# Re-add Interix libc --elibc_Interix - -# these will more than likely never work on Interix -3dfx -acpi -alsa -altivec -apm -bluetooth -cap -caps -cdr -coreaudio -dga -directfb -divx4linux -djbfft -dri -dvdr -# missing implementation for unexec() -emacs -xemacs -fbcon -fdftk -fmod -ggi -glut -gpm -gps -hardened -hddtemp -ibm -icc -icc-pgo -ieee1394 -ifc -ipod -ipv6 -java -lm_sensors -matrox -netboot -old-linux -# requires device-mapper -on-the-fly-crypt -opengl -oss -pam -pcmcia -pda -rtc -selinux -scanner -smartcard -svga -uclibc -# totally b0rked on interix -unicode -usb -voodoo3 -pvm -v4l -wifi - -# these are USE flags that don't _currently_ work, but may will in the future. -ffmpeg -fftw -flac -jack -joystick -kerberos -ladspa -libedit -# bug #310007 -multitarget -# not working yet on interix -openmp -portaudio -pulseaudio -qt4 -# libtiff only static, so avoid this! -tiff -timidity diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/package.mask new file mode 100644 index 0000000000..fb9cc6696f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/package.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Michael Haubenwallner (19 May 2016) +# No point for util-linux on Windows +sys-apps/util-linux diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/parent index f3229c5b98..cd1149221a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/parent +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/parent @@ -1 +1,2 @@ +../../base .. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.force index 412056785e..c6bc648273 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/use.force,v 1.2 2015/05/29 09:08:51 haubi Exp $ +# $Id$ # Re-add Windows kernel kernel_Winnt diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.mask index 2e14db8e6f..78e4807fe6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/use.mask,v 1.2 2015/05/29 09:08:51 haubi Exp $ +# $Id$ # Re-add Windows kernel -kernel_Winnt diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/3.5/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/3.5/package.provided deleted file mode 100644 index 86c3f75c01..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/3.5/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/3.5/package.provided,v 1.1 2009/06/06 03:55:11 solar Exp $ - -sys-winnt/libc-3.5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/3.5/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/3.5/x86/make.defaults index 867e0765a4..fa0e46ca55 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/3.5/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/3.5/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/3.5/x86/make.defaults,v 1.1 2009/06/06 03:55:11 solar Exp $ +# $Id$ ARCH="x86-winnt" CHOST="i586-pc-winnt3.5" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/5.2/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/5.2/package.provided deleted file mode 100644 index 99d7293442..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/5.2/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/5.2/package.provided,v 1.1 2009/06/06 03:55:12 solar Exp $ - -sys-winnt/libc-5.2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/5.2/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/5.2/x86/make.defaults index f606bd92a3..92163f9c98 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/5.2/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/5.2/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/5.2/x86/make.defaults,v 1.1 2009/06/06 03:55:12 solar Exp $ +# $Id$ ARCH="x86-winnt" CHOST="i586-pc-winnt5.2" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.0/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.0/package.provided deleted file mode 100644 index 579e488515..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.0/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/6.0/package.provided,v 1.1 2009/06/06 03:55:13 solar Exp $ - -sys-winnt/libc-6.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.0/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.0/x86/make.defaults index 2af65d87f6..6dae2c2f44 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.0/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.0/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/6.0/x86/make.defaults,v 1.1 2009/06/06 03:55:13 solar Exp $ +# $Id$ ARCH="x86-winnt" CHOST="i586-pc-winnt6.0" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.1/package.provided b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.1/package.provided deleted file mode 100644 index 9cd529d806..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.1/package.provided +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/6.1/package.provided,v 1.1 2010/03/04 12:45:49 mduft Exp $ - -sys-winnt/libc-6.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.1/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.1/x86/make.defaults index 10bb24b300..9bd5ffc0c0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.1/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/6.1/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/6.1/x86/make.defaults,v 1.1 2010/03/04 12:45:50 mduft Exp $ +# $Id$ ARCH="x86-winnt" CHOST="i586-pc-winnt6.1" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/make.defaults index be48e59e85..53510f55b0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/make.defaults,v 1.3 2015/05/29 09:08:51 haubi Exp $ +# $Id$ # System-wide defaults for all Windows profiles # This file should rarely need to be changed diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/package.mask index 206cd00ef7..85faba2830 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/package.mask @@ -1,8 +1,8 @@ # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/package.mask,v 1.4 2009/09/30 11:11:03 mduft Exp $ +# $Id$ -# $Id: package.mask,v 1.4 2009/09/30 11:11:03 mduft Exp $ +# $Id$ # Markus Duft (30 Sep 2009) # the patch does not currently apply, and needs some work. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/packages index e14a14c79a..35bfd0bdc1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/packages @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/packages,v 1.8 2015/05/31 14:24:11 vapier Exp $ +# $Id$ # those are packages not available/required on winnt, since # winnt can be a child EPREFIX only, which tears it's DEPENDS -# from a parent (e.g. x86-interix) prefix. +# from a parent (e.g. x86-cygwin) prefix. -*sys-apps/grep -*app-arch/gzip @@ -30,7 +30,7 @@ -*virtual/pager -*sys-apps/diffutils -*sys-apps/baselayout-prefix --*app-shells/bash +-*app-shells/bash:0 -*virtual/package-manager -*virtual/ssh -*sys-devel/autoconf diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/profile.bashrc index dfa12440ab..5b818e4029 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/profile.bashrc @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/profile.bashrc,v 1.1 2009/06/06 03:55:10 solar Exp $ +# $Id$ # On windows, binary files (executables, shared libraries) in use # cannot be replaced during merge. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.force index 3bd6b285ca..98c050e7bd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/use.force,v 1.1 2014/04/30 22:30:21 redlizard Exp $ +# $Id$ # Re-add Winnt libc elibc_Winnt diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.mask index 14d4de4c72..6d02b429fd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/windows/winnt/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/use.mask,v 1.11 2015/06/02 09:15:36 ulm Exp $ +# $Id$ # Re-add Winnt libc -elibc_Winnt @@ -16,20 +16,17 @@ alsa altivec apm bluetooth -cap caps cdr coreaudio dga directfb -divx4linux djbfft dri dvdr # emacs USE flag is masked because of missing implementation for unexec() emacs fbcon -fdftk fmod ggi glut @@ -38,19 +35,13 @@ gps hardened hddtemp ibm -icc -icc-pgo ieee1394 ifc ipod ipv6 lm_sensors -matrox ncurses netboot -old-linux -# the following USE flag requires device-mapper -on-the-fly-crypt opengl oss pcmcia @@ -64,8 +55,6 @@ uclibc # unicode is totally b0rked on interix unicode usb -voodoo3 -pvm v4l wifi diff --git a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc index 77fd53a88d..bfc56c3574 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc @@ -65,9 +65,11 @@ arm default/linux/arm/13.0/armv7a/desktop/kde dev arm default/linux/arm/13.0/armv7a/developer dev # ARM64 Profiles -arm64 default/linux/arm64/13.0 exp +arm64 default/linux/arm64/13.0 dev arm64 default/linux/arm64/13.0/desktop exp +arm64 default/linux/arm64/13.0/desktop/systemd dev arm64 default/linux/arm64/13.0/developer exp +arm64 default/linux/arm64/13.0/systemd exp # HPPA Profiles hppa default/linux/hppa/13.0 stable @@ -131,6 +133,11 @@ ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/sy ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde stable ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/systemd stable ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/developer stable +ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian exp +ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/systemd exp + +# RISC-V Profiles +riscv default/linux/riscv/13.0 exp # S390 Profiles s390 default/linux/s390/13.0 exp @@ -163,18 +170,19 @@ x86 default/linux/x86/13.0/desktop/kde/systemd stable x86 default/linux/x86/13.0/desktop/plasma stable x86 default/linux/x86/13.0/desktop/plasma/systemd stable x86 default/linux/x86/13.0/developer stable +x86 default/linux/x86/13.0/systemd stable # Gentoo/FreeBSD Profiles amd64-fbsd default/bsd/fbsd/amd64/9.1 dev -amd64-fbsd default/bsd/fbsd/amd64/9.2 dev -amd64-fbsd default/bsd/fbsd/amd64/10.1 dev +amd64-fbsd default/bsd/fbsd/amd64/10.3 dev +amd64-fbsd default/bsd/fbsd/amd64/11.0 dev amd64-fbsd default/bsd/fbsd/amd64/9.1/clang exp -amd64-fbsd default/bsd/fbsd/amd64/9.2/clang exp -amd64-fbsd default/bsd/fbsd/amd64/10.1/clang exp +amd64-fbsd default/bsd/fbsd/amd64/10.3/clang exp +amd64-fbsd default/bsd/fbsd/amd64/11.0/clang exp sparc-fbsd default/bsd/fbsd/sparc/8.2 exp x86-fbsd default/bsd/fbsd/x86/9.1 dev -x86-fbsd default/bsd/fbsd/x86/9.2 dev -x86-fbsd default/bsd/fbsd/x86/10.1 dev +x86-fbsd default/bsd/fbsd/x86/10.3 dev +x86-fbsd default/bsd/fbsd/x86/11.0 dev # Hardened Profiles amd64 hardened/linux/amd64 stable @@ -183,12 +191,22 @@ amd64 hardened/linux/amd64/no-multilib stable amd64 hardened/linux/amd64/no-multilib/selinux stable amd64 hardened/linux/amd64/x32 dev amd64 hardened/linux/musl/amd64 exp +amd64 hardened/linux/musl/amd64/x32 exp arm hardened/linux/arm/armv7a dev arm hardened/linux/arm/armv6j dev arm hardened/linux/musl/arm/armv7a exp +arm64 hardened/linux/musl/arm64 exp ia64 hardened/linux/ia64 dev mips hardened/linux/musl/mips exp mips hardened/linux/musl/mips/mipsel exp +mips hardened/linux/mips/mipsel/multilib/n32 exp +mips hardened/linux/mips/mipsel/multilib/n64 exp +mips hardened/linux/mips/mipsel/n32 exp +mips hardened/linux/mips/mipsel/n64 exp +mips hardened/linux/mips/multilib/n32 exp +mips hardened/linux/mips/multilib/n64 exp +mips hardened/linux/mips/n32 exp +mips hardened/linux/mips/n64 exp ppc hardened/linux/powerpc/ppc32 dev ppc hardened/linux/powerpc/ppc64/32bit-userland dev ppc hardened/linux/musl/ppc exp @@ -236,13 +254,17 @@ x86 hardened/linux/uclibc/x86 dev # Linux Profiles amd64-linux prefix/linux/amd64 exp arm-linux prefix/linux/arm exp -ia64-linux prefix/linux/ia64 exp ppc64-linux prefix/linux/ppc64 exp x86-linux prefix/linux/x86 exp # Linux Standalone Profiles amd64-linux prefix/linux-standalone/amd64 exp +amd64-linux prefix/linux-standalone/amd64/legacy exp x86-linux prefix/linux-standalone/x86 exp +x86-linux prefix/linux-standalone/x86/legacy exp +arm-linux prefix/linux-standalone/arm/armv7a exp +arm64-linux prefix/linux-standalone/arm64 exp +ppc64-linux prefix/linux-standalone/ppc64 exp # Mac OS X Profiles ppc-macos prefix/darwin/macos/10.4/ppc exp @@ -256,15 +278,23 @@ x86-macos prefix/darwin/macos/10.7/x86 exp x64-macos prefix/darwin/macos/10.7/x64 exp x86-macos prefix/darwin/macos/10.8/x86 exp x64-macos prefix/darwin/macos/10.8/x64 exp +x86-macos prefix/darwin/macos/10.9/x86 exp +x64-macos prefix/darwin/macos/10.9/x64 exp +x86-macos prefix/darwin/macos/10.10/x86 exp +x64-macos prefix/darwin/macos/10.10/x64 exp +x86-macos prefix/darwin/macos/10.11/x86 exp +x64-macos prefix/darwin/macos/10.11/x64 exp +x86-macos prefix/darwin/macos/10.12/x86 exp +x64-macos prefix/darwin/macos/10.12/x64 exp # Solaris Profiles sparc-solaris prefix/sunos/solaris/5.9/sparc exp sparc-solaris prefix/sunos/solaris/5.10/sparc exp -sparc64-solaris prefix/sunos/solaris/5.10/sparc64 exp +sparc64-solaris prefix/sunos/solaris/5.10/sparc64 exp x86-solaris prefix/sunos/solaris/5.10/x86 exp x64-solaris prefix/sunos/solaris/5.10/x64 exp sparc-solaris prefix/sunos/solaris/5.11/sparc exp -sparc64-solaris prefix/sunos/solaris/5.11/sparc64 exp +sparc64-solaris prefix/sunos/solaris/5.11/sparc64 exp x86-solaris prefix/sunos/solaris/5.11/x86 exp x64-solaris prefix/sunos/solaris/5.11/x64 exp @@ -272,54 +302,17 @@ x64-solaris prefix/sunos/solaris/5.11/x64 exp ppc-aix prefix/aix/5.2.0.0/ppc exp ppc-aix prefix/aix/5.3.0.0/ppc exp ppc-aix prefix/aix/6.1.0.0/ppc exp - -# Interix Profiles -x86-interix prefix/windows/interix/3.5/x86 exp -x86-interix prefix/windows/interix/5.2/x86 exp -x86-interix prefix/windows/interix/6.0/x86 exp -x86-interix prefix/windows/interix/6.1/x86 exp +ppc-aix prefix/aix/7.1.0.0/ppc exp # Windows Profiles -x86-winnt prefix/windows/winnt/3.5/x86 exp +x86-winnt prefix/windows/winnt/3.5/x86 exp x86-winnt prefix/windows/winnt/5.2/x86 exp x86-winnt prefix/windows/winnt/6.0/x86 exp x86-winnt prefix/windows/winnt/6.1/x86 exp # Cygwin Profiles -x86-cygwin prefix/windows/cygwin/1.7/x86 exp -x86-cygwin prefix/windows/cygwin/2.0/x86 exp -x64-cygwin prefix/windows/cygwin/2.0/x64 exp - -# HP-UX Profiles -ia64-hpux prefix/hpux/B.11.23/ia64 exp -hppa-hpux prefix/hpux/B.11.31/hppa2.0 exp -ia64-hpux prefix/hpux/B.11.31/ia64 exp - -# FreeBSD Profiles -x86-freebsd prefix/bsd/freebsd/7.1/x86 exp -x64-freebsd prefix/bsd/freebsd/7.1/x64 exp -x86-freebsd prefix/bsd/freebsd/7.2/x86 exp -x64-freebsd prefix/bsd/freebsd/7.2/x64 exp -x86-freebsd prefix/bsd/freebsd/8.0/x86 exp -x64-freebsd prefix/bsd/freebsd/8.0/x64 exp -x86-freebsd prefix/bsd/freebsd/8.1/x86 exp -x64-freebsd prefix/bsd/freebsd/8.1/x64 exp -sparc64-freebsd prefix/bsd/freebsd/8.1/sparc64 exp -x86-freebsd prefix/bsd/freebsd/8.2/x86 exp -x64-freebsd prefix/bsd/freebsd/8.2/x64 exp -x86-freebsd prefix/bsd/freebsd/9.0/x86 exp -x64-freebsd prefix/bsd/freebsd/9.0/x64 exp -x86-freebsd prefix/bsd/freebsd/9.1/x86 exp -x64-freebsd prefix/bsd/freebsd/9.1/x64 exp - - -# OpenBSD Profiles -ppc-openbsd prefix/bsd/openbsd/4.2/ppc exp -x86-openbsd prefix/bsd/openbsd/4.2/x86 exp -x64-openbsd prefix/bsd/openbsd/4.2/x64 exp - -# NetBSD Profiles -x86-netbsd prefix/bsd/netbsd/4.0/x86 exp +x86-cygwin prefix/windows/cygwin/x86 exp +x64-cygwin prefix/windows/cygwin/x64 exp # FreeMiNT m68k-mint prefix/mint/m68k exp diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/make.defaults index 1468b20f5b..aaa2d5ef3d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/13.0/make.defaults,v 1.1 2013/01/14 21:02:57 dilfridge Exp $ +# $Id$ # Adding this one, since it makes sense. USE="bzip2" diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/package.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/package.mask index b6dc1dfda6..4d1375a4ae 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/13.0/package.mask @@ -1,7 +1,3 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/13.0/package.mask,v 1.1 2013/01/14 21:02:57 dilfridge Exp $ - -# Andreas K. Huettel (14 Jan 2013) -# Mask portage versions not supporting EAPI=5 - +package.mask, - +package.use.force, +packages, +packages.build, +parent, +profile.bashrc: - Introduce support for FreeBSD 10.1, - https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/46 by nigoro. - diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/package.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/package.mask deleted file mode 100644 index 5fa40e967c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/package.mask +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-10.1/package.mask,v 1.1 2015/03/01 18:25:22 mgorny Exp $ - -# Make sure we don't get wrong versions -sys-freebsd/freebsd-pam-modules-10.1.99 -sys-freebsd/freebsd-rescue-10.1.99 -sys-freebsd/freebsd-pf-10.1.99 -sys-freebsd/freebsd-mk-defs-10.1.99 -sys-freebsd/freebsd-lib-10.1.99 -sys-freebsd/freebsd-libexec-10.1.99 -sys-freebsd/freebsd-bin-10.1.99 -sys-freebsd/freebsd-sbin-10.1.99 -sys-freebsd/freebsd-ubin-10.1.99 ->sys-freebsd/freebsd-usbin-10.1.99 -sys-freebsd/freebsd-share-10.1.99 -sys-freebsd/freebsd-contrib-10.1.99 ->sys-freebsd/freebsd-cddl-10.1.99 -sys-freebsd/boot0-10.1.99 -sys-freebsd/freebsd-sources-10.1.99 - -# Mask version of -cddl and -usbin is different for ease of upgrade. bug #491774 -# Please keep (19 Jul 2008) -# JDK/JRE 1.5 are specific to fbsd 6 and 5 -=virtual/jdk-1.5* -=virtual/jre-1.5* - -# Alexis Ballier (07 Nov 2011) -# It is in freebsd-ubin starting from FreeBSD 9.0 -sys-process/fuser-bsd - -# Alexis Ballier (11 May 2012) -# freebsd-lib provides a utempter compatible interface starting from FreeBSD 9.0 -# via libulog. -# this package does not build anymore as it requires utmp -sys-libs/libutempter diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/package.use.force deleted file mode 100644 index 68861ff566..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/package.use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-10.1/package.use.force,v 1.1 2015/03/01 18:25:22 mgorny Exp $ - -# freebsd-sources[build-generic] requires clang -sys-devel/llvm clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/packages.build b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/packages.build deleted file mode 100644 index 0166a9d786..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/packages.build +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-10.1/packages.build,v 1.1 2015/03/01 18:25:22 mgorny Exp $ - --dev-libs/libiconv --sys-freebsd/freebsd-contrib -sys-freebsd/freebsd-share diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/parent b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/package.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/package.mask new file mode 100644 index 0000000000..7e457b958a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/package.mask @@ -0,0 +1,48 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +# Make sure we don't get wrong versions +sys-freebsd/freebsd-pam-modules-10.3.99 +sys-freebsd/freebsd-rescue-10.3.99 +sys-freebsd/freebsd-pf-10.3.99 +sys-freebsd/freebsd-mk-defs-10.3.99 +sys-freebsd/freebsd-lib-10.3.99 +sys-freebsd/freebsd-libexec-10.3.99 +sys-freebsd/freebsd-bin-10.3.99 +sys-freebsd/freebsd-sbin-10.3.99 +sys-freebsd/freebsd-ubin-10.3.99 +>sys-freebsd/freebsd-usbin-10.3.99 +sys-freebsd/freebsd-share-10.3.99 +sys-freebsd/freebsd-contrib-10.3.99 +>sys-freebsd/freebsd-cddl-10.3.99 +sys-freebsd/boot0-10.3.99 +sys-freebsd/freebsd-sources-10.3.99 + +# Mask version of -cddl and -usbin is different for ease of upgrade. bug #491774 +# Please keep (07 Nov 2011) +# It is in freebsd-ubin starting from FreeBSD 9.0 +sys-process/fuser-bsd + +# Alexis Ballier (11 May 2012) +# freebsd-lib provides a utempter compatible interface starting from FreeBSD 9.0 +# via libulog. +# this package does not build anymore as it requires utmp +sys-libs/libutempter diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/package.use.force new file mode 100644 index 0000000000..88079d4a33 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +# freebsd-sources[build-generic] requires clang +sys-devel/llvm clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/packages b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/packages similarity index 61% rename from sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/packages rename to sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/packages index c6b347b73e..bb97d59550 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/packages @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-10.1/packages,v 1.1 2015/03/01 18:25:22 mgorny Exp $ +# $Id$ *>=sys-apps/baselayout-2.0.0 *>=sys-apps/openrc-0.2.5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/packages.build b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/packages.build new file mode 100644 index 0000000000..4609b991a7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/packages.build @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +-dev-libs/libiconv +-sys-freebsd/freebsd-contrib +sys-freebsd/freebsd-share diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/parent b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/9.1/parent rename to sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/profile.bashrc similarity index 85% rename from sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/profile.bashrc rename to sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/profile.bashrc index 957d46ef1d..24394f91a3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.1/profile.bashrc +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-10.3/profile.bashrc @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-10.1/profile.bashrc,v 1.1 2015/03/01 18:25:22 mgorny Exp $ +# $Id$ bsd-fbsd10fix(){ # http://svnweb.freebsd.org/ports/head/Mk/bsd.port.mk @@ -32,4 +32,3 @@ if [[ -n $EAPI ]] ; then ;; esac fi - diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/package.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/package.mask new file mode 100644 index 0000000000..1a52a8bf88 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/package.mask @@ -0,0 +1,48 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +# Make sure we don't get wrong versions +sys-freebsd/freebsd-pam-modules-11.0.99 +sys-freebsd/freebsd-rescue-11.0.99 +sys-freebsd/freebsd-pf-11.0.99 +sys-freebsd/freebsd-mk-defs-11.0.99 +sys-freebsd/freebsd-lib-11.0.99 +sys-freebsd/freebsd-libexec-11.0.99 +sys-freebsd/freebsd-bin-11.0.99 +sys-freebsd/freebsd-sbin-11.0.99 +sys-freebsd/freebsd-ubin-11.0.99 +>sys-freebsd/freebsd-usbin-11.0.99 +sys-freebsd/freebsd-share-11.0.99 +sys-freebsd/freebsd-contrib-11.0.99 +>sys-freebsd/freebsd-cddl-11.0.99 +sys-freebsd/boot0-11.0.99 +sys-freebsd/freebsd-sources-11.0.99 + +# Mask version of -cddl and -usbin is different for ease of upgrade. bug #491774 +# Please keep (07 Nov 2011) +# It is in freebsd-ubin starting from FreeBSD 9.0 +sys-process/fuser-bsd + +# Alexis Ballier (11 May 2012) +# freebsd-lib provides a utempter compatible interface starting from FreeBSD 9.0 +# via libulog. +# this package does not build anymore as it requires utmp +sys-libs/libutempter diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/package.use.force new file mode 100644 index 0000000000..88079d4a33 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +# freebsd-sources[build-generic] requires clang +sys-devel/llvm clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/packages b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/packages new file mode 100644 index 0000000000..bb97d59550 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/packages @@ -0,0 +1,10 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +*>=sys-apps/baselayout-2.0.0 +*>=sys-apps/openrc-0.2.5 + +# Not necessary dev-libs/libiconv and freebsd-contrib in 10.0 and later. +-*dev-libs/libiconv +-*sys-freebsd/freebsd-contrib diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/packages.build b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/packages.build new file mode 100644 index 0000000000..4609b991a7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/packages.build @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +-dev-libs/libiconv +-sys-freebsd/freebsd-contrib +sys-freebsd/freebsd-share diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/parent b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/prefix/bsd/freebsd/parent rename to sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/profile.bashrc b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/profile.bashrc new file mode 100644 index 0000000000..24394f91a3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-11.0/profile.bashrc @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +bsd-fbsd10fix(){ + # http://svnweb.freebsd.org/ports/head/Mk/bsd.port.mk + + for f in `find ${WORKDIR} -type f \( -name config.libpath -o \ + -name config.rpath -o -name configure -o -name libtool.m4 -o \ + -name ltconfig -o -name libtool -o -name aclocal.m4 -o \ + -name acinclude.m4 \)` ; do \ + sed -i.fbsd10bak \ + -e 's|freebsd1\*)|freebsd1.\*)|g' \ + -e 's|freebsd\[12\]\*)|freebsd[12].*)|g' \ + -e 's|freebsd\[123\]\*)|freebsd[123].*)|g' \ + -e 's|freebsd\[\[12\]\]\*)|freebsd[[12]].*)|g' \ + -e 's|freebsd\[\[123\]\]\*)|freebsd[[123]].*)|g' \ + ${f} ; \ + touch -mr ${f}.fbsd10bak ${f} ; \ + rm -f ${f}.fbsd10bak ; \ + einfo "===> FreeBSD 10 autotools fix applied to ${f}"; \ + done +} + +if [[ -n $EAPI ]] ; then + case "$EAPI" in + 0|1) + post_src_unpack() { bsd-patch_install-sh ; bsd-fbsd10fix ; } + ;; + *) + post_src_prepare() { bsd-patch_install-sh ; bsd-fbsd10fix ; } + ;; + esac +fi diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/ChangeLog deleted file mode 100644 index 1d9c94a893..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-8.2/ChangeLog,v 1.2 2012/07/02 23:30:05 naota Exp $ - - 02 Jul 2012; Naohiro Aota +package.use.mask: - Mask egl for media-libs/mesa. #390387 - - 06 Jul 2011; Alexis Ballier +package.mask, +packages, - +parent: - add 8.2 profile, copied and adapted from 8.0 - - 31 Mar 2011; Tomáš Chvátal package.mask: - Drop obsolete sandbox mask. - - 11 Mar 2010; Alexis Ballier +package.mask, - +packages, +parent: - Add freebsd 8.0 profile - diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.mask index faef854f4c..8f9d9c7575 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-8.2/package.mask,v 1.1 2011/07/06 05:50:23 aballier Exp $ +# $Id$ # Make sure we don't get wrong versions sys-freebsd/freebsd-sources-8.2.99 -# Alexis Ballier (19 Jul 2008) -# JDK/JRE 1.5 are specific to fbsd 6 and 5 -=virtual/jdk-1.5* -=virtual/jre-1.5* +# Critical issue in freebsd-libexec, bug #573358. +>=sys-devel/gcc-5.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.use.mask index f2b7c14d4f..3500f6e207 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/package.use.mask @@ -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/profiles/releases/freebsd-8.2/package.use.mask,v 1.1 2012/07/06 23:11:51 naota Exp $ +# $Id$ # Not built due to lacking of O_CLOEXEC, bug #390387 media-libs/mesa egl diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/packages b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/packages index 7eeb4eaf0e..0e273bd490 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-8.2/packages @@ -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/profiles/releases/freebsd-8.2/packages,v 1.1 2011/07/06 05:50:23 aballier Exp $ +# $Id$ *>=sys-apps/baselayout-2.0.0 *>=sys-apps/openrc-0.2.5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/ChangeLog deleted file mode 100644 index 76a72b6a25..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/ChangeLog +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-9.1/ChangeLog,v 1.1 2012/08/07 20:46:10 aballier Exp $ - - 07 Aug 2012; Alexis Ballier +package.mask, +packages, - +parent: - add profiles for 9.1, from the bsd overlay based on 9.0 ones - - 12 May 2012; Alexis Ballier package.mask: - mask libutempter - - 27 Apr 2012; Alexis Ballier packages: - remove virtual/ssh from system for now as no implementation builds on FreeBSD - 9.0 - - 07 Nov 2011; Alexis Ballier package.mask: - mask fuser-bsd on 9.0 - - 02 Nov 2011; Alexis Ballier +package.mask, +packages, - +parent: - add 9.0 profile, copied and adapted from 8.2 - - 06 Jul 2011; Alexis Ballier +package.mask, +packages, - +parent: - add 8.2 profile, copied and adapted from 8.0 - - 31 Mar 2011; Tomáš Chvátal package.mask: - Drop obsolete sandbox mask. - - 11 Mar 2010; Alexis Ballier +package.mask, - +packages, +parent: - Add freebsd 8.0 profile - diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/package.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/package.mask index 108f280435..1bd9a2782b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/package.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-9.1/package.mask,v 1.1 2012/08/07 20:46:10 aballier Exp $ +# $Id$ # Make sure we don't get wrong versions sys-freebsd/freebsd-sources-9.1.99 -# Alexis Ballier (19 Jul 2008) -# JDK/JRE 1.5 are specific to fbsd 6 and 5 -=virtual/jdk-1.5* -=virtual/jre-1.5* - # Alexis Ballier (07 Nov 2011) # It is in freebsd-ubin starting from FreeBSD 9.0 sys-process/fuser-bsd @@ -48,3 +43,6 @@ sys-process/fuser-bsd # via libulog. # this package does not build anymore as it requires utmp sys-libs/libutempter + +# Critical issue in freebsd-libexec, bug #573358. +>=sys-devel/gcc-5.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/packages b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/packages index 5306051f73..ea1059300f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.1/packages @@ -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/profiles/releases/freebsd-9.1/packages,v 1.1 2012/08/07 20:46:10 aballier Exp $ +# $Id$ *>=sys-apps/baselayout-2.0.0 *>=sys-apps/openrc-0.2.5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/ChangeLog b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/ChangeLog deleted file mode 100644 index 33e0922b09..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/ChangeLog +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-9.2/ChangeLog,v 1.1 2013/08/09 14:09:22 aballier Exp $ - - 07 Aug 2012; Alexis Ballier +package.mask, +packages, - +parent: - add profiles for 9.1, from the bsd overlay based on 9.0 ones - - 12 May 2012; Alexis Ballier package.mask: - mask libutempter - - 27 Apr 2012; Alexis Ballier packages: - remove virtual/ssh from system for now as no implementation builds on FreeBSD - 9.0 - - 07 Nov 2011; Alexis Ballier package.mask: - mask fuser-bsd on 9.0 - - 02 Nov 2011; Alexis Ballier +package.mask, +packages, - +parent: - add 9.0 profile, copied and adapted from 8.2 - - 06 Jul 2011; Alexis Ballier +package.mask, +packages, - +parent: - add 8.2 profile, copied and adapted from 8.0 - - 31 Mar 2011; Tomáš Chvátal package.mask: - Drop obsolete sandbox mask. - - 11 Mar 2010; Alexis Ballier +package.mask, - +packages, +parent: - Add freebsd 8.0 profile - diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/eapi b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/package.mask b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/package.mask deleted file mode 100644 index 005298f6f9..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/package.mask +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-9.2/package.mask,v 1.1 2013/08/09 14:09:22 aballier Exp $ - -# Make sure we don't get wrong versions -sys-freebsd/freebsd-pam-modules-9.2.99 -sys-freebsd/freebsd-rescue-9.2.99 -sys-freebsd/freebsd-pf-9.2.99 -sys-freebsd/freebsd-mk-defs-9.2.99 -sys-freebsd/freebsd-lib-9.2.99 -sys-freebsd/freebsd-libexec-9.2.99 -sys-freebsd/freebsd-bin-9.2.99 -sys-freebsd/freebsd-sbin-9.2.99 -sys-freebsd/freebsd-ubin-9.2.99 -sys-freebsd/freebsd-usbin-9.2.99 -sys-freebsd/freebsd-share-9.2.99 -sys-freebsd/freebsd-contrib-9.2.99 -sys-freebsd/freebsd-cddl-9.2.99 -sys-freebsd/boot0-9.2.99 -sys-freebsd/freebsd-sources-9.2.99 - -# Alexis Ballier (19 Jul 2008) -# JDK/JRE 1.5 are specific to fbsd 6 and 5 -=virtual/jdk-1.5* -=virtual/jre-1.5* - -# Alexis Ballier (07 Nov 2011) -# It is in freebsd-ubin starting from FreeBSD 9.0 -sys-process/fuser-bsd - -# Alexis Ballier (11 May 2012) -# freebsd-lib provides a utempter compatible interface starting from FreeBSD 9.0 -# via libulog. -# this package does not build anymore as it requires utmp -sys-libs/libutempter diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/packages b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/packages deleted file mode 100644 index b4adfee414..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/packages +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/freebsd-9.2/packages,v 1.1 2013/08/09 14:09:22 aballier Exp $ - -*>=sys-apps/baselayout-2.0.0 -*>=sys-apps/openrc-0.2.5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/parent b/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/parent deleted file mode 100644 index f3229c5b98..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/freebsd-9.2/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults index 110c540e3f..2048f3deac 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.5 2013/07/30 00:31:00 mattst88 Exp $ +# $Id$ # These USE flags are what is common between the various sub-profiles. Stages 2 # and 3 are built against these, so be careful what you add. diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/make.defaults index b4b5790bc7..47d0997e38 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/make.defaults,v 1.9 2015/05/07 18:31:54 pacho Exp $ +# $Id$ USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus pulseaudio tracker" diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/package.use b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/package.use index bbe4f1418b..e5988ff5b8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/gnome/package.use @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/package.use,v 1.31 2015/05/25 05:23:13 tetromino Exp $ +# $Id$ # Needed by mutter defaults, bug #547300 >=media-libs/clutter-1.20 egl @@ -26,7 +26,6 @@ app-emulation/wine -gstreamer # Required for gnome-base/gnome-2.32 to be merged directly, for # gnome-extra/hamster-applet-2.32 and x11-misc/alacarte-0.13 dev-lang/python sqlite -gnome-base/gnome-menus python # REQUIRED_USE="?? ( pulseaudio gstreamer )", and we want pulse in gnome net-misc/spice-gtk -gstreamer @@ -35,17 +34,9 @@ net-misc/spice-gtk -gstreamer app-accessibility/speech-dispatcher python # gtk3 input method plugins required for gnome3; gnome-shell wants ibus[dconf] -app-i18n/ibus dconf gtk3 +app-i18n/ibus gtk3 app-i18n/uim gtk3 -# Require gnome-panel-2, preventing upgrade to gnome-3, bug #496722 -app-i18n/im-ja -gnome -app-dicts/verbiste -gnome -dev-ml/lablgtk -gnome - -# incompatible with >=evolution-data-server-3.6, bug #449138 -=curl-7.25.0-r1, need CURL_SSL="-gnutls nss -openssl" -net-misc/curl -curl_ssl_gnutls curl_ssl_nss -curl_ssl_openssl -gnutls nss -dev-python/pycurl -curl_ssl_gnutls curl_ssl_nss -curl_ssl_openssl - # for gnome-extra/gnome-user-share www-servers/apache apache2_modules_dav apache2_modules_dav_fs apache2_modules_authn_file apache2_modules_auth_digest apache2_modules_authz_groupfile diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/make.defaults index 74cb1a3d86..7361c20091 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/make.defaults,v 1.4 2011/06/06 20:11:28 dilfridge Exp $ +# $Id$ USE="consolekit declarative dri kde kipi phonon plasma policykit semantic-desktop xcomposite xinerama xscreensaver" diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/package.use b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/package.use index f3d74eccf1..8ecdd60db8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/kde/package.use @@ -1,11 +1,38 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.use,v 1.8 2015/06/04 18:57:37 kensington Exp $ +# $Id$ -# Required by kde-base/pykde4 +# Resolve conflicts with slot 5 ebuilds +kde-frameworks/baloo minimal + +# Required by kde-frameworks/kauth +sys-auth/polkit-qt qt5 + +# Required by kde-frameworks/knotifications[dbus] +dev-libs/libdbusmenu-qt qt5 + +# Required by kde-frameworks/knotifyconfig[phonon] +media-libs/phonon qt5 + +# Required by media-libs/phonon[vlc] +media-libs/phonon-vlc qt5 + +# Required by kde-apps/kdenlive:5 +media-libs/mlt kdenlive qt5 melt + +# Required by dev-qt/qtcore:5 +dev-libs/libpcre pcre16 + +# Required by kde-frameworks/kcoreaddons +dev-qt/qtcore icu + +# Required by kde-apps/kate[addons] +dev-libs/libgit2 threads + +# Required by kde-apps/pykde4 dev-python/PyQt4 script sql webkit -# Required by app-office/akonadi-server +# Required by kde-apps/akonadi dev-qt/qtsql mysql # Required by media-gfx/graphviz which is required by kde-apps/kcachegrind @@ -22,3 +49,6 @@ media-gfx/exiv2 xmp # Required by kde-apps/artikulate dev-qt/qt-mobility multimedia + +# Required by app-office/libreoffice +media-libs/phonon designer diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/make.defaults index a2cc1b3223..1a7e4a86e4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.27 2014/09/16 17:25:37 chithanh Exp $ +# $Id$ USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam firefox flac gif glamor gpm gtk jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt3support qt4 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use index 1fbc559ddf..9d100848d4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use @@ -1,6 +1,20 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.45 2015/06/10 12:40:51 floppym Exp $ +# $Id$ + +# Ilya Tumaykin (02 Feb 2017) +# Enable luajit for OSC and youtube-dl support by default. +# Override default +sdl from desktop profile and disable sdl outputs. +# These outputs are for systems without a proper audio/video support. +media-video/mpv lua luajit -sdl + +# Mike Gilbert (04 Jan 2017) +# Needed by x11-misc/xdg-utils. +app-text/xmlto text + +# Serget Popov (09 Feb 2016) +# Do not force Qt4 implemenation of RetroShare +net-p2p/retroshare -qt4 # Alexandre Rostovtsev (19 Feb 2015) # Set reasonable default toolkit for all desktops to prevent emerge error @@ -9,43 +23,18 @@ x11-drivers/nvidia-drivers gtk2 # Ben de Groot (18 Feb 2015) # Enable sensible defaults for desktop users (bug #540046) -dev-python/PyQt5 declarative gui network printsupport sql widgets xmlpatterns - -# Chí-Thanh Christopher Nguyễn (17 Sep 2014) -# Disable glamor for xf86-video-intel since it also needs uxa, which is -# disabled by default -x11-drivers/xf86-video-intel -glamor +dev-python/PyQt5 gui network printsupport widgets # Samuli Suominen (24 Jul 2014) # Because targets/desktop/make.defaults has USE="bluetooth" but net-libs/libpcap doesn't # support BlueZ 5.x, disable USE="bluetooth" by default to avoid conflicting packages: net-libs/libpcap -bluetooth -# Rick Farina (31 May 2014) -# wireshark 1.10.x has a mostly non-functional qt4 interface so keep -# gtk3 the default until 1.11.x or higher is stabilized - (08 May 2014) # Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X] # and the X flag is enabled by default in the desktop profile x11-libs/libxcb xkb -# Alexandre Rostovtsev (04 May 2014) -# Enable cairo LTO by default only for desktop profiles, where cairo's -# performance really matters, bug #509552 -x11-libs/cairo lto - -# Julian Ospald (19 Apr 2014) -# Overwrite default +sdl from desktop profile, since -# this codepath is untested and should not be exposed -# to regular desktop users wrt #506982 -media-video/mpv -sdl - -# Samuli Suominen (15 May 2012) -# Replaced by USE="udisks" in make.defaults for -r1 and higher - (07 Oct 2011) # Required by mesa, ultimately by xorg-server (every desktop) bug 385843 dev-libs/libxml2 python @@ -58,7 +47,6 @@ media-libs/libpng apng # gudev, required by freedesktop.org udev helpers like udisks and upower # introspection, exception, enabled from here instead of ebuild to skip extra deps for a system package dev-libs/libgudev introspection -sys-apps/systemd gudev introspection sys-fs/eudev gudev introspection sys-fs/udev gudev introspection virtual/libgudev introspection diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use.force index 9ed18db9f2..498a56c4d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use.force,v 1.1 2014/06/03 04:20:46 tetromino Exp $ +# $Id$ # Alexandre Rostovtsev (03 Jun 2014) # Ensure shared-mime-info is pulled in by glib, otherwise GNOME, XFCE, and diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/make.defaults index b15ad80222..c462e80bdf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/plasma/make.defaults,v 1.1 2015/02/01 18:12:35 kensington Exp $ +# $Id$ USE="consolekit declarative dri kde kipi phonon plasma policykit qml qt5 semantic-desktop widgets xcomposite xinerama xscreensaver" diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use index b45c6b7dad..519219f8c5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use @@ -1,11 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/plasma/package.use,v 1.7 2015/06/04 18:57:38 kensington Exp $ +# $Id$ + +# Required by kde-plasma/plasma-pa +media-sound/pulseaudio gnome + +# Avoid circular dependency when installing from scratch +dev-util/cmake -qt5 # Not required, but makes life easier with Qt; bug 457934 app-arch/unzip natspec -# Required by app-office/akonadi-server +# Required by kde-apps/akonadi dev-qt/qtsql mysql # Required by dev-qt/qtcore @@ -14,10 +20,19 @@ dev-libs/libpcre pcre16 # Required by media-gfx/graphviz which is required by kde-apps/kcachegrind media-libs/gd fontconfig +# Required by kde-apps/kate[addons] +dev-libs/libgit2 threads + +# Required by kde-apps/ktp-text-ui +kde-apps/ktp-common-internals otr + # Required by kde-apps/libkexiv2 media-gfx/exiv2 xmp -# Required by kde-base/pykde4 +# Required by kde-apps/okteta +dev-qt/qtscript scripttools + +# Required by kde-apps/pykde4 dev-python/PyQt4 script sql webkit # Required by kde-frameworks/kactivities @@ -30,17 +45,35 @@ media-gfx/graphviz python dev-qt/qtcore icu # Required by kde-plasma/kwin -media-libs/mesa egl +media-libs/mesa egl wayland + +# Required by kde-frameworks/kwayland +dev-qt/qtgui:5 egl +dev-qt/qtwayland:5 egl + +# Required by kde-apps/kdenlive +>=media-libs/mlt-0.9.8-r2 kdenlive melt + +# Required by app-office/libreoffice +media-libs/phonon designer # Allow certain KDE 4 components to be coinstalled with Plasma 5 -=app-crypt/pinentry-0.9.6-r5 -qt4 +=kde-misc/kdiff3-0.9.98-r1 -kde -qt4 +>=media-libs/opencv-2.4.12-r1 -qt4 + (23 Jul 2015) +# Needs sys-apps/systemd, masked in base for non systemd profiles. +-app-admin/calamares # Pacho Ramos (21 Apr 2015) # This is for running sys-apps/systemd and also helps @@ -9,14 +13,6 @@ sys-fs/eudev sys-fs/udev -# Chí-Thanh Christopher Nguyễn (26 Oct 2014) -# package is masked for bugs #526762 and #526802 on non-systemd systems. --=x11-apps/xinit-1.3.4 - # sys-kernel/genkernel is not compatible with Systemd, you need # to use sys-kernel/genkernel-next instead sys-kernel/genkernel - -# Rick Farina (6 Jun 2014) -# remove mask from base -- (22 Apr 2015) # Force systemd to avoid depgraph breakage, bug 547360. diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/systemd/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/targets/systemd/package.use.mask index 74e6fa4809..8ee9292b9b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/systemd/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/systemd/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.6 2015/06/10 02:24:39 floppym Exp $ +# $Id$ + +# Rick Farina (03 Feb 2016) +# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked below +dev-libs/libusb static-libs # Pacho Ramos (29 May 2014) # upower support is not needed on setups running systemd, also @@ -16,3 +20,7 @@ sys-fs/cryptsetup static static-libs sys-fs/lvm2 static static-libs sys-fs/dmraid static dev-libs/libgudev static-libs +# These are actually possible, but only if you USE=-udev when building pciutils. +# But package.use.mask doesn't have a way to express that, so this profile loses. +sys-apps/flashrom static +sys-apps/pciutils static-libs diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/systemd/packages.build b/sdk_container/src/third_party/portage-stable/profiles/targets/systemd/packages.build new file mode 100644 index 0000000000..6cb51aeac7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/systemd/packages.build @@ -0,0 +1,7 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Nothing pulls in systemd as a dependency for stage1, +# so we need to list it here. +sys-apps/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors b/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors index 974e8bfc37..8dacd38ff4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors +++ b/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors @@ -5,49 +5,43 @@ cpan http://cpan.metacpan.org http://search.cpan.org/CPAN http://www.cpan.org cran http://cran.au.r-project.org http://cran.r-project.org http://cran.us.r-project.org debian http://ftp.au.debian.org/debian http://ftp.at.debian.org/debian http://ftp.be.debian.org/debian http://ftp.ba.debian.org/debian http://ftp.br.debian.org/debian http://ftp.bg.debian.org/debian http://ftp.ca.debian.org/debian http://ftp.cl.debian.org/debian http://ftp.hr.debian.org/debian http://ftp.cz.debian.org/debian http://ftp.dk.debian.org/debian http://ftp.ee.debian.org/debian http://ftp.fi.debian.org/debian http://ftp.fr.debian.org/debian http://ftp2.fr.debian.org/debian http://ftp.de.debian.org/debian http://ftp2.de.debian.org/debian http://ftp.uk.debian.org/debian http://ftp.gr.debian.org/debian http://ftp.hk.debian.org/debian http://ftp.hu.debian.org/debian http://ftp.is.debian.org/debian http://ftp.ie.debian.org/debian http://ftp.it.debian.org/debian http://ftp.jp.debian.org/debian http://ftp2.jp.debian.org/debian http://ftp.kr.debian.org/debian http://ftp.mx.debian.org/debian http://ftp.nl.debian.org/debian http://ftp.nc.debian.org/debian http://ftp.nz.debian.org/debian http://ftp.no.debian.org/debian http://ftp.pl.debian.org/debian http://ftp.pt.debian.org/debian http://ftp.ro.debian.org/debian http://ftp.ru.debian.org/debian http://ftp.sk.debian.org/debian http://ftp.si.debian.org/debian http://ftp.es.debian.org/debian http://ftp.se.debian.org/debian http://ftp.ch.debian.org/debian http://ftp.tw.debian.org/debian http://ftp.th.debian.org/debian http://ftp.tr.debian.org/debian http://ftp.ua.debian.org/debian http://ftp.us.debian.org/debian fedora-dev http://mirror.aarnet.edu.au/pub/fedora/linux http://mirror.internode.on.net/pub/fedora/linux http://mirror.pacific.net.au/linux/fedora/linux http://ftp.belnet.be/linux/fedora/linux http://gulus.usherbrooke.ca/pub/distro/fedora/linux http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux http://ftp.fi.muni.cz/pub/linux/fedora/linux http://mirror.karneval.cz/pub/linux/fedora/linux http://ftp-stud.hs-esslingen.de/pub/fedora/linux http://fedora.tu-chemnitz.de/pub/linux/fedora/linux http://ftp.uni-bayreuth.de/linux/fedora/linux ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux http://www.jur-linux.org/download/fedora http://ftp.crc.dk/fedora/linux ftp://ftp.crc.dk/pub/mirrors/fedora/linux http://ftp.cica.es/fedora/linux http://ftp.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux ftp://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux http://mirrors.ircam.fr/pub/fedora/linux ftp://ftp.proxad.net/mirrors/fedora.redhat.com/fedora/linux http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora http://fr2.rpmfind.net/linux/fedora ftp://ftp.ciril.fr/pub/linux/fedora/linux http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux ftp://ftp.otenet.gr/pub/linux/fedora/linux http://ftp.rhnet.is/pub/fedora/linux http://ftp.iij.ad.jp/pub/linux/fedora http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux http://ftp.SURFnet.nl/pub/os/Linux/distr/fedora/linux ftp://ftp.tudelft.nl/pub/Linux/download.fedora.redhat.com/linux ftp://alviss.et.tudelft.nl/pub/fedora/linux ftp://ftp.pbone.net/pub/fedora/linux http://ftp.ps.pl/pub/Linux/fedora-linux http://sunsite.icm.edu.pl/pub/Linux/fedora/linux http://mirror.yandex.ru/fedora/linux http://ftp.upjs.sk/pub/fedora/linux ftp://ftp.linux.org.tr/pub/fedora/linux http://fedora.mirror.iweb.ca http://limestone.uoregon.edu/ftp/fedora/linux ftp://limestone.uoregon.edu/fedora/linux ftp://mirror.cs.princeton.edu/pub/mirrors/fedora/linux http://mirror.cc.vt.edu/pub/fedora/linux http://mirrors.kernel.org/fedora ftp://ftp.applios.net/pub/fedora/linux http://mirror.linux.duke.edu/pub/fedora/linux http://mirror.hiwaay.net/pub/fedora/linux http://linux.nssl.noaa.gov/fedora/linux http://www.gtlib.gatech.edu/pub/fedora.redhat/linux ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux http://ftp.linux.ncsu.edu/pub/fedora/linux http://kdeforge.unl.edu/mirrors/fedora/linux http://mirrors.cat.pdx.edu/fedora/linux http://mirrors.usc.edu/pub/linux/distributions/fedora/linux ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux ftp://fedora.bu.edu http://fedora.mirrors.tds.net/pub/fedora -fedora ftp://ftp.uni-klu.ac.at/linux/fedora/linux/core http://fedora.inode.at ftp://ftp.tugraz.at/mirror/redhat-linux/fedora/linux/core ftp://ftp.tugraz.at/mirror/redhat-linux/fedora/linux/extras http://ftp.univie.ac.at/systems/linux/fedora/core http://ftp.univie.ac.at/systems/linux/fedora/extras http://ftp.univie.ac.at/systems/linux/fedora http://ftp.netcraft.com.au/pub/fedora/linux/core http://ftp.netcraft.com.au/pub/fedora/linux http://mirror.pacific.net.au/linux/redhat/fedora ftp://mirror.pacific.net.au/linux/fedora/linux/core http://mirror.pacific.net.au/linux/fedora/linux/extras http://mirror.pacific.net.au/linux/fedora/linux http://mirror.pacific.net.au/linux/fedora/epel http://mirror.aarnet.edu.au/pub/fedora/linux/core http://mirror.aarnet.edu.au/pub/fedora/linux/extras http://mirror.aarnet.edu.au/pub/fedora/linux http://public.www.planetmirror.com/pub/fedora/linux/core http://public.planetmirror.com/pub/fedora/linux/extras http://public.www.planetmirror.com/pub/fedora/linux http://mirror.optus.net/fedora/linux/core http://mirror.optus.net/fedora/linux/extras http://mirror.optus.net/fedora/linux http://mirror.internode.on.net/pub/fedora/linux/core http://mirror.internode.on.net/pub/fedora/linux/extras http://mirror.internode.on.net/pub/fedora/linux http://ftp.belnet.be/linux/fedora/linux/core http://ftp.belnet.be/linux/fedora/linux/extras http://ftp.belnet.be/linux/fedora/linux http://mirrors.evrocom.net/fedora/linux/core ftp://mirrors.evrocom.net/pub/fedora/linux/core ftp://mirror.pop-rs.rnp.br/pub/download.fedora.redhat.com/pub/fedora/linux/core http://www.las.ic.unicamp.br/pub/fedora/linux/core http://www.las.ic.unicamp.br/pub/fedora/linux/extras http://www.muug.mb.ca/pub/fedora/linux/core ftp://ftp.muug.mb.ca/pub/fedora/linux/core http://www.muug.mb.ca/pub/fedora/linux/extras ftp://ftp.muug.mb.ca/pub/fedora/linux/extras http://www.muug.mb.ca/pub/fedora/linux ftp://ftp.muug.mb.ca/pub/fedora/linux http://mirror.cpsc.ucalgary.ca/mirror/fedora/linux/core http://mirror.cpsc.ucalgary.ca/mirror/fedora/linux/extras ftp://ftp.telus.net/pub/fedora/linux/core ftp://ftp.telus.net/pub/fedora/linux/extras ftp://ftp.nrc.ca/pub/systems/linux/redhat/fedora/linux/core http://gulus.usherbrooke.ca/pub/distro/fedora/linux/core http://gulus.usherbrooke.ca/pub/distro/fedora/linux/extras http://gulus.usherbrooke.ca/pub/distro/fedora/linux http://fedora.arcticnetwork.ca/linux/core http://mirror.switch.ch/ftp/mirror/fedora/linux/core ftp://mirror.switch.ch/mirror/fedora/linux/core http://mirror.switch.ch/ftp/mirror/fedora/linux/extras ftp://mirror.switch.ch/mirror/fedora/linux/extras http://mirror.switch.ch/ftp/mirror/fedora/linux ftp://mirror.switch.ch/mirror/fedora/linux ftp://ftp.solnet.ch/mirror/fedora/linux/core ftp://ftp.solnet.ch/mirror/fedora/linux ftp://ftp.telmexchile.cl/Unix/fedora/linux/core ftp://ftp.telmexchile.cl/Unix/fedora/linux/extras http://fedora.candishosting.com.cn/pub/fedora/linux http://mirrors.cytanet.com.cy/linux/fedora/linux http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/extras http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux http://ftp.linux.cz/pub/linux/fedora-core http://ftp.linux.cz/pub/linux/fedora/linux/extras http://ftp.fi.muni.cz/pub/linux/fedora/linux http://ftp1.skynet.cz/pub/linux/fedora/core http://ftp1.skynet.cz/pub/linux/fedora/extras http://ftp1.skynet.cz/pub/linux/fedora http://mirror.karneval.cz/pub/linux/fedora/linux/core http://mirror.karneval.cz/pub/linux/fedora/linux/extras http://mirror.karneval.cz/pub/linux/fedora/linux http://mirror.karneval.cz/pub/linux/fedora/epel http://sunsite.informatik.rwth-aachen.de/cgi-bin/ftp.new/ftpshow/pub/Linux/fedora/linux http://ftp-stud.hs-esslingen.de/pub/fedora/linux/extras http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core http://ftp-stud.hs-esslingen.de/pub/fedora/linux http://ftp.stw-bonn.de/pub/fedora/linux/core http://ftp.stw-bonn.de/pub/fedora/linux http://fedora.tu-chemnitz.de/pub/linux/fedora-core http://fedora.tu-chemnitz.de/pub/linux/fedora-core-extras http://fedora.tu-chemnitz.de/pub/linux/fedora/linux http://fedora.tu-chemnitz.de/pub/linux/fedora-epel http://mirror.atrpms.net/fedora/linux/core http://mirror.atrpms.net/fedora/linux/extras http://mirror.atrpms.net/fedora/linux http://ftp.informatik.uni-frankfurt.de/fedora/core ftp://ftp.informatik.uni-frankfurt.de/pub/Mirrors/fedora.redhat.com/core http://ftp.informatik.uni-frankfurt.de/fedora/extras ftp://ftp.informatik.uni-frankfurt.de/pub/Mirrors/fedora.redhat.com/extras http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core http://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/core http://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/extras http://ftp.uni-bayreuth.de/linux/fedora/linux/core ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core http://ftp.uni-bayreuth.de/linux/fedora/linux/extras ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/extras http://ftp.uni-bayreuth.de/linux/fedora/linux ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux ftp://ftp.fu-berlin.de/linux/fedora/core ftp://ftp.fu-berlin.de/linux/fedora/extras http://ftp.uni-koeln.de/mirrors/fedora/linux/core http://ftp.uni-koeln.de/mirrors/fedora/linux/extras http://www.jur-linux.org/download/fedora/core http://www.jur-linux.org/download/fedora http://mirror.fraunhofer.de/download.fedora.redhat.com/fedora/linux/core http://mirror.fraunhofer.de/download.fedora.redhat.com/fedora/linux/extras http://mirror.fraunhofer.de/download.fedora.redhat.com/fedora/linux http://mirror.fraunhofer.de/download.fedora.redhat.com/epel ftp://klid.dk/fedora/linux/core http://ftp.crc.dk/fedora/linux/core ftp://ftp.crc.dk/pub/mirrors/fedora/linux/core http://ftp.crc.dk/fedora/linux/extras ftp://ftp.crc.dk/pub/mirrors/fedora/linux/extras http://ftp.crc.dk/fedora/linux ftp://ftp.crc.dk/pub/mirrors/fedora/linux http://ftp.crc.dk/fedora-epel ftp://ftp.crc.dk/pub/mirrors/fedora-epel http://redhat.linux.ee/pub/fedora/linux/core http://ftp.linux.ee/pub/fedora/linux http://ftp.udl.es/pub/fedora/linux/core http://ftp.udl.es/pub/fedora/linux/extras http://ftp.udl.es/pub/fedora/linux http://ftp.gui.uva.es/sites/fedora.redhat.com/linux/core http://ftp.gui.uva.es/sites/fedora.redhat.com/linux/extras http://ftp.gui.uva.es/sites/fedora.redhat.com/linux http://ftp.gui.uva.es/sites/fedora.redhat.com/epel http://distribuciones.telecable.es/fedora http://ftp.caliu.info/pub/distribucions/fedora http://ftp.cica.es/fedora/linux/core http://ftp.cica.es/fedora/linux/extras http://ftp.cica.es/fedora/linux http://sunsite.rediris.es/mirror/fedora-redhat/core ftp://ftp.rediris.es/mirror/fedora-redhat/core http://sunsite.rediris.es/mirror/fedora-extras ftp://ftp.rediris.es/mirror/fedora-extras http://sunsite.rediris.es/mirror/fedora-redhat ftp://ftp.rediris.es/mirror/fedora-redhat http://ftp.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/core http://ftp.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/extras http://ftp.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux http://mirrors.ircam.fr/pub/fedora/linux/core http://mirrors.ircam.fr/pub/fedora/linux/extras http://mirrors.ircam.fr/pub/fedora/linux http://mirrors.ircam.fr/pub/fedora/epel http://fr.rpmfind.net/linux/fedora/core http://fr.rpmfind.net/linux/fedora/extras ftp://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/core ftp://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/extras ftp://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux ftp://ftp.redhat.ikoula.com/fedora http://fr2.rpmfind.net/linux/fedora/core http://fr2.rpmfind.net/linux/fedora/extras http://fr2.rpmfind.net/linux/fedora ftp://ftp.ciril.fr/pub/linux/fedora/linux/core ftp://ftp.ciril.fr/pub/linux/fedora/linux ftp://ftp.cru.fr/pub/linux/fedora/core ftp://ftp.cru.fr/pub/linux/fedora/extras ftp://ftp.cru.fr/pub/linux/fedora http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core ftp://ftp.univ-pau.fr/pub/mirrors/fedora ftp://ftp.uvsq.fr/pub/fedora ftp://ftp.lip6.fr/pub/linux/distributions/fedora http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora ftp://ftp.proxad.net/mirrors/fedora.redhat.com/fedora/linux/core ftp://ftp.proxad.net/mirrors/fedora.redhat.com/fedora/linux/extras ftp://ftp.proxad.net/mirrors/fedora.redhat.com/fedora/linux http://zeniiia.linux.org.uk/pub/distributions/fedora/linux/core http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/extras ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/extras http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/epel ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/epel http://ftp.ntua.gr/pub/linux/fedora/linux/core http://ftp.ntua.gr/pub/linux/fedora/linux/extras http://ftp.ntua.gr/pub/linux/fedora/linux ftp://ftp.otenet.gr/pub/linux/fedora/linux/core ftp://ftp.otenet.gr/pub/linux/fedora/linux ftp://ftp.ceid.upatras.gr/pub/fedora/linux http://ftp.hostrino.com/pub/fedora/linux/core http://ftp.hostrino.com/pub/fedora/linux http://download.stmc.edu.hk/fedora/linux/core ftp://ftp2.surplux.net/pub/fedora ftp://ftp.tvnet.hu/pub/fedora/linux/core ftp://ftp.tvnet.hu/pub/fedora/linux http://ftp.heanet.ie/pub/fedora/linux/core http://ftp.heanet.ie/pub/fedora/linux/extras http://ftp.heanet.ie/pub/fedora/linux http://ftp.heanet.ie/pub/fedora/linux/epel http://ftp.rhnet.is/pub/fedora/linux/core http://ftp.rhnet.is/pub/fedora/linux/extras http://ftp.rhnet.is/pub/fedora/linux http://ftp.unina.it/pub/linux/distributions/fedora http://fedora.fastbull.org http://fedora.mirror.garr.it/mirrors/fedora/linux/core http://fedora.mirror.garr.it/mirrors/fedora/linux/extras http://fedora.mirror.garr.it/mirrors/fedora/linux http://ftp.riken.jp/Linux/fedora/core http://ftp.riken.jp/Linux/fedora/extras http://ftp.riken.jp/Linux/fedora/epel http://ftp.riken.jp/Linux/fedora http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core http://ftp.nara.wide.ad.jp/pub/Linux/fedora/extras http://ftp.kddilabs.jp/Linux/packages/fedora/core http://ftp.kddilabs.jp/Linux/packages/fedora/extras http://ftp.kddilabs.jp/Linux/packages/fedora http://ftp.kddilabs.jp/Linux/packages/fedora/epel http://ftp.iij.ad.jp/pub/linux/fedora/core http://ftp.iij.ad.jp/pub/linux/fedora/extras http://ftp.iij.ad.jp/pub/linux/fedora http://ftp.iij.ad.jp/pub/linux/fedora/epel http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/extras http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/epel ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core ftp://mirror.hostway.co.kr/pub/fedora http://ftp.kaist.ac.kr/pub/fedora/linux/core ftp://ftp.kaist.ac.kr/fedora/linux/core http://ftp.kaist.ac.kr/pub/fedora/linux/extras ftp://ftp.kaist.ac.kr/fedora/linux/extras http://ftp.kaist.ac.kr/pub/fedora/linux ftp://ftp.kaist.ac.kr/fedora/linux http://mirrors.linux.edu.lv/ftp.redhat.com/pub/fedora/linux/core ftp://ftp.linux.edu.lv/mirrors/ftp.redhat.com/pub/fedora/linux/core http://mirrors.linux.edu.lv/ftp.redhat.com/pub/fedora/linux/extras ftp://ftp.linux.edu.lv/mirrors/ftp.redhat.com/pub/fedora/linux/extras http://mirrors.linux.edu.lv/ftp.redhat.com/pub/fedora/linux ftp://ftp.linux.edu.lv/mirrors/ftp.redhat.com/pub/fedora/linux http://fedora.ifc.unam.mx/core ftp://mirror.ifc.unam.mx/fedora/core http://fedora.ifc.unam.mx ftp://mirror.ifc.unam.mx/fedora ftp://fedora.namibia.na/pub/fedora ftp://fedora.namibia.na/fedora/extras http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/extras http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux http://ftp.SURFnet.nl/pub/os/Linux/distr/fedora/linux/core http://ftp.SURFnet.nl/pub/os/Linux/distr/fedora/linux/extras http://ftp.SURFnet.nl/pub/os/Linux/distr/fedora/linux ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/extras http://mirror.hosting-concepts.com/pub/os/linux/fedora ftp://ftp.tudelft.nl/pub/Linux/download.fedora.redhat.com/linux ftp://alviss.et.tudelft.nl/pub/fedora/linux/core ftp://alviss.et.tudelft.nl/pub/fedora/linux/extras ftp://alviss.et.tudelft.nl/pub/fedora/linux ftp://ftp.uib.no/pub/fedora/linux/core ftp://ftp.uib.no/pub/fedora/linux/extras ftp://ftp.wicks.co.nz/pub/linux/dist/fedora ftp://ftp.pbone.net/pub/fedora/linux/core ftp://ftp.pbone.net/pub/fedora/linux/extras ftp://ftp.pbone.net/pub/fedora/linux http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/extras http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/extras http://sunsite.icm.edu.pl/pub/Linux/fedora/linux http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/extras http://ftp.pwr.wroc.pl/pub/linux/fedora/linux http://ftp.ps.pl:/pub/linux/fedora-core http://ftp.ps.pl:/pub/linux/fedora-extras http://ftp.ps.pl/pub/Linux/fedora-epel http://ftp.ps.pl/pub/Linux/fedora-linux ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com/extras ftp://tux.cprm.net/pub/ftp.redhat.com/fedora/linux/core http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core http://ftp.astral.ro/mirrors/fedora/pub/epel http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/extras http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com http://ftp.idilis.ro/mirrors/fedora/core http://ftp.gts.lug.ro/fedora/linux/core http://ftp.gts.lug.ro/fedora/linux/extras http://ftp.gts.lug.ro/fedora/linux http://mirror.etf.bg.ac.yu/fedora ftp://ftp.anders.ru/pub/Linux/fedora/linux/core http://mirror.yandex.ru/fedora/linux/core http://mirror.yandex.ru/fedora/linux/extras http://mirror.yandex.ru/fedora/linux http://ftp.rhd.ru/pub/fedora/linux/core http://ftp.rhd.ru/pub/fedora/linux/extras ftp://ftp.rhd.ru/pub/fedora/linux http://ftp.sunet.se/pub/Linux/distributions/fedora http://ftp.port80.se/fedora/core ftp://ftp.chl.chalmers.se/pub/fedora/linux/core ftp://ftp.chl.chalmers.se/pub/fedora/linux/extras ftp://falkor.skane.se/pub/mirrors/fedora/core ftp://falkor.skane.se/pub/mirrors/fedora/linux ftp://ftp.oss.eznetsols.org/linux/fedora ftp://ftp.bevc.net/mirrors/fedora http://mirrors.bevc.net/fedora http://ftp.upjs.sk/pub/fedora/linux/core http://ftp.upjs.sk/pub/fedora/linux/extras http://ftp.upjs.sk/pub/fedora/linux ftp://ftp.cs.hacettepe.edu.tr/pub/mirrors/fedora/linux/core ftp://ftp.cs.hacettepe.edu.tr/pub/mirrors/fedora/linux/extras ftp://ftp.cs.hacettepe.edu.tr/pub/mirrors/fedora/linux ftp://ftp.linux.org.tr/pub/fedora/linux/core ftp://ftp.linux.org.tr/pub/fedora/linux http://ftp.mirror.tw/pub/fedora/linux/core ftp://fedora.org.ua/pub/linux/fedora http://ftp.tlk-l.net/pub/mirrors/fedora/core http://ftp.tlk-l.net/pub/mirrors/fedora/extras http://ftp.tlk-l.net/pub/mirrors/fedora http://ftp.usf.edu/pub/fedora/linux/core http://ftp.usf.edu/pub/fedora/linux http://fedora.mirror.iweb.ca/core http://fedora.mirror.iweb.ca/extras http://fedora.mirror.iweb.ca http://limestone.uoregon.edu/ftp/fedora ftp://limestone.uoregon.edu/fedora http://limestone.uoregon.edu/ftp/fedora/extras ftp://limestone.uoregon.edu/fedora/extras http://limestone.uoregon.edu/ftp/fedora/linux ftp://limestone.uoregon.edu/fedora/linux http://fedora.secsup.org/linux/core ftp://fedora.secsup.org/pub/linux/redhat/fedora/linux/core http://fedora.secsup.org/linux ftp://fedora.secsup.org/pub/linux/redhat/fedora/linux http://distro.ibiblio.org/pub/linux/distributions/fedora/linux http://mirrors.tiatera.com/fedora/core http://mirrors.tiatera.com/fedora/extras http://mirrors.tiatera.com/fedora/linux http://ftp.linux.ncsu.edu/pub/fedora/linux/core http://ftp.linux.ncsu.edu/pub/fedora/linux/extras http://ftp.linux.ncsu.edu/pub/fedora/linux ftp://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/core ftp://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/extras ftp://mirror.cs.princeton.edu/pub/mirrors/fedora/linux http://mirrors.usc.edu/pub/linux/distributions/fedora/linux/core http://mirrors.usc.edu/pub/linux/distributions/fedora/linux/extras http://mirrors.usc.edu/pub/linux/distributions/fedora/linux ftp://mirror.nyi.net/fedora/linux/core ftp://mirror.nyi.net/fedora/linux ftp://fedora.bu.edu/core ftp://fedora.bu.edu/extras ftp://fedora.bu.edu http://mirror.anl.gov/pub/fedora/linux/core http://mirror.anl.gov/pub/fedora/linux ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/extras ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux http://mirror.stanford.edu/fedora ftp://mirror.stanford.edu/pub/mirrors/fedora http://mirror.stanford.edu/fedora/linux ftp://mirror.stanford.edu/pub/mirrors/fedora/linux http://coblitz.planet-lab.org/pub/fedora/linux/core http://mirror.cc.vt.edu/pub/fedora/linux/core http://mirror.cc.vt.edu/pub/fedora/linux/extras http://mirror.cc.vt.edu/pub/fedora/linux http://mirrors.cat.pdx.edu/fedora/linux/core http://mirrors.cat.pdx.edu/fedora/linux/extras http://mirrors.cat.pdx.edu/fedora/linux http://mirrors.cat.pdx.edu/fedora/epel http://fedora.omnispring.com/core http://fedora.omnispring.com/extras http://ftp.ale.org/pub/fedora/linux/core ftp://ftp.ale.org/mirrors/fedora/linux/core ftp://ftp.applios.net/pub/fedora/linux/core ftp://ftp.applios.net/pub/fedora/linux ftp://ftp.webtrek.com/pub/mirrors/fedora http://ftp.ndlug.nd.edu/pub/fedora/linux/core http://mirrors.kernel.org/fedora/core http://mirrors.kernel.org/fedora/extras http://mirrors.kernel.org/fedora http://mirror.steadfast.net/fedora/core http://mirror.steadfast.net/fedora/extras http://mirror.steadfast.net/fedora http://mirrors.ptd.net/fedora ftp://mirrors.ptd.net/fedora/core http://mirror.linux.duke.edu/pub/fedora/linux/core http://mirror.linux.duke.edu/pub/fedora/linux/extras http://mirror.linux.duke.edu/pub/fedora/linux http://mirror.clarkson.edu/pub/distributions/fedora ftp://mirror.colorado.edu/pub/fedora/linux/core http://mirror.eas.muohio.edu/fedora/linux/core http://mirror.engr.sjsu.edu/pub/fedora/linux/core http://mirror.phy.olemiss.edu/mirror/fedora/core ftp://mirror.phy.olemiss.edu/fedora/core http://mirror.phy.olemiss.edu/mirror/fedora/extras ftp://mirror.phy.olemiss.edu/fedora/extras http://mirrors.xmission.com/fedora/core http://mirror.usu.edu/mirrors/fedora/linux/core http://mirror.usu.edu/mirrors/fedora/linux/extras http://mirror.usu.edu/mirrors/fedora/linux ftp://redhat.taygeta.com/pub/RedHat/fedora/core http://srl.cs.jhu.edu/YUM/fedora/core http://srl.cs.jhu.edu/YUM/fedora/extras http://srl.cs.jhu.edu/YUM/fedora ftp://thales.memphis.edu/fedora/linux/core ftp://wuarchive.wustl.edu/pub/linux/distributions/fedora http://download.fedora.redhat.com/pub/fedora/linux/core http://download.fedora.redhat.com/pub/fedora/linux/extras http://download.fedora.redhat.com/pub/epel http://download.fedora.redhat.com/pub/fedora/linux http://fedora.mirrors.tds.net/pub/fedora-core http://fedora.mirrors.tds.net/pub/fedora-core-extras http://fedora.mirrors.tds.net/pub/fedora http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/extras http://mirrors.tummy.com/pub/fedora.redhat.com/epel http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux http://mirror.hiwaay.net/pub/fedora/linux/core http://mirror.hiwaay.net/pub/fedora/linux/extras http://mirror.hiwaay.net/pub/fedora/linux ftp://ftp.software.umn.edu/linux/fedora/core ftp://ftp.software.umn.edu/linux/fedora http://linux.nssl.noaa.gov/fedora/linux/core http://linux.nssl.noaa.gov/fedora/linux/extras http://linux.nssl.noaa.gov/fedora/linux ftp://ftp.uci.edu/mirrors/fedora/linux/core ftp://ftp.uci.edu/mirrors/fedora/linux/extras ftp://ftp.uci.edu/mirrors/fedora/linux http://mirror.nuvio.com/pub/fedora/linux/core http://mirror.nuvio.com/pub/fedora/linux/extras http://mirror.nuvio.com/pub/fedora/linux http://mirror.newnanutilities.org/pub/fedora/linux/core http://mirror.newnanutilities.org/pub/fedora/linux/extras http://mirror.newnanutilities.org/pub/fedora/linux http://mirror.web-ster.com/fedora/core http://mirror.web-ster.com/fedora/extras http://mirror.web-ster.com/fedora http://kdeforge.unl.edu/mirrors/fedora/linux/core http://kdeforge.unl.edu/mirrors/fedora/linux/extras http://kdeforge.unl.edu/mirrors/fedora/linux http://kdeforge.unl.edu/mirrors/fedora/epel http://mirror.cogentco.com/pub/linux/fedora/linux/core http://mirror.cogentco.com/pub/linux/fedora/linux/extras http://mirror.cogentco.com/pub/linux/fedora/linux http://www.gtlib.gatech.edu/pub/fedora-epel ftp://ftp.gtlib.gatech.edu/pub/fedora-epel http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/extras ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/extras http://www.gtlib.gatech.edu/pub/fedora.redhat/linux ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux http://fedora.is.co.za/linux/distributions/fedora/linux/core ftp://ftp.is.co.za/linux/distributions/fedora/linux/core http://fedora.is.co.za/linux/distributions/fedora/linux/extras ftp://ftp.is.co.za/linux/distributions/fedora/linux/extras http://fedora.is.co.za/linux/distributions/fedora/linux ftp://ftp.is.co.za/linux/distributions/fedora/linux ftp://ftp.linux.ncsu.edu/pub/fedora/linux/core http://mirror.linux.duke.edu/pub/fedora/linux/core ftp://mirror.linux.duke.edu/pub/fedora/linux/core ftp://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/core ftp://ftp.cse.buffalo.edu/pub/fedora/linux/core http://mirror.eas.muohio.edu/fedora/linux/core ftp://mirror.eas.muohio.edu/pub/fedora/linux/core http://mirror.hiwaay.net/redhat/fedora/linux/core ftp://mirror.hiwaay.net/redhat/fedora/linux/core ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com ftp://ftp.net.usf.edu/pub/fedora/linux/core http://redhat.secsup.org/fedora/core ftp://redhat.secsup.org/pub/linux/redhat/fedora/core http://rpmfind.net/linux/fedora/core ftp://rpmfind.net/linux/fedora/core ftp://ftp.dc.aleron.net/pub/linux/fedora/linux/core ftp://mirror.newnanutilities.org/pub/fedora/linux/core ftp://ftp.software.umn.edu/pub/linux/fedora/core ftp://ftp.webtrek.com/pub/mirrors/fedora ftp://ftp.gtlib.cc.gatech.edu/pub/fedora.redhat/linux/core http://www.gtlib.cc.gatech.edu/pub/fedora.redhat/linux/core ftp://mirror.clarkson.edu/pub/distributions/fedora http://mirror.clarkson.edu/pub/distributions/fedora ftp://fedora.mirrors.tds.net/pub/fedora-core http://linux.nssl.noaa.gov/fedora/core ftp://linux.nssl.noaa.gov/fedora/core http://mirror.cs.wisc.edu/pub/mirrors/linux/download.fedora.redhat.com/pub/fedora/linux/core ftp://mirror.cs.wisc.edu/pub/mirrors/linux/download.fedora.redhat.com/pub/fedora/linux/core ftp://limestone.uoregon.edu/fedora ftp://mirror.stanford.edu/pub/mirrors/fedora/linux/core http://mirrors.kernel.org/fedora/core ftp://mirrors.kernel.org/fedora/core ftp://mirror.web-ster.com/fedora ftp://less.cogeco.net/pub/fedora/linux/core ftp://ftp.nrc.ca/pub/systems/linux/redhat/fedora/linux/core ftp://redhat.eyetap.org/fedora/linux/core ftp://ftp.telus.net/pub/fedora/linux/core http://gulus.usherbrooke.ca/pub/distro/fedora/linux/core http://mirror.cpsc.ucalgary.ca/mirror/fedora/linux/core ftp://mirror.cpsc.ucalgary.ca/mirror/fedora/linux/core http://ftp.muug.mb.ca/pub/fedora/linux/core ftp://ftp.muug.mb.ca/pub/fedora/linux/core http://www.las.ic.unicamp.br/pub/fedora/linux/core ftp://www.las.ic.unicamp.br/pub/fedora/linux/core ftp://mirror.pop-rs.rnp.br/pub/download.fedora.redhat.com/pub/fedora/linux/core ftp://ftp.tecnoera.com/pub/fedora/linux ftp://mirror.netglobalis.net/pub/fedora ftp://gd.tuwien.ac.at/opsys/linux/fedora/core http://ftp.univie.ac.at/systems/linux/fedora ftp://ftp.univie.ac.at/systems/linux/fedora ftp://ftp.tugraz.at/mirror/redhat-linux/fedora/linux/core http://sunsite.mff.cuni.cz/pub/fedora ftp://sunsite.mff.cuni.cz/pub/fedora ftp://ultra.linux.cz/pub/fedora ftp://ftp.fi.muni.cz/pub/linux/fedora/linux/core ftp://ftp6.linux.cz/pub/linux/fedora/linux/core ftp://ftp1.skynet.cz/pub/linux/fedora ftp://klid.dk/pub/fedora/linux/core http://redhat.linux.ee/pub/fedora/linux/core ftp://redhat.linux.ee/pub/fedora/linux/core ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/core ftp://ftp.ipv6.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/core http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core ftp://fr.rpmfind.net/linux/fedora/core http://fr2.rpmfind.net/linux/fedora/core ftp://fr2.rpmfind.net/linux/fedora/core http://wftp.tu-chemnitz.de/pub/linux/fedora-core ftp://ftp.tu-chemnitz.de/pub/linux/fedora-core ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core ftp://ftp.stw-bonn.de/pub/mirror/fedora/linux/core ftp://ftp.join.uni-muenster.de/pub/linux/distributions/fedora/linux/core ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.com/fedora/core ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/fedora-core ftp://ftp.rhein-zeitung.de/mirrors/fedora.redhat.com ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/fedora.redhat.com/linux/core http://ftp.uni-koeln.de/mirrors/fedora/linux/core ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core http://download.atrpms.net/mirrors/fedoracore http://ftp.ntua.gr/pub/linux/fedora/linux/core ftp://ftp.ntua.gr/pub/linux/fedora/linux/core ftp://ftp.otenet.gr/pub/linux/fedora/linux/core http://ftp.rhnet.is/pub/fedora ftp://ftp.rhnet.is/pub/fedora http://ftp.heanet.ie/pub/fedora/linux/core ftp://ftp.heanet.ie/pub/fedora/linux/core ftp://ftp.edisontel.com/pub/Fedora_Mirror ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com ftp://alviss.et.tudelft.nl/pub/fedora/core http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora ftp://ftp.eu.uu.net/pub/linux/fedora ftp://ftp.uninett.no/pub/linux/Fedora/core ftp://tux.cprm.net/pub/ftp.redhat.com/fedora/linux/core ftp://ftp.wsisiz.edu.pl/mirror/download.fedora.redhat.com ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core ftp://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/core http://ftp.iasi.roedu.net/pub/mirrors/fedora.redhat.com/core http://ftp.idilis.ro/mirrors/fedora/core ftp://ftp.idilis.ro/mirrors/fedora/core http://ftp.lug.ro/fedora/linux/core ftp://ftp.lug.ro/fedora/linux/core ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora http://ftp.rhd.ru/pub/fedora/linux/core ftp://ftp.rhd.ru/pub/fedora/linux/core http://ftp.udl.es/pub/fedora/linux/core ftp://ftp.udl.es/pub/fedora/linux/core http://ftp.rediris.es/mirror/fedora.redhat ftp://ftp.rediris.es/mirror/fedora.redhat ftp://ftp.cica.es/fedora/linux/core ftp://ftp.chl.chalmers.se/pub/fedora/linux/core ftp://mirror.switch.ch/mirror/fedora/linux/core http://zeniiia.linux.org.uk/pub/distributions/fedora/linux/core ftp://zeniiia.linux.org.uk/pub/distributions/fedora/linux/core ftp://ftp.linux.org.tr/pub/fedora/linux/core ftp://ftp.is.co.za/linux/distributions/fedora/linux/core ftp://ftp.netcraft.com.au/pub/fedora/linux/core http://planetmirror.com/pub/fedora/linux/core http://mirror.pacific.net.au/linux/redhat/fedora ftp://mirror.pacific.net.au/linux/redhat/fedora http://download.stmc.edu.hk/fedora/linux/core ftp://download.stmc.edu.hk/fedora/linux/core ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora http://ftp.kddilabs.jp/Linux/packages/fedora/core ftp://ftp.kddilabs.jp/Linux/packages/fedora/core ftp://ftp.riken.go.jp/pub/Linux/fedora/core ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core ftp://mirror.hostway.co.kr/pub/fedora http://mymirror.asiaosc.org/redhat/fedora/core ftp://ftp.wicks.co.nz/pub/linux/dist/fedora ftp://ftp.oss.eznetsols.org/linux/fedora http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core -flightgear ftp://ftp.de.flightgear.org/pub/fgfs http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp ftp://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp ftp://ftp.kingmont.com/flightsims/flightgear ftp://ftp.ihg.uni-duisburg.de/Mirrors/ftp.flightgear.org freebsd ftp://ftp.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.FreeBSD.org/pub/FreeBSD/ ftp://ftp.ar.FreeBSD.org/pub/FreeBSD/ ftp://ftp.au.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.au.FreeBSD.org/pub/FreeBSD/ ftp://ftp.at.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.at.FreeBSD.org/pub/FreeBSD/ ftp://ftp.br.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.br.FreeBSD.org/pub/FreeBSD/ ftp://ftp.ca.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.ca.FreeBSD.org/ ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ ftp://ftp.cz.FreeBSD.org/pub/FreeBSD/ ftp://ftp.dk.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.dk.FreeBSD.org/pub/FreeBSD/ ftp://ftp.ee.FreeBSD.org/pub/FreeBSD/ ftp://ftp.fr.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.fr.FreeBSD.org/pub/FreeBSD/ ftp://ftp.de.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.de.FreeBSD.org/pub/FreeBSD/ ftp://ftp.gr.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.gr.FreeBSD.org/pub/FreeBSD/ ftp://ftp.hk.FreeBSD.org/pub/FreeBSD/ ftp://ftp.is.FreeBSD.org/pub/FreeBSD/ ftp://ftp.id.FreeBSD.org/pub/FreeBSD/ ftp://ftp.ie.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.ie.FreeBSD.org/pub/FreeBSD/ ftp://ftp.it.FreeBSD.org/pub/FreeBSD/ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.jp.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.kr.FreeBSD.org/pub/FreeBSD/ ftp://ftp1.us.FreeBSD.org/pub/FreeBSD/ ftp://ftp2.us.FreeBSD.org/pub/FreeBSD/ gentoo http://gentoo.osuosl.org/distfiles http://ftp.halifax.rwth-aachen.de/gentoo/distfiles http://gentoo-distfiles.mirrors.tds.net/distfiles http://gentoo.ussg.indiana.edu/distfiles -gimp http://de-mirror.gimper.net/pub/gimp/ http://gimp.afri.cc/pub/gimp/ http://gimper.net/downloads/pub/gimp/ http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp http://download.gimp.org/pub/gimp +gimp ftp://ftp.fau.de/gimp/gimp/ ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/ ftp://mirrors-usa.go-parts.com/gimp/gimp/ http://gimp.afri.cc/pub/gimp/ http://gimp.mirrors.hoobly.com/pub/gimp/ http://mirror.hessmo.com/gimp/pub/gimp/ http://mirror.nbtelecom.com.br/gimp/gimp/ https://ftp.fau.de/gimp/gimp/ http://www.go-parts.com/mirrors-usa/gimp/gimp/ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/ github https://github.com/downloads gmt ftp://mirror.geosci.usyd.edu.au/pub/gmt/ ftp://ftp.soest.hawaii.edu/gmt/ ftp://ftp.soest.hawaii.edu/gmt/ ftp://ibis.grdl.noaa.gov/pub/gmt/ ftp://ftp.iris.washington.edu/pub/gmt/ ftp://ftp.iag.usp.br/pub/gmt/ ftp://ftp.geologi.uio.no/pub/gmt/ gnome http://download.gnome.org/ -gnu http://ftp.gnu.org/gnu/ ftp://ftp.gnu.org/gnu/ ftp://gnu.mirror.iweb.com http://gnu.mirror.iweb.com ftp://mirror.vexxhost.com/gnu/ http://gnu.mirror.vexxhost.com/ ftp://gnu.opencube.ca/ http://gnu.opencube.ca/ http://mirror.sdunix.com/gnu/ ftp://mirrors.kernel.org/gnu/ http://mirrors.kernel.org/gnu/ http://open-source-box.org/ ftp://open-source-box.org/gnu/ http://gnu.mirrors.hoobly.com/gnu/ http://mirror.easthsia.com/gnu http://mirror.keystealth.org/gnu/ ftp://mirror.keystealth.org/gnu/ http://gnu.mirrorcatalogs.com/ ftp://gnu.mirrorcatalogs.com/gnu/ http://mirrors.axint.net/repos/gnu.org/ http://mirrors.syringanetworks.net/gnu/ ftp://mirrors.syringanetworks.net/gnu/ http://mirror.team-cymru.org/gnu/ ftp://mirror.team-cymru.org/gnu/ ftp://mirror.anl.gov/pub/gnu/ http://mirror.anl.gov/pub/gnu/ http://mirror.thecodefactory.org/gnu/ http://gnu.askapache.com/ ftp://aeneas.mit.edu/pub/gnu/ http://ftp.wayne.edu/gnu/ http://mirror.nexcess.net/gnu/ http://psg.mtu.edu/pub/gnu/ ftp://psg.mtu.edu/pub/gnu/ http://gnu.mirror.constant.com/ ftp://spinellicreations.com/gnu/ http://mirror.clarkson.edu/gnu/ http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/ http://mirrors.zerg.biz/gnu/ http://reflection.oss.ou.edu/gnu/gnu/ ftp://reflection.oss.ou.edu/gnu/gnu/ http://gnu.mirrors.pair.com/gnu/ ftp://gnu.mirrors.pair.com/gnu/gnu/ ftp://ftp.unicamp.br/pub/gnu/ http://gnu.c3sl.ufpr.br/ftp/ http://mirror.nbtelecom.com.br/gnu/ http://mirror.cedia.org.ec/gnu/ ftp://mirror.cedia.org.ec/gnu http://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu/ http://mirror.is.co.za/mirror/ftp.gnu.org/gnu/ ftp://ftp.is.co.za/mirror/ftp.gnu.org/gnu/ http://gnu.afri.cc/ http://mirrors.ispros.com.bd/gnu http://mirror.bjtu.edu.cn/gnu/ http://mirrors.ustc.edu.cn/gnu/ ftp://mirrors.ustc.edu.cn/gnu/ http://mirror.hust.edu.cn/gnu/ http://infinity.kmeacollege.ac.in/gnu/ ftp://infinity.kmeacollege.ac.in/gnu/ http://gnumirror.nkn.in/ http://ftp.jaist.ac.jp/pub/GNU/ http://mirror.jre655.com/GNU ftp://mirror.jre655.com/GNU http://public.p-knowledge.co.jp/gnu-mirror/gnu/ http://ftp.kaist.ac.kr/gnu/gnu/ http://ossm.utm.my/gnu/ http://mirror.squ.edu.om/gnu/ http://ftp.twaren.net/Unix/GNU/gnu/ ftp://ftp.twaren.net/Unix/GNU/gnu/ http://ftp.yzu.edu.tw/gnu/ ftp://ftp.yzu.edu.tw/gnu/ http://mirror.aarnet.edu.au/pub/gnu/ ftp://mirror.aarnet.edu.au/pub/gnu/ http://gnu.mirror.uber.com.au/ ftp://gd.tuwien.ac.at/gnu/gnusrc/ http://gd.tuwien.ac.at/gnu/gnusrc/ http://tweedo.com/mirror/gnu/ http://gnu.cu.be/ http://ftp.download-by.net/gnu/gnu/ http://mirrors.dotsrc.org/gnu/ ftp://mirrors.dotsrc.org/gnu/ ftp://ftp.funet.fi/pub/gnu/prep/ http://www.nic.funet.fi/pub/gnu/ftp.gnu.org/pub/gnu/ http://mirror.bbln.org/gnu ftp://mirror.bbln.org/gnu http://mirror.ibcp.fr/pub/gnu/ ftp://ftp.igh.cnrs.fr/pub/gnu/ http://ftp.igh.cnrs.fr/pub/gnu/ http://gnu.cardse.net/ ftp://www.artfiles.org/gnu.org/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org/ ftp://ftp.cs.tu-berlin.de/pub/gnu/ http://ftp.halifax.rwth-aachen.de/gnu/ ftp://ftp.halifax.rwth-aachen.de/gnu/ http://ftp.u-tx.net/gnu/ ftp://ftp.u-tx.net/gnu/ ftp://ftp.informatik.rwth-aachen.de/pub/gnu/ http://ftp.hosteurope.de/mirror/ftp.gnu.org/gnu/ http://mirror.checkdomain.de/gnu ftp://mirror.checkdomain.de/gnu http://mirror3.layerjet.com/gnu/ http://ftp.hawo.stw.uni-erlangen.de/gnu ftp://ftp.hawo.stw.uni-erlangen.de/gnu http://mirror.netcologne.de/gnu ftp://mirror.netcologne.de/gnu ftp://ftp.cc.uoc.gr/mirrors/gnu/ http://ftp.cc.uoc.gr/mirrors/gnu/ ftp://ftp.ntua.gr/pub/gnu/ ftp://ftp.heanet.ie/pub/gnu/ http://ftp.heanet.ie/mirrors/gnu/ http://mirror2.mirror.garr.it/mirrors/gnuftp/gnu/ http://mirrors.muzzy.it/gnu ftp://mirrors.muzzy.it/gnu ftp://ftp.mirror.nl/pub/mirror/gnu/ ftp://ftp.nluug.nl/pub/gnu/ http://gnu.xl-mirror.nl/ http://mirror.arbitrary.nl/gnu/ http://ftp.snt.utwente.nl/pub/software/gnu/ ftp://ftp.snt.utwente.nl/pub/software/gnu/ ftp://ftp.uninett.no/pub/gnu/ http://gnuftp.uib.no/ ftp://gnuftp.uib.no/pub/gnuftp/ http://ftp.task.gda.pl/pub/gnu/ ftp://ftp.task.gda.pl/pub/gnu/ ftp://sunsite.icm.edu.pl/pub/gnu/ ftp://mirrors.nfsi.pt/pub/gnu/ http://mirrors.nfsi.pt/gnu/ ftp://mirrors.fe.up.pt/pub/gnu/ http://mirrors.fe.up.pt/pub/gnu/ http://gnu.mirrors.linux.ro/ ftp://gnu.mirrors.linux.ro/gnu/ http://mirror.tochlab.net/pub/gnu/ ftp://mirror.tochlab.net/pub/gnu/ http://mirror.sbb.rs/gnu/ ftp://mirror.sbb.rs/gnu/ http://gnu.prunk.si http://mirror.lihnidos.org/GNU/ftp/gnu/ http://ftp.gul.es/gnu/ftp.gnu.org/gnu/ ftp://ftp.gul.es/gnu/ftp.gnu.org/gnu/ http://ftp.rediris.es/mirror/GNU/gnu/ ftp://ftp.rediris.es/mirror/GNU/gnu/ http://217.160.6.133/Asturies/GNU/gnu/ ftp://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ http://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ http://mirror.switch.ch/ftp/mirror/gnu/ ftp://mirror.switch.ch/mirror/gnu/ http://mirror.rackdc.com/gnu/ ftp://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://ftp.gnu.org.ua/gnu/ ftp://ftp.gnu.org.ua/gnu/ http://ftp-gnu-org.ip-connect.vn.ua/ ftp://ftp-gnu-org.ip-connect.vn.ua/mirror/ftp.gnu.org/ http://mirror.lagoon.nc/pub/gnu/ ftp://mirror.lagoon.nc/pub/gnu/ +gnu http://ftp.gnu.org/gnu/ ftp://ftp.gnu.org/gnu/ ftp://gnu.mirror.iweb.com http://gnu.mirror.iweb.com ftp://mirror.vexxhost.com/gnu/ http://gnu.mirror.vexxhost.com/ ftp://gnu.opencube.ca/ http://gnu.opencube.ca/ http://mirror.sdunix.com/gnu/ ftp://mirrors.kernel.org/gnu/ http://mirrors.kernel.org/gnu/ http://open-source-box.org/ ftp://open-source-box.org/gnu/ http://gnu.mirrors.hoobly.com/gnu/ http://mirror.easthsia.com/gnu http://mirror.keystealth.org/gnu/ ftp://mirror.keystealth.org/gnu/ http://gnu.mirrorcatalogs.com/ ftp://gnu.mirrorcatalogs.com/gnu/ http://mirrors.axint.net/repos/gnu.org/ http://mirrors.syringanetworks.net/gnu/ ftp://mirrors.syringanetworks.net/gnu/ http://mirror.team-cymru.org/gnu/ ftp://mirror.team-cymru.org/gnu/ ftp://mirror.anl.gov/pub/gnu/ http://mirror.anl.gov/pub/gnu/ http://mirror.thecodefactory.org/gnu/ http://gnu.askapache.com/ ftp://aeneas.mit.edu/pub/gnu/ http://ftp.wayne.edu/gnu/ http://mirror.nexcess.net/gnu/ http://psg.mtu.edu/pub/gnu/ ftp://psg.mtu.edu/pub/gnu/ http://gnu.mirror.constant.com/ ftp://spinellicreations.com/gnu/ http://mirror.clarkson.edu/gnu/ http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/ http://mirrors.zerg.biz/gnu/ http://reflection.oss.ou.edu/gnu/gnu/ ftp://reflection.oss.ou.edu/gnu/gnu/ http://gnu.mirrors.pair.com/gnu/ ftp://gnu.mirrors.pair.com/gnu/gnu/ ftp://ftp.unicamp.br/pub/gnu/ http://gnu.c3sl.ufpr.br/ftp/ http://mirror.nbtelecom.com.br/gnu/ http://mirror.cedia.org.ec/gnu/ ftp://mirror.cedia.org.ec/gnu http://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu/ http://mirror.is.co.za/mirror/ftp.gnu.org/gnu/ ftp://ftp.is.co.za/mirror/ftp.gnu.org/gnu/ http://gnu.afri.cc/ http://mirrors.ispros.com.bd/gnu http://mirror.bjtu.edu.cn/gnu/ http://mirrors.ustc.edu.cn/gnu/ ftp://mirrors.ustc.edu.cn/gnu/ http://mirror.hust.edu.cn/gnu/ http://infinity.kmeacollege.ac.in/gnu/ ftp://infinity.kmeacollege.ac.in/gnu/ http://gnumirror.nkn.in/ http://ftp.jaist.ac.jp/pub/GNU/ http://mirror.jre655.com/GNU ftp://mirror.jre655.com/GNU http://public.p-knowledge.co.jp/gnu-mirror/gnu/ http://ftp.kaist.ac.kr/gnu/gnu/ http://ossm.utm.my/gnu/ http://mirror.squ.edu.om/gnu/ http://ftp.twaren.net/Unix/GNU/gnu/ ftp://ftp.twaren.net/Unix/GNU/gnu/ http://ftp.yzu.edu.tw/gnu/ ftp://ftp.yzu.edu.tw/gnu/ http://mirror.aarnet.edu.au/pub/gnu/ ftp://mirror.aarnet.edu.au/pub/gnu/ http://gnu.mirror.uber.com.au/ ftp://gd.tuwien.ac.at/gnu/gnusrc/ http://gd.tuwien.ac.at/gnu/gnusrc/ http://tweedo.com/mirror/gnu/ http://gnu.cu.be/ http://ftp.download-by.net/gnu/gnu/ http://mirrors.dotsrc.org/gnu/ ftp://mirrors.dotsrc.org/gnu/ ftp://ftp.funet.fi/pub/gnu/prep/ http://www.nic.funet.fi/pub/gnu/ftp.gnu.org/pub/gnu/ http://mirror.bbln.org/gnu ftp://mirror.bbln.org/gnu http://mirror.ibcp.fr/pub/gnu/ ftp://ftp.igh.cnrs.fr/pub/gnu/ http://ftp.igh.cnrs.fr/pub/gnu/ http://gnu.cardse.net/ ftp://www.artfiles.org/gnu.org/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org/ ftp://ftp.cs.tu-berlin.de/pub/gnu/ http://ftp.halifax.rwth-aachen.de/gnu/ ftp://ftp.halifax.rwth-aachen.de/gnu/ http://ftp.u-tx.net/gnu/ ftp://ftp.u-tx.net/gnu/ ftp://ftp.informatik.rwth-aachen.de/pub/gnu/ http://ftp.hosteurope.de/mirror/ftp.gnu.org/gnu/ http://mirror.checkdomain.de/gnu ftp://mirror.checkdomain.de/gnu http://mirror3.layerjet.com/gnu/ http://ftp.hawo.stw.uni-erlangen.de/gnu ftp://ftp.hawo.stw.uni-erlangen.de/gnu http://mirror.netcologne.de/gnu ftp://mirror.netcologne.de/gnu ftp://ftp.cc.uoc.gr/mirrors/gnu/ http://ftp.cc.uoc.gr/mirrors/gnu/ ftp://ftp.ntua.gr/pub/gnu/ ftp://ftp.heanet.ie/pub/gnu/ http://ftp.heanet.ie/mirrors/gnu/ http://mirror2.mirror.garr.it/mirrors/gnuftp/gnu/ http://mirrors.muzzy.it/gnu ftp://mirrors.muzzy.it/gnu ftp://ftp.mirror.nl/pub/mirror/gnu/ ftp://ftp.nluug.nl/pub/gnu/ http://mirror.arbitrary.nl/gnu/ http://ftp.snt.utwente.nl/pub/software/gnu/ ftp://ftp.snt.utwente.nl/pub/software/gnu/ ftp://ftp.uninett.no/pub/gnu/ http://gnuftp.uib.no/ ftp://gnuftp.uib.no/pub/gnuftp/ http://ftp.task.gda.pl/pub/gnu/ ftp://ftp.task.gda.pl/pub/gnu/ ftp://sunsite.icm.edu.pl/pub/gnu/ ftp://mirrors.nfsi.pt/pub/gnu/ http://mirrors.nfsi.pt/gnu/ ftp://mirrors.fe.up.pt/pub/gnu/ http://mirrors.fe.up.pt/pub/gnu/ http://gnu.mirrors.linux.ro/ ftp://gnu.mirrors.linux.ro/gnu/ http://mirror.tochlab.net/pub/gnu/ ftp://mirror.tochlab.net/pub/gnu/ http://mirror.sbb.rs/gnu/ ftp://mirror.sbb.rs/gnu/ http://gnu.prunk.si http://mirror.lihnidos.org/GNU/ftp/gnu/ http://ftp.gul.es/gnu/ftp.gnu.org/gnu/ ftp://ftp.gul.es/gnu/ftp.gnu.org/gnu/ http://ftp.rediris.es/mirror/GNU/gnu/ ftp://ftp.rediris.es/mirror/GNU/gnu/ http://217.160.6.133/Asturies/GNU/gnu/ ftp://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ http://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ http://mirror.switch.ch/ftp/mirror/gnu/ ftp://mirror.switch.ch/mirror/gnu/ http://mirror.rackdc.com/gnu/ ftp://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://ftp.gnu.org.ua/gnu/ ftp://ftp.gnu.org.ua/gnu/ http://ftp-gnu-org.ip-connect.vn.ua/ ftp://ftp-gnu-org.ip-connect.vn.ua/mirror/ftp.gnu.org/ http://mirror.lagoon.nc/pub/gnu/ ftp://mirror.lagoon.nc/pub/gnu/ gnu-alpha ftp://alpha.gnu.org/gnu/ http://alpha.gnu.org/gnu/ ftp://ftp.funet.fi/pub/gnu/alpha/gnu/ http://www.nic.funet.fi/pub/gnu/alpha/gnu/ ftp://gnualpha.uib.no/pub/gnualpha/ http://gnualpha.uib.no/ ftp://mirrors.fe.up.pt/pub/gnu-alpha/ http://mirrors.fe.up.pt/pub/gnu-alpha/ http://mirror.lihnidos.org/GNU/alpha/gnu/ http://mirrors.ibiblio.org/gnu/alpha/gnu/ http://gnualpha.spinellicreations.com/gnu/ http://gnu.c3sl.ufpr.br/alpha/gnu/ -gnupg ftp://ftp.gnupg.org/gcrypt/ http://gnupg.unixmexico.org/ftp/ http://ftp.linux.it/pub/mirrors/gnupg/ ftp://ftp.surfnet.nl/pub/security/gnupg/ ftp://sunsite.icm.edu.pl/pub/security/gnupg/ ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/ ftp://ftp.hi.is/pub/mirrors/gnupg/ ftp://gd.tuwien.ac.at/privacy/gnupg/ http://www.ring.gr.jp/pub/net/gnupg/ ftp://ftp.ring.gr.jp/pub/net/gnupg/ http://public.planetmirror.com/pub/ +gnupg ftp://ftp.gnupg.org/gcrypt/ http://mirrors.dotsrc.org/gcrypt/ http://artfiles.org/gnupg.org/ http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/ ftp://sunsite.icm.edu.pl/pub/security/gnupg/ ftp://gd.tuwien.ac.at/privacy/gnupg/ http://www.ring.gr.jp/pub/net/gnupg/ ftp://ftp.ring.gr.jp/pub/net/gnupg/ hackage http://hackage.haskell.org/ http://dev.gentoo.org/~qnikst/hdiff.luite.com/ -idsoftware ftp://ftp.idsoftware.com/idstuff ftp://dl.xs4all.nl/pub/mirror/idsoftware/idstuff ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff ftp://ftp.mancubus.net/pub/idgames/idstuff ftp://ftp.demon.co.uk/pub/mirrors/idsoftware ftp://ftp.mirror.nl/pub/mirror/idsoftware/idstuff ftp://ii3dg.iinet.net.au/games/idstuff ftp://ftp.gamers.org/pub/idgames/idstuff ftp://ftp.nsu.ru/mirrors/ftp.idsoftware.com/idstuff +idsoftware ftp://ftp.idsoftware.com/idstuff ftp://dl.xs4all.nl/pub/mirror/idsoftware/idstuff ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff ftp://ftp.mirror.nl/pub/mirror/idsoftware/idstuff ftp://ftp.gamers.org/pub/idgames/idstuff imagemagick http://mirrors-au.go-parts.com/mirrors/ImageMagick/ ftp://mirrors-au.go-parts.com/mirrors/ImageMagick/ ftp://mirror.aarnet.edu.au/pub/imagemagick/ ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ http://servingzone.com/mirrors/ImageMagick/ http://mirrors.linsrv.net/ImageMagick ftp://mirrors.linsrv.net/pub/ImageMagick http://mirror.checkdomain.de/imagemagick/ ftp://mirror.checkdomain.de/imagemagick/ http://imagemagick.spd.co.il/ ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org http://www.champground.com/imagemagick/ ftp://ftp.nluug.nl/pub/ImageMagick http://ftp.surfnet.nl/pub/ImageMagick/ http://mirror.searchdaimon.com/ImageMagick/ ftp://sunsite.icm.edu.pl/packages/ImageMagick/ ftp://ftp.tpnet.pl/pub/graphics/ImageMagick/ http://mirrors-ru.go-parts.com/mirrors/ImageMagick/ ftp://mirrors-ru.go-parts.com/mirrors/ImageMagick/ ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick http://mirror.is.co.za/pub/imagemagick/ ftp://ftp.is.co.za/pub/imagemagick http://mirrors-uk.go-parts.com/mirrors/ImageMagick/ ftp://mirrors-usa.go-parts.com/mirrors/ImageMagick/ http://mirrors-usa.go-parts.com/mirrors/ImageMagick/ ftp://mirrors-usa.go-parts.com/mirrors/ImageMagick/ http://www.imagemagick.org/download ftp://ftp.fifi.org/pub/ImageMagick/ -jpackage ftp://mirrors.dotsrc.org/jpackage ftp://jpackage.hmdc.harvard.edu/JPackage http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/jpackage ftp://ftp.pbone.net/pub/jpackage http://sunsite.rediris.es/mirror/jpackage ftp://gsa10.eps.cdf.udc.es/jpackage http://www.mirrorservice.org/sites/jpackage.org kde http://download.kde.org http://mirror.csclub.uwaterloo.ca/kde ftp://mirrors.dotsrc.org/kde ftp://kde.mirror.anlx.net kernel http://www.kernel.org/pub lokigames http://updates.lokigames.com -mplayer http://www1.mplayerhq.hu/MPlayer http://www2.mplayerhq.hu/MPlayer http://www3.mplayerhq.hu/MPlayer http://www4.mplayerhq.hu/MPlayer http://www5.mplayerhq.hu/MPlayer http://www7.mplayerhq.hu/MPlayer http://www8.mplayerhq.hu/MPlayer ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer +mplayer http://www1.mplayerhq.hu/MPlayer http://www2.mplayerhq.hu/MPlayer http://www5.mplayerhq.hu/MPlayer http://www7.mplayerhq.hu/MPlayer http://www8.mplayerhq.hu/MPlayer ftp://ftp1.mplayerhq.hu/MPlayer/ ftp://ftp6.mplayerhq.hu/MPlayer/ ftp://ftp7.mplayerhq.hu/MPlayer/ ftp://ftp8.mplayerhq.hu/MPlayer/ mysql http://gd.tuwien.ac.at/db/mysql/ ftp://gd.tuwien.ac.at/db/mysql/ http://mysql.mirror.kangaroot.net/ ftp://mysql.mirror.kangaroot.net/pub/mysql/ http://mysql.blic.net/ http://mysql.online.bg/ ftp://mysql.online.bg/ http://mysql.linux.cz/ ftp://ftp.fi.muni.cz/pub/mysql/ http://mirrors.dotsrc.org/mysql/ ftp://mirrors.dotsrc.org/mysql/ http://mirrors.ircam.fr/pub/mysql/ ftp://mirrors.ircam.fr/pub/mysql/ http://sunsite.informatik.rwth-aachen.de/mysql/ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/www.mysql.com/ http://ftp.gwdg.de/pub/misc/mysql/ ftp://ftp.gwdg.de/pub/misc/mysql/ ftp://ftp.fu-berlin.de/unix/databases/mysql/ http://mysql.mirrors.ovh.net/ftp.mysql.com/ ftp://mysql.mirrors.ovh.net/ftp.mysql.com/ http://ftp.ntua.gr/pub/databases/mysql/ ftp://ftp.ntua.gr/pub/databases/mysql/ http://mysql.mirrors.crysys.hit.bme.hu/ ftp://ftp.crysys.hu/pub/mysql/ http://ftp.heanet.ie/mirrors/www.mysql.com/ ftp://ftp.heanet.ie/mirrors/www.mysql.com/ http://na.mirror.garr.it/mirrors/MySQL/ ftp://na.mirror.garr.it/mirrors/MySQL/ http://mirror.leaseweb.com/mysql/ ftp://mirror.leaseweb.com/mysql/ http://sunsite.icm.edu.pl/mysql/ ftp://sunsite.icm.edu.pl/pub/unix/mysql/ http://mysql.nfsi.pt/ ftp://ftp.nfsi.pt/pub/mysql/ http://mirrors.xservers.ro/mysql/ http://ftp.arnes.si/mysql/ ftp://ftp.arnes.si/packages/mysql/ http://ftp.sunet.se/pub/unix/databases/relational/mysql/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/ http://mirror.switch.ch/ftp/mirror/mysql/ ftp://mirror.switch.ch/mirror/mysql/ http://ftp.itu.edu.tr/Mirror/Mysql/ ftp://ftp.itu.edu.tr/Mirror/Mysql/ http://www.mirrorservice.org/sites/ftp.mysql.com/ ftp://ftp.mirrorservice.org/sites/ftp.mysql.com/ http://mirrors.dedipower.com/www.mysql.com/ http://mirrors.ukfast.co.uk/sites/ftp.mysql.com/ ftp://mirrors.ukfast.co.uk/ftp.mysql.com/ http://mirror.csclub.uwaterloo.ca/mysql/ ftp://mirror.csclub.uwaterloo.ca/mysql/ http://mysql.mirror.rafal.ca/ ftp://mysql.mirror.rafal.ca/pub/mysql/ http://opensource.become.com/mysql/ http://mysql.mirrors.hoobly.com/ http://mysql.he.net/ http://mirror.trouble-free.net/mysql_mirror/ http://mysql.llarian.net/ ftp://mysql.llarian.net/pub/mysql ftp://mirror.anl.gov/pub/mysql/ http://mysql.mirrors.pair.com/ ftp://ftp.linorg.usp.br/mysql/ http://linorg.usp.br/mysql ftp://linorg.usp.br/mysql http://mysql.mirrors.arminco.com/ http://mysql.spd.co.il/ http://ftp.iij.ad.jp/pub/db/mysql/ ftp://ftp.iij.ad.jp/pub/db/mysql/ http://ftp.jaist.ac.jp/pub/mysql/ ftp://ftp.jaist.ac.jp/pub/mysql/ http://mysql.cdpa.nsysu.edu.tw/ ftp://mysql.cdpa.nsysu.edu.tw/Unix/Database/MySQL/ http://mysql.mirrors.ilisys.com.au/ http://mysql.inspire.net.nz/ ftp://mysql.inspire.net.nz/mysql/ -nero http://ftp5.usw.nero.com/software/NeroLINUX http://ftp6.usw.nero.com/software/NeroLINUX ftp://ftp3.usw.nero.com/software/NeroLINUX ftp://ftp4.usw.nero.com/software/NeroLINUX ftp://ftp5.usw.nero.com/software/NeroLINUX ftp://ftp6.usw.nero.com/software/NeroLINUX netbsd ftp://ftp.NetBSD.org/pub/NetBSD ftp://ftp.au.NetBSD.org/pub/NetBSD ftp://ftp2.au.NetBSD.org/pub/NetBSD ftp://ftp.at.NetBSD.org/pub/NetBSD ftp://ftp.be.NetBSD.org ftp://ftp.cn.NetBSD.org/pub/NetBSD ftp://ftp.cz.NetBSD.org/pub/NetBSD ftp://ftp.dk.NetBSD.org/pub/NetBSD ftp://ftp.ee.NetBSD.org/pub/NetBSD ftp://ftp.fi.NetBSD.org/pub/NetBSD ftp://ftp2.fr.NetBSD.org/pub/NetBSD ftp://ftp4.fr.NetBSD.org/mirrors/ftp.netbsd.org ftp://ftp2.de.NetBSD.org/pub/NetBSD ftp://ftp3.de.NetBSD.org/pub/NetBSD ftp://ftp5.de.NetBSD.org/pub/NetBSD ftp://ftp6.de.NetBSD.org/pub/NetBSD ftp://ftp.gr.NetBSD.org/pub/NetBSD ftp://ftp.hu.NetBSD.org/pub/NetBSD ftp://ftp.ie.NetBSD.org/pub/netbsd ftp://ftp.il.NetBSD.org/pub/NetBSD ftp://ftp.jp.NetBSD.org/pub/NetBSD ftp://ftp2.jp.NetBSD.org/pub/NetBSD ftp://ftp7.jp.NetBSD.org/pub/NetBSD ftp://ftp4.jp.NetBSD.org/pub/NetBSD ftp://ftp5.jp.NetBSD.org/pub/NetBSD ftp://ftp6.jp.NetBSD.org/pub/NetBSD ftp://ftp.nl.NetBSD.org/pub/NetBSD ftp://ftp2.no.NetBSD.org/pub/NetBSD ftp://ftp.ro.NetBSD.org/pub/NetBSD ftp://ftp.ru.NetBSD.org/pub/NetBSD ftp://ftp.sk.NetBSD.org/pub/NetBSD ftp://ftp.es.NetBSD.org/pub/NetBSD ftp://ftp.se.NetBSD.org/pub/NetBSD ftp://ftp2.se.NetBSD.org/pub/NetBSD ftp://ftp.tw.NetBSD.org/pub/NetBSD ftp://ftp2.tw.NetBSD.org/pub/NetBSD ftp://ftp.uk.NetBSD.org/pub/NetBSD ftp://ftp2.us.NetBSD.org/pub/NetBSD ftp://ftp3.us.NetBSD.org/pub/NetBSD ftp://ftp4.us.NetBSD.org/pub/NetBSD ftp://ftp5.us.NetBSD.org/pub/NetBSD ftp://ftp6.us.NetBSD.org/NetBSD ftp://ftp7.us.NetBSD.org/pub/NetBSD ftp://ftp8.us.NetBSD.org/pub/NetBSD ftp://ftp.cz.NetBSD.org/pub/NetBSD ftp://ftp.dk.NetBSD.org/pub/NetBSD ftp://ftp.ee.NetBSD.org/pub/NetBSD ftp://ftp.fi.NetBSD.org/pub/NetBSD ftp://ftp2.fr.NetBSD.org/pub/NetBSD ftp://ftp4.fr.NetBSD.org/mirrors/ftp.netbsd.org ftp://ftp2.de.NetBSD.org/pub/NetBSD ftp://ftp3.de.NetBSD.org/pub/NetBSD ftp://ftp5.de.NetBSD.org/pub/NetBSD ftp://ftp6.de.NetBSD.org/pub/NetBSD ftp://ftp.gr.NetBSD.org/pub/NetBSD ftp://ftp.hu.NetBSD.org/pub/NetBSD ftp://ftp.ie.NetBSD.org/pub/netbsd ftp://ftp.il.NetBSD.org/pub/NetBSD ftp://ftp.ie.NetBSD.org/pub/netbsd ftp://ftp.il.NetBSD.org/pub/NetBSD ftp://ftp.jp.NetBSD.org/pub/NetBSD ftp://ftp2.jp.NetBSD.org/pub/NetBSD ftp://ftp3.jp.NetBSD.org/pub/NetBSD ftp://ftp7.jp.NetBSD.org/pub/NetBSD ftp://ftp4.jp.NetBSD.org/pub/NetBSD ftp://ftp5.jp.NetBSD.org/pub/NetBSD ftp://ftp6.jp.NetBSD.org/pub/NetBSD ftp://ftp.nl.NetBSD.org/pub/NetBSD ftp://ftp2.no.NetBSD.org/pub/NetBSD ftp://ftp.ro.NetBSD.org/pub/NetBSD ftp://ftp.ru.NetBSD.org/pub/NetBSD ftp://ftp.sk.NetBSD.org/pub/NetBSD ftp://ftp.es.NetBSD.org/pub/NetBSD ftp://ftp.se.NetBSD.org/pub/NetBSD ftp://ftp2.se.NetBSD.org/pub/NetBSD ftp://ftp.tw.NetBSD.org/pub/NetBSD ftp://ftp2.tw.NetBSD.org/pub/NetBSD ftp://ftp3.tw.NetBSD.org/pub/NetBSD ftp://ftp.uk.NetBSD.org/pub/NetBSD ftp://ftp2.us.NetBSD.org/pub/NetBSD ftp://ftp3.us.NetBSD.org/pub/NetBSD ftp://ftp4.us.NetBSD.org/pub/NetBSD ftp://ftp5.us.NetBSD.org/pub/NetBSD ftp://ftp6.us.NetBSD.org/NetBSD ftp://ftp7.us.NetBSD.org/pub/NetBSD ftp://ftp8.us.NetBSD.org/pub/NetBSD nongnu http://download.savannah.nongnu.org/releases-noredirect/ http://ftp.cc.uoc.gr/mirrors/nongnu.org/ http://ftp.twaren.net/Unix/NonGNU/ http://mirror.csclub.uwaterloo.ca/nongnu/ ftp://mirror.csclub.uwaterloo.ca/nongnu/ http://mirrors.fe.up.pt/pub/nongnu/ ftp://mirrors.fe.up.pt/pub/nongnu/ http://mirrors.zerg.biz/nongnu/ http://nongnu.askapache.com/ http://nongnu.uib.no/ ftp://nongnu.uib.no/pub/nongnu/ http://savannah.c3sl.ufpr.br/ ftp://savannah.c3sl.ufpr.br/savannah-nongnu/ ftp://ftp.twaren.net/Unix/NonGNU/ openbsd ftp://ftp.openbsd.org/pub/OpenBSD ftp://ftp.it.net.au/mirrors/OpenBSD ftp://openbsd.wiretapped.net/pub/OpenBSD ftp://gd.tuwien.ac.at/opsys/OpenBSD ftp://playboy.wu-wien.ac.at/pub/OpenBSD ftp://ftp.ca.openbsd.org/pub/OpenBSD ftp://ftp.shellhung.org/pub/OpenBSD ftp://ftp.jaquet.dk/pub/openSSH/portable ftp://ftp.fi.debian.org/pub/OpenBSD ftp://ftp.ac-creteil.fr/OpenBSD ftp://ftp.fr.openbsd.org/pub/OpenBSD ftp://ftp.club-internet.fr/pub/OpenBSD ftp://ftp.de.openbsd.org/pub/OpenBSD ftp://ftp.tu-clausthal.de/pub/OpenBSD ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD ftp://pandemonium.tiscali.de/pub/OpenBSD ftp://ftp.taubenschlag.uni-frankfurt.de/pub/mirror/ftp.openssh.com/portable ftp://openbsd.bay13.net/pub/OpenBSD ftp://ftp.uni-stuttgart.de/pub/OpenBSD ftp://ftp.fh-wolfenbuettel.de/pub/os/openbsd ftp://filoktitis.noc.uoa.gr/pub/OpenBSD ftp://ftp.physics.auth.gr/pub/mirrors/OpenBSD/OpenBSD ftp://ftp.fsn.hu/pub/OpenBSD ftp://ftp.netlab.is.tsukuba.ac.jp/pub/os/OpenBSD ftp://ftp.iij.ad.jp/pub/OpenBSD ftp://ftp.jp.openbsd.org/pub/OpenBSD ftp://ftp.kddlabs.co.jp/OpenBSD ftp://ftp.nl.uu.net/pub/OpenBSD ftp://ftp.calyx.nl/pub/OpenBSD ftp://ftp.nluug.nl/pub/OpenBSD ftp://mirror.widexs.nl/pub ftp://ftp.inet.no/pub/OpenBSD ftp://ftp.uninett.no/pub/OpenBSD ftp://sunsite.icm.edu.pl/pub/OpenBSD ftp://ftp.task.gda.pl/pub/OpenBSD ftp://ftp.physics.uvt.ro/pub/OpenBSD ftp://ftp.gamma.ru/pub/OpenBSD ftp://ftp.radio-msu.net/pub/OpenBSD ftp://ftp.isu.net.sa/pub/ftp.openbsd.org/OpenBSD ftp://ftp.rediris.es/mirror/OpenBSD ftp://ftp.stacken.kth.se/pub/OpenBSD ftp://ftp.sunet.se/pub/OpenBSD ftp://mirror.pudas.net/OpenBSD ftp://ftp.solnet.ch/mirror/OpenBSD ftp://sunsite.cnlab-switch.ch/pub/OpenBSD ftp://openbsd.csie.nctu.edu.tw/pub/OpenBSD ftp://openbsd.nsysu.edu.tw/pub/OpenBSD ftp://ftp.tku.edu.tw/pub/OpenBSD ftp://ftp.linux.org.tr/OpenBSD ftp://ftp.openbsd.org.ua/pub/OpenBSD ftp://ftp.plig.org/pub/OpenBSD ftp://ftp3.usa.openbsd.org/pub/OpenBSD ftp://mirror.csit.fsu.edu/pub/OpenBSD ftp://reflection.ncsa.uiuc.edu/pub/OpenBSD ftp://ftp.src.uchicago.edu/pub/OpenBSD ftp://rt.fm/pub/OpenBSD ftp://ftp.cse.buffalo.edu/pub/OpenBSD ftp://ftp.stealth.net/pub/mirrors/ftp.openssh.com/pub/OpenBSD ftp://openbsd.mirrors.pair.com ftp://carroll.cac.psu.edu/pub/OpenBSD ftp://mirrors.rcn.net/pub/OpenBSD ftp://openbsd.secsup.org/pub/openbsd ftp://ftp.tux.org/bsd/openbsd ftp://mirror.cs.wisc.edu/pub/mirrors/OpenBSD openldap ftp://ftp.OpenLDAP.org/pub/OpenLDAP ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP http://www.PlanetMirror.com/pub/openldap ftp://ftp.ucr.ac.cr/pub/Unix/openldap ftp://ftp.ntua.gr/mirror/OpenLDAP ftp://ftp.dti.ad.jp/pub/net/OpenLDAP ftp://ftp.u-aizu.ac.jp/pub/net/openldap ftp://ftp.holywar.net/pub/mirror/OpenLDAP ftp://ftp.nl.uu.net/pub/unix/db/openldap ftp://ftp.linux.pt/pub/mirrors/OpenLDAP ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP ftp://ftp.plig.net/pub/OpenLDAP -openssl ftp://ftp.openssl.org ftp://mirror.switch.ch/mirror/openssl/ http://mirror.switch.ch/ftp/mirror/openssl/ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/ ftp://sunsite.uio.no/pub/security/openssl/ ftp://ftp.sunet.se/pub/security/tools/net/openssl/ ftp://gd.tuwien.ac.at/infosys/security/openssl/ ftp://ftp.kfki.hu/pub/packages/security/openssl/ ftp://guest.kuria.katowice.pl/pub/openssl/ ftp://ftp.fi.muni.cz/pub/openssl/ ftp://ftp.linux.hr/pub/openssl/ http://openssl.parentinginformed.com/ http://openssl.initrd.net/ ftp://ftp.tpnet.pl/pub/security/openssl/ http://openssl.skazkaforyou.com/ http://openssl.raffsoftware.com/ +openssl ftp://ftp.openssl.org ftp://mirror.switch.ch/mirror/openssl/ http://mirror.switch.ch/ftp/mirror/openssl/ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/ ftp://sunsite.uio.no/pub/security/openssl/ ftp://ftp.sunet.se/pub/security/tools/net/openssl/ ftp://gd.tuwien.ac.at/infosys/security/openssl/ ftp://ftp.kfki.hu/pub/packages/security/openssl/ ftp://guest.kuria.katowice.pl/pub/openssl/ ftp://ftp.fi.muni.cz/pub/openssl/ http://openssl.parentinginformed.com/ ftp://ftp.tpnet.pl/pub/security/openssl/source/ http://openssl.skazkaforyou.com/ http://openssl.raffsoftware.com/ opera ftp://ftp.opera.com/pub/opera ftp://mirror.switch.ch/mirror/opera ftp://ftp.tu-cottbus.de/pub/net/opera ftp://ftp.sunet.se/pub/www/clients/Opera ftp://ftp.task.gda.pl/pub/opera ftp://ftp.uit.no/pub/www/opera ftp://ftp.tiscali.nl/pub/mirrors/opera ftp://ftp.ntua.gr/pub/www/Opera ftp://ftp.rediris.es/mirror/opera ftp://ftp.heanet.ie/pub/opera postgresql http://ftp.postgresql.org/pub/ ftp://ftp.postgresql.org/pub/ -pypi https://pypi.python.org/packages/source +pypi https://pypi.python.org/packages/source https://files.pythonhosted.org/packages/source qmail http://ds9a.nl/qmail http://infobase.ibase.com.hk/qmail http://mirror.hudecof.net/qmail http://mirrors.tf.itb.ac.id/qmail http://qmail-mirror.naplopok.hu http://qmail.aberdare.net http://qmail.agarik.com http://qmail.area.com http://qmail.asylog.net http://qmail.autocom.pl http://qmail.balt.net http://qmail.bec.at http://qmail.blic.net http://qmail.blueskynetworks.net http://qmail.bzImage.dk http://qmail.cbn.net.id http://qmail.chilesat.net http://qmail.domenacom.hr http://qmail.drenik.net http://qmail.enderunix.org http://qmail.fidnet.com http://qmail.geeksanon.ca http://qmail.geto.net http://qmail.glasswings.com.au http://qmail.goof.com http://qmail.gotroot.it http://qmail.gremlins.biz http://qmail.hnehosting.com http://qmail.hostlink.com.hk http://qmail.hypergrid.it http://qmail.ilisys.com.au http://qmail.imasd.elmundo.es http://qmail.ipg.sk http://qmail.ipv6.telepac.pt http://qmail.mirrors.Space.Net http://qmail.mirrors.bsd.net http://qmail.mirrors.summersault.com http://qmail.mortalcity.com http://qmail.nac.net http://qmail.netvisao.pt http://qmail.omnis.ch http://qmail.oninet.pt http://qmail.oregonfast.net http://qmail.palomine.net http://qmail.presys.com http://qmail.psshee.com http://qmail.rhnet.is http://qmail.ruk.cuni.cz http://qmail.serve-you.net http://qmail.sgi.net/qmail http://qmail.softflare.com http://qmail.technologieshq.com http://qmail.telepac.pt http://qmail.totalnet.ro http://qmail.unixgeeks.org http://qmail.urc.bl.ac.yu http://qmail.web7days.com http://qmailorg.data-hotel.net http://webmail.kldp.org/qmail http://www.agria.hu/qmail http://www.deserve-it.com/mirrors/www.qmail.org http://www.ie.qmail.org http://www.linuxpourtous.com/qmail http://www.math.ntnu.no/mirror/www.qmail.org http://www.qmail.org http://www9.jp.qmail.org quakeunity http://www.mirrorservice.org/sites/quakeunity.com http://games.mirrors.tds.net/pub/planetquake3 -rubyforge http://files.rubyforge.vm.bytemark.co.uk rubygems https://rubygems.org/gems -ruby http://cache.ruby-lang.org/pub/ruby/ https://ftp.ruby-lang.org/pub/ruby/ http://www.dnsbalance.ring.gr.jp/archives/lang/ruby/ http://ruby.taobao.org/mirrors/ruby/ ftp://ftp.fu-berlin.de/unix/languages/ruby/ -samba http://ftp.samba.org/pub/samba ftp://au1.samba.org/pub/samba ftp://ca.samba.org/pub/samba ftp://de.samba.org/pub/samba ftp://fi.samba.org/pub/samba ftp://ftp.azc.uam.mx/mirrors/samba ftp://ftp.samba.gr.jp/pub/samba ftp://gd.tuwien.ac.at/infosys/servers/samba ftp://it.samba.org/pub/samba ftp://pl.samba.org/pub/samba +ruby https://cache.ruby-lang.org/pub/ruby/ http://ruby.taobao.org/mirrors/ruby/ ftp://ftp.fu-berlin.de/unix/languages/ruby/ +samba http://ftp.samba.org/pub/samba ftp://ftp.samba.gr.jp/pub/samba ftp://gd.tuwien.ac.at/infosys/servers/samba https://ftp.heanet.ie/mirrors/samba http://ftp.cc.uoc.gr/mirrors/samba http://mirrors.azc.uam.mx/mirrors/samba sabayon http://sabayon.c3sl.ufpr.br/distfiles http://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/distfiles http://ftp.rnl.ist.utl.pt/pub/sabayon/distfiles http://ftp.fsn.hu/pub/linux/distributions/sabayon/distfiles http://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/distfiles http://cross-lfs.sabayonlinux.org/distfiles http://sabayon.mirror.dkm.cz/pub/sabayon/distfiles http://mirror.internode.on.net/pub/sabayon/distfiles http://na.mirror.garr.it/mirrors/sabayonlinux/distfiles http://distfiles.sabayon.org slang ftp://space.mit.edu/pub/davis/slang ftp://ftp.fu-berlin.de/pub/unix/misc/slang ftp://ftp.ntua.gr/pub/lang/slang/slang snobol4 ftp://ftp.snobol4.com ftp://ftp.ultimate.com/snobol -sourceforge http://aarnet.dl.sourceforge.net http://colocrossing.dl.sourceforge.net http://cznic.dl.sourceforge.net http://dfn.dl.sourceforge.net http://freefr.dl.sourceforge.net http://garr.dl.sourceforge.net http://heanet.dl.sourceforge.net http://hivelocity.dl.sourceforge.net http://internode.dl.sourceforge.net http://iweb.dl.sourceforge.net http://jaist.dl.sourceforge.net http://kent.dl.sourceforge.net http://nchc.dl.sourceforge.net http://ncu.dl.sourceforge.net http://netcologne.dl.sourceforge.net http://optimate.dl.sourceforge.net http://softlayer.dl.sourceforge.net http://sunet.dl.sourceforge.net http://switch.dl.sourceforge.net http://tcpdiag.dl.sourceforge.net http://ufpr.dl.sourceforge.net http://waia.dl.sourceforge.net http://waix.dl.sourceforge.net +sourceforge http://download.sourceforge.net sourceforge.jp http://iij.dl.sourceforge.jp http://osdn.dl.sourceforge.jp http://globalbase.dl.sourceforge.jp http://keihanna.dl.sourceforge.jp http://jaist.dl.sourceforge.jp suse http://ftp.iinet.net.au/pub/suse http://mirror.pacific.net.au/linux/suse/ http://suse.inode.at/ ftp://gd.tuwien.ac.at/linux/suse/suse.com/ http://mirrors.uol.com.br/pub/suse/ http://mirror.tv2.dk/pub/linux/suse/ http://fr2.rpmfind.net/linux/SuSE-Linux/ http://ftp.iut-bm.univ-fcomte.fr/pub/Suse/suse/i386/ http://ftp.softnet.tuc.gr/pub/linux/suse/ ftp://ftp.novell.hu/pub/mirrors/ftp.suse.com/ ftp://ftp.heanet.ie/mirrors/ftp.suse.com/pub/suse/ ftp://ftp.unina.it/pub/linux/distributions/SuSE/ ftp://ftp.uniroma2.it/Linux/suse/pub/suse/ http://ftp.jaist.ac.jp/pub/Linux/SuSE/ http://ftp.kddilabs.jp/Linux/packages/SuSE/ http://ftp.riken.jp/Linux/suse/ ftp://ftp.novell.co.jp/pub/suse/ ftp://ftp.kreonet.re.kr/pub/Linux/suse/ ftp://ftp.mirror.nl/pub/mirror/suse/ ftp://ftp.pbone.net/pub/suse ftp://ftp.man.poznan.pl/pub/linux/suse http://ftp.man.poznan.pl/pub/linux/suse http://ftp.tpnet.pl/vol/d7/ftp.suse.com/i386/ http://ftp.lug.ro/suse/ http://ftp.isr.ist.utl.pt/pub/MIRRORS/ftp.suse.com/ http://ftp.caliu.info/pub/distribucions/suse/ ftp://ftp.rediris.es/pub/linux/distributions/suse/ ftp://ftp.solnet.ch/mirror/SuSE/ ftp://sunsite.cnlab-switch.ch/mirror/SuSE/suse/ http://ftp.isu.edu.tw/pub/Linux/SuSE/ http://anorien.csc.warwick.ac.uk/mirrors/suse/ http://www.mirrorservice.org/sites/ftp.suse.com/pub/ http://mirrors.kernel.org/suse/ ftp://mirror.storagetek.com/pub/systems/suse/ ftp://ftp-linux.cc.gatech.edu/pub/suse/suse/ http://ftp.ale.org/pub/suse/ ftp://mirror.mcs.anl.gov/pub/suse/ http://suse.oregonstate.edu/ http://sunsite.utk.edu/ftp/pub/linux/suse/ http://ops.tamu.edu/suse/ http://suse.cs.utah.edu/ http://suse.mirrors.tds.net/pub/suse -ubuntu http://ftp.iinet.net.au/pub/ubuntu/ http://ftp.netspace.net.au/pub/ubuntu/ http://mirror.aarnet.edu.au/pub/ubuntu/archive/ http://mirror.internode.on.net/pub/ubuntu/ubuntu/ http://mirror.3fl.net.au/ubuntu/ http://public.planetmirror.com/pub/ubuntu/archive/ http://mirror.optus.net/ubuntu/ http://mirror.pacific.net.au/linux/ubuntu/ http://ubuntu.inode.at/ubuntu/ http://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ http://gaosu.rave.org/ubuntu/ http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu/ http://archive.ubuntu.com.ba/ubuntu/ http://bw.archive.ubuntu.com/ubuntu/ http://br.archive.ubuntu.com/ubuntu/ http://sft.if.usp.br/ubuntu/ http://espelhos.edugraf.ufsc.br/ubuntu/ http://www.las.ic.unicamp.br/pub/ubuntu/ http://ubuntu.interlegis.gov.br/ubuntu/ http://ubuntu.linux-bg.org/ubuntu/ http://ubuntu.ipacct.com/ubuntu/ http://ubuntu.nano-box.net/ubuntu/ http://gulus.usherbrooke.ca/ubuntu/ http://mirror.csclub.uwaterloo.ca/ubuntu/ http://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/ http://mirror.cpsc.ucalgary.ca/mirror/ubuntu.com/packages/ http://mirror.arcticnetwork.ca/pub/ubuntu/packages/ http://ubuntu.mirror.rafal.ca/ubuntu/ http://ftp.tecnoera.com/ubuntu/ http://cl.archive.ubuntu.com/ubuntu/ http://ubuntu.cn99.com/ubuntu/ http://mirror.rootguide.org/ubuntu/ http://mirrors.shlug.org/ubuntu/ http://mirror.lupaworld.com/ubuntu/archive/ http://ftp.ucr.ac.cr/ubuntu/ http://hr.archive.ubuntu.com/ubuntu/ http://cz.archive.ubuntu.com/ubuntu/ http://ubuntu.supp.name/ubuntu/ http://ubuntu.sh.cvut.cz/ http://dk.archive.ubuntu.com/ubuntu/ http://mirror.uni-c.dk/ubuntu/ http://ftp.estpak.ee/ubuntu/ http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com/ http://mirrors.nic.funet.fi/ubuntu/ http://ftp.crihan.fr/ubuntu/ http://ftp.oleane.net/ubuntu/ http://wwwftp.ciril.fr/pub/linux/ubuntu/archives/ http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ http://mir1.ovh.net/ubuntu/ http://ubuntu.univ-nantes.fr/ubuntu/ http://ubuntu.univ-reims.fr/ubuntu/ http://ubuntu.eriders.ge/ubuntu/ http://de.archive.ubuntu.com/ubuntu/ http://ftp-stud.hs-esslingen.de/ubuntu/ http://ftp.uni-kl.de/pub/linux/ubuntu/ http://ubuntu.intergenia.de/ubuntu/ http://ftp.cw.net/ubuntu/ http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu/ http://ftp.halifax.rwth-aachen.de/ubuntu/ http://ftp.stw-bonn.de/ubuntu/ http://ftp5.gwdg.de/pub/linux/debian/ubuntu/ http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu/ http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu/ http://archive.ubuntu.uasw.edu/ http://ftp.hosteurope.de/mirror/archive.ubuntu.com/ http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu/ http://ftp.tu-chemnitz.de/pub/linux/ubuntu/ http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu/ http://gr.archive.ubuntu.com/ubuntu/ http://ubuntu.otenet.gr/ http://ftp.hostrino.com/pub/ubuntu/archive/ http://ftp.freepark.org/ubuntu/ http://ftp.kfki.hu/linux/ubuntu/ http://ubuntu.lhi.is/ubuntu/ http://ftp.iitm.ac.in/ubuntu/ http://dl2.foss-id.web.id/ubuntu/ http://ubuntu.indika.net.id/ubuntu/ http://ie.archive.ubuntu.com/ubuntu/ http://ftp.heanet.ie/pub/ubuntu/ http://ubuntu.fastbull.org/ubuntu/ http://na.mirror.garr.it/mirrors/ubuntu-archive/ http://giano.com.dist.unige.it/ubuntu/ http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ http://ftp.ecc.u-tokyo.ac.jp/ubuntu/ http://ubuntutym.u-toyama.ac.jp/ubuntu/ http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives/ http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ http://ftp.daum.net/ubuntu/ http://kr.archive.ubuntu.com/ubuntu/ http://mirror.letsopen.com/os/ubuntu/ http://ftp.linux.edu.lv/ubuntu/ http://ftp.litnet.lt/pub/ubuntu/ http://mt.archive.ubuntu.com/ubuntu/ http://tezcatl.fciencias.unam.mx/ubuntu/ http://archive.ubuntu.mnosi.org/ubuntu/ http://ubuntu-archive.polytechnic.edu.na/ubuntu/ http://ubuntu.mirror.cambrium.nl/ubuntu/ http://nl2.archive.ubuntu.com/ubuntu/ http://nl.archive.ubuntu.com/ubuntu/ http://ftp.tiscali.nl/ubuntu/ http://mirrors.nl.eu.kernel.org/ubuntu/ http://nl3.archive.ubuntu.com/ubuntu/ http://ubuntu.tiscali.nl/ http://ubuntu.mls.nc/ubuntu/ http://nz.archive.ubuntu.com/ubuntu/ http://nz2.archive.ubuntu.com/ubuntu/ http://ftp.uninett.no/ubuntu/ http://ftp.wcss.pl/ubuntu/ http://ftp.vectranet.pl/ubuntu/ http://ubuntu.task.gda.pl/ubuntu/ http://ftp.dei.uc.pt/pub/linux/ubuntu/archive/ http://mirrors.nfsi.pt/ubuntu/ http://neacm.fe.up.pt/ubuntu/ http://darkstar.ist.utl.pt/ubuntu/archive/ http://ubuntu.dcc.fc.up.pt/ http://mosel.estg.ipleiria.pt/mirror/distros/ubuntu/archive/ http://ubuntu.qatar.cmu.edu/ubuntu/ http://ftp.astral.ro/mirrors/ubuntu.com/ubuntu/ http://ftp.lug.ro/ubuntu/ http://mirror.yandex.ru/ubuntu/ http://rs.archive.ubuntu.com/ubuntu/ http://ftp.science.nus.edu.sg/ubuntu/ http://ubuntu.ynet.sk/ubuntu/ http://sk.archive.ubuntu.com/ubuntu/ http://ftp.energotel.sk/pub/linux/ubuntu/ http://ubuntu.mirror.ac.za/ubuntu-archive/ http://ftp.leg.uct.ac.za/pub/linux/ubuntu/ http://es.archive.ubuntu.com/ubuntu/ http://ftp.udc.es/ubuntu/ http://softlibre.unizar.es/ubuntu/archive/ http://ftp.caliu.cat/pub/distribucions/ubuntu/archive/ http://ftp.dat.etsit.upm.es/ubuntu/ http://ubuntu.grn.cat/ubuntu/ http://ftp.sunet.se/pub/Linux/distributions/ubuntu/ubuntu/ http://se.archive.ubuntu.com/ubuntu/ http://ftp.df.lth.se/ubuntu/ http://mirrors.se.eu.kernel.org/ubuntu/ http://ftp.ds.karen.hj.se/pub/os/linux/ubuntu/ http://ftp.port80.se/ubuntu/ http://mirror.switch.ch/ftp/mirror/ubuntu/ http://mirror.zhdk.ch/ubuntu/ http://mirror.powermongo.org/ubuntu/ http://free.nchc.org.tw/ubuntu/ http://debian.nctu.edu.tw/ubuntu/ http://ftp-mirror.stu.edu.tw/ubuntu/ http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ http://ftp.twaren.net/Linux/Ubuntu/ubuntu/ http://mirror.nttu.edu.tw/ubuntu/ http://tw.archive.ubuntu.com/ubuntu/ http://ftp.ncnu.edu.tw/Linux/ubuntu/ubuntu/ http://ubuntu.csie.nctu.edu.tw/ubuntu/ http://th.archive.ubuntu.com/ubuntu/ http://godel.cs.bilgi.edu.tr/ubuntu/ http://ubuntu.gnu.gen.tr/ubuntu/ http://mirror.mirohost.net/ubuntu/ http://ubuntu.org.ua/ubuntu/ http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/ http://ubuntu-archive.datahop.it/ubuntu/ http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/ http://archive.ubuntu.com/ubuntu/ http://ubuntu.positive-internet.com/ubuntu/ http://ubuntu.retrosnub.co.uk/ http://ubuntu.virginmedia.com/archive/ http://mirror.anl.gov/pub/ubuntu/ http://ftp.usf.edu/pub/ubuntu/ http://mirrors.cat.pdx.edu/ubuntu/ http://mirrors.easynews.com/linux/ubuntu/ http://mirrors.us.kernel.org/ubuntu/ http://mirrors.rit.edu/ubuntu/ http://mirrors.xmission.com/ubuntu/ http://ubuntu.media.mit.edu/ubuntu/ http://www.gtlib.gatech.edu/pub/ubuntu/ http://archive.linux.duke.edu/ubuntu/ http://lug.mtu.edu/ubuntu/ http://mirror.clarkson.edu/pub/ubuntu/ http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ http://mirror.imbrandon.com/ubuntu/ http://mirrors.acm.jhu.edu/ubuntu/ http://mirrors.ccs.neu.edu/archive.ubuntu.com/ http://ubuntu-mirror.cs.colorado.edu/ubuntu/ http://ubuntu.mirror.frontiernet.net/ubuntu/ http://ubuntu.osuosl.org/ubuntu/ http://mirror.cs.umn.edu/ubuntu/ http://mirror.fslutd.org/linux/distributions/ubuntu/packages/ http://mirror.lcsee.wvu.edu/ubuntu/ http://ubuntu.cs.uaf.edu/ubuntu/ http://archive.ubuntu-rocks.org/ubuntu/ http://ftp.unina.it/pub/linux/distributions/ubuntu/ http://ftp.ussg.iu.edu/linux/ubuntu/ http://ftp.utexas.edu/ubuntu/ http://mirrors.cs.wmich.edu/ubuntu/ http://ubuntu.cs.utah.edu/ubuntu/ http://ubuntu.secs.oakland.edu/ http://ubuntu.uz/ubuntu/ ftp://ftp.iinet.net.au/pub/ubuntu ftp://ftp.netspace.net.au/pub/ubuntu/ ftp://mirror.aarnet.edu.au/pub/ubuntu/archive/ ftp://mirror.internode.on.net/pub/ubuntu/ubuntu/ ftp://mirror.3fl.net.au/pub/ubuntu/archive/ ftp://ubuntu.inode.at/ubuntu/ ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ ftp://bw.archive.ubuntu.com/ubuntu ftp://br.archive.ubuntu.com/ubuntu ftp://sft.if.usp.br/ubuntu/ ftp://ftp.las.ic.unicamp.br/pub/ubuntu/ ftp://ubuntu.linux-bg.org/ubuntu/ ftp://ubuntu.ipacct.com/ubuntu/ ftp://gulus.usherbrooke.ca/ubuntu/ ftp://mirror.csclub.uwaterloo.ca/ubuntu/ ftp://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/ ftp://mirror.cpsc.ucalgary.ca/mirror/ubuntu.com/packages/ ftp://ftp.cs.mun.ca/pub/mirror/ubuntu/ ftp://ftp.tecnoera.com/ubuntu/ ftp://cl.archive.ubuntu.com/ubuntu/ ftp://mirror.rootguide.org/ubuntu/ ftp://mirrors.shlug.org/ubuntu/ ftp://hr.archive.ubuntu.com/ubuntu/ ftp://cz.archive.ubuntu.com/MIRRORS/archive.ubuntu.com/mirror/ubuntu/ ftp://ftp.estpak.ee/ubuntu/ ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com/ ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu/ ftp://ftp.crihan.fr/ubuntu/ ftp://ftp.oleane.net/ubuntu/ ftp://ftp.ciril.fr/pub/linux/ubuntu/archives/ ftp://ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ ftp://mir1.ovh.net/ubuntu/ ftp://ubuntu.univ-nantes.fr/ubuntu/ ftp://ubuntu.univ-reims.fr/ubuntu/ ftp://ubuntu.eriders.ge/ubuntu/ ftp://ftp-stud.hs-esslingen.de/ubuntu/ ftp://ftp.uni-kl.de/pub/linux/ubuntu/ ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu/ ftp://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu/ ftp://ftp.fu-berlin.de/linux/ubuntu/ ftp://ftp.halifax.rwth-aachen.de/ubuntu/ ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu ftp://ftp.stw-bonn.de/ubuntu/ ftp://ftp5.gwdg.de/pub/linux/debian/ubuntu/ ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu/ ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu/ ftp://ftp.uasw.edu/linux/ubuntu/archive/ ftp://ftp.hosteurope.de/mirror/archive.ubuntu.com/ ftp://ftp.cc.uoc.gr/mirrors/linux/ubuntu/packages/ ftp://gr.archive.ubuntu.com/ubuntu/ ftp://ftp.otenet.gr/ubuntu/ ftp://ftp.hostrino.com/pub/ubuntu/archive/ ftp://ftp.freepark.org/ubuntu/ ftp://ftp.kfki.hu/pub/linux/ubuntu/ ftp://ftp.iitm.ac.in/ubuntu ftp://ubuntu.indika.net.id/ubuntu/ ftp://ie.archive.ubuntu.com/ubuntu/ ftp://ubuntu.fastbull.org/ubuntu/ ftp://na.mirror.garr.it/mirrors/ubuntu-archive/ ftp://giano.com.dist.unige.it/ubuntu/ ftp://ftp.jaist.ac.jp/pub/Linux/ubuntu/ ftp://ftp.ecc.u-tokyo.ac.jp/ubuntu/ ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives/ ftp://ftp.daum.net/ubuntu/ ftp://kr.archive.ubuntu.com/ubuntu/ ftp://ftp.litnet.lt/pub/ubuntu/ ftp://mt.archive.ubuntu.com/ubuntu/ ftp://tezcatl.fciencias.unam.mx/ubuntu/ ftp://ftp.polytechnic.edu.na/pub/ubuntu/ubuntu/ ftp://nl2.archive.ubuntu.com/ubuntu/ ftp://nl.archive.ubuntu.com/ubuntu/ ftp://ftp.tiscali.nl/pub/mirror/ubuntu ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com/ ftp://mirrors.nl.eu.kernel.org/ubuntu/ ftp://nl3.archive.ubuntu.com/ubuntu/ ftp://ubuntu.tiscali.nl/ ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com/ ftp://ubuntu.mls.nc/ubuntu/ ftp://nz.archive.ubuntu.com/ubuntu/ ftp://nz2.archive.ubuntu.com/ubuntu/ ftp://ftp.uninett.no/ubuntu/ ftp://ftp.wcss.pl/ubuntu/ ftp://ftp.vectranet.pl/ubuntu/ ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu/ ftp://ftp.dei.uc.pt/pub/linux/ubuntu/archive/ ftp://mirrors.nfsi.pt/pub/ubuntu/ ftp://neacm.fe.up.pt/pub/ubuntu/ ftp://darkstar.ist.utl.pt/pub/ubuntu/archive ftp://ubuntu.qatar.cmu.edu/ubuntu/ ftp://ftp.astral.ro/mirrors/ubuntu.com/ubuntu/ ftp://mirror.yandex.ru/ubuntu/ ftp://ftp.mipt.ru/mirror/ubuntu/ ftp://rs.archive.ubuntu.com/ubuntu/ ftp://ftp.science.nus.edu.sg/pub/ubuntu/ ftp://sk.archive.ubuntu.com/ubuntu/ ftp://ftp.energotel.sk/pub/linux/ubuntu/ ftp://ubuntu.mirror.ac.za/ubuntu-archive ftp://ftp.leg.uct.ac.za/pub/linux/ubuntu/ ftp://es.archive.ubuntu.com/ubuntu/ ftp://ftp.udc.es/ubuntu/ ftp://softlibre.unizar.es/ubuntu/archive/ ftp://ftp.dat.etsit.upm.es/ubuntu/ ftp://ubuntu.grn.cat/ubuntu/ ftp://ftp.sunet.se/pub/Linux/distributions/ubuntu/ubuntu/ ftp://ftp.df.lth.se/ubuntu/ ftp://mirrors.se.eu.kernel.org/ubuntu/ ftp://ftp.ds.karen.hj.se/pub/os/linux/ubuntu/ ftp://mirror.switch.ch/mirror/ubuntu/ ftp://mirror.zhdk.ch/ubuntu/ ftp://free.nchc.org.tw/ubuntu ftp://debian.nctu.edu.tw/ubuntu/ ftp://ftp-mirror.stu.edu.tw/ubuntu/ ftp://ftp.chu.edu.tw/Linux/Ubuntu/packages/ ftp://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ ftp://ftp.twaren.net/Linux/Ubuntu/ubuntu/ ftp://mirror.nttu.edu.tw/ubuntu/ ftp://tw.archive.ubuntu.com/ubuntu/ ftp://ftp.ncnu.edu.tw/Linux/ubuntu/ubuntu/ ftp://ubuntu.csie.nctu.edu.tw/ubuntu/ ftp://ftp.linux.org.tr/pub/ubuntu/ ftp://godel.cs.bilgi.edu.tr/ubuntu/ ftp://ubuntu.gnu.gen.tr/ubuntu/ ftp://mirror.mirohost.net/ubuntu/ ftp://ubuntu.org.ua/ubuntu/ ftp://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/ ftp://ubuntu-archive.datahop.it/ubuntu/ ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/ ftp://archive.ubuntu.com/ubuntu/ ftp://ubuntu.retrosnub.co.uk/ ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive ftp://mirror.anl.gov/pub/ubuntu/ ftp://ftp.usf.edu/pub/ubuntu/ ftp://mirrors.cat.pdx.edu/ubuntu/ ftp://mirrors.easynews.com/linux/ubuntu ftp://mirrors.us.kernel.org/ubuntu/ ftp://mirrors.xmission.com/ubuntu/ ftp://ftp.gtlib.gatech.edu/pub/ubuntu ftp://lug.mtu.edu/ubuntu/ ftp://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ ftp://ftp.ccs.neu.edu/net/mirrors/archive.ubuntu.com/ ftp://ubuntu.mirror.frontiernet.net/ubuntu/ ftp://ubuntu.osuosl.org/pub/ubuntu/ ftp://mirror.fslutd.org/linux/distributions/ubuntu/packages/ ftp://ftp.utexas.edu/pub/ubuntu/ ftp://ubuntu.uz/ubuntu/ +ubuntu http://mirror.internode.on.net/pub/ubuntu/ubuntu/ http://mirror.tcc.wa.edu.au/ubuntu/ http://ubuntu.uni-klu.ac.at/ubuntu/ http://mirror.dhakacom.com/ubuntu-archive/ http://mirror.unix-solutions.be/ubuntu/ http://gaosu.rave.org/ubuntu/ http://ubuntu.c3sl.ufpr.br/ubuntu/ http://ubuntu.uni-sofia.bg/ubuntu/ http://hr.archive.ubuntu.com/ubuntu/ http://cz.archive.ubuntu.com/ubuntu/ http://archive.ubuntu.mirror.dkm.cz/ http://ftp.cvut.cz/ubuntu/ http://wwwftp.ciril.fr/pub/linux/ubuntu/archives/ http://ftp.stw-bonn.de/ubuntu/ http://ftp-stud.hs-esslingen.de/ubuntu/ http://mirror.netcologne.de/ubuntu/ http://mirror.unej.ac.id/ubuntu/ http://mirror.network32.net/ubuntu/ http://ubuntu.fastbull.org/ubuntu/ http://kr.archive.ubuntu.com/ubuntu/ http://mirror.nforce.com/pub/linux/ubuntu/ http://mirror.amsiohosting.net/archive.ubuntu.com/ http://nl3.archive.ubuntu.com/ubuntu/ http://mirror.timeweb.ru/ubuntu/ http://ubuntu.mirror.su.se/ubuntu/ http://free.nchc.org.tw/ubuntu/ http://ftp.yzu.edu.tw/ubuntu/ http://mirror.aptus.co.tz/pub/ubuntuarchive/ http://ubuntu.volia.net/ubuntu-archive/ http://mirror.sax.uk.as61049.net/ubuntu/ http://mirror.n5tech.com/ubuntu/ http://mirror.pnl.gov/ubuntu/ http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ http://mirror.metrocast.net/ubuntu/ http://mirrors.namecheap.com/ubuntu/ vdr-developerorg http://projects.vdr-developer.org/attachments/download vdrfiles http://gentoo.fh-luh.de/files -vmware http://download3.vmware.com http://download2.vmware.com xfce http://archive.xfce.org diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/arm/package.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/arm/package.mask index 778356f289..408ba27009 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/arm/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/arm/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/arm/package.mask,v 1.2 2009/07/31 09:56:01 ssuominen Exp $ +# $Id$ # Segfaults, bug #193597 >=net-proxy/squid-3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.mask index 32b0181c4c..8bd37b0e39 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/mips/hardened/package.mask,v 1.3 2009/10/15 03:15:04 solar Exp $ +# $Id$ >=sys-devel/gcc-4.4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.use.mask index 2b8a41aca5..a67f334b96 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/hardened/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/mips/hardened/package.use.mask,v 1.3 2009/07/31 09:56:43 ssuominen Exp $ +# $Id$ sys-devel/gcc -hardened diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/use.mask index eddef8085d..ae7a547a27 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/mips/use.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/mips/use.mask,v 1.7 2009/03/03 12:49:06 pva Exp $ +# $Id$ # Henrik Brix Andersen # According to the mips herd, we currently have no way of testing @@ -9,14 +9,6 @@ pcmcia # Mask php USE on MIPS profiles php -# Diego Pettenò (6 Dec 2006) -# Unmask specific MIPS ALSA drivers --alsa_cards_au1x00 - -# Daniel Black (28 Feb 2007) -# Use mask l7-filter for iptables dependency - bug #150343 until mips tested -l7filter - # Peter Volkov MPI was never tested on mips, but # some programs with this useflag are useful, e.g #227631 mpi diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.mask index 8b3fc31281..8c5bd73e37 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.mask @@ -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/profiles/uclibc/package.mask,v 1.23 2014/02/17 23:03:41 vapier Exp $ +# $Id$ # glib-2.x requires working locale/iconv which # isn't available atm in uclibc diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.use b/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.use index eebbed2046..0ccdf2be00 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/package.use @@ -1,5 +1,5 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/package.use,v 1.1 2011/04/16 19:38:23 ulm Exp $ +# $Id$ virtual/ssh minimal diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.mask index 0959e64487..8bd37b0e39 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/ppc/hardened/package.mask,v 1.3 2009/10/15 03:15:06 solar Exp $ +# $Id$ >=sys-devel/gcc-4.4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.use.mask index b702dae54d..a67f334b96 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/hardened/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/ppc/hardened/package.use.mask,v 1.3 2009/07/31 09:57:12 ssuominen Exp $ +# $Id$ sys-devel/gcc -hardened diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/package.use.mask index d80b20e9bc..b5d19818ae 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/package.use.mask @@ -1,11 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/ppc/package.use.mask,v 1.4 2014/03/31 22:05:28 tomwij Exp $ +# $Id$ # Joseph Jezak (28 Jun 2007) # Masked Parallel LCD devices for bug #180683 app-misc/lcd4linux lcd_devices_hd44780 - -# Petteri Räty (22 Oct 2006) -# Not all of them support the nsplugin use flag. Resolves bug #147908. -=dev-java/ibm-jdk-bin-1.5* -nsplugin \ No newline at end of file diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/use.mask index 7d21bb62d3..99ded03d7d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/ppc/use.mask @@ -2,51 +2,13 @@ # Diego Pettenò (6 Dec 2006) # Unmask the Apple drivers --alsa_cards_aoa --alsa_cards_aoa-fabric-layout --alsa_cards_aoa-onyx --alsa_cards_aoa-soundbus --alsa_cards_aoa-soundbus-i2s --alsa_cards_aoa-tas --alsa_cards_aoa-toonie --alsa_cards_powermac # Mask ALSA drivers for ISA cards -alsa_cards_cs4232 alsa_cards_msnd-pinnacle -alsa_cards_cs4231-lib -alsa_cards_adlib -alsa_cards_ad1816a -alsa_cards_ad1848 -alsa_cards_als100 -alsa_cards_azt2320 -alsa_cards_cmi8330 -alsa_cards_cs4231 -alsa_cards_cs4236 -alsa_cards_dt019x -alsa_cards_es968 -alsa_cards_es1688 -alsa_cards_es18xx -alsa_cards_gusclassic -alsa_cards_gusextreme -alsa_cards_gusmax -alsa_cards_interwave -alsa_cards_interwave-stb -alsa_cards_opl3sa2 -alsa_cards_opti92x-ad1848 -alsa_cards_opti92x-cs4231 -alsa_cards_opti93x -alsa_cards_miro -alsa_cards_sb8 alsa_cards_sb16 alsa_cards_sbawe -alsa_cards_sb16_csp -alsa_cards_sgalaxy alsa_cards_sscape alsa_cards_wavefront -# Joseph Jezak (28 Jun 2007) -# Masked Parallel LCD devices for bug #180683 - # app-misc/lcd4linux lcd_devices_lph7508 lcd_devices_m50530 diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.mask index 90a102c22b..8bd37b0e39 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/x86/hardened/package.mask,v 1.3 2009/10/15 03:15:07 solar Exp $ +# $Id$ >=sys-devel/gcc-4.4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.use.mask index 885a95c3fa..a67f334b96 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/hardened/package.use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/x86/hardened/package.use.mask,v 1.3 2009/07/31 09:54:38 ssuominen Exp $ +# $Id$ sys-devel/gcc -hardened diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/package.use.mask deleted file mode 100644 index f51f31059c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/package.use.mask +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/x86/package.use.mask,v 1.4 2010/03/31 16:07:57 caster Exp $ - -# This file requires >=portage-2.1.1 - ->=dev-java/sun-jdk-1.6 -nsplugin ->=dev-java/sun-jre-bin-1.6 -nsplugin ->=dev-java/ibm-jdk-bin-1.5 -nsplugin ->=dev-java/ibm-jre-bin-1.5 -nsplugin diff --git a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/use.mask index 51eca63733..a75b2170bd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/uclibc/x86/use.mask @@ -1,9 +1,3 @@ --3dnow --3dnowext --mmx --mmxext --sse --sse2 -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes @@ -23,4 +17,3 @@ -cpu_flags_x86_sse4a -cpu_flags_x86_ssse3 -cpu_flags_x86_xop --kqemu diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2010 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2010 deleted file mode 100644 index 161069e24e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2010 +++ /dev/null @@ -1,74 +0,0 @@ -move www-client/mozilla-firefox-bin www-client/firefox-bin -move kde-misc/bilbo kde-misc/blogilo -move app-i18n/ibus-table-jyutping app-i18n/ibus-table-cantonese -move app-i18n/ibus-table-additional app-i18n/ibus-table-code -move app-i18n/ibus-table-stroke5 app-i18n/ibus-table-xingma -move app-i18n/ibus-table-wubi app-i18n/ibus-table-xingma -move app-i18n/ibus-table-xinhua app-i18n/ibus-table-xingma -move app-i18n/ibus-table-zhengma app-i18n/ibus-table-xingma -move app-i18n/ibus-table-erbi app-i18n/ibus-table-yinma -move app-i18n/ibus-table-wu app-i18n/ibus-table-yinma -move app-i18n/ibus-table-yong app-i18n/ibus-table-yinma -move app-i18n/ibus-table-zhuyin app-i18n/ibus-table-yinma -move app-i18n/ibus-table-ziranma app-i18n/ibus-table-yinma -move net-im/pyotr net-im/python-otr -move dev-embedded/scratchbox-toolchain-cs2009q1 dev-embedded/scratchbox-toolchain-cs2009q1-203sb1 -move app-i18n/ibus-table-easy app-i18n/ibus-table-cangjie -move app-i18n/ibus-table-quick app-i18n/ibus-table-cangjie -slotmove =dev-ruby/i18n-0.3* 0 0.3 -move app-i18n/ibus-table-thai app-i18n/ibus-table-tv -move app-i18n/ibus-table-viqr app-i18n/ibus-table-tv -move media-libs/apple-opengl media-libs/opengl-apple -move dev-ruby/ruby-mmap dev-ruby/mmap -move app-doc/gimp-user-manual app-doc/gimp-help -move app-dicts/stardict app-text/stardict -move app-i18n/ibus-table-cantonhk app-i18n/ibus-table-cantonese -move app-i18n/ibus-table-cns11643 app-i18n/ibus-table-code -move app-i18n/ibus-table-rustrad app-i18n/ibus-table-cyrillic -move app-i18n/ibus-table-translit app-i18n/ibus-table-cyrillic -slotmove =app-doc/pms-2 0 2 -slotmove =app-doc/pms-3 0 3 -slotmove =app-doc/pms-3 2 3 -slotmove =app-doc/pms-99999999 0 live -move sci-chemistry/psipred sci-biology/psipred -move dev-util/gitg dev-vcs/gitg -move dev-util/mr dev-vcs/mr -move dev-util/giggle dev-vcs/giggle -move dev-util/qct dev-vcs/qct -move dev-util/kdesvn dev-vcs/kdesvn -move dev-util/qsvn dev-vcs/qsvn -move dev-util/hgview dev-vcs/hgview -move dev-util/archway dev-vcs/archway -move app-text/rcs dev-vcs/rcs -move dev-util/bzr dev-vcs/bzr -move dev-util/bzrtools dev-vcs/bzrtools -move dev-util/qbzr dev-vcs/qbzr -move dev-util/bzr-svn dev-vcs/bzr-svn -move dev-util/mcvs dev-vcs/mcvs -move dev-util/cssc dev-vcs/cssc -move dev-util/monotone dev-vcs/monotone -move www-client/urlgfe www-client/uget -move dev-util/statcvs dev-vcs/statcvs -move dev-util/statsvn dev-vcs/statsvn -move dev-util/cvsweb www-apps/cvsweb -move dev-util/colorcvs dev-vcs/colorcvs -move dev-util/mercurial dev-vcs/mercurial -move dev-util/hgsubversion dev-vcs/hgsubversion -move dev-util/hg-git dev-vcs/hg-git -move dev-util/guilt dev-vcs/guilt -move dev-util/stgit dev-vcs/stgit -move dev-util/cvsspam dev-vcs/cvsspam -move dev-util/svnmailer dev-vcs/svnmailer -move dev-util/git-sh dev-vcs/git-sh -slotmove >=sys-freebsd/freebsd-lib-7 7.0 0 -move dev-util/darcs dev-vcs/darcs -slotmove =dev-haskell/quickcheck-1* 0 1 -move x11-misc/googleearth sci-geosciences/googleearth -move dev-util/git dev-vcs/git -move dev-util/colorsvn dev-vcs/colorsvn -move net-misc/anyremote app-mobilephone/anyremote -move games-arcade/teeworlds games-action/teeworlds -move x11-misc/xfce4-notifyd xfce-extra/xfce4-notifyd -move dev-util/cvs2svn dev-vcs/cvs2svn -slotmove app-admin/bcfg2 1 0 -move kde-misc/plasma-indicatordisplay kde-misc/plasma-widget-message-indicator diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2013 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2013 index c645e115c6..7aca157815 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2013 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2013 @@ -30,7 +30,6 @@ move x11-libs/qt-meta dev-qt/qt-meta move x11-libs/qt-mobility dev-qt/qt-mobility move x11-libs/qt-multimedia dev-qt/qtmultimedia move x11-libs/qt-opengl dev-qt/qtopengl -move x11-libs/qt-openvg dev-qt/qtopenvg move x11-libs/qt-phonon dev-qt/qtphonon move x11-libs/qt-qt3support dev-qt/qt3support move x11-libs/qt-script dev-qt/qtscript diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2016 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2016 new file mode 100644 index 0000000000..76f17c68e9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2016 @@ -0,0 +1,47 @@ +slotmove net-irc/kvirc 4 0 +move x11-apps/xtitle x11-misc/xtitle +move kde-base/kde-meta kde-apps/kde-meta +move dev-perl/Unicode-Normalize perl-core/Unicode-Normalize +move media-video/nvenc media-video/nvidia_video_sdk +move x11-apps/ccsm x11-misc/ccsm +move x11-apps/simple-ccsm x11-misc/simple-ccsm +move dev-python/socksipy dev-python/PySocks +move x11-apps/ardesia x11-misc/ardesia +slotmove =sci-libs/libint-2 0 2 +move dev-ml/pa_test dev-ml/ppx_assert +move dev-ml/custom_printf dev-ml/ppx_custom_printf +move sci-mathematics/csdp sci-libs/coinor-csdp +move dev-perl/ImageInfo dev-perl/Image-Info +move dev-perl/ImageSize dev-perl/Image-Size +move media-tv/xbmc media-tv/kodi +move dev-perl/locale-maketext-fuzzy dev-perl/Locale-Maketext-Fuzzy +move dev-perl/crypt-cbc dev-perl/Crypt-CBC +move dev-perl/crypt-des-ede3 dev-perl/Crypt-DES_EDE3 +move dev-perl/crypt-dh dev-perl/Crypt-DH +move dev-perl/crypt-dsa dev-perl/Crypt-DSA +move dev-perl/crypt-idea dev-perl/Crypt-IDEA +move dev-perl/crypt-random dev-perl/Crypt-Random +move dev-perl/crypt-primes dev-perl/Crypt-Primes +move dev-perl/crypt-rsa dev-perl/Crypt-RSA +move dev-perl/net-server dev-perl/Net-Server +move dev-perl/net-sftp dev-perl/Net-SFTP +move dev-perl/net-ssh-perl dev-perl/Net-SSH-Perl +move dev-perl/DateManip dev-perl/Date-Manip +move dev-perl/wxperl dev-perl/Wx +slotmove sys-devel/binutils 0 2.25.1 +move sys-fs/sshfs-fuse sys-fs/sshfs +move dev-perl/perl-tk dev-perl/Tk +move dev-perl/mogilefs-server dev-perl/MogileFS-Server +move dev-perl/ogg-vorbis-header dev-perl/Ogg-Vorbis-Header +move dev-perl/p5-Palm dev-perl/Palm +slotmove sys-devel/gcc 4.5 4.5.4 +slotmove sys-devel/gcc 4.6 4.6.4 +slotmove sys-devel/gcc 4.7 4.7.4 +slotmove sys-devel/gcc 4.8 4.8.5 +slotmove sys-devel/gcc 4.9 4.9.3 +slotmove sys-devel/gcc 5 5.3.0 +move dev-perl/Period dev-perl/Time-Period +move dev-perl/perltidy dev-perl/Perl-Tidy +slotmove app-i18n/kcm-fcitx 0 4 +move dev-haskell/wxhaskell dev-haskell/wx diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2017 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2017 new file mode 100644 index 0000000000..c4524311df --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2017 @@ -0,0 +1,3 @@ +move net-libs/libkpeople kde-frameworks/kpeople +slotmove dev-libs/kirigami 5 1 +move dev-libs/uchardet app-i18n/uchardet diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2010 b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2010 deleted file mode 100644 index 81d2391384..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2010 +++ /dev/null @@ -1,39 +0,0 @@ -move x11-libs/compizconfig-backend-kconfig x11-libs/compizconfig-backend-kconfig4 -slotmove kde-misc/youtube-servicemenu 0 4 -move app-i18n/ibus-sunpinyin app-i18n/sunpinyin -slotmove kde-misc/krusader 2 4 -move dev-util/fossil dev-vcs/fossil -move dev-util/svk dev-vcs/svk -move app-admin/mbr sys-boot/mbr -move net-analyzer/mirmon www-apps/mirmon -move virtual/flim virtual/emacs-flim -move kde-base/automoc dev-util/automoc -move kde-base/qimageblitz media-libs/qimageblitz -move mail-client/mozilla-thunderbird-bin mail-client/thunderbird-bin -move media-sound/kradioripper media-sound/kstreamripper -slotmove =dev-ruby/test-unit-2* 0 2 -move dev-python/jinja2 dev-python/jinja -move app-mobilephone/openmoko-dfu-util app-mobilephone/dfu-util -move media-gfx/qtpfsgui media-gfx/luminance-hdr -move dev-util/cola dev-vcs/cola -move dev-cpp/Ice dev-libs/Ice -move mail-client/mozilla-thunderbird mail-client/thunderbird -move dev-perl/ShadowHash dev-perl/Tie-ShadowHash -move dev-util/hgsvn dev-vcs/hgsvn -move x11-libs/libjwc_c dev-libs/libjwc_c -move x11-libs/libjwc_f dev-libs/libjwc_f -slotmove <=media-libs/libpng-1.2.43 1.2 0 -move dev-util/tig dev-vcs/tig -slotmove x11-themes/gtk-theme-switch 2 0 -move dev-util/cvs dev-vcs/cvs -move dev-util/cvs2cl dev-vcs/cvs2cl -move dev-util/cvsd dev-vcs/cvsd -move dev-util/cvsgraph dev-vcs/cvsgraph -move dev-util/cvsps dev-vcs/cvsps -move dev-util/cvsq dev-vcs/cvsq -move dev-util/cvsutils dev-vcs/cvsutils -move dev-util/gitosis dev-vcs/gitosis -move dev-util/gitosis-gentoo dev-vcs/gitosis-gentoo -move dev-util/tkcvs dev-vcs/tkcvs -move dev-util/subversion dev-vcs/subversion -move net-misc/neon net-libs/neon diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2012 b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2012 index 20d4b9df72..48b428d002 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2012 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2012 @@ -3,7 +3,7 @@ move dev-lisp/cl-asdf dev-lisp/asdf move dev-lisp/cl-asdf-binary-locations dev-lisp/asdf-binary-locations slotmove media-libs/libharu 2 0 move sys-fs/bleachbit sys-apps/bleachbit -move sys-infiniband/openib sys-infiniband/ofed +move sys-fabric/openib sys-fabric/ofed move app-text/djview4 app-text/djview move app-text/focuswriter app-editors/focuswriter move app-mobilephone/jacksms-desktop app-mobilephone/freesmee diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2015 b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2015 index 9f79593571..b2ba6699ad 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2015 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2015 @@ -237,3 +237,5 @@ move perl-core/Module-Build dev-perl/Module-Build move perl-core/Module-Pluggable dev-perl/Module-Pluggable move media-gfx/assimp media-libs/assimp move kde-plasma/bluez-qt kde-frameworks/bluez-qt +move kde-misc/kcmsystemd kde-misc/systemd-kcm +move dev-java/scala-bin dev-lang/scala-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2016 b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2016 new file mode 100644 index 0000000000..b6b146aed6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2016 @@ -0,0 +1,65 @@ +move dev-perl/math-pari dev-perl/Math-Pari +move kde-base/khelpcenter kde-apps/khelpcenter +move kde-plasma/khelpcenter kde-apps/khelpcenter +move dev-perl/set-scalar dev-perl/Set-Scalar +move dev-perl/string-crc32 dev-perl/String-CRC32 +move app-admin/packagekit-qt4 app-admin/packagekit-qt +move net-im/ktp-common-internals kde-apps/ktp-common-internals +move net-im/ktp-accounts-kcm kde-apps/ktp-accounts-kcm +move net-im/ktp-approver kde-apps/ktp-approver +move net-im/ktp-auth-handler kde-apps/ktp-auth-handler +move net-im/ktp-call-ui kde-apps/ktp-call-ui +move net-im/ktp-contact-list kde-apps/ktp-contact-list +move net-im/ktp-contact-runner kde-apps/ktp-contact-runner +move net-im/ktp-desktop-applets kde-apps/ktp-desktop-applets +move net-im/ktp-filetransfer-handler kde-apps/ktp-filetransfer-handler +move net-im/ktp-kded-module kde-apps/ktp-kded-module +move net-im/ktp-send-file kde-apps/ktp-send-file +move net-im/ktp-text-ui kde-apps/ktp-text-ui +move net-im/kde-telepathy-meta kde-apps/plasma-telepathy-meta +move dev-perl/Time-modules dev-perl/Time-ParseDate +move dev-perl/text-template dev-perl/Text-Template +move dev-perl/text-wrapper dev-perl/Text-Wrapper +move dev-perl/tie-encryptedhash dev-perl/Tie-EncryptedHash +move dev-perl/yaml dev-perl/YAML +move app-dicts/myspell-de-alt app-dicts/myspell-de_1901 +move media-gfx/dispcalgui media-gfx/displaycal +move kde-plasma/kwayland kde-frameworks/kwayland +move x11-themes/xcursor-neutral x11-themes/neutral-xcursors +move kde-base/kdebindings-meta kde-apps/kdebindings-meta +move app-crypt/letsencrypt app-crypt/certbot +move app-crypt/letsencrypt-apache app-crypt/certbot-apache +move net-misc/sx sys-cluster/sx +slotmove >=dev-php/pecl-apcu-5.0 0 7 +move sys-apps/microcode-data sys-firmware/intel-microcode +slotmove >=dev-php/pecl-rrd-2.0 0 7 +slotmove >=dev-php/pecl-oauth-2.0 0 7 +move sys-infiniband/compat-dapl sys-fabric/compat-dapl +move sys-infiniband/dapl sys-fabric/dapl +move sys-infiniband/ibacm sys-fabric/ibacm +move sys-infiniband/ibutils sys-fabric/ibutils +move sys-infiniband/infiniband-diags sys-fabric/infiniband-diags +move sys-infiniband/infinipath-psm sys-fabric/infinipath-psm +move sys-infiniband/libcxgb3 sys-fabric/libcxgb3 +move sys-infiniband/libcxgb4 sys-fabric/libcxgb4 +move sys-infiniband/libehca sys-fabric/libehca +move sys-infiniband/libibcm sys-fabric/libibcm +move sys-infiniband/libibmad sys-fabric/libibmad +move sys-infiniband/libibumad sys-fabric/libibumad +move sys-infiniband/libibverbs sys-fabric/libibverbs +move sys-infiniband/libibvpp sys-fabric/libibvpp +move sys-infiniband/libipathverbs sys-fabric/libipathverbs +move sys-infiniband/libmlx4 sys-fabric/libmlx4 +move sys-infiniband/libmlx5 sys-fabric/libmlx5 +move sys-infiniband/libmthca sys-fabric/libmthca +move sys-infiniband/libnes sys-fabric/libnes +move sys-infiniband/libocrdma sys-fabric/libocrdma +move sys-infiniband/librdmacm sys-fabric/librdmacm +move sys-infiniband/mstflint sys-fabric/mstflint +move sys-infiniband/ofed sys-fabric/ofed +move sys-infiniband/opensm sys-fabric/opensm +move sys-infiniband/perftest sys-fabric/perftest +move sys-infiniband/qperf sys-fabric/qperf +move sys-infiniband/rds-tools sys-fabric/rds-tools +move sys-infiniband/srptools sys-fabric/srptools +move sys-block/btrace sys-block/blktrace diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2010 b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2010 deleted file mode 100644 index dc9824240b..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2010 +++ /dev/null @@ -1,12 +0,0 @@ -slotmove =net-libs/enet-1.3.0 0 1.3 -move media-sound/radiotray media-radio/radiotray -slotmove =dev-haskell/parallel-1* 0 1 -move www-client/mozilla-firefox www-client/firefox -slotmove kde-misc/plasma-widget-message-indicator 0 4 -slotmove kde-misc/skanlite 0 4 -move sys-apps/parted sys-block/parted -slotmove =dev-lang/clojure-1.2.0 1.1 1.2 -move media-video/nvclock sys-power/nvclock -move media-gfx/kst sci-visualization/kst -slotmove =dev-lang/vala-0.9.5 0 0.10 -slotmove =dev-lang/vala-0.9.8 0 0.10 diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2013 b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2013 index a9873e781d..e498e51c74 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2013 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2013 @@ -2,7 +2,6 @@ move app-emacs/gentoo-syntax app-emacs/ebuild-mode move app-xemacs/gentoo-syntax app-xemacs/ebuild-mode move dev-ml/zero dev-ml/core_kernel slotmove =dev-ruby/builder-3.2.2 3.1 3.2 -move dev-python/twisted dev-python/twisted-core slotmove =dev-ruby/minitest-5.0.6 0 5 move sys-cluster/quantum sys-cluster/neutron move sci-libs/scikits_statsmodels dev-python/statsmodels diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2015 b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2015 new file mode 100644 index 0000000000..d4d86143d2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2015 @@ -0,0 +1,26 @@ +move dev-perl/inline-files dev-perl/Inline-Files +move dev-perl/locale-maketext-lexicon dev-perl/Locale-Maketext-Lexicon +slotmove dev-util/kdevelop-pg-qt 0 4 +slotmove dev-util/kdevelop-qmake 0 4 +move dev-java/biojava sci-biology/biojava +move x11-plugins/bitlbee-steam net-im/bitlbee-steam +move media-video/kdenlive kde-apps/kdenlive +move kde-plasma/baloo kde-frameworks/baloo +move kde-plasma/kfilemetadata kde-frameworks/kfilemetadata +move kde-plasma/kio-extras kde-apps/kio-extras +slotmove =sys-libs/ncurses-5.9-r3 5 0 +slotmove =sys-libs/ncurses-5.9-r4 5 0 +move kde-base/baloo-widgets kde-apps/baloo-widgets +slotmove =kde-apps/kde-base-artwork-15.08.0 5 4 +move x11-drivers/radeon-ucode sys-firmware/radeon-ucode +move dev-python/pyDeComp dev-python/pydecomp +slotmove =dev-ruby/packetfu-1.1.9* 0 1.1.9 +slotmove =dev-ruby/packetfu-1.1.10* 0 1.1.10 +slotmove =dev-ruby/packetfu-1.1.11* 0 1.1.11 +move dev-perl/text-autoformat dev-perl/Text-Autoformat +move dev-perl/text-reform dev-perl/Text-Reform +slotmove =dev-dotnet/dbus-sharp-0.7* 0 1.0 +slotmove =dev-dotnet/dbus-sharp-0.8* 0 2.0 +slotmove =dev-dotnet/dbus-sharp-glib-0.5* 0 1.0 +slotmove =dev-dotnet/dbus-sharp-glib-0.6* 0 2.0 +move net-analyzer/nb net-analyzer/nodebrain diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2016 b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2016 new file mode 100644 index 0000000000..4f2646ec7f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2016 @@ -0,0 +1,25 @@ +move kde-base/kactivitymanagerd kde-plasma/kactivitymanagerd +move app-portage/cpuinfo2cpuflags app-portage/cpuid2cpuflags +move app-crypt/openssl-af_alg-engine app-crypt/af_alg +slotmove >=dev-php/pecl-mailparse-3.0 0 7 +move dev-perl/class-loader dev-perl/Class-Loader +move x11-apps/xkbset x11-misc/xkbset +move dev-perl/convert-ascii-armour dev-perl/Convert-ASCII-Armour +move net-misc/ksshaskpass kde-plasma/ksshaskpass +move dev-perl/convert-pem dev-perl/Convert-PEM +slotmove >=dev-php/pecl-yaml-2.0.0_rc1 0 7 +move dev-perl/regexp-common dev-perl/Regexp-Common +move dev-php/PEAR-PHP_CodeSniffer dev-php/PHP_CodeSniffer +move kde-apps/kgamma kde-plasma/kgamma +slotmove =sci-geosciences/osm-gps-map-0.7.3 2 0 +move sys-fs/btfs net-fs/btfs +move sys-fs/s3fs net-fs/s3fs +move sys-fs/s3ql net-fs/s3ql +move sys-fs/s3backer net-fs/s3backer +move sys-fs/sshfs net-fs/sshfs +move app-vim/rust-mode app-vim/rust-vim +move dev-perl/data-buffer dev-perl/Data-Buffer +move dev-perl/dbix-searchbuilder dev-perl/DBIx-SearchBuilder +move dev-perl/digest-bubblebabble dev-perl/Digest-BubbleBabble +move dev-perl/digest-md2 dev-perl/Digest-MD2 +move app-admin/swatch app-admin/swatchdog diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2010 b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2010 deleted file mode 100644 index e4f86cc469..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2010 +++ /dev/null @@ -1,28 +0,0 @@ -slotmove gnome-base/gnome-desktop 0 2 -slotmove =media-libs/libchamplain-0.8.0 0.6 0.8 -move kde-misc/dikt app-dicts/dikt -move app-admin/squid-cronolog app-admin/fifo-cronolog -move sci-chemistry/msms sci-chemistry/msms-bin -move games-misc/fortune-mod-prolinux games-misc/fortune-mod-flashrider -slotmove sys-libs/libchipcard 2 0 -move xfce-base/tumbler xfce-extra/tumbler -move dev-libs/luaevent-prosody dev-lua/luaevent-prosody -move dev-libs/luaexpat dev-lua/luaexpat -move dev-libs/luasec dev-lua/luasec -move dev-libs/luasocket dev-lua/luasocket -move dev-lang/luarocks dev-lua/luarocks -move dev-libs/luafilesystem dev-lua/luafilesystem -move dev-util/luadoc dev-lua/luadoc -move dev-lang/toluapp dev-lua/toluapp -move media-gfx/gimp-lqr-plugin media-plugins/gimp-lqr -move x11-libs/evas media-libs/evas -move x11-libs/ecore dev-libs/ecore -move x11-libs/e_dbus dev-libs/e_dbus -move app-admin/patchelf dev-util/patchelf -slotmove dev-python/beautifulsoup 3.0 python-2 -slotmove dev-python/beautifulsoup 3.1 python-3 -slotmove =media-libs/clutter-gtk-0.10* 1.0 0.10 -move net-dns/shelldap net-nds/shelldap -move app-dicts/goldendict app-text/goldendict -slotmove net-libs/webkit-gtk 0 2 -slotmove net-p2p/kmldonkey 2 4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2015 b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2015 new file mode 100644 index 0000000000..7a69cec863 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2015 @@ -0,0 +1,45 @@ +slotmove =dev-ruby/mysql2-0.4* 0.3 0.4 +move sys-apps/cv sys-apps/progress +slotmove =dev-ruby/recog-2.0.6 2 2.0.6 +slotmove =dev-ruby/recog-2.0.12 2 2.0.12 +slotmove =dev-ruby/recog-2.0.14 2 2.0.14 +move media-libs/libkface kde-apps/libkface +move media-libs/libkgeomap kde-apps/libkgeomap +slotmove =dev-python/pyfltk-1.3.3 1 0 +move virtual/dnspython virtual/python-dnspython +move virtual/funcsigs virtual/python-funcsigs +move virtual/pmw virtual/python-pmw +move kde-apps/oxygen-icons kde-frameworks/oxygen-icons +slotmove =dev-ruby/rack-cache-1.3.0 1.3 1.2 +move dev-perl/module-info dev-perl/Module-Info +slotmove =sci-geosciences/grass-7* 7 0 +move kde-base/akonadiconsole kde-apps/akonadiconsole +move kde-base/akregator kde-apps/akregator +move kde-base/blogilo kde-apps/blogilo +move kde-base/calendarjanitor kde-apps/calendarjanitor +move kde-base/kabcclient kde-apps/kabcclient +move kde-base/kaddressbook kde-apps/kaddressbook +move kde-base/kalarm kde-apps/kalarm +move kde-base/kdepim-common-libs kde-apps/kdepim-common-libs +move kde-base/kdepim-icons kde-apps/kdepim-icons +move kde-base/kdepim-kresources kde-apps/kdepim-kresources +move kde-base/kdepim-l10n kde-apps/kdepim-l10n +move kde-base/kdepim-meta kde-apps/kdepim-meta +move kde-base/kdepim-runtime kde-apps/kdepim-runtime +move kde-base/kdepim-wizards kde-apps/kdepim-wizards +move kde-base/kdepimlibs kde-apps/kdepimlibs +move kde-base/kjots kde-apps/kjots +move kde-base/kleopatra kde-apps/kleopatra +move kde-base/kmail kde-apps/kmail +move kde-base/knode kde-apps/knode +move kde-base/knotes kde-apps/knotes +move kde-base/konsolekalendar kde-apps/konsolekalendar +move kde-base/kontact kde-apps/kontact +move kde-base/korganizer kde-apps/korganizer +move kde-base/ktimetracker kde-apps/ktimetracker +move kde-base/ktnef kde-apps/ktnef +move kde-base/libkdepim kde-apps/libkdepim +move kde-base/libkleo kde-apps/libkleo +move kde-base/libkpgp kde-apps/libkpgp +slotmove =dev-embedded/libftdi-1* 0 1 +slotmove =dev-embedded/libftdi-9999 0 1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2016 b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2016 new file mode 100644 index 0000000000..4d83e50138 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2016 @@ -0,0 +1,60 @@ +move net-analyzer/ipv6-toolkit net-analyzer/ipv6toolkit +move x11-apps/xvfb-run x11-misc/xvfb-run +move kde-plasma/plasma-mediacenter media-video/plasma-mediacenter +move kde-misc/plasma-nm kde-plasma/plasma-nm +slotmove app-office/akonadi-server 0 4 +move app-office/akonadi-server kde-apps/akonadi +move net-wireless/bluedevil kde-plasma/bluedevil +move kde-base/kdeplasma-addons kde-plasma/kdeplasma-addons +move kde-misc/milou kde-plasma/milou +move kde-misc/kde-gtk-config kde-plasma/kde-gtk-config +move kde-base/powerdevil kde-plasma/powerdevil +move kde-base/kwrited kde-plasma/kwrited +move kde-base/kmenuedit kde-plasma/kmenuedit +move kde-base/khotkeys kde-plasma/khotkeys +move kde-base/kinfocenter kde-plasma/kinfocenter +move kde-base/ksysguard kde-plasma/ksysguard +move dev-perl/google-api-adwords-perl dev-perl/Google-Ads-AdWords-Client +move kde-misc/kscreen kde-plasma/kscreen +move x11-libs/libkscreen kde-plasma/libkscreen +slotmove media-sound/cantata 4 0 +move kde-base/systemsettings kde-plasma/systemsettings +move kde-base/kfilemetadata kde-frameworks/kfilemetadata +move kde-base/baloo kde-frameworks/baloo +move kde-base/kwin kde-plasma/kwin +slotmove dev-python/pyinsane 0 1 +move media-sound/kwave kde-apps/kwave +move app-misc/ddctool app-misc/ddcutil +move kde-base/freespacenotifier kde-plasma/freespacenotifier +move kde-base/solid-actions-kcm kde-plasma/solid-actions-kcm +move kde-base/kephal kde-plasma/kephal +move kde-base/kcheckpass kde-plasma/kcheckpass +move kde-base/kcminit kde-plasma/kcminit +move kde-base/kdebase-cursors kde-plasma/kdebase-cursors +move kde-base/kscreensaver kde-plasma/kscreensaver +move kde-base/libkgreeter kde-plasma/libkgreeter +move kde-base/liboxygenstyle kde-plasma/liboxygenstyle +move kde-base/kstyles kde-plasma/kstyles +move kde-base/ksystraycmd kde-plasma/ksystraycmd +move kde-base/kstartupconfig kde-plasma/kstartupconfig +move kde-base/qguiplatformplugin_kde kde-plasma/qguiplatformplugin_kde +move kde-base/ksplash kde-plasma/ksplash +move kde-base/libkworkspace kde-plasma/libkworkspace +move kde-base/libplasmagenericshell kde-plasma/libplasmagenericshell +move kde-base/libplasmaclock kde-plasma/libplasmaclock +move kde-base/libtaskmanager kde-plasma/libtaskmanager +move media-libs/prison kde-frameworks/prison +move kde-base/klipper kde-plasma/klipper +move kde-base/ksmserver kde-plasma/ksmserver +move kde-base/krunner kde-plasma/krunner +move kde-base/kdebase-pam kde-plasma/kdebase-pam +move kde-base/kactivities kde-frameworks/kactivities +move kde-base/kdm kde-plasma/kdm +move kde-base/plasma-workspace kde-plasma/plasma-workspace +move dev-perl/extutils-pkgconfig dev-perl/ExtUtils-PkgConfig +move kde-base/kdebase-startkde kde-plasma/kdebase-startkde +move kde-base/krosspython kde-apps/kross-interpreters +move kde-base/katepart kde-apps/katepart +move kde-base/pykde4 kde-apps/pykde4 +move kde-base/kde-env kde-frameworks/kdelibs-env +move kde-base/kdelibs kde-frameworks/kdelibs diff --git a/sdk_container/src/third_party/portage-stable/profiles/use.desc b/sdk_container/src/third_party/portage-stable/profiles/use.desc index cd5c2a8568..786f8bccf1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/use.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.526 2015/06/20 23:04:05 chewi Exp $ +# $Id$ # Keep them sorted @@ -24,6 +24,7 @@ apm - Add APM (Advanced Power Management) support aqua - Include support for the Mac OS X Aqua (Carbon/Cocoa) GUI atm - Enable Asynchronous Transfer Mode protocol support audiofile - Add support for libaudiofile where applicable +audit - Enable support for Linux audit subsystem using sys-process/audit avahi - Add avahi/Zeroconf support ayatana - Build in support for Ayatana notification using the libindicate or libappindicator plugin bash-completion - Enable bash-completion support @@ -61,7 +62,6 @@ css - Enable reading of encrypted DVDs ctype - Enable ctype functions cups - Add support for CUPS (Common Unix Printing System) curl - Add support for client-side URL transfer library -curlwrappers - Add support for using curl in streams custom-cflags - Build with user-specified CFLAGS (unsupported) cvs - Enable CVS (Concurrent Versions System) integration cxx - Build support for C++ (bindings, extra libraries, code generation, ...) @@ -104,12 +104,12 @@ foomaticdb - Add support for the foomatic printing driver database fortran - Add support for fortran freetds - Add support for the TDS protocol to connect to MSSQL/Sybase databases freewnn - Add support for FreeWnn kana to kanji conversion engine -frontbase - Add support for the frontbase sql server ftp - Add FTP (File Transfer Protocol) support gcj - Enable building with gcj (The GNU Compiler for the Javatm Programming Language) gd - Add support for media-libs/gd (to generate graphics on the fly) gdbm - Add support for sys-libs/gdbm (GNU database libraries) geoip - Add geoip support for country and city lookup based on IPs +geolocation - Enable physical position determination ggi - Add support for media-libs/libggi (non-X video api/drivers) gif - Add GIF image support gimp - Build a plugin for the GIMP @@ -123,6 +123,7 @@ gnutls - Add support for net-libs/gnutls (TLS 1.0 and SSL 3.0 support) gphoto2 - Add digital camera support gpm - Add support for sys-libs/gpm (Console-based mouse driver) gps - Add support for Global Positioning System +graphicsmagick - Enable support for the GraphicsMagick image converter (fork of media-gfx/imagemagick) graphviz - Add support for the Graphviz library gsl - Use the GNU scientific library for calculations gsm - Add support for the gsm lossy speech compression codec @@ -130,7 +131,7 @@ gstreamer - Add support for media-libs/gstreamer (Streaming media) gtk - Add support for x11-libs/gtk+ (The GIMP Toolkit) guile - Add support for the guile Scheme interpreter gzip - Compress files with Lempel-Ziv coding (LZ77) -handbook - Enable handbooks generation for KDE4. +handbook - Enable handbooks generation for packages by KDE hardened - Activate default security enhancements for toolchain (gcc, glibc, binutils) hddtemp - Enable monitoring of hdd temperature (app-admin/hddtemp) hdf5 - Add support for the Hierarchical Data Format v5 @@ -141,7 +142,7 @@ icq - Enable ICQ IM protocol support icu - Enable ICU (Internationalization Components for Unicode) support, using dev-libs/icu idn - Enable support for Internationalized Domain Names ieee1394 - Enable FireWire/iLink IEEE1394 support (dv, camera, ...) -imagemagick - Enable support for Imagemagick (image converter) +imagemagick - Enable support for the ImageMagick image converter imap - Add support for IMAP (Internet Mail Application Protocol) imlib - Add support for imlib, an image loading and rendering library infiniband - Enable Infiniband RDMA transport support @@ -153,7 +154,6 @@ ios - Enable support for Apple's iDevice with iOS operating system (iPad, iPhone ipod - Enable support for iPod device access ipv6 - Add support for IP version 6 iwmmxt - Add support for optimizations for ARM iwMMXt instructions -jabber - Enable jabber IM protocol support jack - Add support for the JACK Audio Connection Kit java - Add support for Java javascript - Enable javascript support @@ -166,7 +166,7 @@ jpeg2k - Support for JPEG 2000, a wavelet-based image compression format kde - Add support for KDE (K Desktop Environment) kerberos - Add kerberos support kolab - Add support for the Kolab groupware server -kontact - Enable support for the KDE personal information manager (kde-base/kdepim*) +kontact - Enable support for the KDE personal information manager (kde-apps/kdepim*) ladspa - Enable the ability to support ladspa plugins lame - Prefer using LAME libraries for MP3 encoding support lapack - Add support for the virtual/lapack numerical library @@ -180,6 +180,7 @@ libcaca - Add support for colored ASCII-art graphics libedit - Use the libedit library (replacement for readline) libffi - Enable support for Foreign Function Interface library libnotify - Enable desktop notification support +libressl - Use dev-libs/libressl as SSL provider (might need ssl USE flag), packages should not depend on this USE flag libsamplerate - Build with support for converting sample rates using libsamplerate libwww - Add libwww support (General purpose WEB API) lirc - Add support for lirc (Linux's Infra-Red Remote Control) @@ -192,8 +193,8 @@ m17n-lib - Enable m17n-lib support mad - Add support for mad (high-quality mp3 decoder library and cli frontend) maildir - Add support for maildir (~/.maildir) style mail spools matroska - Add support for the matroska container format (extensions .mkv, .mka and .mks) -matrox - Add Matrox MGA support to mplayer mbox - Add support for mbox (/var/spool/mail) style mail spools +memcached - Add support for memcached memlimit - Add memory usage limiting in supporting programs mhash - Add support for the mhash library migemo - Enable migemo support for Japanese @@ -284,7 +285,7 @@ qt5 - Add support for the Qt 5 application and UI framework quicktime - Add support for OpenQuickTime radius - Add support for RADIUS authentication raw - Add support for raw image formats -rdesktop - Add support for the remote desktop protocol, usually used to connect to Windows servers +rdp - Enables RDP/Remote Desktop support readline - Enable support for libreadline, a GNU line-editing library that almost everyone wants recode - Enable support for the GNU recode library rss - Enable support for RSS feeds @@ -293,9 +294,10 @@ samba - Add support for SAMBA (Windows File and Printer sharing) sasl - Add support for the Simple Authentication and Security Layer savedconfig - Use this to restore your config from /etc/portage/savedconfig ${CATEGORY}/${PN}. Make sure your USE flags allow for appropriate dependencies scanner - Add support for scanner hardware (e.g. build the sane frontend in kdegraphics) +sctp - Support for Stream Control Transmission Protocol sdl - Add support for Simple Direct Layer (media library) seamonkey - Add support for the Seamonkey web-browser -seccomp - Enable seccomp for system call filtering +seccomp - Enable seccomp (secure computing mode) to perform system call filtering at runtime to increase security of programs selinux - !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur semantic-desktop - Cross-KDE support for semantic search and information retrieval session - Add persistent session support @@ -318,7 +320,6 @@ sox - Add support for Sound eXchange (SoX) speex - Add support for the speex audio codec (used for speech) spell - Add dictionary support sqlite - Add support for sqlite - embedded sql database -sqlite3 - Add support for sqlite3 - embedded sql database ssl - Add support for Secure Socket Layer connections startup-notification - Enable application startup event feedback mechanism static - !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically @@ -370,6 +371,7 @@ wayland - Enable dev-libs/wayland backend wavpack - Add support for wavpack audio compression tools wddx - Add support for Web Distributed Data eXchange webkit - Add support for the WebKit HTML rendering/layout engine +webp - Add support for the WebP image format wifi - Enable wireless network functions wmf - Add support for the Windows Metafile vector image format wxwidgets - Add support for wxWidgets/wxGTK GUI toolkit diff --git a/sdk_container/src/third_party/portage-stable/profiles/use.local.desc b/sdk_container/src/third_party/portage-stable/profiles/use.local.desc index 767d0c3653..7c1ea68935 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/use.local.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/use.local.desc @@ -15,12 +15,13 @@ app-accessibility/festival-it:mbrola - Adds support for mbrola voices app-accessibility/freetts:jsapi - build Java Speech API (JSAPI) app-accessibility/freetts:mbrola - Adds support for mbrola voices app-accessibility/orca:braille - Enable braille support -app-accessibility/simon:kdepim - Use kde-base/kdepimlibs app-accessibility/simon:opencv - Use media-libs/opencv +app-accessibility/simon:pim - Use kde-apps/kdepimlibs app-accessibility/simon:sphinx - Build sphinx backend (pulls app-accessibility/julius if disabled app-accessibility/speech-dispatcher:espeak - Adds support for espeak speech engine app-accessibility/speech-dispatcher:flite - Adds support for flite speech engine app-accessibility/speechd-el:brltty - brltty support +app-admin/ansible:keyczar - Enable accelerated mode for old ssh clients/servers app-admin/bcfg2:cheetah - Include dev-python/cheetah support app-admin/bcfg2:genshi - Include dev-python/genshi support app-admin/bcfg2:server - Installs scripts to be used on the server-side of this app @@ -32,134 +33,39 @@ app-admin/clsync:extra-hardened - Enable extra security checks. This will hurt p app-admin/clsync:gio - Enable GIO for FS monitoring (glib based alternative to inotify interface, not recommended; if both are compiled, may be selected at runtime). app-admin/clsync:highload-locks - Allows to use spinlocks for short delays instead of mutexes, but only on SMP systems. app-admin/clsync:namespaces - Enable namespaces isolation. -app-admin/clsync:seccomp - Enable seccomp for system call filtering. -app-admin/collectd:collectd_plugins_aggregation - Build the aggregation plugin (aggregate multiplte values into a single value) -app-admin/collectd:collectd_plugins_apache - Build the apache input plugin (transferred bytes, handled requests, detailed scoreboard statistics) -app-admin/collectd:collectd_plugins_apcups - Build the apcups input plugin (UPS charge, load, input/output/battery voltage, etc.) -app-admin/collectd:collectd_plugins_ascent - Build the ascent input plugin (statistics about a free server for World of Warcraft) -app-admin/collectd:collectd_plugins_battery - Build the battery input plugin (charge, current and voltage of ACPI and PMU based laptop batteries) -app-admin/collectd:collectd_plugins_bind - Build the bind input plugin (name server and resolver statistics) -app-admin/collectd:collectd_plugins_cgroups - Build the cgroups CPU accounting collection plugin -app-admin/collectd:collectd_plugins_conntrack - Build the conntrack input plugin (number of nf_conntrack entries) -app-admin/collectd:collectd_plugins_contextswitch - Build the contextswitch input plugin (number of context switches done by the operating system) -app-admin/collectd:collectd_plugins_cpu - Build the cpu input plugin (time spent in the system, user, nice, idle, and related states) -app-admin/collectd:collectd_plugins_cpufreq - Build the cpufreq input plugin (CPU frequency, for laptops with speedstep or similar) -app-admin/collectd:collectd_plugins_csv - Build the csv output plugin (write to comma separated values (CSV) files) -app-admin/collectd:collectd_plugins_curl - Build the curl input plugin (parse statistics from websites using regular expressions) -app-admin/collectd:collectd_plugins_curl_json - Build the curl_json input plugin (get json data via curl and parse it) -app-admin/collectd:collectd_plugins_curl_xml - Build the curl_xml input plugin (get xml data via curl and parse it) -app-admin/collectd:collectd_plugins_dbi - Build the dbi input plugin (execute SQL statements on databases and interpret the reply) -app-admin/collectd:collectd_plugins_df - Build the df input plugin (mountpoint usage) -app-admin/collectd:collectd_plugins_disk - Build the disk input plugin (sectors read/written, number of read/write actions, average completion time of IO-operations) -app-admin/collectd:collectd_plugins_dns - Build the dns input plugin (collects statistics of your DNS traffic on port udp/53) -app-admin/collectd:collectd_plugins_email - Build the email input plugin (opens a UNIX domain socket and starts accepting connections on that socket) -app-admin/collectd:collectd_plugins_entropy - Build the entropy input plugin (available entropy on a system) -app-admin/collectd:collectd_plugins_ethstat - Build the ethstat input plugin (performance statistics of Linux ethernet cards) -app-admin/collectd:collectd_plugins_exec - Build the exec input/output plugin (executes scripts / applications and reads values back) -app-admin/collectd:collectd_plugins_filecount - Build the filecount input plugin (countd the number of files in a directory and all its subdirectories) -app-admin/collectd:collectd_plugins_fscache - Build the fscache input plugin (information about the caching infrastructure for network file-systems etc) -app-admin/collectd:collectd_plugins_gmond - Build the gmond input plugin (receive data from gmond, the client daemon of the Ganglia project) -app-admin/collectd:collectd_plugins_hddtemp - Build the hddtemp input plugin (temperature of hard disks) -app-admin/collectd:collectd_plugins_interface - Build the interface input plugin (information about traffic, packets and errors of interfaces) -app-admin/collectd:collectd_plugins_ipmi - Build the ipmi input plugin (read hardware sensors from servers using the Intelligent Platform Management Interface (IPMI)) -app-admin/collectd:collectd_plugins_iptables - Build the iptables input plugin (statistics from a ip_tables based packet filter) -app-admin/collectd:collectd_plugins_irq - Build the irq input plugin (number of times each interrupt has been handled by the os) -app-admin/collectd:collectd_plugins_java - Build the java input plugin (embeds a JVM into collectd for writing plugins) -app-admin/collectd:collectd_plugins_libvirt - Build the libvirt input plugin (statistics about virtualized guests on a system) -app-admin/collectd:collectd_plugins_load - Build the load input plugin (system load) -app-admin/collectd:collectd_plugins_logfile - Build the logfile output plugin (writes log messages to a text file) -app-admin/collectd:collectd_plugins_lvm - Build the LVM input plugin -app-admin/collectd:collectd_plugins_madwifi - Build the madwifi input plugin (information about Atheros wireless LAN chipsets) -app-admin/collectd:collectd_plugins_match_empty_counter - Build the match_empty_counter filter plugin -app-admin/collectd:collectd_plugins_match_hashed - Build the match_hashed filter plugin -app-admin/collectd:collectd_plugins_match_regex - Build the match_regex filter plugin -app-admin/collectd:collectd_plugins_match_timediff - Build the match_timediff filter plugin -app-admin/collectd:collectd_plugins_match_value - Build the match_value filter plugin -app-admin/collectd:collectd_plugins_mbmon - Build the mbmon input plugin (information from mainboard sensors) -app-admin/collectd:collectd_plugins_md - Build the md input plugin (disk states in Linux md devices) -app-admin/collectd:collectd_plugins_memcachec - Build the memcachec input plugin (connects to a memcached server) -app-admin/collectd:collectd_plugins_memcached - Build the memcached input plugin (connects to a memcached daemon) -app-admin/collectd:collectd_plugins_memory - Build the memory input plugin (physical memory utilization) -app-admin/collectd:collectd_plugins_multimeter - Build the multimeter input plugin (reads a voltage or current from a multimeter connected to a serial bus) -app-admin/collectd:collectd_plugins_mysql - Build the mysql input plugin (connects to an MySQL-database and issues a SHOW STATUS command) -app-admin/collectd:collectd_plugins_netlink - Build the netlink input plugin (opens a netlink socket to the Linux kernel for getting statistics) -app-admin/collectd:collectd_plugins_network - Build the network input/output plugin (communicates with other instances of collectd) -app-admin/collectd:collectd_plugins_nfs - Build the nfs input plugin (usage of the Network File System) -app-admin/collectd:collectd_plugins_nginx - Build the nginx input plugin (number of requests handled by the nginx daemon) -app-admin/collectd:collectd_plugins_notify_desktop - Build the notify_desktop output plugin (uses libnotify to display notifications to the user) -app-admin/collectd:collectd_plugins_notify_email - Build the notify_email output plugin (uses libESMTP to send notifications to a configured email address) -app-admin/collectd:collectd_plugins_ntpd - Build the ntpd input plugin (queries an NTP server) -app-admin/collectd:collectd_plugins_numa - Build the numa input plugin (statistics of the Linux Non-Uniform Memory Access (NUMA) subsystem) -app-admin/collectd:collectd_plugins_nut - Build the nut input plugin (collects UPS statistics using the Network UPS Tools) -app-admin/collectd:collectd_plugins_olsrd - Build the olsrd input plugin (reads information about the Optimized Link State Routing daemon) -app-admin/collectd:collectd_plugins_onewire - Build the onewire input plugin (collects temperature information from sensors) -app-admin/collectd:collectd_plugins_openvpn - Build the openvpn input plugin (reads the status file printed by OpenVPN) -app-admin/collectd:collectd_plugins_oracle - Build the oracle input plugin (SQL-queries one or more Oracle database systems) -app-admin/collectd:collectd_plugins_perl - Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins) -app-admin/collectd:collectd_plugins_ping - Build the ping input plugin (measures network latency) -app-admin/collectd:collectd_plugins_postgresql - Build the postgresql input plugin (connects to and executes SQL statements on a PostgreSQL database) -app-admin/collectd:collectd_plugins_powerdns - Build the powerdns input plugin (connects to a local PowerDNS instance) -app-admin/collectd:collectd_plugins_processes - Build the processes input plugin (statistics about processes) -app-admin/collectd:collectd_plugins_protocols - Build the protocols input plugin (network protocols) -app-admin/collectd:collectd_plugins_python - Build the python language binding plugin (embeds a Python interpreter into collectd for writing plugins) -app-admin/collectd:collectd_plugins_routeros - Build the routeros input plugin (collect information on devices running RouterOS) -app-admin/collectd:collectd_plugins_rrdcached - Build the rrdcached input/output plugin (connects to rrdcached and submits updates for RRD files) -app-admin/collectd:collectd_plugins_rrdtool - Build the rrdtool output plugin (writes values to RRD-files) -app-admin/collectd:collectd_plugins_sensors - Build the sensors input plugin (uses lm-sensors to read hardware sensors) -app-admin/collectd:collectd_plugins_serial - Build the serial input plugin (collects the traffic on serial interfaces) -app-admin/collectd:collectd_plugins_snmp - Build the snmp input plugin (read values from network devices using SNMP) -app-admin/collectd:collectd_plugins_statsd - Build the statsd input plugin (accepts statsd-type metrics from a UDP socket) -app-admin/collectd:collectd_plugins_swap - Build the swap input plugin (amount of memory currently written to swap) -app-admin/collectd:collectd_plugins_syslog - Build the syslog output plugin (receives messages from collectd and dispatches them to syslog) -app-admin/collectd:collectd_plugins_table - Build the table input plugin (parses table-like structured plain text) -app-admin/collectd:collectd_plugins_tail - Build the tail input plugin (follows logfiles as e.g. tail -f) -app-admin/collectd:collectd_plugins_target_notification - Build the target_notification filter plugin -app-admin/collectd:collectd_plugins_target_replace - Build the target_replace filter plugin -app-admin/collectd:collectd_plugins_target_scale - Build the target_scale filter plugin -app-admin/collectd:collectd_plugins_target_set - Build the target_set filter plugin -app-admin/collectd:collectd_plugins_tcpconns - Build the tcpconns input plugin (number of TCP connections to or from a specified port) -app-admin/collectd:collectd_plugins_teamspeak2 - Build the teamspeak2 input plugin (collects traffic statistics from a teamspeak2 instance) -app-admin/collectd:collectd_plugins_ted - Build the ted input plugin (connects to The Energy Detective and reads the current power over connected power lines) -app-admin/collectd:collectd_plugins_thermal - Build the thermal input plugin (ACPI thermal zone information) -app-admin/collectd:collectd_plugins_threshold - Build the threshold plugin (checks values against configured thresholds and creates notifications if values are out of bounds) -app-admin/collectd:collectd_plugins_tokyotyrant - Build the tokyotyrant input plugin (number of records and file size from a running Tokyo Tyrant server) -app-admin/collectd:collectd_plugins_unixsock - Build the unixsock output plugin (opens a UNIX domain socket and accepts connections) -app-admin/collectd:collectd_plugins_uptime - Build the uptime input plugin (system uptime) -app-admin/collectd:collectd_plugins_users - Build the users input plugin (number of users currently logged in) -app-admin/collectd:collectd_plugins_uuid - Build the uuid plugin (tries hard to determine the UUID of the system it is running on) -app-admin/collectd:collectd_plugins_varnish - Build the varnish input plugin -app-admin/collectd:collectd_plugins_vmem - Build the vmem input plugin (information about the virtual memory subsystem) -app-admin/collectd:collectd_plugins_vserver - Build the vserver input plugin (virtual servers running on a system) -app-admin/collectd:collectd_plugins_wireless - Build the wireless input plugin (signal quality, signal power and signal-to-noise ratio for wireless LAN cards) -app-admin/collectd:collectd_plugins_write_graphite - Build the write_graphite output plugin (sends the values collected by collectd to Carbon, the storage layer of the Graphite time-series database) -app-admin/collectd:collectd_plugins_write_http - Build the write_http output plugin (sends the values collected by collectd to a web-server) -app-admin/collectd:collectd_plugins_write_mongodb - Build the write_mongodb output plugin (sends the values collected by collectd to a MongoDB) app-admin/collectd:contrib - Install user-contributed files in the doc directory -app-admin/conky:apcupsd - enable support for sys-power/apcupsd -app-admin/conky:audacious - enable monitoring of music played by media-sound/audacious -app-admin/conky:eve - enable support for the eve-online skill monitor -app-admin/conky:iostats - enable support for per-task I/O statistics -app-admin/conky:lua - enable if you want Lua scripting support -app-admin/conky:lua-cairo - enable if you want Lua Cairo bindings for Conky (also enables lua support) -app-admin/conky:lua-imlib - enable if you want Lua Imlib2 bindings for Conky (also enables lua and imlib support) -app-admin/conky:math - enable support for glibc's libm math library -app-admin/conky:moc - enable monitoring of music played by media-sound/moc -app-admin/conky:mpd - enable monitoring of music controlled by media-sound/mpd -app-admin/conky:nano-syntax - enable syntax highlighting for app-editors/nano -app-admin/conky:nvidia - enable reading of nvidia card temperature sensors via media-video/nvidia-settings -app-admin/conky:portmon - enable support for tcp (ip4) port monitoring -app-admin/conky:thinkpad - enable support for IBM/Lenovo notebooks -app-admin/conky:weather-metar - enable support for metar weather service -app-admin/conky:weather-xoap - enable support for metar and xoap weather service -app-admin/conky:xmms2 - enable monitoring of music played by media-sound/xmms2 -app-admin/consul:web - Build the web UI. +app-admin/collectd:filecaps - When set collectd daemon will have set required capabilities to run most plugins even if run as unprivileged user +app-admin/collectd:java - Must be set (workaround for java-pkg-opt-2 eclass limitation) when you want java or genericjmx plugin +app-admin/collectd:udev - Enable optional udev usage in disk plugin; Required for smart plugin +app-admin/collectd:xfs - Enable optional capability to filter on XFS file system in df plugin; Requires XFS headers from sys-fs/xfsprogs +app-admin/conky:apcupsd - Enable support for sys-power/apcupsd +app-admin/conky:audacious - Enable monitoring of music played by media-sound/audacious +app-admin/conky:cmus - Enable monitoring of music played by media-sound/cmus +app-admin/conky:eve - Enable support for the eve-online skill monitor +app-admin/conky:ical - Enable support for events from iCalendar (RFC 5545) files using dev-libs/libical +app-admin/conky:iostats - Enable support for per-task I/O statistics +app-admin/conky:irc - Enable support for displaying everything from an irc channel using net-libs/libircclient +app-admin/conky:lua - Enable if you want Lua scripting support +app-admin/conky:lua-cairo - Enable if you want Lua Cairo bindings +app-admin/conky:lua-imlib - Enable if you want Lua Imlib2 bindings +app-admin/conky:lua-rsvg - Enable if you want Lua RSVG bindings +app-admin/conky:math - Enable support for glibc's libm math library +app-admin/conky:moc - Enable monitoring of music played by media-sound/moc +app-admin/conky:mpd - Enable monitoring of music controlled by media-sound/mpd +app-admin/conky:nano-syntax - Enable syntax highlighting for app-editors/nano +app-admin/conky:nvidia - Enable reading of nvidia card temperature sensors via media-video/nvidia-settings +app-admin/conky:portmon - Enable support for tcp (ip4) port monitoring +app-admin/conky:thinkpad - Enable support for IBM/Lenovo notebooks +app-admin/conky:weather-metar - Enable support for metar weather service +app-admin/conky:weather-xoap - Enable support for metar and xoap weather service +app-admin/conky:webserver - Enable support to act as a webserver serving conkys output using net-libs/libmicrohttpd +app-admin/conky:xmms2 - Enable monitoring of music played by media-sound/xmms2 app-admin/diamond:mongo - Enable MongoDB support app-admin/diamond:redis - Enable Redis support app-admin/diradm:automount - Support for automount data in LDAP app-admin/diradm:irixpasswd - Support for storing separate IRIX passwords -app-admin/elektra:gcov - Enable coverage support -app-admin/elektra:ini - Enable ini support -app-admin/elektra:keytometa - Enable keytometa support +app-admin/elektra:augeas - Enable plugin for reading and writing configuration files with help from Augeas +app-admin/elektra:ini - Enable new, advanced ini support app-admin/elektra:simpleini - Enable simpleini support app-admin/elektra:uname - Enable uname information for the key database app-admin/elektra:yajl - Enable yajl support @@ -170,18 +76,16 @@ app-admin/gkrellm:lm_sensors - Enable monitoring sensors via sys-apps/lm_sensors app-admin/gkrellm:ntlm - Enable NTLM authentication for mail checking with net-libs/libntlm app-admin/gkrellm:ssl - Enable SSL support for mail checking with dev-libs/openssl app-admin/glance:swift - Adds swift storage support +app-admin/gtkdiskfree:gtk2 - Support GTK+ 2.x instead of GTK+ 3.x app-admin/hddtemp:network-cron - Monthly cronjob to update hddtemp.db. app-admin/keepass:aot - Generate native code at build time, rather than runtime. -app-admin/lastpass:chrome - Support for www-client/chrome -app-admin/lastpass:chromium - Support for www-client/chromium -app-admin/lastpass:firefox - Support for www-client/firefox +app-admin/keepassxc:autotype - Add support to autotype the passwords into other applications +app-admin/keepassxc:http - Add http support app-admin/lastpass-cli:X - Use x11-misc/xclip or x11-misc/xsel to copy passwords to the clipboard. app-admin/lastpass-cli:pinentry - Use app-crypt/pinentry to prompt for passwords. app-admin/logrotate:acl - Installs acl support app-admin/logrotate:cron - Installs cron file app-admin/logrotate:selinux - Installs Security Enhanced Linux support -app-admin/mate-system-tools:caja - Adds support for the Caja file manager -app-admin/mate-system-tools:nfs - Adds support for NFS shares app-admin/matter:entropy - Add Entropy support app-admin/mcollective:client - Install client utilities app-admin/mms-agent:monitoring - Install the monitoring agent @@ -189,45 +93,54 @@ app-admin/openrc-settingsd:systemd - Use the versions of dbus and polkit files p app-admin/packagekit-base:command-not-found - Enable packagekit support on shell "command not found" app-admin/packagekit-base:cron - Install cron script for auto-update app-admin/packagekit-base:entropy - Enable Entropy backend -app-admin/packagekit-base:introspection - Use dev-libs/gobject-introspection Enable introspection -app-admin/packagekit-base:pm-utils - Add pm-utils (suspend/resume) functionalities app-admin/pass:X - Use x11-misc/xclip to copy passwords to the clipboard. app-admin/pass:dmenu - Add support for x11-misc/dmenu with the 'passmenu' program. app-admin/pass:fish-completion - Enable fish completion support. app-admin/pass:git - Use dev-vcs/git for password revisions. app-admin/pass:importers - Allow importing passwords from other password managers using various contributed scripts. +app-admin/passwordsafe:minimal - Avoid collision with app-misc/pwsafe +app-admin/passwordsafe:xml - Enable XML import support +app-admin/passwordsafe:yubikey - Enable support for Yubikey +app-admin/prelude-manager:dbx - Enables Prelude Manager storing Prelude alerts into database through dev-libs/libpreludedb . +app-admin/prelude-manager:tcpwrapper - Enables Prelude Manager using tcp wrapper. It requires sys-apps/tcp-wrappers . app-admin/puppet:augeas - Enable augeas support app-admin/puppet:diff - Enable diff support app-admin/puppet:rrdtool - Enable rrdtool support app-admin/puppet:shadow - Enable shadow support +app-admin/puppet-agent:puppetdb - Adds puppetdb support +app-admin/puppetserver:puppetdb - Adds support for connecting to puppetdb app-admin/pwgen:livecd - Install init script for root password scrambling on boot app-admin/rsyslog:dbi - Build the general database output module (requires dev-db/libdbi) app-admin/rsyslog:elasticsearch - Build the Elasticsearch output module (requires net-misc/curl) app-admin/rsyslog:gcrypt - Add support for encrypted log files using dev-libs/libgcrypt +app-admin/rsyslog:grok - Build the grok modify module (requires dev-libs/grok) app-admin/rsyslog:jemalloc - Use dev-libs/jemalloc for allocations. +app-admin/rsyslog:kafka - Build the Apache Kafka output module (requires dev-libs/librdkafka) app-admin/rsyslog:kerberos - Build the GSSAPI input and output module (requires virtual/krb5) +app-admin/rsyslog:libressl - Use dev-libs/libressl for building the rfc5424hmac modify module (requires rfc5424hmac USE flag) app-admin/rsyslog:mongodb - Build the MongoDB output module (requires dev-libs/libmongo-client) -app-admin/rsyslog:mysql - Build the MySQL databse output module (requires virtual/mysql) +app-admin/rsyslog:mysql - Build the MySQL database output module (requires virtual/mysql) app-admin/rsyslog:normalize - Build the normalize modify module (requires dev-libs/libee and dev-libs/liblognorm) +app-admin/rsyslog:omhttpfs - Build the httpfs output module (requires net-misc/curl) app-admin/rsyslog:omudpspoof - Build the udpspoof output module (requires net-libs/libnet) -app-admin/rsyslog:postgres - Build the PostgreSQL database output module (requires dev-db/postgresql-base) +app-admin/rsyslog:postgres - Build the PostgreSQL database output module (requires dev-db/postgresql) app-admin/rsyslog:rabbitmq - Build the RabbitMQ output module (requires net-libs/rabbitmq-c) app-admin/rsyslog:redis - Build the Redis output module using (requires dev-libs/hiredis) app-admin/rsyslog:relp - Build the Reliable Event Logging Protocol (RELP) output module (requires dev-libs/librelp) app-admin/rsyslog:rfc3195 - Build the rfc3195 input module (requires dev-libs/liblogging) -app-admin/rsyslog:rfc5424hmac - Build the rfc5424hmac modify module (requires dev-libs/openssl) +app-admin/rsyslog:rfc5424hmac - Build the rfc5424hmac modify module (requires dev-libs/openssl or dev-libs/libressl) app-admin/rsyslog:snmp - Build the snmp modify and output module (requires net-analyzer/net-snmp) app-admin/rsyslog:ssl - Add support for encrypted client/server communication (requires net-libs/gnutls) app-admin/rsyslog:systemd - Build the journal input and output module (requires sys-apps/systemd) app-admin/rsyslog:usertools - Installs the user tools (rsgtutil, rscryutil...) corresponding to the set USE flags -app-admin/rsyslog:zeromq - Build the ZeroMQ input and output modules (requires net-libs/zeromq) +app-admin/rsyslog:uuid - Include UUIDs in messages (requires sys-apps/util-linux) +app-admin/rsyslog:zeromq - Build the ZeroMQ input and output modules (requires net-libs/czmq) app-admin/sagan:libdnet - Add support for dev-libs/libdnet app-admin/sagan:lognorm - Add support for log/rules normalizations via dev-libs/liblognorm app-admin/sagan:pcap - Add support for network packet capture via net-libs/libpcap app-admin/sagan:smtp - Build witch SMTP (E-Mail) support app-admin/sagan:snort - Add support to interact with Snort IDE using net-analyzer/snortsam' app-admin/sagan-rules:lognorm - Install normalize rules support with dev-libs/liblognorm -app-admin/salt:api - Enable support for salt-api. app-admin/salt:cherrypy - Enable support for using cherrypy. app-admin/salt:gnupg - Enable support for gnupg via python-gnupg. app-admin/salt:keyring - Enable support for keyrings via python-keyring. @@ -238,6 +151,7 @@ app-admin/salt:mongodb - Support returning data to a mongodb server. app-admin/salt:neutron - Support the OpenStack neutron network service. app-admin/salt:nova - Enable support for the OpenStack Nova API app-admin/salt:openssl - Add support for using TLS via OpenSSL. +app-admin/salt:portage - Add support for package state enforcement using sys-apps/portage app-admin/salt:raet - Add support for the new RAET transport. app-admin/salt:redis - Support returning data to a redis database. app-admin/salt:timelib - Use timelib to parse english textual date descriptions. @@ -253,23 +167,20 @@ app-admin/syslog-ng:pacct - Enable support for reading Process Accounting files app-admin/syslog-ng:redis - Enable support for Redis destinations app-admin/syslog-ng:smtp - Enable support for SMTP destinations app-admin/syslog-ng:spoof-source - Enable support for spoofed source addresses -app-admin/sysstat:cron - Install /etc/cron.d script to periodically run sar app-admin/sysstat:isag - Install isag, the Interactive System Activity Graph tool +app-admin/systemrescuecd-x86:isohybrid - Pass downloaded images through isohybrid in order to make it possible to copy them directly to USB media and boot (requires sys-boot/syslinux at build time). app-admin/testdisk:ewf - Include ewf library app-admin/testdisk:ntfs - Include the ability to read NTFS filesystems app-admin/testdisk:reiserfs - Include reiserfs reading ability app-admin/tripwire:ssl - Adds support for Secure Socket Layer connections app-admin/tripwire:static - Builds the package statically app-admin/tripwire:tools - Installs app-admin/mktwpol, providing scripts for the installation/setup of tripwire, including generating the tripwire policy file and maintenance of the tripwire database -app-admin/ulogd:json - Build JSON output plugin to save packets in JSON file format. -app-admin/ulogd:mysql - Build MySQL output plugin to save packets in a mysql database. -app-admin/ulogd:nfacct - Build NFACCT input plugin to support traffic accounting via nfnetlink_acct. -app-admin/ulogd:nfct - Build NFCT input plugin to support stateful flow-based logging via nf_conntrack_netlink. -app-admin/ulogd:nflog - Build NFLOG input plugin to support stateless packet-based logging via nfnetlink_queue. -app-admin/ulogd:pcap - Build PCAP output plugin to save packets in libpcap file format. -app-admin/ulogd:postgres - Build PGSQL output plugin to save packets in a postgres database. -app-admin/ulogd:sqlite - Build SQLITE3 output plugin to save packets in a sqlite database. -app-admin/ulogd:ulog - Build ULOG input plugin to support deprecated packet-based logging via ULOG target. +app-admin/ulogd:json - Build JSON output plugin to save packets in JSON file format +app-admin/ulogd:nfacct - Build NFACCT input plugin to support traffic accounting via nfnetlink_acct +app-admin/ulogd:nfct - Build NFCT input plugin to support stateful flow-based logging via nfnetlink_conntrack +app-admin/ulogd:nflog - Build NFLOG input plugin to support stateless packet-based logging via nfnetlink_log +app-admin/ulogd:pcap - Build PCAP output plugin to save packets in libpcap file format +app-admin/ulogd:ulog - Build ULOG input plugin to support deprecated packet-based logging via ULOG target app-admin/webalizer:xtended - Include the 404 extension app-admin/webapp-config:portage - Propagete python_targets dependencies to sys-apps/portage app-admin/yaala:storable - Support for persistence of Perl data structures. @@ -277,21 +188,29 @@ app-antivirus/clamav:clamdtop - A Top like tool which shows what clamd is curren app-antivirus/clamav:metadata-analysis-api - Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs. app-arch/cabextract:extras - Install experimental extra tools: wince_info and wince_rename for examining and processing Windows CE installation cabinet header files; cabinfo for examining the structure of a cab file. app-arch/cfv:bittorrent - Enable support for checking .torrent files +app-arch/deltarpm:system-zlib - Use system sys-libs/zlib. Do not enable features of rsync friendly. app-arch/dpkg:update-alternatives - Install update-alternatives app-arch/dump:ermt - encrypted rmt support +app-arch/dump:uuid - Enable UUID support app-arch/engrampa:caja - Enable engrampa to integrate with mate-base/caja by providing entries in its context menu +app-arch/engrampa:gtk3 - Build with GTK+3 instead of GTK+2 +app-arch/engrampa:magic - Enable filetype auto-detection via sys-apps/file +app-arch/engrampa:packagekit - Enable support for installing via app-admin/packagekit based on archive type app-arch/file-roller:nautilus - Enable file-roller to integrate with gnome-base/nautilus by providing entries in its context menu app-arch/file-roller:packagekit - Enable support for the distro-neutral package manager GUI app-admin/packagekit app-arch/gzip:pic - disable optimized assembly code that is not PIC friendly app-arch/innoextract:c++0x - Compile innoextract using the C++11 standard. +app-arch/innoextract:debug - Enable debug logging and the --debug command-line option. +app-arch/innoextract:lzma - Enable support for extracting lzma-compressed installers using app-arch/xz-utils. app-arch/libarchive:bzip2 - Allow accessing bzip2-compressed archives through libbz2 (which comes with app-arch/bzip2). This only affects libarchive's native support: bsdtar will keep using bunzip2 as a filter if that's not built-in. app-arch/libarchive:e2fsprogs - Use file flags from sys-fs/e2fsprogs headers instead of virtual/os-headers headers +app-arch/libarchive:lz4 - Enable support for LZ4 compression using app-arch/lz4 app-arch/libarchive:nettle - Use dev-libs/nettle as crypto backend app-arch/libarchive:zlib - Allow accessing gzip-compressed archives through sys-libs/zlib. This only affects libarchive's native support: bsdtar will keep using gunzip as a filter if that's not built-in. It's also needed for supporting extraction of ZIP files. -app-arch/libzpaq:jit - Enable just-in-time compilation for faster compression (requires SSE2) app-arch/lz4:valgrind - Enable usage of dev-util/valgrind in tests app-arch/p7zip:rar - Enable support for non-free rar decoder app-arch/pbzip2:symlink - Install symlinks which override app-arch/bzip2 implementation +app-arch/pigz:symlink - Install symlinks which override app-arch/gzip implementation app-arch/rar:all_sfx - Install all SFX (Self-Extracting) files rather than just the native format (allows creation of Windows EXEs on Linux ELF systems) app-arch/tar:minimal - just install `tar` app-arch/unzip:natspec - Use dev-libs/libnatspec to correctly decode non-ascii file names archived in Windows. @@ -308,17 +227,24 @@ app-backup/bareos:clientonly - Only install file-daemon (client) app-backup/bareos:director - Install director app-backup/bareos:fastlz - Enable support vor lz4, lz4hc and lzfast using dev-libs/bareos-fastlzlib app-backup/bareos:glusterfs - Enable glusterfs storage backend +app-backup/bareos:gnutls - When ssl is enabled, use GnuTLS instead of OpenSSL +app-backup/bareos:jansson - JSON API support using JANSSON for director app-backup/bareos:lmdb - enable build of LMDB support for faster accurate backup app-backup/bareos:logwatch - Install support files for logwatch app-backup/bareos:ndmp - Enable support for NDMP (Network Data Management Protocol) app-backup/bareos:rados - Enable rados storage backend +app-backup/bareos:rados-striper - Enable use of rados-striper app-backup/bareos:scsi-crypto - Enable low level SCSI crypto support app-backup/bareos:sql-pooling - Enable SQL pooling support app-backup/bareos:storage-daemon - Install storage daemon (bareos-sd) +app-backup/borgbackup:fuse - Mount archive as a FUSE filesystem. app-backup/boxbackup:client-only - Disable server support, and just build a client +app-backup/btrbk:pv - Use sys-apps/pv to enable progress bar functionality +app-backup/bup:web - Support browsing backups via a web interface app-backup/dar:dar32 - Enables --enable-mode=32 option, which replace infinite by 32 bit integers app-backup/dar:dar64 - Enables --enable-mode=64 option, which replace infinite by 64 bit integers app-backup/dar:gcrypt - Enables strong encryption support +app-backup/dar:gpg - Enables usage of asymetric crypto algorithms app-backup/deja-dup:nautilus - Build gnome-base/nautilus extension app-backup/duplicity:s3 - Support for backing up to the Amazon S3 system app-backup/holland-backup-mysql-meta:lvm - Install Holland LVM Plugin @@ -329,14 +255,11 @@ app-backup/snapper:btrfs - Include Btrfs support sys-fs/btrfs-progs app-backup/snapper:ext4 - Include Ext4 support sys-fs/e2fsprogs app-backup/snapper:lvm - Enable LVM thinprovisioned snapshots support sys-fs/lvm2 app-backup/snapper:xattr - Add support for getting and setting POSIX extended attributes, through sys-apps/attr. -app-backup/tsm:hsm - Installs Tivoli Storage Manager for Space Management app-backup/tsm:tsm_cit - IBM Tivoli Common Inventory Technology app-backup/tsm:tsm_hw - Difference snapshot support for NetApp and N-Series file servers +app-benchmarks/filebench:auto-completion - Enable command-line autocompletion using dev-libs/libtecla. +app-benchmarks/httperf:idleconn - Build with the idleconn program app-benchmarks/jmeter:beanshell - Enable BeanShell scripting support -app-benchmarks/ltp:expect - Build against the expect library for interactive testing -app-benchmarks/ltp:open-posix - Build and install the POSIX testsuite -app-benchmarks/ltp:pm - Build and install the power management testsuite -app-benchmarks/ltp:rt - Build and install the realtime testsuite app-benchmarks/ramspeed:pic - Force shared libraries to be built as PIC (this is slower) app-benchmarks/sysbench:aio - Enable libaio support app-cdr/backlite:mplayer - Add support for mplayer preview in addition to X11 and phonon @@ -349,27 +272,29 @@ app-cdr/cdemu:cdemu-daemon - Pull app-cdr/cdemu-daemon dependency, useful in chr app-cdr/cdrdao:gcdmaster - Enable building of gcdmaster application app-cdr/cdrkit:hfs - Provide building of HFS (Apple) CD-images app-cdr/cuetools:extras - Install additional script that tag files based on cue/toc file information -app-cdr/disc-cover:cdrom - Enable audio CD support. This is not needed to make www-apps/disc-cover work. +app-cdr/dvdisaster:debug - Enable memory debugging. app-cdr/gaffitter:scripts - Install additional gaffitter scripts for external programs app-cdr/k3b:emovix - Enable burning support for eMoviX images app-cdr/mirage2iso:pinentry - Support app-crypt/pinentry password input backend. -app-cdr/mybashburn:normalize - Add support for normalizing audio file volume levels -app-crypt/aespipe:asm - Enable assebly modules +app-crypt/aespipe:asm - Enable assembly modules app-crypt/aespipe:cpu_flags_x86_padlock - Use VIA padlock instructions, detected at run time, code still works on non-padlock processors +app-crypt/ccid:kobil-midentity - Build and install Kobil_mIDentity_switch tool app-crypt/ccid:twinserial - Enable twinserial reader app-crypt/codecrypt:cryptopp - Build algorithms that need Crypto++ support dev-libs/crypto++ -app-crypt/eid-mw:gtk - Enable the dialog pages, by using x11-libs/gtk+:2 +app-crypt/eid-mw:dialogs - Enable "askaccess" dialog box, by using x11-libs/gtk+ +app-crypt/eid-mw:gtk - All dialogs are available, by using x11-libs/gtk+ +app-crypt/eid-mw:p11-kit - Support for app-crypt/p11-kit. app-crypt/eid-mw:xpi - Build and install an extension for Mozilla browsers. app-crypt/ekeyd:minimal - Only install the ekey-egd-linux service rather than the full ekeyd package. app-crypt/ekeyd:munin - Install a plugin for net-analyzer/munin to graph statistical data from ekeyd. app-crypt/ekeyd:usb - Build the libusb-based userland daemon for accessing the EntropyKey (alternative to the CDC USB driver). It is suggested to use this option by default, as the CDC driver in the kernel often seems to be fragile (or the gadget implementation on the EntropyKey is too buggy), and can cause various problems. app-crypt/gnupg:mta - Build mta support using virtual/mta. -app-crypt/gnupg:smartcard - Build scdaemon software. Enables usage of OpenPGP cards. For other type of smartcards, try app-crypt/gnupg-pkcs11-scd. -app-crypt/gnupg:tools - Install extra tools. +app-crypt/gnupg:smartcard - Build scdaemon software. Enables usage of OpenPGP cards. For other type of smartcards, try app-crypt/gnupg-pkcs11-scd. Bring in dev-libs/libusb as a dependency; enable scdaemon. +app-crypt/gnupg:tofu - Enable support for Trust of First use trust model; requires dev-db/sqlite. +app-crypt/gnupg:tools - Install extra tools (including gpgsplit and gpg-zip). app-crypt/gnupg:usb - Build direct CCID access for scdaemon; requires dev-libs/libusb. +app-crypt/gnupg:wks-server - Install the wks-server app-crypt/gpgme:common-lisp - Install common-lisp files -app-crypt/hashcat-gui:cuda - Install oclhashcat-{plus,lite}-bin to take advantage of hardware cuda support. -app-crypt/hashcat-gui:opencl - Install oclhashcat-{plus,lite}-bin to take advantage of hardware opencl support. app-crypt/heimdal:hdb-ldap - Adds support for LDAP as a database backend app-crypt/heimdal:otp - Adds support for one-time passwords app-crypt/heimdal:pkinit - Adds support for PKINIT for the initial ticket @@ -378,50 +303,44 @@ app-crypt/johntheripper:cuda - Use nvidia cuda toolkit for speeding up cracking app-crypt/johntheripper:mozilla - Support mozilla password cracking app-crypt/johntheripper:opencl - Enable opencl support for speeding up cracking on capable devices app-crypt/kstart:afs - Enables afs support which means you can acquire an afs token and set PAGs. It's recommended to set this USE if you need authenticated access to an AFS cell for your daemon/app. -app-crypt/libsecret:vala - Enable bindings for dev-lang/vala app-crypt/libu2f-host:systemd - Use user ACLs rather than plugdev group to give user access to the HIDRAW device. app-crypt/mit-krb5:doc - Creates and installs the API and implementation documentation. This is only useful if you want to develop software which depends on kerberos. app-crypt/mit-krb5:keyutils - Enable for the keyring ccache using keyutils. app-crypt/mit-krb5:openldap - Enable support for ldap as a database backend. app-crypt/mit-krb5:pkinit - Enable pkinit support for the initial ticket. -app-crypt/oclhashcat-lite-bin:virtualcl - Support for Mosix VirtualCL Clustering Platform -app-crypt/oclhashcat-plus-bin:virtualcl - Support for Mosix VirtualCL Clustering Platform app-crypt/ophcrack:tables - Require the additional tables used to carry out cracking (app-crypt/ophcrack-tables) app-crypt/ophcrack-tables:vistafree - Installs the free Vista ophcrack tables app-crypt/ophcrack-tables:xpfast - Installs the fast XP ophcrack tables app-crypt/ophcrack-tables:xpsmall - Installs the small free XP ophcrack tables app-crypt/p11-kit:asn1 - Enable ASN.1 certificate support app-crypt/p11-kit:trust - Build the trust policy module -app-crypt/pinentry:clipboard - Enable clipboard integration app-crypt/qca:botan - Enable botan plugin app-crypt/qca:gcrypt - Enable gcrypt plugin app-crypt/qca:gpg - Enable GnuPG plugin app-crypt/qca:logger - Enable logger plugin app-crypt/qca:nss - Enable NSS plugin -app-crypt/qca:openssl - Enable OpenSSL plugin app-crypt/qca:pkcs11 - Enable PKCS#11 plugin app-crypt/qca:sasl - Enable SASL plugin app-crypt/qca:softstore - Enable softstore plugin +app-crypt/rhash:openssl - Add support for hashes from dev-libs/openssl app-crypt/seahorse:ldap - Enable seahorse to manipulate GPG keys on a LDAP server. -app-crypt/shishi:3des - Enable 3DES encryption/checksum type. -app-crypt/shishi:aes - Enable AES encryption/checksum types. -app-crypt/shishi:arcfour - Enable ARCFOUR encryption/checksum type. -app-crypt/shishi:des - Enable DES related encryption/checksum types. -app-crypt/shishi:md - Enable unkeyed MD4/MD5 checksum types. -app-crypt/shishi:null - Enable dummy NULL encryption/checksum type. -app-crypt/tc-play:openssl - Use openssl crypto backend. app-crypt/tpm-tools:pkcs11 - Build Token data management utilities based on OpenCryptoki's (dev-libs/opencryptoki) PKCS#11 implementation. -app-crypt/truecrypt:asm - Enable assembly for optimization +app-crypt/veracrypt:asm - Enable assembly for optimization +app-crypt/zuluCrypt:gnome - Enable support for the freedesktop.org Secret Service API via app-crypt/libsecret. This does not control the gui! +app-crypt/zuluCrypt:gui - Whether to build the QT gui. Highly recommended. +app-crypt/zuluCrypt:kde - Enable support for KDE, e.g. via kde-apps/kwalletd. This does not control the gui, but NEEDS GUI ENABLED! +app-crypt/zuluCrypt:udev - Whether udev will be consulted when deciding if a volume is system or not. app-dicts/aspell-be:classic - Support classic spelling by default app-dicts/gwaei:hunspell - Enable app-text/hunspell spellchecking and morphological analysis app-dicts/gwaei:mecab - Enable app-text/mecab support -app-dicts/gwaei:unique - Enable single instance support using dev-libs/libunique. app-dicts/myspell-pt:preao - Use the pre ortographic agreement version of the dictionary app-doc/clsync-docs:api - Install doxygen generated API docs. app-doc/csound-manual:html - Install HTML documentation app-doc/doxygen:clang - support for sys-devel/clang assisted parsing app-doc/doxygen:dot - allow to create dot graphs using media-gfx/graphviz app-doc/doxygen:doxysearch - build doxyindexer and doxysearch.cgi +app-doc/kicad-doc:html - Generate documentation in HTML format +app-doc/kicad-doc:pdf - Generate documentation in PDF format app-doc/linuxfromscratch:htmlsingle - Install all-on-one-page HTML version. app-doc/pms:binary - Download pre-built files instead of building from sources app-doc/pms:html - Generate PMS as .html as well @@ -433,12 +352,18 @@ app-doc/tldp-howto:html - Install multi-chapter HTML docs app-doc/tldp-howto:htmlsingle - Install all-on-one-page HTML docs app-doc/tldp-howto:pdf - Install pdf docs app-doc/tldp-howto:text - Install plain-text docs +app-editors/bluefish:gtk2 - Enable GTK2 instead of GTK3 even if GTK3 is available +app-editors/bluefish:gtk3 - Enable GTK3 interface (default) +app-editors/bluefish:gucharmap - Enable gucharmap dictionary plugin +app-editors/bluefish:python - Enable Python integration for zen-coding plugin +app-editors/bluefish:spell - Enable spell checking capabilities via enchant library app-editors/emacs:athena - Enable the MIT Athena widget set (x11-libs/libXaw) +app-editors/emacs:dynamic-loading - Enable loading of dynamic libraries at runtime app-editors/emacs:games - Support shared score files for games app-editors/emacs:gconf - Use gnome-base/gconf to read the system font name app-editors/emacs:gfile - Use gfile (dev-libs/glib) for file notification app-editors/emacs:gsettings - Use gsettings (dev-libs/glib) to read the system font name -app-editors/emacs:gtk3 - Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) +app-editors/emacs:gtk3 - Prefer version 3 of the GIMP Toolkit to version 2 (x11-libs/gtk+) app-editors/emacs:gzip-el - Compress bundled Emacs Lisp source app-editors/emacs:hesiod - Enable support for net-dns/hesiod app-editors/emacs:imagemagick - Use media-gfx/imagemagick for image processing @@ -447,28 +372,33 @@ app-editors/emacs:pax_kernel - Enable building under a PaX enabled kernel app-editors/emacs:source - Install C source files and make them available for find-function app-editors/emacs:toolkit-scroll-bars - Use the selected toolkit's scrollbars in preference to Emacs' own scrollbars app-editors/emacs:wide-int - Prefer wide Emacs integers (typically 62-bit). This option has an effect only on architectures where "long" and "long long" types have different size. +app-editors/emacs:xwidgets - Enable use of GTK widgets in Emacs buffers (requires GTK3) app-editors/emacs-vcs:athena - Enable the MIT Athena widget set (x11-libs/libXaw) +app-editors/emacs-vcs:dynamic-loading - Enable loading of dynamic libraries at runtime app-editors/emacs-vcs:games - Support shared score files for games app-editors/emacs-vcs:gconf - Use gnome-base/gconf to read the system font name app-editors/emacs-vcs:gfile - Use gfile (dev-libs/glib) for file notification app-editors/emacs-vcs:gsettings - Use gsettings (dev-libs/glib) to read the system font name -app-editors/emacs-vcs:gtk3 - Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) +app-editors/emacs-vcs:gtk3 - Prefer version 3 of the GIMP Toolkit to version 2 (x11-libs/gtk+) app-editors/emacs-vcs:gzip-el - Compress bundled Emacs Lisp source app-editors/emacs-vcs:hesiod - Enable support for net-dns/hesiod app-editors/emacs-vcs:imagemagick - Use media-gfx/imagemagick for image processing app-editors/emacs-vcs:libxml2 - Use dev-libs/libxml2 to parse XML instead of the internal Lisp implementations app-editors/emacs-vcs:pax_kernel - Enable building under a PaX enabled kernel app-editors/emacs-vcs:source - Install C source files and make them available for find-function +app-editors/emacs-vcs:threads - Add elisp threading support app-editors/emacs-vcs:toolkit-scroll-bars - Use the selected toolkit's scrollbars in preference to Emacs' own scrollbars app-editors/emacs-vcs:wide-int - Prefer wide Emacs integers (typically 62-bit). This option has an effect only on architectures where "long" and "long long" types have different size. +app-editors/emacs-vcs:xwidgets - Enable use of GTK widgets in Emacs buffers (requires GTK3) app-editors/fe:sendmail - Send mail after editor abend app-editors/gedit-plugins:charmap - Insert special characters just by clicking on them app-editors/gedit-plugins:git - Shows document changes related to git's HEAD app-editors/gedit-plugins:terminal - Embed a terminal in the bottom pane app-editors/gedit-plugins:zeitgeist - Build the plugin to inject events to gnome-extra/zeitgeist +app-editors/gvim:gtk3 - Enable GTK+3 interface app-editors/gvim:luajit - Use dev-lang/luajit instead of dev-lang/lua app-editors/gvim:netbeans - Include netbeans external editor integration support -app-editors/gvim:racket - Enable support for Scheme using dev-lang/racket +app-editors/gvim:racket - Enable support for Scheme using dev-scheme/racket app-editors/jasspa-microemacs:nanoemacs - Build NanoEmacs instead of MicroEmacs app-editors/joe:xterm - Enable full xterm clipboard support app-editors/latexila:latexmk - Install dev-tex/latexmk (used by default for the build tools) @@ -480,20 +410,26 @@ app-editors/nano:justify - Enable justify/unjustify functions for text formattin app-editors/nano:magic - Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting app-editors/nano:minimal - Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). app-editors/ne:tinfo - Link against libtinfo from sys-libs/ncurses +app-editors/neovim:clipboard - Enable clipboard support through a provider +app-editors/neovim:jemalloc - Use dev-libs/jemalloc for allocations +app-editors/neovim:luajit - Use dev-lang/luajit instead of dev-lang/lua +app-editors/neovim:nvimpager - Install nvimpager symlink to less.sh macro +app-editors/neovim:tui - Build the neovim unix tui +app-editors/pluma:gtk3 - Build with GTK+3 instead of GTK+2 app-editors/tea:aspell - Enable spellchecking using app-text/aspell app-editors/tea:hunspell - Enable spellchecking using app-text/hunspell app-editors/vim:X - Link console vim against X11 libraries to enable title and clipboard features in xterm app-editors/vim:luajit - Use dev-lang/luajit instead of dev-lang/lua -app-editors/vim:racket - Enable support for Scheme using dev-lang/racket +app-editors/vim:racket - Enable support for Scheme using dev-scheme/racket app-editors/vim:vim-pager - Install vimpager and vimmanpager links +app-editors/vim-qt:lto - Enable configure workaround for -flto app-editors/vim-qt:luajit - Use dev-lang/luajit instead of dev-lang/lua -app-editors/vim-qt:racket - Enable support for Scheme using dev-lang/racket +app-editors/vim-qt:racket - Enable support for Scheme using dev-scheme/racket app-editors/xemacs:athena - Chooses the MIT Athena widget set app-editors/xemacs:dnd - Enables support for the x11-libs/dnd drag-n-drop library app-editors/xemacs:eolconv - Support detection and translation of newline conventions app-editors/xemacs:pop - Support POP for mail retrieval app-editors/xemacs:xim - Enable X11 XiM input method -app-editors/xmlcopyeditor:guidexml - Install GuideXML templates to work with Gentoo official docs app-editors/zile:valgrind - Enable usage of dev-util/valgrind in tests app-emacs/anything:extensions - Install optional extensions app-emacs/auctex:preview-latex - Use bundled preview-latex @@ -512,49 +448,51 @@ app-emacs/slime:xref - Install xref.lisp cross-referencing tool app-emacs/vm:bbdb - Include support for app-emacs/bbdb app-emacs/wanderlust:bbdb - Include support for app-emacs/bbdb app-emacs/wikipedia-mode:outline-magic - Enable support for outline-mode extensions (app-emacs/outline-magic) -app-emulation/aranym:fullmmu - Enable full 68040 MMU emulation -app-emulation/aranym:lilo - Enable Linux-m68k loader -app-emulation/aranym:usbhost - Enable NatFeat USB app-emulation/bochs:3dnow - Enable support for emulating 3DNow! instructions (incomplete) app-emulation/bochs:avx - Enable support for emulating Advanced Vector Extensions (AVX) app-emulation/bochs:debugger - Enable debugger (slows down emulation) app-emulation/bochs:gdb - Enable support for the remote GDB stub app-emulation/bochs:x86-64 - Enable support for emulation of 64-bit CPUs app-emulation/crossover-bin:capi - Enable ISDN support via CAPI +app-emulation/docker:apparmor - Enable AppArmor support. app-emulation/docker:aufs - Enables dependencies for the "aufs" graph driver, including necessary kernel flags. app-emulation/docker:btrfs - Enables dependencies for the "btrfs" graph driver, including necessary kernel flags. -app-emulation/docker:contrib - Install additional contrib scripts and components. +app-emulation/docker:container-init - Makes the a staticly-linked init system tini available inside a container. app-emulation/docker:device-mapper - Enables dependencies for the "devicemapper" graph driver, including necessary kernel flags. -app-emulation/docker:lxc - Enables dependencies for the "lxc" execution driver. +app-emulation/docker:experimental - Enable features labelled by upstream to be of "experimental" quality and not yet ready for general consumption. app-emulation/docker:overlay - Enables dependencies for the "overlay" graph driver, including necessary kernel flags. +app-emulation/docker:pkcs11 - Enables pkcs-11 support. app-emulation/dosemu:fluidsynth - use media-sound/fluidsynth for MIDI emulation app-emulation/e-uae:capslib - Add CAPS library support app-emulation/e-uae:sdl-sound - Use media-libs/sdl-sound for audio output app-emulation/free42:alsa - Adds support for Advanced Linux Sound Architecture app-emulation/fuse-utils:gcrypt - Use dev-libs/libgcrypt for low-level crypto of some features, including logfiles. app-emulation/ganeti:drbd - Enable DRBD support -app-emulation/ganeti:filestorage - Enable File Storage +app-emulation/ganeti:experimental - Enable experimental patches. Warning! This will break RPC within major versions if the patches applied differ! app-emulation/ganeti:haskell-daemons - Build haskell daemons instead of python app-emulation/ganeti:htools - Enable htools support app-emulation/ganeti:kvm - Enable KVM support app-emulation/ganeti:lxc - Enable Linux Countainers support app-emulation/ganeti:monitoring - Enable the ganeti monitoring daemon -app-emulation/ganeti:multiple-users - Enable support for running VMs as different users. +app-emulation/ganeti:multiple-users - Enable support for running VMs as different users app-emulation/ganeti:rbd - Enable rados block device support via sys-cluster/ceph +app-emulation/ganeti:restricted-commands - Enable restricted commands in the node daemon app-emulation/ganeti:xen - Enable Xen support +app-emulation/hyperd:libvirt - Enable support for KVM via libvirt +app-emulation/hyperd:xen - Enable support for the Xen Hypervisor app-emulation/libguestfs:erlang - Build Erlang bindings app-emulation/libguestfs:fuse - Enable image mount support via fuse app-emulation/libguestfs:inspect-icons - Use media-gfx/icoutilsfor acces icon file in image and inspect it -app-emulation/libguestfs:introspection - Use dev-libs/gobject-introspection for introspection app-emulation/libguestfs:systemtap - Use dev-util/systemtap to inspect VM via "probes" way app-emulation/libspectrum:gcrypt - Use dev-libs/libgcrypt for low-level crypto of some features, including logfiles. -app-emulation/libvirt:audit - support sys-process/audit +app-emulation/libvirt:apparmor - Enable AppArmor support app-emulation/libvirt:firewalld - DBus interface to iptables/ebtables allowing for better runtime management of your firewall. app-emulation/libvirt:fuse - Allow LXC to use sys-fs/fuse for mount points app-emulation/libvirt:glusterfs - Enable GlusterFS support via sys-cluster/glusterfs app-emulation/libvirt:iscsi - Allow using an iSCSI remote storage server as pool for disk image storage +app-emulation/libvirt:libssh - Use net-libs/libssh to communicate with remote libvirtd hosts, for example: qemu+libssh://server/system app-emulation/libvirt:libvirtd - Builds the libvirtd daemon as well as the client utilities instead of just the client utilities -app-emulation/libvirt:lvm - Allow using the Logical Volume Manager (sys-apps/lvm2) as pool for disk image storage +app-emulation/libvirt:lvm - Allow using the Logical Volume Manager (sys-fs/lvm2) as pool for disk image storage app-emulation/libvirt:lxc - Support management of Linux Containers virtualisation (app-emulation/lxc) app-emulation/libvirt:macvtap - Support for MAC-based TAP (macvlan/macvtap). For networking instead of the normal TUN/TAP. It has its advantages and disadvantages. macvtap support requires very new kernels and is currently evolving. Support for this is experimental at best. app-emulation/libvirt:nfs - Allow using Network File System mounts as pool for disk image storage @@ -568,30 +506,27 @@ app-emulation/libvirt:rbd - Enable rados block device support via sys-cluster/ce app-emulation/libvirt:uml - Support management of User Mode Linux virtualisation app-emulation/libvirt:vepa - Virtual Ethernet Port Aggregator (VEPA) / 802.1Qbg support. Relies on macvtap support. app-emulation/libvirt:virt-network - Enable virtual networking (NAT) support for guests. Includes all the dependencies for NATed network mode. Effectively any network setup that relies on libvirt to setup and configure network interfaces on your host. This can include bridged and routed networks ONLY if you are allowing libvirt to create and manage the underlying devices for you. In some cases this requires enabling the 'netcf' USE flag (currently unavailable). -app-emulation/libvirt:virtualbox - Support management of VirtualBox virtualisation (one of app-emulation/virtualbox or app-emulation/virtualbox-ose) +app-emulation/libvirt:virtualbox - Support management of VirtualBox virtualisation (one of app-emulation/virtualbox or app-emulation/virtualbox-bin) app-emulation/libvirt:wireshark-plugins - Build the net-analyzer/wireshark plugin for the Libvirt RPC protocol app-emulation/libvirt:xen - Support management of Xen virtualisation (app-emulation/xen) -app-emulation/libvirt-glib:introspection - Use dev-libs/gobject-introspection for introspection -app-emulation/libvirt-glib:vala - Enable bindings for dev-lang/vala +app-emulation/libvirt:zfs - Enable ZFS backend storage sys-fs/zfs app-emulation/lxc:cgmanager - Enable support for cgroup management using app-admin/cgmanager +app-emulation/lxd:daemon - Build the system daemon, not just the client tool app-emulation/open-vm-tools:doc - Generate API documentation -app-emulation/open-vm-tools:fuse - Build vmblock-fuse in favor of FUSE based blocking mechanism for DnD app-emulation/open-vm-tools:grabbitmqproxy - Enable grabbitmqproxy app-emulation/open-vm-tools:pic - Force shared libraries to be built as PIC app-emulation/open-vm-tools:vgauth - Enable vgauth -app-emulation/open-vm-tools-kmod:vmhgfs - Build the vmhgfs module for file sharing support with the host -app-emulation/open-vm-tools-kmod:vmxnet - Build the vmxnet module (older virtual NIC) app-emulation/playonlinux:winbind - Enables support for the winbind auth daemon -app-emulation/q4wine:gnome - Use the gksu sudo GUI for managing the devices -app-emulation/q4wine:icoutils - Enable icoutils support -app-emulation/q4wine:kde - Use the kdesu sudo GUI for managing the devices -app-emulation/q4wine:wineappdb - Enable Win AppDB browser subsystem +app-emulation/q4wine:ico - Enable ico support via media-gfx/icoutils +app-emulation/q4wine:iso - Support unprivileged mounting of ISO9660 images via sys-fs/fuseiso +app-emulation/q4wine:wineappdb - Enable Wine AppDB browser support app-emulation/qemu:accessibility - Adds support for braille displays using brltty app-emulation/qemu:aio - Enables support for Linux's Async IO app-emulation/qemu:alsa - Enable alsa output for sound emulation app-emulation/qemu:curl - Support ISOs / -cdrom directives vis HTTP or HTTPS. app-emulation/qemu:fdt - Enables firmware device tree support app-emulation/qemu:glusterfs - Enables GlusterFS cluster fileystem via sys-cluster/glusterfs +app-emulation/qemu:gnutls - Enable TLS support for the VNC console server. For 1.4 and newer this also enables WebSocket support. For 2.0 through 2.3 also enables disk quorum support. app-emulation/qemu:gtk2 - Use gtk-2 instead of gtk-3 app-emulation/qemu:iscsi - Enable direct iSCSI support via net-libs/libiscsi instead of indirectly via the Linux block layer that sys-block/open-iscsi does. app-emulation/qemu:jpeg - Enable jpeg image support for the VNC console server @@ -612,36 +547,43 @@ app-emulation/qemu:static-softmmu - Builds the Software MMU (system) targets as app-emulation/qemu:static-user - Build the User targets as static binaries app-emulation/qemu:systemtap - Enable SystemTAP/DTrace tracing app-emulation/qemu:tci - Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time. -app-emulation/qemu:tls - Enable TLS support for the VNC console server. For 1.4 and newer this also enables WebSocket support. For 2.0 and newer this also enables disk quorum support. app-emulation/qemu:usb - Enable USB passthrough via dev-libs/libusb app-emulation/qemu:usbredir - Use sys-apps/usbredir to redirect USB devices to another machine over TCP -app-emulation/qemu:uuid - Enable UUID support in the vdi block driver app-emulation/qemu:vde - Enable VDE-based networking app-emulation/qemu:vhost-net - Enable accelerated networking using vhost-net, see http://www.linux-kvm.org/page/VhostNet +app-emulation/qemu:virgl - Enable experimental Virgil 3d (virtual software GPU) app-emulation/qemu:virtfs - Enable VirtFS via virtio-9p-pci / fsdev. See http://wiki.qemu.org/Documentation/9psetup +app-emulation/qemu:vte - Enable terminal support (x11-libs/vte) in the GTK+ interface app-emulation/qemu:xattr - Add support for getting and setting POSIX extended attributes, through sys-apps/attr. Requisite for the virtfs backend. app-emulation/qemu:xen - Enables support for Xen backends app-emulation/qemu:xfs - Support xfsctl() notification and syncing for XFS backed virtual disks. -app-emulation/spice:client - Build the spicec client app (does not reduce dependencies at the moment). +app-emulation/rkt:actool - Install the actool for ACI manipulation +app-emulation/rkt:rkt_stage1_coreos - Download and use a prebuilt stage1.aci from CoreOS +app-emulation/rkt:rkt_stage1_fly - Build stage1-fly.aci +app-emulation/rkt:rkt_stage1_host - Assemble stage1.aci from host binaries +app-emulation/rkt:rkt_stage1_kvm - This flag has been replaced by the rkt_stage1_kvm_* flags +app-emulation/rkt:rkt_stage1_kvm_lkvm - Build stage1-kvm-lkvm.aci +app-emulation/rkt:rkt_stage1_kvm_qemu - Build stage1-kvm-qemu.aci +app-emulation/rkt:rkt_stage1_src - Build the stage1.aci from source +app-emulation/runc:apparmor - Enable AppArmor support. +app-emulation/runv:libvirt - Enable support for KVM via libvirt +app-emulation/runv:xen - Enable support for the Xen Hypervisor +app-emulation/spice:lz4 - Enable support for LZ4 compression using app-arch/lz4 app-emulation/spice:smartcard - Enable smartcard remoting using app-emulation/libcacard app-emulation/spice-vdagent:consolekit - Use sys-auth/consolekit to determine the master vdagentd in case of multiple running vdagentds (highly recommended) app-emulation/uae:scsi - Enable the uaescsi.device +app-emulation/vagrant:virtualbox - Use VirtualBox provider. app-emulation/vice:ethernet - Enable ethernet emulation app-emulation/vice:fullscreen - Enable the ability to run fullscreen -app-emulation/vice:gtk2 - Use GTK+2 for GUI instead of GTK+3 -app-emulation/vice:gtk3 - Use GTK+3for GUI instead of GTK+2 -app-emulation/vice:memmap - Enable extra monitor features app-emulation/vice:sdlsound - Use media-libs/libsdl for sound support app-emulation/vice:vte - Enable support for x11-libs/vte in the GTK+ interface -app-emulation/vice:xrandr - Enable support for the X xrandr extension app-emulation/virt-manager:policykit - Enables sys-auth/polkit authentication support, required when using app-emulation/libvirt with PolicyKit authentication app-emulation/virt-manager:sasl - Depend on the proper libraries needed to connect to SASL-enabled libvirtd instances (e.g. Kerberos-protected instances). app-emulation/virt-viewer:spice - Support connecting to SPICE-enabled virtual machines. app-emulation/virt-viewer:vnc - Support connecting to VNC-enabled virtual machines. app-emulation/virt-what:dmi - Use sys-apps/dmidecode to read firmware data -app-emulation/virtualbox:additions - Install Guest System Tools ISO -app-emulation/virtualbox:extensions - Install extension module packages app-emulation/virtualbox:headless - Build without any graphic frontend +app-emulation/virtualbox:lvm - Build VBoxVolInfo that needs devicemapper from sys-fs/lvm2. app-emulation/virtualbox:sdk - Enable building of SDK app-emulation/virtualbox:udev - Controls installation of special USB udev rules. app-emulation/virtualbox:vboxwebsrv - Build and install the VirtualBox webservice @@ -655,7 +597,10 @@ app-emulation/virtualbox-modules:pax_kernel - Apply patch needed for pax enabled app-emulation/vmware-modules:pax_kernel - Apply patch needed for pax enabled kernels app-emulation/vmware-modules:vmci - Build the Virtual Machine Communication Interface module; disable this if you want to use the module from the mainline kernel app-emulation/vmware-modules:vsock - Build the VMware VMCI transport for Virtual Sockets; disable this if you want to use the module from the mainline kernel +app-emulation/vmware-player:bundled-libs - Use precompiled bundled libraries instead of the system installation +app-emulation/vmware-player:ovftool - Install OVF tool for importing and exporting appliance files app-emulation/vmware-player:vmware-tools - Install VMware Tools images +app-emulation/vmware-workstation:bundled-libs - Use precompiled bundled libraries instead of the system installation app-emulation/vmware-workstation:ovftool - Install OVF tool. app-emulation/vmware-workstation:server - Install VMware Workstation Server component. app-emulation/vmware-workstation:vix - Install VIX. The VIX API allows you to write programs and scripts that automate virtual machine operations, and run programs or manipulate files within guest operating systems. @@ -663,28 +608,30 @@ app-emulation/vmware-workstation:vmware-tools - Install VMware Tools images app-emulation/vov:gprof - build with profiling support app-emulation/wine:capi - Enable ISDN support via CAPI app-emulation/wine:custom-cflags - Bypass strip-flags; use at your own peril +app-emulation/wine:d3d9 - Apply highly experimental patches for Gallium Nine support. This patch may break some applications. app-emulation/wine:dos - Pull in games-emulation/dosbox to run DOS applications app-emulation/wine:gecko - Add support for the Gecko engine when using iexplore +app-emulation/wine:gstreamer - Use media-libs/gstreamer to provide DirectShow functionality; app-emulation/wine:mono - Add support for .NET using Wine's Mono add-on app-emulation/wine:netapi - Use libnetapi from net-fs/samba to support Windows networks in netapi32.dll app-emulation/wine:opencl - Enable OpenCL support app-emulation/wine:osmesa - Add support for OpenGL in bitmaps using libOSMesa app-emulation/wine:pcap - Support packet capture software (e.g. wireshark) app-emulation/wine:perl - Install helpers written in perl (winedump/winemaker) -app-emulation/wine:pipelight - Apply unofficial Wine-Staging patches for Pipelight/Silverlight support -app-emulation/wine:prelink - Run prelink on DLLs during build -- do not disable if you do not know what this means as it can break things at runtime +app-emulation/wine:pipelight - Apply Wine-Staging patches for Pipelight/Silverlight support +app-emulation/wine:prelink - Run prelink on DLLs during build; For versions before wine-1.7.55 or hardened, do not disable if you do not know what this means as it can break things at runtime app-emulation/wine:realtime - Pull in sys-auth/rtkit for low-latency pulseaudio support app-emulation/wine:run-exes - Use Wine to open and run .EXE and .MSI files app-emulation/wine:s3tc - Pull in media-libs/libtxc_dxtn for DXTn texture compression, needed for many games app-emulation/wine:samba - Add support for NTLM auth. see http://wiki.winehq.org/NtlmAuthSetupGuide and http://wiki.winehq.org/NtlmSigningAndSealing -app-emulation/wine:staging - Apply unofficial Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet +app-emulation/wine:staging - Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet +app-emulation/wine:themes - Support GTK+:3 window theming through Wine-Staging +app-emulation/wine:udev - Use virtual/libudev to provide plug and play support app-emulation/winetricks:rar - Pull in app-arch/unrar for extraction of rar-compressed game files app-emulation/x48:readline - Enables support for libreadline app-emulation/xe-guest-utilities:xenstore - Use xenstore binaries bundled by Citrix instead of building app-emulation/xen-tools app-emulation/xen:efi - Adds efi boot support, requires LDFLAG -melf_x86_64 for amd64 app-emulation/xen:flask - Enable the Flask XSM module from NSA -app-emulation/xen:pae - Enable support for PAE kernels (usually x86-32 with >4GB memory) -app-emulation/xen:xsm - Enable the Xen Security Modules (XSM) app-emulation/xen-tools:api - Build the C libxenapi bindings app-emulation/xen-tools:flask - Enable the Flask XSM module from NSA app-emulation/xen-tools:hvm - Enable support for hardware based virtualization (VT-x,AMD-v) @@ -693,6 +640,7 @@ app-emulation/xen-tools:ovmf - Enable support to boot UEFI guest vm, needed by h app-emulation/xen-tools:pam - Enable pam support app-emulation/xen-tools:pygrub - Install the pygrub boot loader app-emulation/xen-tools:qemu - Enable IOEMU support via the use of qemu-dm +app-emulation/xen-tools:qemu-traditional - Build the old qemu traditional device model (useful only if you cannot change to the new device model e.g. Windows VMs) app-emulation/xen-tools:screen - Enable support for running domain U console in an app-misc/screen session app-emulation/xen-tools:system-qemu - Using app-emulation/qemu instead of the bundled one app-emulation/xen-tools:system-seabios - Using sys-firmware/seabios instead of the bundled one @@ -701,7 +649,6 @@ app-eselect/eselect-php:fpm - Enable the FastCGI Process Manager SAPI app-forensics/afflib:fuse - Enable extra fuse thingies app-forensics/afflib:qemu - Enable qemu stuff app-forensics/afflib:s3 - Enable support for Amazon S3 -app-forensics/aide:audit - Enable support for sys-process/audit app-forensics/aide:prelink - Enable support for sys-devel/prelink app-forensics/chkrootkit:cron - Install cron script for weekly rootkit scans app-forensics/libewf:bfio - Enables libbfio for chaining file in file handling @@ -715,33 +662,36 @@ app-forensics/openscap:rpm - Compiles the RPM probes app-forensics/openscap:sce - Enables Script Check Engine (SCE) support app-forensics/openscap:sql - Build the sql independant probes app-forensics/ovaldi:rpm - Enable the RPM probes +app-forensics/quickfuzz:archs - support archive formats +app-forensics/quickfuzz:codes - support cource code formats +app-forensics/quickfuzz:docs - support document formats +app-forensics/quickfuzz:imgs - support image formats +app-forensics/quickfuzz:media - support media formats +app-forensics/quickfuzz:net - support networking formats +app-forensics/quickfuzz:pki - support PKI formats app-forensics/sleuthkit:aff - Enable extra aff formats app-forensics/sleuthkit:ewf - Enable libewf support app-i18n/anthy:canna-2ch - Enable support for app-dicts/canna-2ch -app-i18n/fcitx:autostart - Enable xdg-compatible autostart of fcitx -app-i18n/fcitx:enchant - Use app-text/enchant for text prediction -app-i18n/fcitx:gtk - Install GTK2 IM module -app-i18n/fcitx:gtk3 - Install GTK3 IM module -app-i18n/fcitx:introspection - Enable GObject Introspection -app-i18n/fcitx:opencc - Enable OpenCC for Chinese Transform +app-i18n/fcitx:autostart - Enable XDG-compatible autostart of Fcitx +app-i18n/fcitx:enchant - Enable Enchant backend (using app-text/enchant) for spelling hinting +app-i18n/fcitx:gtk2 - Install input method module for GTK+ 2 +app-i18n/fcitx:gtk3 - Install input method module for GTK+ 3 +app-i18n/fcitx:opencc - Enable OpenCC engine (using app-i18n/opencc) for converter between Simplified Chinese and Traditional Chinese app-i18n/fcitx:pango - Enable support for x11-libs/pango -app-i18n/fcitx:qt4 - Install Qt4 IM module -app-i18n/fcitx:snooper - Enable Key Snooper for GTK app -app-i18n/fcitx:table - Enable Table IM +app-i18n/fcitx:qt4 - Install input method module for Qt 4 +app-i18n/fcitx:table - Install table input methods for Simplified Chinese app-i18n/fcitx-configtool:gtk3 - Use GTK+3 instead of 2 app-i18n/fcitx-libpinyin:dictmanager - Enable dictionary manager. Requires dev-qt/qtwebkit. +app-i18n/fcitx-unikey:macro-editor - Install macro editor app-i18n/ibus:deprecated - install the deprecated ibus python library app-i18n/ibus:gconf - Enable support for gnome-base/gconf app-i18n/ibus:gtk3 - Enable support for gtk+3 -app-i18n/ibus:introspection - Use dev-libs/gobject-introspection for introspection -app-i18n/ibus:vala - Enable support for dev-lang/vala app-i18n/ibus-anthy:deprecated - Install deprecated pygtk2 library app-i18n/ibus-handwrite:zinnia - Build with app-i18n/zinnia engine. app-i18n/ibus-libpinyin:boost - Compile against dev-libs/boost libraries app-i18n/ibus-libpinyin:opencc - Enable support for app-i18n/opencc app-i18n/ibus-m17n:gtk - Build the preference interfaces, based on x11-libs/gtk+ (GTK+ 2). app-i18n/ibus-pinyin:boost - Compile against dev-libs/boost libraries -app-i18n/ibus-pinyin:opencc - Enable support for app-i18n/opencc app-i18n/ibus-unikey:gtk3 - Enable support for gtk+3 app-i18n/im-ja:anthy - Support for Anthy input method app-i18n/im-ja:skk - Support for SKK input method @@ -749,8 +699,6 @@ app-i18n/imsettings:gconf - Enable GConf support app-i18n/imsettings:gtk3 - Enable support for x11-libs/gtk+:3 app-i18n/imsettings:xfconf - Enable integration in the Xfce desktop environment with xfce-base/xfconf app-i18n/kimera:anthy - Support for Anthy input method -app-i18n/libskk:introspection - Use dev-libs/gobject-introspection for introspection -app-i18n/libtomoe-gtk:gucharmap - Enable gucharmap dictionary plugin app-i18n/mozc:fcitx - Enable support for app-i18n/fcitx app-i18n/mozc:ibus - Enable support for app-i18n/ibus app-i18n/mozc:renderer - Enable native candidate window. @@ -760,8 +708,9 @@ app-i18n/pyzy:opencc - Use app-i18n/opencc for input app-i18n/scim:gtk3 - Enable support for x11-libs/gtk+:3 app-i18n/scim-anthy:gtk3 - Enable support for x11-libs/gtk+:3 app-i18n/scim-anthy:kasumi - Use Anthy dictionary maintenance tool (app-dicts/kasumi) -app-i18n/scim-tomoe:gucharmap - Enable gucharmap dictionary plugin app-i18n/tomoe:hyperestraier - Enable support for app-text/hyperestraier +app-i18n/translate-shell:fribidi - Enable RTL language support +app-i18n/translate-shell:tts - Enable text-to-speech support app-i18n/uim:anthy - Enable support for app-i18n/anthy input method app-i18n/uim:eb - Enable support for dev-libs/eb app-i18n/uim:gtk3 - Enable support for x11-libs/gtk+:3 @@ -771,15 +720,6 @@ app-laptop/ibam:gkrellm - Enable building of app-admin/gkrellm module app-laptop/laptop-mode-tools:scsi - Adds dependency on sdparm to control non-SATA SCSI drivers app-laptop/pbbuttonsd:ibam - Enable support for Intelligent Battery Monitoring app-laptop/pbbuttonsd:macbook - Enable support for the Macbook and Macbook Pro -app-laptop/prey:alarm - Module for playing an audio file -app-laptop/prey:alert - Display a warning message when the computer seems to be stolen" -app-laptop/prey:geo - Module for retrieving the physical location of the stolen computer -app-laptop/prey:lock - Lock stolen computer -app-laptop/prey:network - Get network information (active connections, traceroute) from stolen computer -app-laptop/prey:secure - Delete or hide sensitive user data -app-laptop/prey:session - Get screenshots from user session -app-laptop/prey:userpriv - Create a prey user group so regular users can access and modify the prey configuration. Use it with caution -app-laptop/prey:webcam - Use computer's webcam to take screenshots of the thief app-laptop/thinkfan:atasmart - include libatasmart support to get disc temperature app-laptop/tp_smapi:hdaps - Install a compatible HDAPS module app-leechcraft/lc-aggregator:webaccess - Enables web interface submodule for Aggregator @@ -803,7 +743,6 @@ app-leechcraft/lc-azoth:metacontacts - Build plugin for metacontacts support app-leechcraft/lc-azoth:murm - Build Murm, the VKontakte messaging support via their native API (instead of XMPP) app-leechcraft/lc-azoth:nativeemoticons - Build support for native Azoth's emoticons packs app-leechcraft/lc-azoth:otroid - Build OTRoid, plugin for the Off-the-Record deniable encryption system -app-leechcraft/lc-azoth:p100q - Build p100q, plugin for psto.net microblogging service app-leechcraft/lc-azoth:sarin - Build Sarin, Tox protocol support module. Please add mva overlay to use net-libs/tox app-leechcraft/lc-azoth:shx - Build shell command executor plugin app-leechcraft/lc-azoth:standardstyles - Build support for standard Azoth styles engine @@ -829,7 +768,6 @@ app-leechcraft/lc-lmp:mpris - Enable MPRIS support app-leechcraft/lc-lmp:potorchu - Enable the projectM-based visualization effects module for LMP app-leechcraft/lc-monocle:fb2 - Enable support for FictionBook format app-leechcraft/lc-monocle:mobi - Enable support for MOBI format -app-leechcraft/lc-monocle:spectre - Enable PostScript backend for Monocle using the app-text/libspectre app-leechcraft/lc-musiczombie:acoustid - Use media-libs/chromaprint for acoustic fingerprinting app-leechcraft/lc-netstoremanager:googledrive - Support Google Drive storage backend app-leechcraft/lc-netstoremanager:yandexdisk - Support Yandex.Disk storage backend @@ -847,16 +785,23 @@ app-leechcraft/lc-poshuku:wyfv - Build WYFV for replacing Flash-based video play app-leechcraft/leechcraft-meta:de - Install components, that allow using Leechcraft as Desktop Environment app-misc/anki:recording - Enable support for audio recording app-misc/anki:sound - Enable support for adding sound to cards +app-misc/bijiben:zeitgeist - Build the plugin to inject events to gnome-extra/zeitgeist app-misc/binwalk:graph - Enable support for generating entropy graphs -app-misc/brewtarget:phonon - Enable sound support via media-libs/phonon or dev-qt/qtphonon +app-misc/blink1:mini-tool - Build and install command-line mini-tool blink1-mini-tool (normally used for embedded devices) +app-misc/blink1:server - Build and install REST API server (currently hard-coded to TCP port 8080) +app-misc/blink1:tool - Build and install command-line tool blink1-tool app-misc/byobu:screen - Use app-misc/screen as the default backend app-misc/ca-certificates:cacert - Include root certs from CAcert (http://www.cacert.org/) and Software in the Public Interest (http://www.spi-inc.org/) +app-misc/ca-certificates:insecure_certs - Install certs which are known to *not* being trustworthy. app-misc/ddccontrol:pci - enable direct PCI memory access (the setuid ddcpci util) +app-misc/ddcutil:enable-api-libs - Enables the C/C++ API. +app-misc/ddcutil:usb-monitor - Adds support for monitors attached via USB. +app-misc/ddcutil:user-permissions - Adds a udev rules to allow non-root users in the i2c group to access the /dev/i2c-* devices. If usb-monitor is selected, users will need to be added to the video group to access the USB monitor. Otherwise, only root will be able to use ddcutil. app-misc/digitemp:ds2490 - Build support for the ds2490 sensor app-misc/digitemp:ds9097 - Build support for the ds9097 sensor app-misc/digitemp:ds9097u - Build support for the ds9097u sensor app-misc/emelfm2:ansi - Add support for ANSI escape sequences -app-misc/emelfm2:gtk3 - Use x11-libs/gtk:3 instead of x11-libs/gtk:2 +app-misc/emelfm2:gtk3 - Use x11-libs/gtk+:3 instead of x11-libs/gtk+:2 app-misc/freemind:groovy - Build plugin for scripting via Groovy app-misc/freemind:latex - Build plugin for inserting mathematical formulas in LaTeX syntax app-misc/freemind:pdf - Build plugin for exporting mindmaps to SVG and PDF @@ -874,16 +819,19 @@ app-misc/geoclue:nominatim - Install openstreetmap.org provider app-misc/geoclue:plazes - Install plazes.com provider app-misc/geoclue:skyhook - Install skyhookwireless.com provider app-misc/geoclue:yahoo-geo - Install Yahoo geolocation provider -app-misc/gourmet:i18n - >app-misc/gourmet-0.16 Enable support for i18n through elib.intl -app-misc/gourmet:ipython - >app-misc/gourmet-0.16 Enable support for the interactive Python console plugin +app-misc/geoclue:zeroconf - Enable retrieval of GPS location from Android devices with https://wiki.gnome.org/Apps/GeoclueShare +app-misc/gourmet:i18n - Enable support for i18n through elib.intl +app-misc/gourmet:ipython - Enable support for the interactive Python console plugin app-misc/gourmet:pdf - Enable export to PDF -app-misc/gourmet:print - >app-misc/gourmet-0.16 Enable pretty Python printing -app-misc/gourmet:spell - >app-misc/gourmet-0.16 Enable support for the spell check plugin -app-misc/gourmet:web - >app-misc/gourmet-0.16 Enable support for the web import plugin +app-misc/gourmet:print - Enable pretty Python printing +app-misc/gourmet:spell - Enable support for the spell check plugin +app-misc/gourmet:web - Enable support for the web import plugin +app-misc/gramps:geo - Enable rendering of geographical data using sci-geosciences/osm-gps-map. app-misc/gramps:reports - All external software that is needed for graphical reports will be installed app-misc/gramps:webkit - Use Webkit-based rendering for geographical data view. app-misc/graphlcd-base:g15 - Add support for app-misc/g15daemon driver (e.g. Logitech G15 Keybord) -app-misc/lcd-stuff:mpd - Add support for display of mpd controlled music (media-libs/libmpd) +app-misc/irtrans-irserver:mono - Enable mono support +app-misc/jq:oniguruma - Use dev-libs/oniguruma for regular expression support app-misc/lcd4linux:mpd - Add support for display of mpd controlled music (media-libs/libmpd) app-misc/lcdproc:ftdi - Enable support for FTDI connections in some selected LCD_DEVICES (currently hd44780) app-misc/lcdproc:hid - Enable HID support using libhid @@ -893,16 +841,28 @@ app-misc/lcdproc:lcd_devices_vlsys_m428 - Enable support for VLSYS M428 display app-misc/lcdproc:nfs - Adds support for NFS file system app-misc/lcdproc:seamless-hbars - Try to avoid gaps in horizontal bars app-misc/linux-logo:nls - Add Native Language Support (using gettext - GNU locale utilities) +app-misc/lirc:audio - Support using an audio device connected to an IR receiver +app-misc/lirc:ftdi - Support FTDI devices +app-misc/lirc:gtk - Include GTK support which enables the use of lirc-setup app-misc/lirc:hardware-carrier - The transmitter device generates its clock signal in hardware +app-misc/lirc:iguanair - Support iguanaIR devices +app-misc/lirc:inputlirc - Add a dependency on app-misc/inputlircd +app-misc/lirc:irman - Add a dependency on media-libs/libirman app-misc/lirc:transmitter - Add transmitter support to some lirc-drivers (e.g. serial) app-misc/mc:edit - Compile and install the mcedit application app-misc/mc:mclib - Compile and install the libmc.so shared library app-misc/mc:sftp - Add support for sftp (uses net-libs/libssh2 for it). app-misc/mc:slang - Use sys-libs/slang instead of sys-libs/ncurses. app-misc/mc:xdg - Toggles mc's config dir location. Enable for $XDG_CONFIG_HOME/mc, disable for $HOME/.mc +app-misc/mosquitto:bridge - Enable bridge support in the MQTT broker. +app-misc/mosquitto:persistence - Store messages and subscriptions to a file. +app-misc/mosquitto:srv - Include SRV lookup support. app-misc/muttprint:doc - Builds documentation +app-misc/neofetch:X - Enable support for detecting DEs, WMs, screen resolutions, and showing images from an X terminal app-misc/note:general - Add support for ascii flatfile backend app-misc/note:text - Add support for text backend +app-misc/openastro:jpeg - Enable exporting Astrological Charts to jpeg +app-misc/openastro:png - Enable exporting Astrological Charts to png app-misc/pax-utils:python - Install a more powerful/faster version of lddtree app-misc/recoll:camelcase - Enable indexing for camelCase sentences and words app-misc/recoll:chm - Index chm files @@ -922,24 +882,17 @@ app-misc/recoll:tex - Index TeX files app-misc/recoll:wordperfect - Index WordPerfect documents app-misc/recoll:xml - Index several XML-based formats (Abiword, FictionBook, Kword, Office OpenXML, OpenDocument, SVG) app-misc/rlwrap:debug - Enable debug -app-misc/roadnav:festival - Enable support for app-accessibility/festival -app-misc/roadnav:openstreetmap - Enable openstreetmap support -app-misc/roadnav:scripting - Enable scripting support app-misc/screen:multiuser - Enable multiuser support (by setting correct permissions) app-misc/screen:nethack - Express error messages in nethack style +app-misc/screen:utmp - Include utmp support app-misc/screenfetch:X - Use the media-gfx/scrot package to take screenshots app-misc/sphinx:id64 - use 64-bit document and word IDs +app-misc/sphinx:re2 - use the dev-libs/re2 regular expression library app-misc/sphinx:stemmer - Enable language stemming support -app-misc/strigi:clucene - Enable dev-cpp/clucene backend support. -app-misc/strigi:inotify - Enable support for inotify. -app-misc/strigi:log - Enables advanced logging through dev-libs/log4cxx. -app-misc/subsurface:linguas_da_DK - Language support for da_DK. -app-misc/subsurface:linguas_de_CH - Language support for de_CH. -app-misc/subsurface:linguas_gsw - Language support for gsw. -app-misc/subsurface:linguas_hr_HR - Language support for hr_HR. -app-misc/tablix:pvm - Add support for parallel virtual machine (sys-cluster/pvm) +app-misc/task:sync - Enable "task sync" support app-misc/tasque:hiveminder - Allows you to use http://www.hiveminder.com/ as your storage backend. app-misc/tasque:rememberthemilk - Allows you to use http://www.rememberthemilk.com/ as your storage backend. +app-misc/tmux:utempter - Include libutempter support app-misc/towitoko:moneyplex - Makes libtowitoko work for the moneyplex home banking software app-misc/tracker:cue - Enable cue sheet parsing app-misc/tracker:firefox-bookmarks - Install bookmark data miner plugin for www-client/firefox and www-client/firefox-bin @@ -964,7 +917,6 @@ app-misc/vifm:vim-plugin - Install the vifm vim plugin app-misc/vifm:vim-syntax - Pulls in related vim syntax scripts app-misc/worker:avfs - Enable support for sys-fs/avfs app-misc/worker:magic - Add magic file support from sys-apps/file to automatically detect file types -app-misc/workrave:distribution - Enable networking. See http://www.workrave.org/features/ app-misc/workrave:mate - Add support for MATE panel app-misc/workrave:xfce - Add support for XFCE panel app-misc/zygrib:maps - Installs additional GSHHS maps for high resolution coastline data and cities @@ -973,10 +925,7 @@ app-mobilephone/gnokii:ical - Enable support for dev-libs/libical app-mobilephone/gnokii:irda - Enable infrared support app-mobilephone/gnokii:pcsc-lite - Enable smartcard support with sys-apps/pcsc-lite app-mobilephone/gnokii:sms - Enable SMS support (build smsd) -app-mobilephone/obexd:nokia - Add support for Nokia backup plugin -app-mobilephone/obexd:server - Enables server installation, it's incompatible with obex-data-server provided one app-mobilephone/smstools:stats - Enable statistic reporting -app-mobilephone/yaps:capi - Enable CAPI support app-office/abiword:collab - Enable collaborative editing plugin app-office/abiword:goffice - Enable goffice plugin app-office/abiword:grammar - Enable grammar checking via dev-libs/link-grammar @@ -987,18 +936,20 @@ app-office/abiword:plugins - Enable plugins build (see http://www.abisource.com/ app-office/abiword:redland - Enables support redland and raptor libs. app-office/abiword:thesaurus - Enable thesaurus support app-office/abiword:wordperfect - Enable wordperfect file support via app-text/libwpd -app-office/akonadi-server:soprano - Enable deprecated dev-libs/soprano, needed for nepomuk search +app-office/calligra:activities - Enable kactivities support app-office/calligra:attica - Get hot stuff with dev-libs/libattica +app-office/calligra:color-management - Enable color management via media-libs/opencolorio app-office/calligra:eigen - Enable dev-cpp/eigen mathematical templates support app-office/calligra:glew - Enable media-libs/glew opengl extension library support app-office/calligra:glib - Enable support for C library routines from dev-libs/glib app-office/calligra:gsf - Enable support for ODT structures extraction via gnome-extra/libgsf app-office/calligra:import-filter - Enable support for various import filter file formats like WordPerfect, Visio and Apple Keynote app-office/calligra:kdcraw - Enable support for KDE image manipulating interface via kde-apps/libkdcraw -app-office/calligra:kdepim - Enable support for KDEPIM resources integration +app-office/calligra:lcms - Build colorengine plugins using media-libs/lcms app-office/calligra:marble - Enable displaying of maps using Marble -app-office/calligra:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) app-office/calligra:okular - Enable bindings for kde-apps/okular +app-office/calligra:phonon - Build stage/eventplugins and videoshape plugin using media-libs/phonon +app-office/calligra:pim - Enable support for KDE PIM resources integration app-office/calligra:spacenav - Enable support for the 3Dconnexion spacenav input device via dev-libs/libspnav app-office/calligra:vc - Enable support for dev-libs/vc, could be a significant speed boost on krita app-office/calligra:xbase - Enable support for xbase compatible database formats @@ -1009,20 +960,24 @@ app-office/gnucash:quotes - Enable Online Stock Quote retrieval app-office/gnumeric:libgda - Enable database support through gnome-extra/libgda. app-office/gnumeric:perl - Enable perl plugin loader. app-office/gnumeric:python - Enable python plugin loader. +app-office/kexi:marble - Enable displaying of maps using kde-apps/marble +app-office/kexi:mdb - Enable support for Microsoft Access database +app-office/kexi:webkit - Enable web form designer widget using dev-qt/qtwebkit app-office/kmymoney:hbci - Enable HBCI support using net-libs/aqbanking +app-office/kmymoney:pim - Enable KDE PIM integration via kde-apps/kdepimlibs app-office/kmymoney:quotes - Enable Online Stock Quote retrieval +app-office/kmymoney:weboob - Enable import of online banking transactions extracted by www-client/weboob app-office/libreoffice:coinmp - Use sci-libs/coinor-mp as alternative solver app-office/libreoffice:collada - Enable Collada for rendering 3D models stored in *.dae and *.kmz format app-office/libreoffice:gltf - Use media-libs/libgltf for inserting 3D models in the glTF format into presentations +app-office/libreoffice:googledrive - Enable support for remote files on Google Drive app-office/libreoffice:gtk3 - Enable highly experimental gtk3 frontend app-office/libreoffice:jemalloc - Use dev-libs/jemalloc for allocations app-office/libreoffice:odk - Build the Office Development Kit +app-office/libreoffice:pdfimport - Enable PDF import via the Poppler library +app-office/libreoffice:quickstarter - Build the system tray quickstarter app-office/libreoffice:telepathy - Enable document colaboration features using telepathy communication framework. app-office/libreoffice:vlc - Use media-video/vlc for video embedding -app-office/libreoffice-l10n:linguas_ca_valencia - Catalan locale (Valencia) -app-office/libreoffice-l10n:linguas_kmr_Latn - kmr_Latn localization -app-office/libreoffice-l10n:linguas_sid - sid localization -app-office/libreoffice-l10n:linguas_sr_Latn - Serbian (Latin) locale app-office/libreoffice-l10n:offlinehelp - Install help files locally instead of using the LibreOffice Wiki app-office/lyx:aspell - Add support for aspell spellchecking app-office/lyx:dia - Add support for diagrams (app-office/dia) @@ -1035,36 +990,32 @@ app-office/lyx:hunspell - Add support for spellchecking based on hunspell and re app-office/lyx:monolithic-build - This should speed up compilation significantly when you have enough RAM (> 600 MB) app-office/lyx:rcs - Add support for revision control via dev-vcs/rcs app-office/lyx:rtf - Add support for RTF import/export packages +app-office/magicpoint:contrib - Install additional contributed scripts app-office/scribus:boost - Enable support for Boost based enhancement -app-office/scribus:graphicsmagick - Add support for media-gfx/graphicsmagick app-office/scribus:hunspell - Enable support for spell checking with app-text/hunspell app-office/scribus:minimal - Don't install headers (only required for e.g. plug-in developers) app-office/scribus:osg - 3D redering via dev-games/openscenegraph app-office/scribus:scripts - Install the scripts app-office/scribus:templates - Document tamplates app-office/scribus:tk - Install tk based scripts e.g. FontSample.py +app-office/skrooge:activities - Enable kactivities support +app-office/skrooge:crypt - Enable encryption using dev-db/sqlcipher +app-office/skrooge:designer - Build plugins for dev-qt/designer app-office/texmacs:netpbm - Add support for media-libs/netpbm app-office/texmacs:pdf - Add the experimental native pdf export app-office/texstudio:video - Use phonon for video embedding -app-office/wps-office:corefonts - Ensure media-fonts/corefonts is present -app-office/wps-office:sharedfonts - Preserve fonts from WPS +app-office/wps-office:sharedfonts - Install WPS fonts available system wide app-pda/barry:boost - Enable boost support app-pda/barry:desktop - Install the GUI desktop control panel app-pda/barry:gui - Install the GUI backup tool -app-pda/barry:opensync - Install the barry-sync plugin for OpenSync 0.22 app-pda/gtkpod:clutter - Enable clutter support for displaying coverart -app-pda/gtkpod:webkit - Enable webkit support for finding coverart -app-pda/libopensync-plugin-irmc:irda - Enable infrared support -app-pda/libopensync-plugin-syncml:http - Enable http transports -app-pda/libopensync-plugin-syncml:obex - Enable obex transports -app-pda/libsyncml:http - Enable http transports -app-pda/libsyncml:obex - Enable obex transports -app-pda/synce-sync-engine:opensync - Enable OpenSync (app-pda/libopensync) python plug-in app-portage/conf-update:colordiff - Use colors when displaying diffs (app-misc/colordiff) +app-portage/conf-update:libressl - Enable SSL connections and crypto functions using dev-libs/libressl app-portage/eix:debug - Build with upstream's CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use. app-portage/eix:dep - Make DEP=true the default which enables support for {,R,P}DEPEND but requires roughly double disk and memory. app-portage/eix:doc - Create description of the eix cache file additionally in html format app-portage/eix:optimization - Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS +app-portage/eix:required-use - Make REQUIRED_USE=true the default which enables support for REQUIRED_USE but requires more disk and memory. app-portage/eix:security - This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. app-portage/eix:sqlite - Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix app-portage/eix:strong-optimization - Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS @@ -1084,39 +1035,43 @@ app-portage/layman:subversion - Support dev-vcs/subversion based overlays app-portage/layman:sync-plugin-portage - Install the sys-apps/portage sync module app-portage/pfl:network-cron - Adds a cron job which does a weekly submit of the package database app-portage/tatt:templates - Install template scripts to be used with tatt +app-shells/autojump:ipython - Add support for dev-python/ipython app-shells/bash:bashlogger - Log ALL commands typed into bash; should ONLY be used in restricted environments such as honeypots app-shells/bash:mem-scramble - Build with custom malloc/free overwriting allocated/freed memory app-shells/bash:net - Enable /dev/tcp/host/port redirection app-shells/bash:plugins - Add support for loading builtins at runtime via 'enable' +app-shells/dash:vanilla - Support echo -n, and enable echo -e all the time (unsupported) +app-shells/mpv-bash-completion:luajit - Use dev-lang/luajit instead of dev-lang/lua app-shells/pdsh:rsh - This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is preferred. app-shells/scsh-install-lib:scsh - Use a non-FHS directory layout app-shells/shish:diet - Use dev-libs/dietlibc app-shells/tcsh:catalogs - Add support for NLS catalogs app-text/acroread:html - HTML support and help reading capability (only for x86). -app-text/apvlv:html - Build binary with html format support app-text/asciidoc:highlight - Enable source code highlighting -app-text/atril:caja - Enable property page extension in mate-base/mate-file-manager +app-text/atril:caja - Enable property page extension in mate-base/caja app-text/atril:dvi - Enable build-in DVI viewer -app-text/atril:ps - Enable build-in postscript viewer +app-text/atril:epub - Enable build-in DVI viewer using net-libs/webkit-gtk +app-text/atril:gtk3 - Build with GTK+3 instead of GTK+2 app-text/atril:t1lib - Enable the Type-1 fonts for the build-in DVI viewer (media-libs/t1lib) -app-text/atril:xps - Enable XPS viewer using app-text/libxps +app-text/atril:xps - Enable XPS viewer using app-text/libgxps +app-text/blogc:git - Build blogc-git-receiver tool +app-text/blogc:httpd - Build blogc-runserver tool +app-text/blogc:make - Build blogc-make tool app-text/crm114:mew - Add support for using the mewdecode mime decoder (app-emacs/mew) app-text/crm114:mimencode - Add support for using the mimencode mime (net-mail/metamail) app-text/crm114:normalizemime - Add support for using the normalizemime (mail-filter/normalizemime) -app-text/cuneiform:graphicsmagick - Enables support of various input formats using media-gfx/graphicsmagick. Otherwise only uncompressed BMP files are supported. -app-text/cuneiform:imagemagick - Enables support of various input formats using media-gfx/imagemagick. Otherwise only uncompressed BMP files are supported. app-text/dbacl:interactive - Enable the interactive mailinspect ability app-text/dictd:judy - Build Judy-based (dev-libs/judy) plugin implementing fast "exact" and especially "lev" strategies app-text/dictd:minimal - Don't build server but dict client, dictzip and dictfmt only. app-text/docbook-sgml-utils:jadetex - Add support for app-text/jadetex (for processing tex files produced by the TeX backend of Jade) app-text/docbook-xsl-ns-stylesheets:ruby - Install the Ruby-based dbtoepub script; requires an interpreter compatible with app-eselect/eselect-ruby. app-text/docbook-xsl-stylesheets:ruby - Install the Ruby-based dbtoepub script; requires an interpreter compatible with app-eselect/eselect-ruby. -app-text/dvipng:t1lib - Enable support for T1lib font rendering (media-libs/t1lib) +app-text/ebook-tools:lit2epub - Install lit2epub script +app-text/editorconfig-core-c:cli - Install command line interface. app-text/enchant:aspell - Adds support for app-text/aspell spell checker app-text/enchant:hunspell - Adds support for app-text/hunspell spell checker app-text/enchant:zemberek - Adds support for app-text/zemberek-server spell checker server app-text/evince:dvi - Enable the built-in DVI viewer -app-text/evince:libsecret - Enable support for credentials store app-text/evince:nautilus - Enable property page extension in gnome-base/nautilus app-text/evince:t1lib - Enable the Type-1 fonts for the built-in DVI viewer (media-libs/t1lib) app-text/evince:xps - Enable XPS viewer using app-text/libgxps @@ -1135,13 +1090,15 @@ app-text/groonga:nfkc - Use nfkc based utf8 normalization app-text/groonga:sphinx - Enable document generation by app-misc/sphinx app-text/groonga:uyield - Build for detecting race conditions app-text/groonga:zeromq - Enable net-libs/zeromq used for suggestion -app-text/gtkspell:vala - Enable bindings for dev-lang/vala app-text/hyperestraier:mecab - Enable app-text/mecab support for Estraier app-text/jmupdf:system-mupdf - Link against system version of app-text/mupdf app-text/lcdf-typetools:kpathsea - Enable integration with kpathsea search library (TeX related) -app-text/liblangtag:introspection - Use dev-libs/gobject-introspection for introspection -app-text/libwpd:tools - Build miscellaneous tools -app-text/lodgeit:vim - Install a vim plugin allowing to paste and download from within vim +app-text/libebook:tools - Build file conversion tools +app-text/libmwaw:tools - Build file conversion tools +app-text/libstaroffice:tools - Build conversion tools +app-text/libstaroffice:zlib - Enable support for compressed data +app-text/libwpd:tools - Build file conversion tools +app-text/libwps:tools - Build file conversion tools app-text/mathtex:png - Generate png images by default instead of gif app-text/mupdf:openssl - Use dev-libs/openssl crypto backend app-text/pandoc:embed_data_files - Embed data files in binary for relocatable executable. @@ -1151,25 +1108,41 @@ app-text/pandoc:make-pandoc-man-pages - Build program to regenerate pandoc man p app-text/pandoc:network-uri - Get Network.URI from the network-uri package. app-text/pandoc:trypandoc - Build trypandoc cgi executable. app-text/pastebinit:crypt - Install pbputs for gpg-encrypted pastes -app-text/pdf2djvu:graphicsmagick - Enable media-gfx/graphicsmagick support app-text/pdfgrep:unac - Removing accents and ligatures before search app-text/pelican:markdown - Markdown support app-text/podofo:boost - Add support for boost -app-text/poppler:introspection - Enable GObject introspection. +app-text/poppler:cairo-qt - Enable experimental Cairo font rasterizer for Qt4 backend. +app-text/poppler:nss - Enable signatures handling with dev-libs/nss app-text/poppler:utils - Install command-line PDF converters and various utilities. +app-text/qpdf:perl - Install fix-qdf tool (for reverting PDF edits) written in perl app-text/qpdfview:fitz - Use experimental fitz rendering, provided by app-text/mupdf, instead of poppler app-text/qpdfview:synctex - Add support for searching TeX sources +app-text/sdcv:darkterm - Improve readability of color output on terminals with dark background. app-text/sgmltools-lite:jadetex - Add support for app-text/jadetex (for processing tex files produced by the TeX backend of Jade) -app-text/stardict:espeak - Enable text to speech synthesizer using espeak engine -app-text/stardict:gucharmap - Enable gucharmap dictionary plugin +app-text/stardict:advertisement - Enable stardict advertisements plugin +app-text/stardict:cal - Enable calendar support using cal program +app-text/stardict:dictdotcn - Enable dict.cn network plugin (for Chinese language) +app-text/stardict:espeak - Enable text to speech synthesizer plugin using app-accessibility/espeak engine +app-text/stardict:flite - Enable text to speech synthesizer plugin using app-accessibility/flite engine +app-text/stardict:fortune - Enable plugin to read fortune messages using games-misc/fortune-mod. You may consider installing games-misc/fortune-mod-all to get all fortune messages. +app-text/stardict:gucharmap - Enable plugin for unicode symbols description using gnome-extra/gucharmap +app-text/stardict:htmlparse - Enable plugin to parse dictionaries with html content +app-text/stardict:info - Enable plugin to read info pages +app-text/stardict:man - Enable plugin to read manual pages +app-text/stardict:powerwordparse - Enable plugin to parse powerword dictionaries app-text/stardict:pronounce - Install WyabdcRealPeopleTTS package (it is just many .wav files) to make StarDict pronounce English words app-text/stardict:qqwry - Enable QQWry plugin, which provides information (in Chinese language) about geographical positions, owner, etc. for IP addresses -app-text/stardict:tools - Build and install the extra stardict tools -app-text/tesseract:linguas_chr - Enable support for the Cherokee language. -app-text/tesseract:linguas_jp - Enable support for Japanese. +app-text/stardict:tools - Build and install dictionary management tools and converters from various dictionary formats +app-text/stardict:updateinfo - Enable plugin to check for stardict updates +app-text/stardict:wikiparse - Enable plugin to parse dictionaries in wikimedia format +app-text/stardict:wordnet - Enable wordnet plugin to find similar English words using lexical database +app-text/stardict:xdxfparse - Enable plugin to parse dictionaries in xdxf (XML Dictionary eXchange Format) +app-text/stardict:youdaodict - Enable youdao.com network plugin (for Chinese language) +app-text/tesseract:math - Enable support for recognition of equations. app-text/tesseract:opencl - Enable opencl support for speedup using GPU computation. app-text/tesseract:osd - Enable support orientation and script detection. -app-text/tesseract:scrollview - Enable graphics support (ScrollView). +app-text/tesseract:scrollview - Install viewer to debug recognition (ScrollView). +app-text/tesseract:training - Install training applications to add support for new languages. app-text/tesseract:webp - Enable support for webp image format. app-text/texlive:context - Add support for the ConTeXt format (dev-texlive/texlive-context) app-text/texlive:detex - Add support for dev-tex/detex, a filter program that removes the LaTeX (or TeX) control sequences @@ -1193,12 +1166,12 @@ app-text/texlive:tex4ht - Add support for dev-tex/tex4ht (for converting (La)TeX app-text/texlive:texi2html - Add support for app-text/texi2html which converts texi files to HTML. app-text/texlive:xetex - Add support for XeTeX macros (dev-texlive/texlive-xetex) app-text/texlive:xindy - Add support for app-text/xindy, a flexible indexing system +app-text/texlive-core:luajittex - Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster. app-text/texlive-core:xetex - Add support for XeTeX: a TeX system with Unicode and modern font technologies. app-text/wdiff:experimental - Build experimental utilities (mdiff, unify, wdiff2) app-text/webgen:builder - Enable programmatic HTML/XML generation app-text/webgen:highlight - Enable syntax highlighting for certain plugins app-text/webgen:markdown - Markdown support -app-text/wgetpaste:lodgeit-default - Set one of lodgeit-like (ex http://paste.pocoo.org) services as default app-text/wklej:vim - Install the vim plugin allowing to paste through ':Wklej'. app-text/writerperfect:abiword - Add support for abiword format using app-text/libabw app-text/writerperfect:ebook - Add support for various ebook formats using app-text/libebook @@ -1213,37 +1186,34 @@ app-text/writerperfect:wpd - Add support for wpd format using app-text/libwpd app-text/writerperfect:wpg - Add support for wpg format using app-text/libwpg app-text/writerperfect:wps - Add support for wps format using app-text/libwps app-text/wv:tools - Install optional utilities considered deprecated in favor of using AbiWord. -app-text/xiphos:webkit - Use net-libs/webkit-gtk instead of gnome-extra/gtkhtml +app-text/xmlto:text - Support conversion from XML to plain text app-text/yagf:cuneiform - Enable support for the app-text/cuneiform OCR engine. app-text/yagf:tesseract - Enable support for the app-text/tesseract OCR engine. app-text/zathura:magic - Use libmagic to determine mimetypes +app-text/zathura:synctex - Use libsynctex to get latex codeline from pdf app-text/zathura-meta:cb - Install plug-in for ComicBook support app-vim/gentoo-syntax:ignore-glep31 - Remove GLEP 31 (UTF-8 file encodings) settings app-vim/vim-latex:html - Install HTML documentation app-vim/vim-latex:python - Enable python support which can help speed up some functionality app-vim/youcompleteme:clang - Enable semantic support for C-family languages using sys-devel/clang +dev-cpp/eigen:c++11 - Build using the C++11 standard +dev-cpp/eigen:cpu_flags_x86_f16c - Take advantage of CPU feature f16c +dev-cpp/eigen:cuda - Build with cuda support dev-cpp/glog:gflags - Use dev-cpp/gflags for flag parsing dev-cpp/glog:unwind - Use sys-libs/libunwind for stack unwinding instead of glibc/gcc (may be more reliable on x86_64) dev-cpp/libcmis:man - Build and install man pages. -dev-cpp/libjson-rpc-cpp:http-client - Build support for HTTP client using dev-util/curl +dev-cpp/libjson-rpc-cpp:http-client - Build support for HTTP client using net-misc/curl dev-cpp/libjson-rpc-cpp:http-server - Build support for HTTP server using net-libs/libmicrohttpd dev-cpp/libjson-rpc-cpp:stubgen - Build header stub code generator (needed for development and when pregenerated headers are not bundled) dev-cpp/pficommon:fcgi - Build FCGI feature dev-cpp/pficommon:mprpc - Build MessagePack RPC feature dev-cpp/websocketpp:boost - Use dev-libs/boost instead of C++11 dev-cpp/xsd:ace - Enable support for serializing to/from an ACE CDR stream +dev-db/aerospike-server-community:tools - Install extra tools dev-db/cppdb:mysql_internal - Don't build a separate mysql loadable module but rather build it into the cppdb library itself dev-db/cppdb:odbc_internal - Don't build a separate postgresql loadable module but rather build it into the cppdb library itself dev-db/cppdb:postgres_internal - Don't build a separate odbc loadable module but rather build it into the cppdb library itself dev-db/cppdb:sqlite_internal - Don't build a separate sqlite3 loadable module but rather build it into the cppdb library itself -dev-db/drizzle:curl - Enable the HTTP authentication plugin (using net-misc/curl). This is needed for the tests to apply properly. -dev-db/drizzle:doc - Build the API documentation for the package, using app-doc/doxygen. Warning, this might take over an hour on slower machines. -dev-db/drizzle:gearman - Enable the gearman plugins for user-defined functions and logging (using sys-cluster/gearman). -dev-db/drizzle:haildb - Use the dev-db/haildb libraries to replace the innodb plugin storage engine with haildb (an innodb fork). -dev-db/drizzle:md5 - Enable the MD5 plugin, using dev-libs/libgcrypt; this replaces the older openssl and gnutls USE flags. -dev-db/drizzle:memcache - Enable the memcache plugin for user-defined functions and statistics in I_S tables (using dev-libs/libmemcached). Currently restricts tests because of an upstream testsuite bug. -dev-db/drizzle:pam - Enable the PAM authentication plugin (using sys-libs/pam). The configuration file created will be /etc/pam.d/drizzle. -dev-db/drizzle:v8 - Use dev-lang/v8. dev-db/firebird:client - Install client library and header files only dev-db/firebird:superserver - Install SuperServer dev-db/firebird:xinetd - Install ClassicServer @@ -1254,34 +1224,49 @@ dev-db/mariadb:cluster - Add support for NDB clustering (deprecated) dev-db/mariadb:community - Enables the community features from upstream. dev-db/mariadb:embedded - Build embedded server (libmysqld) dev-db/mariadb:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) +dev-db/mariadb:galera - Enables galera replication +dev-db/mariadb:innodb-lz4 - Enables lz4 compression methods for InnoDB/XtraDB +dev-db/mariadb:innodb-lzo - Enables lzo compression methods for InnoDB/XtraDB +dev-db/mariadb:innodb-snappy - Enables snappy compression methods for InnoDB/XtraDB using app-arch/snappy +dev-db/mariadb:jdbc - Enable the CONNECT engine to access foreign databases via JDBC dev-db/mariadb:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mariadb:latin1 - Use LATIN1 encoding instead of UTF8 +dev-db/mariadb:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/mariadb:max-idx-128 - Raise the max index per table limit from 64 to 128 dev-db/mariadb:minimal - Install client programs only, no server +dev-db/mariadb:mroonga - Add support for the Mroonga engine for interfacing with the Groonga text search +dev-db/mariadb:openssl - Enable SSL connections and crypto functions using dev-libs/openssl dev-db/mariadb:oqgraph - Add support for the Open Query GRAPH engine +dev-db/mariadb:pam - Enable the optional PAM authentication plugin for the server dev-db/mariadb:profiling - Add support for statement profiling (requires USE=community). +dev-db/mariadb:server - Build the server program dev-db/mariadb:sphinx - Add suport for the sphinx full-text search engine +dev-db/mariadb:sst-rsync - Add tools needed to support the rsync SST method +dev-db/mariadb:sst-xtrabackup - Add tools needed to support the xtrabackup and xtrabackup-v2 SST methods dev-db/mariadb:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-db/mariadb:test - Install upstream testsuites for end use. dev-db/mariadb:tokudb - Add support for TokuDB storage engine -dev-db/mariadb-galera:cluster - Add support for NDB clustering (deprecated) -dev-db/mariadb-galera:community - Enables the community features from upstream. +dev-db/mariadb:yassl - Enable SSL connections and crypto functions using the bundled yaSSL dev-db/mariadb-galera:embedded - Build embedded server (libmysqld) dev-db/mariadb-galera:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) +dev-db/mariadb-galera:jdbc - Enable the CONNECT engine to access foreign databases via JDBC dev-db/mariadb-galera:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mariadb-galera:latin1 - Use LATIN1 encoding instead of UTF8 -dev-db/mariadb-galera:minimal - Install client programs only, no server +dev-db/mariadb-galera:libressl - Enable SSL connections and crypto functions using dev-libs/libressl +dev-db/mariadb-galera:openssl - Enable SSL connections and crypto functions using dev-libs/openssl dev-db/mariadb-galera:oqgraph - Add support for the Open Query GRAPH engine dev-db/mariadb-galera:profiling - Add support for statement profiling (requires USE=community). +dev-db/mariadb-galera:server - Build the server program dev-db/mariadb-galera:sphinx - Add suport for the sphinx full-text search engine dev-db/mariadb-galera:sst-rsync - Add tools needed to support the rsync SST method dev-db/mariadb-galera:sst-xtrabackup - Add tools needed to support the xtrabackup and xtrabackup-v2 SST methods dev-db/mariadb-galera:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-db/mariadb-galera:test - Install upstream testsuites for end use. dev-db/mariadb-galera:tokudb - Add support for TokuDB storage engine +dev-db/mariadb-galera:yassl - Enable SSL connections and crypto functions using the bundled yaSSL +dev-db/maxscale:jemalloc - Use dev-libs/jemalloc for allocations +dev-db/maxscale:rabbitmq - Add support for RabbitMQ message queue dev-db/mongodb:mms-agent - Install the MongoDB Monitoring Service agent -dev-db/mongodb:sharedclient - build client shared library libmongoclient.so -dev-db/mongodb:spidermonkey - Use embedded SpiderMonkey engine (dev-lang/spidermonkey) instead of v8 dev-db/mongodb:tools - Install the MongoDB tools (mongoimport, mongodump...) from app-admin/mongo-tools dev-db/mysql:cluster - Add support for NDB clustering (deprecated) dev-db/mysql:community - Enables the community features from upstream. @@ -1289,33 +1274,50 @@ dev-db/mysql:embedded - Build embedded server (libmysqld) dev-db/mysql:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) dev-db/mysql:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mysql:latin1 - Use LATIN1 encoding instead of UTF8 +dev-db/mysql:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/mysql:max-idx-128 - Raise the max index per table limit from 64 to 128 dev-db/mysql:minimal - Install client programs only, no server +dev-db/mysql:openssl - Enable SSL connections and crypto functions using dev-libs/openssl dev-db/mysql:profiling - Add support for statement profiling (requires USE=community). +dev-db/mysql:server - Build the server program dev-db/mysql:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-db/mysql:test - Install upstream testsuites for end use. +dev-db/mysql:yassl - Enable SSL connections and crypto functions using the bundled yaSSL dev-db/mysql-cluster:cluster - Add support for NDB clustering dev-db/mysql-cluster:community - Enables the community features from upstream. dev-db/mysql-cluster:embedded - Build embedded server (libmysqld) dev-db/mysql-cluster:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) dev-db/mysql-cluster:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mysql-cluster:latin1 - Use LATIN1 encoding instead of UTF8 +dev-db/mysql-cluster:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/mysql-cluster:max-idx-128 - Raise the max index per table limit from 64 to 128 dev-db/mysql-cluster:minimal - Install client programs only, no server +dev-db/mysql-cluster:openssl - Enable SSL connections and crypto functions using dev-libs/openssl dev-db/mysql-cluster:profiling - Add support for statement profiling (requires USE=community). dev-db/mysql-cluster:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-db/mysql-cluster:test - Install upstream testsuites for end use. +dev-db/mysql-cluster:yassl - Enable SSL connections and crypto functions using the bundled yaSSL dev-db/mysql-connector-c++:gcov - Build coverage support -dev-db/percona-server:cluster - Add support for NDB clustering (deprecated) -dev-db/percona-server:community - Enables the community features from upstream. +dev-db/oracle-instantclient:jdbc - Support for XA, Internationalization, and RowSet operations under JDBC. +dev-db/oracle-instantclient:odbc - Libraries for enabling ODBC applications. +dev-db/oracle-instantclient:sdk - Header files and an example makefile for developing Oracle applications. +dev-db/oracle-instantclient:sqlplus - Libraries and executable for running SQL*Plus. +dev-db/oracle-instantclient:tools - Workload Replay Client. dev-db/percona-server:embedded - Build embedded server (libmysqld) dev-db/percona-server:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) dev-db/percona-server:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/percona-server:latin1 - Use LATIN1 encoding instead of UTF8 -dev-db/percona-server:minimal - Install client programs only, no server +dev-db/percona-server:libressl - Enable SSL connections and crypto functions using dev-libs/libressl +dev-db/percona-server:numa - Enable NUMA support using sys-process/numactl (NUMA kernel support is also required) +dev-db/percona-server:openssl - Enable SSL connections and crypto functions using dev-libs/openssl dev-db/percona-server:profiling - Add support for statement profiling (requires USE=community). +dev-db/percona-server:server - Build the server program dev-db/percona-server:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-db/percona-server:test - Install upstream testsuites for end use. +dev-db/percona-server:tokudb - Add support for TokuDB storage engine +dev-db/percona-server:tokudb-backup-plugin - Builds the TokuDB backup plugin +dev-db/percona-server:yassl - Enable SSL connections and crypto functions using the bundled yaSSL +dev-db/percona-xtrabackup:system-boost - Use system boost (dev-libs/boost) instead of bundled one dev-db/pgadmin3:databasedesigner - Enable the Database Designer component dev-db/pgbouncer:libevent - Use libevent 2.0+ and evdns as the DNS backend dev-db/pgbouncer:udns - Use udns as the DNS backend. Supports IPv4 only. @@ -1332,7 +1334,10 @@ dev-db/recutils:curl - Enable support for remote descriptors using libcurl dev-db/recutils:mdb - Build the mdb2rec utility dev-db/recutils:uuid - Enable support for uuid types dev-db/redis:jemalloc - Use dev-libs/jemalloc for allocations. +dev-db/redis:luajit - Use dev-lang/luajit instead of dev-lang/lua dev-db/redis:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations. +dev-db/rethinkdb:jemalloc - Use dev-libs/jemalloc for allocations (default). +dev-db/rethinkdb:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations. dev-db/soci:boost - Enable boost support dev-db/soci:empty - Build the sample backend called Empty dev-db/spatialite:geos - Add the sci-libs/geos library for exact topological tests @@ -1340,6 +1345,7 @@ dev-db/spatialite:proj - Add the sci-libs/proj library for reprojection features dev-db/spatialite:xls - Add the dev-libs/freexl library for xls import support dev-db/sqlite:secure-delete - Enable overwriting of deleted content with zeros by default (http://sqlite.org/pragma.html#pragma_secure_delete), causing some performance penalty dev-db/sqlite:tools - Install additional tools +dev-db/sqlitestudio:cli - Build CLI interface dev-db/tokumx:pax_kernel - Apply patch needed for hardened kernels dev-db/unixODBC:minimal - Disable bundled drivers and extra libraries (most users don't need these) dev-db/unixODBC:odbcmanual - Administrator, Internal Structure, Programmer and User documentation @@ -1350,6 +1356,7 @@ dev-embedded/openocd:cmsis-dap - Support for CMSIS-DAP compliant adapters dev-embedded/openocd:dummy - Build the dummy port driver dev-embedded/openocd:ftd2xx - Enable support for USB FTDI chips via dev-embedded/libftd2xx dev-embedded/openocd:ftdi - Enable support for USB FTDI chips via dev-embedded/libftdi +dev-embedded/openocd:jlink - Build the SEGGER J-Link driver dev-embedded/openocd:minidriver - Build the dummy minidriver dev-embedded/openocd:parport - Enable support for parport JTAG devices dev-embedded/openocd:presto - Enable support for AXIS PRESTO devices @@ -1357,11 +1364,33 @@ dev-embedded/openocd:segger - Enable support for the Segger J-Link JTAG dev-embedded/openocd:stlink - Enable building support for the ST-Link JTAG Programmer dev-embedded/openocd:verbose-io - Verbose IO and comm JTAG and USB messages dev-embedded/openocd:versaloon - Enable building support for the Versallon-lInk JTAG -dev-embedded/sdcc:boehm-gc - Enable Hans Boehm's garbage collector (dev-libs/boehm-gc) +dev-embedded/sdcc:boehm-gc - Enable Hans Boehm's garbage collector dev-libs/boehm-gc +dev-embedded/sdcc:device-lib - Enable built of devices libraries +dev-embedded/sdcc:ds390 - Add support for Dallas DS390 +dev-embedded/sdcc:ds400 - Add support for Dallas DS400 +dev-embedded/sdcc:gbz80 - Add support for Gameboy gbz80 +dev-embedded/sdcc:hc08 - Add support for Freescale/Motorola HC08 based +dev-embedded/sdcc:mcs51 - Add support for Intel mcs51 +dev-embedded/sdcc:non-free - Enable non-free runtime library parts +dev-embedded/sdcc:packihx - Enable Intel HEX files pack utility +dev-embedded/sdcc:pic14 - Add support for Microchip 14 bits PICs +dev-embedded/sdcc:pic16 - Add support for Microchip 16 bits PICs +dev-embedded/sdcc:r2k - Add support for Rabbit 2000 +dev-embedded/sdcc:r3ka - Add support for Rabbit 3000A +dev-embedded/sdcc:s08 - Add support for Freescale/Motorola S08 +dev-embedded/sdcc:sdbinutils - Enable SDCC library archive utilities sdar, sdranlib, sdnm +dev-embedded/sdcc:sdcdb - Enable SDCC source level debugger +dev-embedded/sdcc:sdcpp - Enable SDCC preprocessor based on GCC cpp +dev-embedded/sdcc:stm8 - Add support for STMicroelectronics STM8 +dev-embedded/sdcc:tlcs90 - Add support for TLCS-90 +dev-embedded/sdcc:ucsim - Enable software simulator for microcontrollers +dev-embedded/sdcc:z180 - Add support for Zilog Z180 +dev-embedded/sdcc:z80 - Add support for Zilog Z80 dev-embedded/urjtag:ftd2xx - Enable support for USB FTDI chips via dev-embedded/libftd2xx dev-embedded/urjtag:ftdi - Enable support for USB FTDI chips via dev-embedded/libftdi -dev-games/aseprite:memleak - Enable memory-leaks detector (only for developers) -dev-games/aseprite:static - Link against static version of C and C++ runtimes +dev-games/aseprite:bundled-libs - Use the upstream provided bundled version of allegro 4.4.2 +dev-games/aseprite:gtk3 - Enable support for the experimental native GTK File Dialog +dev-games/aseprite:webp - Enable webp image format support dev-games/cegui:devil - Build the DevIL based ImageCodec module dev-games/cegui:freeimage - Build the FreeImage based ImageCodec module dev-games/cegui:irrlicht - Enable the Irrlicht renderer @@ -1399,8 +1428,10 @@ dev-games/ogre:zip - support zip archives dev-games/openscenegraph:asio - Enable support for dev-cpp/asio library dev-games/openscenegraph:fox - Build examples using x11-libs/fox library dev-games/openscenegraph:gdal - Enable support for sci-libs/gdal library +dev-games/openscenegraph:las - Enable support for geospatial data LAS LiDAR format using sci-geosciences/liblas dev-games/openscenegraph:openinventor - Build OpenInventor plugin dev-games/openscenegraph:osgapps - Build osg applications +dev-games/openscenegraph:sdl2 - Use media-libs/libsdl2 additionally to media-libs/libsdl dev-games/openscenegraph:xrandr - Enable support for the X xrandr extension dev-games/physfs:grp - Enable Build Engine GRP archive support dev-games/physfs:hog - Enable Descent I/II HOG archive support @@ -1408,17 +1439,22 @@ dev-games/physfs:mvl - Enable Descent I/II MVL archive support dev-games/physfs:qpak - Enable Quake I/II QPAK archive support dev-games/physfs:wad - Enable Doom WAD archive support dev-games/physfs:zip - Enable ZIP archive support +dev-games/simgear:dns - Enables DNS resolver via net-libs/udns dev-games/simgear:subversion - Enables terrasync scenery downloader dev-haskell/abstract-deque:usecas - Enable the reference implementation to use hardware compare-and-swap. -dev-haskell/aeson:developer - Operate in developer mode.' dev-haskell/aeson-pretty:lib-only - don't build 'aeson-pretty' executable. dev-haskell/ansi-terminal:example - Build the example application. dev-haskell/ansi-wl-pprint:example - Build the example application. dev-haskell/authenticate:network-uri - Get Network.URI from the network-uri package +dev-haskell/bifunctors:semigroups - You can disable the use of the `semigroups` package using `-f-semigroups`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. +dev-haskell/bifunctors:tagged - You can disable the use of the `tagged` package using `-f-tagged`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. dev-haskell/biosff:fclip - Build the fclip executable. dev-haskell/biosff:flower - Build the flower executable. dev-haskell/biosff:frecover - Build the frecover executable. +dev-haskell/blaze-builder-enumerator:newbuilder - use bytestring-builder instead of blaze-builder-0.3 +dev-haskell/bytes:test-doctests - Enable the doctest suite when using the enable-tests option for cabal. dev-haskell/c2hs:regression - run regression tests +dev-haskell/cabal-install:network-uri - Get Network.URI from the network-uri package. dev-haskell/cabal-install:noprefs - Ignore 'preferred-versions' file from hackage's tarball. dev-haskell/certificate:executable - Build the executable dev-haskell/cgi:extensible-exceptions-in-base - Required to be enabled for >=dev-lang/ghc-7. @@ -1444,19 +1480,24 @@ dev-haskell/contravariant:tagged - You can disable the use of the `tagged` packa dev-haskell/cpu:executable - build 'cpuid' tool dev-haskell/crypto-api:all_cpolys - Build all the CMAC polynomes up to 10000 bits instead of just the usual ones dev-haskell/crypto-conduit:conduit11 - Use conduit >= 1.1. -dev-haskell/crypto-numbers:integer-gmp - use integer-gmp library -dev-haskell/crypto-pubkey:benchmark - Build benchmarks. dev-haskell/cryptohash:cryptoapi - Defines crypto-api instances +dev-haskell/cryptonite:integer-gmp - Whether or not to use GMP for some functions +dev-haskell/cryptonite:support_aesni - allow compilation with AESNI on system and architecture that supports it +dev-haskell/cryptonite:support_deepseq - add deepseq instances for cryptographic types +dev-haskell/cryptonite:support_pclmuldq - Allow compilation with pclmuldq on architecture that supports it +dev-haskell/cryptonite:support_rdrand - allow compilation with AESNI on system and architecture that supports it dev-haskell/dav:network-uri - Get Network.URI from the network-uri package. dev-haskell/distributive:lib-werror - Compile with the ghc -Werror option dev-haskell/encoding:systemencoding - Provide the getSystemEncoding action to query the locale. dev-haskell/entropy:halvm - Build for the HaLVM. dev-haskell/filestore:maxcount - Make use of a recent (>= 2.3.0) Darcs feature which vastly improves the performance of 'latest'. You should disable this flag if you plan to use gitit with an older version of Darcs, or 'latest' will raise an error. dev-haskell/glib:closure_signals - Use the the GClosure-based signals implementation. -dev-haskell/glut:usenativewindowslibraries - When compiling under Windows, use the native libraries instead of e.g. the ones coming with Cygwin. -dev-haskell/gtk:fmode-binary - Set the default file translation mode for file I/O operations to _O_BINARY. Some GTK libraries open image files without specifing binary mode. If you have trouble loading gtk in ghci, then it may help to turn this option off. +dev-haskell/gtk:deprecated - Include definitions in this library that are considered obsolete. +dev-haskell/gtk:fmode-binary - Set the default file translation mode for file I/O operations to _O_BINARY. dev-haskell/gtk:gio - Depend on GIO package, thereby enabling certain features. dev-haskell/gtk2hs-buildtools:closuresignals - Use the the GClosure-based signals implementation. +dev-haskell/gtk3:fmode-binary - Set the default file translation mode for file I/O operations to _O_BINARY. +dev-haskell/gtk3:gio - Depend on GIO package, thereby enabling certain features. dev-haskell/happstack-server:network-uri - Get Network.URI from the network-uri package dev-haskell/happstack-server:template_haskell - Description: Template Haskell is available on this system dev-haskell/hashed-storage:diff - Provide the Storage.Hashed.Diff module. @@ -1471,24 +1512,24 @@ dev-haskell/hdbc-odbc:buildstresstest - Build stress test dev-haskell/highlighting-kate:executable - Build the Highlight executable. dev-haskell/highlighting-kate:pcre-light - Use the pcre-light library instead of regex-pcre-builtin. dev-haskell/hlint:gpl - Use GPL libraries, specifically hscolour. +dev-haskell/hps:build-exec - Build the `hps-fractals' executable dev-haskell/hs3:network-uri - Get Network.URI from the network-uri package. dev-haskell/hslogger:buildtests - Build the executable to run unit tests. dev-haskell/hslua:apicheck - Compile Lua with -DLUA_USE_APICHECK.. dev-haskell/hslua:system-lua - Use the system-wide lua instead of the bundled copy. dev-haskell/hsopenssl:fast-bignum - Enable fast moving of bignums between OpenSSL and GMP (GHC Only) -dev-haskell/hstringtemplate:quasi-quotation - Build module providing a quasi-quoter -dev-haskell/hstringtemplate:syb-with-class - Generic instances for TOSElem dev-haskell/http:conduit10 - Use version 1.0.x or below of the conduit package (for the test suite). dev-haskell/http:network-uri - Get Network.URI from the network-uri package. dev-haskell/http-client:network-uri - Get Network.URI from the network-uri package. dev-haskell/httpd-shed:buildexamples - Build example executables. dev-haskell/httpd-shed:network-uri - Get Network.URI from the network-uri package. dev-haskell/hxt:network-uri - Get Network.URI from the network-uri package. -dev-haskell/ieee754:big_endian - Build for a big endian machine. Beware that only little endian machines have been tested. +dev-haskell/icalendar:network-uri - use network-uri package dev-haskell/json:generic - Add support for generic encoder (dev-haskell/syb) dev-haskell/json:mapdict - Encode Haskell maps as JSON dicts dev-haskell/json:parsec - Add support for parsing with Parsec dev-haskell/json:pretty - Add support for using pretty printing combinators +dev-haskell/language-dot:executable - Build the `ppdot' executable dev-haskell/lens:benchmark-uniplate - Enable benchmarking against Neil Mitchell's uniplate library for comparative performance analysis. Defaults to being turned off to avoid the extra dependency. dev-haskell/lens:dump-splices - Build and run the doctests test-suite. dev-haskell/lens:inlining - Generate inline pragmas when using template-haskell. This defaults to enabled, but you can to shut it off to benchmark the relative performance impact, or as last ditch effort to address compile errors resulting from the myriad versions of template-haskell that all purport to be 2.8. @@ -1502,10 +1543,12 @@ dev-haskell/lens:test-hunit - You can disable the hunit test suite with -f-test- dev-haskell/lens:test-properties - Build the properties test if we're building tests dev-haskell/lens:trustworthy - Assert that we are trustworthy when we can dev-haskell/lifted-async:monad-control-1 - Use moand-control == 1.* +dev-haskell/linear:template-haskell - You can disable the use of the `template-haskell` package using `-f-template-haskell`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. dev-haskell/monad-control:instancest - If enabled this package will export MonadBaseControl instances for the lazy and strict ST monad. If disabled these instances are only exported when base >= 4.4. If enabled it is required that the transformer-base package exports MonadBase instances for ST. It will do this by default. dev-haskell/monad-logger:template_haskell - Enable Template Haskell support. dev-haskell/monad-par:chaselev - Use Chase-Lev Deques for higher-perf work-stealing. dev-haskell/nats:hashable - You can disable the use of the `hashable` package using USE=-hashable. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If set we will not supply an instance of `Hashable`. +dev-haskell/network-data:small_base - Build the split-up base package. dev-haskell/pandoc-citeproc:bibutils - use Chris Putnam's app-text/bibutils dev-haskell/pandoc-citeproc:embed_data_files - Embed locale files into the library (needed for windows packaging) dev-haskell/pandoc-citeproc:hexpat - use dev-haskell/hexpat instead of dev-haskell/xml for XML parsing @@ -1515,19 +1558,20 @@ dev-haskell/pandoc-citeproc:test_citeproc - Build the test-citeproc program dev-haskell/pandoc-citeproc:unicode_collation - Use Haskell bindings to the dev-libs/icu dev-haskell/persistent:nooverlap - Use OverlappingInstances only for String. Only developers should use this. dev-haskell/persistent-sqlite:build-sanity-exe - Build a sanity check test executable. -dev-haskell/persistent-sqlite:systemlib - Use the system-wide sqlite library. +dev-haskell/publicsuffixlist:create - export Network.PublicSuffixList.Create module +dev-haskell/publicsuffixlist:runtimelist - read suffix list from dist at startup instead of embedding list into library dev-haskell/quickcheck:template_haskell - Enable additional test modules requiring Template Haskell support. dev-haskell/recaptcha:network-uri - Get Network.URI from the network-uri package. -dev-haskell/reflection:th - Enable template haskell. -dev-haskell/regex-compat-tdfa:newbase - Use base-4.0 or newer. -dev-haskell/regex-compat-tdfa:splitbase - Use the new smaller, split-up base package. +dev-haskell/reflection:template-haskell - Enable template haskell. dev-haskell/rfc5051:mkunicodedata - build codes generator itself dev-haskell/sandi:with-conduit - Build with conduit dev-haskell/scientific:bytestring-builder - Provide the Data.ByteString.Builder.Scientific module (requires bytestring >= 0.10). +dev-haskell/semigroupoid-extras:profunctors - You can disable the use of the `profunctors` package using `-f-profunctors`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. dev-haskell/semigroupoids:comonad - You can disable the use of the `comonad` package using `-f-comonad`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Comonad` dev-haskell/semigroupoids:containers - You can disable the use of the `containers` package using `-f-containers`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. dev-haskell/semigroupoids:contravariant - You can disable the use of the `contravariant` package using `-f-contravariant`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Contravariant` dev-haskell/semigroupoids:distributive - You can disable the use of the `distributive` package using `-f-distributive`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Distributive` +dev-haskell/semigroupoids:tagged - You can disable the use of the `tagged` package using `-f-tagged`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. dev-haskell/semigroups:bytestring - You can disable the use of the `bytestring` package using USE=-bytestring. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. dev-haskell/semigroups:containers - You can disable the use of the `containers` package using USE=-containers. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. dev-haskell/semigroups:deepseq - You can disable the use of the `deepseq` package using `-f-deepseq`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. @@ -1542,6 +1586,7 @@ dev-haskell/shakespeare:test_roy - Render tests through roy render function. dev-haskell/shakespeare-js:test_coffee - Test coffee. dev-haskell/shakespeare-js:test_export - Test export. dev-haskell/shakespeare-js:test_roy - Test roy. +dev-haskell/shelly:lifted - run the tests against Shelly.Lifted dev-haskell/simple-sendfile:allow-bsd - Allow use of BSD sendfile (disable on GNU/kFreeBSD) dev-haskell/skein:big-endian - When manually selecting the endianness, use big-endian (default is little-endian). dev-haskell/skein:force-endianness - Use a manually selected endian when compiling (see flag 'big-endian'). @@ -1556,10 +1601,16 @@ dev-haskell/tasty-quickcheck:old-quickcheck - Use Quick-Check < 2.7. dev-haskell/texmath:executable - Compile test executable. dev-haskell/texmath:network-uri - Get Network.URI from the network-uri package. dev-haskell/text:developer - operate in developer mode -dev-haskell/tls:compat - Accept SSLv2 compatible handshake +dev-haskell/thyme:bug-for-bug - bug-for-bug compatibility with time +dev-haskell/thyme:lens - use the full lens package +dev-haskell/thyme:show-internal - instance Show of internal representation +dev-haskell/tls:compat - Accept SSLv2 compatible handshake. +dev-haskell/tls:network - Use the base network library. dev-haskell/transformers-base:orphaninstances - Build instances for orphan datatypes. dev-haskell/transformers-compat:three - Use transformers-0.3 dev-haskell/unix-compat:old-time - build against old-time package +dev-haskell/uuagc:bootstrap_external - Use an external uuagc executable for bootstrapping. +dev-haskell/uuagc:with-loag - Use dev-haskell/minisat external SAT-solver to schedule all Linear Ordered AGs. dev-haskell/vector:boundschecks - Enable bounds checking dev-haskell/vector:internalchecks - Enable internal consistency checks at the cost of a significant performance penalty dev-haskell/vector:unsafechecks - Enable bounds checking in unsafe operations at the cost of a significant performance penalty @@ -1575,11 +1626,14 @@ dev-haskell/warp:warp-debug - Add additional debuging information dev-haskell/x11:screensaver - whether to build XScreenSaver. dev-haskell/x509-store:executable - Build the executable dev-haskell/xss-sanitize:network-uri - Get Network.URI from the network-uri package. +dev-haskell/yaml:no-examples - don't build the examples dev-haskell/yaml:no-exe - don't install the yaml2json executable +dev-haskell/yaml:no-unicode - Don't enable unicode output. Instead, unicode characters will be escaped. dev-haskell/yaml:system-libyaml - Use system libyaml instead on generic one dev-haskell/yesod-auth:network-uri - Get Network.URI from the network-uri package dev-haskell/yesod-form:network-uri - Get Network.URI from the network-uri package dev-haskell/zip-archive:executable - Build the Zip executable. +dev-haskell/zlib:non-blocking-ffi - Execute FFI calls in the context of haskell thread. dev-java/ant:antlr - Enable ANTLR Ant tasks dev-java/ant:bcel - Enable bcel (bytecode manipulation) Ant tasks dev-java/ant:commonslogging - Enable commons-logging Ant tasks @@ -1594,22 +1648,15 @@ dev-java/ant:oro - Enable Apache Oro Ant tasks dev-java/ant:regexp - Enable Apache Regexp Ant tasks dev-java/ant:resolver - Enable Apache Resolver Ant tasks dev-java/ant:testutil - Enable optional test util classes -dev-java/antlr:gunit - gUnit is a "Unit Test" framework for ANTLR grammars -dev-java/antlr:script - Install a script to run antlr -dev-java/bcel:findbugs - Include performance patch for findbugs package. dev-java/commons-collections:test-framework - Install the test framework dev-java/commons-logging:avalon-framework - Add optional support for avalon-framework dev-java/commons-logging:avalon-logkit - Add optional support for avalon-logkit dev-java/commons-logging:log4j - Add optional support for log4j dev-java/commons-logging:servletapi - Add optional support for servletapi -dev-java/commons-modeler:commons-digester - Add support for the commons-digester based Mbeans Descriptor source dev-java/ecj-gcj:native - Build a native binary along with the jar. Provides faster execution time, but needs about 1G memory and some patience to compile. dev-java/eclipse-ecj:ant - Support using ecj in Ant builds via dev-java/ant-eclipse-ecj dev-java/emma:launcher - Install /usr/bin/emma. Collides with sci-biology/emboss. -dev-java/fop:hyphenation - Precompile hyphenation patterns from the dev-java/offo-hyphenation package and install them as fop-hyph.jar -dev-java/fop:jai - Enable jai support -dev-java/fop:jimi - Enable jimi support -dev-java/gjdoc:xmldoclet - Also build support for the xml doclet that generates output in xml instead of the traditional html javadoc. +dev-java/gcj-jdk:awt - Install AWT libraries, needed by some GUIs (not needed to build icedtea) dev-java/gnu-classpath:alsa - Build with ALSA javax.sound.midi provider dev-java/gnu-classpath:dssi - Build with DSSI javax.sound.midi provider dev-java/gnu-classpath:gconf - Build with GConf preferences backend @@ -1619,26 +1666,23 @@ dev-java/gnu-classpath:gstreamer - Build with GStreamer javax.sound.sampler prov dev-java/gnu-classpath:gtk - Build with Gtk+ AWT peers dev-java/gnu-classpath:qt4 - Build with Qt4 AWT peers dev-java/gnu-classpath:xml - Build with native XML backend -dev-java/httpcomponents-client:deprecated - Build deprecated classes -dev-java/httpcomponents-core:deprecated - Build deprecated classes -dev-java/ibm-jdk-bin:javacomm - Enable Java Communications API support -dev-java/icedtea:X - Make X buildtime-only depenency. -dev-java/icedtea:alsa - Make alsa buildtime-only dependency. -dev-java/icedtea:cacao - Build CACAO virtual machine on platforms supporting HotSpot. (experimental) -dev-java/icedtea:cups - Make CUPS build-only dependency. +dev-java/icedtea:cacao - Use the CACAO virtual machine rather than HotSpot. +dev-java/icedtea:cups - Link against the CUPS library at compile time, rather than using it dynamically at runtime. +dev-java/icedtea:headless-awt - Don't install the X backend for AWT, needed by some GUIs (used to be X flag) dev-java/icedtea:infinality - Enable better font rendering using fontconfig. dev-java/icedtea:jamvm - Use the JamVM virtual machine rather than HotSpot. dev-java/icedtea:jbootstrap - If possible, recompile the final IcedTea executables with itself. dev-java/icedtea:nsplugin - Enable browser plugin (NPPlugin), requires also the webstart flag to be enabled. dev-java/icedtea:nss - Enable NSS security provider support. -dev-java/icedtea:pax_kernel - For building when running a PaX enabled kernel. +dev-java/icedtea:pax_kernel - Apply patch needed for pax enabled kernels. +dev-java/icedtea:shenandoah - Include the Shenandoah ultra-low pause time garbage collector (-XX:+UseShenandoahGC) (x86_64 only) dev-java/icedtea:smartcard - Build the PCSC driver against pcsc-lite dev-java/icedtea:sunec - Build the SunEC provider against system NSS -dev-java/icedtea:systemtap - Enable SystemTap probes in HotSpot. dev-java/icedtea:webstart - Enable Web Start support (via NetX). dev-java/icedtea:zero - Enable Zero assembler port (usually for non-HotSpot architectures) +dev-java/icedtea-bin:headless-awt - Don't install the X backend for AWT, needed by some GUIs (used to be X flag) +dev-java/icedtea-bin:nss - Enable NSS security provider support dev-java/icedtea-bin:webstart - Provide javaws command through symlink to icedtea-web -dev-java/icedtea-web:icedtea7 - Build icedtea-7 support in addition to icedtea-6 support. Requires icedtea{-bin}-7 dev-java/icedtea-web:javascript - Enable support for using proxy auto config (PAC) files. dev-java/icedtea-web:nsplugin - Enable the browser plugin (NPPlugin). dev-java/icedtea-web:tagsoup - Depend on dev-java/tagsoup which allows parsing malformed .jnlp files @@ -1650,42 +1694,44 @@ dev-java/jdbc-mysql:c3p0 - Enable c3p0 support dev-java/jdbc-mysql:log4j - Enable log4 support dev-java/jdbc-oracle-bin:dms - Enable support for the Oracle Dynamic Monitoring Service dev-java/jdbc-oracle-bin:ons - Enable support for the Oracle Notification Services (ONS) deamon -dev-java/jfreechart:servlet - Build a servlet using the servlet API. dev-java/jfreesvg:debug - Enable debugging during compilation. dev-java/jna:awt - Enables support for Java AWT dev-java/jna:nio-buffers - Enables support for NIO buffers dev-java/jython:readline - Use GNU readline instead of jline -dev-java/jython:servletapi - Add optional support for servlet-api dev-java/log4j:javamail - Build the SMTPAppender dev-java/log4j:jms - Build the JMSAppender -dev-java/log4j:jmx - Build org.apace.log4j.jmx dev-java/logback:tomcat - Builds Apache Tomcat support dev-java/lucene:contrib - Include extra functionality from contrib/ dev-java/miglayout:swt - Add support for the SWT toolkit. dev-java/netbeans-nb:keychain - Automatically starts keychain on netbeans start and loads specified keys so Netbeans can use them. -dev-java/oracle-jdk-bin:derby - Enable Installation of Bundled Derby (Java DB) -dev-java/oracle-jdk-bin:jce - Enable Java Cryptographic Extension Unlimited Strength Policy files -dev-java/oracle-jdk-bin:pax_kernel - Use paxctl to mark the JVM binaries. -dev-java/oracle-jdk-bin:source - Install JVM and JavaFX sources. -dev-java/oracle-jre-bin:jce - Enable Java Cryptographic Extension Unlimited Strength Policy files -dev-java/oracle-jre-bin:pax_kernel - Use paxctl to mark the JVM binaries. +dev-java/oracle-jdk-bin:commercial - Install features requiring a commercial license for production use +dev-java/oracle-jdk-bin:derby - Install bundled Derby (Java database) +dev-java/oracle-jdk-bin:headless-awt - Don't install the X backend for AWT, needed by some GUIs (used to be X flag) +dev-java/oracle-jdk-bin:javafx - Install JavaFX libraries +dev-java/oracle-jdk-bin:jce - Install Java Cryptographic Extension Unlimited Strength Jurisdiction Policy Files +dev-java/oracle-jdk-bin:source - Install JVM (and optionally JavaFX) sources +dev-java/oracle-jre-bin:commercial - Install features requiring a commercial license for production use +dev-java/oracle-jre-bin:headless-awt - Don't install the X backend for AWT, needed by some GUIs (used to be X flag) +dev-java/oracle-jre-bin:javafx - Install JavaFX libraries +dev-java/oracle-jre-bin:jce - Install Java Cryptographic Extension Unlimited Strength Jurisdiction Policy Files dev-java/proguard:ant - Ant task for using ProGuard in build.xml scripts dev-java/proguard:j2me - Adds support for J2ME Wireless Toolkit +dev-java/protobuf-java:nano - Enable code generator and runtime library designed specifically for resource-constrained systems, like Android dev-java/rxtx:lfd - Installs and uses LockFileServer daemon (lfd) dev-java/sbt:binary - Install from (Gentoo-compiled) binary instead of building from sources. Set this when you run out of memory during build. -dev-java/spymemcached:spring - Build support for the spring framework -dev-java/sun-jdk:derby - Enable Installation of Bundled Derby (Java DB) -dev-java/sun-jdk:jce - Enable Java Cryptographic Extension Unlimited Strength Policy files -dev-java/sun-jdk:pax_kernel - Use paxctl to mark the JVM binaries. -dev-java/sun-jre-bin:jce - Enable Java Cryptographic Extension Unlimited Strength Policy files -dev-java/sun-jre-bin:pax_kernel - Use paxctl to mark the JVM binaries. dev-java/swt:webkit - Embedded browser support via net-libs/webkit-gtk:2, replacing former xulrunner-based browser. dev-lang/bas:lr0 - Use the LR0 parser instead of the recursive descending parser +dev-lang/crystal:debug - Build each module as a separate object file. Speeds build up. +dev-lang/crystal:xml - Use the dev-libs/libxml2 library to enable Crystal xml module +dev-lang/crystal:yaml - Use the dev-libs/libyaml library to enable Crystal yaml module +dev-lang/ekopath:mpich - Include pre-built MPICH libraries +dev-lang/ekopath:openmpi - Include pre-built OpenMPI 1.x libraries +dev-lang/ekopath:openmpi2 - Include pre-built OpenMPI 2.x libraries dev-lang/erlang:compat-ethread - Enable compatibility with pre-pentium 4 CPUs in the ethread library. +dev-lang/erlang:dirty-schedulers - Enable dirty schedulers dev-lang/erlang:halfword - Enable halfword emulator dev-lang/erlang:hipe - HIgh Performance Erlang extension dev-lang/erlang:kpoll - Enable kernel polling support -dev-lang/erlang:sctp - Support for Stream Control Transmission Protocol dev-lang/fpc:ide - Build and install the Free Pascal Compiler IDE dev-lang/gdl:eigen - Build matrix manipulation with dev-cpp/eigen dev-lang/gdl:grib - Add support for the meteorological GRIB format with sci-libs/grib_api @@ -1696,21 +1742,9 @@ dev-lang/gdl:udunits - Add support for manipulating units of physical quantities dev-lang/ghc:binary - Install the binary version directly, rather than using it to build the source version. dev-lang/ghc:ghcbootstrap - Bootstrap from an existing GHC installation. dev-lang/ghc:ghcmakebinary - Build with less runtime depends (bundle libffi for building bootstrap binaries). -dev-lang/ghc:llvm - Enable llvm code generator for ghc (-fllvm). -dev-lang/gnat-gcc:lto - Add support for link-time optimizations (unsupported, use at your own risk). -dev-lang/icc:eclipse - Install the dev-util/eclipse-sdk plugins +dev-lang/gnat-gcc:acats - Installs ACATS source under LIBPATH. +dev-lang/go:gccgo - Enable bootstrapping using gccgo dev-lang/icon:iplsrc - install the icon programming library source -dev-lang/idb:eclipse - Install the dev-util/eclipse-sdk plugins -dev-lang/io:clutter - Build add-on for media-libs/clutter -dev-lang/io:editline - Build add-on for dev-libs/libedit -dev-lang/io:google - Build the google search add-on -dev-lang/io:gui - Build the Flux GUI add-on -dev-lang/io:http - Build http client add-on -dev-lang/io:image - Build add-on for images support (jpeg, png, tiff) -dev-lang/io:libxml2 - Build add-on for dev-libs/libxml2 -dev-lang/io:md5sum - Build md5sum add-on -dev-lang/io:sha1 - Build sha1 add-on -dev-lang/io:twitter - Build twitter add-on dev-lang/lazarus:minimal - Don't build extra packages from the bigide component dev-lang/logtalk:fop - Support for generating pdf documentation using fop dev-lang/logtalk:gnupl - Support GNU Prolog back-end compiler @@ -1723,16 +1757,20 @@ dev-lang/lua:deprecated - make deprecated data structures/routines available dev-lang/luajit:lua52compat - Enable some upwards-compatible features from Lua 5.2 that are unlikely to break existing code. dev-lang/mercury:erlang - Support Mercury Erlang grade dev-lang/mlton:binary - install a binary version (need to do this once to bootstrap, until smlnj is supported) +dev-lang/moarvm:asan - Enable clang's Address Sanitizer functionality. Expect longer compile time. +dev-lang/moarvm:clang - Use clang compiler instead of GCC +dev-lang/moarvm:jit - Enable Just-In-Time-Compiler. Has no effect except on AMD64 and Darwin. +dev-lang/moarvm:optimize - Enable optimization via CFLAGS +dev-lang/moarvm:ubsan - Enable clang's Undefined Behavior Sanitizer functionality. Expect longer compile time. dev-lang/mono:pax_kernel - Enable if the user plans to run the package under a pax enabled hardened kernel dev-lang/mono:xen - Make mono generate code that is considerably faster on xen VMs but slightly slower on for normal systems. +dev-lang/nqp:clang - Toggle usage of the clang compiler in conjunction with MoarVM dev-lang/nqp:moar - Build the MoarVM backend (experimental/broken) -dev-lang/nqp:parrot - Build the parrot backend (default) -dev-lang/path64:assembler - Build PathAS -dev-lang/path64:debugger - Build PathDB -dev-lang/path64:native - Use EKOPath/Path64 for bootstraping -dev-lang/path64:valgrind - Use dev-util/valgrind for memory debbuging +dev-lang/ocaml:flambda - Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining. +dev-lang/orc:pax_kernel - Apply patch needed for pax enabled kernels. dev-lang/perl:ithreads - Enable Perl threads, has some compatibility problems dev-lang/php:cli - Enable CLI SAPI +dev-lang/php:coverage - Include gcov symbols for test coverage and lcov reports. Only useful for extension developers, and requires GCC. dev-lang/php:embed - Enable embed SAPI dev-lang/php:enchant - Add supports Enchant spelling library. dev-lang/php:fileinfo - Add fileinfo extension support @@ -1744,11 +1782,12 @@ dev-lang/php:intl - Enables the intl extension for extended internalization supp dev-lang/php:json - Enable JSON support dev-lang/php:ldap-sasl - Add SASL support for the PHP LDAP extension dev-lang/php:libmysqlclient - Use libmyslclient driver for mysql, mysqli, PDO_Mysql (not recommended) -dev-lang/php:mysqlnd - Use native driver for mysql, mysqli, PDO_Mysql -dev-lang/php:opcache - Enables built-in opcode cache, replacing pecl-apc et.al +dev-lang/php:opcache - Enables built-in opcode cache, replacing pecl-apc et al. dev-lang/php:pdo - Enable the bundled PDO extensions dev-lang/php:phar - Enables the phar extension to provide phar archive support -dev-lang/php:vpx - Enable webp suppoprt for GD +dev-lang/php:phpdbg - Enable the PHP Debug Command Line SAPI (like gdb for php) +dev-lang/php:vpx - Enable webp support for GD in php-5.x +dev-lang/php:webp - Enable webp support for GD in php-7.x dev-lang/php:xmlreader - Enable XMLReader support dev-lang/php:xmlwriter - Enable XMLWriter support dev-lang/php:xslt - Enable the XSL extension @@ -1758,14 +1797,13 @@ dev-lang/python:threads - Enable threading support. (DON'T DISABLE THIS UNLESS Y dev-lang/python:wide-unicode - Enable wide Unicode implementation which uses 4-byte Unicode characters. Switching of this USE flag changes ABI of Python and requires reinstallation of many Python modules. (DON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU'RE DOING) dev-lang/python:wininst - Install Windows executables required to create an executable installer for MS Windows. dev-lang/qu-prolog:pedro - Pedro subscription/notification communications system -dev-lang/rakudo:moar - Build the MoarVM backend (experimental) -dev-lang/rakudo:parrot - Build the parrot backend (default) +dev-lang/rakudo:clang - Use Clang to compile the MoarVM backend +dev-lang/rakudo:moar - Use the MoarVM as backend dev-lang/rubinius:llvm - Build with llvm. Currently the package only builds against old versions of llvm. dev-lang/ruby:jemalloc - Use dev-libs/jemalloc for memory allocation. dev-lang/ruby:rdoc - Install dev-ruby/rdoc after installing Ruby. dev-lang/ruby:readline - Use the sys-libs/readline library to provide the readline extension, used for instance by the irb tool. This flag is meaningful only if the libedit USE flag is disabled. If neither libedit nor readline USE flags are enabled, the readline extension will not be built (and irb will lose line editing functionality). dev-lang/ruby:rubytests - Install ruby tests that can only be run after ruby is installed -dev-lang/ruby:yaml - Use the dev-libs/libyaml library to build the psych extension, available since Ruby 1.9.2_rc2, in alternative to the bundled syck-based parser. dev-lang/rust:clang - Use sys-devel/clang for building dev-lang/rust:libcxx - Use sys-libs/libcxx as standard library when building with sys-devel/clang dev-lang/rust:system-llvm - Use system sys-devel/llvm in place of the bundled one @@ -1774,8 +1812,8 @@ dev-lang/spidermonkey:debug - Enable assertions to allow for easier debugging of dev-lang/spidermonkey:system-icu - Use the system-wide dev-libs/icu instead of bundled -- note, only takes effect when icu flag is enabled dev-lang/spidermonkey:threadsafe - Build a threadsafe version of spidermonkey dev-lang/swi-prolog:archive - Use libarchive for extension packs +dev-lang/swi-prolog:uuid - Use ossp-uuid for UUID pack dev-lang/swig:ccache - build ccache-swig(a fast compiler cache) -dev-lang/vala:vapigen - Enable vala's library binding generator dev-lang/yap:R - Enable support for connecting R to Prolog dev-libs/DirectFB:bmp - build BMP image provider dev-libs/DirectFB:divine - enable DiVine @@ -1798,22 +1836,41 @@ dev-libs/DirectFB:webp - build WebP image provider dev-libs/STLport:boost - Enable the usage of dev-libs/boost dev-libs/ace:ciao - Include Component Intergraced Ace ORB into the build of ace dev-libs/ace:tao - Include the ACE ORB (CORBA stuff) (called tao) into the build of ace +dev-libs/actor-framework:benchmarks - Due to the number of out-of-tree deps, these only get installed as docs +dev-libs/actor-framework:boost - Make use of Boost's ASIO functionality +dev-libs/actor-framework:cash - Build the C Actor Shell for introspection and debugging +dev-libs/actor-framework:debug - Raises log-level to DEBUG, enables runtime checks and address sanitizer +dev-libs/actor-framework:doc - Compiles and installs the documentation as PDF and HTML +dev-libs/actor-framework:examples - Installs the provided example source files +dev-libs/actor-framework:mem_management - Enables built-in memory management +dev-libs/actor-framework:nexus - Nexus is the central component for CAF's runtime inspection +dev-libs/actor-framework:opencl - Compiles against the provided opencl implementation +dev-libs/actor-framework:riac - Runtime inspection and configuration +dev-libs/actor-framework:static - Provides a static build +dev-libs/actor-framework:test - Builds the provided unit tests dev-libs/antlr-c:debugger - Compiles debug info into the library +dev-libs/appstream:apt - Enables Debians APT support +dev-libs/appstream-glib:stemmer - Add word stemming via dev-libs/snowball-stemmer. dev-libs/apr:older-kernels-compatibility - Enable binary compatibility with older kernels dev-libs/apr:urandom - Use /dev/urandom instead of /dev/random +dev-libs/apr-util:libressl - Use dev-libs/libressl instead of dev-libs/openssl for 'openssl' USE flag dev-libs/apr-util:nss - Install apr_crypto_nss module dev-libs/apr-util:openssl - Install apr_crypto_openssl module +dev-libs/beignet:ocl-icd - Enable compatibility with the dev-libs/ocl-icd OpenCL ICD loader +dev-libs/beignet:ocl20 - Enable experimental OpenCL 2.0 support on Skylake and newer architectures dev-libs/bitset:jemalloc - Use dev-libs/jemalloc for allocations dev-libs/bitset:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations dev-libs/blitz:boost - Enable usage of boost::serialization -dev-libs/boost:context - Build and install the Boost.Context library and all other Boostlibraries that depends on it +dev-libs/boost:context - Build and install the Boost.Context (and Boost.Fiber) library and all other Boost libraries that depend on it dev-libs/boost:debug - Build and install only the debug version of the Boost libraries. Only enable this flag if you're developing against boost. dev-libs/boost:doc - Install the full API documentation documentation. This takes over 200MB of extra disk space. dev-libs/boost:nls - Build libboost_locale. This library requires compatible C library interfaces, which might not be provided by uClibc or other embedded libraries. dev-libs/boost:threads - Build multi-thread-compatible libraries instead of single-threaded only. dev-libs/boost:tools - Build and install the boost tools (bcp, quickbook, inspect, wave) +dev-libs/botan:boost - use dev-libs/boost dev-libs/c-blosc:lz4 - Enable lz4 compression dev-libs/c-blosc:snappy - Enable snappy compression +dev-libs/c-blosc:zstd - Enable zstd compression dev-libs/check:subunit - Enable support for the subunit unit test protocol dev-libs/cyberjack:fox - Enable installation of x11-libs/fox based fxcyberjack program dev-libs/cyrus-sasl:authdaemond - Add Courier-IMAP authdaemond unix socket support (net-mail/courier-imap, mail-mta/courier) @@ -1824,47 +1881,27 @@ dev-libs/cyrus-sasl:srp - Enable SRP authentication dev-libs/cyrus-sasl:urandom - Use /dev/urandom instead of /dev/random dev-libs/dbus-c++:ecore - Use Ecore integration dev-libs/dbus-c++:glib - Use glib integration -dev-libs/e_dbus:bluetooth - Enable interfacing with net-wireless/bluez DBus API. -dev-libs/e_dbus:ofono - Enable interfacing with net-misc/ofono DBus API. -dev-libs/e_dbus:test-binaries - Enable building of test binaries for enabled features -dev-libs/ecore:ares - Enables support for asynchronous DNS using the net-dns/c-ares library -dev-libs/ecore:evas - Provides easy to use canvas by gluing media-libs/evas and various input/output systems. -dev-libs/ecore:gles - Add gles support to the ecore-evas-wayland module -dev-libs/ecore:glib - Enable dev-libs/glib eventloop support -dev-libs/ecore:inotify - Enable support for inotify -dev-libs/ecore:tslib - Build with tslib support for touchscreen devices. -dev-libs/ecore:wayland - Add support for dev-libs/wayland -dev-libs/ecore:xprint - Enable X11 Xprint support -dev-libs/eeze:utilities - Install some test utilities for mount/umount support in eeze -dev-libs/efl:bmp - Enable WBMP image loader. -dev-libs/efl:drm - Enable DRM engine. -dev-libs/efl:eet - Enable Eet image loader. -dev-libs/efl:egl - Enable EGL rendering. -dev-libs/efl:fribidi - Enable bidirectional text support. -dev-libs/efl:gles - Enable the OpenGL ES GL implementation. -dev-libs/efl:glib - Enable dev-libs/glib support. -dev-libs/efl:harfbuzz - Enable complex text shaping and layout support. -dev-libs/efl:ibus - Enable Intelligent Input Bus. -dev-libs/efl:ico - Enable Ico image loader. +dev-libs/efl:bmp - Enable WBMP image loader +dev-libs/efl:drm - Enable DRM engine +dev-libs/efl:eet - Enable Eet image loader +dev-libs/efl:egl - Enable EGL rendering +dev-libs/efl:fribidi - Enable bidirectional text support +dev-libs/efl:gles - Enable the OpenGL ES GL implementation +dev-libs/efl:glib - Enable dev-libs/glib support +dev-libs/efl:harfbuzz - Enable complex text shaping and layout support +dev-libs/efl:ibus - Enable Intelligent Input Bus +dev-libs/efl:ico - Enable Ico image loader dev-libs/efl:oldlua - USE dev-lang/lua instead of dev-lang/luajit -dev-libs/efl:physics - Enable Bullet physics effects and support. -dev-libs/efl:pixman - Enable PixMan for software rendering. -dev-libs/efl:ppm - Enable PMAPS image loader. -dev-libs/efl:psd - Enable PSD image loader. -dev-libs/efl:scim - Enable Smart Common Input Method. -dev-libs/efl:tga - Enable Tga image loader. -dev-libs/efl:tslib - Enable x11-libs/tslib for touchscreen events. -dev-libs/efl:v4l2 - Enable Video4Linux2 support. +dev-libs/efl:physics - Enable Bullet physics effects and support +dev-libs/efl:pixman - Enable PixMan for software rendering +dev-libs/efl:ppm - Enable PMAPS image loader +dev-libs/efl:psd - Enable PSD image loader +dev-libs/efl:scim - Enable Smart Common Input Method +dev-libs/efl:tga - Enable Tga image loader +dev-libs/efl:tslib - Enable x11-libs/tslib for touchscreen events dev-libs/efl:valgrind - Enable usage of dev-util/valgrind in debug -dev-libs/efl:webp - Enable WebP image loader. -dev-libs/efl:xim - Enable X Input Method. -dev-libs/eina:default-mempool - By default use system's allocator (pass-through) instead of custom choice for Eina's own data structures. -dev-libs/eina:mempool-buddy - Compile "buddy" memory pool allocation. -dev-libs/eina:mempool-chained-pool - Compile "chained-pool" memory pool allocation. -dev-libs/eina:mempool-fixed-bitmap - Compile "fixed-bitmap" memory pool allocation. -dev-libs/eina:mempool-one-big - Compile "one-big" memory pool allocation. -dev-libs/eina:mempool-pass-through - Compile "pass-through" (system's malloc) memory pool allocation. -dev-libs/eina:valgrind - Compile in valgrind hints for smoother integration. +dev-libs/efl:webp - Enable WebP image loader +dev-libs/efl:xim - Enable X Input Method dev-libs/elfutils:lzma - Support automatic decompression of LZMA-compressed files and kernel images dev-libs/elfutils:threads - Build the libraries with thread safe support dev-libs/elfutils:utils - Install command-line utilities (all the eu-* programs) @@ -1877,16 +1914,21 @@ dev-libs/folks:utils - Build the folks-inspect utility dev-libs/folks:zeitgeist - Add support for Zeitgeist event tracking system dev-libs/fstrm:utils - Build fstrm utility programs dev-libs/gecode:gist - Enable Gist, the Gecode Interactive Search Tool +dev-libs/gecode:gmp - Enable trigonometric and transcendental float constraints dev-libs/gf2x:bindist - Disable automatic fine-tuning to local processor features like pclmul or sse2. dev-libs/glib:dbus - Enable dependencies required by glib libraries using dbus service to manage settings saving dev-libs/glib:mime - Pull in shared MIME database that many glib-based applications require at runtime to detect or open files. Warning: do not disable this flag unless installing on a headless server. dev-libs/glib:systemtap - Build support for profiling and tracing using dev-util/systemtap -dev-libs/glib:utils - Install gtester-report utility to generate test report files for your software. -dev-libs/gmp:pgo - after building gmp, run some tests against to produce faster libraries -- this option will double the compile time +dev-libs/glib:utils - Install gtester-report utility to generate test report files for your software; build gresource utility with ELF support. +dev-libs/gmime:smime - Enable experimental S/MIME support +dev-libs/gmp:asm - Enable use of hand optimized assembly routines (faster execution) +dev-libs/gmp:pgo - After building gmp, run some tests against to produce faster libraries -- this option will double the compile time dev-libs/gobject-introspection:doctool - Install g-ir-doc-tool for generating documentation from introspected data +dev-libs/hidapi:fox - Build a x11-libs/fox GUI dev-libs/intel-common:compiler - Install the libraries needed for the icc and ifort compilers dev-libs/jemalloc:stats - Enable statistics calculation/reporting -dev-libs/keybinder:introspection - Use dev-libs/gobject-introspection for introspection +dev-libs/kreport:marble - Enable displaying of maps using kde-apps/marble +dev-libs/kreport:scripting - Support Qml scripting using dev-qt/qtdeclarative dev-libs/leveldb:snappy - support the snappy compression library dev-libs/libRocket:samples - Build samples dev-libs/libbase58:tools - Build command line base58 tool @@ -1903,20 +1945,21 @@ dev-libs/libclsync:extra-debug - Enable extra debugging. This will hurt performa dev-libs/libclsync:extra-hardened - Enable extra security checks. This may hurt performance. dev-libs/libdbusmenu:gtk - Enable support for GTK+2 dev-libs/libdbusmenu:gtk3 - Enable support for GTK+3 -dev-libs/libdbusmenu:introspection - Use dev-libs/gobject-introspection for introspection dev-libs/libdivecomputer:tools - Install tools that can be used to test the library. dev-libs/libdynd:cuda - Enable NVIDIA CUDA toolkit support +dev-libs/libdynd:mkl - Enable a plugin for Intel Math Kernel Library sci-libs/mkl dev-libs/libevent:debug - Support runtime debug mode and malloc hooks (for programmers) dev-libs/libffi:pax_kernel - Use PaX emulated trampolines, for we can't use PROT_EXEC dev-libs/libflatarray:cuda - Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator) -dev-libs/libgdata:vala - Enable bindings for dev-lang/vala +dev-libs/libgdata:gnome-online-accounts - Enable net-libs/gnome-online-accounts support dev-libs/libgit2:gssapi - Enable GSSAPI support for SPNEGO auth dev-libs/libgit2:ssh - Enable SSH transport support dev-libs/libgit2:trace - Enable tracing support dev-libs/libgit2-glib:ssh - Enable SSH transport support dev-libs/libgpg-error:common-lisp - Install common-lisp files +dev-libs/libgpuarray:cuda - Enable NVIDIA CUDA toolkit support +dev-libs/libgpuarray:opencl - Enable OpenCL support dev-libs/libgweather:glade - Installs catalog files for dev-util/glade -dev-libs/libindicate:introspection - Use dev-libs/gobject-introspection for introspection dev-libs/libisoburn:cdio - Enable EXPERIMENTAL use of libcdio as system adapter dev-libs/libisoburn:external-filters - Allow the use of external processes as file content filters (Note: this is a potential security risk) dev-libs/libisoburn:external-filters-setuid - Also allow the use of external setuid processes as file content filters (Note: this is a potential security risk) @@ -1929,6 +1972,7 @@ dev-libs/libjit:long-double - Enable the use of long double for jit_nfloat dev-libs/liblogging:rfc3195 - Enables RFC 3195 protocol (aka syslog-reliable) support. If you don't know what this is, you don't need it! dev-libs/liblogging:stdlog - Enables liblogging's core component (think of it as a the next version of the syslog(3) API). dev-libs/libmail:apop - Enables the APOP authentication method +dev-libs/libmateweather:gtk3 - Build with GTK+3 instead of GTK+2 dev-libs/libmemcached:hsieh - Use Hsieh hash algorithm. dev-libs/libmemcached:libevent - Use the libevent event loop interface. dev-libs/libmemcached:sasl - Use sasl auth for communications. @@ -1936,24 +1980,44 @@ dev-libs/libnfc:pcsc-lite - Enable NFC drivers that require pcsc-lite dev-libs/libnl:doc - Install development documentation dev-libs/libnl:python - Install experimental dev-lang/python bindings dev-libs/libnl:utils - Install command line interface utils +dev-libs/liborcus:spreadsheet-model - Enable the spreadsheet model implementation +dev-libs/liborcus:tools - Build various low-level parsers dev-libs/libowfat:diet - Compile against dev-libs/dietlibc dev-libs/libp11:doc - Generate and install API documentation for the package. -dev-libs/libpcre:bzip2 - Add support for pcregrep command to search within bzip2-compressed files, through sys-libs/zlib. -dev-libs/libpcre:pcre16 - Build 16 bit PCRE library. -dev-libs/libpcre:pcre32 - Build 32 bit PCRE library. +dev-libs/libpcre:bzip2 - Add support for pcregrep command to search within bzip2-compressed files (via app-arch/bzip2). +dev-libs/libpcre:pcre16 - Build PCRE library for 16 bit characters (e.g. UTF-16). +dev-libs/libpcre:pcre32 - Build PCRE library for 32 bit characters (e.g. UTF-32). dev-libs/libpcre:readline - Add support for command line editing to pcretest, through sys-libs/readline. dev-libs/libpcre:recursion-limit - Limit match recursion to 8192; if disabled, the default limit is used, which is the same as the match limit. -dev-libs/libpcre:zlib - Add support for pcregrep command to search within gzip-compressed files, through app-arch/gzip. +dev-libs/libpcre:zlib - Add support for pcregrep command to search within gzip-compressed files (via sys-libs/zlib). +dev-libs/libpcre2:bzip2 - Add support for pcregrep command to search within bzip2-compressed files (via app-arch/bzip2). +dev-libs/libpcre2:pcre16 - Build PCRE library for 16 bit characters (e.g. UTF-16). +dev-libs/libpcre2:pcre32 - Build PCRE library for 32 bit characters (e.g. UTF-32). +dev-libs/libpcre2:readline - Add support for command line editing to pcretest, through sys-libs/readline. +dev-libs/libpcre2:recursion-limit - Limit match recursion to 8192; if disabled, the default limit is used, which is the same as the match limit. +dev-libs/libpcre2:zlib - Add support for pcregrep command to search within gzip-compressed files (via sys-libs/zlib). dev-libs/libpeas:glade - Install the glade catalog dev-libs/libpeas:python - Build support for loading dev-lang/python plugins -dev-libs/librra:recurrence - Enable recurrence support (EXPERIMENTAL) +dev-libs/librdkafka:lz4 - Enable support for Kafka's LZ4 compression based on KIP-57 (uses app-arch/lz4) +dev-libs/libressl:asm - Enables assembly dev-libs/libsecp256k1:asm - Enable x86_64 assembly optimisation +dev-libs/libsecp256k1:ecdh - Enable ECDH shared secret computation dev-libs/libsecp256k1:endomorphism - Enable endomorphism +dev-libs/libsecp256k1:experimental - Allow experimental USE flags +dev-libs/libsecp256k1:recovery - Enable ECDSA pubkey recovery module +dev-libs/libsecp256k1:schnorr - Enable Schnorr signature module +dev-libs/libsecp256k1:test_openssl - Enable OpenSSL comparison tests +dev-libs/libslz:tools - Install additional tools (zenc, zdec) dev-libs/libsodium:asm - Enables assembly implementations dev-libs/libsodium:urandom - Use /dev/urandom instead of /dev/random +dev-libs/libsolv:rpm - Enable support for RPM files dev-libs/libsqlora8:orathreads - Use Oracle threads +dev-libs/libtasn1:valgrind - Enable usage of dev-util/valgrind in debug dev-libs/libtermkey:demos - Install demos, which pulls in dev-libs/glib -dev-libs/libunique:introspection - Use dev-libs/gobject-introspection for introspection +dev-libs/libucl:regex - Enable regex checking for schema +dev-libs/libucl:signatures - Enable signatures check +dev-libs/libucl:urlfetch - Enable URLs fetch +dev-libs/libucl:utils - Builds and installs utils dev-libs/libverto:glib - Support event loops using dev-libs/glib dev-libs/libverto:libev - Support event loops using dev-libs/libev dev-libs/libverto:libevent - Support event loops using dev-libs/libevent @@ -1970,7 +2034,7 @@ dev-libs/m17n-lib:athena - Enable the MIT Athena widget set (x11-libs/libXaw) dev-libs/m17n-lib:gd - Build API and utilities based on media-libs/gd. This flag is only meaningful if the X USE flag is also enabled. dev-libs/m17n-lib:libotf - Use dev-libs/libotf to handle OpenType fonts dev-libs/m17n-lib:libxml2 - Use dev-libs/libxml2 to parse XML -dev-libs/nss:cacert - Include root certs from CAcert (http://http://www.cacert.org/) and Software in the Public Interest (http://www.spi-inc.org/) +dev-libs/nss:cacert - Include root/class3 certs from CAcert (http://www.cacert.org/) dev-libs/nss:nss-pem - Add support for libnsspem dev-libs/nss:utils - Install utilities included with the library dev-libs/oniguruma:combination-explosion-check - enable combination explosion check @@ -1988,25 +2052,47 @@ dev-libs/opensc:secure-messaging - Enable secure messaging. dev-libs/openssl:asm - Support assembly hand optimized crypto functions (i.e. faster run time) dev-libs/openssl:bindist - Disable EC algorithms (as they seem to be patented) -- note: changes the ABI dev-libs/openssl:rfc3779 - Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers) -dev-libs/openssl:sctp - Support for Stream Control Transmission Protocol +dev-libs/openssl:sslv2 - Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https +dev-libs/openssl:sslv3 - Support for the old/insecure SSLv3 protocol -- note: not required for TLS/https dev-libs/openssl:tls-heartbeat - Enable the Heartbeat Extension in TLS and DTLS dev-libs/pkcs11-helper:nss - Enable NSS crypto engine +dev-libs/poco:7z - Add Support for the 7z archive format +dev-libs/poco:apache - Enable support to write Apache modules using POCO +dev-libs/poco:cppparser - Build and install a minimal C++ parser +dev-libs/poco:crypto - Encryption and digital signing classes +dev-libs/poco:data - Database abstraction layer to easily send/retrieve data to/from various databases +dev-libs/poco:file2pagecompiler - Utility to convert ordinary files to Page Compiler source files +dev-libs/poco:json - Add JSON support +dev-libs/poco:mongodb - Add dev-db/mongodb support +dev-libs/poco:net - Classes to write network clients & servers +dev-libs/poco:pagecompiler - Simple compiler translating HTML pages containing embedded C++ code into HTTPRequestHandler classes +dev-libs/poco:pocodoc - POCO documentation generator +dev-libs/poco:util - Several utility classes (like logger, timer, config file parser) +dev-libs/poco:zip - Add support for the zip & gz archive formats dev-libs/ppl:lpsol - Build the ppl_lpsol linear programming problem solver -dev-libs/soprano:raptor - Enables support for media-libs/raptor RDF parser/serializer. -dev-libs/soprano:redland - Enables support for the dev-libs/redland storage backend (really slow one). -dev-libs/soprano:virtuoso - Enables support for dev-db/virtuoso storage backend. +dev-libs/protobuf:java - Builds the Java implementation. This is not needed for Java support in protoc. +dev-libs/protobuf:python - Builds the Python implementation. This is not needed for Python support in protoc. +dev-libs/softhsm:migration-tool - Build db migration tool dev-libs/starpu:cuda - Enable NVIDIA CUDA toolkit support dev-libs/starpu:gcc-plugin - Enable GCC extension plugin (experimental) dev-libs/starpu:opencl - Enable OpenCL support +dev-libs/sway:gdk-pixbuf - Enable additional image format support via the x11-libs/gdk-pixbuf library. +dev-libs/sway:swaybar - Build 'swaybar': sway's status bar component. +dev-libs/sway:swaybg - Build 'swaybg': allows to set a desktop background image. +dev-libs/sway:swaygrab - Build 'swaygrab': allows taking screenshots or screencasts. +dev-libs/sway:swaylock - Build 'swaylock': sway's screen locker. +dev-libs/sway:swaymsg - Build 'swaymsg': tool for communicating with a running sway instance. +dev-libs/sway:wallpapers - Install sway's default wallpaper image. dev-libs/tinyxml:stl - Compile with TIXML_USE_STL support dev-libs/tntnet:server - Enable tntnet server daemon dev-libs/totem-pl-parser:archive - Enables support for accessing media files in archives transparently via app-arch/libarchive dev-libs/totem-pl-parser:quvi - Use media-libs/libquvi for parsing video links dev-libs/ucommon:socks - Build with socks proxy support +dev-libs/userspace-rcu:regression-test - Run regression tests (requires FEATURES=test) +dev-libs/ustr:ustr-import - Install ustr-import developer program and source code for bundling. dev-libs/weston:colord - Allow setting color managment dev-libs/weston:drm - Enable drm compositor support dev-libs/weston:editor - Install wayland-editor example application -dev-libs/weston:egl - Enable egl acceleration dev-libs/weston:fbdev - Enable fbdev compositor support dev-libs/weston:gles2 - Use GLESv2 cairo instead of full GL dev-libs/weston:headless - Headless backend and a noop renderer, mainly for testing purposes @@ -2016,13 +2102,16 @@ dev-libs/weston:rdp - Enable Remote Desktop Protocol compositor support dev-libs/weston:resize-optimization - Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi dev-libs/weston:rpi - Raspberry Pi GPU support dev-libs/weston:screen-sharing - Enable screen-sharing through RDP -dev-libs/weston:tablet - Enable interface for tablets dev-libs/weston:unwind - Enable libunwind usage for backtraces -dev-libs/weston:view - Install wayland-view example application dev-libs/weston:wayland-compositor - Enable Wayland compositor support +dev-libs/weston:webp - Add support for the WebP image format dev-libs/weston:xwayland - Enable ability support native X11 applications +dev-libs/wlc:X - Enable X11 backend and XWayland support. +dev-libs/wlc:systemd - Enable support for systemd-logind. +dev-libs/wlc:xwayland - Enable XWayland support. dev-libs/xapian:brass - Enabled brass backend db support dev-libs/xapian:chert - Enabled chert backend db support +dev-libs/xapian:glass - Enabled glass backend db support dev-libs/xapian:inmemory - Enabled inmemory backend db support dev-libs/xerces-c:iconv - Use iconv (virtual/libiconv) as message loader and transcoder (in general it would be possible to use iconv only as message loader and something else like icu or the native method as transcoder and vice-versa, but this is a less common case and hard to handle) dev-libs/xerces-c:threads - Enable threading support through pthread (or other libraries on AIX, IRIX, HPUX, Solars). Highly recommended @@ -2053,47 +2142,71 @@ dev-lisp/ecls:libatomic - Use dev-libs/libatomic_ops library dev-lisp/ecls:precisegc - Use type information during garbage collection (experimental) dev-lisp/gcl:ansi - Build a GCL with ANSI support (else build a traditional CLtL1 image) dev-lisp/gcl:athena - Build xgcl - an interface to x11-libs/libXaw -dev-lisp/sbcl:asdf - Include support for dev-lisp/asdf in SBCL -dev-lisp/sbcl:ldb - Include support for the SBCL low level debugger dev-lisp/sbcl:pax_kernel - Enable if the user plans to run the package under a pax enabled hardened kernel +dev-lua/lpeg:luajit - Use dev-lang/luajit instead of dev-lang/lua +dev-lua/lua-openssl:luajit - Use dev-lang/luajit instead of dev-lang/lua +dev-lua/luaossl:luajit - Use dev-lang/luajit instead of dev-lang/lua dev-lua/luarocks:curl - Uses net-misc/curl for fetching lua packages instead of net-misc/wget. dev-lua/luarocks:openssl - Uses dev-libs/openssl for verifying lua packages instead of md5sum. dev-lua/luvit:bundled-libs - Use bundled versions of some libraries. -dev-lua/luvit:system-libs - Use system version of dev-libs/yajl. dev-lua/messagepack:luajit - Use the lua just-in-time compiler dev-lang/luajit instead of dev-lang/lua +dev-lua/mpack:luajit - Use dev-lang/luajit instead of dev-lang/lua dev-ml/cairo-ocaml:pango - Enable support for x11-libs/pango -dev-ml/deriving-ocsigen:type-conv - Enable type-conv for the syntax extention. dev-ml/dose3:parmap - Adds multi-core CPU support via dev-ml/parmap. dev-ml/dose3:rpm4 - Adds support for handling rpm4 files. dev-ml/dose3:zip - Adds support for handling zip files. +dev-ml/eliom:ppx - Enable PPX syntax extension support. +dev-ml/js_of_ocaml:async - Enable support of dev-ml/async_kernel. dev-ml/js_of_ocaml:deriving - Enable dev-ml/deriving support for improving the type safety. -dev-ml/js_of_ocaml:deriving-ocsigen - Enable deriving-ocsigen for improving the type safety. +dev-ml/js_of_ocaml:ppx - Enables the ppx syntax extension +dev-ml/js_of_ocaml:ppx-deriving - Enables deriving support through ppx syntax extensions. +dev-ml/js_of_ocaml:react - Enable functionnal reactive programming support. dev-ml/lablgtk:glade - Enable libglade bindings compilation. dev-ml/lablgtk:gnomecanvas - Enable libgnomecanvas bindings compilation. dev-ml/lablgtk:sourceview - Enable GtkSourceView support +dev-ml/lwt:camlp4 - Enable camlp4 syntax extension +dev-ml/lwt:ppx - Enables the ppx syntax extension dev-ml/lwt:react - Enables support for dev-ml/react: Functional reactive programming (signals, events, etc.). -dev-ml/lwt:text - Enables text mode utilities. -dev-ml/lwt:toplevel - Enables enhanced toplevel. +dev-ml/ocaml-cstruct:async - Support for asynchronous execution +dev-ml/ocaml-cstruct:lwt - Enable threads via lwt +dev-ml/ocaml-cstruct:ppx - Enable the ppx syntax extension +dev-ml/ocaml-dns:async - support for asynchronous execution +dev-ml/ocaml-dns:lwt - enable threads via lwt +dev-ml/ocaml-redis:lwt - Enable lwt bindings for asynchronous processing. +dev-ml/ocaml-uri:allservices - Compile support for all service types dev-ml/ocamlnet:cryptokit - Enables encryption support via dev-ml/cryptokit dev-ml/ocamlnet:httpd - Enables net-httpd web server component dev-ml/ocamlnet:zip - Enables netzip support to read/write gzip data using object channels -dev-ml/pgocaml:batteries - Enable Batteries support instead of extlib +dev-ml/onanomsg:lwt - Enables lwt support. +dev-ml/pgocaml:camlp4 - Enable PG'Ocaml syntax extension. +dev-ml/tyxml:camlp4 - Enables the camlp4 syntax extension (deprecated) +dev-ml/tyxml:ppx - Enables the ppx syntax extension (preferred) dev-ml/utop:camlp4 - Enables camlp4 support. dev-ml/uutf:utftrip - Builds and install the utftrip executable: Among other things, reads unicode on stdin and rewrites it on stdout. +dev-ml/zarith:mpir - Use MPIR library instead of GMP. dev-perl/App-Nopaste:clipboard - copying of URLs with -x/--copy dev-perl/App-Nopaste:github - Github authentication dev-perl/App-Nopaste:pastebin - pastebin.com support +dev-perl/Business-ISBN:barcode - Install dev-perl/GD-Barcode for rendering ISBN numbers as barcodes +dev-perl/Business-ISBN:xisbn - Install dev-perl/Mojolicious for querying xisbn.worldcat.org +dev-perl/Convert-UUlib:system-uulib - Use dev-libs/uulib instead of bundled version. +dev-perl/DBD-SQLite:system-sqlite - Use the system-wide dev-db/sqlite installation dev-perl/DBD-mysql:embedded - Support embedded server (libmysqld) +dev-perl/DBD-mysql:ssl - Compile in support for SSL connections via libmysqlclient dev-perl/DBIx-Class:admin - Modules required for the DBIx::Class administrative library dev-perl/DBIx-Class:admin_script - Modules required for the CLI DBIx::Class interface dbicadmin dev-perl/DBIx-Class:deploy - Modules required for "deploy" in DBIx::Class::Storage::DBI and "deploymen_statements" in DBIx::Class::Storage::DBI dev-perl/DBIx-Class:replicated - Modules required for DBIx::Class::Storage::DBI::Replicated dev-perl/File-HomeDir:xdg - Ensure XDG Semantics for returned paths via x11-misc/xdg-user-dirs +dev-perl/File-Which:pwhich - Install dev-perl/App-pwhich which used to be a part of this package dev-perl/GD:animgif - Enable animated gif support dev-perl/Graphics-ColorNames:recommended - Install recommended support modules dev-perl/HTML-Mason:modperl - Enable www-apache/mod_perl support dev-perl/Lab-Measurement:xpression - Install the Xpression measurement framework -dev-perl/Log-Dispatch:ithreads - Ensure perl is built with threads for Syslog 'lock' feature +dev-perl/Mail-IMAPClient:md5 - Install support for DIGEST-MD5 and CRAM-MD5 Authentication +dev-perl/Mail-IMAPClient:ntlm - Install support for NTLM Authentication +dev-perl/Mail-IMAPClient:ssl - Install support for SSL Connections +dev-perl/Mail-IMAPClient:zlib - Install support for COMPRESS DEFLATE connections dev-perl/Net-OpenSSH:sftp - Enable SFTP protocol support. dev-perl/Net-SSH2:gcrypt - Use libgcrypt instead of openssl dev-perl/PDL:badval - Enable bad values support @@ -2103,18 +2216,24 @@ dev-perl/PDL:pdl2 - Build pdf2 shell (requires Devel-REPL) dev-perl/PDL:pgplot - Enable PGPLOT plotting capabilities dev-perl/PDL:plplot - Enable plplot plotting capabilities dev-perl/Panotools-Script:gui - Installs GUIs for some tools +dev-perl/Sub-Name:suggested - Install extra dependencies needed for extended regression tests dev-perl/Sysadm-Install:hammer - Enable hammer() funtion to run a command in the shell and simulate a user hammering the ENTER key to accept defaults on prompts +dev-perl/Test-Warnings:suggested - Install optional dependencies for extra tests +dev-perl/perl-headers:debug - Add source locations in generated .ph files to assist with debugging when errors occur +dev-perl/perl-headers:sizeof-warning - Include logic to warn when a .ph file tries to use a sizeof() that is unknown dev-php/PEAR-HTTP_Download:minimal - Do not include support for PEAR-MIME_Type dev-php/PEAR-HTTP_Download:postgres - Send postgres LOBs without buffering dev-php/PEAR-HTTP_Request2:curl - Force dev-lang/php to be compiled with curl extension dev-php/PEAR-HTTP_Request2:fileinfo - Force dev-lang/php to be compiled with fileinfo extension dev-php/PEAR-HTTP_Request2:ssl - Force dev-lang/php to be compiled with ssl extension dev-php/PEAR-HTTP_Request2:zlib - Force dev-lang/php to be compiled with zlib extension +dev-php/PEAR-PHP_Beautifier:cli - Require dev-lang/php to be built with the "cli" SAPI and install the php_beautifier script. dev-php/PEAR-PHP_Shell:auto-completion - Enable tab-completion dev-php/ZendFramework:cli - Enables the CLI dev-php/ZendFramework:doc - Installs the documentation dev-php/ZendFramework:examples - Installs the examples dev-php/ZendFramework:minimal - Installs the minimal version without Dojo toolkit, tests and demos +dev-php/agavi:executable - Install the "agavi" executable used to manage projects. This requires dev-php/phing, and may be omitted if you are (for example) deploying an existing site to a production server. dev-php/pecl-apcu:lock_pthreadmutex - Enable pthread mutex locking dev-php/pecl-apcu:lock_pthreadrw - Enable pthread read/write locking dev-php/pecl-apcu:lock_semaphore - Enable semaphore locks instead of fcntl @@ -2125,12 +2244,14 @@ dev-php/pecl-memcached:json - Enable support for json serialization dev-php/pecl-mysqlnd_qc:memcached - Use dev-libs/libmemcached as a storage handler dev-php/pecl-mysqlnd_qc:sqlite - Use dev-db/sqlite as a storage handler dev-php/pecl-redis:igbinary - Enables igbinary serialisation support -dev-php/smarty-docs:html - Install the documentation in HTML format -dev-php/smarty-docs:pdf - Install the documentation in PDF format +dev-php/phing:zip - Support zip archives by requiring said support in dev-lang/php. +dev-php/twig:extension - Build the C extension (only for php-5.6.x). +dev-php/xcache:coverage - Enable the coverager module (not recommended for production servers). dev-python/Kivy:camera - Install libraries needed to support camera dev-python/Kivy:garden - Install garden tool to manage user maintained widgets dev-python/PyFoam:extras - Enable optional dependencies dev-python/PyQt4:X - Build bindings for the QtGui module +dev-python/PyQt4:compat - Install the deprecated pyqtconfig module for backward compatibility dev-python/PyQt4:dbus - Build bindings for the QtDBus module dev-python/PyQt4:declarative - Build bindings for the QtDeclarative module dev-python/PyQt4:designer - Build bindings for the QtDesigner module and enable the designer plugin @@ -2146,12 +2267,14 @@ dev-python/PyQt4:svg - Build bindings for the QtSvg module dev-python/PyQt4:testlib - Build bindings for the QtTest module dev-python/PyQt4:webkit - Build bindings for the QtWebKit module dev-python/PyQt4:xmlpatterns - Build bindings for the QtXmlPatterns module +dev-python/PyQt5:bluetooth - Build bindings for the QtBluetooth module dev-python/PyQt5:dbus - Build bindings for the QtDBus module dev-python/PyQt5:declarative - Build bindings for the QtQml/QtQuick modules and enable the qmlscene plugin dev-python/PyQt5:designer - Build bindings for the QtDesigner module and enable the designer plugin dev-python/PyQt5:gles2 - Use GLES 2.0 or later instead of full OpenGL dev-python/PyQt5:gui - Build bindings for the QtGui module dev-python/PyQt5:help - Build bindings for the QtHelp module +dev-python/PyQt5:location - Build bindings for the QtLocation module dev-python/PyQt5:multimedia - Build bindings for the QtMultimedia module dev-python/PyQt5:network - Build bindings for the QtNetwork module dev-python/PyQt5:opengl - Build bindings for the QtOpenGL module @@ -2163,26 +2286,24 @@ dev-python/PyQt5:sql - Build bindings for the QtSql module dev-python/PyQt5:svg - Build bindings for the QtSvg module dev-python/PyQt5:testlib - Build bindings for the QtTest module dev-python/PyQt5:webchannel - Build bindings for the QtWebChannel module +dev-python/PyQt5:webengine - Build bindings for the QtWebEngine module dev-python/PyQt5:webkit - Build bindings for the QtWebKit module dev-python/PyQt5:websockets - Build bindings for the QtWebSockets module dev-python/PyQt5:widgets - Build bindings for the QtWidgets module dev-python/PyQt5:x11extras - Build bindings for the QtX11Extras module dev-python/PyQt5:xmlpatterns - Build bindings for the QtXmlPatterns module -dev-python/PyQtMobility:contacts - Build bindings for the QtContacts module -dev-python/PyQtMobility:feedback - Build bindings for the QtFeedback module -dev-python/PyQtMobility:gallery - Build bindings for the QtGallery module -dev-python/PyQtMobility:location - Build bindings for the QtLocation module -dev-python/PyQtMobility:messaging - Build bindings for the QtMessaging module -dev-python/PyQtMobility:multimedia - Build bindings for the QtMultimediaKit module -dev-python/PyQtMobility:organizer - Build bindings for the QtOrganizer module -dev-python/PyQtMobility:publishsubscribe - Build bindings for the QtPublishSubscribe module -dev-python/PyQtMobility:sensors - Build bindings for the QtSensors module -dev-python/PyQtMobility:serviceframework - Build bindings for the QtServiceFramework module -dev-python/PyQtMobility:systeminfo - Build bindings for the QtSystemInfo module -dev-python/PyQtMobility:versit - Build bindings for the QtVersit module +dev-python/PythonQt:extensions - Install extensions +dev-python/QtPy:designer - Build bindings for the QtDesigner module and enable the designer plugin +dev-python/QtPy:gui - Build bindings for the QtGui module +dev-python/QtPy:svg - Build bindings for the QtSvg module +dev-python/QtPy:testlib - Build bindings for the QtTest module +dev-python/QtPy:webkit - Build bindings for the QtWebKit module dev-python/amqplib:extras - Install extra tools to generate initial Python mod from an AMQP XML file dev-python/anyvc:bazaar - Add support for Bazaar dev-python/anyvc:mercurial - Add support for Mercurial +dev-python/cassandra-driver:cython - Optimize core modules and build custom extensions +dev-python/cassandra-driver:libev - libev event loop integration +dev-python/cassandra-driver:murmur - Faster hashing for token-aware routing dev-python/celery:redis - Enables redis support dev-python/celery:sqs - Enables Amazon SQS transport module for celery dev-python/celery:yaml - Enable support of yaml as a configuration file format @@ -2191,20 +2312,27 @@ dev-python/cgkit:3ds - Enable support for importing 3D Studio models dev-python/cvxopt:dsdp - Use interior point library sci-libs/dsdp dev-python/cvxopt:glpk - Use GNU Linear Programming Kit sci-mathematics/glpk dev-python/dap:server - Enable OpenDAP server support -dev-python/django-extensions:graphviz - Create a diagram of your database entity relationships using dev-python/pygraphviz. -dev-python/django-extensions:s3 - Upload your media files to S3. -dev-python/django-extensions:vcard - Export your users email addresses to the vcard format. +dev-python/django-cms:admin-style - Install plugin customizing admin panel styles +dev-python/django-cms:ckeditor - Install text-ckeditor plugin for rich text editing +dev-python/django-cms:file - Install djangocms file plugin +dev-python/django-cms:flash - Install djangocms flash plugin +dev-python/django-cms:inherit - Install djangocms inherit plugin +dev-python/django-cms:link - Install djangocms link plugin +dev-python/django-cms:picture - Install djangocms picture plugin +dev-python/django-cms:snippet - Install djangocms snippet plugin +dev-python/django-cms:teaser - Install djangocms teaser plugin +dev-python/django-cms:video - Install djangocms video plugin dev-python/django-tastypie:bip - An optional serialiser dev-python/biplist dev-python/django-tastypie:digest - Library to aid in implementing HTTP Digest Authentication dev-python/django-tastypie:lxml - An optional serialiser dev-python/lxml -dev-python/django-tastypie:oauth - Adds OAuth authentication support dev-python/django-tastypie:yaml - An optional serialiser dev-python/yaml dev-python/django-two-factor-auth:yubikey - Adds support for Yubikeys via django-otp-yubikey -dev-python/docutils:glep - Install support for GLEPs +dev-python/editorconfig-core-py:cli - Install command line interface as well as python library dev-python/falcon:cython - Build cython-based python modules dev-python/flask-restful:paging - Enable resource paging support dev-python/geopy:timezone - Enables localized date support dev-python/geopy:yahoo - Enables use of YahooPlaceFinder +dev-python/glance_store:cinder - adds cinder backend support dev-python/gmpy:mpir - Use sci-libs/mpir as gmp implementation dev-python/icalendar:doc - Generate examples and other extra documentation dev-python/ipython:matplotlib - Add support for dev-python/matplotlib @@ -2212,32 +2340,41 @@ dev-python/ipython:mongodb - Enable support for MongoDB via dev-python/pymongo dev-python/ipython:nbconvert - Enable support for converting notebooks to various formats using app-text/pandoc dev-python/ipython:notebook - Install requirements for the web notebook based on www-servers/tornado dev-python/ipython:octave - Enable octave bridge via dev-python/oct2py +dev-python/jira:filemagic - Include filemagic support (for identifying uploaded filetypes) +dev-python/jira:ipython - Include Interactive Python (IPython) +dev-python/jira:oauth - Support OAuth authentication dev-python/kaa-base:tls - SSL/TLS support via dev-python/tlslite +dev-python/kafka-python:snappy - Install snappy compression/decompression support dev-python/kazoo:gevent - Enable support for the gevent based handler dev-python/kombu:amqplib - Enable amqplib support dev-python/kombu:msgpack - Enables MessagePack (de)serializer for Python dev-python/kombu:sqs - Enables Amazon SQS transport module for Kombu -dev-python/lxml:beautifulsoup3 - Enable support for Beautiful Soup 3 dev-python/markdown:pygments - Enable fancy pygments support dev-python/matplotlib:excel - Pull dev-python/xlwt for the exceltools toolkit -dev-python/matplotlib:gtk3 - Use x11-libs/gtk+:3 instead of x11-libs/gtk+:2 +dev-python/matplotlib:gtk2 - Enable x11-libs/gtk+:2 support +dev-python/matplotlib:gtk3 - Enable x11-libs/gtk+:3 support dev-python/matplotlib:pyside - Qt support via dev-python/pyside dev-python/mpmath:matplotlib - Add support for dev-python/matplotlib dev-python/mwlib:server - Install the daemons required when using mwlib for generating PDFs on a MediaWiki instance. dev-python/mwlib-rl:pdftk - Enable support for app-text/pdftk, required to generate TOCs +dev-python/nbdime:webtools - Install web-based diff and merge tools. dev-python/netaddr:cli - Enable netaddr shell with dev-python/ipython dev-python/nltk:numpy - Use numpy for the saved word tokenizer dev-python/numexpr:mkl - Enable support for Intel Vector Math Library, part of sci-libs/mkl. dev-python/pandas:R - Enable support for R via dev-python/rpy dev-python/pandas:excel - Pull a few Python packages for Microsoft Excel i/o +dev-python/pandas:full-support - Pull all packages to give pandas full support dev-python/pandas:html - Enable HTML i/o via dev-python/beautifulsoup +dev-python/passlib:bcrypt - bcrpyt hash algoryptm support +dev-python/passlib:scrypt - accelerated scrypt algoythm support +dev-python/passlib:totp - time based one time password support dev-python/paste:flup - enable support for flup (and therefore for various wgsi servers and middleware) dev-python/paste:openid - enable OpenID support dev-python/pillow:webp - Enable support for webp image format. dev-python/py-amqp:extras - Install extra tools to generate initial Python mod from an AMQP XML file +dev-python/pygpu:cuda - Enable NVIDIA CUDA toolkit support +dev-python/pygpu:opencl - Enable OpenCL support dev-python/pyhamcrest:numpy - Enable optional dependence on dev-python/numpy -dev-python/pylons:genshi - Add optional genshi support -dev-python/pylons:jinja - Add optional jinja support dev-python/pymongo:mod_wsgi - Disable the C extension to work with mod_wsgi. dev-python/pyocr:cuneiform - Enable support for the app-text/cuneiform OCR engine dev-python/pyocr:tesseract - Enable support for the app-text/tesseract OCR engine @@ -2253,7 +2390,6 @@ dev-python/pypy3:low-memory - Build using PyPy with the engine configured toward dev-python/pypy3:sandbox - Enable sandboxing functionality dev-python/pypy3:shadowstack - Use a shadow stack for finding GC roots dev-python/pypy3-bin:shadowstack - Use a shadow stack for finding GC roots -dev-python/pyquery:beautifulsoup3 - Support BeautifulSoup 3 dev-python/pyside:X - Build QtGui and QtTest modules dev-python/pyside:declarative - Build QtDeclarative module dev-python/pyside:designer - Build QtDesigner and QtUiTools modules @@ -2267,6 +2403,7 @@ dev-python/pyside:sql - Build QtSql module dev-python/pyside:svg - Build QtSvg module dev-python/pyside:webkit - Build QtWebKit module dev-python/pyside:xmlpatterns - Build QtXmlPatterns module +dev-python/python-caja:gtk3 - Build with GTK+3 instead of GTK+2 dev-python/python-stdnum:vies - Enable VIES dev-python/pyudev:pygobject - Install PyGobject binding dev-python/pyudev:pyqt4 - Install PyQt4 binding @@ -2281,23 +2418,24 @@ dev-python/rarfile:compressed - Enables the module to support compressed v3 arch dev-python/rdflib:redland - enable support for Redland triplestore dev-python/restkit:cli - Install the restcli command line interface/tool, based on dev-python/ipython dev-python/scrapy:boto - Add support for Amazon S3 via dev-python/boto -dev-python/scrapy:ibl - Use Instace Based Learning alrogirithm for automatic extraction +dev-python/scrapy:ibl - Use Instace Based Learning algorithm for automatic extraction dev-python/simplecv:shell - Enable the iPython SimpleCV shell +dev-python/sphinx:net - enable internet capabilities dev-python/spyder:ipython - Add support for dev-python/ipython dev-python/spyder:matplotlib - Add support for dev-python/matplotlib dev-python/spyder:numpy - Add support for dev-python/numpy dev-python/spyder:pep8 - Add support for dev-python/pep8 dev-python/spyder:pyflakes - Add support for dev-python/pyflakes dev-python/spyder:pylint - Add support for dev-python/pylint +dev-python/spyder:qtconsole - Add support for dev-python/qtconsole dev-python/spyder:rope - Add support for dev-python/rope dev-python/spyder:scipy - Add support for sci-libs/scipy dev-python/spyder:sphinx - Add support for dev-python/sphinx dev-python/starcluster:epydoc - Enable build of apidocs in html using epydoc -dev-python/sympy:imaging - Add support for dev-python/imaging +dev-python/sympy:imaging - Add support for dev-python/pillow dev-python/sympy:ipython - Add support for dev-python/ipython dev-python/sympy:mathml - Add support for mathml dev-python/sympy:pyglet - Use dev-python/pyglet for plots and print preview -dev-python/sympy:system-mpmath - Use mpmath from portage instead of the bundled one dev-python/sympy:texmacs - Add app-office/texmacs interface dev-python/sympy:theano - Add support for dev-python/theano dev-python/tdaemon:coverage - Enable code coverage support @@ -2305,13 +2443,17 @@ dev-python/translate-toolkit:html - Support conversion between po and html files dev-python/translate-toolkit:ical - Support conversion between po and ical files dev-python/translate-toolkit:ini - Support conversion between po and ini files dev-python/translate-toolkit:subtitles - Support conversion between po and sub files +dev-python/translate-toolkit:yaml - Support YAML format +dev-python/twisted:conch - include Twisted SSHv2 implementation +dev-python/twisted:http2 - include http2 support +dev-python/twisted:serial - include serial port support dev-python/twisted-core:serial - include serial port support dev-python/vatnumber:vies - Enable VIES dev-python/ws4py:client - Install client modules dev-python/ws4py:server - Install server modules dev-python/wxpython:doc - Install HTML wxWidgets docs and wxpython API reference. dev-python/wxpython:examples - Install interactive demo module browser and sample applets. -dev-python/zsi:twisted - add support for dev-python/twisted +dev-python/zsi:twisted - add support for python-twisted (needs dev-python/twisted-core and dev-python/twisted-web) dev-qt/assistant:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/designer:declarative - Build the qdeclarativeview plugin dev-qt/designer:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) @@ -2327,21 +2469,26 @@ dev-qt/qt-creator:autotools - Enable autotools project manager plugin dev-qt/qt-creator:baremetal - Build plugin for bare metal devices dev-qt/qt-creator:bazaar - Add support for dev-vcs/bzr version control system dev-qt/qt-creator:clang - Build clang-based code model plugin +dev-qt/qt-creator:clangcodemodel - Build clang-based code model plugin +dev-qt/qt-creator:clangstaticanalyzer - Build clang-based static analyzer plugin dev-qt/qt-creator:clearcase - Add support for IBM ClearCase version control system (requires manual installation of ClearCase client) dev-qt/qt-creator:cmake - Enable cmake project manager plugin -dev-qt/qt-creator:fakevim - Enable support for vim-like key bindings +dev-qt/qt-creator:glsl - Enable GLSL source code editor dev-qt/qt-creator:ios - Build plugin for Apple iOS devices -dev-qt/qt-creator:madde - Enable integration with MADDE (Maemo Application Development and Debugging Environment) dev-qt/qt-creator:mercurial - Add support for dev-vcs/mercurial version control system +dev-qt/qt-creator:modeling - Enable graphical model editor +dev-qt/qt-creator:nim - Enable Nim source code editor dev-qt/qt-creator:perforce - Add support for Perforce version control system (requires manual installation of Perforce client) dev-qt/qt-creator:python - Enable Python source code editor dev-qt/qt-creator:qbs - Enable QBS project manager plugin -dev-qt/qt-creator:qnx - Build plugin for QNX/Blackberry devices +dev-qt/qt-creator:qnx - Build plugin for QNX devices +dev-qt/qt-creator:scxml - Enable graphical SCXML editor dev-qt/qt-creator:systemd - Add support for retrieving application output from journald dev-qt/qt-creator:valgrind - Add support for memory debugging using dev-util/valgrind +dev-qt/qt-creator:webengine - Use dev-qt/qtwebengine to view documentation +dev-qt/qt-creator:webkit - Use dev-qt/qtwebkit to view documentation dev-qt/qt-creator:winrt - Build plugin for WinRT devices dev-qt/qt-meta:kde - Select media-libs/phonon as Phonon variant (needed for KDE) -dev-qt/qt-meta:openvg - Enable the QtOpenVG module dev-qt/qt-meta:qt3support - Enable the Qt3Support library for Qt4 dev-qt/qt-mobility:bluetooth - Enable Bluetooth support in QtConnectivity and QtSystemInfo modules dev-qt/qt-mobility:connectivity - Build the QtConnectivity module @@ -2363,9 +2510,14 @@ dev-qt/qt-mobility:tools - Build various useful tools (e.g.: qcrmlgen, servicexm dev-qt/qt-mobility:versit - Build the QtVersit module dev-qt/qt3support:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtbearer:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) +dev-qt/qtbluetooth:qml - Build QML/QtQuick bindings and imports +dev-qt/qtcharts:qml - Build QML/QtQuick bindings and imports dev-qt/qtcore:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtcore:glib - Enable dev-libs/glib eventloop support dev-qt/qtcore:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. +dev-qt/qtcore:systemd - Enable native journald logging support +dev-qt/qtdatavis3d:gles2 - Use GLES 2.0 or later instead of full OpenGL +dev-qt/qtdatavis3d:qml - Build QML/QtQuick bindings and imports dev-qt/qtdbus:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtdeclarative:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtdeclarative:gles2 - Use GLES 2.0 or later instead of full OpenGL @@ -2379,45 +2531,44 @@ dev-qt/qtdemo:declarative - Build QtDeclarative examples and demos dev-qt/qtdemo:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtdemo:multimedia - Build QtMultimedia examples and demos dev-qt/qtdemo:opengl - Build QtOpenGL examples and demos -dev-qt/qtdemo:openvg - Build QtOpenVG examples and demos dev-qt/qtdemo:phonon - Build Phonon examples and demos -dev-qt/qtdemo:qt3support - Build Qt3Support examples and demos dev-qt/qtdemo:webkit - Build QtWebKit examples and demos dev-qt/qtdemo:xmlpatterns - Build QtXmlPatterns examples and demos -dev-qt/qtgui:egl - Use EGL instead of default GLX to manage OpenGL contexts -dev-qt/qtgui:eglfs - Compile EGL Full Screen/Single Surface support -dev-qt/qtgui:evdev - Enable evdev input support +dev-qt/qtgui:egl - Enable EGL integration +dev-qt/qtgui:eglfs - Build the EGL Full Screen/Single Surface platform plugin +dev-qt/qtgui:evdev - Enable support for input devices via evdev dev-qt/qtgui:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtgui:gles2 - Use GLES 2.0 or later instead of full OpenGL -dev-qt/qtgui:glib - Enable dev-libs/glib eventloop support -dev-qt/qtgui:gtkstyle - Build a Qt style called GTK+ that mimics the active GTK+ theme -dev-qt/qtgui:harfbuzz - Use media-libs/harfbuzz for text shaping +dev-qt/qtgui:glib - Enable integration with the dev-libs/glib event loop +dev-qt/qtgui:gtkstyle - Build a widgets style that mimics the active GTK+ theme dev-qt/qtgui:ibus - Build the IBus input method plugin -dev-qt/qtgui:kms - Build the KMS platform plugin +dev-qt/qtgui:libinput - Enable support for input devices via dev-libs/libinput dev-qt/qtgui:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. dev-qt/qtgui:trace - Build the 'trace' graphicssystem engine which allows to record all drawing operations into a trace buffer. The trace can be replayed later with the qttracereplay tool. -dev-qt/qthelp:compat - Build the extra compatibility layer required by a few packages, see http://blog.qt.digia.com/blog/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/ +dev-qt/qtgui:tslib - Enable support for touchscreen devices via x11-libs/tslib +dev-qt/qtgui:tuio - Build plugin to receive touch events over the TUIO protocol +dev-qt/qtgui:xcb - Build the XCB platform plugin and enable X11 integration +dev-qt/qthelp:compat - Build the extra compatibility layer required by a few packages, see http://blog.qt.io/blog/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/ dev-qt/qthelp:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtmultimedia:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) +dev-qt/qtmultimedia:gles2 - Use GLES 2.0 or later instead of full OpenGL +dev-qt/qtmultimedia:gstreamer - Enable audio support via media-libs/gstreamer using SLOT 1.0 +dev-qt/qtmultimedia:gstreamer010 - Enable audio support via media-libs/gstreamer using SLOT 0.10 dev-qt/qtmultimedia:qml - Build QML/QtQuick bindings and imports dev-qt/qtmultimedia:widgets - Build the QtMultimediaWidgets module dev-qt/qtnetwork:bindist - Disable EC support via dev-libs/openssl dev-qt/qtnetwork:connman - Enable net-misc/connman-based bearer plugin +dev-qt/qtnetwork:libproxy - Use net-libs/libproxy for automatic HTTP/SOCKS proxy configuration dev-qt/qtnetwork:networkmanager - Enable net-misc/networkmanager-based bearer plugin -dev-qt/qtopengl:egl - Use EGL instead of default GLX to manage OpenGL contexts on the desktop +dev-qt/qtopengl:egl - Use EGL instead of GLX to manage OpenGL contexts dev-qt/qtopengl:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtopengl:gles2 - Use GLES 2.0 or later instead of full OpenGL dev-qt/qtopengl:qt3support - Enable the Qt3Support libraries for Qt4 -dev-qt/qtopenvg:exceptions - Build with support for exceptions -dev-qt/qtopenvg:qt3support - Enable the Qt3Support libraries for Qt4 dev-qt/qtphonon:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtphonon:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. dev-qt/qtpositioning:geoclue - Use enhanced location information from app-misc/geoclue dev-qt/qtpositioning:qml - Build QML bindings dev-qt/qtprintsupport:gles2 - Use GLES 2.0 or later instead of full OpenGL -dev-qt/qtquick1:designer - Build plugin for dev-qt/designer -dev-qt/qtquick1:webkit - Build the WebView import for QtQuick1 (requires QtWebKit) -dev-qt/qtquick1:xml - Build the XmlListModel import for QtQuick1 (requires QtXmlPatterns) dev-qt/qtquickcontrols:widgets - Enable QtWidgets support dev-qt/qtscript:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtscript:scripttools - Build the QtScriptTools module (requires QtWidgets) @@ -2430,19 +2581,28 @@ dev-qt/qtwayland:egl - Use EGL instead of GLX to manage OpenGL contexts dev-qt/qtwayland:qml - Build QML/QtQuick bindings dev-qt/qtwayland:wayland-compositor - Build Qt compositor for wayland dev-qt/qtwebchannel:qml - Build QML/QtQuick bindings and imports +dev-qt/qtwebengine:geolocation - Enable physical position determination via dev-qt/qtpositioning +dev-qt/qtwebengine:pax_kernel - Enable building under a PaX enabled kernel +dev-qt/qtwebengine:system-ffmpeg - Use the system-wide media-video/ffmpeg instead of bundled. +dev-qt/qtwebengine:system-icu - Use the system-wide dev-libs/icu instead of bundled. +dev-qt/qtwebengine:widgets - Enable QtWidgets support dev-qt/qtwebkit:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) -dev-qt/qtwebkit:gstreamer - Enable HTML5 audio/video support via media-libs/gstreamer:1.0 -dev-qt/qtwebkit:gstreamer010 - Enable HTML5 audio/video support via media-libs/gstreamer:0.10 +dev-qt/qtwebkit:geolocation - Enable physical position determination via dev-qt/qtpositioning +dev-qt/qtwebkit:gstreamer - Enable HTML5 audio/video support via media-libs/gstreamer using SLOT 1.0 +dev-qt/qtwebkit:gstreamer010 - Enable HTML5 audio/video support via media-libs/gstreamer using SLOT 0.10 dev-qt/qtwebkit:multimedia - Enable HTML5 audio/video support via dev-qt/qtmultimedia +dev-qt/qtwebkit:orientation - Enable device orientation detection via dev-qt/qtsensors dev-qt/qtwebkit:printsupport - Enable printing via dev-qt/qtprintsupport dev-qt/qtwebkit:qml - Build QML/QtQuick bindings +dev-qt/qtwebkit:webchannel - Enable integration with dev-qt/qtwebchannel dev-qt/qtwebkit:webp - Add support for WebP image format dev-qt/qtwebsockets:qml - Build QML bindings dev-qt/qtwidgets:gles2 - Use GLES 2.0 or later instead of full OpenGL dev-qt/qtwidgets:gtkstyle - Build a Qt style called GTK+ that mimics the active GTK+ theme +dev-ros/rosbag:lz4 - Add support for lz4 compressed bags. +dev-ros/rosconsole:glog - Use dev-cpp/glog as log backend. +dev-ros/rosconsole:log4cxx - Use dev-libs/log4cxx as log backend. dev-ruby/barby:cairo - Add support for writing images (PNG, PS, EPS and, if supported, PDF and SVG) using dev-ruby/rcairo. Not available on JRuby. -dev-ruby/barby:datamatrix - Add support for datamatrix using dev-ruby/semacode. -dev-ruby/barby:pdf-writer - Add support for writing PDFs using dev-ruby/pdf-writer. dev-ruby/barby:png - Add support for writing PNG images using dev-ruby/chunky_png. dev-ruby/barby:prawn - Add support for writing PDF documents using dev-ruby/prawn. dev-ruby/barby:qrcode - Add support for QRCode 2D codes using dev-ruby/rqrcode. @@ -2462,26 +2622,6 @@ dev-ruby/ruby-sdl:image - Enable media-libs/sdl-image support dev-ruby/ruby-sdl:mixer - Enable media-libs/sdl-mixer support dev-ruby/ruby-sdl:sge - Enable sdl-sge support dev-ruby/rubygems:server - Install support for the rubygems server -dev-scheme/bigloo:bglpkg - Build bglpkg binary, which can be use to access scmpkg servers (requires web) -dev-scheme/bigloo:calendar - Build the embedded library for calendar programming -dev-scheme/bigloo:crypto - Build the embedded cryptographic library -dev-scheme/bigloo:debug - Enable extra debug codepaths -dev-scheme/bigloo:doc - Install Bigloo Manual (HTML docs of Bigloo and r5rs) -dev-scheme/bigloo:emacs - Build and install the Bigloo Developement Environment for Emacs (aka bee-mode) -dev-scheme/bigloo:gmp - Adds support for dev-libs/gmp (GNU MP library) -dev-scheme/bigloo:java - Enable the JVM backend for the Bigloo compiler -dev-scheme/bigloo:mail - Mail library for email management (e.g. maildir and imap support) -dev-scheme/bigloo:multimedia - Build multimedia library (e.g. for managing images). Needed for dev-scheme/hop -dev-scheme/bigloo:openpgp - Build OpenPGP support (requires crypto) -dev-scheme/bigloo:packrat - Bigloo port of Tony Garnock-Jones' packrat parser (requires srfi1) -dev-scheme/bigloo:sqlite - Use the system-wide dev-db/sqlite -dev-scheme/bigloo:srfi1 - Build the srfi1 library: List library -dev-scheme/bigloo:srfi27 - Build the srfi27 library: Source of Random Bits (32bit-arch only, requires gmp) -dev-scheme/bigloo:ssl - Adds support for SSL connections through dev-libs/openssl -dev-scheme/bigloo:text - Library for dealing with text (e.g. BibTeX parser) -dev-scheme/bigloo:threads - Enable thread support, it depends on dev-libs/boehm-gc built with threads use flag -dev-scheme/bigloo:web - Library for web programming (e.g. XML, CGI parsers). Needed for dev-scheme/hop -dev-scheme/chicken:parallel-build - Enable testing parallel build mode added in 4.7.3 version. Can still be not working dev-scheme/gauche-gl:cg - Enable NVidia Cg binding dev-scheme/gauche-gtk:glgd - Enable GL graph draw dev-scheme/guile:debug-freelist - Include garbage collector freelist debugging code @@ -2490,9 +2630,6 @@ dev-scheme/guile:deprecated - Enable deprecated features dev-scheme/guile:discouraged - (implied by deprecated) enable merely discouraged features dev-scheme/guile:networking - Include networking interfaces dev-scheme/guile:regex - Include regular expression interfaces -dev-scheme/hop:debug - Enables building with debug symbols -dev-scheme/hop:ssl - Enable SSL support for hop -dev-scheme/hop:threads - Enable thread support for hop, it depends on dev-scheme/bigloo built with threads use flag. dev-scheme/kawa:awt - Assume AWT is available dev-scheme/kawa:echo2 - Enable support for the Echo2 web toolkit with dev-java/echo2 dev-scheme/kawa:frontend - Build "kawa" front-end program using sys-libs/readline @@ -2516,15 +2653,19 @@ dev-scheme/scm:engineering-notation - Floats to display in engineering notation dev-scheme/scm:gsubr - generalized c arguments: for arbitrary (more then 11) arguments to C functions. dev-scheme/scm:inexact - Support for floating point numbers. dev-scheme/scm:ioext - Commonly available I/O extensions: line I/O, file positioning, file delete and rename, and directory functions. +dev-scheme/scm:libscm - Build and install libscm.a and related headers dev-scheme/scm:macro - C level support for hygienic and referentially transparent macros (syntax-rules macros). dev-scheme/scm:regex - String regular expression matching. dev-scheme/scm:unix - Support for: nice, acct, lstat, readlink, symlink, mknod and sync. +dev-scheme/slib:gambit - Support for gambit scheme implementation +dev-scheme/slib:scm - Support for scm scheme implementation dev-tcltk/expect-lite:debug - pull in packages needed for runtime interactive debugger dev-tcltk/tktreectrl:shellicon - shellicon extension dev-tex/abntex:lyx - Install with app-office/lyx layout dev-tex/circuit_macros:script - Install cm2pdf to automatically create a correctly sized PDF from a circuit_macro m4 source dev-tex/dot2texi:pgf - Enable support for dev-tex/pgf (The TeX Portable Graphic Format) dev-tex/dot2texi:pstricks - Enable pstricks support +dev-texlive/texlive-basic:luajittex - Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster. dev-util/android-ndk:legacy-toolchains - Install legacy toolchains dev-util/android-ndk:target-32 - Support for 32-bit targets dev-util/android-ndk:target-64 - Support for 64-bit targets @@ -2534,41 +2675,62 @@ dev-util/anjuta:packagekit - Use packagekit to search for missing tools dev-util/anjuta:terminal - Enable terminal plugin based on x11-libs/vte dev-util/apitrace:cli - Enable command line interface dev-util/apitrace:egl - Enable EGL support +dev-util/apitrace:system-snappy - Link dynamic against app-arch/snappy +dev-util/bazel:tools - Install extra bazel tools to build from sources +dev-util/bitcoin-tx:ljr - Enable Luke Dashjr's patches dev-util/buildbot:irc - Add support for status delivery through an ircbot. dev-util/buildbot:mail - Add support for watching a maildir for commits. dev-util/buildbot:manhole - Add support for manhole (debug over ssh) +dev-util/bustle:interactivetests - Build interactive test programs +dev-util/bustle:threaded - Build with support for multithreaded execution. dev-util/catalyst:ccache - Enables ccache support +dev-util/cccc:apidoc - Build software docs with doxygen/graphviz and metrics with cccc +dev-util/cccc:mfc - Add patch for MFC dialect options dev-util/cmake:system-jsoncpp - Use system copy of dev-libs/jsoncpp instead of bundled one. dev-util/coccigrep:vim - Install the coccigrep vim plugin dev-util/codeblocks:contrib - Build additional contrib components dev-util/cppcheck:htmlreport - install cppcheck-htmlreport dev-util/ctags:ada - Enable Ada support +dev-util/ctags:json - Enable JSON output support +dev-util/ctags:xml - Enable XML parsing support +dev-util/ctags:yaml - Enable YAML parsing support dev-util/cwdiff:a2ps - install app-text/a2ps for postscript output dev-util/cwdiff:mercurial - install hg wdiff alias for dev-vcs/mercurial dev-util/devhelp:gedit - Install plugin for app-editors/gedit dev-util/dialog:minimal - Disable library, install command-line program only +dev-util/electron:hidpi - Enable support for high-resolution screens (high dots per inch) +dev-util/electron:lto - Build with link time optimization enabled +dev-util/electron:pic - Disable optimized assembly code that is not PIC friendly +dev-util/electron:proprietary-codecs - Enable proprietary codecs like H.264, MP3 +dev-util/electron:system-ffmpeg - Use system ffmpeg instead of the bundled one +dev-util/electron:tcmalloc - Use bundled tcmalloc instead of system malloc dev-util/emilpro:system-binutils - Use the gentoo binutils instead of building against an unpatched vanilla version dev-util/fatrace:powertop - Add powetop integration +dev-util/geany:gtk3 - Use GTK+3 instead of GTK+2 dev-util/geany:vte - Enable Terminal support (x11-libs/vte) dev-util/geany-plugins:autoclose - Enable the autoclose plugin. +dev-util/geany-plugins:automark - Enable the automark plugin dev-util/geany-plugins:commander - Enable the commander plugin which provides a command panel for rapid access to any action. +dev-util/geany-plugins:ctags - Enable ctags plugin dev-util/geany-plugins:debugger - Enable the debugger plugin which interfaces with sys-devel/gdb dev-util/geany-plugins:defineformat - Enable the defineformat plugin. -dev-util/geany-plugins:devhelp - Enable the devhelp plugin which integrates dev-util/devhelp dev-util/geany-plugins:enchant - Enable spell checking using enchant dev-util/geany-plugins:gpg - Enable geanypg plugin which integrates GPG using app-crypt/gpgme -dev-util/geany-plugins:gtkspell - Use gtkspell for dictionary support -dev-util/geany-plugins:markdown - Enable the markdown plugin which uses app-text/discount and net-libs/webkit-gtk to display a realtime preview markdown. +dev-util/geany-plugins:gtk3 - Use GTK+3 instead of GTK+2 +dev-util/geany-plugins:gtkspell - Use gtkspell for dictionary support in GeanyVC dev-util/geany-plugins:multiterm - Enable the multiterm plugin +dev-util/geany-plugins:overview - Enable overview plugin dev-util/geany-plugins:scope - Enable the scope plugin which is a graphical GDB front-end dev-util/geany-plugins:soup - Enable updatechecker and geniuspaste plugins which require net-libs/libsoup -dev-util/geany-plugins:webkit - Enable webhelper plugin which requires net-libs/webkit-gtk dev-util/global:vim - Integrate the GNU GLOBAL source code tag system with Vim dev-util/google-perftools:debug - Build a set of libraries with debug support (so-called debugalloc). These are available by default but are not needed unless you're actually developing using tcmalloc. dev-util/google-perftools:largepages - Use (experimental) larger pages for tcmalloc, this increases memory usage, but should speed up the allocation/free operations. dev-util/google-perftools:minimal - Only build the tcmalloc_minimal library, ignoring the heap checker and the profilers. +dev-util/google-perftools:optimisememory - To build libtcmalloc with smaller internal caches. dev-util/gtk-doc:highlight - Enable source code highlighting dev-util/gtk-doc:vim - Enable source code highlighting through app-editors/vim +dev-util/idea-community:custom-jdk - Install and use IntelliJ's custom JRE. +dev-util/idea-ultimate:custom-jdk - Install and use IntelliJ's custom JRE. dev-util/intel-ocl-sdk:android - Install android related files dev-util/intel-ocl-sdk:system-boost - Use system boost (dev-libs/boost) instead of bundled one dev-util/intel-ocl-sdk:system-clang - Use system clang (sys-devel/clang) instead of bundled one @@ -2577,42 +2739,38 @@ dev-util/intel-ocl-sdk:system-tbb - Use sytem Thread Building Blocks (dev-cpp/tb dev-util/intel-ocl-sdk:tools - Install Intel Offline Compiler dev-util/kdevelop:cmake - Enable support for CMake build system dev-util/kdevelop:gdbui - Enable GUI for attaching GDB to a running process +dev-util/kdevelop:ninja - Enable support for Ninja build system dev-util/kdevelop:okteta - Enable hex editor plugin +dev-util/kdevelop:qmake - Enable support for QMake build system dev-util/kdevelop:qthelp - Enable support for QtHelp documentation browsing -dev-util/kdevelop:reviewboard - Enable reviewboard support +dev-util/kdevelop-qmake:tools - Build and install the qmake-parser debugging tool dev-util/kdevplatform:classbrowser - Enable the class browser plugin dev-util/kdevplatform:konsole - Enable kde-apps/konsole integration dev-util/kdevplatform:reviewboard - Enable reviewboard support +dev-util/kdevplatform:welcomepage - Enable welcome page, requires dev-qt/qtdeclarative dev-util/ltrace:unwind - Use sys-libs/libunwind for frame unwinding support dev-util/lttng-tools:ust - Support LTTng-UST (Userspace Tracing) -dev-util/metro:ccache - Enable support for ccache -dev-util/metro:git - Enable support for git snapshots -dev-util/metro:threads - Enable support for pbzip2 tarball packing/unpacking +dev-util/mdds:valgrind - Add support for memory debugging using dev-util/valgrind dev-util/mingw64-runtime:idl - Install idl files. dev-util/mingw64-runtime:libraries - Build extra libraries. dev-util/mingw64-runtime:tools - Build extra tools. dev-util/molecule:plugins - Add plugins provided by dev-util/molecule-plugins dev-util/monkeystudio:plugins - Build and install additional plugins dev-util/nemiver:memoryview - Enable the optional hexadecimal memory inspection with app-editors/ghex. -dev-util/nsis:config-log - Enable the logging facility (useful in debugging installers) dev-util/nvidia-cuda-sdk:cuda - Build CUDA binaries. dev-util/nvidia-cuda-sdk:opencl - Build OpenCL binaries. dev-util/nvidia-cuda-toolkit:debugger - Installs the CUDA debugger. -dev-util/nvidia-cuda-toolkit:eclipse - Install the dev-util/eclipse-sdk plugins +dev-util/nvidia-cuda-toolkit:eclipse - Install plugins for eclipse dev-util/nvidia-cuda-toolkit:profiler - Installs the NVIDIA CUDA visual profiler. -dev-util/perf:audit - Enable support for sys-process/audit. dev-util/perf:demangle - Enable C++ symbol name demangling, using libbfd from sys-devel/binutils. When this flag is enabled, the package will have to be rebuilt after every version bump of binutils. dev-util/perf:doc - Build documentation and man pages. With this USE flag disabled, the --help parameter for perf and its sub-tools will not be available. This is optional because it depends on a few documentation handling tools that are not always welcome on user systems. +dev-util/perf:numa - Enable NUMA support dev-util/perf:perl - Add support for Perl as a scripting language for perf tools. dev-util/perf:unwind - Use sys-libs/libunwind for frame unwinding support. dev-util/pkgconf:pkg-config - Install as a replacement for dev-util/pkgconfig -dev-util/pkgconf:strict - Adhere to POSIX pkg-config specification. Useful for finding uses of non-standard pkg-config invocations. +dev-util/pkgconf:strict - Adhere to POSIX pkg-config specification. Useful for finding uses of non-standard pkg-config invocations dev-util/pkgconfig:internal-glib - Use internal copy of dev-libs/glib dev-util/pkgconfig-openbsd:pkg-config - Install as a replacement for dev-util/pkgconfig -dev-util/qdevelop:plugins - Build and install additional plugins -dev-util/reviewboard:codebase - Enables a build of the docs/codebase folder -dev-util/reviewboard:manual - Enables a build of the docs/manual folder -dev-util/reviewboard:rnotes - Enables a doc build of the release notes dev-util/scanmem:gui - Enable the GameConqueror GUI dev-util/schroot:btrfs - Enable support for chroots using btrfs snapshots. dev-util/schroot:dchroot - Enables the building of a wrapper named "dchroot", replacing sys-apps/dchroot. @@ -2620,6 +2778,7 @@ dev-util/schroot:lvm - Enable support for chroots using LVM snapshots. dev-util/squashdelta:lz4 - Enable support for LZ4 compression using app-arch/lz4 dev-util/squashmerge:lz4 - Enable support for LZ4 compression using app-arch/lz4 dev-util/strace:aio - Enable dev-libs/libaio support for tracing Asynchronous I/O operations +dev-util/strace:unwind - Enable stack backtraces (-k flag) via sys-libs/libunwind dev-util/suse-build:symlink - Provide compatibility symlinks with original openSUSE package (might clash with other packages) dev-util/sysdig:modules - Build kernel modules needed for tracing local events. Disable this only if you intend to use sysdig purely to work with dumpfiles. dev-util/trace-cmd:udis86 - Enable support for dev-libs/udis86 disassembler library @@ -2630,15 +2789,21 @@ dev-vcs/bzr-gtk:nautilus - Integrate with Nautilus file manager dev-vcs/cssc:valgrind - Enable usage of dev-util/valgrind in tests dev-vcs/cvs:server - Enable server support dev-vcs/cvs2svn:bazaar - Support for dev-vcs/bzr -dev-vcs/darcs:color - Use ansi color escapes. +dev-vcs/cvsync:gcrypt - Use dev-libs/libgcrypt for hash functions. +dev-vcs/cvsync:mhash - Use app-crypt/mhash for hash functions. +dev-vcs/cvsync:openssl - Use dev-libs/openssl for hash functions. +dev-vcs/darcs:diff - Use 'lcs' for diff building. dev-vcs/darcs:http - Use the pure Haskell HTTP package for HTTP support. dev-vcs/darcs:network-uri - Get Network.URI from the network-uri package. -dev-vcs/darcs:optimize - Build with optimizations (-O2). dev-vcs/darcs:terminfo - Use the terminfo package for enhanced console support. dev-vcs/darcs:threaded - Use threading and SMP support. +dev-vcs/fossil:fusefs - Enable the Fuse Filesystem dev-vcs/fossil:json - Enable the JSON API of Fossil's wiki -dev-vcs/fossil:lineedit - Enable line-editing with libedit or readline +dev-vcs/fossil:legacy-mv-rm - Enable legacy behavior for mv/rm (skip checkout files) +dev-vcs/fossil:miniz - Use the bundled miniz for compression instead of zlib dev-vcs/fossil:sqlite - Use the system SQLite instead of the bundled one +dev-vcs/fossil:th1-docs - Enable TH1 for embedded documentation pages +dev-vcs/fossil:th1-hooks - Enable TH1 hooks for commands and web pages dev-vcs/git:blksha1 - Use the new optimized SHA1 implementation dev-vcs/git:cgi - Install gitweb too dev-vcs/git:curl - Support fetching and pushing (requires webdav too) over http:// and https:// protocols @@ -2646,28 +2811,22 @@ dev-vcs/git:gpg - Pull in gnupg for signing -- without gnupg, attempts at signin dev-vcs/git:gtk - Include the gitview contrib tool dev-vcs/git:highlight - GitWeb support for app-text/highlight dev-vcs/git:mediawiki - Support pulling and pushing from MediaWiki +dev-vcs/git:mediawiki-experimental - Add experimental patches for improved MediaWiki support dev-vcs/git:ppcsha1 - Make use of a bundled routine that is optimized for the PPC arch dev-vcs/git:subversion - Include git-svn for dev-vcs/subversion support +dev-vcs/git:tk - Include the 'gitk' and 'git gui' tools dev-vcs/git:webdav - Adds support for push'ing to HTTP/HTTPS repositories via DAV -dev-vcs/git-annex:android - Building for Android -dev-vcs/git-annex:androidsplice - Get TH splices for Android. -dev-vcs/git-annex:asciiprogress - Use ascii-progress library (experimental) dev-vcs/git-annex:assistant - Enable git-annex assistant and watch command -dev-vcs/git-annex:cryptohash - Enable use of cryptohash for checksumming -dev-vcs/git-annex:desktop-notify - Enable desktop environment notifications -dev-vcs/git-annex:dns - Enable the haskell DNS library for DNS lookup +dev-vcs/git-annex:benchmark - Enable benchmarking +dev-vcs/git-annex:concurrentoutput - Use concurrent-output library (experimental) +dev-vcs/git-annex:cryptonite - Use the cryptonite library, instead of the older cryptohash dev-vcs/git-annex:ekg - Enable use of EKG to monitor git-annex as it runs. -dev-vcs/git-annex:feed - Enable podcast feed support +dev-vcs/git-annex:magicmime - Use libmagic to determine file MIME types +dev-vcs/git-annex:network-uri - Get Network.URI from the network-uri package. dev-vcs/git-annex:pairing - Enable pairing of git annex repositories -dev-vcs/git-annex:production - Enable production build (slower build; faster binary) -dev-vcs/git-annex:quvi - Enable use of quvi to download videos dev-vcs/git-annex:s3 - Enable Amazon S3 remote -dev-vcs/git-annex:tahoe - Enable the tahoe special remote -dev-vcs/git-annex:tdfa - Use regex-tdfa for wildcards -dev-vcs/git-annex:testsuite - Embed the test suite into git-annex dev-vcs/git-annex:torrentparser - Use haskell torrent library to parse torrent files dev-vcs/git-annex:webapp - Enable git-annex webapp -dev-vcs/git-annex:webapp-secure - Secure webapp dev-vcs/git-annex:webdav - Enable webdav remote dev-vcs/gitg:glade - Install a glade catalog file dev-vcs/gitg:python - Install Python bindings for those plugins requiring it. @@ -2675,6 +2834,7 @@ dev-vcs/gitolite:contrib - Install user-contributed files dev-vcs/gitolite:tools - Install tools to e.g. convert a Gitosis config to gitolite or one to check if your setup is gitolite >= 3.x compatible dev-vcs/gitolite-gentoo:contrib - Install user-contributed files dev-vcs/gitolite-gentoo:tools - Install tools to e.g. convert a Gitosis config to gitolite or one to check if your setup is gitolite >= 3.x compatible +dev-vcs/kdesvn:man - Build and install man pages dev-vcs/mercurial:bugzilla - Support bugzilla integration. dev-vcs/mercurial:gpg - Support signing with GnuPG. dev-vcs/mercurial:tk - Install dev-lang/tk for hgk script. @@ -2691,18 +2851,15 @@ dev-vcs/subversion:ctypes-python - Build and install Ctypes Python bindings dev-vcs/subversion:dso - Enable runtime module search dev-vcs/subversion:extras - Install extra scripts (examples, tools, hooks) dev-vcs/subversion:http - Enable http support using net-libs/serf -dev-vcs/subversion:webdav-neon - Enable WebDAV support using net-libs/neon -dev-vcs/subversion:webdav-serf - Enable WebDAV support using net-libs/serf -games-action/awesomenauts:bundled-libs - Use the upstream provided bundled libraries. games-action/beathazardultra:bundled-libs - Use the upstream provided bundled libraries. games-action/chromium-bsu:mixer - Enables media-libs/sdl-mixer sound backend instead of media-libs/openal one. games-action/d1x-rebirth:demo - Use the demo data instead of the full game -games-action/d1x-rebirth:linguas_de - Provides German translations for the game's briefings, robot descriptions, and outro of the original campaign +games-action/d1x-rebirth:l10n_de - Provides German translations for the game's briefings, robot descriptions, and outro of the original campaign games-action/d1x-rebirth:music - Support for ingame music games-action/d1x-rebirth:opl3-musicpack - Include alternate version of the game's music, recorded with the Yamaha YMF262 OPL3 soundchip games-action/d1x-rebirth:sc55-musicpack - Include alternate version of the game's music, recorded with the Roland Sound Canvas SC-55 MIDI module games-action/d2x-rebirth:demo - Install games-action/descent2-demodata as well -games-action/d2x-rebirth:linguas_de - Provides German translations for the game's briefings, robot descriptions, and outro of the original campaign +games-action/d2x-rebirth:l10n_de - Provides German translations for the game's briefings, robot descriptions, and outro of the original campaign games-action/d2x-rebirth:music - Support for ingame music games-action/d2x-rebirth:opl3-musicpack - Include alternate version of the game's music, recorded with the Yamaha YMF262 OPL3 soundchip games-action/d2x-rebirth:sc55-musicpack - Include alternate version of the game's music, recorded with the Roland Sound Canvas SC-55 MIDI module @@ -2712,6 +2869,7 @@ games-action/minetest:leveldb - Enable LevelDB backend games-action/minetest:luajit - Use dev-lang/luajit instead of dev-lang/lua games-action/minetest:redis - Enable redis backend via dev-libs/hiredis games-action/minetest:server - Build minetest server +games-action/minetest:spatial - Enable SpatialIndex AreaStore backend games-action/openlierox:breakpad - Compile with support for breakpad crash reporting system games-action/solar2:bundled-libs - Use the upstream provided bundled libraries. games-action/super-hexagon:bundled-libs - Use the upstream provided bundled libraries. @@ -2730,6 +2888,7 @@ games-arcade/performous:midi - Enable MIDI I/O support games-arcade/performous:songs - Install a few demo songs games-arcade/performous:tools - Install tools games-arcade/performous:webcam - Enable Webcam support +games-arcade/savagewheels:fmod - Enable the fmod music and sound effects library games-arcade/slimevolley:net - Enable network support games-arcade/smc:music - Download and install the music files games-arcade/tuxanci:physfs - Use dev-games/physfs instead of dev-libs/libzip to load compressed data @@ -2755,8 +2914,15 @@ games-board/stockfish:general-64 - Generic unoptimized 64-bits build games-board/stockfish:optimize - Enable upstream -O3 optimizations (default enabled) games-board/xboard:default-font - Install the default font that xboard uses games-board/xboard:zippy - Enable experimental zippy client +games-emulation/dolphin:egl - Enable EGL support +games-emulation/dolphin:evdev - Enable evdev input support +games-emulation/dolphin:llvm - Enable the LLVM-based disassembler for debugger mode +games-emulation/dolphin:log - Increase logging output games-emulation/dolphin:lto - Add support for link-time optimizations. +games-emulation/dosbox:glide - Enable unofficial Glide emulation via media-libs/openglide +games-emulation/fceux:logo - Enable the ability to add a logo screen when creating AVIs games-emulation/generator:sdlaudio - Enable SDL Audio +games-emulation/higan:icarus - Build icarus library manager games-emulation/higan:profile_accuracy - Compile a binary optimized for accuracy games-emulation/higan:profile_balanced - Compile a binary with balanced optimization games-emulation/higan:profile_performance - Compile a binary optimized for performance @@ -2770,11 +2936,22 @@ games-emulation/mupen64plus:ui-console - Enable default console UI. games-emulation/mupen64plus:ui-m64py - Enable PyQt4 UI using games-emulation/m64py. games-emulation/mupen64plus:video-glide64mk2 - Enable Glide64mk2 video plugin. games-emulation/mupen64plus:video-rice - Enable Rice video plugin. +games-emulation/mupen64plus-core:debugger - Build the debugger +games-emulation/mupen64plus-core:gles2 - Use GLES2 instead of OpenGL games-emulation/mupen64plus-core:new-dynarec - Enable new experimental dynamic recompiler implementation (only for x86 and arm) games-emulation/mupen64plus-core:osd - Overlay emulator messages using on-screen-display +games-emulation/mupen64plus-video-glide64mk2:gles2 - Use GLES2 instead of OpenGL games-emulation/mupen64plus-video-glide64mk2:hires - Support hi-resolution textures (requires dev-libs/boost) +games-emulation/mupen64plus-video-rice:gles2 - Use GLES2 instead of OpenGL +games-emulation/nestopia:gui - Enable GUI games-emulation/pcsxr:cdio - Use libcdio for CD support games-emulation/pcsxr:sdl - Use SDL sound backend (other parts of SDL are used unconditionally) +games-emulation/ppsspp:qt4 - Adds support for the Qt GUI/Application Toolkit version 4.x +games-emulation/ppsspp:qt5 - Adds support for the Qt GUI/Application Toolkit version 5.x +games-emulation/ppsspp:sdl - Adds support for Simple Direct Layer (media library) +games-emulation/sdlmame:arcade - Enable the Multiple Arcade Machine Emulator for arcade games support +games-emulation/sdlmame:mess - Enable the Multi Emulator Super System for game system support +games-emulation/sdlmame:tools - Build development tools shared between sdlmame and sdlmess games-emulation/snes9x:netplay - Enable playing ROMs over the network (not recommended) games-emulation/snes9x:xrandr - Enable support for the X xrandr extension games-emulation/vbam:link - Enable GBA linking functionality @@ -2788,13 +2965,13 @@ games-engines/odamex:odalaunch - Build the wxwidgets based launcher. games-engines/odamex:portmidi - Enable portmidi support. games-engines/odamex:server - Build server target. games-engines/openmw:devtools - Install development tools like bsatool, esmtool and opencs. -games-engines/openmw:launcher - Install the launcher for configuring OpenMW. games-engines/renpy:development - Install IDE for game developers and an empty game template games-engines/scummvm:fluidsynth - compile with support for fluidsynth games-engines/scummvm:mpeg2 - enable mpeg2 codec for cutscenes games-engines/scummvm:unsupported - enable unsupported and/or broken game engines (you're on your own) games-engines/solarus:doc - Install doxygen developer documentation. games-engines/solarus:luajit - Use LuaJIT instead of default Lua. +games-engines/stratagus:fluidsynth - compile with support for fluidsynth games-fps/alienarena:vidmode - Link against x11-libs/libXxf86vm. Required for full-screen support. games-fps/darkplaces:cdsound - Enables using CD audio in the engine games-fps/darkplaces:demo - Uses the demo data from quake1 (quake1-demodata) @@ -2806,7 +2983,7 @@ games-fps/doom3:roe - Adds support for the Resurrection of Evil expansion games-fps/doomsday:demo - Install launcher dor doom1.wad from games-fps/doom-data games-fps/doomsday:doom - Install launcher for jdoom game games-fps/doomsday:fluidsynth - Build the FluidSynth sound driver -games-fps/doomsday:freedoom - Install launcher for doom1.wad from games-fps/freefoom +games-fps/doomsday:freedoom - Install launcher for doom1.wad from games-fps/freedoom games-fps/doomsday:heretic - Install launcher for jheretic game games-fps/doomsday:hexen - Install launcher for jhexen game games-fps/doomsday:resources - Enable support for games-fps/doomsday-resources in jdoom launcher @@ -2860,6 +3037,8 @@ games-fps/xonotic:ode - Enable support for physics engine from dev-games/ode games-kids/crayon-physics:bundled-libs - Use the upstream provided bundled libraries. games-misc/katawa-shoujo:system-renpy - Use games-engines/renpy instead of the bundled one (experimental) games-misc/little-inferno:bundled-libs - Use bundled libraries. +games-misc/ponysay:fish-completion - Enable fish completion support +games-misc/ponysay:non-free - Install non-free ponies (i.e. from the MLP franchise) games-misc/xcowsay:fortune - Installs the fortune-mod xcow binary games-mud/tf:atcp - enable ATCP support. games-mud/tf:gmcp - enable GMCP support. @@ -2867,11 +3046,15 @@ games-mud/tf:option102 - enable telnet option 102 support. games-puzzle/cuyo:music - Enable playing of background music games-puzzle/jag:editor - Install level editor games-puzzle/nightsky:bundled-libs - Use the upstream provided bundled libraries. +games-puzzle/numptyphysics:user-levels - Install some fun user-created levels games-puzzle/pingus:music - Enable playing of background music +games-puzzle/sgt-puzzles:gtk3 - Use x11-libs/gtk+:3 instead of x11-libs/gtk+:2 +games-puzzle/sgt-puzzles:icons - Use Gentoo packaged icons instead of bundled icons games-puzzle/tiny-and-big:bundled-libs - Use the upstream provided bundled libraries. games-puzzle/xlogical:alt_gfx - Use alternate graphics which are closer to the original Amiga version games-roguelike/FTL:bundled-libs - Use bundled libraries. games-roguelike/angband:sound - Enable and install sounds +games-roguelike/nethack:experimental - Enable experimental features (showscore and status_hilite) games-roguelike/stone-soup:luajit - Use dev-lang/luajit as scripting backend instead of dev-lang/lua. games-roguelike/stone-soup:ncurses - Enable for console (uses ncurses) based build. (can be enabled on top of tiles) games-roguelike/stone-soup:tiles - Enable for graphical (tiled) build. (can be enabled on top of ncurses) @@ -2893,6 +3076,9 @@ games-rpg/eternal-lands-data:music - Adds in-game music. games-rpg/eternal-lands-data:sound - Adds in-game sound effects. games-rpg/grimrock:bundled-libs - Use bundled libraries. games-rpg/kqlives:cheats - Enable cheating mode +games-rpg/manaplus:mumble - Enable support for voice chat +games-rpg/manaplus:pugixml - Use dev-libs/pugixml for XML parsing isntead of dev-libs/libxml2 +games-rpg/manaplus:sdl2 - Use libsdl2 instead of libsdl games-rpg/nwn:hou - Install the Hordes of the Underdark expansion pack games-rpg/nwn:sou - Installs the Shadows of Undrentide expension pack games-rpg/nwn-data:hou - Install the Hordes of the Underdark expansion pack @@ -2900,21 +3086,10 @@ games-rpg/nwn-data:nowin - For those people who cant grab the 1.2 gigs of data f games-rpg/nwn-data:sou - Installs the Shadows of Undrentide expension pack games-rpg/sumwars:tools - Builds editor tools games-rpg/to-the-moon:bundled-libs - Use bundled libraries -games-rpg/valyriatear:editor - Compile the Qt editor along with the game -games-simulation/corsix-th:ffmpeg - Use ffmpeg for playing in-game cutscenes. -games-simulation/corsix-th:mapeditor - Build the map editor (needs opengl enabled!). -games-simulation/corsix-th:midi - Use SDL mixer and timidity for in-game music. -games-simulation/corsix-th:opengl - Use OpenGL for rendering. -games-simulation/corsix-th:sdl - Use SDL for rendering. -games-simulation/corsix-th:sound - Use SDL mixer for in-game sound. -games-simulation/corsix-th:truetype - Use high quality fonts. games-simulation/flightgear:dbus - Enable screensaver DBus interaction -games-simulation/flightgear:jsbsim - Enables JSBSim Flight Dynamics Model (default) -games-simulation/flightgear:oldfdm - Enables deprecated Flight Dynamics Models (LaRCsim, UIUC) games-simulation/flightgear:qt5 - Builds Qt5 launcher application games-simulation/flightgear:udev - Enables event-based Input devices through virtual/udev -games-simulation/flightgear:utils - Builds various utilities (fgpanel, terrasync, fgviewer among others) -games-simulation/flightgear:yasim - Enables YASim Flight Dynamics Model +games-simulation/flightgear:utils - Builds various utilities (fgpanel, fgviewer among others) games-simulation/openttd:aplaymidi - Enables midi music in game, using aplaymidi as an external player games-simulation/openttd:dedicated - Build only the openttd server, and not the client. games-simulation/openttd:lzo - Enables LZO compression for savegames. This is only needed to load extremely old savegames. (versions before 0.2) @@ -2954,9 +3129,7 @@ games-strategy/megaglest:tools - Build model import/export tools games-strategy/megaglest:unicode - Use unicode strings for wxwidgets games-strategy/megaglest:wxuniversal - Use the wxUniversal port which implements the various GUI controls by drawing them itself games-strategy/naev:mixer - Enables media-libs/sdl-mixer sound backend in addition to media-libs/openal one. -games-strategy/openra:cg - NVIDIA toolkit plugin games-strategy/openra:tools - Install some development tools such as editor. -games-strategy/s25rttr:glfw - Compile another video driver based on media-libs/glfw. games-strategy/seven-kingdoms:network - Enable support for multiplayer via media-libs/sdl-net games-strategy/ufo-ai:editor - Build map editor games-strategy/uqm:music - download and install music files (large) @@ -2969,7 +3142,6 @@ games-util/gslist:web - Enable the web interface games-util/pyfa:graph - Enable support for graphs games-util/wit:fuse - Enable image mount support via fuse gnome-base/gconf:ldap - Build backend which enables default mail accounts, addressbooks and calendars for Evolution to be configured using each user's LDAP entry." -gnome-base/gdm:audit - Enable support for sys-process/audit gnome-base/gdm:fprint - Enables experimental fingerprint authentication using sys-auth/fprintd gnome-base/gdm:plymouth - Enable support for smooth transition from sys-boot/plymouth gnome-base/gnome:classic - Install gnome-extra/gnome-shell-extensions for the Gnome Shell Classic mode @@ -2985,77 +3157,68 @@ gnome-base/gnome-extra-apps:shotwell - Install the media-gfx/shotwell photo mana gnome-base/gnome-extra-apps:tracker - Install the app-misc/tracker indexer and the GNOME packages that require it gnome-base/gnome-keyring:ssh-agent - Use GNOME Keyring to unlock SSH keys. Recommended unless you are using ECDSA or Ed25519 keys. gnome-base/gnome-light:gnome-shell - Install gnome-base/gnome-shell and x11-wm/mutter for the standard GNOME 3 desktop mode -gnome-base/gnome-session:gconf - Optional support for gnome-base/gconf configuration storage system gnome-base/gnome-settings-daemon:colord - Support color management using x11-misc/colord gnome-base/gnome-settings-daemon:openrc-force - Skip systemd dependency (#480336), enabling this flag will become your setup to be fully unsupported by upstream and downstream Gnome team. Do not try to enable it unless completely needed -gnome-base/gnome-settings-daemon:short-touchpad-timeout - Change the touchpad timeout so that it's effective for fast typists -gnome-base/gnome-shell:i18n - Enable support for enhanced input methods through app-i18n/ibus gnome-base/gnome-shell:openrc-force - Skip systemd dependency (#480336), enabling this flag will become your setup to be fully unsupported by upstream and downstream Gnome team. Do not try to enable it unless completely needed gnome-base/gvfs:afp - Enables support for accessing AFP (Apple Filing Protocol) network shares gnome-base/gvfs:archive - Enables support for accessing files in archives transparently via app-arch/libarchive gnome-base/gvfs:bluray - Enable playback of Blu-ray filesystems using media-libs/libbluray gnome-base/gvfs:fuse - Enables fuse mount points in $HOME/.gvfs for legacy application access gnome-base/gvfs:gnome-online-accounts - Enable configuration panel for net-libs/gnome-online-accounts accounts -gnome-base/gvfs:http - Enable the HTTP/DAV backend using net-libs/libsoup-gnome -gnome-base/gvfs:libsecret - Enable app-crypt/libsecret support to store login credentials. +gnome-base/gvfs:google - Enables support for accessing Google accounts via dev-libs/libgdata +gnome-base/gvfs:http - Enable the HTTP/DAV backend using net-libs/libsoup gnome-base/gvfs:nfs - Enable NFS client support via net-fs/libnfs. gnome-base/gvfs:udev - Enable udev base replacement code for cdda feature gnome-base/libglade:tools - Install libglade-convert Python script. -gnome-base/libgnome-keyring:vala - Enable bindings for dev-lang/vala gnome-base/libgnomecanvas:glade - Enable glade support -gnome-base/libgtop:introspection - Use dev-libs/gobject-introspection for introspection gnome-base/librsvg:tools - Build svg viewer tool gnome-base/nautilus:packagekit - Use packagekit to search for programs to open unknown file types gnome-base/nautilus:previewer - Use gnome-extra/sushi to preview files from the file mananger gnome-base/nautilus:sendto - Enable the nautilus-sendto extension to send files to various locations/devices gnome-base/nautilus:tracker - Add support for app-misc/tracker search gnome-base/orbit:pic - Force libname-server-2 to be built as PIC; needed on hardened systems -gnome-extra/avant-window-navigator:gconf - Enable GConf as configuration backend -gnome-extra/avant-window-navigator-extras:gconf - Enable GConf as configuration backend -gnome-extra/cinnamon:l10n - Pull in gnome-extra/cinnamon-translations for localization support gnome-extra/cinnamon-control-center:colord - Support color management using x11-misc/colord gnome-extra/cinnamon-settings-daemon:colord - Support color management using x11-misc/colord gnome-extra/evolution-data-server:api-doc-extras - Build documentation for private APIs +gnome-extra/evolution-data-server:berkdb - sys-libs/db support needed to migrate old (pre-3.12 evolution versions) addressbook data gnome-extra/evolution-data-server:gnome-online-accounts - Enable using net-libs/gnome-online-accounts for authorization +gnome-extra/evolution-data-server:google - Enable Google Contacts support. This will also enable the internal Google authentication support. Please note this last one relies on a deprecated (and vulnerable) net-libs/webkit-gtk slot. If you want to avoid this dependency, you can disable this support and rely on gnome-online-accounts instead gnome-extra/evolution-data-server:weather - Enable optional weather calendar support -gnome-extra/gdesklets-core:dbus - Enable gDesklets Controls to use DBus gnome-extra/gnome-boxes:usbredir - Use sys-apps/usbredir to redirect USB devices to another machine over TCP +gnome-extra/gnome-builder:clang - Provide integration with sys-devel/clang for best possible C/C++ autocompletion, semantic highlighting, symbol resolving, and diagnostics support +gnome-extra/gnome-builder:git - Provide support for the Git version control system via dev-libs/libgit2-glib (such as setup of Git for New Project, direct cloning for Open Project and changed lines indicators in the editor gutter) +gnome-extra/gnome-builder:sysprof - Provide an integrated profiler via dev-util/sysprof +gnome-extra/gnome-builder:vala - Provide an autoindenter, autocompletion, diagnostics, and symbol resolver for Vala +gnome-extra/gnome-builder:webkit - Enable net-libs/webkit-gtk using plugins support and the HTML/Markdown previewer plugin gnome-extra/gnome-color-manager:packagekit - Enable support for the distro-neutral package manager GUI app-admin/packagekit gnome-extra/gnome-commander:chm - Enable metadata support for Microsoft Compiled HTML Help files gnome-extra/gnome-commander:gsf - Add metadata support for OLE, OLE2 and ODF gnome-extra/gnome-commander:pdf - Add metadata support for PDF -gnome-extra/gnome-commander:python - Add support for python plugins" +gnome-extra/gnome-commander:python - Add support for python plugins +gnome-extra/gnome-commander:samba - Add support for SAMBA (Windows File and Printer sharing) gnome-extra/gnome-commander:taglib - Add metadata support for ID3, Vorbis, FLAC and APE -gnome-extra/gnome-do-plugins:banshee - Enables the Banshee (media-sound/banshee) plugin gnome-extra/gnome-dvb-daemon:totem - Build a plugin for media-video/totem -gnome-extra/gnome-dvb-daemon:vala - Add support for dev-lang/vala gnome-extra/gnome-system-monitor:systemd - Display sys-apps/systemd metadata, e.g. unit names, for running processes -gnome-extra/gucharmap:vala - Enable bindings for dev-lang/vala gnome-extra/libgda:canvas - Enable support for x11-libs/goocanvas gnome-extra/libgda:http - Enable embedded net-libs/libsoup based server gnome-extra/libgda:json - Enable support for JSON format -gnome-extra/libgda:libsecret - Enable app-crypt/libsecret support to store login credentials gnome-extra/libgda:mdb - Enable support for Microsoft Access database using app-office/mdbtools gnome-extra/libgda:reports - Install tools for generating graphical reports gnome-extra/libgda:sourceview - Enable support for x11-libs/gtksourceview gnome-extra/libgsf:gtk - Enable use of gdk in thumbnailer -gnome-extra/nemo:l10n - Pull in gnome-extra/cinnamon-translations for localization support gnome-extra/nemo:packagekit - Use packagekit to search for programs to open unknown file types gnome-extra/nemo:tracker - Add support for app-misc/tracker search -gnome-extra/nm-applet:gconf - Build tool for migrating gconf settings from nm-applet-0.8.x gnome-extra/nm-applet:modemmanager - Enable support for mobile broadband devices using net-misc/modemmanager +gnome-extra/nm-applet:teamd - Enable teamd configuration editor gnome-extra/sushi:office - Support viewing file formats such as generated by app-office/libreoffice gnome-extra/synapse:plugins - Build support for plugins using librest gnome-extra/synapse:zeitgeist - Add support for Zeitgeist event tracking system gnome-extra/zeitgeist:datahub - Use build datahub for passive event injection gnome-extra/zeitgeist:downloads-monitor - Monitor the XDG_DOWNLOAD_DIRECTORY -gnome-extra/zeitgeist:extensions - Use gnome-extra/zeitgeist-extentions to enhance the internal routines gnome-extra/zeitgeist:fts - Enable the full text search extension gnome-extra/zeitgeist:plugins - Use gnome-extra/zeitgeist-datasources to enable numerous packages to inject events gnome-extra/zeitgeist:sql-debug - Enable SQL debugging gnome-extra/zeitgeist:telepathy - Enable telepathy framework as data source -gnome-extra/zeitgeist-datahub:download - Monitor XDG download directory -gnome-extra/zeitgeist-datahub:telepathy - Telepathy logging support for 1-to-1 chats, calls and file transfers gnome-extra/zeitgeist-datasources:bzr - Zeitgeist plugin for dev-vcs/bzr as data source gnome-extra/zeitgeist-datasources:chromium - Zeitgeist plugin for www-client/chromium as data source gnome-extra/zeitgeist-datasources:emacs - Zeitgeist plugin for emacs as data source @@ -3063,13 +3226,8 @@ gnome-extra/zeitgeist-datasources:firefox - Zeitgeist plugin for www-client/fire gnome-extra/zeitgeist-datasources:geany - Zeitgeist plugin for dev-util/geany as data source gnome-extra/zeitgeist-datasources:telepathy - Zeitgeist plugin for telepathy framework as data source gnome-extra/zeitgeist-datasources:thunderbird - Zeitgeist plugin for mail-client/thunderbird as data source -gnome-extra/zeitgeist-datasources:tomboy - Zeitgeist plugin for app-misc/tomboy as data source +gnome-extra/zeitgeist-datasources:tomboy - Zeitgeist plugin for tomboy as data source gnome-extra/zeitgeist-datasources:vim - Zeitgeist plugin for vim as data source -gnome-extra/zeitgeist-extensions:fts - Enable the full text search -gnome-extra/zeitgeist-extensions:geolocation - Add the physical location of the computer at the moment when events are inserted -gnome-extra/zeitgeist-extensions:memprofile - Memory profiling extension -gnome-extra/zeitgeist-extensions:sqldebug - debug zeitgeists sql statements -gnome-extra/zeitgeist-extensions:tracker - Notify Tracker on events gnustep-apps/gemas:projectcenter - Build and install plugin for gnustep-apps/projectcenter gnustep-apps/gnumail:emoticon - Enable extra Emoticon Bundle to see smiley's in e-mail messages gnustep-apps/gworkspace:gwmetadata - Enable the metadata indexing and searching system @@ -3080,37 +3238,59 @@ gnustep-base/gnustep-gui:speech - Audio support using app-accessibility/flite gnustep-base/gnustep-make:libobjc2 - Enables use of the GNUstep Objective-C runtime (gnustep-base/libobjc2) with non-fragile ABI and sys-devel/clang compiler gnustep-base/gnustep-make:native-exceptions - Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it gnustep-base/libobjc2:boehm-gc - Enable Hans Boehm's garbage collector (dev-libs/boehm-gc). Not recommended by upstream -gpe-base/gpe:games - Builds and installs GPE games. -kde-apps/ark:archive - Enable support for a variety of archive formats through libarchive +kde-apps/akonadi:designer - Install plugin for dev-qt/designer +kde-apps/akonadi:tools - Install tools for developers and testing +kde-apps/akonadi-contacts:prison - Enable support for QRcodes in contacts +kde-apps/analitza:eigen - Enable dev-cpp/eigen mathematical templates support +kde-apps/artikulate:qtmedia - Enable playback via Qt5Multimedia +kde-apps/blogilo:google - Google service integration via net-libs/libkgapi kde-apps/cantor:R - Enable dev-lang/R backend support -kde-apps/cantor:analitza - Enable kde-base/analitza backend support +kde-apps/cantor:analitza - Enable kde-apps/analitza backend support +kde-apps/cantor:julia - Enable dev-lang/julia backend support kde-apps/cantor:qalculate - Enable sci-libs/libqalculate backend support kde-apps/dolphin:thumbnail - Enables video thumbnail generation kde-apps/dolphin-plugins:bazaar - Enable support for the bazaar VCS +kde-apps/dolphin-plugins:dropbox - Enable support for the dropbox fileviewer plugin +kde-apps/dolphin-plugins:git - Enable support for the git VCS kde-apps/dolphin-plugins:mercurial - Enable support for the mercurial VCS -kde-apps/gwenview:kipi - Support for the KDE Image Plugin Interface. +kde-apps/gwenview:kipi - Support for the KDE Image Plugin Interface kde-apps/kaccessible:speechd - Enable support for the speech-dispatcher speech synthesizer +kde-apps/kaddressbook:prison - Enable support for QRcodes in contacts kde-apps/kalzium:editor - Enable the embedded molecule editor/viewer kde-apps/kalzium:solver - Enable the equation solver +kde-apps/kate:addons - Build and install additional plugins +kde-apps/kde-apps-meta:pim - Pull in KDE PIM suite +kde-apps/kde-apps-meta:sdk - Pull in developer-specific meta-packages kde-apps/kdeadmin-meta:cron - Installs KDE application for virtual/cron configuration -kde-apps/kdeartwork-kscreensaver:eigen - Enable various arithmetic screensavers which use Eigen2 for computations. -kde-apps/kdeartwork-kscreensaver:kexiv2 - Enable image rotation based on exif tags with libkexiv2. -kde-apps/kdebase-data:wallpapers - Install the KDE wallpapers kde-apps/kdebase-kioslaves:sftp - Enable SFTP protocol support using net-libs/libssh -kde-apps/kdebase-meta:display-manager - Pull in a graphical display manager -kde-apps/kdebase-meta:wallpapers - Install the KDE wallpapers -kde-apps/kdebase-runtime-meta:crash-reporter - Builds a gui tool to submit crash information to the upstream backtracker -kde-apps/kdebase-runtime-meta:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) +kde-apps/kdebase-runtime-meta:oldwallet - Install kde-apps/kwalletd on a minimal setup for migration purposes +kde-apps/kdecore-meta:minimal - Disable install of various KDE SC 4 based packages +kde-apps/kdegraphics-mobipocket:thumbnail - Enables thumbnail generation kde-apps/kdenetwork-meta:ppp - Enable support for net-dialup/ppp. -kde-apps/kdeutils-meta:floppy - Install kde-base/kfloppy to format and create DOS or ext2fs filesystems in a floppy. +kde-apps/kdenlive:freesound - Enable freesound.org credentials support via dev-qt/qtwebkit to download files +kde-apps/kdenlive:gles2 - Use GLES 2.0 or later instead of full OpenGL +kde-apps/kdenlive:jogshuttle - Enable support for Jog-Shuttle devices +kde-apps/kdepim-addons:google - Google service integration via net-libs/libkgapi +kde-apps/kdepim-apps-libs:prison - Enable support for QRcodes in contacts +kde-apps/kdepim-common-libs:google - Google service integration via net-libs/libkgapi +kde-apps/kdepim-runtime:google - Google service integration via net-libs/libkgapi +kde-apps/kdepimlibs:prison - Enable support for QRcodes in contacts +kde-apps/kdeutils-meta:floppy - Install kde-apps/kfloppy to format and create DOS or ext2fs filesystems in a floppy. +kde-apps/keditbookmarks:man - Build and install man pages kde-apps/kget:bittorrent - Enable bittorrent transfer plugin through net-libs/libktorrent -kde-apps/kget:gpg - Support for signature verificatopm by QGpgME via kde-base/kdepimlibs +kde-apps/kget:gpg - Enable signature verification by QGpgME via kde-apps/kdepimlibs kde-apps/kget:mms - Enable MMS (Microsoft Media Server) plugin through media-libs/libmms -kde-apps/kget:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -kde-apps/kget:webkit - Enable KdeWebkit browser plugin using kde-misc/kwebkitpart +kde-apps/kig:geogebra - Support files created by sci-mathematics/geogebra kde-apps/kig:scripting - Support Python scripting -kde-apps/kmix:canberra - Enable sound event support using media-libs/libcanberra +kde-apps/kio-extras:activities - Enable activities kioslave and fileitem plugin +kde-apps/kio-extras:htmlthumbs - Enable HTML thumbnail previews via dev-qt/qtwebengine +kde-apps/kio-extras:man - Enable manpages kioslave +kde-apps/kio-extras:phonon - Enable file audio preview plugin using media-libs/phonon +kde-apps/kio-extras:sftp - Enable SFTP protocol support using net-libs/libssh +kde-apps/konqueror:activities - Enable kactivities support kde-apps/konqueror:bookmarks - Add dependency on bookmark package. +kde-apps/konqueror:filemanager - Install the dolphin kpart for use as a file manager. +kde-apps/konqueror:speech - Build text-to-speech plugin kde-apps/kopete:addbookmarks - Automatically add incoming urls to bookmarks. kde-apps/kopete:autoreplace - Automatically replace selected text kde-apps/kopete:contactnotes - Enables writing personal notes for contacts. @@ -3125,7 +3305,6 @@ kde-apps/kopete:otr - Allows crypting your chat (drugs and talking nonsense are kde-apps/kopete:pipes - Send messages to external pipe. kde-apps/kopete:privacy - Filter for incoming messages kde-apps/kopete:skype - Enable Skype protocol handler (not fully functional yet). -kde-apps/kopete:sms - Enable SMS sendinge functionality. kde-apps/kopete:statistics - Everybody loves statistic graphs, especially cake ones. ;] kde-apps/kopete:testbed - Enable the testbed protocol. kde-apps/kopete:texteffect - Various fancy text effects for your messages (don't ever consider writing us with this enabled ;]). @@ -3135,164 +3314,147 @@ kde-apps/kopete:webpresence - Show your status and some more information on web. kde-apps/kopete:winpopup - Enable pop-up messages sending on windows. (same as good old "net send" messages ;]) kde-apps/kopete:yahoo - Enable yahoo protocol support. kde-apps/kopete:zeroconf - Enable Link-Local Messaging via the bonjour protocol. -kde-apps/krdc:rdesktop - Enable runtime dependency for net-misc/rdesktop -kde-apps/krdc:telepathy - Enable desktop sharing through a telepathy client +kde-apps/kpimtextedit:designer - Build plugins for dev-qt/designer +kde-apps/kpimtextedit:speech - Enable text-to-speech support kde-apps/krfb:ktp - Enable displaying of KDE Telepathy contacts kde-apps/krfb:telepathy - Enable desktop sharing through a telepathy client -kde-apps/ksnapshot:kipi - Support for the KDE Image Plugin Interface. -kde-apps/kstars:fits - Enable support for the FITS image format through cfitsio +kde-apps/kstars:fits - Enable support for NASA's sci-libs/cfitsio library kde-apps/kstars:indi - Enable support for Astronomical control library using libindi +kde-apps/kstars:wcs - Enable support for World Coordinate System library using wcslib +kde-apps/kstars:xplanet - Enable support for Xplanet +kde-apps/ktp-accounts-kcm:experimental - Enables disabled telepathy services (currently only steam) +kde-apps/ktp-common-internals:otr - Enable support for encrypted conversations using Off-The-Records messaging +kde-apps/ktp-common-internals:sso - Enable support for Single sign-on through KAccounts +kde-apps/ktp-text-ui:speech - Enable incoming messages to be read out using text-to-speech kde-apps/kwalletd:gpg - Support wallets with GnuPG encryption additionally to default blowfish-encrypted file -kde-apps/lokalize:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) +kde-apps/kwave:opus - Enable Opus audio codec support +kde-apps/kwave:qtmedia - Enable playback via Qt5Multimedia +kde-apps/libkdepim:designer - Build plugins for dev-qt/designer +kde-apps/mailcommon:designer - Build plugins for dev-qt/designer +kde-apps/marble:aprs - Enable support for APRS data sources +kde-apps/marble:designer - Install plugin for dev-qt/designer kde-apps/marble:designer-plugin - Enable designer plugin kde-apps/marble:phonon - Enable sound support via media-libs/phonon +kde-apps/marble:positioning - Enable position information via dev-qt/qtpositioning and dev-qt/qtlocation kde-apps/marble:shapefile - Enable support for ESRI shapefiles kde-apps/marble:zip - Enable support for reading and displaying .kmz files kde-apps/okular:chm - Enable support for Microsoft Compiled HTML Help files -kde-apps/okular:dpi - DPI detection support for PDF rendering via x11-libs/libkscreen kde-apps/okular:ebook - Add E-Book support kde-apps/okular:mobi - Add mobipocket support -kde-apps/oxygen-icons:sources - Additionally install the svg sources of the bitmap icons (needed for redistribution) -kde-apps/poxml:extras - Build po2xml and swappo tools +kde-apps/okular:mobile - Enable Plasma mobile support +kde-apps/okular:speech - Enable text-to-speech support +kde-apps/pimcommon:designer - Build plugins for dev-qt/designer +kde-apps/pykde4:akonadi - Compile bindings for Akonadi +kde-apps/spectacle:kipi - Enable support for the KDE Image Plugin Interface +kde-apps/spectacle:share - Enable support for a share menu using dev-libs/purpose kde-apps/step:qalculate - Enable the libqalculate library for unit conversion -kde-base/kactivities:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -kde-base/kde-meta:kdepim - Pull in KDE PIM -kde-base/kde-meta:sdk - Pull in developer-specific meta-packages -kde-base/kdebase-startkde:wallpapers - Install the KDE wallpapers -kde-base/kdebindings-meta:csharp - Enable C# language bindings for KDE and Qt -kde-base/kdelibs:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -kde-base/kdelibs:opengl - Enable OpenGL support for Plasma (GLApplet) -kde-base/kdepim-meta:akonadi - Enables support for kde-base/akonadi -kde-base/kdepim-runtime:facebook - Facebook service integration via net-libs/libkfbapi -kde-base/kdepim-runtime:google - Google service integration via net-libs/libkgapi -kde-base/kdepimlibs:prison - Enable support for QRcodes in contacts -kde-base/kdeplasma-addons:attica - Enable support for dev-libs/libattica -kde-base/kdeplasma-addons:desktopglobe - Enable Desktop Globe wallpaper using kde-base/marble -kde-base/kdeplasma-addons:fcitx - Use fcitx input method via app-i18n/fcitx -kde-base/kdeplasma-addons:ibus - Use ibus input method via app-i18n/ibus -kde-base/kdeplasma-addons:json - Enable JSON support via dev-libs/qjson -kde-base/kdeplasma-addons:kdepim - KDE PIM integration via kde-base/kdepimlibs -kde-base/kdeplasma-addons:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -kde-base/kdeplasma-addons:oauth - Enable OAuth support via dev-libs/qoauth -kde-base/kdeplasma-addons:qalculate - Enable Qalculate runner using sci-libs/libqalculate -kde-base/kdeplasma-addons:qwt - Enable applets that use x11-libs/qwt:5 -kde-base/kdeplasma-addons:scim - Enable applets that use app-i18n/scim -kde-base/kdm:consolekit - Enables support for authorization using consolekit -kde-base/kfilemetadata:epub - Adds support for reading EPUB ebook metadata -kde-base/kfilemetadata:mobi - Adds support for reading MOBI ebook metadata -kde-base/kimono:akonadi - Compile bindings for Akonadi -kde-base/kimono:nepomuk - Compile bindings for Nepomuk -kde-base/kimono:plasma - Compile bindings for KDE's Plasma -kde-base/klipper:prison - Enable support for barcodes/QRcodes -kde-base/korundum:akonadi - Compile bindings for Akonadi -kde-base/korundum:kate - Compile bindings for KDE Advanced Text Editor -kde-base/korundum:nepomuk - Compile bindings for Nepomuk -kde-base/korundum:okular - Compile bindings for kde-base/okular -kde-base/kwin:gles - Enable support for GLES. -kde-base/libplasmaclock:kdepim - KDE PIM integration via kde-base/kdepimlibs -kde-base/nepomuk-core:epub - Adds support for reading EPUB ebook metadata -kde-base/nepomuk-core:migrator - Installs a kde-base/baloo migration tool -kde-base/perlkde:akonadi - Compile bindings for Akonadi -kde-base/perlkde:attica - Compile bindings for dev-libs/libattica -kde-base/perlkde:kate - Compile bindings for KDE Advanced Text Editor -kde-base/perlkde:nepomuk - Compile bindings for Nepomuk -kde-base/perlkde:okular - Compile bindings for kde-base/okular -kde-base/perlqt:declarative - Compile bindings for dev-qt/qtdeclarative. -kde-base/perlqt:multimedia - Compile bindings for dev-qt/qtmultimedia. -kde-base/perlqt:phonon - Compile bindings for Phonon. -kde-base/perlqt:qimageblitz - Compile bindings for media-libs/qimageblitz. -kde-base/perlqt:qscintilla - Compile bindings for x11-libs/qscintilla. -kde-base/perlqt:qthelp - Compile bindings for QtHelp from dev-qt/qthelp. -kde-base/perlqt:qwt - Compile bindings for x11-libs/qwt. -kde-base/perlqt:webkit - Compile bindings for dev-qt/qtwebkit. -kde-base/plasma-workspace:json - Enable JSON support via dev-libs/qjson -kde-base/plasma-workspace:kdepim - KDE PIM integration via kde-base/kdepimlibs -kde-base/plasma-workspace:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -kde-base/plasma-workspace:qalculate - Enable Qalculate runner using sci-libs/libqalculate -kde-base/powerdevil:pm-utils - Adds support for suspend/resume the system through sys-power/pm-utils -kde-base/pykde4:akonadi - Compile bindings for Akonadi -kde-base/pykde4:nepomuk - Compile bindings for Nepomuk -kde-base/qtruby:declarative - Compile bindings for dev-qt/qtdeclarative. -kde-base/qtruby:phonon - Compile bindings for Phonon. -kde-base/qtruby:qscintilla - Compile bindings for x11-libs/qscintilla. -kde-base/qtruby:qwt - Compile bindings for x11-libs/qwt. -kde-base/qtruby:webkit - Compile bindings for dev-qt/qtwebkit. -kde-base/qyoto:phonon - Compile bindings for Phonon. -kde-base/qyoto:qscintilla - Compile bindings for x11-libs/qscintilla. -kde-base/qyoto:webkit - Compile bindings for dev-qt/qtwebkit. -kde-base/smokekde:akonadi - Compile bindings for Akonadi -kde-base/smokekde:attica - Compile bindings for dev-libs/libattica -kde-base/smokekde:kate - Compile bindings for KDE Advanced Text Editor -kde-base/smokekde:nepomuk - Compile bindings for Nepomuk -kde-base/smokekde:okular - Compile bindings for kde-base/okular -kde-base/smokeqt:declarative - Compile bindings for dev-qt/qtdeclarative. -kde-base/smokeqt:multimedia - Compile bindings for dev-qt/qtmultimedia. -kde-base/smokeqt:phonon - Compile bindings for Phonon. -kde-base/smokeqt:qimageblitz - Compile bindings for media-libs/qimageblitz. -kde-base/smokeqt:qscintilla - Compile bindings for x11-libs/qscintilla. -kde-base/smokeqt:qthelp - Compile bindings for QtHelp from dev-qt/qthelp. -kde-base/smokeqt:qwt - Compile bindings for x11-libs/qwt. -kde-base/smokeqt:webkit - Compile bindings for dev-qt/qtwebkit. -kde-base/smokeqt:xmlpatterns - Compile bindings for dev-qt/qtxmlpatterns. -kde-base/systemsettings:kscreen - Use kde-misc/kscreen for screen management -kde-base/systemsettings:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) +kde-frameworks/frameworkintegration:appstream - Enable AppStream software metadata support +kde-frameworks/kconfigwidgets:man - Build and install man pages +kde-frameworks/kded:man - Build and install man pages +kde-frameworks/kdelibs:opengl - Enable OpenGL support for Plasma (GLApplet) kde-frameworks/kdesignerplugin:designer - Build KF5 widgets plugin for QtDesigner kde-frameworks/kdesignerplugin:webkit - Build kdewebkit plugin for QtDesigner +kde-frameworks/kfilemetadata:epub - Adds support for reading EPUB ebook metadata +kde-frameworks/kfilemetadata:mobi - Adds support for reading MOBI ebook metadata kde-frameworks/kimageformats:eps - Support the EPS graphics file format kde-frameworks/kinit:caps - Capabilities support for improved security and better OOM handling +kde-frameworks/kinit:man - Build and install man pages +kde-frameworks/kio:kwallet - Enable permanent storage of passwords for kpasswdserver with kde-frameworks/kwallet +kde-frameworks/knotifications:speech - Enable text-to-speech notification support kde-frameworks/knotifyconfig:phonon - Add sound support via media-libs/phonon +kde-frameworks/kpackage:man - Build and install man pages +kde-frameworks/kservice:man - Build and install man pages +kde-frameworks/ktextwidgets:speech - Enable text-to-speech support +kde-frameworks/kwallet:gpg - Support wallets with GnuPG encryption in addition to the default blowfish-encrypted file +kde-frameworks/kwallet:man - Build and install man pages kde-frameworks/kxmlgui:attica - Enable support for kde-frameworks/attica kde-frameworks/networkmanager-qt:teamd - Enable Teamd control support +kde-frameworks/oxygen-icons:sources - Additionally install the svg sources of the bitmap icons (needed for redistribution) kde-frameworks/plasma:egl - Enable EGL support +kde-frameworks/plasma:gles2 - Use GLES 2.0 or later instead of full OpenGL kde-frameworks/sonnet:aspell - Enable the app-text/aspell spell-checking backend kde-frameworks/sonnet:hunspell - Enable the app-text/hunspell spell-checking backend kde-misc/kcm-grub2:hwinfo - Used to work out supported framebuffer resolutions kde-misc/kcm-grub2:imagemagick - Create splash images compatible with GRUB2 -kde-misc/kcm-grub2:packagekit - Add support for packagekit integration +kde-misc/kdeconnect:app - Enable experimental kcapp frontend +kde-misc/kdeconnect:wayland - Enable kwin_wayland support for mousepad plugin using kde-frameworks/kwayland kde-misc/kepas:oscar - Enables ICQ (AIM) support. -kde-misc/krusader:bookmarks - Add dependency on bookmark package. -kde-misc/networkmanagement:openconnect - Build support for the OpenConnect VPN client -kde-misc/plasma-nm:modemmanager - Enable support for mobile broadband devices -kde-misc/plasma-nm:openconnect - Build support for the OpenConnect VPN client +kde-misc/kimtoy:scim - Enable Smart Common Input Method support +kde-misc/kio-gdrive:dolphin - Enable integration with kde-apps/dolphin kde-misc/tellico:addressbook - Add support for kdepim addressbook (kabc) -kde-misc/tellico:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -kde-plasma/breeze:kde4 - Build the Breeze style for KDE 4 +kde-misc/tellico:discid - Add support for reading disc IDs from audio CDs +kde-plasma/kde-cli-tools:kdesu - Build graphical frontend for kde-frameworks/kdesu +kde-plasma/kde-gtk-config:gtk3 - Add support for gtk+3-based applications. +kde-plasma/kdebase-startkde:crash-reporter - Builds a gui tool to submit crash information to the upstream backtracker +kde-plasma/kdebase-startkde:wallpapers - Install the KDE Plasma wallpapers +kde-plasma/kdeplasma-addons:attica - Enable support for dev-libs/libattica +kde-plasma/kdeplasma-addons:desktopglobe - Enable Desktop Globe wallpaper using kde-apps/marble +kde-plasma/kdeplasma-addons:fcitx - Use fcitx input method via app-i18n/fcitx kde-plasma/kdeplasma-addons:ibus - Use ibus input method via app-i18n/ibus +kde-plasma/kdeplasma-addons:json - Enable JSON support via dev-libs/qjson +kde-plasma/kdeplasma-addons:oauth - Enable OAuth support via dev-libs/qoauth +kde-plasma/kdeplasma-addons:pim - KDE PIM integration via kde-apps/kdepimlibs +kde-plasma/kdeplasma-addons:qalculate - Enable Qalculate runner using sci-libs/libqalculate +kde-plasma/kdeplasma-addons:qwt - Enable applets that use x11-libs/qwt SLOT 5 kde-plasma/kdeplasma-addons:scim - Enable applets that use app-i18n/scim -kde-plasma/kfilemetadata:epub - Adds support for reading EPUB ebook metadata +kde-plasma/kdeplasma-addons:share - Enable applet for quickly sharing data to a variety of sources +kde-plasma/kdm:consolekit - Enables support for authorization using consolekit kde-plasma/kinfocenter:egl - Retrieve information about OpenGL via EGL -kde-plasma/kinfocenter:gles - Show OpenGL ES information in kinfocenter -kde-plasma/kinfocenter:nfs - Show information about NFS mounts, shares and log entries +kde-plasma/kinfocenter:gles2 - Show OpenGL ES information in kinfocenter kde-plasma/kinfocenter:pci - Show advanced PCI information -kde-plasma/kinfocenter:samba - Show information about Samba mounts, shares and log entries -kde-plasma/kio-extras:phonon - Enable file audio preview plugin using media-libs/phonon -kde-plasma/kio-extras:sftp - Enable SFTP protocol support using net-libs/libssh +kde-plasma/klipper:prison - Enable support for barcodes/QRcodes kde-plasma/kmenuedit:hotkeys - Enable support for hotkey editing +kde-plasma/kwallet-pam:oldwallet - Enable legacy support for kde-apps/kwalletd +kde-plasma/kwin:gles - Enable support for GLES kde-plasma/kwin:gles2 - Use OpenGL ES 2 instead of full GL -kde-plasma/libksysguard:processui - Enables the Interface to view process libs. -kde-plasma/plasma-desktop:touchpad - Enable configuration module for synaptics-based touchpads. +kde-plasma/kwin:multimedia - Enable effect video button in desktop effects KCM +kde-plasma/libksysguard:detailedmemory - Enable display of detailed memory information using dev-qt/qtwebkit. +kde-plasma/libplasmaclock:pim - KDE PIM integration via kde-apps/kdepimlibs +kde-plasma/plasma-desktop:appstream - Enable AppStream software metadata support +kde-plasma/plasma-desktop:gtk2 - Add support for gtk+2-based applications using legacy xembed systray icons via libappindicator. +kde-plasma/plasma-desktop:gtk3 - Add support for gtk+3-based applications using legacy xembed systray icons via libappindicator. +kde-plasma/plasma-desktop:ibus - Use ibus input method via app-i18n/ibus +kde-plasma/plasma-desktop:legacy-systray - Add support for applications using legacy xembed systray icons. +kde-plasma/plasma-desktop:packagekit - Add support for packagekit integration +kde-plasma/plasma-desktop:scim - Enable applets that use app-i18n/scim kde-plasma/plasma-meta:display-manager - Pull in a graphical display manager +kde-plasma/plasma-meta:grub - Pull in Breeze theme for sys-boot/grub +kde-plasma/plasma-meta:gtk - Enable Breeze widget style and KCM for GTK2 and GTK3 +kde-plasma/plasma-meta:pam - Enable support for kwallet auto-unlocking +kde-plasma/plasma-meta:plymouth - Pull in Breeze theme for sys-boot/plymouth +kde-plasma/plasma-meta:pulseaudio - Install Plasma applet for PulseAudio volume management kde-plasma/plasma-meta:sddm - Pull in the x11-misc/sddm display manager and KCM -kde-plasma/plasma-meta:wallpapers - Install the KDE wallpapers +kde-plasma/plasma-meta:sdk - Pull in kde-plasma/plasma-sdk for Plasma development +kde-plasma/plasma-meta:wallpapers - Install wallpapers for the Plasma Workspace kde-plasma/plasma-nm:modemmanager - Enable support for mobile broadband devices kde-plasma/plasma-nm:openconnect - Build support for the OpenConnect VPN client kde-plasma/plasma-nm:teamd - Enable Teamd control support -kde-plasma/plasma-workspace:drkonqi - Enables DrKonqi, the KDE crash handler +kde-plasma/plasma-sdk:plasmate - IDE for writing Plasma/KWin components (themes, plasmoids, runners, data engines) +kde-plasma/plasma-workspace:geolocation - Enables dataengine providing location information +kde-plasma/plasma-workspace:json - Enable JSON support via dev-libs/qjson +kde-plasma/plasma-workspace:pim - KDE PIM integration via kde-apps/kdepimlibs kde-plasma/plasma-workspace:prison - Enable support for barcodes/QRcodes kde-plasma/plasma-workspace:qalculate - Enable Qalculate runner using sci-libs/libqalculate -kde-plasma/plasma-workspace:systemmonitor - Enables the system monitor dialog for the Plasma workspace +kde-plasma/powerdevil:elogind - Use sys-auth/elogind for session tracking. +kde-plasma/powerdevil:pm-utils - Adds support for suspend/resume the system through sys-power/pm-utils +kde-plasma/powerdevil:wireless - Enable wireless energy saving actions via kde-frameworks/bluez-qt and kde-frameworks/networkmanager-qt +kde-plasma/systemsettings:classic - Enable classic mode plugin, requires kde-frameworks/khtml +kde-plasma/systemsettings:kscreen - Use kde-plasma/kscreen for screen management lxde-base/lxdm:consolekit - Enables support for authorization using consolekit lxde-base/lxdm:gtk3 - Use GTK+3 instead of 2 -lxqt-base/lxqt-meta:admin - Install app-admin/lxqt-admin +lxde-base/lxterminal:gtk3 - Use GTK+3 instead of GTK+2 +lxqt-base/lxqt-meta:about - Install lxqt-base/lxqt-about +lxqt-base/lxqt-meta:admin - Install lxqt-base/lxqt-admin lxqt-base/lxqt-meta:filemanager - Install x11-misc/pcmanfm-qt file manager lxqt-base/lxqt-meta:icons - Install an icon theme lxqt-base/lxqt-meta:lightdm - Install x11-misc/lightdm display manager lxqt-base/lxqt-meta:lximage - Install media-gfx/lximage-qt image viewer lxqt-base/lxqt-meta:minimal - Do not install x11-wm/openbox window manager -lxqt-base/lxqt-meta:oxygen - Prefer kde-apps/oxygen-icons (default) +lxqt-base/lxqt-meta:oxygen - Prefer kde-frameworks/oxygen-icons (default) lxqt-base/lxqt-meta:powermanagement - Install lxqt-base/lxqt-powermanagement package lxqt-base/lxqt-meta:sddm - Install x11-misc/sddm display manager -lxqt-base/lxqt-meta:ssh-askpass - Install net-misc/lxqt-openssh-askpass user password prompt tool +lxqt-base/lxqt-meta:ssh-askpass - Install lxqt-base/lxqt-openssh-askpass user password prompt tool +lxqt-base/lxqt-meta:sudo - Install lxqt-base/lxqt-sudo lxqt-base/lxqt-panel:clock - Build clock plugin lxqt-base/lxqt-panel:colorpicker - Build colorpicker plugin lxqt-base/lxqt-panel:cpuload - Build cpuload plugin @@ -3306,15 +3468,15 @@ lxqt-base/lxqt-panel:quicklaunch - Build quicklaunch plugin lxqt-base/lxqt-panel:screensaver - Build screensaver plugin lxqt-base/lxqt-panel:sensors - Build sensors plugin lxqt-base/lxqt-panel:showdesktop - Build showdesktop plugin +lxqt-base/lxqt-panel:statusnotifier - Build statusnotifier plugin lxqt-base/lxqt-panel:sysstat - Build sysstat plugin lxqt-base/lxqt-panel:taskbar - Build taskbar plugin -lxqt-base/lxqt-panel:teatime - Build teatime plugin lxqt-base/lxqt-panel:tray - Build tray plugin lxqt-base/lxqt-panel:volume - Build volume plugin lxqt-base/lxqt-panel:worldclock - Build worldclock plugin mail-client/alot:doc - Install user manual and API documentation mail-client/alpine:chappa - enhance alpine by applying Eduardo Chappa's patches -mail-client/alpine:onlyalpine - installs only the alpine binary, so it does not collied with app-editors/pico and/or mail-client/pine +mail-client/alpine:onlyalpine - installs only the alpine binary, so it does not collied with pico and/or pine mail-client/alpine:passfile - Adds support for caching passwords into a file between sessions mail-client/alpine:smime - Enable support for S/MIME mail-client/alpine:topal - Enable support for net-mail/topal @@ -3324,7 +3486,6 @@ mail-client/balsa:gtkspell - Use gtkspell for dictionary support mail-client/balsa:rubrica - Adds support for app-office/rubrica addressbook mail-client/claws-mail:archive - Enable archiving plugin mail-client/claws-mail:bogofilter - Build mail-filter/bogofilter plugin -mail-client/claws-mail:dillo - Enables support for inline HTTP email viewing with a plugin (which depends on the www-client/dillo browser) mail-client/claws-mail:gdata - Enable plugin for access to Google data providers mail-client/claws-mail:gtk3 - Build support for GTK+3 mail-client/claws-mail:libcanberra - Enable sound notification in connection with USE=notification @@ -3332,12 +3493,15 @@ mail-client/claws-mail:libindicate - Enable notification through DBUS in connect mail-client/claws-mail:libnotify - Enable notification on the desktop in connection with USE=notification mail-client/claws-mail:notification - Notification for new mail in different way, see also USE flags libcanberra, libindicate and libnotify mail-client/claws-mail:pgp - Enable PGP support +mail-client/claws-mail:sieve - Build plugin for sieve filter support mail-client/claws-mail:smime - Build plugin for S/MIME support mail-client/claws-mail:spam-report - Enable plugin for spam reporting to various services mail-client/claws-mail:spamassassin - Build mail-filter/spamassassin plugin mail-client/claws-mail:valgrind - Add support for memory debugging using valgrind +mail-client/claws-mail:webkit - Enables HTML e-mail rendering by using the net-libs/webkit-gtk library. mail-client/evolution:bogofilter - Build mail-filter/bogofilter plugin mail-client/evolution:crypt - Enable GPG encryption support using app-crypt/gnupg and app-crypt/pinentry +mail-client/evolution:geolocation - Enable support for displaying contacts on a map inside evolution using media-libs/libchamplain mail-client/evolution:highlight - Enable text highlighting plugin mail-client/evolution:ldap - Enable support for fetching contacts from an LDAP or Active Directory server using net-nds/openldap mail-client/evolution:map - Enable support for displaying contacts on a map inside evolution using media-libs/libchamplain @@ -3345,31 +3509,40 @@ mail-client/evolution:spamassassin - Build mail-filter/spamassassin plugin mail-client/evolution:weather - Enable optional weather calendar support mail-client/mail-notification:sylpheed - Enable support for MH mailboxes used by mail-client/sylpheed mail-client/mutt:gpg - Enable support for app-crypt/gpgme -mail-client/mutt:pop - Enable support for pop -mail-client/mutt:sidebar - Use the vanilla tree + sidebar patch -mail-client/mutt:smime - Enable support for smime +mail-client/mutt:hcache - Enable header cache +mail-client/mutt:lmdb - Enable dev-db/lmdb database backend for header caching +mail-client/mutt:notmuch - Enable support for net-mail/notmuch +mail-client/mutt:pop - Enable support for POP3 +mail-client/mutt:sidebar - Enable the sidebar feature +mail-client/mutt:smime - Enable support for S/MIME mail-client/mutt:smtp - Enable support for smtp -mail-client/mutt:tokyocabinet - Enable tokyocabinet database backend for header caching -mail-client/nail:kerberos - If network is enabled, this adds support for GSSAPI login on IMAP through virtual/kerberos. +mail-client/mutt:tokyocabinet - Enable dev-db/tokyocabinet database backend for header caching +mail-client/nail:kerberos - If network is enabled, this adds support for GSSAPI login on IMAP through virtual/krb5. mail-client/nail:net - Enable support for network protocols (POP, IMAP and SMTP). If you only need to send mail with the local Transport Agent, disabling this will get you support for only /usr/sbin/sendmail call. mail-client/nail:ssl - If network is enabled, this adds support for S/MIME and SSL/TLS-powered protocols through dev-libs/openssl. +mail-client/roundcube:enigma - Add dependencies to support server-side GnuPG signing and/or encryption through the enigma plugin +mail-client/roundcube:ldap - Add dependencies to support connecting to an LDAP address book server +mail-client/roundcube:managesieve - Add dependencies to support the sieverules plugin mail-client/squirrelmail:filter - Enable mail-filter/amavisd-new filtering mail-client/sylpheed:oniguruma - Use dev-libs/oniguruma for regular expression mail-client/thunderbird:bindist - Disable official Thunderbird branding (icons, name) which are not binary-redistributable according to upstream. mail-client/thunderbird:crypt - Enable encryption support with enigmail -mail-client/thunderbird:custom-optimization - Fine-tune custom compiler optimizations (-Os, -O0, -O1, -O2, -O3) +mail-client/thunderbird:custom-optimization - Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) +mail-client/thunderbird:gstreamer-0 - Use gstreamer:0.10 instead of gstreamer:1 for media support mail-client/thunderbird:jemalloc3 - Enable or disable jemalloc3 (forced-on when supported prior to 38.0) -mail-client/thunderbird:lightning - Enable calendar support +mail-client/thunderbird:lightning - Enable app-global calendar support (note 38.0 and above bundles calendar support when this flag is off) mail-client/thunderbird:minimal - Remove the software development kit and headers mail-client/thunderbird:mozdom - Enable Mozilla's DOM inspector mail-client/thunderbird:system-cairo - Use the system-wide x11-libs/cairo instead of bundled. +mail-client/thunderbird:system-harfbuzz - Use the system-wide media-libs/harfbuzz and media-gfx/graphite2 instead of bundled. mail-client/thunderbird:system-icu - Use the system-wide dev-libs/icu instead of bundled. mail-client/thunderbird:system-jpeg - Use the system-wide media-libs/libjpeg-turbo instead of bundled. +mail-client/thunderbird:system-libevent - Use the system-wide dev-libs/libevent instead of bundled. mail-client/thunderbird:system-libvpx - Use the system-wide media-libs/libvpx instead of bundled. mail-client/thunderbird:system-sqlite - Use the system-wide dev-db/sqlite installation with secure-delete enabled mail-client/thunderbird-bin:crashreporter - Enable crash reporter for bugs mail-client/trojita:password - Store passwords securely via dev-libs/qtkeychain -mail-filter/MailScanner:exim - Set mail-mta to used MTA +mail-filter/MailScanner:exim - Set mail-mta/exim to used MTA mail-filter/MailScanner:postfix - Set mail-mta/postfix to used MTA mail-filter/MailScanner:spamassassin - Enable usage of mail-filter/spamassassin for spam protection mail-filter/amavisd-new:courier - Add courier support @@ -3395,6 +3568,7 @@ mail-filter/dspam:user-homedirs - Build with user homedir support mail-filter/dspam:virtual-users - Build with virtual-users support mail-filter/libmilter:poll - Use poll instead of select mail-filter/maildrop:authlib - Add courier-authlib support +mail-filter/maildrop:dovecot - Add dovecot authentication support mail-filter/maildrop:tools - Install maildirmake and deliverquota tools mail-filter/maildrop:trashquota - Count deleted messages as part of the maildir quota mail-filter/mimedefang:poll - Use poll instead of select @@ -3406,6 +3580,7 @@ mail-filter/opendkim:opendbx - Use opendbx backend to facilitate dataset driven mail-filter/opendkim:poll - Use poll() instead of select() for the provided asynchronous resolver library. mail-filter/opendkim:sasl - Used to authenticate to a LDAP server in various ways if required. mail-filter/opendkim:unbound - Use the unbound dnssec library to perform DKIM DNS queries. +mail-filter/opendmarc:spf - Use the mail-filter/libspf2 for Sender Policy Framework checking mail-filter/opensmtpd-extras:filter-clamav - filter for scanning with app-antivirus/clamav mail-filter/opensmtpd-extras:filter-dkim-signer - filter for adding DKIM signatures to outgoing messages mail-filter/opensmtpd-extras:filter-dnsbl - filter for checking hosts against the DNS black lists @@ -3439,15 +3614,22 @@ mail-filter/opensmtpd-extras:table-stub - stub table mail-filter/postfwd:tools - Install additional tools for testing postfwd mail-filter/postgrey:targrey - Enables the targrey patch mail-filter/qmail-scanner:spamassassin - Build faster mail-filter/spamassassin checks into qmail-scanner +mail-filter/rmilter:dkim - Enable support for DomainKeys Identified Mail +mail-filter/rmilter:memcached - Enable support for memcached +mail-filter/rspamd:fann - Enable neural network plugin (requires sci-mathematics/fann). +mail-filter/rspamd:jemalloc - Use dev-libs/jemalloc for allocations +mail-filter/rspamd:pcre2 - Use dev-libs/libpcre2 mail-filter/spamassassin:bayes - Require a database (MySQL, SQLite, Postgres, or BerkDB) backend to enable the Bayesian filtering database. +mail-filter/spamassassin:cron - Install a cron job to update SpamAssassin's rules daily. mail-filter/spamassassin:qmail - Build qmail functionality and docs -mail-filter/spamdyke:tls - Enables TLS protocol for spamdyke +mail-filter/spamdyke:ssl - Enables TLS protocol for spamdyke mail-filter/zdkimfilter:debug - Log process and signal information. Also leave the child process running for gdb examination. mail-filter/zdkimfilter:opendbx - An alternate statistics based storage engine. mail-mta/courier:fax - Enables fax support in the courier mail server mail-mta/courier:norewrite - Prevents courier mail server from mangling virtual user addresses when sending mail-mta/courier:web - Enable the web interface mail-mta/courier:webmail - Enable the webmail interface +mail-mta/exim:dane - Adds support for DNS-based Authentication of Named Entities mail-mta/exim:dcc - Adds support for Distributed Checksum Clearinghouse (DCC) mail-mta/exim:dkim - Adds support for DomainKeys Identified Mail (DKIM) mail-mta/exim:dlfunc - Install local_scan.h header to compile separate dlfunc libraries @@ -3484,29 +3666,62 @@ mail-mta/qmail-ldap:rfc2307 - Add support for RFC2307 compliant uid/gid attribut mail-mta/qmail-ldap:rfc822 - Add support for RFC822 compliant mail attributes mail-mta/qpsmtpd:postfix - create user with permissions for proper postfix interaction mail-mta/ssmtp:mta - Install symlinks for sendmail-compatible MTA. +mate-base/caja:gtk3 - Build with GTK+3 instead of GTK+2 mate-base/caja:mate - Install x11-themes/mate-icon-theme which is needed when this package is used in the MATE desktop environment. -mate-base/caja:unique - Enable single instance support using dev-libs/libunique. +mate-base/caja:packagekit - Enable support for installing via app-admin/packagekit based on mimetype +mate-base/libmatekbd:gtk3 - Build with GTK+3 instead of GTK+2 mate-base/mate:base - Install base MATE Desktop applications that are recommended for the most common usage; for example, this installs the file manager. Disable this and other USE flags if you want a more minimal MATE Desktop. mate-base/mate:extras - Install additional MATE Desktop applications that are recommended for extended usage of the MATE Desktop as upstream sees it; for example, this installs MATE Desktop's office related applications. Disable this if you plan to use your own non-MATE Desktop alternatives or a custom mixture of MATE and non-MATE packages. +mate-base/mate:gtk3 - Build all of MATE DE with GTK+3 instead of GTK+2 +mate-base/mate:help - Install gnome-extra/yelp to handle in application help menus and documentation browsing +mate-base/mate:notification - Force notification daemon to default to MATE's notification daemon. Enabled by default. Disable if it causes conflicts with other installed desktop environments. mate-base/mate:themes - Install MATE Desktop's themes; if you use other themes, you can disable this to spare some space and time. +mate-base/mate-applets:gtk3 - Build with GTK+3 instead of GTK+2 +mate-base/mate-applets-meta:appindicator - Pull in mate-extra/mate-indicator-applet for AppIndicator applet +mate-base/mate-applets-meta:gtk3 - Make sure applets are built with GTK+3 instead of GTK+2 +mate-base/mate-applets-meta:netspeed - Pull in net-analyzer/mate-netspeed for net speed monitoring applet +mate-base/mate-applets-meta:sensors - Pull in mate-extra/mate-sensors-applet for hw sensors applet +mate-base/mate-control-center:appindicator - Add support for AppIndicator +mate-base/mate-control-center:gtk3 - Build with GTK+3 instead of GTK+2 +mate-base/mate-desktop:gtk3 - Build with GTK+3 instead of GTK+2 +mate-base/mate-panel:gtk3 - Build with GTK+3 instead of GTK+2 +mate-base/mate-session-manager:gtk3 - Build with GTK+3 instead of GTK+2 +mate-base/mate-settings-daemon:gtk3 - Build with GTK+3 instead of GTK+2 +mate-extra/caja-extensions:cdr - Add an extension to burn files to cds using app-cdr/brasero. mate-extra/caja-extensions:gajim - Add an extension to support net-im/gajim. +mate-extra/caja-extensions:gksu - Add an extension to support opening files as root with x11-libs/gksu. +mate-extra/caja-extensions:gtk3 - Build with GTK+3 instead of GTK+2 mate-extra/caja-extensions:image-converter - Add image conversion support. mate-extra/caja-extensions:mail - Add an extension to support e-mail functionality. mate-extra/caja-extensions:open-terminal - Add an extension to support an open terminal. mate-extra/caja-extensions:pidgin - Add an extension to support net-im/pidgin mate-extra/caja-extensions:share - Add an extension to support sharing files. -mate-extra/mate-media:twolame - Bring in twolame gstreamer support +mate-extra/caja-extensions:wallpaper - Add an extension to support setting an image as the current wallpaper +mate-extra/mate-indicator-applet:gtk3 - Build with GTK+3 instead of GTK+2 +mate-extra/mate-media:gtk3 - Build with GTK+3 instead of GTK+2 +mate-extra/mate-netbook:gtk3 - Build with GTK+3 instead of GTK+2 +mate-extra/mate-polkit:accountsservice - Support extraction of data from AccountsService +mate-extra/mate-polkit:appindicator - Add support for AppIndicator +mate-extra/mate-polkit:gtk3 - Build with GTK+3 instead of GTK+2 mate-extra/mate-power-manager:applet - Enable building of the MATE applet. +mate-extra/mate-power-manager:gtk3 - Build with GTK+3 instead of GTK+2 mate-extra/mate-power-manager:man - Build power manager's man page. -mate-extra/mate-power-manager:unique - Enable single instance support using dev-libs/libunique. -mate-extra/mate-screensaver:consolekit - Enable support for sys-auth/consolkekit +mate-extra/mate-power-manager:pm-utils - Adds support for suspend/resume using sys-power/upower-pm-utils instead of sys-power/upower +mate-extra/mate-screensaver:consolekit - Enable support for sys-auth/consolekit +mate-extra/mate-screensaver:gtk3 - Build with GTK+3 instead of GTK+2 +mate-extra/mate-sensors-applet:gtk3 - Build with GTK+3 instead of GTK+2 +mate-extra/mate-system-monitor:gtk3 - Build with GTK+3 instead of GTK+2 +mate-extra/mate-user-share:gtk3 - Build with GTK+3 instead of GTK+2 mate-extra/mate-utils:applet - Enable the mate dictionary applet +mate-extra/mate-utils:gtk3 - Build with GTK+3 instead of GTK+2 media-fonts/corefonts:tahoma - Also install the Tahoma font. Due to the lack of a free bold variant, this may render badly. See bug 184790. media-fonts/culmus:ancient - Install ancient semitic scripts media-fonts/culmus:fancy - Install fancy fonts media-fonts/culmus:fontforge - Use media-gfx/fontforge to build fonts from source media-fonts/culmus:taamey - Install taamey fonts media-fonts/dejavu:fontforge - Use media-gfx/fontforge to build fonts from source +media-fonts/fontawesome:otf - Install the OpenType version of the font +media-fonts/fontawesome:ttf - Install the TrueType version of the font media-fonts/infinality-ultimate-meta:free - Install fonts for the "free" preset media-fonts/infinality-ultimate-meta:latin - Install additional latin fonts media-fonts/infinality-ultimate-meta:minimal - Install a minimal set of fonts @@ -3539,67 +3754,72 @@ media-gfx/asymptote:sigsegv - Enables using dev-libs/libsigsegv media-gfx/blender:boost - Enable features depending on boost. media-gfx/blender:bullet - Enable Bullet (Physics Engine). media-gfx/blender:collada - Add support for Collada interchange format through media-libs/opencollada. -media-gfx/blender:colorio - Enable OpenColorIO color management. +media-gfx/blender:colorio - Enable OpenColorIO color management through media-libs/opencolorio. +media-gfx/blender:cuda - Build cycles renderer with nVidia CUDA support. media-gfx/blender:cycles - Build cycles renderer (requires media-libs/openimageio and dev-libs/boost). media-gfx/blender:dds - Adds DDS textures support to Blender. media-gfx/blender:doc - Build C and Python API documentation directly from the source code. media-gfx/blender:elbeem - Adds surface fluid simulation to Blender using El'Beem library. media-gfx/blender:game-engine - Adds Game Engine support to Blender. +media-gfx/blender:headless - Build without graphical support (renderfarm, server mode only). +media-gfx/blender:jemalloc - Use dev-libs/jemalloc for memory allocation. +media-gfx/blender:llvm - Enable features depending on llvm. +media-gfx/blender:man - Build and install man pages. media-gfx/blender:ndof - Enable NDOF input devices (SpaceNavigator and friends). media-gfx/blender:openimageio - Enable OpenImageIO Support media-gfx/blender:opennl - Enable use of Open Numerical Library +media-gfx/blender:opensubdiv - Add rendering support form OpenSubdiv from Dreamworks Animation through media-libs/opensubdiv. +media-gfx/blender:openvdb - Add GPU preview rendering. Only works with nVidia cards. media-gfx/blender:player - Build the Blender Player. THis requires the Game engine. media-gfx/blender:redcode - This flag add support for RED CODE camera digital format (5K HD images *.r3d) - EXPERIMENTAL. -media-gfx/brlcad:benchmarks - Run benchmarks during test phase (need test option enabled) +media-gfx/blender:test - Build the provided unit tests. +media-gfx/blender:valgrind - Add support for memory debugging using dev-util/valgrind media-gfx/comix:rar - Pulls app-arch/unrar for rar file support +media-gfx/cura:usb - Access 3D printers via USB media-gfx/darktable:colord - Support color management using x11-misc/colord media-gfx/darktable:flickr - Add support for uploading photos to flickr media-gfx/darktable:geo - Enable geotagging support -media-gfx/darktable:graphicsmagick - Use media-gfx/graphicsmagick for image importing media-gfx/darktable:libsecret - Enable libsecret support to store login credentials media-gfx/darktable:opencl - Enable opencl support media-gfx/darktable:pax_kernel - Triggers paxmarking of main darktable binary -media-gfx/darktable:rawspeed - Enable the rawspeed backend media-gfx/darktable:slideshow - Build the opengl slideshow viewer -media-gfx/darktable:squish - Enable thumbnail compression via libsquish -media-gfx/darktable:web-services - Add support for uploading photos to facebook and picasa media-gfx/darktable:webp - Enable WebP export support -media-gfx/digikam:addressbook - Add support for kdepim -media-gfx/digikam:linguas_ha - Hausa translation -media-gfx/digikam:linguas_mi - Maori translation -media-gfx/digikam:linguas_ven - Venda translation -media-gfx/digikam:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -media-gfx/digikam:themedesigner - Build the digikam theme designer -media-gfx/digikam:thumbnails - Enable thumbnails database support -media-gfx/digikam:video - Pull in mplayerthumbs to enable video thumbnails +media-gfx/digikam:addressbook - Enable akonadi contact integration +media-gfx/digikam:kipi - Enable support for media-plugins/kipi-plugins +media-gfx/digikam:lensfun - Enable support for media-libs/lensfun +media-gfx/digikam:marble - Enable support for geolocation using kde-apps/marble +media-gfx/digikam:panorama - Build the panorama plugin which requires media-gfx/hugin +media-gfx/digikam:semantic-desktop - Enable kde-frameworks/kfilemetadata support +media-gfx/digikam:video - Enable video player support media-gfx/enblend:gpu - GPU support for Enblend media-gfx/enblend:image-cache - allow for processing of large images media-gfx/eog-plugins:flickr - Enable uploading to Flickr media-gfx/eog-plugins:map - Enable world map display using media-libs/libchamplain media-gfx/eog-plugins:picasa - Enable uploading to Google's Picasa Web Albums +media-gfx/eom:gtk3 - Build with GTK+3 instead of GTK+2 media-gfx/exact-image:swig - Adds Swig support dev-lang/swig -media-gfx/exiv2:contrib - Build additional contrib components +media-gfx/exiv2:webready - Support reading metadata over the internet media-gfx/fbida:X - Install the Motif based image viewer "ida" media-gfx/fbida:fbcon - Install the framebuffer image viewer "fbi" +media-gfx/fbida:ghostscript - Install the framebuffer ghostscript viewer "fbgs" media-gfx/fbida:webp - Enable support for the WebP image format media-gfx/fim:dia - Enable DIA file support via app-office/dia -media-gfx/fim:graphicsmagick - Enable GraphicsMagick library support media-gfx/fim:imagemagick - Use convert from media-gfx/imagemagick as fallback file opener media-gfx/fim:xfig - Enable FIG file support via media-gfx/xfig -media-gfx/fontforge:cjk - Controls whether fontforge understands the gb12345 encoding and installs cidmap package to edit CID-keyed fonts -media-gfx/fontforge:pango - Enable pango font rendering -media-gfx/fontforge:pasteafter - Controls whether fontforge has a paste after command (Useful for making words?). This is kind of fun, but it isn't useful for normal fonts. -media-gfx/fontforge:tilepath - Controls whether fontforge has a tile path command (a variant of expand stroke) This is useful for very decorative fonts, most people won't want it. media-gfx/fontforge:truetype-debugger - Enable truetype debugger in fontforge -media-gfx/fontforge:type3 - Build in support for type3/svg fonts containing multilayered drawing with strokes, fills, images, etc. Type3 fonts are only supported by postscript printers (not by most windowing displays). They are capable of more exotic images than normal fonts but require much more effort to support. media-gfx/fotowall:webcam - Enable webcam support media-gfx/freewrl:glew - Enable glew extensions media-gfx/freewrl:java - Build and install java EAI/SAI support library media-gfx/freewrl:libeai - Build EAI C library media-gfx/freewrl:opencl - Enable OpenCL support media-gfx/freewrl:osc - Allows for OSC-based control and communication between multiple freewrl instances +media-gfx/freewrl:rbp - Enable support for Rigid Body Physics +media-gfx/geeqie:gpu-accel - Enable GPU acceleration support - experimental +media-gfx/geeqie:gtk3 - Link against x11-libs/gtk+:3 instead of x11-libs/gtk+:2 +media-gfx/geeqie:map - Enable items map display - experimental media-gfx/gimp:smp - Enable support for multiprocessors -media-gfx/gmic:graphicsmagick - Enable support for many common image file formats using the GraphicsMagick++ library +media-gfx/gimp:vector-icons - Enable support for vector icons (experimental) +media-gfx/gmic:cli - Build CLI interface media-gfx/gmic:opencv - Enable support for webcams using the OpenCV library media-gfx/graphicsmagick:fpx - Enable FlashPix support with media-libs/libfpx media-gfx/graphicsmagick:modules - Compile graphicsmagick with dynamically loadable modules @@ -3615,10 +3835,9 @@ media-gfx/graphviz:lasi - Enables PostScript output via media-libs/lasi, for plu media-gfx/graphviz:qt4 - Builds gvedit front-end media-gfx/gthumb:http - Enable webservice integration through net-libs/libsoup media-gfx/gthumb:json - Compile code that uses the libjson-glib library -media-gfx/gthumb:libsecret - Enable libsecret support to store login credentials media-gfx/gthumb:slideshow - Enable slideshow plugin media-gfx/gthumb:webp - Enable support for webp image format -media-gfx/hugin:sift - automatically align images with media-gfx/autopano-sift or media-gfx/autopano-sift-C +media-gfx/hugin:sift - automatically align images with media-gfx/autopano-sift-C media-gfx/imagemagick:autotrace - Use media-gfx/autotrace to convert bitmaps into vector graphics media-gfx/imagemagick:corefonts - Use media-fonts/corefonts which is required by some commands media-gfx/imagemagick:fpx - Enable media-libs/libfpx support @@ -3634,6 +3853,7 @@ media-gfx/imageworsener:webp - enable webp image format support media-gfx/inkscape:cdr - Enable support for CorelDRAW Diagrams media-gfx/inkscape:dia - pull in app-office/dia for dia import extension media-gfx/inkscape:inkjar - Enable support for OpenOffice.org SVG jar files +media-gfx/inkscape:latex - pull in dependencies for LaTeX formulas media-gfx/inkscape:visio - Enable support for Microsoft Visio Diagrams media-gfx/inkscape:wpg - Enable support for WordPerfect Graphics media-gfx/iscan-plugin-gt-f500:minimal - Install the firmware only, and not the plugin. @@ -3641,22 +3861,26 @@ media-gfx/jpeg2ps:metric - Default to A4 paper size media-gfx/k3d:3ds - Enable support for 3D Studio models media-gfx/k3d:cuda - Use nvidia cuda toolkit for speeding up computations media-gfx/k3d:gts - Add Support for the GNU Triangulated Surface Library sci-libs/gts -media-gfx/kphotoalbum:face - Enable face detection and recognition using media-libs/libkface -media-gfx/kphotoalbum:geolocation - Add support for kde-apps/marble +media-gfx/kphotoalbum:face - Enable face detection and recognition using kde-apps/libkface media-gfx/kphotoalbum:kipi - Support for the KDE Image Plugin Interface -media-gfx/kphotoalbum:map - Enable map display support using media-libs/libkgeomap -media-gfx/librecad:tools - Build additional tool programs +media-gfx/kphotoalbum:map - Enable map display support using kde-apps/libkgeomap +media-gfx/krita:color-management - Enable color management via media-libs/opencolorio +media-gfx/krita:qtmedia - Enable sound support for animations via dev-qt/qtmultimedia +media-gfx/krita:vc - Enable support for dev-libs/vc, could be a significant speed boost +media-gfx/librecad:3d - Require all 2D coordinates stored as 3D +media-gfx/librecad:tools - Build additional tool programs: tff2lff +media-gfx/luminance-hdr:fits - Enable support for the FITS format media-gfx/nip2:goffice - use x11-libs/goffice to show plots media-gfx/nomacs:opencv - Build support for media-libs/opencv -media-gfx/nomacs:webp - Build support for WEBP image format media-gfx/nomacs:zip - Build support for zip archives media-gfx/nvidia-texture-tools:cg - Enable NVIDIA C graphics compiler toolkit plug-in media-gfx/nvidia-texture-tools:cuda - Enable NVIDIA CUDA toolkit support media-gfx/nvidia-texture-tools:glew - Enable support for The OpenGL Extension Wrangler Library (media-libs/glew) media-gfx/openclipart:gzip - Compresses clip art using gzip media-gfx/openexr_viewers:cg - Add support for nvidia's cg shaders +media-gfx/openvdb:abi3-compat - Enables compatibility with the old 3.x ABI. enabled by dfault. +media-gfx/openvdb:openvdb-compression - Adds enhanced compression to files through dev-libs/c-blosc. Very useful so enabled by dfault. media-gfx/photoqt:exiv2 - Use media-gfx/exiv2 as optional dependency -media-gfx/photoqt:graphicsmagick - Use media-gfx/graphicsmagick as optional dependency media-gfx/pngcrush:system-libs - Use libpng and libz provided by system media-gfx/potrace:metric - default to a4 paper size and metric measurement media-gfx/povray:io-restrictions - POV-Ray's mechanism for control of I/O operations @@ -3666,6 +3890,8 @@ media-gfx/pstoedit:flash - Enable media-libs/ming SWF support media-gfx/pstoedit:pptx - Enable support for generating PowerPoint pptx files media-gfx/qiv:magic - Use libmagic to determine mimetypes media-gfx/qiviewer:webp - Build support for WEBP image format +media-gfx/simple-scan:colord - Support color management using x11-misc/colord +media-gfx/slic3r:gui - Enable GUI media-gfx/splashutils:fbcondecor - Support for the fbcondecor kernel patch. media-gfx/ufraw:contrast - enable contrast setting option media-gfx/ufraw:fits - Enable support for the FITS image format through sci-libs/cfitsio @@ -3684,16 +3910,13 @@ media-libs/assimp:boost - Build assimp with boost support media-libs/assimp:samples - Build viewer library media-libs/assimp:tools - Build assimp tool binary media-libs/aubio:double-precision - Compile in double precision mode. -media-libs/avidemux-core:aften - Enable A/52 (AC-3) audio encoder support. -media-libs/avidemux-core:amr - Enable Adaptive Multi-Rate format support via media-libs/opencore-amr. media-libs/avidemux-core:system-ffmpeg - Use the ffmpeg provided by the system. media-libs/avidemux-plugins:aften - Enable A/52 (AC-3) audio encoder support. media-libs/avidemux-plugins:amr - Enable Adaptive Multi-Rate format support via media-libs/opencore-amr. -media-libs/avidemux-plugins:faac - Enable free MPEG-4 audio codecs support via media-libs/faac. -media-libs/avidemux-plugins:faad - Enable AAC audio decoding library support via media-libs/faad2. media-libs/avidemux-plugins:fribidi - Enable unicode bidirectional algorithm support via dev-libs/fribidi. media-libs/avidemux-plugins:twolame - Enable TwoLAME support via media-sound/twolame, an optimised MPEG Audio Layer 2 (MP2) encoder. media-libs/avidemux-plugins:vpx - Enable WebM VP8 Codec SDK support via media-libs/libvpx. +media-libs/babl:cpu_flags_x86_f16c - Take advantage of CPU feature f16c media-libs/cal3d:16bit-indices - Enables use of 16bit indices media-libs/chromaprint:tools - Build and install fpcalc and fpcollect tools media-libs/clutter:egl - Enable EGL backend. @@ -3703,26 +3926,21 @@ media-libs/cogl:kms - Enable KMS support. media-libs/cogl:pango - Build cogl-pango library for x11-libs/pango integration media-libs/coin:simage - Texture loading via media-libs/simage library media-libs/devil:allegro - Add support for Allegro -media-libs/devil:nvtt - Add support for dev-util/nvidia-texture-tools -media-libs/edje:cache - Enable caching +media-libs/devil:nvtt - Add support for media-gfx/nvidia-texture-tools media-libs/elementary:quicklaunch - Enable quick-launch support -media-libs/emotion:vlc - Enable support for the media-video/vlc player backend +media-libs/embree:imagemagick - Enables BMP, GIF, PNG, TGA, TIFF image codecs. +media-libs/embree:ispc - Enables support for the Intel SPMD Program Compiler. +media-libs/embree:jpeg - Enables JPEG image codecs. +media-libs/embree:openexr - Enables OpenEXR image codecs. +media-libs/embree:png - Enables PNG image codecs. media-libs/esdl:image - Enable image support -media-libs/ethumb:emotion - Add support for media-libs/emotion -media-libs/evas:bmp - Support windows bitmap (bmp) image loader -media-libs/evas:eet - Support dev-libs/eet -media-libs/evas:gles - Enable gles flavor of gl instead of standard -media-libs/evas:ico - Support windows icon (ico) image loader -media-libs/evas:ppm - Support PPM image loader -media-libs/evas:psd - Support PSD image loader -media-libs/evas:tga - Support tga image loader -media-libs/evas:wayland - Add support for dev-libs/wayland media-libs/faad2:digitalradio - Digital Radio Mondiale (warning: disables other decoders) media-libs/flickcurl:raptor - Use media-libs/raptor for proper RDF serializing media-libs/fontconfig-infinality:nyx - Additional style using croscorefonts media-libs/freetype:adobe-cff - Use Adobe CFF as default font-renderer -media-libs/freetype:auto-hinter - Use the unpatented auto-hinter instead of the (recommended) TrueType bytecode interpreter +media-libs/freetype:bindist - Disable ClearType support (see http://freetype.org/patents.html) media-libs/freetype:bzip2 - Support bzip2 compressed PCF fonts. +media-libs/freetype:cleartype_hinting - New bytecode hinting mode for TrueType fonts that activates subpixel hinting (a.k.a. ClearType hinting) by default media-libs/freetype:fontforge - Install internal headers required for TrueType debugger in media-gfx/fontforge (built with USE=truetype-debugger) media-libs/freetype:harfbuzz - Use media-libs/harfbuzz for auto-hinting OpenType fonts. WARNING: may trigger circular dependencies! media-libs/freetype:infinality - Enable infinality options for improved LCD filtering @@ -3730,34 +3948,38 @@ media-libs/freetype:utils - Install utilities and examples from ft2demos media-libs/freeverb3:audacious - Build Audacious plugin media-libs/freeverb3:forcefpu - Disable assembly code media-libs/freeverb3:plugdouble - Build plugins in double precision mode (default is float) +media-libs/ganv:fdgl - Use experimental force-directed graph layout media-libs/gd:webp - Enable support for the webp format -media-libs/gegl:introspection - Use dev-libs/gobject-introspection for introspection. media-libs/gegl:lensfun - Enable support for media-libs/lensfun. media-libs/gegl:umfpack - Enable sparse solving via sci-libs/umfpack. -media-libs/gegl:vala - Enable bindings for dev-lang/vala media-libs/gegl:webp - Enable support for media-libs/libwebp media-libs/giflib:rle - Build converters for RLE format (utah raster toolkit) media-libs/glfw:egl - Use EGL instead of GLX for GL context creation media-libs/gmtk:dconf - Enable support for gnome-base/dconf media-libs/grilo:network - Enable network access for media discovery using net-libs/libsoup media-libs/grilo:playlist - Enable support for playlists through dev-libs/totem-pl-parser -media-libs/grilo:vala - Generate bindings for dev-lang/vala +media-libs/gst-plugins-bad:bzip2 - Enable bzip2 encoder/decoder plugin media-libs/gst-plugins-bad:egl - Enable EGL support media-libs/gst-plugins-bad:gles2 - Enable GLES2 support -media-libs/gst-plugins-base:ivorbis - Enable integer based vorbis decoder. +media-libs/gst-plugins-base:ivorbis - Enable integer based vorbis decoder media-libs/gst-plugins-base:pango - Enable pango GStreamer plugin media-libs/gstreamer:orc - Disable some PaX memory protections to allow plugins that use dev-lang/orc for runtime optimization to be used on hardened PaX systems +media-libs/gstreamer:unwind - Enable sys-libs/libunwind usage for better backtrace support in leaks tracer module media-libs/harfbuzz:glib - Compile with GLib Unicode support media-libs/harfbuzz:graphite - Use graphite to render complex non-Roman writing systems media-libs/jbig2enc:webp - Add support for WEBP image format media-libs/leptonica:utils - Install command-line utilities media-libs/leptonica:webp - Adds support for the WebP image format +media-libs/libafterimage:shaping - Use MIT shaped X windows extention. +media-libs/libafterimage:shm - Use MIT shared memory extention for X image transfer. +media-libs/libaom:svc - Enable spatial-svc support (experimental) media-libs/libass:enca - Enables support for charset discovery and conversion. media-libs/libass:harfbuzz - Enables OpenType shaping via media-libs/harfbuzz. media-libs/libbdplus:aacs - Add support for decryption of AACS media-libs/libbluray:aacs - Add support for decryption of AACS media-libs/libbluray:bdplus - Use media-libs/libbdplus for BD+ decryption media-libs/libbluray:java - Add support for BD-J +media-libs/libbluray:udf - Add UDF (Universal Disk Format) support media-libs/libbluray:utils - Install command-line utilities and examples media-libs/libcanberra:alsa - Enables ALSA sound driver. media-libs/libcanberra:gstreamer - Enables gstreamer sound driver. Not useful when alsa or pulseaudio is available. @@ -3768,18 +3990,22 @@ media-libs/libcanberra:sound - Install x11-themes/sound-theme-freedesktop to get media-libs/libcanberra:tdb - Enables Trivial Database support for caching purposes. media-libs/libde265:tools - Install addtional tools, require USE=qt4 or qt5 media-libs/libextractor:archive - Enable archive support using app-arch/libarchive -media-libs/libextractor:gsf - Enable OLE2 (MS Office) plug-in support using gnome-base/libgsf +media-libs/libextractor:gsf - Enable OLE2 (MS Office) plug-in support using gnome-extra/libgsf media-libs/libextractor:magic - Enable magic support using sys-apps/file media-libs/libextractor:midi - Enable MIDI support through media-libs/libsmf media-libs/libggi:vis - Enables sparc vis support for libggi media-libs/libgphoto2:serial - Enable serial port support media-libs/libgpod:gtk - Enable ArtworkDB support +media-libs/libgroove:chromaprint - Enable audio fingerprinting using media-libs/chromaprint. +media-libs/libgroove:loudness - Enable loudness detection according to the EBU R128 standard using media-libs/libebur128. +media-libs/libgroove:sound - Enable audio playing. media-libs/liblastfm:fingerprint - Build the lastfm-fingerprint library media-libs/libmp4v2:utils - Install command-line utilities +media-libs/libmypaint:gegl - Add support for media-libs/gegl media-libs/libomxil-bellagio:audioeffects - enable audio volume/mixer effects components media-libs/libomxil-bellagio:clocksrc - enable clock component media-libs/libomxil-bellagio:videoscheduler - enable xvideosink video scheduler -media-libs/libpagemaker:tools - Build build tools +media-libs/libpagemaker:tools - Build command line file format conversion tools media-libs/libpng:apng - support unofficial APNG (Animated PNG) spec media-libs/libpostproc:pic - Force shared libraries to be built as PIC (this is slower). media-libs/libquicktime:schroedinger - Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec) @@ -3795,12 +4021,21 @@ media-libs/libsdl2:joystick - Control joystick support (disable at your own risk media-libs/libsdl2:sound - Control audio support (disable at your own risk) media-libs/libsdl2:tslib - Build with tslib support for touchscreen devices media-libs/libsdl2:video - Control video support (disable at your own risk) +media-libs/libvisio:tools - Build conversion tools +media-libs/libvpx:highbitdepth - Enable 10 and 12 bit support for VP9. media-libs/libvpx:postproc - Enable additional post processing filters +media-libs/libvpx:svc - Enable spatial-svc support (experimental) media-libs/libwebp:experimental - Build with -DWEBP_EXPERIMENTAL_FEATURES media-libs/libwebp:swap-16bit-csp - Enable byte swapping for 16 bit colorspace +media-libs/libyami:dmabuf - Enable dma_buf buffer sharing. +media-libs/libyami:egl - Enable EGL support. +media-libs/libyami:md5 - Add support for generating md5 sums for each frame. +media-libs/libyami:v4l - Add support for V4L2 hardware codecs. +media-libs/libzmf:tools - Build conversion tools media-libs/lilv:dyn-manifest - Add LV2 Dynamic Manifest support. See http://lv2plug.in/ns/ext/dynmanifest/ media-libs/lv2:plugins - Enables examples plugins. -media-libs/mash:introspection - Use dev-libs/gobject-introspection for introspection +media-libs/lvtk:gtk2 - Enable x11-libs/gtk+:2 based GUI support +media-libs/lvtk:tools - Compile and install ttl2c tool media-libs/mediastreamer:amr - Use of AMR Narrow Band codec plugin media-libs/mediastreamer:filters - Enable compilation of filters media-libs/mediastreamer:g726 - Support g726 codec @@ -3812,8 +4047,6 @@ media-libs/mediastreamer:ortp - Enable usage of net-libs/ortp media-libs/mediastreamer:pcap - Enable usage of net-libs/libpcap media-libs/mediastreamer:silk - Use silk (skype protocol) codec plugin media-libs/mediastreamer:video - Enable video support -media-libs/memphis:introspection - Use dev-libs/gobject-introspection for introspection -media-libs/memphis:vala - Add support for Vala media-libs/mesa:bindist - Disable patent-encumbered ARB_texture_float, EXT_texture_shared_exponent, and EXT_packed_float extensions. media-libs/mesa:classic - Build drivers based on the classic architecture. media-libs/mesa:d3d9 - Enable Direct 3D9 API through Nine state tracker. Can be used together with patched wine. @@ -3821,42 +4054,61 @@ media-libs/mesa:dri3 - Enable DRI3 support. media-libs/mesa:egl - Enable EGL support. media-libs/mesa:gallium - Build drivers based on Gallium3D, the new architecture for 3D graphics drivers. media-libs/mesa:gbm - Enable the Graphics Buffer Manager for EGL on KMS. -media-libs/mesa:gles - Enable GLES (both v1 and v2) support. +media-libs/mesa:gcrypt - Use dev-libs/libgcrypt for low level sha1 utility functions. media-libs/mesa:gles1 - Enable GLESv1 support. media-libs/mesa:gles2 - Enable GLESv2 support. +media-libs/mesa:libressl - Use dev-libs/libressl for low level sha1 utility functions. media-libs/mesa:llvm - Enable LLVM backend for Gallium3D. +media-libs/mesa:nettle - Use dev-libs/nettle for low level sha1 utility functions. media-libs/mesa:opencl - Enable the Clover Gallium OpenCL state tracker. media-libs/mesa:openmax - Enable OpenMAX video decode/encode acceleration for Gallium3D. -media-libs/mesa:openvg - Enable the OpenVG 2D acceleration API for Gallium3D. +media-libs/mesa:openssl - Use dev-libs/openssl for low level sha1 utility functions. May cause issues with games from Steam. media-libs/mesa:osmesa - Build the Mesa library for off-screen rendering. media-libs/mesa:pax_kernel - Enable if the user plans to run the package under a pax enabled hardened kernel media-libs/mesa:pic - disable optimized assembly code that is not PIC friendly +media-libs/mesa:valgrind - Compile in valgrind memory hints media-libs/mesa:vdpau - Enable the VDPAU acceleration interface for the Gallium3D Video Layer. +media-libs/mesa:vulkan - Enable Vulkan drivers media-libs/mesa:wayland - Enable support for dev-libs/wayland media-libs/mesa:xa - Enable the XA (X Acceleration) API for Gallium3D. media-libs/mesa:xvmc - Enable the XvMC acceleration interface for the Gallium3D Video Layer. media-libs/mlt:compressed-lumas - Compress the luma files in png. media-libs/mlt:frei0r - Build the module for media-plugins/frei0r-plugins -media-libs/mlt:kdenlive - Build support for media-video/kdenlive +media-libs/mlt:kdenlive - Build support for kde-apps/kdenlive media-libs/mlt:lua - Build SWIG bindings for Lua media-libs/mlt:melt - Build the melt commandline tool +media-libs/mlt:opencv - Build motion tracking module using media-libs/opencv media-libs/mlt:python - Build SWIG bindings for Python media-libs/mlt:rtaudio - Builds rtaudio consumer for native audio support on multiple platforms. media-libs/mlt:ruby - Build SWIG bindings for Ruby media-libs/netpbm:rle - Build converters for the RLE format (utah raster toolkit) -media-libs/openal:alstream - Build and install the FFmpeg based alstream example utility media-libs/opencolorio:pdf - Install extra documentation in PDF format +media-libs/opencv:contrib - Install user contributed scripts from opencv_contrib (Experimental!) +media-libs/opencv:contrib_cvv - CVV module requires Qt5 +media-libs/opencv:contrib_hdf - HDF module requires sci-libs/hdf5 +media-libs/opencv:contrib_sfm - SFM module requires eigen, gflags, and glog media-libs/opencv:cuda - Enable NVIDIA Cuda computations support media-libs/opencv:eigen - Enable usage of dev-cpp/eigen for computations +media-libs/opencv:gdal - Enable support for sci-libs/gdal library +media-libs/opencv:gflags - Use Google's C++ argument parsing library +media-libs/opencv:glog - Use Google's C++ loggin library media-libs/opencv:ipp - Enable Intel Integrated Primitive support media-libs/opencv:opencl - Add support for OpenCL +media-libs/opencv:tesseract - Use Google's OCR Engine media-libs/opencv:testprograms - Build and install programs for testing OpenCV (performance) media-libs/opencv:vtk - Build new 3D visualization module viz based on sci-libs/vtk +media-libs/opencv:webp - Enable support for webp image format media-libs/openh264:plugin - Install the Gecko Media Plugin (GMP) for use with Mozilla packages media-libs/openh264:utils - Install the CLI encoder and decoder utilities -media-libs/openimageio:colorio - Use media-gfx/opencolorio +media-libs/openimageio:colorio - Use media-libs/opencolorio media-libs/openimageio:opencv - Use media-libs/opencv media-libs/openimageio:tbb - Use dev-cpp/tbb +media-libs/opensubdiv:cuda - Enable NVIDIA CUDA Toolkit support through dev-util/nvidia-cuda-toolkit. +media-libs/opensubdiv:opencl - Enable OpenCL support through virtual/opencl. +media-libs/opensubdiv:ptex - Adds support for faster per-face texture mapping through media-libs/ptex. +media-libs/opensubdiv:tbb - Enable multithreading with the Intel Threads Building Blocks through dev-cpp/tbb. +media-libs/opensubdiv:tutorials - +media-libs/opus:ambisonics - Enable ambisonics support (experimental). media-libs/opus:custom-modes - Build with custom-modes. media-libs/opusfile:fixed-point - Enable fixed-point arithmetic operations media-libs/opusfile:float - Enable floating point arithmetic operations @@ -3868,6 +4120,7 @@ media-libs/phonon-gstreamer:network - Enable network streaming support via libso media-libs/portmidi:test-programs - Install various example programs media-libs/quvi:json - Enable support for JSON output media-libs/raptor:json - Enable support for JSON parsing +media-libs/raspberrypi-userland-bin:hardfp - Use armv6 hardfp ABI media-libs/sdif:ftruncate - Enables usage of ftruncate v. truncate media-libs/sdl-image:webp - support loading WEBP images media-libs/sdl-mixer:fluidsynth - Use media-sound/fluidsynth for MIDI support @@ -3890,8 +4143,11 @@ media-libs/silgraphite:pango - Enables the pango-graphite pango module. media-libs/spandsp:fixed-point - Enable fixed point support media-libs/svgalib:kernel-helper - Build the helper kernel module media-libs/taglib:asf - Provide support for Microsoft's 'advanced systems format' media container. +media-libs/taglib:boost - Use dev-libs/boost instead of GCC built-ins media-libs/tremor:low-accuracy - enable 32bit only multiply operations +media-libs/vigra:valgrind - Enable valgrind in make check media-libs/vips:fits - Enable support for the FITS image format through sci-libs/cfitsio +media-libs/vips:matio - Enable support for reading images from Matlab files through sci-libs/matio media-libs/waffle:egl - Enable EGL support media-libs/waffle:gbm - Enable support for the Generic Buffer Manager (gbm) media-libs/waffle:wayland - Enable Wayland support @@ -3899,11 +4155,14 @@ media-libs/x264:10bit - Set output bit depth to 10, this may not be compatible w media-libs/x264:interlaced - enable interlaced encoding support, this can decrease encoding speed by up to 2% media-libs/x264:opencl - Add support for OpenCL. media-libs/x264:pic - disable optimized assembly code that is not PIC friendly -media-libs/x265:10bit - Set output bit depth to 10 +media-libs/x265:10bit - Add support for producing 10bits HEVC. +media-libs/x265:12bit - Add support for producing 12bits HEVC. +media-libs/x265:numa - Build with support for NUMA nodes. +media-libs/x265:pic - Disable optimized assembly code that is not PIC friendly media-libs/xine-lib:bluray - Enable playback of Blu-ray filesystems using media-libs/libbluray media-libs/xine-lib:dxr3 - Enable support for DXR3 mpeg acceleration cards. media-libs/xine-lib:flac - Build the media-libs/flac based FLAC demuxer and decoder. This flag is not needed for playing FLAC content, neither standalone nor in Ogg container (OggFLAC), but might have better support for exotic features like 24-bit samples or 96kHz sample rates. -media-libs/xine-lib:fusion - Enable support for the Fusion audio sub system +media-libs/xine-lib:fusionsound - Enable support for the Fusion audio sub system media-libs/xine-lib:gtk - Build the gdkpixbuf-based image decoder plugin. media-libs/xine-lib:imagemagick - Build the ImageMagick-based image decoder plugin. media-libs/xine-lib:mad - Build the media-libs/libmad based mp3 decoder. This mp3 decoder has superior support compared to the one coming from FFmpeg that is used as a fallback. If you experience any bad behaviour with mp3 files (skipping, distorted sound) make sure you enabled this USE flag. @@ -3920,18 +4179,15 @@ media-plugins/audacious-plugins:bs2b - Enable Bauer Bauer stereophonic-to-binaur media-plugins/audacious-plugins:cue - Support CUE sheets using the libcue library media-plugins/audacious-plugins:fluidsynth - Support FluidSynth as MIDI synth backend media-plugins/audacious-plugins:gtk3 - Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) +media-plugins/audacious-plugins:http - Support HTTP streams through neon media-plugins/audacious-plugins:midi - Build with amidi-plug (MIDI synth) support media-plugins/audacious-plugins:scrobbler - Build with scrobbler/LastFM submission support media-plugins/audacious-plugins:sid - Build with SID (Commodore 64 Audio) support -media-plugins/banshee-community-extensions:lastfmfingerprint - Enable support to ientify your music automatically, using the Last.fm online service. -media-plugins/banshee-community-extensions:lirc - Enable the remote control plugin (uses app-misc/lirc) -media-plugins/banshee-community-extensions:lyrics - Enable support for automatically fetching lyrics -media-plugins/banshee-community-extensions:mirage - Enable the Mirage plugin which automatically, and intelligently generates playlists for you -media-plugins/banshee-community-extensions:telepathy - Enables the Telepathy plugin which lets you to share and stream music with IM buddies -media-plugins/banshee-community-extensions:zeitgeist - Build the plugin to inject events to gnome-extra/zeitgeist +media-plugins/calf:lv2 - Add support for Ladspa V2 media-plugins/frei0r-plugins:facedetect - Enables building of facedetect plugin, which depends on media-libs/opencv media-plugins/frei0r-plugins:scale0tilt - Enables building of scale0tilt and vectorscope plugins, which depend on media-libs/gavl media-plugins/gkrellmpc:threads - Use separate thread to init connection (unsafe) +media-plugins/grilo-plugins:chromaprint - Enable Chromaprint support media-plugins/grilo-plugins:daap - Enable dmap support through net-libs/libdmapsharing media-plugins/grilo-plugins:flickr - Enable Flickr support media-plugins/grilo-plugins:freebox - Build support for viewing TV channels using Freebox @@ -3947,16 +4203,14 @@ media-plugins/gst-plugins-meta:http - Enable http streaming via net-libs/libsoup media-plugins/gst-plugins-meta:libvisual - Enable visualization effects via media-libs/libvisual media-plugins/gst-plugins-meta:opus - Enable Opus audio codec support media-plugins/gst-plugins-meta:vpx - Enables vp8 codec support using libvpx, required to play some HTML5 videos -media-plugins/kipi-plugins:expoblending - Build the expoblending plugin, which requires media-gfx/hugin -media-plugins/kipi-plugins:gpssync - Build the gpssync plugin, which requires media-lib/libkgeomap and thereby marble -media-plugins/kipi-plugins:linguas_ha - Hausa translation -media-plugins/kipi-plugins:linguas_mi - Maori translation -media-plugins/kipi-plugins:linguas_tt - ?? translation -media-plugins/kipi-plugins:linguas_ven - Venda translation +media-plugins/gst-plugins-vaapi:drm - Enable DRM renderer +media-plugins/gst-plugins-vaapi:egl - Enable EGL support +media-plugins/hexter:gtk2 - Enable x11-libs/gtk+:2 based GUI +media-plugins/imlib2_loaders:eet - Enable Eet image loader +media-plugins/imlib2_loaders:xcf - Enable XCF image loader +media-plugins/kipi-plugins:flashexport - Build the flash export plugin media-plugins/kipi-plugins:mediawiki - Build the mediawiki export plugin -media-plugins/kipi-plugins:panorama - Pull in dependencies needed by panorama plugin -media-plugins/kipi-plugins:redeyes - Add redeyes removal support -media-plugins/kipi-plugins:videoslideshow - Build videoslideshow plugin +media-plugins/kipi-plugins:remotestorage - Build plugin for remote storage using network protocols such as FTP, SSH, SAMBA via kde-frameworks/kio media-plugins/kipi-plugins:vkontakte - Build plugin for vkontakte.ru media-plugins/mediastreamer-ilbc:20ms-frames - enable 20ms frame size (default is 30ms). Some VOIP providers such as Gizmo5 (aka Sipphone) require the codec to be compiled with the 30ms setting. media-plugins/mythplugins:cdr - Allows MythMusic to burn CD-Rs @@ -3985,7 +4239,7 @@ media-plugins/vdr-graphtft:theme_deeppurple - graphTFT Deep Purple theme media-plugins/vdr-graphtft:theme_poetter - graphTFT Poetter theme media-plugins/vdr-graphtft:touchscreen - Enable Touchscreen support media-plugins/vdr-music:graphtft - Enable support for media-plugins/vdr-graphtft -media-plugins/vdr-pvr350:yaepg - Enables full support for the output format of media-plugins/vdr-yaepg +media-plugins/vdr-pvr350:yaepg - Enables full support for the output format of vdr-yaepg media-plugins/vdr-streamdev:client - Compile the VDR plugin vdr-streamdev-client that acts like a dvb-budget card media-plugins/vdr-streamdev:server - Compile the VDR plugin vdr-streamdev-server that allows remote systems to access the DVB cards used for the local VDR media-plugins/vdr-text2skin:contrib - Install user contributed scripts @@ -3994,7 +4248,7 @@ media-plugins/vdr-weatherng:dxr3 - enables lower osd color depth for dxr3 cards media-plugins/vdr-xine:yaepg - Enables support for the plugin vdr-yaepg (showing scaled video besides OSD) media-plugins/vdr-xineliboutput:bluray - Enable BluRay metadata support through media-libs/libbluray media-plugins/vdr-xineliboutput:cec - Enable CEC support through dev-libs/libcec -media-plugins/vdr-xineliboutput:libextractor - Use media-libs/libextract to gather files' metadata in media-player +media-plugins/vdr-xineliboutput:libextractor - Use media-libs/libextractor to gather files' metadata in media-player media-plugins/vdr-xineliboutput:vdr - Compile the vdr output plugin to use local or remote xine as output media-plugins/vdr-xineliboutput:xine - Compile the xine input plugin for displaying vdr video and OSD media-radio/ax25-tools:X - Enable some X based configuration tools. @@ -4005,12 +4259,13 @@ media-radio/unixcw:ncurses - Enables building the curses based morse code tutor media-radio/xastir:festival - Enable text to speech synthesizer media-radio/xastir:gdal - Support for some further map formats media-radio/xastir:geotiff - Install geotiff support. Allows using USGS DRG topo maps or other types of geotiff mapes/images -media-radio/xastir:graphicsmagick - Use graphicsmagick instead imagemagick for rendering media-sound/abcde:id3tag - Support ID3, ID3v2 tagging of audio files +media-sound/abcde:mac - Enable support for Monkey's Audio files media-sound/abcde:normalize - Add support for normalizing audio file volume levels media-sound/abcde:opus - Support opus encoding using opusenc media-sound/abcde:replaygain - Support for Replay Gain metadata, for relative volume adjustment media-sound/abcm2ps:pango - Use the pango library to render fonts with non-latin characters +media-sound/alsa-utils:bat - install basic audio tester (BAT) util media-sound/alsa-utils:libsamplerate - install utils that use libsamplerate (e.g. alsaloop) media-sound/alsa-utils:ncurses - install utils that use ncurses (e.g. alsamixer) media-sound/alsaplayer:id3tag - Enables ID3 tagging with id3tag library @@ -4018,7 +4273,6 @@ media-sound/amarok:embedded - Use libmysqld, MySQL embedded server library. Try media-sound/amarok:lastfm - Enable Last.fm streaming services support through media-libs/liblastfm media-sound/amarok:mp3tunes - Enable mp3tunes integration media-sound/amarok:mtp - Enable support for libMTP (Plays4Sure) devices access through libmtp -media-sound/amarok:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) media-sound/amarok:ofa - Use media-libs/libofa to compute MusicDNS acoustic fingerprints (used by MusicBrainz) media-sound/amarok:utils - Build the utils - old media-sound/amarok-utils media-sound/amsynth:dssi - Enable support for DSSI Soft Synth Interface @@ -4035,43 +4289,39 @@ media-sound/asunder:opus - Support for creation of Opus files media-sound/audacious:chardet - Try to handle non-UTF8 chinese/japanese/korean ID3 tags media-sound/audacious:gtk3 - Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) media-sound/audacity:id3tag - Enables ID3 tagging with id3tag library -media-sound/audacity:libsoxr - Uses media-libs/soxr as audio resampling library: Better quality than the included resampler and much faster than libsamplerate while keeping almost the same quality. +media-sound/audacity:libsamplerate - Uses media-libs/libsamplerate as audio resampling library: Higher quality than the included resampler but lower quality and much slower than libsoxr. +media-sound/audacity:libsoxr - Uses media-libs/soxr as audio resampling library: Higher quality and much faster than both the included resampler and libsamplerate. +media-sound/audacity:lv2 - Add support for Ladspa V2 media-sound/audacity:midi - Enables MIDI support -media-sound/audacity:sbsms - Enables sbsms library support for pitch and tempo changing +media-sound/audacity:portmixer - Enable the internal portmixer feature +media-sound/audacity:sbsms - Enables sbsms library support for slower, more accurate pitch and tempo changing media-sound/audacity:soundtouch - Enables soundtouch library support for pitch and tempo changing media-sound/audacity:twolame - Enables twolame support (MPEG Audio Layer 2 encoder) media-sound/audacity:vamp - Enables vamp plugins support (Audio analysing plugins) -media-sound/banshee:bpm - Build beats per minute detection extension -media-sound/banshee:cdda - Build with audio CD support -media-sound/banshee:daap - Build with Daap support -media-sound/banshee:karma - Build with karma support -media-sound/banshee:web - Enable support for plugins that access web-based services such as Amazon and wikipedia (requires net-libs/webkit-gtk) -media-sound/banshee:youtube - Enable the Youtube plugin -media-sound/beets:beatport - Enable support for beatport.com API +media-sound/audacity:vst - Enable VST plugin support media-sound/beets:bpd - Enable support for media-sound/mpd server emulation -media-sound/beets:chroma - Enable support for acoustic fingerprinting plugin using (media-libs/chromaprint) +media-sound/beets:chroma - Enable support for acoustic fingerprinting plugin using media-libs/chromaprint media-sound/beets:convert - Enable support for the convert plugin which makes it possible to transcode files media-sound/beets:discogs - Enable support for the discogs API plugin -media-sound/beets:echonest - Enable support for fetching and storing acoustic attributes of a track from Echo Nest -media-sound/beets:echonest_tempo - Enable support for writing the BPM of a track into its metadata media-sound/beets:lastgenre - Enable support for importing music genres from last.fm tags media-sound/beets:mpdstats - Enable support for collecting statistic about listening habits from media-sound/mpd +media-sound/beets:opus - Enable opus support in gstreamer-based replaygain media-sound/beets:replaygain - Enable support for Replay Gain metadata calculation during import media-sound/beets:web - Enable embedded webserver support through dev-python/flask -media-sound/cantata:dynamic - Enable support for dynamic playlists +media-sound/bluez-alsa:hcitop - Enable top-like monitoring tool for HCI media-sound/cantata:http-server - Enable internal HTTP server to play non-MPD files -media-sound/cantata:online-services - Enable support for online services (Jamendo, Magnatune, SoundCloud, and Podcasts) media-sound/cantata:replaygain - Enable ReplayGain support, for relative volume adjustments -media-sound/cantata:streams - Enable support for streams tab (to save favourite streams, and search for others) -media-sound/clementine:box - Enable Box support +media-sound/clementine:amazoncloud - Enable Amazon cloud drive support +media-sound/clementine:box - Enable filesharing via Box.com media-sound/clementine:dropbox - Enable Dropbox support media-sound/clementine:googledrive - Enable Google Drive support media-sound/clementine:lastfm - Use liblastfm for fetching song info, scrobbling and radio streams media-sound/clementine:moodbar - Enable moodbar support media-sound/clementine:projectm - Build with ProjectM visualization +media-sound/clementine:seafile - Enable support for seafile: a file sync service media-sound/clementine:skydrive - Enable Skydrive support -media-sound/clementine:system-sqlite - Use the system-wide dev-db/sqlite installation -media-sound/clementine:ubuntu-one - Enable Ubuntu One support +media-sound/clementine:udisks_legacy - Enable storage management support via legacy sys-fs/udisks:0 +media-sound/clementine:vkontakte - Enable vk.com support media-sound/clementine:wiimote - Enable support for Wii remote media-sound/cmus:cdio - use libcdio for CD support media-sound/cmus:cue - enable CUE sheet parsing @@ -4079,7 +4329,6 @@ media-sound/cmus:discid - enable reading the ID of the inserted CD media-sound/cmus:opus - enable support for media-libs/opusfile media-sound/cmus:pidgin - install support script for net-im/pidgin media-sound/cmus:tremor - use libivorbis from media-libs/tremor instead of media-libs/libvorbis -media-sound/cmus:wma - add support for Windows Media Audio media-sound/csound:beats - Build the beats score frontend media-sound/csound:chua - Build the chua opcodes media-sound/csound:csoundac - Build the CsoundAC extension module @@ -4096,6 +4345,7 @@ media-sound/csound:score - Build the alternative score parser media-sound/csound:stk - Build the stk opcodes media-sound/csound:tcl - Build the tcl interface and clients media-sound/csound:utils - Build stand-alone executables for utilities that can also be used via `csound -U` +media-sound/csound:websocket - Build the websocket opcode media-sound/darkice:aacplus - AAC+ encoding via media-libs/libaacplus media-sound/darkice:opus - Enable Opus audio codec support media-sound/darkice:twolame - Build with twolame support @@ -4103,38 +4353,49 @@ media-sound/denemo:fluidsynth - Enable Fluidsynth MIDI software synthesis media-sound/denemo:portmidi - Enable support for the portmidi backend media-sound/dir2ogg:mac - Add support for decoding Monkey's Audio files media-sound/dir2ogg:wma - Add support for wma files through mplayer -media-sound/easytag:gtk2 - Enable GTK+:2 support and disable default GTK+:3 support -media-sound/easytag:gtk3 - Enable GTK+:3 support (default) and disable GTK+:2 support +media-sound/drumstick:fluidsynth - Enable support for media-sound/fluidsynth media-sound/easytag:opus - Enable support for media-libs/opus and media-libs/opusfile (opus audio codec) media-sound/ecasound:lv2 - Add support for Ladspa V2 media-sound/ecasound:oil - Use dev-libs/liboil for inner loop optimizations media-sound/fapg:xspf - Enable support for saving XSPF playlists. -media-sound/flacon:mac - Add support for Monkey's Audio files -media-sound/flacon:replaygain - Support for Replay Gain metadata, for relative volume adjustment -media-sound/flacon:tta - Add support for True Audio encoding -media-sound/freewheeling:fluidsynth - compile with support for fluidsynth +media-sound/flacon:mac - Add support for Monkey's Audio input files +media-sound/flacon:opus - Add support for Opus output files +media-sound/flacon:replaygain - Support Replay Gain metadata for relative volume adjustment +media-sound/flacon:tta - Add support for True Audio input files +media-sound/forked-daapd:itunes - Enable support for iTunes library XML +media-sound/forked-daapd:lastfm - Enable LastFM scrobbling support +media-sound/forked-daapd:mpd - Enable streaming to mpd media-sound/frescobaldi:portmidi - Enable media-libs/portmidi support media-sound/gejengel:audioscrobbler - Enable track submission on last.fm media-sound/gimmix:cover - Enable cover art fetching media-sound/gimmix:lyrics - Enable lyric fetching media-sound/gmpc:unique - Enable single instance support using dev-libs/libunique media-sound/gmpc:xspf - Enable support for reading and saving XSPF playlists +media-sound/gmusicbrowser:extras - Install some extra deps for plugins (ex. Titlebar) +media-sound/gmusicbrowser:gstreamer-0 - Enable audio support via legacy gstreamer:0.10 +media-sound/gogglesmm:opus - Enable support for opus codec media-sound/google-musicmanager:log - Enables advanced logging through dev-libs/log4cxx -media-sound/gpodder:webkit - Enable the webkit rendering engine for HTML episode shownotes media-sound/herrie:http - Enable http streaming media-sound/herrie:xspf - Enable support for reading and saving XSPF playlists media-sound/hydrogen:archive - Use libarchive instead of libtar media-sound/jack-audio-connection-kit:coreaudio - Build the CoreAudio driver on Mac OS X systems media-sound/jack-audio-connection-kit:cpudetection - Enables runtime cpudetection -media-sound/jack-audio-connection-kit:pam - Add basic realime configuration via sys-auth/realtime-base +media-sound/jack-audio-connection-kit:pam - Add basic realtime configuration via sys-auth/realtime-base +media-sound/jack2:celt - Support CELT low delay audio codec (media-libs/celt) +media-sound/jack2:opus - Support media-libs/opus +media-sound/jack2:pam - Add basic realtime configuration via sys-auth/realtime-base media-sound/jalv:gtk2 - Adds support for GTK+2 in addition to GTK+3 controlled by the gtk useflag. media-sound/jalv:gtkmm - Adds support for dev-cpp/gtkmm: C++ interface for GTK+2 media-sound/kid3:acoustid - Enable support for acoustic fingerprinting plugin using (media-libs/chromaprint) media-sound/kid3:phonon - Enable sound support via media-libs/phonon or dev-qt/qtphonon -media-sound/kwave:opus - Enable Opus audio codec support -media-sound/kwave:phonon - Enable playback via Phonon +media-sound/klick:rubberband - Enable rubberband support +media-sound/lame:frontend - Build and install the 'lame' executable frontend to lame libraries. media-sound/lame:mp3rtp - Build the mp3-to-RTP streaming utility. **UNSUPPORTED** +media-sound/lilypond:guile2 - Enable experimental support for Guile 2 +media-sound/linuxsampler:lv2 - Add support for Ladspa V2 media-sound/lmms:fluidsynth - Enables Fluidsynth MIDI software synthesis plugin. +media-sound/lmms:libgig - Enables GIG player plugin. +media-sound/lmms:soundio - Enalbes libsoundio support. media-sound/lmms:stk - Enables STK Mallet plugin. media-sound/lmms:vst - Enables the VeSTige plugin to run VST plugins through Wine. media-sound/lyvi:mpris - Enable MPRIS support @@ -4150,10 +4411,10 @@ media-sound/moc:sid - Build with SID (Commodore 64 Audio) support media-sound/moc:tremor - Build vorbis support using an integer implementation of the vorbis library (media-libs/tremor) media-sound/mp3blaster:sid - Build with SID (Commodore 64 Audio) support media-sound/mp3splt-gtk:audacious - Include media-sound/audacious support -media-sound/mp3splt-gtk:gtk3 - Link against x11-libs/gtk+:3 instead of x11-libs/gtk+:2 media-sound/mpd:adplug - Enable the AdPlug decoder plugin media-sound/mpd:cdio - Use libcdio for ISO9660 parsing support media-sound/mpd:curl - Support for web stream listening +media-sound/mpd:eventfd - Use the eventfd function in MPD's event loop media-sound/mpd:faad - Use external faad library for AAC decoding media-sound/mpd:fifo - Support writing audio to a FIFO media-sound/mpd:fluidsynth - Enables Fluidsynth MIDI software synthesis (discouraged) @@ -4162,7 +4423,6 @@ media-sound/mpd:gme - Enables support for media-libs/game-music-emu for playing media-sound/mpd:id3tag - Support for ID3 tags media-sound/mpd:inotify - Use the Linux kernel inotify subsystem to notice changes to mpd music library media-sound/mpd:lame - Support for MP3 streaming via Icecast2 -media-sound/mpd:lastfmradio - Support listening to last.fm radio stations media-sound/mpd:libmpdclient - Enable support for remote mpd databases media-sound/mpd:libsoxr - Enable the libsoxr resampler media-sound/mpd:mpg123 - Enable support for mp3 decoding over media-sound/mpg123 @@ -4172,8 +4432,8 @@ media-sound/mpd:opus - Enable Opus codec support media-sound/mpd:pipe - Support writing audio to a pipe media-sound/mpd:recorder - Enables output plugin for recording radio streams media-sound/mpd:sid - Build with SID (Commodore 64 Audio) support +media-sound/mpd:signalfd - Use the signalfd function in MPD's event loop media-sound/mpd:soundcloud - Build plugin to access soundcloud -media-sound/mpd:soup - Use net-libs/libsoup for HTTP streaming media-sound/mpd:systemd - Enable support for systemd socket activation media-sound/mpd:twolame - Support twolame MPEG-2 encoding media-sound/mpd:wildmidi - Enable MIDI support via wildmidi @@ -4182,7 +4442,7 @@ media-sound/mpfc:wav - Enable wav audio codec support media-sound/mpg123:int-quality - Use rounding instead of fast truncation for integer output, where possible media-sound/mumble:g15 - Enable support for the Logitech G15 LCD (and compatible devices). media-sound/mumble:speech - Enable text-to-speech support in Mumble. -media-sound/murmur:ice - Use dev-cpp/Ice to enable remote control capabilities. +media-sound/murmur:ice - Use dev-libs/Ice to enable remote control capabilities. media-sound/ncmpc:artist-screen - Enable artist screen media-sound/ncmpc:chat-screen - Enable the chat screen media-sound/ncmpc:colors - Enable color support @@ -4195,12 +4455,15 @@ media-sound/ncmpc:song-screen - Enable song viewer screen media-sound/ncmpcpp:clock - Enable clock screen media-sound/ncmpcpp:outputs - Enable outputs screen media-sound/ncmpcpp:visualizer - Enable visualizer screen with sound wave/frequency spectrum modes +media-sound/patchage:jack-dbus - Use Jack via D-Bus instead of libjack +media-sound/patchage:session - Include experimental Jack session management (save/restore) support media-sound/pianobooster:fluidsynth - Enable Fluidsynth MIDI software synthesis media-sound/picard:acoustid - Use media-libs/chromaprint for acoustic fingerprinting media-sound/pithos:appindicator - Enable usage of appindicator to export menu options in to unity media-sound/pithos:keybinder - Use keybinder to enable global key bindings -media-sound/pms:regex - Enable regular expression searches using dev-libs/boost +media-sound/pms:regex - Enable regular expression searches media-sound/podcatcher:bittorrent - Enable support for bittorrent downloads +media-sound/potamus:opus - Adds support for the Opus codec. media-sound/pragha:glyr - Enable music metadata searchengine support using media-libs/glyr media-sound/pragha:grilo - Play songs on DLNA servers using media-libs/grilo media-sound/pragha:keybinder - Enable shortcut support using dev-libs/keybinder @@ -4230,9 +4493,12 @@ media-sound/pulseaudio:system-wide - Allow preparation and installation of the s media-sound/pulseaudio:systemd - Build with sys-apps/systemd support to replace standalone ConsoleKit. media-sound/pulseaudio:webrtc-aec - Uses the webrtc.org AudioProcessing library for enhancing VoIP calls greatly in applications that support it by performing acoustic echo cancellation, analog gain control, noise suppression and other processing. media-sound/pulseaudio:xen - Builds a special paravirtualized module for running in a Xen guest. +media-sound/qmidiarp:lv2 - Enables Ladspa V2 plugins. +media-sound/qmmp:analyzer - Enable visual analyzer media-sound/qmmp:bs2b - Enable Bauer stereophonic-to-binaural headphone filter media-sound/qmmp:cover - Enable album cover support media-sound/qmmp:crossfade - Enable crossfade effect when switching tracks +media-sound/qmmp:cue - enable CUE sheet parsing media-sound/qmmp:enca - Detects the character encoding automatically media-sound/qmmp:game - Enable Game music support media-sound/qmmp:kde - Use kde4 notifier system @@ -4242,7 +4508,9 @@ media-sound/qmmp:mpris - Enable MPRIS support media-sound/qmmp:notifier - Enable qmmps' notifier system media-sound/qmmp:opus - Enable the opus plugin media-sound/qmmp:projectm - Enable projectm music visualization plugin +media-sound/qmmp:qsui - Enable QMMP simple UI media-sound/qmmp:scrobbler - Enable audioscrobbler/last.fm support +media-sound/qmmp:soxr - Use the SoX resampling library media-sound/qmmp:stereo - Enable stereo effect media-sound/qmmp:tray - Build tray icon media-sound/qsampler:libgig - Enable libgig support for loading Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files @@ -4253,8 +4521,6 @@ media-sound/quark:gnome - Provides tray-icon and enables gconf support media-sound/rezound:16bittmp - Use 16bit temporary files (default 32bit float), useful for slower computers media-sound/rezound:soundtouch - compile with support for soundtouch media-sound/rhythmbox:daap - Build the local network music sharing plugin which uses the DAAP protocol using net-libs/libdmapsharing -media-sound/rhythmbox:html - Use net-libs/webkit-gtk for detecting and displaying HTML podcast episode descriptions. -media-sound/rhythmbox:libsecret - Enable libsecret support to store login credentials media-sound/rhythmbox:visualizer - Enable support for visualizations using media-plugins/gst-plugins-libvisual media-sound/rhythmbox:zeitgeist - Build the plugin to inject events to gnome-extra/zeitgeist media-sound/shntool:alac - Add support for Apple Lossless Audio Codec files @@ -4273,14 +4539,14 @@ media-sound/split2flac:flake - Add support for Flake, alternative FLAC encoder media-sound/split2flac:mac - Add support for Monkey's Audio files media-sound/split2flac:replaygain - Support for Replay Gain metadata, for relative volume adjustment media-sound/spotify:pax_kernel - Triggers a paxmarking of the main Spotify binary -media-sound/squeezeslave:display - Enable a text-based display -media-sound/squeezeslave:tremor - Use a fixed-point version of the Ogg Vorbis decoder (media-libs/tremor) -media-sound/squeezeslave:wma - Enable support for streaming Windows Media Audio -media-sound/squeezeslave:zones - Pairs surround sound speakers into stereo zones (requires 5.1 setup or better) media-sound/teamspeak-server-bin:tsdns - Make use of TeamSpeak DNS. media-sound/tomahawk:hatchet - Enable support for the synchronisation through Hatchet media-sound/tomahawk:telepathy - Enable support for the real-time communication framework telepathy media-sound/traverso:lv2 - Add support for Ladspa V2 +media-sound/tuxguitar:fluidsynth - Enables Fluidsynth MIDI software synthesis (with external sound fonts). JSA must be disabled in the plug-ins menu to use this. +media-sound/tuxguitar:lilypond - Exports the score in a lilypond compatible format. +media-sound/tuxguitar:pdf - Exports the score as a PDF file using dev-java/itext. +media-sound/tuxguitar:tray - Adds an icon to the tray that controls midi playback. media-sound/umurmur:polarssl - Use net-libs/polarssl instead of dev-libs/openssl media-sound/umurmur:shm - Enable shared memory support media-sound/vimpc:boost - Use boost instead of C++11 libraries @@ -4297,9 +4563,9 @@ media-sound/xmms2:ofa - Support for Open Fingerprint Architecture (OFA) media-sound/xmms2:phonehome - This client sends anonymous usage-statistics to the xmms2 media-sound/xmms2:server - Build xmms2 player daemon (otherwise only clients are built) media-sound/xmms2:sid - Support for C64 SID +media-sound/xmms2:valgrind - Run unit tests under valgrind. media-sound/xmms2:vocoder - Phase vocoder effect plugin media-sound/xmms2:xml - Enable support for various XML based playlists and sources: RSS, XSPF -media-sound/xmp:audacious - Enable audacious support media-sound/xnoise:lastfm - Enable support for lastfm cover art fetching and scrobbling media-sound/xnoise:lyrics - Enable support for lyrics fetching media-sound/xwax:alsa - Adds support for ALSA audio input/output. @@ -4309,27 +4575,23 @@ media-sound/xwax:jack - Adds support for audio input/output via the JACK Audio C media-sound/xwax:mp3 - Sets runtime dependencies to support decoding MP3 audio. media-sound/xwax:oss - Adds support for OSS (open sound system) audio input/output. media-sound/yoshimi:lv2 - Add support for Ladspa V2 -media-tv/freevo:mixer - Enable support for adjusting volume via media-sound/aumix -media-tv/freevo:tv - Enable support for the tv guide plugin media-tv/gentoo-vdr-scripts:nvram - Add support for using nvram-wakeup to set wakeup time in bios media-tv/kodi:airplay - enable AirPlay support media-tv/kodi:bluray - Enable playback of Blu-ray filesystems media-tv/kodi:cec - Enable support for HDMI-CEC devices via libcec -media-tv/kodi:fishbmc - Enable fishBMC visualization plugin +media-tv/kodi:dvd - Enable optical (CD/DVD drive) support media-tv/kodi:gles - Enable support for GLES -media-tv/kodi:goom - Enable GOOM visualization plugin +media-tv/kodi:libusb - Use virtual/libusb for usb device hotplug support. This flag should only be enabled if you're running a non-Linux kernel or you don't want to use sys-fs/udev. +media-tv/kodi:lirc - Enable support for controlling Totem with a remote control using app-misc/lirc media-tv/kodi:midi - Support MIDI files media-tv/kodi:nfs - Enable NFS client support -media-tv/kodi:projectm - Enable projectM visualization plugin -media-tv/kodi:pvr - Enable MythTV support -media-tv/kodi:rsxs - Enable really slick X screensavers +media-tv/kodi:nonfree - Enable non-free components media-tv/kodi:rtmp - Enable Real Time Messaging Protocol using librtmp media-tv/kodi:sftp - Support browsing files over SFTP -media-tv/kodi:spectrum - Enable spectrum visualization plugin media-tv/kodi:texturepacker - Support packing skin textures -media-tv/kodi:waveform - Enable waveform visualization plugin +media-tv/kodi:udev - Use sys-fs/udev rules to handle devices' permissions and hotplug support. Unless you know what you're doing do not disable this flag on Linux kernels. This is provided as an option for completeness. media-tv/kodi:webserver - Enable internal webserver -media-tv/kodi:xrandr - Support X randr extension +media-tv/kodi:xslt - Enable XSLT support using dev-libs/libxslt media-tv/linuxtv-dvb-apps:alevt - Build videotext decoder media-tv/me-tv:http - Installation of Web-frontend media-tv/mythtv:alsa - Allows MythTV to directly output sound to ALSA devices, this is needed if you are using ALSA dmix or SPDIF. Note, you will have to physically type your device into the MythTV configuration since it will only give you /dev/dsp devices in the drop down. @@ -4347,43 +4609,38 @@ media-tv/mythtv:ieee1394 - Allows MythTV to communicate and use Firewire enabled media-tv/mythtv:jack - Allows MythTV to use JACK as your sound output device. You will have to manually configure the path to your JACK settings. media-tv/mythtv:lcd - Tells MythTV that you have an instance of app-misc/lcdproc configured on your machine and it should output information such as current time, show name, episode name, etc to that LCD. media-tv/mythtv:lirc - Adds LIRC support directly to MythTV allowing for built in control via a LIRC device. +media-tv/mythtv:mythlogserver - Enable support for syslog and file logging. Not used with systemd. media-tv/mythtv:perl - Builds the perl bindings for MythTV. Allows you to write scripts in Perl to control your MythTV setup or communicate with it. -media-tv/mythtv:raop - Remote Audio Output Protocol (aka AirTunes/AirPlay) +media-tv/mythtv:wrapper - Use Ubuntu mythtfrontend wrapper. media-tv/mythtv:xmltv - Pulls in the media-tv/xmltv TV listing grabbers for users not using Schedules Direct. media-tv/tvbrowser:themes - Install extra theme packs -media-tv/tvheadend:ccache - Use dev-util/ccache +media-tv/tvheadend:capmt - Enable support for capmt (dvbapi) protocol +media-tv/tvheadend:constcw - Enable support for the constcw protocol +media-tv/tvheadend:cwc - Enable support for the cwc (newcamd) protocol media-tv/tvheadend:dvbscan - Use media-tv/linuxtv-dvb-apps +media-tv/tvheadend:hdhomerun - Enable support for the HDHomeRun device media-tv/tvheadend:imagecache - Enable support for image caching +media-tv/tvheadend:iptv - Enable support for Internet Protocol TV +media-tv/tvheadend:satip - Enable support for IP-based Satellite TV +media-tv/tvheadend:timeshift - Enable TimeShift support media-tv/tvheadend:uriparser - Use dev-libs/uriparser media-tv/tvheadend:xmltv - Use media-tv/xmltv media-tv/v4l-dvb-saa716x:firmware - Install firmware -media-tv/xawtv:xext - Enable use of XFree extensions (DGA,VidMode,DPMS) -media-tv/xawtv:zvbi - Enable VBI Decoding Library for Zapping -media-tv/xbmc:airplay - enable AirPlay support -media-tv/xbmc:bluray - Enable playback of Blu-ray filesystems -media-tv/xbmc:cec - Enable support for HDMI-CEC devices via libcec -media-tv/xbmc:fishbmc - Enable fishBMC visualization plugin -media-tv/xbmc:gles - Enable support for GLES -media-tv/xbmc:goom - Enable GOOM visualization plugin -media-tv/xbmc:midi - Support MIDI files -media-tv/xbmc:nfs - Enable NFS client support -media-tv/xbmc:projectm - Enable projectM visualization plugin -media-tv/xbmc:pvr - Enable MythTV support -media-tv/xbmc:rsxs - Enable really slick X screensavers -media-tv/xbmc:rtmp - Enable Real Time Messaging Protocol using librtmp -media-tv/xbmc:sftp - Support browsing files over SFTP -media-tv/xbmc:webserver - Enable internal webserver -media-tv/xbmc:xrandr - Support X randr extension media-tv/xmltv:ar - Argentina tv listing grabber media-tv/xmltv:ch - Switzerland bluewin tv listing grabber +media-tv/xmltv:ch_search - Grabber for Switzerland media-tv/xmltv:dk - Denmark tv listing grabber media-tv/xmltv:dtvla - Latin America digital tv listing grabber media-tv/xmltv:ee - Estonia tv listing grabber media-tv/xmltv:es_laguiatv - Spain alternative grabber media-tv/xmltv:es_miguiatv - Spain alternative grabber +media-tv/xmltv:eu_dotmedia - Grabber for Europe (xmltv.se / dotmedia) +media-tv/xmltv:eu_egon - Grabber for german speaking area (Egon zappt) media-tv/xmltv:eu_epg - EPG grabber for some European countries. media-tv/xmltv:fi - Finland tv listing grabber +media-tv/xmltv:fi_sv - Grabber for Finland (Swedish) media-tv/xmltv:fr - France tv listing grabber +media-tv/xmltv:fr_kazer - France (Kazer) tv listing grabber media-tv/xmltv:hr - Croatia tv listing grabber media-tv/xmltv:huro - Hungarian tv listing grabber media-tv/xmltv:il - Israel tv listing grabber @@ -4393,33 +4650,32 @@ media-tv/xmltv:it - Italy tv listing grabber media-tv/xmltv:na_dd - North America tv listing grabber media-tv/xmltv:na_dtv - North America Direct TV grabber media-tv/xmltv:na_icons - option for na_dd to download icons +media-tv/xmltv:na_tvmedia - Grabber for North America (TVMedia) media-tv/xmltv:nl - Netherlands tv listing grabber media-tv/xmltv:no_gf - Norway Gfeed tv listing grabber media-tv/xmltv:pt - Portugal tv listing grabber +media-tv/xmltv:pt_meo - Grabber for Portugal (MEO) media-tv/xmltv:re - Reunion Island (France) tv listing grabber +media-tv/xmltv:sd_json - Grabber for schedulesDirect.org SD-JSON service (many countries) media-tv/xmltv:se_swedb - Sweden tv listing grabber +media-tv/xmltv:se_tvzon - Sweden (tvzon.se) tv listing grabber +media-tv/xmltv:tr - Turkey (Digiturk) tv listing grabber media-tv/xmltv:tv_check - enable GUI checking media-tv/xmltv:tv_combiner - enable grabbers combiner media-tv/xmltv:tv_pick_cgi - enable CGI support +media-tv/xmltv:uk_atlas - Fast UK and Ireland tv listing grabber media-tv/xmltv:uk_bleb - Britain tv listing grabber media-tv/xmltv:uk_rt - Britain alternative tv listing grabber +media-tv/xmltv:uk_tvguide - UK and Ireland tv listing grabber using TV Guide website media-tv/xmltv:za - South Africa tv listing grabber +media-video/aegisub:uchardet - Enable charset discovery via app-i18n/uchardet media-video/aravis:X - Build the GTK+-based video viewer for aravis. This requires GStreamer and a few plugins but technically not the GST plugin for aravis. media-video/aravis:gstreamer - Build the GStreamer plugin for aravis, but not the video viewer. -media-video/arista:faac - Use external faac library for AAC encoding -media-video/arista:nautilus - Add an entry in the Nautilus context menu to transcode media files for a specified device. -media-video/avidemux:aften - Enable A/52 (AC-3) audio encoder support. -media-video/avidemux:amr - Enable Adaptive Multi-Rate format support via media-libs/opencore-amr. -media-video/avidemux:vpx - Enable VP8 codec support via media-libs/libvpx. -media-video/bombono-dvd:gnome - Use GVFS for desktop integration media-video/chaplin:transcode - Enable DVD ripping and transcoding media-video/clive:clipboard - Support reading from X clipboard media-video/clive:pager - Support pager!? media-video/clive:password - Support password controlled sites -media-video/devede:mencoder - Prefer MPlayer mencoder over Libav avconv or FFmpeg ffmpeg for encoding. media-video/dv2sub:kino - install kino plugin -media-video/dvd-slideshow:themes - Install theme pack -media-video/dvdauthor:graphicsmagick - Use media-gfx/graphicsmagick instead of media-gfx/imagemagick media-video/dvdrip:fping - Enables fping support for cluster rendering media-video/dvdrip:subtitles - Enables support for subtitle ripping media-video/ffdiaporama:openclipart - Support openslipart database @@ -4435,37 +4691,46 @@ media-video/ffmpeg:bluray - Enable playback of Blu-ray filesystems media-video/ffmpeg:bs2b - Enables media-libs/libbs2b based Bauer stereo-to-binaural filter. media-video/ffmpeg:cdio - Enables audio CD grabbing with dev-libs/libcdio. media-video/ffmpeg:celt - Adds Xiph CELT audio decoding support via media-libs/celt +media-video/ffmpeg:chromaprint - Enables audio fingerprinting support with media-libs/chromaprint. media-video/ffmpeg:cpudetection - Enables runtime CPU detection (useful for bindist, compatibility on other CPUs) -media-video/ffmpeg:dirac - Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac. +media-video/ffmpeg:ebur128 - Enables EBU R128 loudness normalization filter via media-libs/libebur128 media-video/ffmpeg:faac - Use external faac library for AAC encoding media-video/ffmpeg:fdk - Use external fdk-aac library for AAC encoding media-video/ffmpeg:flite - Adds a text-to-speech filter based on app-accessibility/flite. media-video/ffmpeg:frei0r - Enable frei0r wrapping in libavfilter media-video/ffmpeg:fribidi - Enables fribidi support in the drawtext filter. +media-video/ffmpeg:gcrypt - Enables gcrypt support: Needed for rtmp(t)e support if openssl, librtmp or gmp is not used. media-video/ffmpeg:gme - Enables support for media-libs/game-music-emu for playing various video game music formats. media-video/ffmpeg:gpl - Build GPL code. Should be enabled unless you require LGPL binaries. media-video/ffmpeg:hardcoded-tables - Use pre-calculated tables rather than calculating them on the fly. media-video/ffmpeg:iec61883 - Support for FireWire DV/HDV input device using media-libs/libiec61883. +media-video/ffmpeg:kvazaar - Enables media-libs/kvazaar based HEVC encoder. +media-video/ffmpeg:libilbc - Enables iLBC de/encoding via media-libs/libilbc. +media-video/ffmpeg:librtmp - Enables Real Time Messaging Protocol using librtmp (media-video/rtmpdump) in addition to FFmpeg's native implementation. media-video/ffmpeg:libsoxr - Enables audio resampling through media-libs/soxr. media-video/ffmpeg:libv4l - Uses media-libs/libv4l for video4linux instead of direct calls. Adds support for more devices via the userspace library. -media-video/ffmpeg:mips32r2 - Enables MIPS32R2 optimizations. media-video/ffmpeg:mipsdspr1 - Enables MIPS DSP ASE R1 optimizations. media-video/ffmpeg:mipsdspr2 - Enables MIPS DSP ASE R2 optimizations. media-video/ffmpeg:mipsfpu - Enables floating point MIPS optimizations. +media-video/ffmpeg:mmal - Enables Multi-Media Abstraction Layer (MMAL) decoding support: Available e.g. on the Raspberry Pi. media-video/ffmpeg:network - Enables network streaming support +media-video/ffmpeg:nvenc - Adds support for NVIDIA Encoder (NVENC) API for hardware accelerated encoding on NVIDIA cards. +media-video/ffmpeg:openh264 - Enables H.264 encoding suppoprt via media-libs/openh264. media-video/ffmpeg:openssl - Enables dev-libs/openssl support. Adds support for encrypted network protocols (TLS/HTTPS). media-video/ffmpeg:opus - Adds (decoding) support for the Opus codec via media-libs/opus. media-video/ffmpeg:pic - Force shared libraries to be built as PIC (this is slower) media-video/ffmpeg:postproc - Build and install libpostproc. media-video/ffmpeg:quvi - Adds support for playing media from Internet services using the quvi project. -media-video/ffmpeg:rtmp - Enable Real Time Messaging Protocol using librtmp +media-video/ffmpeg:rubberband - Adds time-stretching and pitch-shifting audio filter based on media-libs/rubberband. media-video/ffmpeg:schroedinger - Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). +media-video/ffmpeg:snappy - Enable app-arch/snappy support. Required for e.g. Vidvox Hap encoder. +media-video/ffmpeg:sofalizer - Enables Sofalizer filter media-video/ffmpeg:ssh - Enable SSH/sftp support via net-libs/libssh. media-video/ffmpeg:twolame - Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. -media-video/ffmpeg:vis - Adds support for SIMD optimizations for UltraSPARC processors. media-video/ffmpeg:vpx - Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though. media-video/ffmpeg:webp - Enables WebP encoding with media-libs/libwebp. media-video/ffmpeg:x265 - Enables HEVC encoding with media-libs/x265. +media-video/ffmpeg:zimg - Enables media-libs/zimg based scale filter. media-video/ffmpeg:zvbi - Enables media-libs/zvbi based teletext decoder. media-video/ffmpeg2theora:kate - Adds support for Ogg Kate subtitles via libkate. media-video/gnome-mplayer:dconf - Enable support for gnome-base/dconf @@ -4473,11 +4738,10 @@ media-video/gnome-mplayer:gda - Enable support for gnome-extra/libgda media-video/google2srt:html - Install HTML documentation media-video/h264enc:ogm - Support for OGM container format media-video/handbrake:fdk - Support for encoding AAC using media-libs/fdk-aac. -media-video/handbrake:ffmpeg - Use FFmpeg from media-video/ffmpeg to decode MPEG-2 instead of media-plugins/gst-plugins-mpeg2dec. media-video/handbrake:gstreamer - Support for the streaming media framework from media-libs/gstreamer. -media-video/handbrake:gtk - Support for Gimp ToolKit + from x11-libs/gtk+, requirement for a GUI-based HandBrake. -media-video/handbrake:libav-aac - Support for encoding AAC using media-libs/libav's internal encoder. -media-video/kdenlive:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) +media-video/handbrake:gtk - Install the GTK UI, ghb. +media-video/handbrake:libav-aac - Support for encoding AAC using media-video/libav's internal encoder. +media-video/handbrake:x265 - Support for encoding h265 using media-libs/x265. media-video/kino:gpac - Enable GPAC support when exporting to 3GPP format media-video/kmplayer:npp - Compile the npp backend that plays xembed style browser plugins. media-video/libav:aac - Use external vo-aacenc library for AAC encoding @@ -4495,17 +4759,18 @@ media-video/libav:frei0r - Enable frei0r wrapping in libavfilter media-video/libav:gpl - Build all GPL licensed code. Without this flag set the package is build under LGPL license. media-video/libav:hardcoded-tables - Use pre-calculated tables rather than calculating them on the fly. media-video/libav:network - Enable network streaming support. +media-video/libav:nvidia - Enable nvidia video codec hardware acceleration support. media-video/libav:openssl - Prefer dev-libs/openssl over net-libs/gnutls to provide SSL/TLS support (notice: the resulting binaries are unredistributable). media-video/libav:opus - Use the external opus library for encoding and decoding. media-video/libav:pic - Force shared libraries to be built as PIC (this is slower). media-video/libav:pulseaudio - Enable pulseaudio input support. media-video/libav:rtmp - Enable Real Time Messaging Protocol using librtmp instead the native implementation. media-video/libav:schroedinger - Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). -media-video/libav:ssl - Enable SSL/TLS support using dev-libs/openssl or dev-libs/gnutls. +media-video/libav:ssl - Enable SSL/TLS support using dev-libs/openssl or net-libs/gnutls. media-video/libav:tools - Build and install small tools like aviocat, cws2fws, graph2dot, ismindex, qt-faststart. media-video/libav:twolame - Enable MP2 encoding via media-sound/twolame as an alternative to the internal encoder media-video/libav:vis - Adds support for SIMD optimizations for UltraSPARC processors. -media-video/libav:vpx - Enable vp8 encoding support using libvpx. +media-video/libav:vpx - Enable vp8 encoding support using media-libs/libvpx. media-video/libav:webp - Enable WebP encoding with media-libs/libwebp. media-video/libav:x265 - Enable HEVC encoding with media-libs/x265. media-video/lives:libvisual - Enable libvisual support @@ -4522,6 +4787,7 @@ media-video/mjpg-streamer:output_rtsp - Plugin which provides a mechanism to tak media-video/mjpg-streamer:output_udp - Plugin receiving content over UDP and storing to a directory media-video/mjpg-streamer:v4l - Uses media-libs/libv4l function mapping for input_uvc plugin media-video/mjpg-streamer:www - Installs WWW content +media-video/motion:mmal - Enables Multi-Media Abstraction Layer (MMAL) decoding support: Available e.g. on the Raspberry Pi. media-video/motiontrack:multiprocess - Enables multi-process support (SMP/cluster) for motiontrack programs media-video/mplayer:bl - Blinkenlights video output media-video/mplayer:bluray - Enable playback of Blu-ray filesystems @@ -4550,46 +4816,54 @@ media-video/mplayer:tga - Enables Targa video output media-video/mplayer:toolame - Enable toolame MPEG-2 encoding media-video/mplayer:tremor - Enable internal support for Vorbis media-video/mplayer:twolame - Enable twolame MPEG-2 encoding +media-video/mplayer:vcd - Enables VCD support media-video/mplayer:vidix - Support for vidix video output -media-video/mplayer:xanim - Enables support for xanim based codecs media-video/mplayer:xvmc - Enables X-Video Motion Compensation support +media-video/mplayer:yuv4mpeg - Enables yuv4mpeg video output media-video/mplayer:zoran - Enables ZR360[56]7/ZR36060 video output +media-video/mpv:archive - Enable support for various archive formats via app-arch/libarchive media-video/mpv:bluray - Enable playback of Blu-ray filesystems -media-video/mpv:bs2b - Enable Bauer stereophonic-to-binaural headphone filter -media-video/mpv:cdio - Enable CDDA support via dev-libs/libcdio-paranoia media-video/mpv:cli - Build mpv CLI player -media-video/mpv:doc-pdf - Build documentation in pdf format +media-video/mpv:cplugins - Enable C plugins support +media-video/mpv:cuda - Enable hardware video decoding via Nvidia CUDA media-video/mpv:drm - Enable Kernel Mode Setting / Direct Rendering Manager based video output -media-video/mpv:dvdnav - Enable support for DVD navigation using media-libs/libdvdnav -media-video/mpv:egl - Enable EGL backend for X11 OpenGL video output (experimental) -media-video/mpv:enca - Enable support for charset discovery and conversion using app-i18n/enca -media-video/mpv:jpeg - Enable support for saving screenshots to JPEG format -media-video/mpv:libguess - Enable support for charset discovery and conversion using app-i18n/libguess +media-video/mpv:egl - Enable support for various EGL-based video outputs / backends +media-video/mpv:enca - Enable subtitles charset discovery via app-i18n/enca +media-video/mpv:gbm - Enable Graphics Buffer Manager based EGL video output +media-video/mpv:jpeg - Enable support for saving screenshots in JPEG format +media-video/mpv:libass - Enable OSD (On Screen Display) and subtitles support via media-libs/libass +media-video/mpv:libguess - Enable subtitles charset discovery via app-i18n/libguess media-video/mpv:libmpv - Build mpv shared library media-video/mpv:lua - Enable Lua scripting, OSC (On Screen Controller) GUI and net-misc/youtube-dl hook-script media-video/mpv:luajit - Use dev-lang/luajit instead of dev-lang/lua -media-video/mpv:mpg123 - Enable support for mp3 decoding via media-sound/mpg123 instead of relying on ffmpeg support -media-video/mpv:postproc - Enable image post-processing via libpostproc -media-video/mpv:pvr - Enable Video4Linux2 MPEG PVR -media-video/mpv:quvi - Enable support for streaming sites using media-libs/libquvi -media-video/mpv:radio - Enable V4L2 radio interface and support media-video/mpv:raspberry-pi - Enable support for the Raspberry Pi media-video/mpv:rubberband - Enable high quality pitch correction via media-libs/rubberband -media-video/mpv:sdl - Enable media-libs/libsdl2 based video and audio outputs -media-video/mpv:shm - Enable support for shm -media-video/mpv:vf-dlopen - Install additional video filters for using with -vf dlopen +media-video/mpv:sdl - Enable media-libs/libsdl2 based video and audio outputs (Note: these outputs exist for compatibility reasons only, avoid if possible) +media-video/mpv:tools - Install extra tools: mpv_identify.sh, mpv_idet.sh, and umpv +media-video/mpv:uchardet - Enable subtitles charset discovery via app-i18n/uchardet +media-video/mpv:vf-dlopen - Install additional video filters to be used with -vf dlopen media-video/noad:libmpeg2 - Support for libmpeg2 library +media-video/nvidia-settings:gtk3 - Additionally build the GTK 3 library +media-video/nvidia_video_sdk:tools - Build and install example tools. +media-video/obs-studio:fdk - Enable libfdk support for AAC encoding. +media-video/obs-studio:imagemagick - Use ImageMagick for image loading instead of FFmpeg. media-video/ogmrip:ogm - Support for OGM container format media-video/ogmrip:srt - Support for SRT subtitle format +media-video/orion:mpv - Use the media-video/mpv player (upstream default) instead of the dev-qt/qtmultimedia one media-video/parole:clutter - Compile in Clutter GTK+ support -media-video/pgcedit:video - Add support for video preview -media-video/plasma-mediacenter:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) media-video/qgifer:imagemagick - Use imagemagick for image operations +media-video/qgifer:opencv3 - Use media-libs/opencv:0/3.0 for video operations instead media-libs/opencv:0/2.4 media-video/rtmpdump:gnutls - Use GnuTLS library instead of the default OpenSSL media-video/rtmpdump:polarssl - Use PolarSSL library instead of the default OpenSSL media-video/smplayer:autoshutdown - Enable the option to shutdown your computer after finishing the playlist. This requires dev-qt/qtdbus as dependency. +media-video/smplayer:mpris - Enable support for MPRIS2 (Media Player Remote Interfacing Specification, version 2), a DBus interface for remote control, which requires dev-qt/qtdbus as dependency. media-video/smplayer:streaming - Support for streaming video sites through net-misc/youtube-dl (MPV only). -media-video/totem:flash - Install browser plugin for playing embedded Adobe Flash videos. Warning: breaks non-video Flash objects on many websites. +media-video/smtube:qt5 - Build using Qt 5 instead of Qt 4 +media-video/subtitlecomposer:mpv - Build mpv backend support +media-video/syncplay:client - Install Syncplay client +media-video/syncplay:gui - Enable gui support +media-video/syncplay:server - Install Syncplay server +media-video/syncplay:vlc - Enable VLC2.x support media-video/totem:lirc - Enable support for controlling Totem with a remote control using app-misc/lirc media-video/totem:nautilus - Enable the nautilus extension media-video/totem:python - Build support for dev-lang/python plugins @@ -4599,12 +4873,11 @@ media-video/transcode:nuv - NuppelVideo container format demuxing media-video/transcode:pic - disable optimized assembly code that is not PIC friendly media-video/transcode:postproc - Build with ffmpeg libpostproc support media-video/tsmuxer:qt4 - Installs tsMuxerGUI (needs Qt4) -media-video/ushare:dlna - Add DLNA (media-libs/libdlna) support media-video/vdr:alternatechannel - Use alternate channel on record -media-video/vdr:bidi - fribid support, for languages, written from right to left +media-video/vdr:bidi - fribidi support, for languages, written from right to left media-video/vdr:ddepgentry - remove duplicate EPG entries media-video/vdr:dvlvidprefer - controls video-dir choice on recording -media-video/vdr:graphtft - support for media-plugins/vdr-grapftftplugin up from vdr-graphtft-0.1.7 +media-video/vdr:graphtft - support for media-plugins/vdr-graphtftplugin up from version 0.1.7 media-video/vdr:html - Install HTML documentation media-video/vdr:jumpingseconds - skip seconds in played records media-video/vdr:jumpplay - Enables automatic jumping over cut marks while watching a recording @@ -4613,15 +4886,15 @@ media-video/vdr:mainmenuhooks - Allows to replace main menu entries by some spec media-video/vdr:menuorg - Enables support for the media-plugins/vdr-menuorg media-video/vdr:menuselection - adds support for menu hotkeys of double digits media-video/vdr:naludump - Removes NALU fill data from h.264-Streams of TS files -media-video/vdr:permashift - permanent timeshift by recording live TV on hard disk, need plugin media-plugins/vdr-vdr-permashift +media-video/vdr:permashift - permanent timeshift by recording live TV on hard disk, need plugin media-plugins/vdr-permashift media-video/vdr:permashift_v1 - permanent timeshift by recording live TV on RAM, need plugin >=mediaplugins/vdr-permashift-1 media-video/vdr:pinplugin - Support for media-plugins/vdr-pin media-video/vdr:resumereset - rreset resume of EOF media-video/vdr:rotor - Enable support for plugin media-plugins/vdr-rotor for dish-positioner. -media-video/vdr:ttxtsubs - support for media-pugins/vdr-ttxtsubs +media-video/vdr:ttxtsubs - support for media-plugins/vdr-ttxtsubs media-video/vdr:vasarajanauloja - replacement for the liemikuutio patch, adds some nice must haves features media-video/vdr:wareagleicon - Replace original icon set in menu -media-video/vdr:yaepg - Enables support for the media-plugins/vdr-yaepg +media-video/vdr:yaepg - Enables support for the vdr-yaepg plugin media-video/vlc:X - Enables support for, e.g., fullscreen mode via the X Window System. By itself, this flag does not build a graphical interface. media-video/vlc:atmo - Enables support for AtmoLight (homebrew Ambient Lighting Technology) media-video/vlc:audioqueue - Enables AudioQueue audio module for Mac OS X. @@ -4629,12 +4902,11 @@ media-video/vlc:avcodec - Enables libavcodec support for video/audio encoding/de media-video/vlc:avformat - Enables libformat support for reading and writing various media containers. libavformat is part of FFmpeg. media-video/vlc:bluray - Enables libbluray for Blu-ray disc support. media-video/vlc:chromaprint - Enables libchromaprint for Chromaprint based audio fingerprinter support. +media-video/vlc:chromecast - Enable experimental support for Google Chromecast. media-video/vlc:dc1394 - Enables IIDC cameras support. -media-video/vlc:dirac - Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac. media-video/vlc:directx - Enable Win32 DirectX support. media-video/vlc:dvbpsi - Enables support for Mpeg-TS files (.ts, .m2ts, .mts) via media-libs/libdvbpsi. media-video/vlc:dxva2 - Enables Win32 DxVA2 support. -media-video/vlc:egl - Enables EGL video output module. media-video/vlc:faad - Enable AAC audio decoding library support via media-libs/faad2. media-video/vlc:fdk - Enables the Fraunhofer AAC codec library. media-video/vlc:fluidsynth - Enables Fluidsynth MIDI software synthesis (with external sound fonts). @@ -4642,23 +4914,21 @@ media-video/vlc:gcrypt - Enables cryptography support via libgcrypt. media-video/vlc:gme - Enables support for media-libs/game-music-emu for playing various video game music formats. media-video/vlc:gnome - Adds support for GNOME's filesystem abstraction layer, gnome-base/gnome-vfs. This flag is not GUI-related. media-video/vlc:growl - Enables growl notification support (over UDP for remote access and native on OSX) +media-video/vlc:gstreamer - Enables GStreamer based decoding support (currently supports only video decoding) media-video/vlc:httpd - Enables a web based interface for vlc. -media-video/vlc:ios-vout - Enables iPhone OS video output. media-video/vlc:kate - Adds support for Ogg Kate subtitles via libkate. media-video/vlc:libtar - Uses libtar instead of the built-in tar reader for reading custom skins. media-video/vlc:libtiger - Enables Ogg Kate subtitles rendering using libtiger. media-video/vlc:linsys - Enables support for Linux Linear Systems Ltd. SDI and HD-SDI input cards. media-video/vlc:live - Enables live555 streaming media support (client support for rtsp). media-video/vlc:lua - Enable Lua scripting support, needed for including support for Jamendo (online music platform) and similar things. -media-video/vlc:macosx - Enables Mac OS X gui support. -media-video/vlc:macosx-audio - Enables Mac OS X audio module. media-video/vlc:macosx-dialog-provider - Enables Mac OS X dialog module. media-video/vlc:macosx-eyetv - Enables Mac OS X EyeTV (TNT Tuner) module. +media-video/vlc:macosx-notifications - Enables Mac OS X notifications module (formerly growl). media-video/vlc:macosx-qtkit - Enables Mac OS X qtkit module: qtcapture (video) and qtsound (audio) module. media-video/vlc:macosx-quartztext - Enables Mac OS X quartz text module. -media-video/vlc:macosx-vout - Enables Mac OS X video output module. media-video/vlc:matroska - Enables matroska support using reference libraries (fallback on other existing matroska support if disabled, i.e., matroska enabled FFmpeg) -media-video/vlc:media-library - Build the (sqlite based) media library. +media-video/vlc:mpeg - Add libmpeg2 support for mpeg-1 and mpeg-2 video streams media-video/vlc:omxil - Enables OpenMAX Integration Layer codec module. media-video/vlc:opencv - Enabled OpenCV (computer vision) filter module. media-video/vlc:optimisememory - Enable optimisation for memory rather than performance. @@ -4666,15 +4936,14 @@ media-video/vlc:opus - Support opus decoding via libopus. media-video/vlc:postproc - Enables image post-processing via libpostproc (part of FFmpeg). media-video/vlc:projectm - Enables the projectM visualization plugin. media-video/vlc:qt4 - Builds a Qt4 based frontend, a graphical interface. -media-video/vlc:qt5 - Builds a Qt5 based frontend, a graphical interface. -media-video/vlc:rdp - Enables freerdp for RDP/Remote Desktop client support +media-video/vlc:qt5 - Builds a Qt5 based frontend, a graphical interface (overrides qt4). media-video/vlc:rtsp - Enables real audio and RTSP modules. media-video/vlc:run-as-root - Allows vlc to start for root. Don't enable this unless you have a very specific (e.g. embedded) need for it! media-video/vlc:schroedinger - Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). media-video/vlc:sdl-image - Enables sdl image video decoder (depends on sdl) media-video/vlc:sftp - Enables libssh2 to support SFTP file transfer. media-video/vlc:shout - Enables libshout output. -media-video/vlc:sid - Adds support for playing C64 SID files through media-libs/libsidplay-2. +media-video/vlc:sid - Adds support for playing C64 SID files through media-libs/libsidplay:2. media-video/vlc:skins - Enables support for the skins2 interface. media-video/vlc:swscale - Enables image scaling and conversion via libswscale (part of FFmpeg). media-video/vlc:tremor - Enables tremor, a fixed-point version of the Ogg Vorbis decoder. @@ -4686,22 +4955,29 @@ media-video/vlc:vpx - Enables the decoder(s) from the WebM VP8 / VP9 Codec SDK. media-video/vlc:wma-fixed - Enables fixed point WMA decoder. media-video/vlc:x265 - Support X265 Encoder. media-video/vlc:xcb - Support the X C-language Binding, a replacement for Xlib; !!! you will need this option to be able to integrate video in the Qt interface, see bug #500678. +media-video/vlc:zeroconf - Enables support for zero-configuration networking via avahi. media-video/vlc:zvbi - Enables support for teletext subtitles via the zvbi library. -media-video/winki:mjpeg - Enables mjpegtools support media-video/x264-encoder:10bit - Set output bit depth to 10 media-video/x264-encoder:avs - enable AvxSynth support in the AviSynth input module media-video/x264-encoder:ffmpegsource - Enable ffmpegsource aka ffms support, disables lavf media-video/x264-encoder:interlaced - Enable interlaced encoding support, this can decrease encoding speed by up to 2% media-video/xine-ui:vdr - Enables Video Disk Recorder support -net-analyzer/2ping:crc - Enable crc check. -net-analyzer/2ping:md5 - Enable md5 hash check. net-analyzer/2ping:server - Install the server init scripts. -net-analyzer/2ping:sha - Enable sha1 or sha256 check. net-analyzer/aimsniff:http - Install the WAS (Web AIM Sniff) frontend net-analyzer/argus-clients:ft - Enable support for flow packets through net-analyzer/flow-tools net-analyzer/barnyard:sguil - Enable sguil (The Analyst Console for Network Security Monitoring) support net-analyzer/barnyard2:gre - Enable GRE support net-analyzer/barnyard2:mpls - Enable support for mpls networks +net-analyzer/bro:broccoli - Enable the Bro Client Communication Library +net-analyzer/bro:broctl - An interactive shell for managing Bro installations +net-analyzer/bro:broker - Bro's new Messaging Library (experimental) +net-analyzer/bro:geoip - Enable support for Maxmind's GeoIP library +net-analyzer/bro:ipv6 - Support for mobile IPv6 +net-analyzer/bro:jemalloc - Support for the Jemalloc allocator +net-analyzer/bro:python - Enable Python bindings +net-analyzer/bro:ruby - Enable Ruby bindings (deprecated) +net-analyzer/bro:tcmalloc - Enable Google's Performance Analysis Tools +net-analyzer/bro:tools - Small auxiliary tools for Bro net-analyzer/bwm-ng:csv - Enable csv output net-analyzer/bwm-ng:html - Enable html output net-analyzer/cacti:doc - install html documentation @@ -4711,24 +4987,37 @@ net-analyzer/check_mk:dmi_sysinfo - Install check_mk-agent dmi_sysinfo plugin. net-analyzer/check_mk:livestatus - Enable livestatus. net-analyzer/check_mk:logwatch - Install check_mk-agent logwatch plugin. net-analyzer/check_mk:mysql - Install check_mk-agent mysql plugin. +net-analyzer/check_mk:nagios4 - Depend on net-analyzer/nagios-core-4 net-analyzer/check_mk:nfsexports - Install check_mk-agent nfsexports plugin. net-analyzer/check_mk:postgres - Install check_mk-agent postgres plugin. net-analyzer/check_mk:smart - Install check_mk-agent S.M.A.R.T plugin. net-analyzer/check_mk:wato - Enable check_mk WATO - check_mk's Web Administration Tool. net-analyzer/check_mk:zypper - Install check_mk-agent zypper plugin. +net-analyzer/check_mk_agent:apache_status - Install check_mk-agent apache-status plugin. +net-analyzer/check_mk_agent:logwatch - Install check_mk-agent logwatch plugin. +net-analyzer/check_mk_agent:mysql - Install check_mk-agent mysql plugin. +net-analyzer/check_mk_agent:nfsexports - Install check_mk-agent nfsexports plugin. +net-analyzer/check_mk_agent:postgres - Install check_mk-agent postgres plugin. +net-analyzer/check_mk_agent:smart - Install check_mk-agent S.M.A.R.T plugin. +net-analyzer/check_mk_agent:zypper - Install check_mk-agent zypper plugin. net-analyzer/echoping:http - enable support for http protocol. net-analyzer/echoping:icp - enable support for ICP (used to monitor proxies). net-analyzer/echoping:priority - enable socket priority support. net-analyzer/echoping:smtp - enable support for SMTP protocol. net-analyzer/echoping:tos - enable support for TOS (TYpe Of Service). net-analyzer/ettercap:plugins - Install ettercap plugins (et_*.so) +net-analyzer/flent:plots - Enable drawing plots net-analyzer/flowgrind:pcap - Enable packet capturing support using net-libs/libpcap net-analyzer/fprobe:messages - enable console messages net-analyzer/goaccess:btree - Enable Tokyo Cabinet's on-disk B+ Tree database backend +net-analyzer/goaccess:getline - Use GNU getline() to parse full line requests net-analyzer/goaccess:memhash - Enable Tokyo Cabinet's on-memory hash database backend net-analyzer/goaccess:tokyocabinet - Enable Tokyo Cabinet's on-memory hash database backend net-analyzer/gr-fosphor:glfw - enable GLFW based interface +net-analyzer/graphite-web:carbon - Enable carbon support net-analyzer/graphite-web:memcached - Enable memcached support +net-analyzer/hexinject:experimental - Install experimental packets.tcl +net-analyzer/hexinject:tools - Install hex2raw and prettypacket tools net-analyzer/httping:tfo - Enable support for TCP Fast Open net-analyzer/hydra:ncp - NCP protocol (NetWare) support through net-fs/ncpfs net-analyzer/icinga:contrib - additional scripts @@ -4739,14 +5028,19 @@ net-analyzer/icinga:plugins - Adds support for nagios plugins net-analyzer/icinga:web - Adds generic web interface support net-analyzer/icinga-web:pnp - Enables pnp4nagios integration net-analyzer/icinga2:classicui - Adds support for the old interface +net-analyzer/icinga2:console - Adds support for line-editing in the console +net-analyzer/icinga2:lto - Adds support for link time optimization +net-analyzer/icinga2:mail - Allows for mailing of alerts net-analyzer/icinga2:nano-syntax - Adds support for syntax used in the nano editor net-analyzer/icinga2:plugins - Adds support for nagios plugins -net-analyzer/linkchecker:login - login form submission +net-analyzer/icinga2:studio - Adds support for Icinga-studio +net-analyzer/ipsumdump:nanotimestamp - Enable timestamps with nano-second resolution net-analyzer/linkchecker:sqlite - Mozilla Bookmark parsing +net-analyzer/mate-netspeed:gtk3 - Build with GTK+3 instead of GTK+2 net-analyzer/metasploit:development - Install dependencies needed for metasploit and exploit development -net-analyzer/metasploit:lorcon - Enable lorcon for raw packet injection net-analyzer/metasploit:oracle - Enable restricted oracle modules which have additional deps net-analyzer/metasploit:pcap - Enable libpcap for packet sniffing +net-analyzer/mk-livestatus:nagios4 - Generate a net-analyzer/nagios-4 compatible plugin net-analyzer/monitoring-plugins:dns - Install net-dns/bind-tools required for monitoring DNS servers. Disabling the flag does not remove any plugins. net-analyzer/monitoring-plugins:fping - Install net-analyzer/fping required for fancy ping monitoring. Disabling the flag does not remove any plugins. net-analyzer/monitoring-plugins:game - Install games-util/qstat required for monitoring FPS servers. Disabling the flag does not remove any plugins. @@ -4759,7 +5053,7 @@ net-analyzer/munin:dhcpd - Install dev-perl/Net-IP, dev-perl/HTTP-Date and net-m net-analyzer/munin:doc - Build and install a local copy of the HTML documentation for the whole software. This requires dev-python/sphinx to process the documentation sources. net-analyzer/munin:http - Install dev-perl/libwww-perl required for monitoring HTTP-based services such as Apache and nginx. Disabling the flag does not remove any plugin file. net-analyzer/munin:ipmi - Install sys-apps/ipmitool required for monitoring IPMI sensors. Disabling the flag does not remove any plugin file. -net-analyzer/munin:ipv6 - Add support for IPv6 in munin-node. IPv6 support for the master is always enabled, but the node requires a newer version of dev-perl/net-server, capable of listening to IPv6 sockets. +net-analyzer/munin:ipv6 - Add support for IPv6 in munin-node. IPv6 support for the master is always enabled, but the node requires a newer version of dev-perl/Net-Server, capable of listening to IPv6 sockets. net-analyzer/munin:irc - Install the packages required for monitoring IRC. Disabling the flag does not remove any plugin files. net-analyzer/munin:java - Build the Java-based plugins to monitor JMX-compatible applications. Disabling the flag removes the jmx monitoring plugins. net-analyzer/munin:memcached - Install the packages required for memcached monitoring. Disabling the flag does not remove any plugin files. @@ -4770,35 +5064,40 @@ net-analyzer/munin:syslog - Configure the node by default to log on syslog. This net-analyzer/nagios-core:classicui - use the classic web theme net-analyzer/nagios-core:lighttpd - install www-servers/lighttpd config net-analyzer/nagios-core:web - enable web interface +net-analyzer/nagios-plugin-check_raid:3ware - Support 3ware RAID controllers +net-analyzer/nagios-plugin-check_raid:aacraid - Support Adaptec AAC-RAID controllers +net-analyzer/nagios-plugin-check_raid:dmraid - Support Device-Mapper RAID +net-analyzer/nagios-plugin-check_raid:hpa - Support HP Array controllers +net-analyzer/nagios-plugin-check_raid:hpsa - Support HP SmartArray (CCISS) controllers +net-analyzer/nagios-plugin-check_raid:i2o - Support DPT-I2O controllers (mostly Adaptec) +net-analyzer/nagios-plugin-check_raid:megaraid-sas - Support LSI MegaRAID SAS controllers +net-analyzer/nagios-plugin-check_raid:megaraid-scsi - Support LSI MegaRAID SCSI controllers +net-analyzer/nagios-plugin-check_raid:mpt - Support LSI MPT Fusion controllers +net-analyzer/nagios-plugin-check_raid:mpt-sas2 - Support LSI SAS-2 controllers net-analyzer/nagios-plugins:nagios-dns - Install net-dns/bind-tools required for monitoring DNS servers. Disabling the flag does not remove any plugin file. net-analyzer/nagios-plugins:nagios-game - Install games-util/qstat required for monitoring FPS servers. Disabling the flag does not remove any plugin file. -net-analyzer/nagios-plugins:nagios-ntp - Install net-misc/ntp required for monitoring NTP servers and drifts. Disabling the flag does not remove any plugin file. net-analyzer/nagios-plugins:nagios-ping - Install net-analyzer/fping required for fancy ping monitoring. Disabling the flag does not remove any plugin file. -net-analyzer/nagios-plugins:nagios-ssh - Install net-misc/openssh required for monitoring SSH servers. Disabling the flag does not remove any plugin file. -net-analyzer/nagios-plugins:smart - Install sys-apps/smartmontools required for S.M.A.R.T. disk monitoring. Disabling the flag removes the plugin file. This plugin also requires the sudo flag to be enable. net-analyzer/nagios-plugins:snmp - Install dev-perl/Net-SNMP required for monitoring SNMP values. Disabling the flag does not remove any plugin file. net-analyzer/nagios-plugins:ssh - Install net-misc/openssh required for monitoring SSH servers. Disabling the flag does not remove any plugin file. -net-analyzer/nagios-plugins:sudo - Install a file to allow the nagios user to execute some commands via app-admin/sudo, so that the scripts can access devices and features that wouldn't be otherwise allowed by nagios. -net-analyzer/nagios-plugins:suid - Give root privileges to the ICMP, DHCP and IDE S.M.A.R.T. check binaries. This allows them to ignore the access controls that would disallow the nagios user from running the check. -net-analyzer/nagios-plugins:ups - Install sys-power/nut required for monitoring compatible UPS units. Disabling the flag does not remove any plugin file. net-analyzer/nagios-plugins-flameeyes:smart - Install sys-apps/smartmontools required for S.M.A.R.T. disk monitoring. Disabling the flag removes the plugin file. This plugin also requires the sudo flag to be enable. net-analyzer/nagvis:automap - Enable automated map generation using media-gfx/graphviz -net-analyzer/ncrack:ssh - Compile and link against the internal openssh modified library. net-analyzer/net-snmp:elf - Enable the use of elf utils to check uptime on some systems net-analyzer/net-snmp:mfd-rewrites - Use MFD rewrites of mib modules where available net-analyzer/net-snmp:netlink - Use dev-libs/libnl to fetch TCP statistics instead of using /proc/net/tcp (Linux only). net-analyzer/net-snmp:pci - Use libpci (from sys-apps/pciutils) to look up network interface description. This feature is only available on Linux. net-analyzer/net-snmp:rpm - Enable monitoring of app-arch/rpm. This flag requires the bzip2 and zlib flags to be enabled as well. +net-analyzer/net-snmp:smux - Enable support for the legacy smux protocol (superseded by agentx) net-analyzer/net-snmp:ucd-compat - Build UCD compatibility library. Increases significantly the install size. +net-analyzer/netdata:compression - Enable compression via zlib +net-analyzer/netdata:nfacct - Enable the nfacct plugin +net-analyzer/netdata:nodejs - Enable use of nodejs (which some plugins use) net-analyzer/netperf:demo - Emit interim results during the run. May affect results -net-analyzer/netperf:sctp - Include tests to measure SCTP performance net-analyzer/nfdump:compat15 - Enable read support for nfdump data files created with nfdump 1.5.x net-analyzer/nfdump:ftconv - Build the flow-tools to nfdump converter net-analyzer/nfdump:nfprofile - Build nfprofile used by NfSen net-analyzer/nfdump:nftrack - Build nfprofile used by PortTracker net-analyzer/nfdump:readpcap - Build nfcapd collector to read from pcap file instead ofnetwork data net-analyzer/nfdump:sflow - Build sflow collector sfcpad -net-analyzer/nmap:lua - Include support for the Nmap Scripting Engine (NSE) net-analyzer/nmap:ncat - Install the ncat utility net-analyzer/nmap:ndiff - Install the ndiff utility net-analyzer/nmap:nmap-update - Install nmap-update, which uses dev-vcs/subversion to update nmap scripts in your home directory @@ -4808,15 +5107,17 @@ net-analyzer/nmap:system-lua - Use dev-lang/lua instead of the bundled liblua net-analyzer/nmap:zenmap - Install the GTK+ based nmap GUI, zenmap net-analyzer/nrpe:command-args - Build support for specifying the command-line arguments from the Nagios/Icinga master. Make sure you understand the implications of this flag as it can be a security risk. net-analyzer/nrpe:minimal - Only build the check plugins for Nagios/Icinga, and not the daemon. -net-analyzer/nsca:crypt - Build support for crypted communication with nsca, through dev-libs/mcrypt. It's recommended not to disable this flag unless all the communication will be handled in an absolutely safe environment. +net-analyzer/nsca:crypt - Build support for crypted communication with nsca, through dev-libs/libmcrypt. It's recommended not to disable this flag unless all the communication will be handled in an absolutely safe environment. net-analyzer/nsca:minimal - Only build and install the send_nsca command and not the daemon. This allows a very minimal install with no overhead when setting up a node. net-analyzer/openvas:pdf - Enable pdf report creation net-analyzer/pchar:pcap - Use the net-libs/libpcap library -net-analyzer/pinger:gtk2 - Install the gtkpinger GUI utility based on x11-libs/gtk:2 -net-analyzer/pinger:gtk3 - Install the gtkpinger GUI utility based on x11-libs/gtk:3 +net-analyzer/pinger:gtk2 - Install the gtkpinger GUI utility based on x11-libs/gtk+:2 +net-analyzer/pinger:gtk3 - Install the gtkpinger GUI utility based on x11-libs/gtk+:3 net-analyzer/pmacct:64bit - Use 64bit counters instead of 32bit ones +net-analyzer/pmacct:geoipv2 - Add support for GeoIP2 through dev-libs/libmaxminddb net-analyzer/pmacct:mongodb - Add support for mongodb backend -net-analyzer/pmacct:ulog - Enable ULOG support +net-analyzer/pmacct:ulog - Enable support for ULOG in older kernels (deprecated) +net-analyzer/prelude-lml:tls - Enables Prelude LML support Syslog through TLS using net-libs/gnutls. net-analyzer/rrdcollect:exec - Enable exec:/// support net-analyzer/rrdcollect:librrd - Use the librrd library from net-analyzer/rrdtool net-analyzer/rrdtool:graph - Enable support for graphing functions @@ -4828,7 +5129,7 @@ net-analyzer/sarg:pcre - Enable support for regular expressions in the hostalias net-analyzer/scanlogd:nids - Use net-libs/libnids for packet capturing net-analyzer/scanlogd:pcap - Use net-libs/libpcap for packet capturing net-analyzer/scapy:pyx - Enable dev-python/pyx support for psdump/pdfdump commands -net-analyzer/scapy:tcpreplay - Enable net-analyzer/tcpreply support for fast packet replay +net-analyzer/scapy:tcpreplay - Enable net-analyzer/tcpreplay support for fast packet replay net-analyzer/scapy:visual - Enable dev-python/visual support for 3d graphs net-analyzer/smokeping:dig - Install net-dns/bind-tools for dig functionality net-analyzer/smokeping:echoping - Install net-analyzer/echoping for echoping functionality @@ -4857,23 +5158,38 @@ net-analyzer/snort:side-channel - Enables Snort's the side channel. net-analyzer/snort:sourcefire - Enables Sourcefire specific build options, which include --enable-perfprofiling and --enable-ppm. net-analyzer/snort:targetbased - Enables support in snort for using a host attibute XML file (attribute_table.dtd). This file needs to be created by the user and should define the IP address, operating system, and services for all hosts on the monitored network. This is cumbersome, but can improve intrusion detection accuracy. net-analyzer/snort:zlib - Enables HTTP inspection of compressed web traffic. Requires dynamicplugin be enabled. +net-analyzer/suricata:af-packet - Enable AF_PACKET support +net-analyzer/suricata:control-socket - Enable unix socket +net-analyzer/suricata:cuda - Enable NVIDIA Cuda computations support +net-analyzer/suricata:detection - Enable detection modules +net-analyzer/suricata:logrotate - Install logrotate rule +net-analyzer/suricata:luajit - Enable Luajit support +net-analyzer/suricata:nflog - Enable libnetfilter_log support +net-analyzer/suricata:nfqueue - Enable NFQUEUE support for inline IDP +net-analyzer/suricata:redis - Enable Redis support +net-analyzer/suricata:rules - Install default ruleset net-analyzer/symon:perl - Enables a generic perl symux client net-analyzer/symon:symon - Enables the system monitor. Offers no functionality but monitoring and forwarding of measured data net-analyzer/symon:symux - Enables the multiplexer which stores incoming symon streams on disk in RRD (net-analyzer/rrdtool) files net-analyzer/tcpdump:drop-root - Drop privileges to tcpdump:tcpdump when run as root net-analyzer/tcpdump:smi - Build with net-libs/libsmi to load MIBs on the fly to decode SNMP packets -net-analyzer/tcpflow:pcap - Use net-libs/libpcap for packet capturing net-analyzer/tcpreplay:pcapnav - Enable if you want the jump to byte offset feature via net-libs/libpcapnav net-analyzer/tcpreplay:tcpdump - Use net-analyzer/tcpdump for packet decoding feature +net-analyzer/testssl:bundled-openssl - Install precompiled versions of OpenSSL for greater testing coverage net-analyzer/wireshark:adns - Use the GNU net-dns/c-ares library to resolve DNS names +net-analyzer/wireshark:androiddump - Install androiddump, an extcap interface to capture from Android devices +net-analyzer/wireshark:ciscodump - Install ciscodump, extcap interface to capture from a remote Cisco router net-analyzer/wireshark:crypt - Use dev-libs/libgcrypt to decrypt traffic net-analyzer/wireshark:doc-pdf - Build documentation in pdf format (US and a4 paper sizes) -net-analyzer/wireshark:gtk3 - Build the wireshark executable with a GTK+ UI version 3. +net-analyzer/wireshark:libssh - Use net-libs/libssh (for sshdump) net-analyzer/wireshark:netlink - Use dev-libs/libnl net-analyzer/wireshark:pcap - Use net-libs/libpcap for network packet capturing (build dumpcap, rawshark) -net-analyzer/wireshark:qt4 - Build the wireshark executable with an experimental Qt UI instead of GTK+. +net-analyzer/wireshark:randpkt - Install randpkt, a utility for creating pcap trace files full of random packets +net-analyzer/wireshark:randpktdump - Install randpktdump, an extcap interface to provide access to the random packet generator (randpkt) net-analyzer/wireshark:sbc - Use media-libs/sbc for playing back SBC encoded packets net-analyzer/wireshark:smi - Use net-libs/libsmi to resolve numeric OIDs into human readable format +net-analyzer/wireshark:sshdump - Install sshdump, an extcap interface to capture from a remote host through SSH +net-analyzer/wireshark:tfshark - Install tfshark, a terminal-based version of the FileShark capability net-analyzer/zabbix:agent - Enable zabbix agent (for to-be-monitored machines) net-analyzer/zabbix:frontend - Enable zabbix web frontend net-analyzer/zabbix:ipv6 - Turn on support of IPv6 @@ -4886,7 +5202,9 @@ net-analyzer/zabbix:server - Enable zabbix server net-analyzer/zabbix:ssh - SSH v2 based checks net-analyzer/zabbix:static - Build statically linked binaries net-analyzer/zmap:json - Add support to store results JSON based +net-analyzer/zmap:mongo - Add support for storing in a mongo DB via dev-db/mongodb net-analyzer/zmap:redis - Add support for storing in a redis DB via dev-libs/hiredis +net-dialup/accel-ppp:ipoe - Build IPoE kernel module net-dialup/accel-ppp:shaper - Support for traffic shaping net-dialup/accel-ppp:valgrind - Compile in valgrind hints net-dialup/capi4k-utils:fax - Install capi-fax demo programs @@ -4903,33 +5221,34 @@ net-dialup/ppp:dhcp - Installs PPP DHCP client plugin for IP address allocation net-dialup/ppp:eap-tls - Enables support for Extensible Authentication Protocol and Transport Level Security (see http://www.nikhef.nl/~janjust/ppp/index.html) net-dialup/ppp:gtk - Installs GTK+ password prompting program that can be used by passprompt.so PPP plugin for reading the password from a X11 input terminal net-dialup/ppp:ipv6 - Enables support for IP version 6 -net-dialup/ppp:mppe-mppc - Enables support for MPPC (Microsoft Point-to-Point Compression) - NEEDS A PATCHED KERNEL <=2.6.14 (see http://mppe-mppc.alphacron.de) net-dialup/ppp:pam - Enables PAM (Pluggable Authentication Modules) support net-dialup/ppp:radius - Enables RADIUS support net-dialup/pptpd:gre-extreme-debug - Log all GRE accepted packages when in debug mode (required if you want upstream support) net-dialup/xl2tpd:dnsretry - Patch for host lookup retries, activated by redial feature net-dialup/xl2tpd:kernel - Enable kernel interface for PPPoL2TP net-dns/avahi:autoipd - Build and install the IPv4LL (RFC3927) network address configuration daemon -net-dns/avahi:bookmarks - Install the avahi-bookmarks application (requires dev-python/twisted) +net-dns/avahi:bookmarks - Install the avahi-bookmarks application (requires dev-python/twisted-core and dev-python/twisted-web) net-dns/avahi:gtk3 - Build the avahi-ui-gtk3 library, and use gtk3 for the avahi utilities under USE=utils net-dns/avahi:howl-compat - Enable compat libraries for howl -net-dns/avahi:introspection - Use dev-libs/gobject-introspection for introspection net-dns/avahi:mdnsresponder-compat - Enable compat libraries for mDNSResponder net-dns/avahi:utils - Install the avahi gtk+ utils avahi-discover, bssh, and bvnc net-dns/bind:dlz - Enables dynamic loaded zones, 3rd party extension +net-dns/bind:dnstap - Enables dnstap packet logging +net-dns/bind:fetchlimit - Recursive fetch limits for DoS attack mitigation net-dns/bind:filter-aaaa - Enable filtering of AAAA records over IPv4 net-dns/bind:fixed-rrset - Enables fixed rrset-order option net-dns/bind:gost - Enables gost OpenSSL engine support net-dns/bind:gssapi - Enable gssapi support net-dns/bind:json - Enable JSON statistics channel +net-dns/bind:lmdb - Enable LMDB support to store configuration for 'addzone' zones net-dns/bind:nslint - Build and install the nslint util net-dns/bind:rpz - Enable response policy rewriting (rpz) -net-dns/bind:rrl - Response Rate Limiting (RRL) - Experimental -net-dns/bind:sdb-ldap - Enables ldap-sdb backend +net-dns/bind:sit - Source Identity Token support (sit) net-dns/bind:urandom - Use /dev/urandom instead of /dev/random net-dns/bind-tools:gost - Enables gost OpenSSL engine support net-dns/bind-tools:gssapi - Enable gssapi support net-dns/bind-tools:urandom - Use /dev/urandom instead of /dev/random +net-dns/ddclient:cloudflare - Enable support for updating IP address via CloudFlare net-dns/ddclient:hardened - Use iproute2 instead of ifconfig to grab an IP address net-dns/dnscrypt-proxy:ldns - Use net-libs/ldns for DNSSEC/SSHFP validation net-dns/dnscrypt-proxy:plugins - Enable plugin support to inspect and modify queries and responses @@ -4946,7 +5265,6 @@ net-dns/hash-slinger:openpgp - Enable support for OPENPGPKEY records (openpgpkey net-dns/hash-slinger:ssh - Enable support for SSHFP records (sshfp) net-dns/knot:dnstap - Include support for the dnstap binary log format (http://dnstap.info/). net-dns/knot:fastparser - Use a zone file parser that is faster, but requires more memory and CPU time to compile. -net-dns/knot:lmdb - Use the LMDB database to store timers for slave zones on disk, making the timers persist across server restarts. net-dns/ldns-utils:dane - Enable DNS-based Authentication of Named Entities (DANE) support net-dns/ldns-utils:ecdsa - Enable ECDSA support net-dns/ldns-utils:gost - Enable GOST support @@ -4969,13 +5287,15 @@ net-dns/opendnssec:opensc - Enables support for storing DNSSEC keys through a de net-dns/opendnssec:signer - Enables signing capabilities for OpenDNSSEC net-dns/opendnssec:softhsm - Enables support for storing DNSSEC keys in a dev-libs/softhsm PKCS#11 object net-dns/pdns:botan - Make it possible to use the dev-libs/botan library for crypto-related stuff (like DNSSec) which can be significantly faster than PolarSSL. -net-dns/pdns:cryptopp - Make it possible to use the dev-libs/crypto++ library for crypto-related stuff (like DNSSec) which can be significantly faster than PolarSSL. +net-dns/pdns:luajit - Enable support for dev-lang/luajit net-dns/pdns:mydns - Making it possible to use a MyDNS MySQL database with PowerDNS (not recommended for new deployments). net-dns/pdns:opendbx - Use a database supported by dev-db/opendbx as backend. +net-dns/pdns:protobuf - Enable support for dev-libs/protobuf. net-dns/pdns:remote - Use a generic socket or pipe as a backend (via JSON RPC requests). -net-dns/pdns:remote-http - Enable remote connections to HTTP as backends (via RESTful JSON requests). net-dns/pdns:tinydns - Use a TinyDNS CDB database as backend. net-dns/pdns:tools - Build optional tools (dnsscan, dnsscope, etc..). +net-dns/pdns-recursor:luajit - Enable support for dev-lang/luajit. +net-dns/pdns-recursor:protobuf - Enable support for dev-libs/protobuf. net-dns/pdnsd:isdn - Linux-only: check status of ippp interfaces with ISDN-specific system calls. net-dns/pdnsd:urandom - Linux-only: use /dev/urandom (pseudo-random number generation) instead of the default use of random() PRNG. net-dns/resolvconf-symlink:symlink - Actually replace /etc/resolv.conf with a symlink. Without this flag, the ebuild is a no-op. @@ -4983,19 +5303,26 @@ net-dns/unbound:dnstap - Enable dnstap support net-dns/unbound:ecdsa - Enable ECDSA support net-dns/unbound:gost - Enable GOST support net-firewall/arno-iptables-firewall:plugins - Install optional plugins +net-firewall/ebtables:perl - Install the ebtables-save script which uses perl net-firewall/firewalld:gui - Builds and installs GUI configurator and GTK+ applet net-firewall/fwknop:client - Build fwknop client -net-firewall/fwknop:extras - Install example apparmor policy -net-firewall/fwknop:gdbm - Replace file digest-cache with gdbm +net-firewall/fwknop:extras - Install utility scripts and AppArmor policy for fwknopd +net-firewall/fwknop:firewalld - Use net-firewall/firewalld as the default server backend +net-firewall/fwknop:gdbm - Use sys-libs/gdbm to store fwknopd digest cache net-firewall/fwknop:gpg - Enable GPG support via app-crypt/gpgme +net-firewall/fwknop:iptables - Use net-firewall/iptables as the default server backend +net-firewall/fwknop:nfqueue - Enable UDP-only NFQUEUE server mode (no net-libs/libpcap dependency) net-firewall/fwknop:server - Build fwknopd server -net-firewall/fwknop:udp-server - Build fwknopd with UDP server mode only +net-firewall/fwknop:udp-server - Enable UDP-only server mode (no net-libs/libpcap dependency) net-firewall/ipsec-tools:hybrid - Makes available both mode-cfg and xauth support net-firewall/ipsec-tools:idea - Enable support for the IDEA algorithm net-firewall/ipsec-tools:nat - Enable NAT-Traversal net-firewall/ipsec-tools:rc5 - Enable support for the patented RC5 algorithm net-firewall/ipsec-tools:stats - Enable statistics reporting +net-firewall/iptables:conntrack - Build against net-libs/libnetfilter_conntrack when enables the connlabel matcher net-firewall/iptables:netlink - Build against libnfnetlink which enables the nfnl_osf util +net-firewall/iptables:nftables - Support nftables kernel interface +net-firewall/iptables:pcap - Build against net-libs/libpcap which enables the nfbpf_compile util net-firewall/nufw:nfconntrack - Use netfilter_conntrack net-firewall/nufw:nfqueue - Use NFQUEUE instead of QUEUE net-firewall/nufw:pam_nuauth - Add support for pam nufw from PAM @@ -5005,9 +5332,9 @@ net-firewall/pglinux:cron - Install cron script net-firewall/pglinux:logrotate - Install logrotate.d file net-firewall/shorewall:init - Adds the capability to place the firewall in a safe state prior to bringing up the network interfaces net-firewall/shorewall:ipv4 - Installs everything needed to create a full IPv4 firewall -net-firewall/shorewall:ipv6 - Adds the capability to create a full IPv6 firewall (requires net-firewall/shorewall[ipv4]) -net-firewall/shorewall:lite4 - Installs everything needed to just *run* an IPv4 compiled firewall script created with net-firewall/shorewall[ipv4] -net-firewall/shorewall:lite6 - Installs everything needed to just *run* an IPv6 compiled firewall script created with net-firewall/shorewall[ipv6] +net-firewall/shorewall:ipv6 - Adds the capability to create a full IPv6 firewall (requires net-firewall/shorewall ipv4 USE flag) +net-firewall/shorewall:lite4 - Installs everything needed to just *run* an IPv4 compiled firewall script created with net-firewall/shorewall ipv4 USE flag +net-firewall/shorewall:lite6 - Installs everything needed to just *run* an IPv6 compiled firewall script created with net-firewall/shorewall ipv6 USE flag net-firewall/ufw-frontends:kde - Use kdesu to gain root privileges (note: the flag has lower priority than "policykit") net-firewall/ufw-frontends:policykit - Use pkexec to gain root privileges net-fs/autofs:dmalloc - Enable debugging with the dmalloc library @@ -5034,27 +5361,32 @@ net-fs/nfs-utils:nfsidmap - Enable support for newer nfsidmap helper net-fs/nfs-utils:nfsv4 - Enable support for NFSv4 net-fs/nfs-utils:nfsv41 - Enable support for NFSv4.1 net-fs/nfs-utils:uuid - Support UUID lookups in rpc.mountd +net-fs/openafs:bitmap-later - Enable fast startup of file server by not reading bitmap till needed. +net-fs/openafs:fuse - Build fuse client. net-fs/openafs:modules - Build libafs kernel module. Disable only if you know what you're doing: without this module OpenAFS client will not work. +net-fs/openafs:pthreaded-ubik - Enable installation of pthreaded ubik applications. +net-fs/openafs:supergroups - Enable support for nested pts groups. +net-fs/s3fs:gnutls - Enable net-libs/gnutls crypto backend +net-fs/s3fs:nettle - Use dev-libs/nettle network functions with GnuTLS. +net-fs/s3fs:nss - Enable dev-libs/nss crypto backend +net-fs/s3fs:openssl - Enable dev-libs/openssl crypto backend +net-fs/s3ql:contrib - Install additional contributed scripts +net-fs/samba:addc - Enable Active Directory Domain Controller support net-fs/samba:addns - Enable AD DNS integration net-fs/samba:ads - Enable Active Directory support net-fs/samba:aio - Enable asynchronous IO support net-fs/samba:client - Enables the client part net-fs/samba:cluster - Enable support for clustering net-fs/samba:dmapi - Enable support for DMAPI. This currently works only in combination with XFS. +net-fs/samba:gpg - Use app-crypt/gpgme for AD DC net-fs/samba:iprint - Enabling iPrint technology by Novell -net-fs/samba:ldb - Enable the ldb tools -net-fs/samba:netapi - Enable building of netapi bits net-fs/samba:quota - Enables support for user quotas -net-fs/samba:server - Enables the server part -net-fs/samba:smbclient - Enable smbclient tool -net-fs/samba:smbsharemodes - Enable special smb share modes (?) -net-fs/samba:smbtav2 - Enable Samba Traffic Analyzer version 2 -net-fs/samba:swat - Enables support for swat configuration gui +net-fs/samba:system-heimdal - Use app-crypt/heimdal instead of bundled heimdal. +net-fs/samba:system-mitkrb5 - Use app-crypt/mit-krb5 instead of app-crypt/heimdal. net-fs/samba:winbind - Enables support for the winbind auth daemon net-fs/smbnetfs:gnome - Use the gnome-base/gnome-keyring for password management. net-ftp/frox:transparent - Enable transparent proxying of data connections net-ftp/lftp:convert-mozilla-cookies - Install the convert-mozilla-cookies script and its run-time dependencies -net-ftp/lftp:openssl - Use dev-libs/openssl for SSL connections net-ftp/lftp:verify-file - Install the verify-file script and its run-time dependencies net-ftp/proftpd:authfile - Enable support for the auth-file module net-ftp/proftpd:ban - Enable support for the mod_ban module @@ -5077,7 +5409,6 @@ net-ftp/proftpd:linguas_ru_RU - Language support for ru_RU net-ftp/proftpd:log_forensic - Enable support for the mod_log_forensic module, log only suspicious actions. net-ftp/proftpd:memcache - Enable support for the mod_memcache module, for using memcached servers net-ftp/proftpd:msg - Enable support for the mod_msg module, allows system users to send messages to connected clients via the ftpdctl program. -net-ftp/proftpd:openssl - Enable dev-libs/openssl support net-ftp/proftpd:qos - Enable support for the mod_qos module net-ftp/proftpd:ratio - Enable support for the mod_ratio module net-ftp/proftpd:readme - Enable support for the mod_readme module @@ -5104,33 +5435,36 @@ net-ftp/yafc:ssh - Build with SFTP support net-im/ayttm:irc - Enable Internet Relay Chat support net-im/ayttm:lj - Enable livejournal.com support net-im/ayttm:smtp - Adds support for sending messages via RFC2821 SMTP -net-im/ayttm:webcam - Adds webcam support for Yahoo Messenger net-im/bitlbee:libevent - Use libevent for event handling net-im/bitlbee:nss - Use NSS for SSL support in MSN and Jabber net-im/bitlbee:otr - Enable support for encrypted conversations net-im/bitlbee:plugins - Enable support for plugins net-im/bitlbee:purple - Use libpurple instead of the built-in IM protocol support -net-im/bitlbee:skype - Enable Skype support net-im/bitlbee:twitter - Enable Twitter protocol support net-im/centerim:gadu - Enable support for the Gadu-Gadu protocol net-im/centerim:irc - Enable support for the IRC protocol net-im/centerim:lj - Enable support for the LiveJournal weblog system net-im/centerim:otr - Enable encrypted conversations +net-im/choqok:attica - Build Open Collaboration Services plugin using dev-libs/libattica +net-im/choqok:konqueror - Build Konqueror Choqok plugin net-im/choqok:telepathy - Enable support for the real-time communication framework telepathy net-im/climm:otr - Enable encrypted conversations net-im/corebird:glade - Install glade catalogs for corebird -net-im/ejabberd:captcha - Support for CAPTCHA Forms (XEP-158) -net-im/ejabberd:elixir - Enable Elixir language support (http://elixir-lang.org/) -net-im/ejabberd:mod_bosh - Enable support for XMPP over BOSH (XEP-0206) -net-im/ejabberd:mod_irc - Build irc gateway -net-im/ejabberd:mod_muc - Build Multi User Chat module -net-im/ejabberd:mod_proxy65 - Support for SOCKS5 Bytestreams (XEP-0065) -net-im/ejabberd:mod_pubsub - Build Pubsub module -net-im/ejabberd:mod_statsdx - Measures several statistics, and provides a new section in ejabberd Web Admin to view them. -net-im/ejabberd:redis - Enable Redis support -net-im/ejabberd:riak - Enable Riak support -net-im/ejabberd:tools - Build development tools -net-im/ejabberd:web - Enable web admin interface +net-im/coturn:mongodb - Enable support for the mongodb database +net-im/coturn:redis - Enable support for the redis database +net-im/ejabberd:captcha - Support for CAPTCHA Forms (XEP-158) on registration +net-im/ejabberd:full-xml - Use XML features in XMPP stream (ex: CDATA), requires XML compliant clients +net-im/ejabberd:hipe - Compile natively with HiPE, not recommended +net-im/ejabberd:mssql - Enable Microsoft SQL Server support (via ODBC) for data storage +net-im/ejabberd:mysql - Enable MySQL support for data storage +net-im/ejabberd:nls - Enable character set conversion for mod_irc +net-im/ejabberd:odbc - Enable ODBC support to access data storage +net-im/ejabberd:postgres - Enable PostgreSQL support for data storage +net-im/ejabberd:redis - Enable Redis support for transient data +net-im/ejabberd:riak - Enable support for Riak - distributed NoSQL key-value data store +net-im/ejabberd:roster-gw - Turn on workaround for processing gateway subscriptions +net-im/ejabberd:sqlite - Enable SQLite database support +net-im/ejabberd:zlib - Enable Stream Compression (XEP-0138) using zlib net-im/ekg2:gadu - Enable Gadu-Gadu protocol support (requires net-libs/libgadu). net-im/ekg2:gif - GIF token support for Gadu-Gadu protocol. net-im/ekg2:gnutls - Enable SSL/TLS support through GnuTLS for the plugins supporting it. If 'ssl' is enabled too, GnuTLS will be preferred where possible (and OpenSSL will be used elsewhere). @@ -5141,7 +5475,6 @@ net-im/ekg2:openssl - Support encryption in sim plugin, using OpenSSL. net-im/ekg2:oracle - Support logging messages into Oracle database. net-im/ekg2:sqlite - Support logging messages into SQLite3 database. net-im/ekg2:ssl - Enable the complete SSL/TLS support through OpenSSL. This also enables the 'sim' plugin which relies on OpenSSL. -net-im/empathy:geoloc - Enable geolocation support through app-misc/geoclue net-im/empathy:gnome-online-accounts - Enable using net-libs/gnome-online-accounts for authorization (e.g. for Google Talk) net-im/empathy:map - Enable world map support through media-libs/libchamplain net-im/err:irc - Pull optional dependencies, needed for IRC backend @@ -5151,13 +5484,13 @@ net-im/gajim:srv - SRV capabilities net-im/gajim:xhtml - Enable XHTML support net-im/jabberd2:experimental - Enable experimental features such as TLS Everywhere. net-im/jabberd2:memdebug - Enable nad and pool debug. Requires USE="debug" to be set. +net-im/jabberd2:websocket - Enable WebSocket support on C2S port. net-im/kadu:gadu - Enables Gadu communication protocol net-im/kadu:mpd - Enables Music Player Daemon support +net-im/kadu:otr - Enable char encryption via OTR library net-im/kadu:phonon - Enables phonon audio plugin net-im/kadu:sdk - Install Kadu SDK (cmake module, API headers) net-im/kadu:speech - Enables speech module -net-im/ktp-accounts-kcm:modemmanager - Enable support for mobile broadband devices -net-im/ktp-common-internals:otr - Enable support for encrypted conversations using Off-The-Records messaging net-im/licq:aosd - Build the advanced on screen display plugin. net-im/mcabber:aspell - Adds support for app-text/aspell spell checker. net-im/mcabber:otr - Enable encrypted conversations using Off-The-Records messaging @@ -5187,6 +5520,8 @@ net-im/psi:xscreensaver - Use X screensaver protocol extension to monitor idle/a net-im/psimedia:demo - build simple test application for the PsiMedia system net-im/pyaim-t:webinterface - Install dependencies needed for the web interface net-im/pyicq-t:webinterface - Install dependencies needed for the web interface +net-im/qtox:X - Adds support for X11 +net-im/qtox:gtk - Adds support for GTK and Status Notifier tray backends net-im/qutim:antiboss - Enable support for the antiboss plugin net-im/qutim:aspell - Enable spellchecking using app-text/aspell net-im/qutim:awn - Enable integration with gnome-extra/avant-window-navigator @@ -5203,13 +5538,14 @@ net-im/qutim:plugman - Enable downloadable content management with dev-libs/liba net-im/qutim:purple - Enable libpurple-based protocol support net-im/qutim:qml - Enable QtQuick-based chat plugin net-im/qutim:sdl - Add sound support via media-libs/sdl-mixer -net-im/qutim:telepathy - Enable to connect various IMs through net-im/telepathy-* +net-im/qutim:telepathy - Enable to connect various IMs through net-libs/telepathy-qt net-im/qutim:tools - Enable some extra tools for qt developers net-im/qutim:vkontakte - Enable vkontakte protocol support net-im/qutim:webkit - Enable Adium-like WebView plugin net-im/qutim:xscreensaver - Use X screensaver protocol extension to monitor idle/active status based on mouse/keyboard events net-im/skype:apulse - Use media-sound/apulse for PulseAudio emulation net-im/skype:pax_kernel - Triggers a paxmarking of the main skype binary +net-im/skypeforlinux:pax_kernel - Triggers a paxmarking of the main skype binary net-im/telepathy-connection-managers:gadu - Enable Gadu Gadu protocol support. net-im/telepathy-connection-managers:irc - Enable Internet Relay Chat (IRC) support. net-im/telepathy-connection-managers:meanwhile - Enable meanwhile support for Sametime protocol. @@ -5219,8 +5555,9 @@ net-im/telepathy-connection-managers:steam - Enable Steam Chat support. net-im/telepathy-connection-managers:xmpp - Enable XMPP protocol handler (this is also Google Talk). net-im/telepathy-connection-managers:yahoo - Enable Yahoo! messaging support. net-im/telepathy-connection-managers:zeroconf - Enable Link-Local Messaging via the zeroconf or Bonjour protocol. -net-im/telepathy-mission-control:systemd - Rely on systemd's logind to detect suspend and resume net-im/tkabber:plugins - Enables installation the extra plugins +net-im/toxic:av - Enables audio calling and/or audio notifications +net-im/toxic:notifications - Enables desktop notifications with libnotify net-im/vacuum:adiummessagestyle - Use UI styles created for Adium net-im/vacuum:annotations - Enable adding comments to the contacts in the roster net-im/vacuum:aspell - Select app-text/aspell spell checker backend @@ -5279,12 +5616,9 @@ net-irc/epic5:archive - Use app-arch/libarchive to use zip and tar archives from net-irc/epic5:valgrind - Compile against dev-util/valgrind headers to improve memory-leak checking when running epic5 under valgrind. net-irc/hexchat:libcanberra - Enable sound event support using media-libs/libcanberra net-irc/hexchat:libproxy - Enable proxy support. -net-irc/hexchat:ntlm - Enable NTLM authentication net-irc/hexchat:plugin-checksum - Build Checksum plugin (needs plugins) -net-irc/hexchat:plugin-doat - Build Do At plugin (needs plugins) net-irc/hexchat:plugin-fishlim - Build FiSHLiM plugin (needs plugins ) net-irc/hexchat:plugin-sysinfo - Build SysInfo plugin (needs plugins) -net-irc/hexchat:plugins - Enable plugin support and installs some built-in plugins net-irc/hexchat:theme-manager - Build the theme manager (mono) net-irc/inspircd:geoip - Add geoip support for country and city lookup based on IPs net-irc/inspircd:gnutls - Enable TLS support @@ -5306,25 +5640,24 @@ net-irc/iroffer-dinoex:memsave - Compile with memory protection net-irc/iroffer-dinoex:telnet - Compile with Telnet server support net-irc/irssi:proxy - Adds support for a loadable IRC proxy module net-irc/kvirc:dcc_video - Support video connections over DCC protocol -net-irc/kvirc:dcc_voice - Support voice connections over DCC protocol -net-irc/kvirc:ipc - Support inter-process communication between KVIrc processes net-irc/kvirc:phonon - Support Phonon for audio output -net-irc/kvirc:qt-dbus - Support Qt-DBus -net-irc/kvirc:transparency - Support pseudo-transparency net-irc/limnoria:crypt - Enables user authentication with GPG net-irc/ngircd:ident - Enables support for net-libs/libident net-irc/psybnc:multinetwork - Adds support for multiple networks net-irc/psybnc:oidentd - Adds support for oidentd net-irc/psybnc:scripting - Adds scripting support -net-irc/quassel:X - Build the Qt 4 GUI client for quassel. If this USE flag is disabled, the GUI is not built, and cannot be used. You might want to disable this on the server, but you need it enabled on the client. -net-irc/quassel:crypt - Support core->network per-channel and per-query blowfish encryption via app-crypt/qca:2. -net-irc/quassel:monolithic - Build Standalone client with integrated core, no external quasselcore needed. Only useful if you don't want to use quassels client/server model. The server and X flags are not needed in this case but it is possible to enable them too. +net-irc/quassel:X - Build the Qt5 GUI client for quassel. If this USE flag is disabled, the GUI is not built, and cannot be used. You might want to disable this on the server, but you need it enabled on the client. +net-irc/quassel:breeze - Support the Breeze and Breeze-Dark icon sets (default for Plasma 5). +net-irc/quassel:crypt - Support core->network per-channel and per-query blowfish encryption via app-crypt/qca SLOT 2. +net-irc/quassel:dbus - Support desktop notifications via the StatusNotifier D-Bus service (used by most modern desktop environments). +net-irc/quassel:monolithic - Build standalone client with integrated core, no external quasselcore needed. Only useful if you don't want to use Quassel's client/server model. The server and X flags are not needed in this case but it is possible to enable them too. +net-irc/quassel:oxygen - Support the Oxygen icon set that was the default for KDE4. net-irc/quassel:phonon - Build client with phonon backend support. This enables sound playback in client. net-irc/quassel:server - Build the server binary. If this USE flag is disabled, the 'core' server binary for quassel is not built, and cannot be used. You need this enabled on the server, but you might want to disable it on the client. -net-irc/quassel:webkit - Use qt-webkit rendering engine for showing URL thumbnails and for other things that need web browser integration. +net-irc/quassel:snorenotify - Support for Snore notification framework. +net-irc/quassel:urlpreview - Use QtWebEngine rendering engine for showing URL thumbnails. net-irc/rbot:aspell - Use aspell instead of ispell in the "spell" plugin for rbot. The vanilla plugin uses ispell, but enabling this flag makes it use the ispell interface from aspell instead. net-irc/rbot:cal - Add dependency over a package providing the /usr/bin/cal command, which is needed to enable the "cal" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. -net-irc/rbot:dict - Add dependency over dev-ruby/ruby-dict, which is needed to enable the "dict" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. net-irc/rbot:figlet - Add dependency over app-misc/figlet, which is used by the "figlet" plugin for rbot. If the USE flag is disabled the plugin will be unable to use figlet; if toilet is also disabled, the plugin will be disabled. net-irc/rbot:fortune - Add dependency over games-misc/fortune-mod, which is needed to enable the "fortune" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. net-irc/rbot:host - Add dependency over net-dns/bind-tools (providing /usr/bin/host), which is needed to enable the "host" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. @@ -5334,15 +5667,13 @@ net-irc/rbot:timezone - Add dependency over dev-ruby/tzinfo to enable the "time" net-irc/rbot:toilet - Add dependency over app-misc/toilet, which is used by the "figlet" plugin for rbot. If the USE flag is disabled the plugin will be unable to use toilet; if figlet is also disabled, the plugin will be disabled. net-irc/rbot:translator - Add dependency over dev-ruby/mechanize, which is needed to enable the "translator" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. net-irc/shadowircd:largenet - Enable support/tweaks for large networks -net-irc/srvx:bahamut - Choose bahamut protocol over p10 protocol net-irc/unrealircd:class-nofakelag - Enable an unsupported class::options flag called “nofakelag” allowing you to grant fakelag exemption to normal user (instead of just opers). net-irc/unrealircd:extban-stacking - Enable extended channel bans (such as +b ~c: and +b ~n:) to contain other extended bans instead of just hostmasks. net-irc/unrealircd:operoverride - Enable OperOverride extension net-irc/unrealircd:operoverride-verify - Enable requiring opers to invite themselves to +s/+p channels net-irc/unrealircd:prefixaq - Enable chanadmin and chanowner prefixes -net-irc/unrealircd:showlistmodes - Support displaying channel modes in /list +net-irc/unrealircd:showlistmodes - Display channel modes in /LIST (only configured at compiletime) net-irc/unrealircd:shunnotices - Enable notifying a user when un-shunned -net-irc/unrealircd:spoof - Enable the spoof protection net-irc/unrealircd:topicisnuhost - Enable displaying nick!user@host as topic setter net-irc/unrealircd:usermod - Enable /set* and /chg* commands net-irc/weechat:alias - Enable plugin for alias control. @@ -5356,6 +5687,7 @@ net-irc/weechat:scripts - Build infrastructure for scripting. net-irc/weechat:trigger - Enable trigger plugin. net-irc/weechat:xfer - Enable xfer plugin support. net-irc/znc:daemon - Allow znc to run as a system-wide service. Installs an init script and creates a znc user:group. +net-irc/znc:zlib - Enable mod_deflate-like gzip support for znc's web interface using sys-libs/zlib. net-libs/aqbanking:chipcard - Enable support for DDV/RSA-chipcards net-libs/aqbanking:ebics - Enable support for Electronic Banking Internet Communication Standard (EBICS) net-libs/axtls:cgi-lua - Enables lua backed cgi for axhttpd server @@ -5375,21 +5707,21 @@ net-libs/daq:pcap - Build the PCAP data acquisition module. net-libs/glib-networking:gnome - Extract HTTP/HTTPS/SOCKS proxy configuration stored using GSettings net-libs/glib-networking:libproxy - Use net-libs/libproxy for getting the HTTP/HTTPS/SOCKS proxy configuration net-libs/gnome-online-accounts:gnome - Use gnome-base/gnome-control-center to set GNOME online accounts preferences -net-libs/gnutls:bindist - Disallow building LZO support, because of a license incompatibility with dev-libs/lzo net-libs/gnutls:crywrap - Build the crywrap TLS proxy service net-libs/gnutls:dane - Build libgnutls-dane, implementing DNS-based Authentication of Named Entities. Requires net-dns/unbound -net-libs/gnutls:nettle - Use dev-libs/nettle as crypto backend net-libs/gnutls:openssl - Build openssl compatibility libraries net-libs/gnutls:pkcs11 - Add support for PKCS#11 through app-crypt/p11-kit +net-libs/gnutls:sslv2 - Support for the old/insecure SSLv2 protocol +net-libs/gnutls:sslv3 - Support for the old/insecure SSLv3 protocol +net-libs/gnutls:test-full - Enable full test mode +net-libs/gnutls:tls-heartbeat - Enable the Heartbeat Extension in TLS and DTLS net-libs/gnutls:tools - Build extra tools +net-libs/gnutls:valgrind - Enable usage of dev-util/valgrind in debug net-libs/gtk-vnc:gtk3 - Build the gtk3 gtk-vnc library and other gtk3 assets net-libs/h323plus:aec - Enable acoustic echo cancellation net-libs/h323plus:sound - Enable audio codecs net-libs/h323plus:video - Enable video codecs net-libs/iax:snomhack - Use slower memset for SNOM phoneem -net-libs/iojs:bundled-libs - Use bundled libs instead of system libs -net-libs/iojs:npm - Enable NPM package manager -net-libs/iojs:snapshot - Enable snapshot creation for faster startup net-libs/ldns:dane - Enable DNS-based Authentication of Named Entities (DANE) support net-libs/ldns:ecdsa - Enable ECDSA support net-libs/ldns:gost - Enable GOST support @@ -5401,7 +5733,7 @@ net-libs/libetpan:liblockfile - Enable support for liblockfile library net-libs/libgsasl:gcrypt - Use dev-libs/libgcrypt for low-level crypto net-libs/libgsasl:ntlm - Add support for Microsoft's NTLM mechanism using net-libs/libntlm net-libs/libinfinity:server - Build and install the server binary including init.d/conf.d-scripts. Needed if you want to host an infinote server for gobby. -net-libs/libkolabxml:csharp - Enable C# language bindings +net-libs/libisds:openssl - Use dev-libs/openssl as crypto backend instead of app-crypt/gpgme and dev-libs/libgcrypt net-libs/libmicrohttpd:epoll - use epoll() system call net-libs/libmicrohttpd:messages - enable error messages net-libs/libnftnl:json - Supports parsing of JSON @@ -5411,6 +5743,8 @@ net-libs/libnm-qt:modemmanager - Enable support for mobile broadband devices net-libs/liboauth:bindist - Alias for the nss USE flag, since there are license compliancy trouble when using OpenSSL. net-libs/liboauth:curl - If enabled, net-misc/curl is used thorugh the libcurl library; if it's not, the curl command is used instead. Some features are only available when using the library, but using it as library requires matching SSL implementations. net-libs/liboauth:nss - Use Mozilla NSS (dev-libs/nss) as hash library; if this is disabled, dev-libs/openssl is used instead. +net-libs/liboping:filecaps - Allow non-root users to use [n]oping utility. +net-libs/liboping:ncurses - Build ncurses-based version of oping utility (requires sys-libs/ncurses) net-libs/libosmocore:embedded - Build for embedded use and disable unsupported features net-libs/libosmocore:pcsc-lite - Enable smartcard support with sys-apps/pcsc-lite net-libs/libpcap:canusb - Use virtual/libusb to support Controller Area Network over USB (CAN USB) @@ -5420,6 +5754,8 @@ net-libs/libproxy:gnome - Enable support for reading proxy settings from GNOME net-libs/libproxy:kde - Enable support for reading proxy settings from KDE net-libs/libproxy:spidermonkey - Use libmozjs from dev-lang/spidermonkey for PAC parsing net-libs/libproxy:webkit - Use libjavascriptcoregtk from net-libs/webkit-gtk for PAC parsing +net-libs/libqmi:mbim - Support QMI over Mobile Broadband Interface Model (MBIM) +net-libs/libsoup:gssapi - Enable GSSAPI support net-libs/libsoup:samba - Use net-fs/samba for NTLM Single Sign-On net-libs/libsrtp:aesicm - Use AES ICM cryptographic algorithm net-libs/libsrtp:console - Use /dev/console instead of stdout for error messages @@ -5432,17 +5768,29 @@ net-libs/libssh:server - Build with SSH server support net-libs/libssh:sftp - Build with SFTP support net-libs/libssh:ssh1 - Build with SSH1 support net-libs/libssh2:gcrypt - Use dev-libs/libgcrypt instead of dev-libs/openssl +net-libs/libtrace:numa - Use sys-process/numactl net-libs/libvncserver:24bpp - enable 24bpp support net-libs/libvncserver:gcrypt - enable support for gcrypt -net-libs/loudmouth:asyncns - Use libasyncns for asynchronous name resolution. +net-libs/libwebsockets:client - The client part of the library and libwebsockets-test-client +net-libs/libwebsockets:http2 - Support the HTTP/2 protocol +net-libs/libwebsockets:libev - Support event loops via dev-libs/libev +net-libs/libwebsockets:libuv - Support asynchronous I/O via dev-libs/libuv +net-libs/loudmouth:asyncns - Use net-libs/libasyncns for asynchronous name resolution. +net-libs/loudmouth:openssl - Enable dev-libs/openssl support instead of gnutls (which is the default). +net-libs/mbedtls:havege - Enable the HAVEGE random generator. Warning: the HAVEGE random generator is not suitable for virtualized environments +net-libs/mbedtls:programs - Build PolarSSL programs net-libs/neon:libproxy - Add support for net-libs/libproxy net-libs/neon:pkcs11 - Add support for PKCS#11 using dev-libs/pakchois -net-libs/netembryo:sctp - Support for Stream Control Transmission Protocol net-libs/nghttp2:hpack-tools - Install HPACK (header compression) helper tools net-libs/nghttp2:jemalloc - Use dev-libs/jemalloc for memory allocation net-libs/nghttp2:utils - Install nghttp, nghttpd and nghttpx net-libs/nodejs:npm - Enable NPM package manager net-libs/nodejs:snapshot - Enable snapshot creation for faster startup +net-libs/nodejs:systemtap - Enable SystemTAP/DTrace tracing +net-libs/onion:boehm-gc - Add dev-libs/boehm-gc support for memory allocations. +net-libs/onion:libev - Use dev-libs/libev as thread poller instead of Linux's epoll. +net-libs/onion:libevent - Use dev-libs/libevent as thread poller instead of libev or Linux's epoll. +net-libs/onion:redis - Add support for redis sessions. net-libs/opal:capi - Enable CAPI support net-libs/opal:celt - Enable CELT ultra-low delay audio codec net-libs/opal:dtmf - Enable DTMF encoding/decoding support @@ -5469,8 +5817,21 @@ net-libs/opal:wav - Enable WAVFILE support net-libs/opal:x264-static - Install x264 plugin statically linked with x264 net-libs/ortp:ntp-timestamp - Turn on NTP timestamping on received packet net-libs/ortp:srtp - Add support for Secure RTP -net-libs/ortp:zrtp - Add support for ZRTP key negotiation net-libs/phodav:spice - Install the spice-webdavd guest agent +net-libs/pjproject:amr - Inlcude AMR codec in the build +net-libs/pjproject:epoll - Use /dev/epoll ioqueue on Linux (experimental) +net-libs/pjproject:g711 - Include G.711 codecs in the build +net-libs/pjproject:g722 - Include G.722 codec in the build +net-libs/pjproject:g7221 - Include G.722.1 codec in the build +net-libs/pjproject:ilbc - Include iLBC codec in the build +net-libs/pjproject:l16 - Include Linear/L16 codec family in the build +net-libs/pjproject:libyuv - Include libyuv in the build +net-libs/pjproject:openh264 - Include Open H.264 support in the build +net-libs/pjproject:opus - Include OPUS support in the build +net-libs/pjproject:resample - Include resampling implementations in the build +net-libs/pjproject:silk - Include SILK support in the build +net-libs/pjproject:v4l2 - Include Video4Linux v2 support in the build +net-libs/pjproject:webrtc - Enable WebRTC support net-libs/polarssl:havege - Enable the HAVEGE random generator. Warning: the HAVEGE random generator is not suitable for virtualized environments net-libs/polarssl:programs - Build PolarSSL programs net-libs/ptlib:asn - Enable ASN decoding/encoding support @@ -5491,31 +5852,41 @@ net-libs/ptlib:wav - Enable WAVFILE support net-libs/qxmpp:opus - Enable Opus codec support via media-libs/opus net-libs/qxmpp:vpx - Enable VP8 codec support via media-libs/libvpx net-libs/rabbitmq-c:tools - Builds cli tools to interact with brokers -net-libs/rest:gnome - Extract proxy information using net-libs/libsoup-gnome -net-libs/telepathy-glib:vala - Enable bindings for dev-lang/vala +net-libs/rb_libtorrent:dht - Enable DHT (distributed hash table) support +net-libs/shairplay:alac - Add support for Apple Lossless Audio Codec files +net-libs/shairplay:static-libs - Build static versions of dynamic libraries as well +net-libs/shairplay:tools - Build and install a binary shairplay in /usr/bin net-libs/telepathy-qt:farstream - Enable support for audio/video calls via farstream +net-libs/tox:av - Adds support for audio and video. +net-libs/tox:daemon - Enable the DHT Bootstrap Daemon. +net-libs/tox:log-debug - Log level: 4 +net-libs/tox:log-error - Log level: 1 +net-libs/tox:log-info - Log level: 3 +net-libs/tox:log-trace - Log level: 5 +net-libs/tox:log-warn - Log level: 2 +net-libs/tox:no-log - Log level: 0 (no debug info logged) +net-libs/tox:ntox - Enable the testing nTox client. net-libs/udns:tools - Build and install dnsget, ex-rdns and rblcheck tools +net-libs/wandio:http - Build support for reading files over HTTP using net-misc/curl net-libs/webkit-gtk:coverage - Enable code coverage support -net-libs/webkit-gtk:egl - Enable EGL support. +net-libs/webkit-gtk:egl - Enable EGL support net-libs/webkit-gtk:geoloc - Enable geolocation support through app-misc/geoclue -net-libs/webkit-gtk:gles2 - Enable GLESv2 support. -net-libs/webkit-gtk:libsecret - Enable libsecret support to store login credentials +net-libs/webkit-gtk:geolocation - Enable geolocation support through app-misc/geoclue +net-libs/webkit-gtk:gles2 - Enable GLESv2 support net-libs/webkit-gtk:webgl - Build support for the WebGL HTML API using virtual/opengl -net-libs/wt:extjs - Build Wt Ext library with JavaScript-only widgets (http://extjs.com/) -net-libs/wt:fcgi - Compile in FCGI connector -net-libs/wt:graphicsmagick - Enable GraphicsMagick, for supporting painting to raster images (PNG, GIF, ...) (WRasterImage) -net-libs/wt:resources - Install resources directory -net-libs/wt:server - Compile in stand-alone httpd connector net-libs/wvstreams:boost - Use dev-libs/boost to provide TR1-compatible functional interface. This USE flag is only needed with GCC earlier than version 4.1, or with other compilares not providing said interface. net-libs/xrootd:fuse - Enable the sys-fs/fuse filesystem driver net-libs/xrootd:http - Enable http protocol support -net-libs/xrootd:libevent - Use dev-libs/libevent for event handling +net-libs/xrootd:rbd - Enable rados block device support via sys-cluster/ceph net-libs/zeromq:pgm - Build PGM (Pragmatic General Multicast)extention, a protocol for reliable multicast transport of data over IP networks. +net-libs/zeromq:sodium - Use dev-libs/libsodium for cryptography net-mail/automx:memcached - Enable memcached support net-mail/automx:sql - Enable support for SQL backends net-mail/automx:tools - Install additional automx-test tool net-mail/courier-imap:trashquota - include deleted messages, and the Trash folder, in the estimated quota usage for maildirs +net-mail/cyrus-imapd:http - Enable http support net-mail/cyrus-imapd:replication - Enable replication support in the cyrus imap server +net-mail/cyrus-imapd:server - Enable building server binaries net-mail/cyrus-imapd:sieve - Enable sieve support net-mail/dbmail:sieve - Enable sieve filter support net-mail/dovecot:cydir - Add cydir storage support @@ -5529,6 +5900,7 @@ net-mail/dovecot:pop3c - Add pop3 client storage support net-mail/dovecot:sdbox - Add sdbox storage support net-mail/dovecot:sieve - Add sieve support net-mail/dovecot:solr - Add solr full text search (FTS) support +net-mail/dovecot:textcat - Add libtextcat language guessing support for full text search (FTS) net-mail/dovecot:vpopmail - Add vpopmail support net-mail/fdm:courierauth - Add support for Courier authentication library net-mail/fetchmail:hesiod - Enable support for hesiod @@ -5536,24 +5908,25 @@ net-mail/fetchmail:socks - Enable support for socks proxy net-mail/fetchmail:tk - Enable support for Tk GUI toolkit, in particular it installs fetchmailconf net-mail/gnubiff:password - Enable save passwords to connect mail servers in user space net-mail/hotwayd:smtp - Build SMTP proxy (hotsmtpd) +net-mail/isync:compat - Enable legacy utilities net-mail/lbdb:abook - Enables app-misc/abook support net-mail/lbdb:finger - Enables finger support net-mail/libpst:dii - enable dii support net-mail/mailutils:clients - Build client programs - frm maidag mail sieve messages readmsg dotlock movemail mimeview mh +net-mail/mailutils:kyotocabinet - Enable Kyoto Cabinet database support net-mail/mailutils:servers - Build server programs - imap4d pop3d comsatd net-mail/mailutils:tokyocabinet - Enable Tokyo Cabinet database support -net-mail/mairix:gnus - Add support for the marks propagation feature in app-emacs/gnus +net-mail/mairix:gnus - Add support for the marks propagation feature in GNUS (provided by app-editors/emacs or app-xemacs/gnus for XEmacs users) net-mail/mpop:libsecret - Enable libsecret support to store login credentials net-mail/mu:emacs - Install the mu4e mail client. net-mail/mu:gui - Build and install the experimental gui 'mug'. -net-mail/notmuch:crypt - Support decryption and verification of PGP/MIME messages and in Emacs UI - encryption -net-mail/notmuch:doc - Install API documentation for enabled bindings +net-mail/notmuch:crypt - Support decryption and verification of PGP/MIME messages and in Emacs UI - encryption; support also S/MIME signature verification since version 0.22 +net-mail/notmuch:doc - Install API documentation net-mail/notmuch:emacs - Install Emacs UI (the main one) net-mail/notmuch:mutt - Install helper script for Mutt net-mail/notmuch:nmbug - Install experimental tag sharing / pseudo-bug-tracking script for Notmuch (see http://notmuchmail.org/nmbug/) -net-mail/notmuch:pick - Experimental threaded message view for the emacs interface +net-mail/notmuch:valgrind - Depend on dev-util/vagrind for test suite net-mail/offlineimap:sqlite - Enable runtime support for sqlite mail status backend. -net-mail/postfix-logwatch:logwatch - Install filters for use with sys-apps/logwatch. net-mail/qmailadmin:maildrop - Filter spam using maildrop net-mail/qpopper:apop - Enables the pop.auth file in /etc/pop.auth net-mail/qpopper:drac - Enables DRAC support @@ -5578,6 +5951,7 @@ net-misc/aria2:libxml2 - Use dev-libs/libxml2 for XML parsing (preferred) instea net-misc/aria2:metalink - Enable support for metalink. net-misc/aria2:nettle - Use dev-libs/nettle and dev-libs/gmp for bittorrent/metalink crypto instead of dev-libs/libgcrypt (when dev-libs/openssl is not being used). net-misc/aria2:scripts - Install additional scripts which use aria2's xmlrpc functionality. +net-misc/aria2:ssh - Enable SFTP support. net-misc/asterisk:cluster - Enable high-availability support through the Corosync Cluster Engine net-misc/asterisk:dahdi - Support Digium compatible hardware (formerly known as Zaptel). net-misc/asterisk:gtalk - Enable support for Google Talk services @@ -5585,6 +5959,7 @@ net-misc/asterisk:http - Enable embedded web server net-misc/asterisk:ilbc - Enable the Internet Low Bitrate Codec (iLBC) net-misc/asterisk:newt - Include additional tools that require redhats windowing toolkit net-misc/asterisk:osplookup - Support secure peering using the Open Settlement Protocol +net-misc/asterisk:pjproject - Enable support for pjproject (pjsip) net-misc/asterisk:samples - Install sample sound and configuration files (default: on) net-misc/asterisk:span - Enable support for the spandsp codec net-misc/asterisk:srtp - Enable support for encrypted voice transmission (secure RTP) @@ -5673,8 +6048,10 @@ net-misc/cgminer:ants1 - Enable support for Antminer S1 Bitmain net-misc/cgminer:ants2 - Enable support for Antminer S2 Bitmain net-misc/cgminer:ants3 - Enable support for Antminer S3 Bitmain net-misc/cgminer:avalon - Enable support for Avalon ASICs +net-misc/cgminer:avalon-miner - Enable support for Avalon miner ASICs net-misc/cgminer:avalon2 - Enable support for Avalon2 ASICs net-misc/cgminer:avalon4 - Enable support for Avalon4 ASICs +net-misc/cgminer:avalon7 - Enable support for Avalon7 ASICs net-misc/cgminer:bab - Enable support for BlackArrow Bitfury net-misc/cgminer:bflsc - Enable support for BFL ASICs net-misc/cgminer:bitforce - Enable support for mining with ButterFly Labs BitFORCE FPGAs @@ -5692,12 +6069,12 @@ net-misc/cgminer:minion - Enable support for mining with BlackArrow Bitfury net-misc/cgminer:modminer - Enable support for mining with ModMiner FPGAs net-misc/cgminer:sp10 - Enable support for Spondoolies SP10 net-misc/cgminer:sp30 - Enable support for Spondoolies SP30 -net-misc/cgminer:spondoolies - Enable support for Spondoolies net-misc/chrony:adns - Support for asynchronous DNS net-misc/chrony:cmdmon - Support for command and monitoring +net-misc/chrony:html - Install HTML documentation net-misc/chrony:ntp - Support for the Network Time Protocol (NTP) net-misc/chrony:phc - Support for the PTP (Precision Time Protocol) Hardware Clock (PHC) interface -net-misc/chrony:pps - Support for the Linux Real Time Clock (RTC) interface +net-misc/chrony:pps - Support for the Linux Pulse Per Second (PPS) interface net-misc/chrony:refclock - Support for reference clocks net-misc/chrony:rtc - Support for the Linux Real Time Clock interface net-misc/connman:ethernet - Enable ethernet support. @@ -5709,6 +6086,7 @@ net-misc/connman:pptp - Use net-dialup/pptpclient for PPTP VPN support. net-misc/connman:tools - Enable testing tools. net-misc/connman:vpnc - Use net-misc/vpnc for cisco VPN support. net-misc/connman:wispr - Enable support for WISPr hotspot logins. +net-misc/connman-gtk:openconnect - Support easier authentication to AnyConnect VPNs net-misc/csync:sftp - Enable sftp transfer support via net-libs/libssh net-misc/curl:http2 - Enabled HTTP/2.0 support net-misc/curl:metalink - Enable metalink support @@ -5727,13 +6105,10 @@ net-misc/dropbear:bsdpty - Add support for legacy BSD pty's rather than dynamic net-misc/dropbear:multicall - Build all the programs as one little binary (to save space) net-misc/dropbear:shadow - Enable shadow password support net-misc/dropbox:librsync-bundled - Use bundled librsync library -net-misc/electrum:aliases - Enable plugin for looking up aliases -net-misc/electrum:amodem - Enable plugin for air-gapped transaction signing using dev-python/amodem net-misc/electrum:cli - Enables the CLI interface -net-misc/electrum:coinbase_com - Enable plugin to use Coinbase.com's buyback program net-misc/electrum:cosign - Enable plugin to support multisig wallets between multiple Electrum clients +net-misc/electrum:email - Enable plugin to support emailing invoices net-misc/electrum:fiat - Enable plugin for looking up fiat values of bitcoin -net-misc/electrum:graph - Enable plugin to generate transaction graphs net-misc/electrum:greenaddress_it - Enable plugin to verify GreenAddress.it instant transactions net-misc/electrum:gtk3 - Enable support for gtk+3 net-misc/electrum:qrcode - Enable QR code scanning with media-gfx/zbar @@ -5743,35 +6118,38 @@ net-misc/electrum:vkb - Enable plugin for virtual keyboard net-misc/fatrat:bittorrent - Use the bittorrent protocol via net-libs/rb_libtorrent. net-misc/fatrat:webinterface - Enable builtin webinterface. net-misc/flexget:transmission - Support comminucation with net-p2p/transmission -net-misc/freerdp:channels - Build virtual channel plugins net-misc/freerdp:client - Build client binaries net-misc/freerdp:server - Build server binaries +net-misc/gnome-online-miners:flickr - Enable Flickr support net-misc/gsasl:gcrypt - Use dev-libs/libgcrypt for low-level crypto net-misc/gsasl:ntlm - Add support for Microsoft's NTLM mechanism using net-libs/libntlm -net-misc/guacamole-server:pango - enable pango rendering net-misc/guacamole-server:ssh - enable support for ssh connections net-misc/guacamole-server:telnet - enable support for telnet connections -net-misc/guacamole-server:terminal - enable support for terminal sessions net-misc/gwget:epiphany - Build epiphany extensions net-misc/hotot:chrome - Build chrome browser extension +net-misc/hotot:gtk2 - Build gtk2 gui +net-misc/hotot:gtk3 - Build gtk3 gui net-misc/htbinit:esfq - Add support for Enhanced Stochastic Fairness queueing discipline. net-misc/hylafaxplus:html - Convert faxes into html email net-misc/hylafaxplus:jbig - JBIG Fax Compression Support net-misc/hylafaxplus:mgetty - Receive faxes via serial port connections net-misc/hylafaxplus:pam - hfaxd authentication via PAM net-misc/i2pd:i2p-hardening - Compile with hardening on vanilla compilers/linkers -net-misc/i2pd:library - Build the libi2pd library net-misc/icecast:kate - Add karaoke and text encapsulation support for Ogg files net-misc/icecast:logrotate - Install support files for app-admin/logrotate? net-misc/icecast:yp - Build support for yp public directory listings net-misc/iputils:SECURITY_HAZARD - Allow non-root users to flood (ping -f). This is generally a very bad idea. net-misc/iputils:arping - Build and install arping -- tool for sending ARP requests to peers (see also net-analyzer/arping) net-misc/iputils:clockdiff - Build and install clockdiff -- tool for comparing clocks via ICMP packets +net-misc/iputils:gcrypt - Use dev-libs/libgcrypt for md5 support +net-misc/iputils:nettle - Use dev-libs/nettle for md5 support +net-misc/iputils:openssl - Use dev-libs/openssl for md5 support net-misc/iputils:rarpd - Build and install rarpd -- server for handling RARP (reverse ARP) requests; generally only used by old systems net-misc/iputils:rdisc - Build and install rdisc -- server for the client side of the ICMP router discover protocol net-misc/iputils:tftpd - Build and install tftpd -- server for the Trivial File Transfer Protocol (see also net-ftp/tftp-hpa) net-misc/iputils:tracepath - Build and install tracepath -- tool for tracing network paths for discovering MTU values net-misc/iputils:traceroute - Build and install traceroute -- tool for tracing network paths (see also net-analyzer/traceroute) +net-misc/kafka-bin:internal-zookeeper - Use bundled local zookeeper instance net-misc/knock:server - Installs the knockd server daemon. net-misc/lcr:asterisk - net-misc/asterisk channel driver net-misc/lcr:gsm-bs - net-wireless/openbsc driver @@ -5789,8 +6167,9 @@ net-misc/lldpd:edp - Enable Extreme Discovery Protocol net-misc/lldpd:fdp - Enable Foundry Discovery Protocol net-misc/lldpd:graph - Create dot graphs in documentations net-misc/lldpd:jansson - Enable JSON output via Jansson -net-misc/lldpd:json-c - Enable JSON output via json-c net-misc/lldpd:lldpmed - Enable LLDP-MED extension +net-misc/lldpd:old-kernel - Enable compatibility with Linux kernel older than 2.6.39 +net-misc/lldpd:sanitizers - Enable code instrumentation with selected sanitizers net-misc/lldpd:snmp - Enable the use of SNMP net-misc/lldpd:sonmp - Enable SynOptics Network Management net-misc/mediatomb:curl - Support YouTube and external media sources (e.g. internet radio) @@ -5807,6 +6186,11 @@ net-misc/megatools:fuse - Enables support for the filesystem in userspace plugin net-misc/memcached:slabs-reassign - Allow manual reassignment of memory slabs at the cost of slab optimizations. net-misc/minidlna:netgear - Enable netgear branding net-misc/minidlna:readynas - Enable readynas branding +net-misc/miniupnpd:igd2 - Build for IGDv2 instead of an IGDv1 +net-misc/miniupnpd:leasefile - Enable lease file. +net-misc/miniupnpd:pcp-peer - Enable support for PCP-PEER to allow NAT-PMP clients to mangle their packets. +net-misc/miniupnpd:portinuse - Check if a port is in use before allowing a NAT-PMP client to map it. +net-misc/miniupnpd:strict - Be more strict regarding compliance with UPnP specifications. net-misc/modemmanager:mbim - Enable MBIM modem protocol net-misc/modemmanager:qmi - Enable support for the QMI modem protocol used by devices with Qualcomm chipsets net-misc/modemmanager:qmi-newest - Avoid deprecated QMI commands. Warning: may cause incompatibility with older devices. @@ -5822,14 +6206,18 @@ net-misc/ncp:diet - Compile against dev-libs/dietlibc net-misc/networkmanager:connection-sharing - Use net-dns/dnsmasq and net-firewall/iptables for connection sharing net-misc/networkmanager:consolekit - Use sys-auth/consolekit for session tracking net-misc/networkmanager:dhclient - Use dhclient from net-misc/dhcp for getting ip -net-misc/networkmanager:dhcpcd - Use net-misc/dhcpcd for getting ip +net-misc/networkmanager:json - Enable JSON validation via dev-libs/jansson in libnm. net-misc/networkmanager:modemmanager - Enable support for mobile broadband devices using net-misc/modemmanager net-misc/networkmanager:nss - Use dev-libs/nss for cryptography +net-misc/networkmanager:ofono - Use net-misc/ofono for telephony support. net-misc/networkmanager:ppp - Enable support for mobile broadband and PPPoE connections using net-dialup/ppp net-misc/networkmanager:resolvconf - Use net-dns/openresolv for managing DNS information net-misc/networkmanager:teamd - Enable Teamd control support net-misc/networkmanager:wext - Enable support for the deprecated Wext (Wireless Extensions) API; needed for some older drivers (e.g. ipw2200, ndiswrapper) net-misc/networkmanager:wifi - Enable support for wifi and 802.1x security using net-wireless/wpa_supplicant +net-misc/nextcloud-client:dolphin - Install the kde-apps/dolphin extension +net-misc/nextcloud-client:nautilus - Install the gnome-base/nautilus extension +net-misc/nextcloud-client:sftp - Enable sftp transfer support via net-libs/libssh net-misc/ntp:openntpd - Allow ntp to be installed alongside openntpd net-misc/ntp:parse-clocks - Add support for PARSE clocks net-misc/ntp:samba - Provide support for Samba's signing daemon (needed for Active Directory domain controllers) @@ -5845,29 +6233,35 @@ net-misc/ofono:provision - Enable GPRS provisioning support net-misc/ofono:qmimodem - Enable Qualcomm QMI modem support net-misc/ofono:tools - Enable testing tools net-misc/oidentd:masquerade - Enable support for masqueraded/NAT connections -net-misc/openconnect:gssapi - Build GSSAPI support. +net-misc/olsrd:pud - Install the Node Position Update plugin +net-misc/openconnect:gssapi - Build GSSAPI support net-misc/openconnect:java - Build JNI bindings using jni.h -net-misc/openconnect:libproxy - Enable proxy support. +net-misc/openconnect:libproxy - Enable proxy support +net-misc/openconnect:lz4 - Enable support for lz4 compression +net-misc/openconnect:stoken - Enable stoken support +net-misc/openntpd:libressl - Enable HTTPS TLS time constraint support using dev-libs/libressl net-misc/openssh:X509 - Adds support for X.509 certificate authentication net-misc/openssh:bindist - Disable EC/RC5 algorithms in OpenSSL for patent reasons. net-misc/openssh:hpn - Enable high performance ssh net-misc/openssh:ldap - Add support for storing SSH public keys in LDAP net-misc/openssh:ldns - Use LDNS for DNSSEC/SSHFP validation. -net-misc/openssh:sctp - Support for Stream Control Transmission Protocol +net-misc/openssh:livecd - Enable root password logins for live-cd environment. net-misc/openssh:ssh1 - Support the legacy/weak SSH1 protocol net-misc/openssh:ssl - Enable additional crypto algorithms via OpenSSL net-misc/openvpn:down-root - Enable the down-root plugin net-misc/openvpn:iproute2 - Enabled iproute2 support instead of net-tools -net-misc/openvpn:passwordsave - Enables openvpn to save passwords +net-misc/openvpn:lz4 - Enable LZ4 support +net-misc/openvpn:mbedtls - Use mbed TLS instead of OpenSSL net-misc/openvpn:pkcs11 - Enable PKCS#11 smartcard support net-misc/openvpn:plugins - Enable the OpenVPN plugin system net-misc/openvpn:polarssl - Use PolarSSL instead of OpenSSL +net-misc/openvpn:socks - Enable socks support net-misc/openvswitch:monitor - Build the Python and GUI dependent monitor applications net-misc/openvswitch:pyside - Use dev-python/pyside instead of dev-python/PyQt4 for Python/Qt-bindings when building with USE=monitor. +net-misc/owncloud-client:dolphin - Install the kde-apps/dolphin extension net-misc/owncloud-client:nautilus - Install the gnome-base/nautilus extension net-misc/owncloud-client:sftp - Enable sftp transfer support via net-libs/libssh net-misc/pavuk:hammer - Turn on chunky/hammer mode (DoS) in pavuk: when specified, pavuk will include features to stress test web sites using an ultrahigh performancereplay mechanism -net-misc/plowshare:modules - Install a system-wide set of modules net-misc/plowshare:view-captcha - View captcha with aview net-misc/ps3mediaserver:multiuser - Allow renderer customization per-user. net-misc/ps3mediaserver:transcode - Install optional dependencies for transcoding support via media-video/mplayer @@ -5884,15 +6278,18 @@ net-misc/quagga:bgpclassless - Apply unofficial patch to enable classless prefix net-misc/quagga:multipath - Enable multipath routes support for any number of routes net-misc/quagga:ospfapi - Enable OSPFAPI support for client applications accessing the OSPF link state database net-misc/quagga:pam - Add support for PAM (via sys-libs/pam) to the Quagga Virtual Terminal Interface Shell (vtysh); if the readline USE flag is disabled, this flag is ignored +net-misc/quagga:protobuf - Enable support for dev-libs/protobuf net-misc/quagga:readline - Enable support for sys-libs/readline to provide the Quagga Virtual Terminal Interface Shell (vtysh) net-misc/quagga:tcp-zebra - Enable TCP zserv interface on port 2600 for Zebra/protocol-daemon communication. Unix domain sockets are chosen otherwise net-misc/rancid-git:git - Enable git (version control system) support net-misc/rdesktop:kerberos - Enable CredSPP support + Kerberos authentication with net-libs/libgssglue net-misc/rdesktop:pcsc-lite - Enable smartcard support with sys-apps/pcsc-lite driver -net-misc/remmina:freerdp - Add support for the net-misc/freerdp application +net-misc/rdesktop:xrandr - Enable XRandR window extension support +net-misc/remmina:spice - Support connecting to SPICE-enabled virtual machines net-misc/remmina:ssh - Enable support for SSH/SFTP protocol; see also 'vte' net-misc/remmina:telepathy - Enable telepathy support -net-misc/remmina:vte - Enable virtual terminal support (for SSH sessions) +net-misc/remmina:webkit - Enable a user survey using net-libs/webkit-gtk +net-misc/rsync:stunnel - Provide helper scripts for using rsync via >=net-misc/stunnel-4 net-misc/rygel:tracker - Install dependencies for the tracker plugin net-misc/rygel:transcode - Install dependencies for transcoding support net-misc/scponly:gftp - Enables gFTP compatibility @@ -5911,12 +6308,15 @@ net-misc/sitecopy:webdav - Enable WebDav (Web-based Distributed Authoring and Ve net-misc/sks:optimize - Enables bytecode optimization net-misc/slimrat:X - Install also GUI client net-misc/spice-gtk:dbus - Support for desktop integration such as automounting and other APIs exposed by your DE via D-Bus +net-misc/spice-gtk:gstaudio - Using gstreamer backend as audio decodec support +net-misc/spice-gtk:gstvideo - Using gstreamer backend as video decodec support net-misc/spice-gtk:gtk3 - Link against x11-libs/gtk+:3 instead of x11-libs/gtk+:2 net-misc/spice-gtk:lz4 - Enable support for LZ4 compression using app-arch/lz4 +net-misc/spice-gtk:mjpeg - Enable builtin mjpeg video decoder net-misc/spice-gtk:policykit - Enable sys-auth/polkit support for the usbredir acl helper net-misc/spice-gtk:usbredir - Use sys-apps/usbredir to redirect USB devices to another machine over TCP -net-misc/spice-gtk:vala - Generate dev-lang/vala bindings using vapigen and regenerate .vala files using valac net-misc/spice-gtk:webdav - Support for folder-sharing between guest and client using net-libs/phodav +net-misc/sshrc:mosh - Install Support for mosh net-misc/stargazer:debug - Enable extra debug codepaths, like asserts and extra output. net-misc/stargazer:doc - Adds extra documentation (API, doc, etc). net-misc/stargazer:examples - Install examples, usually source code. @@ -5972,16 +6372,13 @@ net-misc/strongswan:strongswan_plugins_whitelist - Enable support for the whitel net-misc/stunnel:stunnel3 - Install the stunnel3 wrapper. net-misc/teamviewer:system-wine - Use app-emulation/wine instead of bundled wine. net-misc/termpkg:uucp - Adds support for uucp style device locking +net-misc/tigervnc:drm - build with DRM support net-misc/tigervnc:server - Build TigerVNC server net-misc/tigervnc:xorgmodule - Build the Xorg module -net-misc/tightvnc:server - Build TightVNC server -net-misc/tinc:gcrypt - Add support for encrypted log files using dev-libs/libgcrypt net-misc/tinc:gui - Add GUI support, using dev-python/wxpython -net-misc/tinc:openssl - Using dev-libs/openssl for cryptography-related functions net-misc/tinc:uml - Enable support for User Mode Linux Sockets net-misc/tinc:vde - Enable Virtual Distributed Ethernet (VDE) based networking net-misc/tor:bufferevents - Use libevent's buffered IO implementation (unstable, buggy) -net-misc/tor:nat-pmp - Enable NAT Port Mapping Protocol net-misc/tor:scrypt - Use app-crypt/libscrypt for the scrypt algorithm net-misc/tor:stats - Enable tracking of how much of each kind of resource we download net-misc/tor:tor-hardening - Compile tor with hardening on vanilla compilers/linkers @@ -5990,11 +6387,9 @@ net-misc/tor:web - Build a tor2web service instead of a tor client net-misc/uftp:server - Install uftp server daemon net-misc/vde:pcap - Enable the pcap-based plugin that allows creating a switch against a real interface. net-misc/vde:ssl - Enable the cryptcab plugin that allows creating an encrypted virtual cable. -net-misc/vinagre:rdp - Enable access to Windows RDP protocol using net-misc/rdesktop net-misc/vinagre:spice - Enable access to SPICE-enabled virtual machines net-misc/vinagre:ssh - Enable ssh plugin using x11-libs/vte net-misc/vinagre:telepathy - Enable access to remote desktop via a net-libs/telepathy-glib client -net-misc/vino:libsecret - Enable app-crypt/libsecret support to store login credentials. net-misc/vino:telepathy - Enable desktop sharing through a telepathy client net-misc/vpnc:resolvconf - Enable support for DNS managing framework net-dns/openresolv net-misc/wget:ntlm - Enable support for NTLM (Windows-based) authorization @@ -6006,9 +6401,13 @@ net-misc/wicd:ioctl - Installs additional python libraries to use as a backend. net-misc/wicd:mac4lin - Change default icons to mac4lin icon set net-misc/wicd:ncurses - Installs a ncurses UI net-misc/wicd:pm-utils - Installs the pm-utils hooks for suspend/resume and requires sys-power/pm-utils -net-misc/x2goserver:fuse - Use sys-fs/sshfs-fuse to allow shared folders +net-misc/wireguard:debug - Enable verbose debug reporting in dmesg of various WireGuard peer and device information. +net-misc/wireguard:module - Compile the actual WireGuard kernel module. Most certainly you want this enabled, unless you're doing something strange. +net-misc/wireguard:module-src - Install the module source code to /usr/src, in case you like building kernel modules yourself. +net-misc/wireguard:tools - Compile the wg(8) tool and related helpers. You probably want this enabled. +net-misc/x2goserver:fuse - Use net-fs/sshfs to allow shared folders net-misc/xrdp:fuse - Enable clipboard file / device redirection via sys-fs/fuse -net-misc/yaydl:soundextract - Extract the soundtracks of the downloaded videos +net-misc/youtube-viewer:gtk - Install the gtk GUI, called gtk-youtube-viewer net-nds/389-ds-base:auto-dn-suffix - Enable auto bind with auto dn suffix over unix domain socket (LDAPI) support net-nds/389-ds-base:autobind - Enable auto bind over unix domain socket (LDAPI) support net-nds/389-ds-base:bitwise - Enable bitwise plugin - supported data in raw/bitwise format @@ -6022,20 +6421,22 @@ net-nds/ldapvi:gnutls - Use net-libs/gnutls instead of dev-libs/openssl net-nds/nsscache:nsscache - Depend on sys-auth/libnss-cache to handle flat files net-nds/nsscache:nssdb - Depend on sys-libs/libnss_db to handle dbm files. net-nds/openldap:experimental - Enable experimental backend options +net-nds/openldap:kinit - Enable support for kerberos init net-nds/openldap:minimal - Build libraries & userspace tools only. Does not install any server code. net-nds/openldap:odbc - Enable ODBC and SQL backend options net-nds/openldap:overlays - Enable contributed OpenLDAP overlays +net-nds/openldap:pbkdf2 - Enable support for pbkdf2 passwords net-nds/openldap:smbkrb5passwd - Enable overlay for syncing ldap, unix and lanman passwords net-nds/rpcbind:warmstarts - Enables rpcbind to cache configuration for warm restarts net-nds/tac_plus:finger - Adds support for checking user counts via fingering the NAS net-nds/tac_plus:maxsess - Enforce a limit on maximum sessions per user net-news/liferea:libnotify - Enable popup notifications net-news/quiterss:phonon - Enable sound support via media-libs/phonon or dev-qt/qtphonon +net-news/rssguard:webengine - Use dev-qt/qtwebengine for embedded web browser net-nntp/inn:innkeywords - Enable automatic keyword generation support net-nntp/inn:inntaggedhash - Use tagged hash table for history (disables large file support) net-nntp/nzbget:parcheck - Enable support for checking PAR archives net-nntp/sabnzbd:rar - Add support for extracting rar files -net-nntp/sabnzbd:ssl - Add support for SSL web interface net-nntp/sabnzbd:unzip - Add support for extracting zip files net-nntp/sabnzbd:yenc - Use yenc to speed up nntp encoding and decoding net-nntp/slrn:canlock - Add support for cancel locks via net-libs/canlock @@ -6044,35 +6445,44 @@ net-nntp/tin:cancel-locks - Enable Cancel-Lock header functionality (also enable net-nntp/tin:etiquette - Enable the display off posting etiquettes net-nntp/tin:evil - Let tin generate a message ID net-nntp/tin:forgery - Cancel messages posted from a different account -net-nntp/tin:gpg - Enable app-crypt/gpg support +net-nntp/tin:gpg - Enable app-crypt/gnupg support +net-p2p/airdcpp-webclient:nat-pmp - Enable support for the NAT-PMP protocol +net-p2p/airdcpp-webclient:tbb - Enable support of the TBB library to improve performance +net-p2p/airdcpp-webclient:webui - Enable the Web UI net-p2p/amule:daemon - Enable amule daemon net-p2p/amule:remote - Enable remote controlling of the client net-p2p/amule:stats - Enable statistic reporting -net-p2p/bitcoin-qt:1stclassmsg - Enable first-class Bitcoin message tools -net-p2p/bitcoin-qt:bitcoin_policy_cpfp - Child-Pays-For-Parent policy: If you mine, you will give consideration to child transaction fees to pay for their parents -net-p2p/bitcoin-qt:bitcoin_policy_dcmp - Data Carrier Multi-Push policy: Your node will assist transactions with multiple pushes in their data carrier (if any) +net-p2p/bitcoin-cli:ljr - Enable Luke Dashjr's patches net-p2p/bitcoin-qt:bitcoin_policy_rbf - Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order net-p2p/bitcoin-qt:bitcoin_policy_spamfilter - Enhanced spam filter policy: Notorious spammers will not be assisted by your node +net-p2p/bitcoin-qt:http - Enable support for the JSON-RPC and REST HTTP server (builtin net-p2p/bitcoind) +net-p2p/bitcoin-qt:libevent - Use dev-libs/libevent net-p2p/bitcoin-qt:ljr - Enable Luke Dashjr's patches -net-p2p/bitcoin-qt:ljr-antispam - Enable Luke Dashjr's address-based spam filter net-p2p/bitcoin-qt:qrcode - Enable generation of QR Codes for receiving payments +net-p2p/bitcoin-qt:tor - Enable automatic configuration of a Tor hidden service net-p2p/bitcoin-qt:upnp - Enable Universal Plug and Play net-p2p/bitcoin-qt:wallet - Enable wallet support -net-p2p/bitcoin-qt:xt - Enable Mike Hearn's Bitcoin XT patches net-p2p/bitcoin-qt:zeromq - Report blocks and transactions via zeromq -net-p2p/bitcoind:bitcoin_policy_cpfp - Child-Pays-For-Parent policy: If you mine, you will give consideration to child transaction fees to pay for their parents -net-p2p/bitcoind:bitcoin_policy_dcmp - Data Carrier Multi-Push policy: Your node will assist transactions with multiple pushes in their data carrier (if any) net-p2p/bitcoind:bitcoin_policy_rbf - Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order net-p2p/bitcoind:bitcoin_policy_spamfilter - Enhanced spam filter policy: Notorious spammers will not be assisted by your node net-p2p/bitcoind:ljr - Enable Luke Dashjr's patches -net-p2p/bitcoind:ljr-antispam - Enable Luke Dashjr's address-based spam filter -net-p2p/bitcoind:logrotate - Use app-admin/logrotate for rotating logs net-p2p/bitcoind:upnp - Enable Universal Plug and Play net-p2p/bitcoind:wallet - Enable wallet support -net-p2p/bitcoind:xt - Enable Mike Hearn's Bitcoin XT patches net-p2p/bitcoind:zeromq - Report blocks and transactions via zeromq +net-p2p/bitcoinxt-qt:ljr - Enable Luke Dashjr's patches +net-p2p/bitcoinxt-qt:logrotate - Use app-admin/logrotate for rotating logs +net-p2p/bitcoinxt-qt:qrcode - Enable generation of QR Codes for receiving payments +net-p2p/bitcoinxt-qt:wallet - Enable wallet support +net-p2p/bitcoinxtd:doc - Include documentatio +net-p2p/bitcoinxtd:logrotate - Use app-admin/logrotate for rotating logs +net-p2p/bitcoinxtd:upnp - Enable Universal Plug and Play +net-p2p/bitcoinxtd:wallet - Enable wallet support net-p2p/datacoin-hp:logrotate - Use app-admin/logrotate for rotating logs net-p2p/dbhub:switch_user - Enable support for switching user +net-p2p/deluge:console - Enable default console UI +net-p2p/deluge:linguas_iu - Inuktitut locale +net-p2p/deluge:linguas_nap - Neapolitan locale +net-p2p/deluge:linguas_pms - Piemontese locale net-p2p/deluge:setproctitle - Install dependencies needed for beautifying the process name net-p2p/deluge:webinterface - Install dependencies needed for the web interface net-p2p/dogecoin-qt:qrcode - Enable generation of QR Codes for receiving payments @@ -6084,31 +6494,23 @@ net-p2p/eiskaltdcpp:json - Enable JSON for cli and daemon net-p2p/eiskaltdcpp:libcanberra - Enable sound notifications support over libcanberra in EiskaltDC++ Gtk net-p2p/eiskaltdcpp:minimal - Don't install headers net-p2p/fms:frost - Add support for frost boards -net-p2p/gift:ares - pull in Ares plugin -net-p2p/gift:fasttrack - pull in FastTrack plugin -net-p2p/gift:gnutella - pull in Gnutella plugin -net-p2p/gift:openft - pull in OpenFT plugin +net-p2p/go-ethereum:evm - Build Ethereum Virtual Machine (EVM) +net-p2p/go-ethereum:opencl - Add OpenCL GPU mining support +net-p2p/go-ipfs-bin:fuse - Enable runtime support for sys-fs/fuse +net-p2p/i2p:ecdsa - Enables additional checks to make sure a setup is available that is capable of using I2Ps ECDSA provisions. I2P will work without it, but you will likely see warnings. net-p2p/i2p:nls - Adds Native Language Support using GNU gettext. -net-p2p/imule:nls - Adds Native Language Support using GNU gettext. -net-p2p/imule:static-libs - Builds a statically-linked application. -net-p2p/imule:webserver - Enables a webserver to administer remotely. net-p2p/ktorrent:bwscheduler - Schedule upload and download limits over a period of a week net-p2p/ktorrent:downloadorder - Specify the download order of a multi-file torrent net-p2p/ktorrent:infowidget - Displays general information about a torrent in several tabs -net-p2p/ktorrent:ipfilter - Filter IP addresses through a blocklist -net-p2p/ktorrent:kross - Enable kross scripting support net-p2p/ktorrent:logviewer - Displays the logging output net-p2p/ktorrent:magnetgenerator - Generates magnet URI's net-p2p/ktorrent:mediaplayer - Phonon-based media player -net-p2p/ktorrent:rss - Syndication plugin for KTorrent, supporting RSS and Atom feeds -net-p2p/ktorrent:scanfolder - Scan folders for torrent files and load them -net-p2p/ktorrent:search - Search for torrents net-p2p/ktorrent:shutdown - Shutdown when done net-p2p/ktorrent:stats - Shows statistics about torrents in several graphs -net-p2p/ktorrent:webinterface - Allows control of KTorrent via a web interface net-p2p/ktorrent:zeroconf - Discover peers on the local network using the Zeroconf protocol net-p2p/litecoin-qt:qrcode - Enable generation of QR Codes for receiving payments net-p2p/litecoind:logrotate - Use app-admin/logrotate for rotating logs +net-p2p/litecoind:wallet - Enable wallet support net-p2p/mldonkey:bittorrent - enable bittorrent support net-p2p/mldonkey:fasttrack - enable fasttrack support net-p2p/mldonkey:gnutella - enable gnutella and gnutella2 support @@ -6121,11 +6523,13 @@ net-p2p/primecoind:logrotate - Use app-admin/logrotate for rotating logs net-p2p/qbittorrent:webui - Enable the Web UI net-p2p/retroshare:cli - Enables the CLI version of RetroShare net-p2p/retroshare:feedreader - Enables the Feedreader plugin +net-p2p/retroshare:gui - Enables the GUI version of RetroShare net-p2p/retroshare:links-cloud - Enables LinkClouds plugin -net-p2p/retroshare:qt4 - Enables the GUI using qt4 net-p2p/retroshare:voip - Enables VOIP plugin net-p2p/rtorrent:daemon - Uses app-misc/screen to daemonize this application +net-p2p/syncthing:tools - Install stdiscosrv, strelaysrv and other tools to /usr/libexec/syncthing/. net-p2p/transmission:lightweight - Optimize transmission for low-resource systems (smaller cache size, prefer unencrypted peer connections, etc.) +net-p2p/transmission:mbedtls - Use mbed TLS instead of OpenSSL net-p2p/transmission:xfs - Enable XFS filesystem capabilities by using sys-fs/xfsprogs headers (in building of fdlimit(.c)) net-p2p/transmission-remote-gtk:libproxy - Use net-libs/libproxy for getting the HTTP/HTTPS/SOCKS proxy configuration. net-p2p/transmission-remote-gtk:unique - Enable single instance support using dev-libs/libunique @@ -6138,53 +6542,48 @@ net-print/fax4cups:efax - Install net-misc/efax backend net-print/fax4cups:hylafax - Install net-misc/hylafax backend net-print/fax4cups:mgetty-fax - Install net-dialup/mgetty backend net-print/hplip:X - Enables scanner GUI dependencies with USE="scanner" where media-gfx/xsane is preferred over media-gfx/sane-frontends -net-print/hplip:doc - Build documentation net-print/hplip:fax - Enable fax on multifunction devices which support it net-print/hplip:hpcups - Build the hpcups driver for cups (by HP) net-print/hplip:hpijs - Build the IJS driver for cups (Foomatic) net-print/hplip:kde - Enables kde-misc/skanlite as scanner GUI with USE="scanner X" -net-print/hplip:libnotify - Enables desktop notifications -net-print/hplip:libusb0 - Depend on virtual/libusb:0. Some old printers do not work with virtual/libusb:1 +net-print/hplip:libusb0 - Depend on virtual/libusb SLOT 0. Some old printers do not work with virtual/libusb SLOT 1. net-print/hplip:minimal - Only build internal hpijs/hpcups driver (not recommended at all, make sure you know what you are doing) net-print/hplip:parport - Enable parallel port for devices which require it -net-print/hplip:qt4 - Enable graphical interface using Qt 4 net-print/hplip:scanner - Enable scanner on multifunction devices which support it net-print/hplip:snmp - Add support for net-analyzer/net-snmp which enables this driver to work over networks (both for server and client) net-print/hplip:static-ppds - Use statically-generated PPDs instead of Dynamic PPDs. Although this is deprecated some printers may still need it to work properly. Use this flag if hp-setup fails to find/create a valid PPD file net-print/magicfilter:lprng-failsafe - Refuse options for compability with certain LPRng versions. -net-proxy/dansguardian:avast - Enable support for the AvastD content scanner. -net-proxy/dansguardian:backtrace - Enable logging a backtrace when a segmentation fault occurs. -net-proxy/dansguardian:clamav - Enable support for the ClamD content scanner. -net-proxy/dansguardian:commandline - Enable support for command-line content scanners. -net-proxy/dansguardian:email - Enable support for email reporting functionality. -net-proxy/dansguardian:fancydm - Enable support for the fancy download manager. -net-proxy/dansguardian:icap - Enable support for ICAP AV server content scanner. -net-proxy/dansguardian:kaspersky - Enable support for the Kaspersky AV daemon content scanner. -net-proxy/dansguardian:lfs - Enable large file support on 32 bit systems. -net-proxy/dansguardian:logrotate - Use app-admin/logrotate for rotating logs. -net-proxy/dansguardian:ntlm - Enable support for the NTLM auth plugin. -net-proxy/dansguardian:orig-ip - Enable support for checking the client's original destination IP address against HTTP request details when deployed as a transparent proxy (US-CERT VU#435052). -net-proxy/dansguardian:trickledm - Enable support for the trickle download manager. +net-proxy/haproxy:51degrees - Device Detection using 51 Degrees +net-proxy/haproxy:device-atlas - Use dev-libs/device-atlas-api-c library +net-proxy/haproxy:net_ns - Enable network namespace support (CONFIG_NET_NS) net-proxy/haproxy:pcre-jit - Use JIT support for PCRE +net-proxy/haproxy:slz - Use dev-libs/libslz compression library net-proxy/haproxy:tools - Install additional tools (halog, iprange) +net-proxy/haproxy:wurfl - Device Detection using WURFL +net-proxy/privoxy:client-tags - Enable support for client-specific tags +net-proxy/privoxy:compression - Allow privoxy to compress buffered content before sending to the client, if it supports it net-proxy/privoxy:editor - Enable the web-based actions file editor +net-proxy/privoxy:extended-host-patterns - Enable and require PCRE syntax in host patterns. You must convert action files to PCRE, see privoxy-url-pattern-translator.pl Use at your own risk! net-proxy/privoxy:external-filters - Allow to filter content with scripts and programs. Experimental net-proxy/privoxy:fast-redirects - Support fast redirects net-proxy/privoxy:force - Allow single-page disable (force load) net-proxy/privoxy:graceful-termination - Allow to shutdown Privoxy through the webinterface +net-proxy/privoxy:ie-images - Enable a quick but not always reliable auto-detect whether requests from MS Internet Explorer are for an image or not net-proxy/privoxy:image-blocking - Allows the +handle-as-image action, to send "blocked" images instead of HTML net-proxy/privoxy:lfs - Support large files (>2GB) on 32-bit systems net-proxy/privoxy:png-images - Use PNG format instead of GIF for built-in images net-proxy/privoxy:stats - Keep statistics net-proxy/privoxy:toggle - Support temporary disable toggle via web interface +net-proxy/privoxy:tools - Install log parser, regression tester and user agent generator tools net-proxy/privoxy:whitelists - Support trust files (white lists) +net-proxy/privoxy:zlib - Use sys-libs/zlib to decompress data before filtering net-proxy/rejik:banlists - Install upstream provided simple banlists +net-proxy/shadowsocks-libev:mbedtls - Use net-libs/mbedtls as crypto backend net-proxy/shadowsocks-libev:openssl - Use dev-libs/openssl as crypto backend -net-proxy/shadowsocks-libev:polarssl - Use net-libs/polarssl as crypto backend +net-proxy/shadowsocks-libev:system-libs - Use system libraries instead of the ones included in the upstream distribution net-proxy/squid:ecap - Adds support for loadable content adaptation modules (http://www.e-cap.org) net-proxy/squid:esi - Enable ESI for accelerators, will cause squid reverse proxies to be capable of the Edge Acceleration Specification (www.esi.org) net-proxy/squid:htcp - Enable HTCP protocol -net-proxy/squid:icap-client - Adds ICAP client support net-proxy/squid:ipf-transparent - Adds transparent proxy support for systems using IP-Filter (only for *bsd) net-proxy/squid:kqueue - Enables *BSD kqueue() support net-proxy/squid:logrotate - Use app-admin/logrotate for rotating logs @@ -6194,7 +6593,6 @@ net-proxy/squid:ssl-crtd - Adds support for dynamic SSL certificate generation i net-proxy/squid:tproxy - Enables real Transparent Proxy support for Linux Netfilter TPROXY net-proxy/squid:wccp - Enable Web Cache Coordination Protocol net-proxy/squid:wccpv2 - Enable Web Cache Coordination V2 Protocol -net-proxy/sshproxy:client-only - Install only the client wrappers net-proxy/tinyproxy:filter-proxy - Enable filtering of domains/URLS net-proxy/tinyproxy:reverse-proxy - Enable reverse proxying net-proxy/tinyproxy:transparent-proxy - Enable transparent proxying @@ -6228,7 +6626,6 @@ net-voip/yate:isac-fixed - Enable iSAC fixed codec net-voip/yate:isac-float - Enable iSAC float codec net-voip/yate:mysql - use MySQL client library net-voip/yate:postgres - use Postgress SQL -net-voip/yate:sctp - Enable SCTP sockets net-voip/yate:spandsp - use spandsp library net-voip/yate:speex - use Speex codec net-voip/yate:tdmcard - Enable TDMV API card driver @@ -6243,14 +6640,15 @@ net-wireless/aircrack-ng:unstable - Build the "unstable" tools which may randoml net-wireless/bladerf:tecla - use libtecla for command line editing, tab completion, and history net-wireless/bladerf-fpga:x115 - bitstream for the x115KLE Cyclone IV FPGA bladerf model" net-wireless/bladerf-fpga:x40 - bitstream for the x40KLE Cyclone IV FPGA bladerf model" -net-wireless/blueman:gconf - Enable the GConf configuration backend -net-wireless/blueman:gnome - Install the sendto-plugin for gnome-base/nautilus +net-wireless/blueman:appindicator - Enable usage of dev-libs/libappindicator to export menu options net-wireless/blueman:network - Add functionality to setup (host) PAN connections using either net-dns/dnsmasq or net-misc/dhcp -net-wireless/blueman:sendto - Install the sendto-plugin for gnome-base/nautilus net-wireless/blueman:thunar - Install the sendto-plugin for xfce-base/thunar -net-wireless/bluez:hid2hci - The HID proxying makes the keyboard / mouse show up as regular USB HID devices, but needs them to be paired before enabling this, otherwise they won't be detected +net-wireless/bluez:deprecated - Build deprecated plugins +net-wireless/bluez:experimental - Build experimental plugins +net-wireless/bluez:extra-tools - Install tools that upstream doesn't install on purpose by default. All this tools shouldn't be used. Then, please notify upstream about you still need them to let them know the situation. net-wireless/bluez:obex - Enable OBEX transfer support. net-wireless/bluez:test-programs - Install tools for testing of various Bluetooth functions +net-wireless/bluez:user-session - Allow compatibility with user-session semantics for session bus under systemd net-wireless/crda:gcrypt - Use libgcrypt instead of openssl for key checking net-wireless/gnuradio:analog - enable analog signal processing blocks net-wireless/gnuradio:atsc - enable ATSC (HDTV) transmitter and receiver blocks @@ -6272,6 +6670,11 @@ net-wireless/gnuradio:utils - install scripts to enable viewing and analysis of net-wireless/gnuradio:vocoder - enable blocks for audio voice encoders net-wireless/gnuradio:wavelet - enable wavelet signal processing blocks net-wireless/gnuradio:zeromq - enable zeromq message passing blocks +net-wireless/gqrx:gr-audio - Use audio support from net-wireless/gnuradio +net-wireless/gr-air-modes:fgfs - Support FlightGear +net-wireless/gr-air-modes:gui - Build the GUI +net-wireless/gr-air-modes:rtlsdr - Build with Realtek RTL2832U (rtlsdr) support +net-wireless/gr-air-modes:uhd - Build with Ettus Research USRP Hardware Driver support net-wireless/gr-baz:armadillo - install MUSIC DOA estimator block net-wireless/gr-baz:rtlsdr - install rtlsdr source block net-wireless/gr-baz:uhd - install UHD aware blocks @@ -6282,8 +6685,9 @@ net-wireless/gr-osmosdr:iqbalance - Enable support for I/Q balancing using gr-iq net-wireless/gr-osmosdr:mirisdr - Build with Mirics MSi2500 + MSi001 SDR support net-wireless/gr-osmosdr:rtlsdr - Build with Realtek RTL2832U (rtlsdr) support net-wireless/gr-osmosdr:uhd - Build with Ettus Research USRP Hardware Driver support +net-wireless/horst:pcap - Add support for network packet capture via net-libs/libpcap net-wireless/hostapd:crda - Add CRDA support -net-wireless/hostapd:logwatch - Install support files for sys-app/logwatch +net-wireless/hostapd:logwatch - Install support files for sys-apps/logwatch net-wireless/hostapd:netlink - Adding support for using netlink to create VLANs net-wireless/hostapd:sqlite - Adding sqlite support net-wireless/hostapd:wps - Add support for Wi-Fi Protected Setup @@ -6298,7 +6702,6 @@ net-wireless/kismet:plugin-syslog - Build the syslog plugin. net-wireless/kismet:ruby - Build extras which are written in ruby, example plugins and the like. net-wireless/kismet:speech - Audio support using app-accessibility/flite net-wireless/kismet:suid - Install a setuid root helper binary with limited functionality; this allows running kismet as a normal user, significantly reducing security risks -net-wireless/madwifi-ng:injection - Adds support for net-wireless/aircrack-ng aireplay-ng packet injection net-wireless/neard:tools - build and install extra helper utilities net-wireless/openbsc:gprs - Support GPRS via OpenGGSN net-wireless/osmocom-bb:transmit - Enable transmission capabilities. @@ -6308,10 +6711,8 @@ net-wireless/spectools:debug - Build the raw output client for spectools. (for d net-wireless/spectools:gtk - Build the gtk-2 based client for spectools net-wireless/spectools:ncurses - Build the ncurses based client for spectools net-wireless/ubertooth:bluez - use bluez to support clock following and scanning -net-wireless/ubertooth:dfu - Install ubertooth-dfu (needed for read/write of firmware) net-wireless/ubertooth:pcap - Use libpcap for packet capture and read/write net-wireless/ubertooth:specan - Enable the ubertooth spectrum analyzer -net-wireless/ubertooth:ubertooth0-firmware - Build/install ubertooth0-firmware net-wireless/ubertooth:ubertooth1-firmware - Build/install ubertooth1-firmware net-wireless/wepattack:john - Build with app-crypt/johntheripper support net-wireless/wireless-tools:multicall - Build the most commonly used tools as one binary @@ -6323,52 +6724,55 @@ net-wireless/wpa_supplicant:p2p - Add support for Wi-Fi Direct mode net-wireless/wpa_supplicant:ps3 - Add support for ps3 hypervisor driven gelic wifi net-wireless/wpa_supplicant:smartcard - Add support for smartcards net-wireless/wpa_supplicant:tdls - Add support for Tunneled Direct Link Setup (802.11z) -net-wireless/wpa_supplicant:uncommon-eap-types - Add support for Wi-Fi Protected Setup +net-wireless/wpa_supplicant:uncommon-eap-types - Add support for GPSK, SAKE, GPSK_SHA256, IKEV2 and EKE net-wireless/wpa_supplicant:wimax - Add support for Wimax EAP-PEER authentication algorithm net-wireless/wpa_supplicant:wps - Add support for Wi-Fi Protected Setup net-wireless/yatebts:bladerf - Build bladeRF transceiver net-wireless/yatebts:rad1 - Build RAD1 transceiver net-wireless/yatebts:uhd - Build UHD transceiver net-wireless/yatebts:usrp1 - Build USRP1 transceiver +sci-astronomy/casacore:c++11 - Build casacore using the C++11 standard sci-astronomy/casacore:data - Installs measures and data (pulls sci-astronomy/casa-data) sci-astronomy/cpl:gasgano - Enable support for sci-astronomy/gasgano file organizer +sci-astronomy/healpix:idl - Install healpix IDL/GDL routines sci-astronomy/predict:xforms - Add a "map" client which uses the x11-libs/xforms library for its GUI sci-astronomy/predict:xplanet - Project predict data onto world maps generated by x11-misc/xplanet / x11-misc/xearth +sci-astronomy/psfex:plplot - Build with sci-libs/plplot to allow diagnostic plots during processing +sci-astronomy/scamp:plplot - Build with sci-libs/plplot to allow diagnostic plots during processing +sci-astronomy/sextractor:modelfit - Enable profile model fitting, needs sci-libs/atlas and sci-libs/fftw +sci-astronomy/stellarium:media - Enable sound and video support sci-astronomy/stellarium:sound - Enable sound support sci-astronomy/stellarium:stars - Install extra star catalogs sci-astronomy/wcslib:fits - Enable support for the FITS format through sci-libs/cfitsio sci-astronomy/wcslib:pgplot - Builds PGBSOX routines, needs sci-libs/pgplot library +sci-astronomy/wcslib:tools - Builds and installs extra command line utilities for WCS checking +sci-biology/abyss:misc-haskell - build abyss-samtobreak tool, pull in haskell toolchain sci-biology/bioperl:db - Install sci-biology/bioperl-run sci-biology/bioperl:network - Install sci-biology/bioperl-run sci-biology/bioperl:run - Install sci-biology/bioperl-run +sci-biology/bowtie:tbb - Enables building bowtie with the Intel Threading Building Blocks from dev-cpp/tbb. This flag is recommended. sci-biology/clustalw-mpi:mpi_njtree - Use MPI (as opposed to serial) code for computing neighbor-joining trees sci-biology/clustalw-mpi:static_pairalign - Use static (as opposed to dynamic) scheduling for pair alignments sci-biology/exonerate:utils - Install all utilities sci-biology/fasttree:double-precision - use double precision instead of single-precision floating point (2x memroy required) -sci-biology/gmap:goby - Enable support for goby -sci-biology/gmap:samtools - Enable support for samtools sci-biology/goby:cpp - Compile C/C++ API -sci-biology/hmmer:pvm - Add support for parallel virtual machine (sys-cluster/pvm) sci-biology/mcl:blast - add support for NCBI BLAST data sci-biology/plink:R - add support R language sci-biology/plink:webcheck - add support for online update checking every time the program starts -sci-biology/tophat:bam - Compile support for the BAM format sci-biology/ucsc-genome-browser:server - Install genome browser Web application. If this flag is off, only libraries and utilities from the suite are installed. sci-biology/yass:dmalloc - Enable debugging with the dmalloc library sci-biology/yass:lowmem - Build for environments with low amounts of memory sci-calculators/units:units_cur - Install the units_cur python script that updates currencies sci-chemistry/PyMca:matplotlib - Support for plotting through matplotlib -sci-chemistry/apbs:arpack - Include support for arpack libs sci-chemistry/apbs:fast - APBS fast mode (experimental) sci-chemistry/apbs:fetk - Include support for FeTK sci-chemistry/apbs:iapbs - C/C++/Fortran interface sci-chemistry/apbs:tools - Install optional tools sci-chemistry/avogadro:glsl - Enable glsl features via GLEW. +sci-chemistry/avogadro2:rpc - Enable RPC server +sci-chemistry/avogadro2:vtk - include vtk support sci-chemistry/ball:cuda - Include cuda support sci-chemistry/ball:sql - Include SQL database support -sci-chemistry/ball:webkit - Uses dev-qt/qtwebkit for drawing -sci-chemistry/ccp4:arpwarp - Add binary arp-warp for molecular replacement -sci-chemistry/ccp4:balbes - Install sci-chemistry/balbes sci-chemistry/chemtool:emf - EMF export support sci-chemistry/cns:aria - Support patch for sci-chemistry/aria sci-chemistry/eden:double-precision - More precise calculations at the expense of speed @@ -6379,6 +6783,7 @@ sci-chemistry/ghemical:openbabel - Use sci-chemistry/openbabel for file conversi sci-chemistry/gromacs:boost - Enable external boost library sci-chemistry/gromacs:cuda - Enable cuda non-bonded kernels sci-chemistry/gromacs:double-precision - More precise calculations at the expense of speed +sci-chemistry/gromacs:hwloc - Enable HWLoc lib support sci-chemistry/gromacs:make-symlinks - Create symbolic links for pre-5.0 binary names sci-chemistry/gromacs:mkl - Use sci-libs/mkl for fft, blas, lapack routines sci-chemistry/gromacs:offensive - Enable gromacs partly offensive quotes @@ -6392,11 +6797,8 @@ sci-chemistry/molequeue:client - Build the client application sci-chemistry/molequeue:server - Build the serve application sci-chemistry/molequeue:zeromq - Build with net-libs/zeromq support sci-chemistry/mopac7:gmxmopac7 - Add support library for gromacs -sci-chemistry/oasis:minimal - Restricts functionality on free software -sci-chemistry/openbabel:swig - Use swig to rebuild language bindings. sci-chemistry/pdb2pqr:opal - Add web interface via opal sci-chemistry/pdb2pqr:pdb2pka - Install experimental pdb2pka interface -sci-chemistry/pymol:apbs - Install the apbs plugin sci-chemistry/pymol:web - Install Pymodule needed for web app support sci-chemistry/raster3d:gd - libgd support for PNG and JPEG output sci-chemistry/vmd:cuda - Use nvidia cuda toolkit for speeding up computations @@ -6404,9 +6806,8 @@ sci-chemistry/vmd:gromacs - Add support for TNG file format sci-chemistry/vmd:msms - Add support for MSMS SAS calcualtion tool sci-chemistry/vmd:povray - Add support for povray raytracer for HQ images sci-chemistry/vmd:tachyon - Add support for tachyon raytracer for HQ images -sci-chemistry/votca-csg:extras - Pull in extra applications from sci-chemistry/votca-csg-apps +sci-chemistry/votca-csg:extras - Pull in extra applications from sci-chemistry/votca-csgapps sci-chemistry/votca-csg:gromacs - Add support for gromacs file formats through sci-chemistry/gromacs -sci-chemistry/votca-csg:system-boost - Use system boost (dev-libs/boost) instead of bundled one sci-chemistry/wxmacmolplt:flash - Add support for flash movie generation using media-libs/ming sci-electronics/geda:stroke - enable mouse gesture support sci-electronics/gerbv:unit-mm - Set default unit for coordinates in status bar to mm @@ -6416,6 +6817,10 @@ sci-electronics/gtkwave:fasttree - Enables experimental Fast SST Tree widget cod sci-electronics/gtkwave:fatlines - Renders lines as double width in gtkwave. sci-electronics/gtkwave:judy - Enables Judy array support. sci-electronics/gtkwave:packed - Enables '#pragma pack' for data arrays (saves memory, costs time). +sci-electronics/kicad:github - Add github support into PCB editor +sci-electronics/kicad:i18n - Allow GUI internationalization through linguas_* use flags +sci-electronics/kicad:minimal - Build only binaries without parts library and examples +sci-electronics/kicad:python - Enable python scripting support sci-electronics/pcb:gcode - gcode file export sci-electronics/pcb:gif - GIF graphics export sci-electronics/pcb:jpeg - JPEG graphics export @@ -6428,7 +6833,7 @@ sci-electronics/pcb:xrender - Translucent PCB display for Motif/Lesstif GUI sci-electronics/pulseview:decode - Enable decoding of protocols while capturing sci-electronics/sigrok-cli:decode - Enable decoding of protocols while capturing sci-electronics/splat:hires - Builds additional high resolution application 'rfsplat-hd'. -sci-geosciences/geocode-glib:introspection - Use dev-libs/gobject-introspection for introspection +sci-geosciences/gdal-grass:postgres - Include support for dev-db/postgresql sci-geosciences/gmt:gdal - Enable sci-libs/gdal library support sci-geosciences/gmt:gmtfull - Full resolution bathymetry database sci-geosciences/gmt:gmthigh - Add high resolution bathymetry database @@ -6442,10 +6847,13 @@ sci-geosciences/gpsd:latency_timing - support latency timing information sci-geosciences/gpsd:ntp - Enable net-misc/ntp shared memory interface and PPS kernel support for GPS time sci-geosciences/gpsd:shm - export gpsd over shared memory sci-geosciences/gpsd:sockets - export gpsd over unix sockets -sci-geosciences/grass:gmath - Enable gmath wrapper for BLAS/Lapack (virtual/blas, virtual/lapack) +sci-geosciences/grass:geos - Use sci-libs/geos for v.buffer and adds extended options to the v.select module +sci-geosciences/grass:liblas - Include support for LAS and LAZ encoded LiDAR files through sci-geosciences/liblas +sci-geosciences/grass:opencl - Enable OpenCL support sci-geosciences/gshhs:data - Add earth data with sci-geosciences/gshhs-data +sci-geosciences/liblas:gdal - Add support for the sci-libs/gdal geospatial raster library +sci-geosciences/liblas:geotiff - Add support for geo-tagged TIFF files with sci-libs/libgeotiff sci-geosciences/mapnik:gdal - Enable sci-libs/gdal library support -sci-geosciences/mapnik:geos - Enable sci-libs/geos library support sci-geosciences/mapserver:gdal - Enable sci-libs/gdal library support sci-geosciences/mapserver:geos - Enable sci-libs/geos library support sci-geosciences/mapserver:postgis - Enable dev-db/postgis support @@ -6455,18 +6863,16 @@ sci-geosciences/merkaartor:libproxy - Use net-libs/libproxy for getting the HTTP sci-geosciences/merkaartor:qrcode - Enable QR code scanning with media-gfx/zbar sci-geosciences/osm2pgsql:pbf - Add support for importing the new "Protocolbuffer Binary Format" sci-geosciences/qgis:bundled-libs - Use internal copy of x11-libs/qwtpolar +sci-geosciences/qgis:georeferencer - Determines whether georeferencer plugin should be built sci-geosciences/qgis:grass - Add support for sci-geosciences/grass +sci-geosciences/qgis:mapserver - Determines whether mapserver should be built sci-geosciences/qgis:spatialite - Enable Spatial DBMS over sqlite dev-db/spatialite -sci-geosciences/qlandkartegt:dmtx - Enable libdmtx support for summarizing waypoints as 2D barcode -sci-geosciences/qlandkartegt:gpsbabel - Enable support for wide range of geodata file formats -sci-geosciences/qlandkartegt:gpx-extensions - Enable support for GPX extensions -sci-geosciences/qlandkartegt:mikrokopter - Enable telemtry with a mikrokopter -sci-geosciences/qlandkartegt:rmap - Enable support for TwoNav RMAP file format sci-geosciences/viking:libexif - Use media-libs/libexif for EXIF support sci-geosciences/viking:magic - Use libmagic to determine mimetypes sci-geosciences/viking:mapnik - Enable a layer based on sci-geosciences/mapnik sci-geosciences/viking:sqlite - Enable MBTiles support based on dev-db/sqlite sci-geosciences/xtide:gps - Use sci-geosciences/gpsd +sci-libs/ViSP:coin - Enables Coin3D support. sci-libs/ViSP:demos - Installs demo programs. sci-libs/ViSP:dmtx - Enables barcode data matrix support. sci-libs/ViSP:ogre - Enables dev-games/ogre support. @@ -6483,8 +6889,10 @@ sci-libs/armadillo:mkl - Use matrix allocation from the Intel MKL sci-libs/mkl sci-libs/armadillo:superlu - Use SuperLU for sparse linear equation solving sci-libs/superlu sci-libs/armadillo:tbb - Use matrix allocation from the Threads Building Blocks dev-cpp/tbb sci-libs/arprec:qd - Use sci-libs/qd for quad-double datatype +sci-libs/atlas:generic - Build atlas assuming a fairly generic architecture (sse2 for x86, core2 for amd64) sci-libs/avogadrolibs:static-plugins - build all plugins statically into main plugin modules sci-libs/avogadrolibs:vtk - include vtk support +sci-libs/ceres-solver:c++11 - Build ceres-solver using the C++11 standard sci-libs/ceres-solver:cxsparse - Enable simple support for sparse matrix algebra from sci-libs/cxsparse with no LAPACK dependencies sci-libs/ceres-solver:gflags - Use dev-cpp/gflags for flag parsing sci-libs/ceres-solver:protobuf - Use dev-libs/protobuf to encode structured data @@ -6492,9 +6900,14 @@ sci-libs/ceres-solver:schur - Enable fixed-size schur specializations (disable i sci-libs/ceres-solver:sparse - Enable support for sparse matrix algebra with various packages from SuiteSparse sci-libs/cfitsio:tools - Build execs fpack, funpack, imcopy, fitscopy, listhead sci-libs/cgnslib:legacy - Enable or disable building legacy code (3.0 compatible) +sci-libs/cgnslib:tools - A number of utility programs: cgnscheck, cgnscompress, cgnsdiff, cgnslist, cgnsnames, cgnsupdate, cgnsconvert, adf2hdf, hdf2adf. sci-libs/chemkit:applications - Build also applications not only the libraries sci-libs/cholmod:cuda - Use nvidia cuda toolkit for speeding up computations sci-libs/cholmod:metis - Enable the Partition module to cholmod using sci-libs/metis +sci-libs/clblas:client - Build a command line clBLAS client program. +sci-libs/clblas:ktest - A command line tool for testing single clBLAS kernel. +sci-libs/clblas:performance - Copy performance scripts that can measure and graph performance. +sci-libs/clblast:client - Enable compilation of the clients to test and compare performance with reference libraries sci-libs/coinor-bonmin:glpk - Undocumented USE sci-libs/coinor-clp:glpk - Enable GNU Linear Programming Kit sci-mathematics/glpk support sci-libs/coinor-clp:metis - Enable partitioning with sci-libs/metis @@ -6519,18 +6932,25 @@ sci-libs/gdal:ogdi - Enable support for the open geographic datastore interface sci-libs/gdal:opencl - Enable OpenCL support sci-libs/gdal:spatialite - Enable Spatial DBMS over sqlite dev-db/spatialite sci-libs/gdal:xls - Add the dev-libs/freexl library for xls import support +sci-libs/grib_api:aec - Build with Adaptive Entropy Coding compression, needs sci-libs/libaec sci-libs/grib_api:jasper - Use media-libs/jasper instead of media-libs/openjpeg for JPEG 2000 support sci-libs/gsl:cblas-external - Link gsl with external cblas provided by (virtual/cblas) instead of shipped internal version +sci-libs/gsl:deprecated - Enable deprecated functions sci-libs/hdf5:fortran2003 - Enable new features that require Fortran 2003 (http://www.hdfgroup.org/HDF5/doc/fortran/NewFeatures_F2003.pdf) +sci-libs/hdf5:hl - Enable high level API (https://support.hdfgroup.org/HDF5/doc/HL/index.html) +sci-libs/hypre:fei - Build the internal Finite Element Interface routines +sci-libs/hypre:int64 - Build the 64 bits integer library sci-libs/ipopt:hsl - hsl sci-libs/ipopt:mumps - Enable sci-libs/mumps support -sci-libs/lemon:coin - Enable the coinor-clp and coinor-cbc graph algorithms +sci-libs/lapack-reference:deprecated - Build deprecated routines +sci-libs/lemon:coin - Enable the sci-libs/coinor-clp and sci-libs/coinor-cbc graph algorithms sci-libs/lemon:glpk - Enable GNU Linear Programming Kit sci-mathematics/glpk support sci-libs/lemon:tools - Build additional tools sci-libs/libccd:double - Use double precision floats. sci-libs/libghemical:mopac7 - Use sci-chemistry/mopac7 for semi-empirical calculations sci-libs/libghemical:mpqc - Use sci-chemistry/mpqc for quantum-mechanical calculations sci-libs/libsigrok:ftdi - Enable drivers that need libftdi +sci-libs/libsigrok:parport - Enable drivers that are parallel (IEEE1284) based sci-libs/libsigrok:serial - Enable drivers that are serial (RS232) based sci-libs/libsvm:tools - Install python based tool scripts sci-libs/linux-gpib:firmware - Install firmware @@ -6554,11 +6974,14 @@ sci-libs/nlopt:octave - Add plugin for sci-mathematics/octave sci-libs/octomap:dynamicEDT3D - Build and install dynamicEDT3D library: A library for incrementally updatable Euclidean distance transforms in 3D. sci-libs/opencascade:freeimage - Enable support for image i/o via media-libs/freeimage sci-libs/opencascade:gl2ps - Use gl2ps PostScript printing library -sci-libs/opencascade:tbb - tEnable multithreading with the Intel Threads Building Block dev-cpp/tbb +sci-libs/opencascade:tbb - Enable multithreading with the Intel Threads Building Block dev-cpp/tbb +sci-libs/opencascade:vtk - Enable Virtualisation Toolkit sci-libs/openfoam:opendx - Install opendx visualisation tool sci-libs/openfoam:paraview - Enable support for paraview library sci-libs/openfoam:src - Install source files sci-libs/orocos_kdl:models - Build models for some well known robots. +sci-libs/pastix:int64 - Build the 64 bits integer library +sci-libs/pastix:starpu - Build and link with dev-libs/starpu sci-libs/pcl:cuda - Adds support for NVIDIA CUDA. sci-libs/pcl:openni - Adds support for Kinect-like 3D sensors devices with dev-libs/OpenNI. sci-libs/pcl:openni2 - Adds support for Kinect-like 3D sensors devices with dev-libs/OpenNI2 (should be preferred over openni). @@ -6566,7 +6989,6 @@ sci-libs/pcl:pcap - Adds pcap file capabilities in some drivers. sci-libs/pcl:qhull - Adds convex-hull operation support via media-libs/qhull. sci-libs/pcl:tutorials - Builds and installs tutorials. sci-libs/pcl:vtk - Adds support for VTK-Visualizations. -sci-libs/plplot:ada - Add bindings for the ADA programming language sci-libs/plplot:dynamic - Build with dynamic drivers sci-libs/plplot:octave - Add bindings for sci-mathematics/octave sci-libs/plplot:pdl - Add bindings for dev-perl/PDL @@ -6579,15 +7001,8 @@ sci-libs/scipy:sparse - Adds support for sparse solving with sci-libs/umfpack sci-libs/scotch:int64 - Build the 64 bits integer library (needed for > 2^31 vertices) sci-libs/scotch:tools - Build and install extra exec tools sci-libs/shogun:R - Enable support for dev-lang/R -sci-libs/shogun:arpack - Enable support for sci-libs/arpack -sci-libs/shogun:eigen - Enable support for matrix package dev-cpp/eigen -sci-libs/shogun:glpk - Enable support for sci-mathematics/glpk -sci-libs/shogun:json - Enable support for parsing JSON format -sci-libs/shogun:lpsolve - Enable support for Linear Programming Solver -sci-libs/shogun:nlopt - Enable support non linear optimization from sci-libs/nlopt sci-libs/shogun:octave - Enable support for sci-mathematics/octave -sci-libs/shogun:snappy - Enable support for snappy compression -sci-libs/shogun:superlu - Enable support for sci-libs/superlu +sci-libs/shogun:opencl - Enable support for building against OpenCL sci-libs/silo:silex - Build silex data browser sci-libs/spqr:metis - Use sci-libs/metis or sci-libs/parmetis for partitioning sci-libs/spqr:tbb - Enable multithreading with the Intel Threads Building Block dev-cpp/tbb @@ -6596,9 +7011,12 @@ sci-libs/ssm:ccp4 - Link superpose with libccp4 sci-libs/suitesparse:cuda - Enable nvidia cuda toolkit for speeding up computations sci-libs/suitesparse:metis - Enable the Partition module to cholmod using sci-libs/metis sci-libs/suitesparse:tbb - Enable multithreading with the Intel Threads Building Block dev-cpp/tbb +sci-libs/sundials:hypre - Build with sci-libs/hypre conditioners +sci-libs/sundials:sparse - Enable support for sci-libs/klu sparse solver +sci-libs/sundials:superlumt - Build with sci-libs/superlu_mt +sci-libs/superlu_mt:int64 - Build the 64 bits integer library sci-libs/taucs:cilk - Enable multithreading using dev-lang/cilk sci-libs/umfpack:cholmod - Use sci-libs/cholmod for matrix ordering -sci-libs/votca-tools:system-boost - Use system boost (dev-libs/boost) instead of bundled one sci-libs/vtk:R - Enable support for dev-lang/R sci-libs/vtk:all-modules - Build all modules sci-libs/vtk:boost - Add support for boost @@ -6606,7 +7024,7 @@ sci-libs/vtk:cg - Use nvidia's cg shaders sci-libs/vtk:gdal - Support for gdal formated data sci-libs/vtk:imaging - Building Imaging modules sci-libs/vtk:json - Support for json formated data -sci-libs/vtk:kaapi - Use sci-libs/kaapi to handle smp support +sci-libs/vtk:kaapi - Use sci-libs/xkaapi to handle smp support sci-libs/vtk:offscreen - Offscreen rendering through OSMesa sci-libs/vtk:rendering - Building Redering modules sci-libs/vtk:tbb - Use dev-cpp/tbb to handle smp support @@ -6617,11 +7035,11 @@ sci-libs/xkaapi:blas - Kaapi BLAS tasks for PLASMA sci-libs/xkaapi:gpu - Build library for gpu threading sci-mathematics/Macaulay2:optimization - Accept upstream's choices for -O option, i.e. -O3 almost everywhere. sci-mathematics/agda:cpphs - Use cpphs instead of cpp. -sci-mathematics/agda:epic - Add support for the epic compiler. sci-mathematics/agda:stdlib - Install the standard library. sci-mathematics/agda-stdlib:ffi - Install agda-lib-ffi for compilation using the MAlonzo backend sci-mathematics/bertini:optimization - Accept upstream's choices for -O option. -sci-mathematics/cgal:mpfi - Enable support for multiple recision interval arithmetic via sci-mathematics/mpfi +sci-mathematics/cgal:mpfi - Enable support for multiple recision interval arithmetic via sci-libs/mpfi +sci-mathematics/cgal:ntl - Enable support for dev-libs/ntl sci-mathematics/coq:camlp5 - Build using camlp5. This is required for some plugins like Ssreflect. sci-mathematics/cvc3:isabelle - Add integration support for the Isabelle/HOL theorem prover. sci-mathematics/cvc3:zchaff - Use the SAT solver zchaff whose copyright is owned by Princeton University and is more restrictive (see zchaff license). @@ -6643,20 +7061,8 @@ sci-mathematics/gmp-ecm:custom-tune - Improve performance of some operations by sci-mathematics/gmp-ecm:gwnum - Use GWNum lib where possible sci-mathematics/gretl:R - Enable support for dev-lang/R sci-mathematics/gsl-shell:fox - Build a x11-libs/fox GUI -sci-mathematics/isabelle:CCL - CCL (Classical Computational Logic) -sci-mathematics/isabelle:CTT - CTT (Constructive Type Theory) is an extensional version of Martin-Löf's Type Theory. -sci-mathematics/isabelle:Cube - Cube (The Lambda Cube) -sci-mathematics/isabelle:FOL - FOL (Many-sorted First-Order Logic) provides basic classical and intuitionistic first-order logic. It is polymorphic. -sci-mathematics/isabelle:FOLP - FOLP (FOL with Proof Terms) -sci-mathematics/isabelle:HOL - (Higher-Order Logic) is a version of classical higher-order logic resembling that of the HOL System. -sci-mathematics/isabelle:LCF - LCF (Logic of Computable Functions) -sci-mathematics/isabelle:Pure - Pure is the basis for all object-logics. -sci-mathematics/isabelle:Sequents - Sequents (first-order, modal and linear logics) -sci-mathematics/isabelle:ZF - ZF (Set Theory) offers a formulation of Zermelo-Fraenkel set theory on top of FOL. sci-mathematics/isabelle:graphbrowsing - Generate theory browsing information, including HTML documents that show a theory's definition, the theorems proved in its ML file and the relationship with its ancestors and descendants. sci-mathematics/isabelle:ledit - Use ledit for the isabelle tty line editor -sci-mathematics/isabelle:pide - Build Isabelle/jEdit Prover IDE (PIDE). -sci-mathematics/isabelle:proofgeneral - Add support for the app-emacs/proofgeneral proof assistant front end. sci-mathematics/isabelle:readline - Use readline (rlwrap) for the isabelle tty line editor sci-mathematics/kodkodi:isabelle - Add integration support for the Isabelle/HOL theorem prover. sci-mathematics/maxima:clisp - Compile maxima with GNU CLISP (dev-lisp/clisp) @@ -6669,10 +7075,11 @@ sci-mathematics/minisat:extended-solver - Build extended version of SAT solver w sci-mathematics/msieve:ecm - Enable support for the GMP-ECM library sci-mathematics/normaliz:extras - Install sci-mathematics/Macaulay2 and sci-mathematics/singular packages as shipped by upstream sci-mathematics/nusmv:minisat - Enable support for MiniSat -sci-mathematics/octave:glpk - Add support for sci-libs/glpk for linear programming +sci-mathematics/nusmv:zchaff - Enable support for zChaff +sci-mathematics/octave:glpk - Add support for sci-mathematics/glpk for linear programming sci-mathematics/octave:gui - Enable the graphical user interface -sci-mathematics/octave:jit - (EXPERIMENTAL) enable JIT compiler -sci-mathematics/octave:qhull - Add support for sci-libs/qhull, to allow `delaunay', `convhull', and related functions +sci-mathematics/octave:openssl - Use dev-libs/openssl for low level hash functions +sci-mathematics/octave:qhull - Add support for media-libs/qhull, to allow `delaunay', `convhull', and related functions sci-mathematics/octave:qrupdate - Add support for sci-libs/qrupdatefor QR and Cholesky update functions sci-mathematics/octave:sparse - Add enhanced support for sparse matrix algebra with SuiteSparse sci-mathematics/pari:data - Add additional data (elldata, galdata, seadata, nftables) @@ -6690,48 +7097,52 @@ sci-mathematics/singular:boost - Compile against external boost headers (dev-lib sci-mathematics/spass:isabelle - Add integration support for the Isabelle/HOL theorem prover. sci-mathematics/unuran:prng - Use sci-mathematics/prng library sci-mathematics/unuran:rngstreams - Use sci-mathematics/rngstreams library +sci-mathematics/yacas:doc - Generate HTML documentation +sci-mathematics/yacas:gui - Build graphical interface for the native yacas engine. Requires Qt5 +sci-mathematics/yacas:java - Build the Java yacas engine and text console for it +sci-mathematics/yacas:jupyter - Add support for jupyter notebook sci-mathematics/yacas:server - Build the network server version sci-mathematics/yafu:sieve - Use msieve for the sieving steps of NFS -sci-misc/boinc:cuda - Use nvidia cuda toolkit for speeding up computations. NOTE: works only for subset of nvidia graphic cards so make sure your card is supported before opening bug about it. +sci-mathematics/z3:isabelle - Add integration support for the Isabelle/HOL theorem prover. +sci-misc/boinc:cuda - Use nvidia cuda toolkit for speeding up computations. NOTE: works only for subset of nvidia graphic cards so make sure your card is supported before opening a bug about it. sci-misc/h5utils:hdf - Build hdf to hdf5 (and vice-versa) converter sci-misc/h5utils:octave - Build Octave plugins sci-misc/nco:dap - Support for remote data access with the NETCDF DAP client sci-misc/nco:ncap2 - Build next generation netcdf arithmetic processor (needs dev-java/antlr) sci-misc/nco:udunits - Add sci-libs/udunits files support +sci-physics/bullet:bullet3 - Build Bullet 3 sci-physics/bullet:double-precision - Build libraries in double precision sci-physics/bullet:extras - Build additional libraries sci-physics/cernlib-montecarlo:herwig - Build Herwig internal event generator, newer version available in sci-physics/herwig -sci-physics/clhep:exceptions - Enable zoom exceptions for user intervention sci-physics/espresso:cuda - Enable cuda support sci-physics/espresso:examples - Installs the examples -sci-physics/espresso:packages - Installs extra subpackages +sci-physics/espresso:packages - Installs extra TCL subpackages sci-physics/fastjet:cgal - Use sci-mathematics/cgal instead of bundled algorithms sci-physics/fastjet:plugins - Build all standard and C++ plugins sci-physics/geant:data - Add a lot of standard physics data files for geant4 sci-physics/geant:dawn - Add support for media-gfx/dawn (3D postscript rendering) sci-physics/geant:gdml - Enable geometry markup language for xml sci-physics/geant:geant3 - Add compatibility for geant321 to geant4 -sci-physics/geant:granular - Produce many small libraries instead of global ones sci-physics/geant:inventor - Add support for Open Inventor SGI toolkit via Coin3D sci-physics/geant:raytracerx - Enable raytracing for physics events sci-physics/geant:vrml - Enable output of geant4 in vrml formats sci-physics/hepmc:cm - Build with cm instead of default mm for length units sci-physics/hepmc:gev - Build with GeV instead of default MeV for momentum units +sci-physics/herwig++:c++11 - Build Herwig++ using the C++11 standard. Experimental feature, not for production use. +sci-physics/herwig++:fastjet - Adds support for sci-physics/fastjet sci-physics/hoomd-blue:cuda - Enable cuda non-bonded kernels -sci-physics/lammps:lammps-memalign - Enables the use of the posix_memalign() call instead of malloc() when large chunks or memory are allocated by LAMMPS +sci-physics/lammps:lammps-memalign - Enables the use of the posix_memalign() call instead of malloc() when large chunks or memory are allocated by LAMMPS. Aliengnment is on 16 byte boundaries. sci-physics/lhapdf:octave - Add bindings for sci-mathematics/octave -sci-physics/meep:mpb - Enable build against sci-physics/mpb sci-physics/pythia:fastjet - Build jets using the sci-physics/fastjet package sci-physics/pythia:hepmc - Adds support for High Energy Physics Monte Carlo Generators sci-physics/hepmc sci-physics/pythia:lhapdf - Support the use of external PDF sets via sci-physics/lhapdf sci-physics/pythia:root - Use sci-physics/root trees and histograms (in examples only) +sci-physics/root:R - Enable support for dev-lang/R sci-physics/root:c++11 - Build ROOT using the C++11 standard sci-physics/root:c++14 - Build ROOT using the C++14 standard -sci-physics/root:clarens - Build the Clarens and PEAC plug-ins, to use in a GRID enabled analysis sci-physics/root:fits - Support for images and data from FITS files with sci-libs/cfitsio sci-physics/root:gdml - Enable GDML writer and reader sci-physics/root:geocad - Enable ROOT-CAD interface using sci-libs/opencascade -sci-physics/root:htmldoc - Generate html documentation sci-physics/root:http - Enable http server support including but not limited to fastcgi support sci-physics/root:math - Build all math related libraries plugins, needs sci-libs/gsl sci-physics/root:memstat - Build memory statistics library, helps to detect memory leaks @@ -6741,13 +7152,22 @@ sci-physics/root:reflex - Build the reflection database for the C++ interpreter sci-physics/root:shadow - Enable shadow authentication in rootd and proofd sci-physics/root:table - Build libTable contrib library sci-physics/root:xrootd - Build the interface for net-libs/xrootd +sci-physics/thepeg:c++11 - Build ThePEG using the C++11 standard. Experimental feature, not for production use. +sci-physics/thepeg:fastjet - Adds support for sci-physics/fastjet +sci-physics/thepeg:hepmc - Adds support for High Energy Physics Monte Carlo Generators sci-physics/hepmc +sci-physics/thepeg:lhapdf - Adds support for sci-physics/lhapdf +sci-physics/thepeg:rivet - Adds support for sci-physics/rivet +sci-physics/yoda:c++11 - Build using the C++11 standard +sci-physics/yoda:root - Adds support for sci-physics/root sci-visualization/fityk:nlopt - Enable optimization with sci-libs/nlopt sci-visualization/gnuplot:bitmap - Enable dot-matrix printers and pbm terminal +sci-visualization/gnuplot:compat - Enable backwards compatibility with version 4 syntax sci-visualization/gnuplot:gd - Add support for media-libs/gd. Needed for GIF, JPEG, and PNG image output. sci-visualization/gnuplot:libcerf - Enable special functions from sci-libs/libcerf -sci-visualization/gnuplot:thin-splines - Enable thin plate splines sci-visualization/gwyddion:fits - Enable FITS image import via sci-libs/cfitsio sci-visualization/gwyddion:sourceview - Enable support for x11-libs/gtksourceview +sci-visualization/labplot:cantor - Enable support for different open-source computer algebra systems via kde-apps/cantor +sci-visualization/labplot:fits - Enable support for NASA's sci-libs/cfitsio library sci-visualization/opendx:cdf - Add support for sci-libs/cdf data exchange format sci-visualization/opendx:hdf - Add support for the Hierarchical Data Format (sci-libs/hdf) sci-visualization/paraview:boost - Enable the usage of dev-libs/boost @@ -6768,7 +7188,6 @@ sec-policy/selinux-base:ubac - Enable User Based Access Control (UBAC) in the SE sec-policy/selinux-base:unconfined - Enable support for the unconfined SELinux module sec-policy/selinux-base-policy:unconfined - Enable support for the unconfined SELinux policy module sys-apps/accountsservice:systemd - Use sys-apps/systemd instead of sys-auth/consolekit for session tracking -sys-apps/acl:nfs - add support for NFS acls sys-apps/baselayout-prefix:prefix-chaining - install in a chained Prefix environment sys-apps/busybox:make-symlinks - Create all the appropriate symlinks in /bin and /sbin. sys-apps/busybox:math - Enable math support in gawk (requires libm) @@ -6776,20 +7195,40 @@ sys-apps/busybox:mdev - Create the appropriate symlink in /sbin and install mdev sys-apps/busybox:sep-usr - Support a separate /usr without needing an initramfs by booting with init=/ginit sys-apps/busybox:static - Make the system rescue shell (/bin/bb) static so you can recover even when glibc is broken sys-apps/busybox:systemd - Support systemd +sys-apps/coreutils:hostname - Build the hostname program +sys-apps/coreutils:kill - Build the kill program sys-apps/coreutils:multicall - Build all tools into a single `coreutils` program akin to busybox to save space sys-apps/dbus:systemd - Build with sys-apps/systemd at_console support -sys-apps/dmtcp:fast - Enable experimental performance options such as mmap allocator. -sys-apps/dmtcp:trace - Enable ptrace support (only valid with debug enabled). +sys-apps/dbus:user-session - Enable user-session semantics for session bus under systemd sys-apps/dstat:wifi - Enable wireless network functions +sys-apps/duc:X - Use X11 for the GUI instead of OpenGL. This is the recommended option +sys-apps/duc:cairo - Build support for exporting to PNG and PDF with x11-libs/cairo +sys-apps/duc:gui - Build support for a graphical client +sys-apps/duc:leveldb - Use dev-libs/leveldb as the backend +sys-apps/duc:ncurses - Build support for the ncurses client +sys-apps/duc:sqlite - Use dev-db/sqlite:3 as the backend +sys-apps/duc:tokyocabinet - Use dev-db/tokyocabinet as the backend sys-apps/elfix:ptpax - Enable PT_PAX_FLAGS support. sys-apps/elfix:xtpax - Enable XATTR_PAX_FLAGS support. sys-apps/entropy-server:matter - Pull in app-admin/matter sys-apps/etckeeper:bazaar - Support dev-vcs/bzr based repository sys-apps/etckeeper:cron - Install cron script +sys-apps/firejail:apparmor - Enable support for custom AppArmor profiles +sys-apps/firejail:bind - Enable custom bind mounts +sys-apps/firejail:chroot - Enable chrooting to custom directory +sys-apps/firejail:file-transfer - Enable file transfers between sandboxes and the host system +sys-apps/firejail:network - Enable networking features +sys-apps/firejail:network-restricted - Grant access to --interface, --net=ethXXX and --netfilter only to root user; regular users are only allowed --net=none +sys-apps/firejail:seccomp - Enable system call filtering +sys-apps/firejail:userns - Enable attaching a new user namespace to a sandbox (--noroot option) +sys-apps/firejail:x11 - Enable X11 sandboxing +sys-apps/firejail-lts:seccomp - Enable system call filtering sys-apps/flashrom:atahpt - Highpoint (HPT) ATA/RAID controller support +sys-apps/flashrom:atapromise - Support for Promise PDC2026x (FastTrak/Ultra) sys-apps/flashrom:atavia - Support for VIA VT6421A SATA controllers sys-apps/flashrom:bitbang_spi - Bitbanging SPI infrastructure sys-apps/flashrom:buspirate_spi - Enable Bus Pirate SPI programmer +sys-apps/flashrom:ch341a_spi - Enable WCH CH341A SPI programmer sys-apps/flashrom:dediprog - Dediprog SF100 support sys-apps/flashrom:drkaiser - Enable Dr. Kaiser programmer sys-apps/flashrom:dummy - Enable dummy tracing @@ -6843,25 +7282,29 @@ sys-apps/kexec-tools:xen - Enable extended xen support sys-apps/kmod:lzma - Enable support for XZ compressed modules sys-apps/kmod:tools - Install module loading/unloading tools. sys-apps/kmod:zlib - Enable support for gzipped modules +sys-apps/linux-misc-apps:usbip - Include USB/IP binaries to replace net-misc/usbip sys-apps/lm_sensors:sensord - Enable sensord - a daemon that can be used to periodically log sensor readings from hardware health-monitoring chips +sys-apps/man-db:manpager - Enable manpager wrapper for colorizing output sys-apps/memtest86:serial - Compile with serial console support sys-apps/memtest86+:floppy - Install a script to create floppy disks containing memtest86+ binaries. sys-apps/memtest86+:serial - Compile with serial console support sys-apps/moreutils:perl - Install scripts written in Perl +sys-apps/net-tools:arp - build the arp and rarp tools (for manipulating the ARP cache) +sys-apps/net-tools:hostname - build the hostname and dnsdomainname tools sys-apps/net-tools:old-output - use old ifconfig output style (useful for when new output breaks scripts) -sys-apps/openrc:audit - enable support for Linux audit subsystem +sys-apps/net-tools:plipconfig - build the plipconfig tool (for working with old PLIP hardware) +sys-apps/net-tools:slattach - build the slattach tool (for working with old serial ports) +sys-apps/nix:etc_profile - Install /etc/profile.d/ entry to inject nix support for all users. +sys-apps/nix:gc - Enable garbage collection in the Nix expression evaluator (use dev-libs/boehm-gc). +sys-apps/nix:sodium - Use dev-libs/libsodium for cryptography sys-apps/openrc:netifrc - enable Gentoo's network stack (net.* scripts) sys-apps/openrc:newnet - enable the new network stack (experimental) sys-apps/openrc:tools - build optional tools sys-apps/pacman:gpg - Support verifying packages signed with GPG using app-crypt/gpgme sys-apps/paludis:pbins - Enable binary package support. Adds dependency upon app-arch/libarchive sys-apps/paludis:pink - Use a less boring colourscheme than the default -sys-apps/paludis:portage - Enable experimental support for Portage configuration formats -sys-apps/paludis:prebuilt-documentation - Use pre-built documentation -sys-apps/paludis:python-bindings - Enable Python bindings. Requires a lot of RAM to build (~700Mbytes per job) and adds a dependency upon dev-libs/boost -sys-apps/paludis:ruby-bindings - Enable Ruby bindings. -sys-apps/paludis:search-index - Enable cave search --index. Requires sqlite. -sys-apps/paludis:visibility - Enable visibility support (g++ >=4.1) +sys-apps/paludis:search-index - Enable cave search --index. Requires dev-db/sqlite. +sys-apps/paludis:xml - Build xml things for metadata.xml and GLSA support (needs dev-libs/libxml2). sys-apps/pciutils:dns - Enable support for querying the central database of PCI IDs using DNS sys-apps/pciutils:kmod - Enable sys-apps/kmod support for the -k switch in lspci command sys-apps/pciutils:zlib - Support compressed pci.ids database @@ -6874,9 +7317,7 @@ sys-apps/pkgcore:doc - Build and install API docs. sys-apps/policycoreutils:audit - Enable support for sys-process/audit and use the audit_* functions (like audit_getuid instead of getuid()) sys-apps/portage:epydoc - Build html API documentation with epydoc. sys-apps/portage:ipc - Use inter-process communication between portage and running ebuilds. -sys-apps/portage:pypy2_0 - Use pypy-c2.0 as Python interpreter. -sys-apps/portage:python2 - Use python2 as Python interpreter. -sys-apps/portage:python3 - Use python3 as Python interpreter. +sys-apps/portage:native-extensions - Compiles native "C" extensions (speedups, instead of using python backup code). Currently includes xattr and libc-locales. This should only be temporarily disabled for some bootstrapping operations, etc.. Cross-compilation is not supported. sys-apps/portage:xattr - Preserve extended attributes (filesystem-stored metadata) when installing files. Usually only required for hardened systems. sys-apps/proot:care - Build dynamic CARE binary (more info - http://reproducible.io/) sys-apps/pyrenamer:music - Enable support for renaming music @@ -6885,21 +7326,23 @@ sys-apps/qingy:opensslcrypt - Encrypt communications between qingy and its GUI u sys-apps/razercfg:pm-utils - Installs the pm-utils hooks for suspend/resume and requires sys-power/pm-utils sys-apps/razercfg:qt4 - Installs a qt UI. Requires dev-python/pyside sys-apps/roccat-tools:lua - Build support for Lua scripting for RyosMKPro ripple effects -sys-apps/rsbac-admin:rklogd - Enabled deprecated RSBAC kernel logger sys-apps/s390-tools:fuse - build cmsfs-fuse to read files stored on a z/VM CMS disk +sys-apps/s390-tools:ncurses - build hyptop monitoring program +sys-apps/s390-tools:pfm - build the cpacfstats tool sys-apps/s390-tools:zfcpdump - build the kernel disk dumping utility -sys-apps/shadow:audit - Enable support for sys-process/audit +sys-apps/s390-tools:zlib - build the zgetdump utility +sys-apps/selinux-python:audit - Enable support for sys-process/audit and use the audit_* functions (like audit_getuid instead of getuid()) sys-apps/smartmontools:minimal - Do not install the monitoring daemon and associated scripts. +sys-apps/smartmontools:update_drivedb - Install a script to update the drivedb file. sys-apps/superiotool:pci - Support for PCI-attached "Super I/Os" (e.g. in VIA VT82686A/B). sys-apps/systemd:apparmor - Enable AppArmor support sys-apps/systemd:audit - Enable support for sys-process/audit sys-apps/systemd:cryptsetup - Enable cryptsetup tools (includes unit generator for crypttab) sys-apps/systemd:curl - Enable support for uploading journals; required to build systemd-import/systemd-pull +sys-apps/systemd:doc - Generate systemd.index.7 and systemd.directives.7 sys-apps/systemd:elfutils - Enable coredump stacktraces in the journal -sys-apps/systemd:firmware-loader - Enable user-space firmware loader (for kernels prior to 3.8) sys-apps/systemd:gcrypt - Enable sealing of journal files using gcrypt; required to build systemd-import/systemd-pull sys-apps/systemd:gnuefi - Enable EFI boot manager and stub loader (built using sys-boot/gnu-efi) -sys-apps/systemd:gudev - enable libudev gobject interface sys-apps/systemd:http - Enable embedded HTTP server in journald sys-apps/systemd:importd - Enable import daemon sys-apps/systemd:kdbus - Connect to kernel dbus (KDBUS) instead of userspace dbus if available @@ -6908,7 +7351,6 @@ sys-apps/systemd:lz4 - Enable lz4 compression for the journal sys-apps/systemd:nat - Enable support for network address translation in networkd sys-apps/systemd:qrcode - Enable qrcode output support in journal sys-apps/systemd:sysv-utils - Install sysvinit compatibility symlinks and manpages for init, telinit, halt, poweroff, reboot, runlevel, and shutdown -sys-apps/systemd:terminal - Enable experimental userspace virtual terminal support sys-apps/systemd:vanilla - Disable Gentoo-specific behavior and compatibility quirks sys-apps/systemd:xkb - Validate XKB keymap in logind sys-apps/tcp-wrappers:netgroups - Support matching NIS (host) netgroup names via the @netgroup syntax (if you don't know what this means, you most likely do not need it) @@ -6918,16 +7360,19 @@ sys-apps/usb_modeswitch:jimtcl - Use dev-lang/jimtcl instead of dev-lang/tcl for sys-apps/usermode-utilities:fuse - Build tools (currently umlmount) needing fuse sys-apps/util-linux:caps - build setpriv helper (run programs with diff capabilities) sys-apps/util-linux:cramfs - build mkfs/fsck helpers for cramfs filesystems -sys-apps/util-linux:cytune - build cytune for Cyclades-Z multiport serial cards sys-apps/util-linux:fdformat - build fdformat (floppy disk format) +sys-apps/util-linux:kill - build the kill program sys-apps/util-linux:pam - build runuser helper sys-apps/util-linux:suid - install mount/umount as setuid so non-root users may mount/umount devices, and wall/write as setgid so non-root users can notify other users sys-apps/util-linux:tty-helpers - install the mesg/wall/write tools for talking to local users sys-apps/v86d:x86emu - Use x86emu for Video BIOS calls sys-apps/watchdog:nfs - enable support for checking nfs mounts sys-apps/xinetd:rpc - support RPC services +sys-auth/consolekit:cgroups - Use the kernel to track processes instead of the session cookie. +sys-auth/consolekit:pm-utils - Adds support for suspend/resume using sys-power/pm-utils sys-auth/consolekit:policykit - Use the PolicyKit framework (sys-auth/polkit) to get authorization for suspend/shutdown. sys-auth/consolekit:systemd-units - Install systemd unit files to replace the modern functionality of logind in sys-apps/systemd. Not recommended. +sys-auth/elogind:apparmor - Enable AppArmor support sys-auth/fingerprint-gui:upekbsapi - Add UPEK BSAPI drivers for identify functions on some readers sys-auth/keystone:memcached - Installs dependencies needed for using memcached as a backend sys-auth/keystone:mongo - Installs dependencies needed for using mongo as a backend @@ -6940,6 +7385,7 @@ sys-auth/pam_mktemp:prevent-removal - If supported, set EXT2_APPEND_FL on /tmp/. sys-auth/pam_mysql:openssl - Use OpenSSL for md5 and sha1 support sys-auth/pam_pkcs11:nss - Use Mozilla NSS (dev-libs/nss) as provider for PKCS#11 access, rather than using OpenSSL with a custom implementation of the PKC#11 protocol. sys-auth/pam_pkcs11:pcsc-lite - Build the card_eventmanager binary used to detect card removal and lock the sessions. This needs sys-apps/pcsc-lite. +sys-auth/pam_u2f:debug - Enable debug messages using the pam logging macros. (Note: these will be visible on stdout for terminal logins). sys-auth/pambase:consolekit - Enable pam_ck_connector module on local system logins. This allows for console logins to make use of ConsoleKit authorization. sys-auth/pambase:cracklib - Enable pam_cracklib module on system authentication stack. This produces warnings when changing password to something easily crackable. It requires the same USE flag to be enabled on sys-libs/pam or system login might be impossible. sys-auth/pambase:debug - Enable debug information logging on syslog(3) for all the modules supporting this in the system authentication and system login stacks. @@ -6951,8 +7397,10 @@ sys-auth/pambase:pam_krb5 - Enable pam_krb5 module on system auth stack, as an a sys-auth/pambase:pam_ssh - Enable pam_ssh module on system auth stack for authentication and session handling. This module will accept as password the passphrase of a private SSH key (one of ~/.ssh/id_rsa, ~/.ssh/id_dsa or ~/.ssh/identity), and will spawn an ssh-agent instance to cache the open key. sys-auth/pambase:passwdqc - Enable pam_passwdqc module on system auth stack for password quality validation. This is an alternative to pam_cracklib producing warnings, rejecting or providing example passwords when changing your system password. It is used by default by OpenWall GNU/*/Linux and by FreeBSD. sys-auth/pambase:securetty - Enable pam_securetty module in the login stack. Not generally relevant anymore as the login stack only refers to local logins and local terminals imply secure access in the first place. -sys-auth/pambase:sha512 - Switch Linux-PAM's pam_unix module to use sha512 for passwords hashes rather than MD5. This option requires >=sys-libs/pam-1.0.1 built against >=sys-libs/glibc-2.7, if it's built against an earlier version, it will silently be ignored, and MD5 hashes will be used. All the passwords changed after this USE flag is enabled will be saved to the shadow file hashed using SHA512 function. The password previously saved will be left untouched. Please note that while SHA512-hashed passwords will still be recognised if the USE flag is removed, the shadow file will not be compatible with systems using an earlier glibc version. +sys-auth/pambase:sha512 - Switch Linux-PAM's pam_unix module to use sha512 for passwords hashes rather than MD5. This option requires sys-libs/pam version 1.0.1 built against sys-libs/glibc version 2.7, if it's built against an earlier version, it will silently be ignored, and MD5 hashes will be used. All the passwords changed after this USE flag is enabled will be saved to the shadow file hashed using SHA512 function. The password previously saved will be left untouched. Please note that while SHA512-hashed passwords will still be recognised if the USE flag is removed, the shadow file will not be compatible with systems using an earlier glibc version. sys-auth/pambase:systemd - Use pam_systemd module to register user sessions in the systemd control group hierarchy. +sys-auth/passwdqc:utils - Install pwqcheck and pwqgen helper utilities +sys-auth/polkit:elogind - Use sys-auth/elogind instead of sys-auth/consolekit for session tracking sys-auth/polkit:systemd - Use sys-apps/systemd instead of sys-auth/consolekit for session tracking sys-auth/sssd:acl - Build and use the cifsidmap plugin sys-auth/sssd:augeas - Build internal configuration library @@ -6964,12 +7412,13 @@ sys-auth/sssd:nfsv4 - Add support for the nfsv4 idmapd plugin provided by net-li sys-auth/sssd:ssh - Build helper to let net-misc/openssh use sssd provided information sys-auth/sssd:sudo - Build helper to let app-admin/sudo use sssd provided information sys-auth/ykpers:consolekit - Use sys-auth/consolekit and virtual/udev to allow access to the YubiKey HID device to the console user. +sys-block/f3:extra - Build the additional f3probe, f3brew and f3fix utility (requires sys-block/parted and virtual/udev) sys-block/fio:aio - Enable AIO ioengine sys-block/fio:glusterfs - Enable GlusterFS gfapi support via sys-cluster/glusterfs sys-block/fio:gnuplot - Install tools for generating gnuplots sys-block/fio:numa - Enable numa support sys-block/fio:rbd - Enable Rados block device support via sys-cluster/ceph -sys-block/fio:rdma - Enable infiniband support via sys-infiniband/librdmacm +sys-block/fio:rdma - Enable infiniband support via sys-fabric/librdmacm sys-block/gparted:btrfs - Include Btrfs support (sys-fs/btrfs-progs) sys-block/gparted:dmraid - Support for dmraid devices, also known as ATA-RAID, or Fake RAID. sys-block/gparted:f2fs - Include F2FS support (sys-fs/f2fs-tools) @@ -6977,10 +7426,12 @@ sys-block/gparted:fat - Include FAT16/FAT32 support (sys-fs/dosfstools) sys-block/gparted:hfs - Include HFS support (sys-fs/hfsutils) sys-block/gparted:jfs - Include JFS support (sys-fs/jfsutils) sys-block/gparted:mdadm - Support for Linux software RAID. -sys-block/gparted:ntfs - Include NTFS support (sys-fs/ntfs3g[ntfsprogs]) +sys-block/gparted:ntfs - Include NTFS support (sys-fs/ntfs3g) sys-block/gparted:reiser4 - Include ReiserFS4 support (sys-fs/reiser4progs) sys-block/gparted:reiserfs - Include ReiserFS support (sys-fs/reiserfsprogs) sys-block/gparted:xfs - Include XFS support (sys-fs/xfsprogs, sys-fs/xfsdump) +sys-block/open-iscsi:rdma - Support iSCSI over RDMA +sys-block/open-iscsi:tcp - Support iSCSI over TCP sys-block/parted:debug - Enable debugging as encouraged by upstream: [The default configuration] includes --enable-debug (by default), which contains many assertions. Obviously, these "waste" space, but in the past, they have caught potentially dangerous bugs before they would have done damage, so we think it's worth it. Also, it means we get more bug reports ;) sys-block/parted:device-mapper - Enable device-mapper support from sys-fs/lvm2 in parted sys-block/partimage:nologin - Do not include login support when connecting partimaged @@ -6989,12 +7440,13 @@ sys-block/sas3ircu:efi - Install EFI variant as well sys-block/tgt:fcoe - Add support for FCoE protocol sys-block/tgt:fcp - Add support for new FC protocol sys-block/tgt:ibmvio - Add support for IBM Virtual I/O +sys-block/tgt:rbd - Add support for ceph block devices sys-boot/grub:device-mapper - Enable support for device-mapper from sys-fs/lvm2 sys-boot/grub:efiemu - Build and install the efiemu runtimes sys-boot/grub:fonts - Build and install fonts for the gfxterm module sys-boot/grub:libzfs - Enable support for sys-fs/zfs sys-boot/grub:mount - Build and install the grub-mount utility -sys-boot/grub:multislot - Allow concurrent installation of sys-boot/grub:0 and sys-boot/grub:2 by renaming all programs. +sys-boot/grub:multislot - Allow concurrent installation of sys-boot/grub SLOT 0 and sys-boot/grub SLOT 2 by renaming all programs. sys-boot/grub:themes - Build and install GRUB themes (starfield) sys-boot/grub:truetype - Build and install grub-mkfont conversion utility sys-boot/lilo:device-mapper - Enable support for device-mapper from sys-fs/lvm2 @@ -7003,9 +7455,19 @@ sys-boot/lilo:pxeserial - Avoid character echo on PXE serial console sys-boot/plymouth:gdm - Enables smooth transition to GDM sys-boot/plymouth:libkms - Provides abstraction to the DRM drivers (intel, nouveau and vmwgfx at this moment) sys-boot/plymouth:pango - Adds support for printing text on splash screen and text prompts, e.g. for password +sys-boot/refind:btrfs - Builds the EFI binary btrfs filesystem driver +sys-boot/refind:ext2 - Builds the EFI binary ext2 filesystem driver +sys-boot/refind:ext4 - Builds the EFI binary ext4 filesystem driver +sys-boot/refind:gnuefi - Compile using GNU-EFI instead of Tianocore +sys-boot/refind:hfs - Builds the EFI binary hfs filesystem driver +sys-boot/refind:iso9660 - Builds the EFI binary iso9660 filesystem driver +sys-boot/refind:ntfs - Builds the EFI binary ntfs filesystem driver +sys-boot/refind:reiserfs - Builds the EFI binary reiserfs filesystem driver sys-cluster/ceph:babeltrace - Add support for LTTng babeltrace +sys-cluster/ceph:cephfs - Build support for cephfs, a POSIX compatible filesystem built on top of ceph sys-cluster/ceph:cryptopp - Use dev-libs/crypto++ for cryptography sys-cluster/ceph:fuse - Build fuse client +sys-cluster/ceph:jemalloc - Use dev-libs/jemalloc for allocations sys-cluster/ceph:libaio - Use libaio as asynchronous input/output library sys-cluster/ceph:libatomic - Use libatomic instead of builtin atomic operations sys-cluster/ceph:lttng - Add support for LTTng @@ -7024,9 +7486,13 @@ sys-cluster/charm:syncft - Compile with Charm++ fault tolerance support sys-cluster/charm:tcp - Use TCP (instead of UPD) for socket communication sys-cluster/cinder:api - Installs the initscripts for the cinder api service sys-cluster/cinder:iscsi - Allow using an iSCSI remote storage server as pool for disk image storage -sys-cluster/cinder:lvm - Allow using the Logical Volume Manager (sys-apps/lvm2) as pool for disk image storage +sys-cluster/cinder:lio - Enable lio storage backend support +sys-cluster/cinder:lvm - Allow using the Logical Volume Manager (sys-fs/lvm2) as pool for disk image storage sys-cluster/cinder:memcached - Installs the memcached server +sys-cluster/cinder:rdma - Enable rdma storage backend support sys-cluster/cinder:scheduler - Installs the initscripts for the cinder scheduler service +sys-cluster/cinder:tcp - Enables tcp support for the iscsi backend +sys-cluster/cinder:tgt - Enable tgt storage backend support sys-cluster/cinder:volume - Installs the initscripts for the cinder volume service sys-cluster/cluster-glue:large-cluster - Extend messages length limits for resource heavy clusters sys-cluster/cluster-glue:libnet - Force use of net-libs/libnet @@ -7034,13 +7500,14 @@ sys-cluster/corosync:infiniband - Enable Infiniband RDMA transport support sys-cluster/drbd:heartbeat - Enable Heartbeat integration sys-cluster/drbd:pacemaker - Enable Pacemaker integration sys-cluster/drbd:xen - Enable Xen integration +sys-cluster/drbd-utils:heartbeat - Enable Heartbeat integration +sys-cluster/drbd-utils:pacemaker - Enable Pacemaker integration +sys-cluster/drbd-utils:xen - Enable Xen integration sys-cluster/galera:garbd - Install Galera Arbitrator - a stateless daemon which acts as a lightweight group member -sys-cluster/gearmand:drizzle - Support dev-db/libdrizzle for the queue storage. This also adds support for MySQL storage. sys-cluster/gearmand:memcache - Support memcache daemon (via dev-libs/libmemcached) for the queue storage. sys-cluster/gearmand:tokyocabinet - Support dev-db/tokyocabinet for the queue storage. sys-cluster/glusterfs:bd-xlator - Enable the blockdevice translator (requires sys-fs/lvm2) sys-cluster/glusterfs:crypt-xlator - Enable the encryption translator -sys-cluster/glusterfs:extras - Install extra helper scripts sys-cluster/glusterfs:fuse - Add FUSE mount helper sys-cluster/glusterfs:georeplication - Enable support for georeplication (requires dev-lang/python) sys-cluster/glusterfs:glupy - Enable support for translators written in Python @@ -7048,10 +7515,14 @@ sys-cluster/glusterfs:infiniband - Add support for Infiniband ibverbs transport. sys-cluster/glusterfs:qemu-block - Transparently create files as QCow2/QED images in the backend, including the possibility to snapshot. sys-cluster/glusterfs:rsyslog - Install configuration snippet for app-admin/rsyslog sys-cluster/glusterfs:systemtap - Enable support for dev-util/systemtap +sys-cluster/glusterfs:tiering - Enable support for data classification/tiering (requires dev-db/sqlite SLOT 3) +sys-cluster/heat:memcached - Installs the memcached server sys-cluster/hpx:jemalloc - Use dev-libs/jemalloc for memory allocation sys-cluster/hpx:papi - Use dev-libs/papi for NaCl sys-cluster/hpx:perftools - Use dev-util/google-perftools for memory allocation sys-cluster/hpx:tbb - Use dev-cpp/tbb for memory allocation +sys-cluster/legion:gasnet - Enable GASNet lib support +sys-cluster/legion:hwloc - Enable HWLoc lib support sys-cluster/maui:pbs - Enable pbs integration sys-cluster/maui:slurm - Enable slurm integration sys-cluster/moosefs:cgi - Install CGI server and scripts. @@ -7073,13 +7544,10 @@ sys-cluster/neutron:server - Installs the initscripts for the neutron server ser sys-cluster/nova:compute - Installs the initscripts for the nova volume service sys-cluster/nova:compute-only - only install stuff needed for a compute host sys-cluster/nova:iscsi - Installs iscsi helper udev scripts -sys-cluster/nova:kvm - qemu-kvm hypervisor support sys-cluster/nova:memcached - Installs the memcached server -sys-cluster/nova:network - Installs the initscripts for the nova network service sys-cluster/nova:novncproxy - Installs the initscripts for the nova novncproxy service sys-cluster/nova:openvswitch - Installs openvswitch for the neutron openvswitch support sys-cluster/nova:rabbitmq - Installs the rabbitmq server -sys-cluster/nova:xen - xen hypervisor support sys-cluster/ocfs:aio - Add aio support sys-cluster/openmpi:cma - Enable the CMA (Cross Memory Attach) MCA sys-cluster/openmpi:cuda - Add GPU direct support @@ -7091,27 +7559,29 @@ sys-cluster/openmpi:romio - Build the ROMIO MPI-IO component sys-cluster/openmpi:vt - Enable bundled VampirTrace support sys-cluster/openstack-meta:cinder - Installs Openstack Cinder sys-cluster/openstack-meta:glance - Installs Openstack Glance +sys-cluster/openstack-meta:heat - Installs Openstack Heat sys-cluster/openstack-meta:keystone - Installs Openstack Keystone sys-cluster/openstack-meta:neutron - Installs Openstack Neutron sys-cluster/openstack-meta:nova - Installs Openstack Nova sys-cluster/openstack-meta:swift - Installs Openstack Swift sys-cluster/pacemaker:cman - Enable sys-cluster/cman support. sys-cluster/pacemaker:heartbeat - Enable sys-cluster/heartbeat support. -sys-cluster/pacemaker:smtp - Enable SMTP support via net-libs/libsmtp -sys-cluster/pacemaker-gui:gtk - Enable the GTK+ based GUI client. -sys-cluster/pacemaker-gui:heartbeat - Enable support for heartbeat based sys-cluster/pacemaker. +sys-cluster/pacemaker:smtp - Enable SMTP support via net-libs/libesmtp sys-cluster/resource-agents:libnet - Force use of net-libs/libnet sys-cluster/resource-agents:rgmanager - Install resources for sys-cluster/rgmanager -sys-cluster/slurm:maui - Enable maui scheduler support sys-cluster/slurm:multiple-slurmd - Allow multiple slurmd to run sys-cluster/slurm:munge - Enable authentication via munge sys-cluster/slurm:torque - Enable perl scripts that emulates pbs (qstat, qsub etc.) -sys-cluster/slurm:ypbind - Enable ypbind based auth sys-cluster/swift:account - adds swift account support sys-cluster/swift:container - adds swift container support sys-cluster/swift:memcached - adds memcached support sys-cluster/swift:object - adds swift object support sys-cluster/swift:proxy - adds swift proxy support +sys-cluster/sx:client - Access the SX Cluster from this machine via its Nginx server. Also responsible for tools required to run the server. +sys-cluster/sx:ipv6 - Enable support for communication via IPv6. +sys-cluster/sx:server - Enable SX's server component. +sys-cluster/sx:ssl - Enable communication security via OpenSSL. +sys-cluster/torque:cgroups - Enable pbs_mom to use linux cgroups to isolate jobs sys-cluster/torque:cpusets - Enable pbs_mom to utilize linux cpusets if available sys-cluster/torque:drmaa - Enable the Distributed Resource Management Application API sys-cluster/torque:munge - Enable authentication via munge @@ -7119,18 +7589,20 @@ sys-cluster/torque:nvidia - Enable management of Nvidia GPUs sys-cluster/torque:server - Enable compilation of pbs_server and pbs_sched sys-cluster/vzctl:ploop - Add support for ploop devices via sys-cluster/ploop sys-cluster/vzctl:vzmigrate - Add support for container migration -sys-devel/autoconf:multislot - Allow for multiple versions to be installed at once sys-devel/autogen:libopts - install the libopts tarball (a few packages want this for developing) -sys-devel/binutils:multislot - Allow for multiple versions of binutils to be emerged at once for same CTARGET sys-devel/binutils:multitarget - Adds support to binutils for cross compiling (does not work with gas) sys-devel/binutils-apple:libcxx - Add support for libcxx sys-devel/binutils-apple:lto - Add support for Link-Time Optimization with LLVM -sys-devel/binutils-hppa64:multislot - Allow for multiple versions of binutils to be emerged at once for same CTARGET +sys-devel/binutils-apple:multitarget - Compile for non-standard target architectures (ppc and ppc64) -- experimental, Gentoo only sys-devel/binutils-hppa64:multitarget - Adds support to binutils for cross compiling (does not work with gas) -sys-devel/byfl:dragonegg - Add support for non C languages through sys-devel/dragonegg +sys-devel/clang:default-compiler-rt - Use compiler-rt instead of libgcc as the default rtlib for clang +sys-devel/clang:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang sys-devel/clang:multitarget - Build all host targets (default: host only) sys-devel/clang:static-analyzer - Install the Clang static analyzer -sys-devel/clang:system-cxx-headers - By default, clang++ searchs for C++ headers in a series of hardcoded paths. Enabling this flag will force it to use the active gcc profile ones +sys-devel/clang-runtime:compiler-rt - Install sys-libs/compiler-rt for -rtlib=compiler-rt +sys-devel/clang-runtime:libcxx - Install sys-libs/libcxx for -stdlib=libc++ +sys-devel/clang-runtime:openmp - Install sys-libs/libomp for -fopenmp support +sys-devel/clang-runtime:sanitize - Enable compiler-rt sanitizer (-fsanitize*) support sys-devel/distcc:crossdev - Enable support for sys-devel/crossdev sys-devel/distcc:gssapi - Enable support for net-libs/libgssglue sys-devel/gcc:awt - Useful only when building GCJ, this enables Abstract Window Toolkit (AWT) peer support on top of GTK+ @@ -7139,17 +7611,19 @@ sys-devel/gcc:d - Enable support for the D programming language sys-devel/gcc:fixed-point - Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!) sys-devel/gcc:go - Build the GCC Go language frontend. sys-devel/gcc:graphite - Add support for the framework for loop optimizations based on a polyhedral intermediate representation +sys-devel/gcc:jit - Enable libgccjit so other applications can embed gcc for Just-In-Time compilation. This will slow down the compiler a bit as it forces all of the toolchain to be shared libs. sys-devel/gcc:libssp - Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES) +sys-devel/gcc:mpx - Enable support for Intel Memory Protection Extensions (MPX) sys-devel/gcc:mudflap - Add support for mudflap, a pointer use checking library -sys-devel/gcc:multislot - Allow for SLOTs to include minor version (3.3.4 instead of just 3.3) sys-devel/gcc:nopie - Disable PIE support (NOT FOR GENERAL USE) sys-devel/gcc:nossp - Disable SSP support (NOT FOR GENERAL USE) sys-devel/gcc:objc - Build support for the Objective C code language sys-devel/gcc:objc++ - Build support for the Objective C++ language sys-devel/gcc:objc-gc - Build support for the Objective C code language Garbage Collector sys-devel/gcc:regression-test - Run the testsuite and install the results (requires FEATURES=test) -sys-devel/gcc:sanitize - Build support various sanitizer functions (ASAN/TSAN/etc...) -sys-devel/gcc-apple:multislot - Allow for SLOTs to include minor version (3.3.4 instead of just 3.3) +sys-devel/gcc:sanitize - Build support for various sanitizer functions (ASAN/TSAN/etc...) +sys-devel/gcc:ssp - Build packages with stack smashing protector on by default +sys-devel/gcc:vtv - Build support for virtual table verification (a C++ hardening feature) sys-devel/gcc-apple:objc - Build support for the Objective C code language sys-devel/gcc-apple:objc++ - Build support for the Objective C++ language sys-devel/gcc-apple:regression-test - Run the testsuite and install the results (requires FEATURES=test) @@ -7158,24 +7632,41 @@ sys-devel/gdb:lzma - Support lzma compression in ELF debug info sys-devel/gdb:multitarget - Support all known targets in one gdb binary sys-devel/gdb:python - Enable support for the new internal scripting language, as well as extended pretty printers sys-devel/gdb:server - Install the "gdbserver" program (useful for embedded/remote targets) +sys-devel/gdb:xml - Support parsing XML data files needed (at least) for cpu features, memory maps, and syscall tracing sys-devel/gettext:cvs - When running `autopoint`, use cvs to store the internal development files; this requires cvs at runtime, but will be faster/smaller than raw archives sys-devel/gettext:git - When running `autopoint`, use git to store the internal development files; this requires git at runtime, but will be faster/smaller than raw archives -sys-devel/kgcc64:multislot - Allow for SLOTs to include minor version (eg. 3.3.4 instead of just 3.3) sys-devel/kgcc64:regression-test - Run the testsuite and install the results (requires FEATURES=test) sys-devel/llvm:clang - Build the clang C/C++ compiler -sys-devel/llvm:cmake - Enable cmake support (experimental) +sys-devel/llvm:default-compiler-rt - Use compiler-rt instead of libgcc as the default rtlib for clang +sys-devel/llvm:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang sys-devel/llvm:doc - Build and install the HTML documentation and regenerate the man pages sys-devel/llvm:gold - Build the gold linker plugin sys-devel/llvm:lldb - Build the lldb debugger sys-devel/llvm:multitarget - Build all host targets (default: host only) sys-devel/llvm:ncurses - Support querying terminal properties using ncurses' terminfo +sys-devel/llvm:sanitize - Build compiler-rt's sanitizers sys-devel/llvm:static-analyzer - Install the Clang static analyzer (requires USE=clang) -sys-devel/llvm:udis86 - Enable support for dev-libs/udis86 disassembler library sys-devel/sparse:gtk - Build the test-inspect utility (requires x11-libs/gtk+ version 2) sys-devel/sparse:llvm - Build the sparse-llvm utility sys-devel/sparse:xml - Build the c2xml utility (requires dev-libs/libxml2). +sys-fabric/ofed:dapl - Add support for DAPL abstraction layer +sys-fabric/ofed:diags - Add dignostic tools for infiniband +sys-fabric/ofed:ibacm - Add support for userspace pre-connection services +sys-fabric/ofed:mstflint - Tools to burn Mellanox firmware +sys-fabric/ofed:opensm - Add OpenSM - Subnet manager for infiniband +sys-fabric/ofed:perftest - Add perftest utils +sys-fabric/ofed:qperf - Add rdma tests +sys-fabric/ofed:rds - Tools to manage rds sockets +sys-fabric/ofed:srp - Suport for userspace part for srp initiator +sys-fabric/opensm:tools - Install ssld extra tool +sys-firmware/amdgpu-ucode:legacy - Install firmware for older chipsets which are optionally supported by AMDGPU +sys-firmware/intel-microcode:initramfs - install a small initramfs for use with CONFIG_MICROCODE_EARLY +sys-firmware/intel-microcode:monolithic - install the large text microcode.dat (used by older kernels via microcode_ctl) +sys-firmware/intel-microcode:split-ucode - install the split binary ucode files (used by the kernel directly) +sys-firmware/ipxe:efi - Build an EFI program for using PXE sys-firmware/ipxe:iso - Build a bootable ISO for using PXE -sys-firmware/ipxe:qemu - Build the required PXE ROM images for app-emulation/qemu and app-emulation/qemu-kvm +sys-firmware/ipxe:lkrn - Build a linux kernel bootable file for using with grub/etc... +sys-firmware/ipxe:qemu - Build the required PXE ROM images for app-emulation/qemu sys-firmware/ipxe:undi - Build a Universal Network Device Interface driver chainloading your existing PXE NIC into iPXE sys-firmware/ipxe:usb - Build a bootable USB image for using PXE sys-firmware/ipxe:vmware - Build the PXE ROM images that VMWare uses @@ -7205,6 +7696,7 @@ sys-freebsd/freebsd-ubin:zfs - Enable ZFS support (for fstat actually). sys-freebsd/freebsd-usbin:audit - Build auditing tools. sys-freebsd/freebsd-usbin:floppy - Enable floppy disk utilities (fdcontrol, fdformat, fdread, fdwrite). sys-freebsd/freebsd-usbin:netware - Build libraries and tools to work with NetWare protocols (IPX and NCP). +sys-freebsd/freebsd-usbin:zfs - Enable ZFS support. sys-fs/aufs3:debug - Enable additional debugging support sys-fs/aufs3:fuse - Enable fuse support sys-fs/aufs3:hfs - Enable hfs support @@ -7222,6 +7714,7 @@ sys-fs/aufs4:nfs - Enable support for nfs export sys-fs/aufs4:pax_kernel - Apply patch needed for pax enabled kernels sys-fs/aufs4:ramfs - Enable initramfs/rootfs support sys-fs/btrfs-progs:convert - Build ext2 conversion utility (btrfs-convert) +sys-fs/btrfs-progs:static - Build static binaries in addition to the dynamic ones sys-fs/cryptsetup:gcrypt - Use dev-libs/libgcrypt crypto backend sys-fs/cryptsetup:kernel - Use kernel crypto backend (mainly for embedded systems) sys-fs/cryptsetup:nettle - Use dev-libs/nettle crypto backend @@ -7234,21 +7727,24 @@ sys-fs/dmraid:intel_led - Enable Intel LED support sys-fs/dmraid:klibc - Compile against dev-libs/klibc sys-fs/dmraid:led - Enable LED support sys-fs/dmraid:mini - Create a minimal binary suitable for early boot environments +sys-fs/dosfstools:compat - Install symlinks for legacy names of the tools +sys-fs/e2fsprogs:fuse - Build fuse2fs, a FUSE file system client for ext2/ext3/ext4 file systems sys-fs/ecryptfs-utils:gpg - Enable app-crypt/gnupg key module sys-fs/ecryptfs-utils:openssl - Enable dev-libs/openssl key module sys-fs/ecryptfs-utils:pkcs11 - Enable PKCS#11 (Smartcards) key module sys-fs/ecryptfs-utils:tpm - Enable support for Trusted Platform Module (TPM) using app-crypt/trousers +sys-fs/eudev:blkid - enable blkid support +sys-fs/eudev:efi - enable EFI support sys-fs/eudev:gudev - enable libudev gobject interface sys-fs/eudev:hwdb - read vendor/device string database and add it to udev database -sys-fs/eudev:introspection - Use dev-libs/gobject-introspection for introspection sys-fs/eudev:keymap - map custom hardware's multimedia keys sys-fs/eudev:kmod - enable module loading through libkmod sys-fs/eudev:modutils - enable module loading support - use modutils calls if kmod not enabled sys-fs/eudev:openrc - install the OpenRC init scripts sys-fs/eudev:rule-generator - install legacy rule generator rules and support scripts - note that the functionality within was dropped from sys-fs/udev as it is not stable in all cases; use at your own risk +sys-fs/eudev:smack - enable SMACK security model sys-fs/ext4magic:expert-mode - Builds ext4magic with expert mode. Highly useful in recovering data from a corrupted filesystem sys-fs/ext4magic:file-attr - Enable the recovery of file attributes (append, immutable, nodump etc) -sys-fs/fur:void-chmod - Enable fake hook for "chmod" that will only return 0 sys-fs/lessfs:filelog - Enable the ability to log to a file instead of syslog sys-fs/lessfs:memtrace - Enable leefs to create a report regarding the memory allocation. This feature should be used for debugging purposes to avoid performance degradation sys-fs/lessfs:snappy - Enable snappy compression using the app-arch/snappy library @@ -7257,62 +7753,51 @@ sys-fs/loop-aes:extra-ciphers - Enable extra ciphers sys-fs/loop-aes:keyscrub - Protects the encryption key in memory but takes more cpu resources sys-fs/lvm2:clvm - Allow users to build clustered lvm2 sys-fs/lvm2:cman - Cman support for clustered lvm +sys-fs/lvm2:corosync - Corosync support for clustered lvm sys-fs/lvm2:device-mapper-only - Build only device-mapper and not the rest of LVM2 (UNSUPPORTED) sys-fs/lvm2:lvm1 - Allow users to build lvm2 with lvm1 support sys-fs/lvm2:lvm2create_initrd - Install lvm2create_initrd script and pull in sys-apps/makedev for the /sbin/MAKEDEV command +sys-fs/lvm2:openais - Openais support for clustered lvm +sys-fs/lvm2:sanlock - Enable lvmlockd with support for sanlock sys-fs/lvm2:thin - Support for thin volumes sys-fs/mtpfs:mad - Enable handling of MP3's metadata +sys-fs/multipath-tools:rbd - Enable Rados block device support via sys-cluster/ceph sys-fs/ntfs3g:external-fuse - Use external FUSE library instead of internal one. Must be disabled for unprivileged mounting to work. sys-fs/ntfs3g:ntfsdecrypt - Build and install the ntfsdecrypt application. sys-fs/ntfs3g:ntfsprogs - Include internal version of ntfsprogs. sys-fs/ocfs2-tools:external - Enable external locking +sys-fs/owfs:ftdi - Enable support for USB FTDI chips via dev-embedded/libftdi sys-fs/owfs:ftpd - Enable building the OWFS FTP server (owftpd) sys-fs/owfs:fuse - Enable building the FUSE-based OWFS client (owfs) sys-fs/owfs:httpd - Enable building the OWFS web server (owhttpd) sys-fs/owfs:parport - Enable support for the DS1410E parallel port adapter sys-fs/owfs:server - Enable building the OWFS server (owserver) +sys-fs/owfs:zeroconf - Enables support for zero-configuration networking via net-dns/avahi sys-fs/quota:netlink - Compile daemon receiving quota messages via netlink sys-fs/quota:rpc - Enable quota interaction via RPC -sys-fs/s3ql:contrib - Install additional contributed scripts sys-fs/squashfs-tools:lz4 - Enable support for LZ4 compression using app-arch/lz4 sys-fs/squashfs-tools:xz - Enable support for XZ ("LZMA2") compression using app-arch/xz-utils +sys-fs/squashfuse:lz4 - Enable support for lz4 compression sys-fs/udev:firmware-loader - Enable the userspace firmware loader (DEPRECATED, replaced by the in-kernel loader starting from 3.8) sys-fs/udev:gudev - Build the gobject interface library sys-fs/udev:kmod - Enable kernel module loading/unloading support using sys-apps/kmod sys-fs/udisks:cryptsetup - Enable sys-fs/cryptsetup support sys-fs/udisks:gptfdisk - Pull in sys-apps/gptfdisk for sgdisk command as used by partitioning functionality -sys-fs/udisks:introspection - Use dev-libs/gobject-introspection for introspection sys-fs/udisks:remote-access - Control whether connections from other clients over LAN are allowed sys-fs/udisks:systemd - Support sys-apps/systemd's logind sys-fs/zfs:kernel-builtin - Disable dependency on sys-fs/zfs-kmod under the assumption that ZFS is part of the kernel source tree sys-fs/zfs:rootfs - Enable dependencies required for booting off a pool containing a rootfs sys-fs/zfs:test-suite - Install regression test suite sys-fs/zfs-kmod:rootfs - Install zfs-shutdown script to support exporting a pool containing rootfs -sys-infiniband/ofed:compat-dapl - Add support for DAPL v1.2 abstraction layer -sys-infiniband/ofed:dapl - Add support for DAPL abstraction layer -sys-infiniband/ofed:diags - Add dignostic tools for infiniband -sys-infiniband/ofed:ibacm - Add support for userspace pre-connection services -sys-infiniband/ofed:mstflint - Tools to burn Mellanox firmware -sys-infiniband/ofed:opensm - Add OpenSM - Subnet manager for infiniband -sys-infiniband/ofed:perftest - Add perftest utils -sys-infiniband/ofed:qperf - Add rdma tests -sys-infiniband/ofed:rds - Tools to manage rds sockets -sys-infiniband/ofed:sdp - Add SDP tools -sys-infiniband/ofed:srp - Suport for userspace part for srp initiator -sys-infiniband/opensm:tools - Install ssld extra tool sys-kernel/aufs-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. sys-kernel/aufs-sources:experimental - Apply experimental patches; for more information, see "https://wiki.gentoo.org/wiki/Project:Kernel/Experimental". sys-kernel/aufs-sources:module - Patch kernel to allow aufs being build as a module. sys-kernel/aufs-sources:vanilla - Use vanilla kernel sources without applying genpatches. WARNING: This flag will drop all support from the Gentoo Kernel Security team -sys-kernel/ck-sources:bfsonly - BFS by itself vs the full ck patchset sys-kernel/ck-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. -sys-kernel/ck-sources:experimental - Allow experimental code. Can break or degrade performance. (UNSUPPORTED) -sys-kernel/ck-sources:urwlocks - Use upgradable read/write locks in place of the grq spinlock. (EXPERIMENTAL) sys-kernel/dracut:debug - Module installing additional tools like strace, file editor, ssh and more -sys-kernel/dracut:device-mapper - Set of helper modules providing support for device mapper. You need to enable this only if emerge says so. -sys-kernel/dracut:net - Set of helper modules providing networking support. You need to enable this only if emerge says so. sys-kernel/genkernel:crypt - Obsolete USE flag. Use cryptsetup for LUKS support. (bug ##414523) sys-kernel/genkernel:cryptsetup - Enable support for Luks disk encryption using sys-fs/cryptsetup +sys-kernel/genkernel:firmware - Prefer system firmware sys-kernel/linux-firmware over local copy. sys-kernel/genkernel-next:cryptsetup - Enable support for Luks disk enrcyption using sys-fs/cryptsetup sys-kernel/genkernel-next:dmraid - Enable support for DMRAID (include dmraid dependency) sys-kernel/genkernel-next:gpg - Enable support for GPG (include gnupg dependency) @@ -7324,18 +7809,15 @@ sys-kernel/gentoo-sources:experimental - Apply experimental patches; for more in sys-kernel/hardened-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. sys-kernel/linux-docs:html - Install HTML documentation sys-kernel/linux-firmware:savedconfig - Allows individual selection of firmware files -sys-kernel/mips-sources:cobalt - Enables support for Cobalt Microserver hardware (Qube2/RaQ2) -sys-kernel/mips-sources:ip27 - Enables support for SGI Origin (IP27) -sys-kernel/mips-sources:ip28 - Enables support for SGI Indigo2 Impact R10000 (IP28) +sys-kernel/mips-sources:experimental - Apply experimental (80xx) patches. +sys-kernel/mips-sources:ip27 - Enables additional support for SGI Origin (IP27) +sys-kernel/mips-sources:ip28 - Enables additional support for SGI Indigo2 Impact R10000 (IP28) sys-kernel/mips-sources:ip30 - Enables support for SGI Octane (IP30, 'Speedracer') -sys-kernel/mips-sources:ip32r10k - Enables experimental support for IP32 R10K kernels (SGI O2, 'Moosehead') -sys-kernel/pf-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. -sys-kernel/pf-sources:experimental - Apply patches that are considered experimental. For more information, check out the ChangeLog or the ebuild that interests you. sys-kernel/rt-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. sys-kernel/spl:debug-log - Enable additional diagnostics sys-kernel/tuxonice-sources:experimental - Apply experimental patches; for more information, see "https://wiki.gentoo.org/wiki/Project:Kernel/Experimental". -sys-kernel/vanilla-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. -sys-kernel/vserver-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. +sys-libs/binutils-libs:64-bit-bfd - Support 64-bit targets even on 32-bit hosts (is ignored on 64-bit hosts) +sys-libs/binutils-libs:multitarget - Enable all possible targets in libbfd sys-libs/db:rpc - Enable rpc client/server sys-libs/freeipmi:nagios - Install a nagios plugin to check sensors' status. sys-libs/gdbm:berkdb - enable compatibility layer for UNIX-like dbm and ndbm interfaces @@ -7343,30 +7825,39 @@ sys-libs/gdbm:exporter - enable gdbmexport binary for exporting data from gdbm-1 sys-libs/glibc:debug - When USE=hardened, allow fortify/stack violations to dump core (SIGABRT) and not kill self (SIGKILL) sys-libs/glibc:gd - build memusage and memusagestat tools sys-libs/glibc:nscd - Build, and enable support for, the Name Service Cache Daemon +sys-libs/glibc:rpc - Enable obsolete RPC/NIS layers (disabling is experimental -- see bug 381391) sys-libs/glibc:suid - Make internal pt_chown helper setuid -- not needed if using Linux and have /dev/pts mounted with gid=5 sys-libs/glibc:systemtap - enable systemtap static probe points sys-libs/gwenhywfar:fox - Use x11-libs/fox graphical toolkit +sys-libs/libcxx:libcxxabi - Build on top of sys-libs/libcxxabi instead of gcc's libsupc++ (avoids depending on gcc). sys-libs/libcxx:libcxxrt - Build on top of sys-libs/libcxxrt instead of gcc's libsupc++ (avoids depending on gcc). -sys-libs/libcxxrt:libunwind - Use sys-libs/libunwind instead of libgcc_s for unwinding. This should allow avoiding relying on sys-devel/gcc but for now clang is setup to use libgcc_s. -sys-libs/libseccomp:tools - enable debugging tools +sys-libs/libcxx:libunwind - Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependence on gcc. +sys-libs/libcxxabi:libunwind - Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependency on gcc +sys-libs/libcxxrt:libunwind - Use libunwind instead of libgcc_s for unwinding. This should allow avoiding relying on sys-devel/gcc but for now clang is setup to use libgcc_s. +sys-libs/libhugetlbfs:perl - Install the cpupcstat tool and some perl modules +sys-libs/libomp:hwloc - Enable CPU affinity support via hwloc +sys-libs/libomp:ompt - Enable OpenMP Tools Interface support +sys-libs/libselinux:pcre2 - Use dev-libs/libpcre2 for fcontext regexes sys-libs/libunwind:debug-frame - Adds support for DWARF .debug_frame section: Use the information from this section if available sys-libs/libunwind:libatomic - Use libatomic instead of builtin atomic operations +sys-libs/musl-nscd:minimal - Only installs the header files sys-libs/ncurses:ada - Add bindings for the ADA programming language sys-libs/ncurses:tinfo - Build curses library (libncurses) sep from the low-level terminfo library (libtinfo) -- usually needed only for binary packages -- but it is binary compatible in either mode sys-libs/ncurses:trace - Enable test trace() support in ncurses calls -sys-libs/pam:audit - Enable support for sys-process/audit sys-libs/pam:berkdb - Build the pam_userdb module, that allows to authenticate users against a Berkeley DB file. Please note that enabling this USE flag will create a PAM module that links to the Berkeley DB (as provided by sys-libs/db) installed in /usr/lib and will thus not work for boot-critical services authentication. sys-libs/pam:cracklib - Build the pam_cracklib module, that allows to verify the chosen passwords' strength through the use of sys-libs/cracklib. Please note that simply enabling the USE flag on this package will not make use of pam_cracklib by default, you should also enable it in sys-auth/pambase as well as update your configuration files. sys-libs/readline:utils - Install rlfe (ReadLine Front-End) helper tool -- a wrapper program for making any stdin use readline sys-libs/talloc:compat - Enable extra compatibility stuff sys-libs/timezone-data:leaps_timezone - Install the set of "right" timezones; these timezones include leap seconds when counting seconds since the epoch (while POSIX does not) as they are based on the TAI (International Atomic Time) clock -sys-libs/timezone-data:right_timezone - Install the set of "right" timezones; these timezones include leap seconds when counting seconds since the epoch (while posix does not) sys-libs/uclibc:rpc - Enable sun nis/rpc support (you should use libtirpc though) sys-libs/uclibc:savedconfig - Adds support for user defined configs sys-libs/uclibc:ssp - Force the use of ssp to be built into a hardened uclibc setup sys-libs/uclibc:uclibc-compat - Build uclibc with backwards compatible options sys-libs/uclibc:wordexp - Add support for word expansion (wordexp.h) +sys-libs/uclibc-ng:rpc - Enable sun nis/rpc support (you should use libtirpc though) +sys-libs/uclibc-ng:symlink-compat - Explicitly add sym links for libdl.so.0, libm.so.0, and friends for backward compatibility with sys-libs/uclibc-ng-1.0.17 and earlier sys-libs/zlib:minizip - include the minizip library for quick and dirty zip extraction +sys-power/apcupsd:modbus - enable MODBUS support over USB sys-power/cpupower:cpufreq_bench - Build and install the cpufreq_bench binary sys-power/nut:ipmi - Support IPMI-based UPSes. sys-power/nut:ups_drivers_al175 - Driver for Eltek UPS models with AL175 alarm module @@ -7424,14 +7915,11 @@ sys-power/nvclock:gtk - Install the GTK+ based graphical interface sys-power/nvclock:nvcontrol - Add NVCONTROL support for OpenGL options sys-power/phctool:sudo - Enable support for sudo to run gui from non-root user sys-power/pm-utils:ntp - Install support for net-misc/ntp -sys-power/powerman:genders - Add support for selecting power control targets using genders (-g option) -sys-power/powerman:h8power - Add support for h8 based power controllers -sys-power/powerman:httppower - Add support for HTTP based power controllers -sys-power/powerman:snmppower - Add support for SNMP based power controllers sys-power/powermgmt-base:pm-utils - Adds support for on_ac_power through sys-power/pm-utils sys-power/sispmctl:gemplug - Install gemplug (management script) sys-power/suspend:crypt - Allows suspend and resume from encrypted disk sys-power/suspend:fbsplash - Add support for framebuffer splash +sys-process/audit:gssapi - Enable GSSAPI support sys-process/criu:setproctitle - Make process titles of service workers to be more verbose sys-process/cronie:anacron - Install the periodic anacron command scheduler. sys-process/cronie:inotify - Enable inotify filesystem monitoring support. @@ -7439,36 +7927,39 @@ sys-process/fcron:debug - Enable debug code and output. Since version 3.0.5 this sys-process/fcron:mta - Enable mta support for sending emails from fcron sys-process/fcron:pam - Enable PAM support for fcron. This means that fcron will pass through the "fcron" stack before executing the jobs, and fcrontab will use the "fcrontab" stack to authenticate the user before editing its crontab file. sys-process/fcron:system-crontab - Set up fcron to respect /etc/crontab and /etc/cron.d. If this flag is disabled, /etc/cron.d and /etc/crontab will be ignored, but /etc/cron.{hourly,daily,weekly,monthly} will still be respected. -sys-process/glances:chart - Enables support of graph charts via matplotlib -sys-process/glances:hddtemp - Enables hard drive temperature monitoring -sys-process/glances:snmp - Enables SNMP support -sys-process/glances:web - Enables the web server mode sys-process/htop:oom - Add column to track the OOM-killer score of processes sys-process/htop:openvz - Enable openvz support sys-process/htop:vserver - Enable vserver support sys-process/lsof:rpc - support looking up RPC service info +sys-process/procps:kill - Build the kill program sys-process/procps:modern-top - Enables new startup defaults of top. Keeps old defaults if disabled sys-process/procps:ncurses - Build programs that use ncurses: top, slabtop, watch +sys-process/systemd-cron:cron-boot - Include support for the boot timer. +sys-process/systemd-cron:etc-crontab-systemd - Use dedicated /etc/crontab-systemd instead of parsing /etc/crontab +sys-process/systemd-cron:minutely - Support /etc/cron.minutely +sys-process/systemd-cron:setgid - Compile setgid C helper for crontab. Needs GCC or Clang. +sys-process/systemd-cron:yearly - Support /etc/cron.yearly +sys-process/tini:args - Enable argument parsing. virtual/ffmpeg:opus - Use the external opus library for encoding and decoding. virtual/linux-sources:firmware - Install linux kernel firmware virtual/mpi:romio - Enable romio, a high-performance portable MPI-IO virtual/mysql:embedded - Build embedded server (libmysqld) virtual/podofo-build:boost - Add support for boost +virtual/ssh:minimal - Prefer net-misc/dropbear over net-misc/openssh www-apache/mod_backtrace:unwind - Use sys-libs/libunwind to provide better resolution of function names. www-apache/mod_extract_forwarded:mod_proxy - Enable support for Apache's internal proxy www-apache/mod_musicindex:archive - Add archive support www-apache/mod_musicindex:cache - Add File cache support www-apache/mod_musicindex:mysql - Add MySQL cache support www-apache/mod_nss:ecc - enable Elliptical Curve Cyptography +www-apache/mod_perl:ithreads - Build for use with thread-capable perl, needs same setting as in dev-lang/perl www-apache/mod_security:curl - Build the ModSecurity Audit Log Collector (mlogc) that depends on net-misc/curl. www-apache/mod_security:geoip - Configure ModSecurity to query the GeoIP database from MaxMind, provided by dev-libs/geoip. This flag only controls the default configuration, as the GeoIP query code is part of ModSecurity's source code. www-apache/mod_security:jit - Add support for the PCRE Just-in-Time optimisation, as enabled by dev-libs/libpcre with jit USE flag enabled. Might not be available on hardened systems. www-apache/pwauth:domain-aware - Ignore leading domain names in username (Windows compat) www-apache/pwauth:faillog - Log failed login attempts www-apache/pwauth:ignore-case - Ignore string case in username (mostly Windows compat) -www-apps/389-dsgw:adminserver - Install DSGW with Admin Server www-apps/ampache:transcode - Install optional dependencies for transcoding support -www-apps/bitten:server - Install master instance that integrates itself with Trac www-apps/blohg:git - Enable Git support www-apps/blohg:mercurial - Enable Mercurial support www-apps/bugzilla:extras - Optional Perl modules @@ -7480,21 +7971,22 @@ www-apps/drupal:accelerator - Add dependency on a php accelerator www-apps/drupal:uploadprogress - Install dev-php/pecl-uploadprogress package www-apps/egroupware:gallery - Install gallery2 port for eGW www-apps/egroupware:jpgraph - Add dev-php/jpgraph support -www-apps/gallery:netpbm - Add media-libs/netpbm support -www-apps/gallery:unzip - Add app-arch/unzip support for the archive upload module -www-apps/gallery:zip - Add app-arch/zip for the zip download module www-apps/gitit:network-uri - Get Network.URI from the network-uri package. www-apps/gitit:plugins - enables optional plugin runtime loader www-apps/guacamole:noauth - enable support for leaving out any authentication on the webinterface -www-apps/horde-passwd:clearpasswd - Enables cleartext password storage in the vpopmail files +www-apps/icingaweb2:nginx - Adds support for nginx www-apps/ikiwiki:extras - Installs additional modules used by ikiwiki plugins +www-apps/klaus:ctags - Enable support for Exuberant ctags; makes all source code symbols hyperlinks to their definitions www-apps/nikola:assets - Support web asset management through dev-python/assets www-apps/nikola:charts - Support chart generation through dev-python/pygal +www-apps/nikola:ghpages - Add support for direct uploading to github pages thru dev-python/ghp-import www-apps/nikola:hyphenation - Add hyphenation support through dev-python/pyphen www-apps/nikola:ipython - Add IPython notebook compilation and LESS support www-apps/nikola:jinja - Add support for dev-python/jinja as alternative templating engine to Mako www-apps/nikola:markdown - Add support for Markdown as alternative markup language to reStructuredText -www-apps/novnc:nova - Installs Openstack Nova for it's libraries +www-apps/nikola:watchdog - Use dev-python/watchdog to monitor file system events +www-apps/nikola:webmedia - Use dev-python/micawber to extract metadata from web media links +www-apps/nikola:websocket - Add websocket support thru dev-python/ws4py www-apps/otrs:mod_perl - Provide all dependencies for use of mod_perl instead of cgi www-apps/postfixadmin:vacation - Install vacation.pl script and dependencies www-apps/redmine:passenger - Enable support for www-apache/passenger @@ -7514,77 +8006,88 @@ www-apps/viewvc:pygments - Add dev-python/pygments support for syntax highlighti www-apps/webdavcgi:rcs - Adds support for a revision controlled backend with RCS (dev-vcs/rcs) www-apps/wordpress:akismet - Installs Akismet comment spam plug-in www-apps/wordpress:themes - Installs themes (including default theme) -www-client/chromium:hidpi - Enable support for high-resolution screens (high dots per inch) -www-client/chromium:hotwording - Enable voice-recognition support (Ok Google) +www-client/chromium:component-build - Split build into more shared libraries to speed up linking. Mostly intended for debugging and development, NOT RECOMMENDED for general use. +www-client/chromium:gconf - Enable support for GConf to retrieve system settings +www-client/chromium:gn - Use GN (generate ninja) instead of GYP for building +www-client/chromium:gtk3 - Use gtk3 instead of gtk2 +www-client/chromium:hangouts - Enable support for Google Hangouts features such as screen sharing www-client/chromium:pic - Disable optimized assembly code that is not PIC friendly www-client/chromium:proprietary-codecs - Enable proprietary codecs like H.264, MP3 +www-client/chromium:suid - Build the SUID sandbox, which is only needed on CONFIG_USER_NS=n kernels +www-client/chromium:system-ffmpeg - Use system ffmpeg instead of the bundled one +www-client/chromium:system-libvpx - Use system libvpx instead of the bundled one www-client/chromium:tcmalloc - Use bundled tcmalloc instead of system malloc -www-client/chromium:widevine - Support the Widevine DRM module from www-plugins/chrome-binary-plugins -www-client/dwb:gtk3 - Link against x11-libs/gtk+:3 instead of x11-libs/gtk+:2 -www-client/dwb:libsecret - Enable libsecret support to store login credentials +www-client/chromium:widevine - Unsupported closed-source DRM capability (required by Netflix VOD) www-client/elinks:bittorrent - Enable support for the BitTorrent protocol www-client/elinks:finger - Enable support for the finger protocol +www-client/elinks:gc - Enable garbage collection support via dev-libs/boehm-gc www-client/elinks:gopher - Enable support for the gopher protocol www-client/elinks:mouse - Make elinks to grab all mouse events -www-client/epiphany:nss - Import passwords from older gecko based www-client/epiphany keyring. +www-client/elinks:xml - Enable support for bookmarks via dev-libs/expat www-client/firefox:bindist - Disable official Firefox branding (icons, name) which are not binary-redistributable according to upstream. -www-client/firefox:custom-optimization - Fine-tune custom compiler optimizations (-Os, -O0, -O1, -O2, -O3) -www-client/firefox:egl - Enable EGL provider +www-client/firefox:custom-optimization - Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) www-client/firefox:gmp-autoupdate - Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles +www-client/firefox:gstreamer-0 - Use gstreamer:0.10 instead of gstreamer:1 for media support +www-client/firefox:gtk2 - Use the cairo-gtk2 rendering engine +www-client/firefox:hwaccel - Force-enable hardware-accelerated rendering (Mozilla bug 594876) +www-client/firefox:jemalloc - Enable or disable jemalloc www-client/firefox:jemalloc3 - Enable or disable jemalloc3 (forced-on when supported prior to 38.0) -www-client/firefox:minimal - Prevent sdk and headers from being installed www-client/firefox:pgo - Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time. +www-client/firefox:rust - Enable support for using rust compiler (experimental) +www-client/firefox:skia - Enable the SKIA engine for 2D rendering as an alternative to cairo www-client/firefox:system-cairo - Use the system-wide x11-libs/cairo instead of bundled. +www-client/firefox:system-harfbuzz - Use the system-wide media-libs/harfbuzz and media-gfx/graphite2 instead of bundled. www-client/firefox:system-icu - Use the system-wide dev-libs/icu instead of bundled. www-client/firefox:system-jpeg - Use the system-wide media-libs/libjpeg-turbo instead of bundled. +www-client/firefox:system-libevent - Use the system-wide dev-libs/libevent instead of bundled. www-client/firefox:system-libvpx - Use the system-wide media-libs/libvpx instead of bundled. www-client/firefox:system-sqlite - Use the system-wide dev-db/sqlite installation with secure-delete enabled www-client/google-chrome:plugins - Add system plugins path to launcher www-client/google-chrome-beta:plugins - Add system plugins path to launcher www-client/google-chrome-unstable:plugins - Add system plugins path to launcher -www-client/luakit:luajit - Use the lua just-in-time compiler dev-lang/luajit instead of dev-lang/lua, which should make luakit faster. -www-client/luakit:pax_kernel - Use paxctl to mark the luakit binary. +www-client/links:libevent - Enable dev-libs/libevent support www-client/lynx:gnutls - Use gnutls library for HTTPS support (openssl is the default library for HTTPS support). www-client/lynx:ssl - Enable HTTPS support. -www-client/midori:deprecated - Enable GTK+-2 instead of GTK+-3 because of external plugins like adobe-flash www-client/midori:granite - Enable support for the elementary library dev-libs/granite -www-client/midori:webkit2 - Enable WebKit2 API that splits web content rendering and application UI into separate processes www-client/midori:zeitgeist - Add support for Zeitgeist event tracking system www-client/netsurf:bmp - BMP bitmap image support (media-libs/libnsbmp) +www-client/netsurf:duktape - Use duktape.org javascript engine www-client/netsurf:fbcon_frontend_able - Use framebuffer frontend able www-client/netsurf:fbcon_frontend_linux - Use framebuffer frontend linux www-client/netsurf:fbcon_frontend_sdl - Use framebuffer frontend sdl www-client/netsurf:fbcon_frontend_vnc - Use framebuffer frontend vnc www-client/netsurf:fbcon_frontend_x - Use framebuffer frontend X +www-client/netsurf:gtk - Build GTK GUI, defaults to GTK3 +www-client/netsurf:gtk2 - Build GTK2 GUI +www-client/netsurf:gtk3 - Build GTK3 GUI www-client/netsurf:pdf-writer - PDF output support (media-libs/libharu) +www-client/netsurf:psl - Use public suffix list via media-libs/libnspsl www-client/netsurf:rosprite - RISC OS Sprite bitmap image support (media-libs/librosprite) www-client/netsurf:svgtiny - SVG image support via media-libs/svgatiny instead of gnome-base/librsvg www-client/netsurf:webp - WebP image support (media-libs/libwebp) www-client/opera:gtk - Install support libraries and runtime dependencies to support GTK+/GNOME desktop integration www-client/opera:kde - Install support libraries and runtime dependencies to support KDE desktop integration www-client/qupzilla:nonblockdialogs - Enable fancy non-blocking JavaScript dialogs shown inside the page, not blocking the application window. When closing browser windows with open dialogs, this can crash the application. -www-client/rekonq:nepomuk - Enable Nepomuk based semantic desktop support (deprecated) -www-client/rekonq:opera - Support for Opera sync handler +www-client/seamonkey:calendar - Build Mozilla's calendar www-client/seamonkey:chatzilla - Build Mozilla's IRC client (default on) -www-client/seamonkey:custom-optimization - Fine-tune custom compiler optimizations (-Os, -O0, -O1, -O2, -O3) +www-client/seamonkey:custom-optimization - Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) www-client/seamonkey:gmp-autoupdate - Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles +www-client/seamonkey:gtk3 - Use the cairo-gtk3 rendering engine www-client/seamonkey:ipc - Use inter-process communication between tabs and plugins. Allows for greater stability in case of plugin crashes +www-client/seamonkey:jemalloc - Enable or disable jemalloc www-client/seamonkey:roaming - Build roaming extension support (default on) -www-client/seamonkey:system-cairo - Use the system-wide x11-libs/cairo Use system cairo instead of bundled. -www-client/seamonkey:system-icu - Use the sytem-wide dev-libs/icu Use system icu indead of bundled. -www-client/seamonkey:system-jpeg - Use the system-wide media-libs/libjpeg-turbo Use system jpeg instead of bundled. +www-client/seamonkey:skia - Enable the SKIA engine for 2D rendering as an alternative to cairo +www-client/seamonkey:system-cairo - Use the system-wide x11-libs/cairo instead of bundled. +www-client/seamonkey:system-harfbuzz - Use the system-wide media-libs/harfbuzz instead of bundled. +www-client/seamonkey:system-icu - Use the sytem-wide dev-libs/icu instead of bundled. +www-client/seamonkey:system-jpeg - Use the system-wide media-libs/libjpeg-turbo instead of bundled. +www-client/seamonkey:system-libevent - Use the system-wide dev-libs/libevent instead of bundled. www-client/seamonkey:system-libvpx - Use the system-wide media-libs/libvpx instead of bundled. www-client/seamonkey:system-sqlite - Use the system-wide dev-db/sqlite installation with secure-delete enabled www-client/surf:savedconfig - Without a saved config.h, this package depends on net-misc/curl and x11-terms/st for a default download mechanism www-client/uget:aria2 - Enable support for net-misc/aria2 through xmlrpc. You'll find the plugin in the app's settings. www-client/uget:gtk3 - Use x11-libs/gtk+:3 instead of x11-libs/gtk+:2 www-client/uget:hide-temp-files - Make temporary files that are used while downloading hidden. -www-client/uzbl:browser - Install the uzbl-browser script -www-client/uzbl:experimental - Enable experimental branch -www-client/uzbl:gtk3 - Use x11-libs/gtk+:3 instead of x11-libs/gtk+:2 -www-client/uzbl:helpers - Optional tools used by uzbl scripts -www-client/uzbl:tabbed - Install the uzbl-tabbed script -www-client/vimb:gtk3 - Link against x11-libs/gtk+:3 instead of x11-libs/gtk+:2 www-client/w3m:lynxkeymap - If you prefer Lynx-like key binding www-client/weboob:fast-libs - Enable fast libs www-client/weboob:secure-updates - Enable secure updates @@ -7594,10 +8097,10 @@ www-misc/litmus:libproxy - Support for automatic proxy configuratino management www-misc/litmus:libxml2 - Use dev-libs/libxml2 to parse XML www-misc/litmus:pkcs11 - Support for PKCS #11 through PaKChoiS (dev-libs/pakchois). www-misc/monitorix:apcupsd - Make use of a daemon that controls APC UPSes with sys-power/apcupsd. -www-misc/monitorix:hddtemp - Use SMART to monitor the temperature of hard drives with app-admin/hddtemp. www-misc/monitorix:httpd - Enables the CGI webserver with any package that satisfies virtual/httpd-cgi. -www-misc/monitorix:lm_sensors - Additional hardware mnitoring sensors with sys-apps/lm_sensors. www-misc/monitorix:postfix - Analyze postfix logs with net-mail/pflogsumm. +www-misc/shellinabox:pam - Enable PAM support. +www-misc/shellinabox:ssl - Enable SSL support. www-misc/vdradmin-am:vdr - Support for media-video/vdr. Disable this if the VDR you want to control runs at a remote machine. www-misc/xxv:themes - Enable more themes via x11-themes/xxv-skins www-misc/zoneminder:curl - Enable using net-misc/curl for streaming from cameras @@ -7605,14 +8108,16 @@ www-misc/zoneminder:gcrypt - ... www-misc/zoneminder:openssl - ... www-misc/zoneminder:vlc - Enable using media-libs/vlc for streaming from cameras www-plugins/adobe-flash:kde - Install a KCM plugin for configuring flash player preferences -www-plugins/chrome-binary-plugins:flash - Install Chrome's native Pepper Flash +www-plugins/adobe-flash:nsplugin - Install the Netscape Flash API plugin (for Firefox and similar browsers) +www-plugins/adobe-flash:ppapi - Install the Pepper Flash API plugin (for Chrome and similar browsers) www-plugins/chrome-binary-plugins:widevine - Install the Widevine DRM library +www-plugins/freshplayerplugin:gles2 - Use system GLESv2 libraries instead of ANGLE for shader translation www-plugins/freshplayerplugin:gtk3 - Build with GTK+ 3 instead of GTK+ 2 +www-plugins/freshplayerplugin:v4l - Use libv4l2 for colorspace conversion www-plugins/gnash:agg - Rendering based on the Anti-Grain Geometry Rendering Engine library www-plugins/gnash:cygnal - Enable building of the cygnal server www-plugins/gnash:dump - Enable dump output module for creating video from SWF www-plugins/gnash:egl - Enable EGL support for the OpenVG, OpenGL and X11 renderers -www-plugins/gnash:gconf - Enable GConf configuration backend www-plugins/gnash:harden - Enable upstream recommended hardening build flags (may conflict with system ones) www-plugins/gnash:jemalloc - Use dev-libs/jemalloc for allocations www-plugins/gnash:openvg - Rendering based on the OpenVG graphics acceleration API @@ -7620,19 +8125,22 @@ www-plugins/gnash:sdl-sound - Enable SDL audio output for the standalone player www-plugins/gnash:ssh - Enable using SSH for network authentication in libnet www-plugins/gnash:ssl - Enable directly using OpenSSL in libnet (not needed for nsplugin ssl support) www-plugins/lightspark:gles - Replace default OpenGL renderer with GLESv2 +www-plugins/lightspark:ppapi - Install the PPAPI plugin (for Chromium) www-plugins/lightspark:rtmp - Enable Real Time Messaging Protocol using librtmp -www-servers/apache:alpn - Enable support for Application-Layer Protocol Negotiation (ALPN) in TLS. Needed by HTTP/2.0. www-servers/apache:apache2_modules_access_compat - Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions. www-servers/apache:apache2_modules_authn_core - Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions). www-servers/apache:apache2_modules_authz_core - Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user. www-servers/apache:apache2_modules_authz_dbd - Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership. www-servers/apache:apache2_modules_cache_disk - Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions). +www-servers/apache:apache2_modules_cache_socache - Shared object cache (socache) based storage module for the HTTP caching filter. +www-servers/apache:apache2_modules_http2 - Enable http2/alpn module www-servers/apache:apache2_modules_lbmethod_bybusyness - Pending request counting load balancer scheduler algorithm for proxy_balancer. www-servers/apache:apache2_modules_lbmethod_byrequests - Request counting load balancer scheduler algorithm for proxy_balancer. www-servers/apache:apache2_modules_lbmethod_bytraffic - Weighted traffic counting load balancer scheduler algorithm for proxy_balancer. www-servers/apache:apache2_modules_lbmethod_heartbeat - Heartbeat traffic counting load balancer scheduler algorithm for proxy_balancer. www-servers/apache:apache2_modules_macro - Macros for the Apache config file. www-servers/apache:apache2_modules_proxy_fcgi - FCGI support module for mod_proxy. +www-servers/apache:apache2_modules_proxy_html - Module to rewrite links in html pages behind a reverse proxy www-servers/apache:apache2_modules_proxy_wstunnel - Provides support for the tunnelling of web socket connections to a backend websockets server. www-servers/apache:apache2_modules_ratelimit - Ratelimit module for transfer rate management www-servers/apache:apache2_modules_remoteip - Remotip module for logging @@ -7645,23 +8153,23 @@ www-servers/cherokee:admin - Install web based cherokee conf tool www-servers/cherokee:rrdtool - Enable rrdtool support www-servers/fnord:auth - Enable HTTP authentication support www-servers/gatling:diet - Compile against dev-libs/dietlibc -www-servers/hiawatha:cache - Enable caching of content. -www-servers/hiawatha:monitor - Pull in www-apps/hiawatha-monitor. -www-servers/hiawatha:rewrite - Enable the rewrite toolkit. -www-servers/hiawatha:tomahawk - Enable Tomahawk control server. -www-servers/hiawatha:xslt - Enable XSLT support. This is also needed for directory listings. +www-servers/hiawatha:cache - Enable caching of content +www-servers/hiawatha:monitor - Pull in www-apps/hiawatha-monitor +www-servers/hiawatha:rewrite - Enable the rewrite toolkit +www-servers/hiawatha:rproxy - Enable reverse proxy support +www-servers/hiawatha:ssl - Enable TLS support via net-libs/mbedtls +www-servers/hiawatha:tomahawk - Enable Tomahawk control server +www-servers/hiawatha:xslt - Enable XSLT support. This is also needed for directory listings www-servers/lighttpd:libev - Enable fdevent handler -www-servers/lighttpd:memcache - Enable memcache support for mod_cml and mod_trigger_b4_dl www-servers/lighttpd:mmap - Use mmap with files owned by lighttpd. This is a dangerous option as it may allow local users to trigger SIGBUS crashes. www-servers/lighttpd:rrdtool - Enable rrdtool support via mod_rrdtool -www-servers/lighttpd:uploadprogress - Apply experimental patch for upload progress module www-servers/lighttpd:webdav - Enable webdav properties www-servers/monkeyd:debug - Enable lots of debugging info -www-servers/monkeyd:jemalloc - Use dev-libs/jemalloc for allocations -www-servers/monkeyd:minimal - Do not install shared lib and include files +www-servers/monkeyd:static-plugins - Build statically linked plugins www-servers/nginx:aio - Enables file AIO support www-servers/nginx:http - Enable HTTP core support www-servers/nginx:http-cache - Enable HTTP cache support +www-servers/nginx:http2 - Enable HTTP2 module support www-servers/nginx:libatomic - Use libatomic instead of builtin atomic operations www-servers/nginx:luajit - Use dev-lang/luajit instead of dev-lang/lua for lua support when building the lua http module. www-servers/nginx:pcre-jit - Enable JIT for pcre @@ -7675,8 +8183,10 @@ www-servers/resin:admin - Enable Resin admin webapp www-servers/tomcat:extra-webapps - Build also the docs and examples webapp www-servers/tomcat:websockets - Builds websockets api and implementation (requires java 7) www-servers/uwsgi:embedded - Embed plugins instead of building them as real plugins. When disabling this USE flag make sure you specify all used plugins in your uWSGI configuration. Note: Language plugins will always be built as real plugins. +www-servers/uwsgi:go - Build the gccgo plugin to run Go applications. www-servers/uwsgi:jemalloc - Use dev-libs/jemalloc instead of libc's malloc www-servers/uwsgi:json - Support json as a configuration file format. +www-servers/uwsgi:pypy - Build the pypy plugin to run your code using virtual/pypy. www-servers/uwsgi:python_asyncio - Use the EXPERIMENTAL asyncio (tulip) for python3.4 async request dispatching and as LoopEngine (see http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html). www-servers/uwsgi:python_gevent - Use dev-python/gevent for async request dispatching and as LoopEngine (see http://projects.unbit.it/uwsgi/wiki/Gevent). www-servers/uwsgi:routing - Enable routing support @@ -7684,18 +8194,20 @@ www-servers/uwsgi:yajl - Use dev-libs/yajl instead of dev-libs/jansson for parsi www-servers/uwsgi:yaml - Support yaml as a configuration file format. www-servers/uwsgi:zeromq - Enable logging and deployment via ZeroMQ. www-servers/varnish:jemalloc - Use dev-libs/jemalloc for allocations -www-servers/varnish:tools - Build additional tools: varnishhist, varnishstat, varnishtop, varnishsizes -x11-apps/ardesia:cwiid - cwiid support: collection of Linux tools written in C for interfacing to the Nintendo Wiimote. +www-servers/xsp:developer - creates .mdb files for either Release and Debug +www-servers/xsp:net35 - use .NET 3.5 Framework +www-servers/xsp:net40 - use .NET 4.0 Framework +www-servers/xsp:net45 - use .NET 4.5 Framework +x11-apps/copyq:webkit - enables the application to use advanced HTML rendering and fetching remote images and other data x11-apps/intel-gpu-tools:python - Install python based register dumper utilities x11-apps/intel-gpu-tools:test-programs - Install test programs for DRM driver development +x11-apps/intel-gpu-tools:unwind - Provide automatic stack traces on test failures x11-apps/mesa-progs:egl - Build EGL utilities -x11-apps/mesa-progs:gles1 - Build OpenGL ES 1 utilities x11-apps/mesa-progs:gles2 - Build OpenGL ES 2 utilities x11-apps/xdm:consolekit - Enable native sys-auth/consolekit support x11-apps/xdm:xdm-auth - Enable XDM-AUTHENTICATION-1 support x11-apps/xdpyinfo:dmx - Builds support for Distributed Multiheaded X x11-base/xorg-server x11-apps/xinit:minimal - Control dependencies on legacy apps (xterm, twm, ...). Safe to enable if you use a modern desktop environment. -x11-apps/xkbset:tk - Install the dev-perl/perl-tk based xkbset-gui utility x11-apps/xsm:rsh - This allows the use of rsh (remote shell) and rcp (remote copy). x11-base/xorg-server:dmx - Build the Distributed Multiheaded X server x11-base/xorg-server:glamor - Enable Glamor OpenGL 2D acceleration @@ -7711,14 +8223,18 @@ x11-drivers/ati-drivers:modules - Build the kernel modules x11-drivers/ati-drivers:pax_kernel - Enable pax kernel specific patches x11-drivers/ati-drivers:qt4 - Install qt4 dependent optional tools (e.g Catalyst Control Panel) x11-drivers/nvidia-drivers:X - Install the X.org driver, OpenGL libraries, XvMC libraries, and VDPAU libraries +x11-drivers/nvidia-drivers:compat - Install non-GLVND libGL for backwards compatibility +x11-drivers/nvidia-drivers:driver - Install the kernel driver module x11-drivers/nvidia-drivers:gtk2 - Install nvidia-settings with support for GTK+ 2 x11-drivers/nvidia-drivers:gtk3 - Install nvidia-settings with support for GTK+ 3 +x11-drivers/nvidia-drivers:kms - Enable support for kernel mode setting (KMS) x11-drivers/nvidia-drivers:pax_kernel - PaX patches from the PaX project x11-drivers/nvidia-drivers:tools - Install additional tools such as nvidia-settings x11-drivers/nvidia-drivers:uvm - Install the Unified Memory kernel module (nvidia-uvm) for sharing memory between CPU and GPU in CUDA programs +x11-drivers/xf86-video-amdgpu:glamor - Enable Glamor OpenGL 2D acceleration x11-drivers/xf86-video-ati:glamor - Enable Glamor OpenGL 2D acceleration x11-drivers/xf86-video-geode:ztv - Enable building the V4L2 ZTV driver -x11-drivers/xf86-video-intel:glamor - Enable Glamor OpenGL 2D acceleration +x11-drivers/xf86-video-intel:dri3 - Use DRI3 by default x11-drivers/xf86-video-intel:sna - Enable SandyBridge's New Acceleration (useful on all chipsets, not just SandyBridge) x11-drivers/xf86-video-intel:uxa - Enable UMA Acceleration Architecture x11-drivers/xf86-video-intel:xvmc - Enables X-Video Motion Compensation support @@ -7726,20 +8242,17 @@ x11-drivers/xf86-video-nouveau:glamor - Enable Glamor OpenGL 2D acceleration x11-drivers/xf86-video-openchrome:viaregtool - Install registers dumper tool x11-drivers/xf86-video-qxl:xspice - Build the xspice driver x11-libs/agg:gpc - Enable gpc polygon clipper library -x11-libs/cairo:drm - Use Linux DRM for backend acceleration -x11-libs/cairo:gallium - Use Mesa's Gallium backend for acceleration x11-libs/cairo:gles2 - Use OpenGL ES 2 backend for acceleration. x11-libs/cairo:glib - Compile with GLib Object System support x11-libs/cairo:opengl - Use Mesa backend for acceleration -x11-libs/cairo:openvg - Use OpenVG for backend acceleration x11-libs/cairo:valgrind - Built-in support to mark memory regions -x11-libs/cairo:xlib-xcb - Use XCB renderer backend for acceleration over xlib +x11-libs/cairo:xlib-xcb - Use XCB renderer backend for acceleration over xlib. Enabling this may solve or introduce display corruption problems. x11-libs/fltk:games - Builds and installs some extra games +x11-libs/gdk-pixbuf:X - Build and install the legacy gdk_pixbuf_xlib-2.0 library x11-libs/glamor:gles - Build glamor based on gles2 x11-libs/gtk+:broadway - Enable the GDK Broadway backend. x11-libs/gtk+:cloudprint - Enable printing via Google Cloud Print. x11-libs/gtk+:colord - Use x11-misc/colord for color management in printing -x11-libs/gtk+extra:introspection - Use dev-libs/gobject-introspection for introspection x11-libs/gtkdatabox:glade - Build with libglade and glade-3 supports, which includes a glade's module for GtkDataBox widget x11-libs/gtkmathview:mathml - Install additional fonts for proper mathml support. x11-libs/gtkmathview:t1lib - Enable media-libs/t1lib support @@ -7749,18 +8262,17 @@ x11-libs/libSM:uuid - Use UUID for session identification instead of IP address x11-libs/libXaw:deprecated - Install deprecated Xaw6 library. x11-libs/libXfont:bzip2 - Support bzip2 compressed PCF fonts. x11-libs/libXfont:truetype - Use media-libs/freetype for font rasterization. +x11-libs/libXfont2:bzip2 - Support bzip2 compressed PCF fonts. +x11-libs/libXfont2:truetype - Use media-libs/freetype for font rasterization. x11-libs/libaosd:pango - Enable the textual helpers (requires pangocairo). x11-libs/libaosd:tools - Install the aosd_cat tool (requires glib-2.0). x11-libs/libdesktop-agnostic:gconf - Enable GConf as configuration backend x11-libs/libdesktop-agnostic:glade - Install the Glade catalog for the desktop-agnotstic GTK widgets. -x11-libs/libdesktop-agnostic:introspection - Use dev-libs/gobject-introspection for introspection x11-libs/libdrm:libkms - Enable building of libkms, a library for applications to interface with KMS x11-libs/libdrm:valgrind - Compile in valgrind memory hints x11-libs/libfm:automount - Use gnome-base/gvfs for automounting x11-libs/libfm:udisks - Use libfm's udisks-based volume monitor implementation instead of using the one from gvfs x11-libs/libfm:vala - Support custom actions in menus -x11-libs/libmatchbox:pango - Enable x11-libs/pango support -x11-libs/libmatchbox:xsettings - Enable the use of xsettings for settings management x11-libs/libqxt:berkdb - Build the QxtBerkeley module x11-libs/libqxt:sql - Build the QxtSql module x11-libs/libqxt:web - Build the QxtWeb module @@ -7770,68 +8282,74 @@ x11-libs/libva:egl - Enables EGL support. x11-libs/libva-intel-driver:drm - Enables VA/DRM API support. x11-libs/libwnck:tools - Install wnckprop-3 and wnck-urgency-monitor-3 command-line tools x11-libs/libxcb:xkb - Enable the XCB keyboard extension -x11-libs/libxklavier:introspection - Use dev-libs/gobject-introspection for introspection x11-libs/motif:motif22-compatibility - Compatibility with Open Motif 2.2 -x11-libs/mx:glade - Build the dev-util/glade catalog files -x11-libs/mx:introspection - Use dev-libs/gobject-introspection for introspection +x11-libs/pango:X - Build and install the legacy pangoxft library x11-libs/pixman:loongson2f - Enable Loongson2f MMI optimizations. x11-libs/qscintilla:designer - Build plugin for Qt Designer +x11-libs/qwt:designer - Installs dev-qt/designer plugin. x11-libs/qwt:mathml - Use the MathML renderer of the Qt solutions package. x11-libs/vte:glade - Provide integration with dev-util/glade. x11-libs/wxGTK:gnome - Use gnome-base/libgnomeprintui for printing tasks. x11-libs/wxGTK:gstreamer - Enable the wxMediaCtrl class for playing audio and video through gstreamer. x11-libs/wxGTK:sdl - Use Simple Directmedia Layer (media-libs/libsdl) for audio. -x11-misc/bmpanel:libev - Use the libev event loop interface -x11-misc/bmpanel:libevent - Use the libevent event loop interface -x11-misc/bumblebee:bbswitch - Add dependency on sys-kernel/bbswitch for PM feature +x11-misc/alock:doc - Build and install manpage with app-text/asciidoc. +x11-misc/bumblebee:bbswitch - Add dependency on sys-power/bbswitch for PM feature x11-misc/cdm:consolekit - Enable native consolekit support x11-misc/colord:argyllcms - Enable ArgyllCMS sensor x11-misc/colord:extra-print-profiles - Generate extra print profiles. Warning: significant build time and memory requirements. x11-misc/colord:gusb - Enable dev-libs/libgusb support, needed for colorimeter drivers x11-misc/compton:drm - Enable VSync with DRM_IOCTL_WAIT_VBLANK x11-misc/compton:opengl - Enable VSync with SGI_swap_control OpenGL extension -x11-misc/dmenu:xft - Enable unofficial x11-libs/libXft support x11-misc/dunst:dunstify - Experimental replacement for notify-send. x11-misc/etm:ical - Enable export of ical format files by depending on dev-python/icalendar x11-misc/fbpager:xrender - Enable transparency support via x11-libs/libXrender +x11-misc/gpaste:applet - Enable gpaste-applet +x11-misc/gpaste:gnome - Enable proper gnome support and enable gnome shell extension. +x11-misc/gtkdialog:glade - Enable support for gnome-base/libglade +x11-misc/gtkdialog:vte - Enable support for x11-libs/vte x11-misc/i3status:filecaps - Linux capabilities library is required for i3status to be able to read net bandwith +x11-misc/ktsuss:sudo - Use the sudo backend instead the su one x11-misc/light-locker:consolekit - Keep track of the various users, sessions, and seats present on the system. x11-misc/light-locker:dpms - Turn on the display on screensaver deactivation. x11-misc/light-locker:gtk3 - Build with GTK+ 3 instead of GTK+ 2. x11-misc/light-locker:screensaver - Lock the screen on screensaver activation. x11-misc/lightdm:gtk - Pull in the gtk+ greeter -x11-misc/lightdm:introspection - Use dev-libs/gobject-introspection for introspection x11-misc/lightdm:kde - Pull in the kde greeter +x11-misc/mate-notification-daemon:gtk3 - Build with GTK+3 instead of GTK+2 +x11-misc/mozo:gtk3 - Build with GTK+3 instead of GTK+2 x11-misc/openbox-menu:icons - Enable support for icons in menus x11-misc/openbox-menu:svg - Support SVG icons +x11-misc/qt5ct:systray - Enable system tray support x11-misc/rednotebook:libyaml - enable libyaml support -x11-misc/rednotebook:spell - enable gtk-spell support x11-misc/redshift:appindicator - Enable usage of dev-libs/libappindicator to export menu options in to unity and KDE 5 x11-misc/redshift:geoclue - Control dependency on app-misc/geoclue x11-misc/rodent:experimental - Build experimental plugins (obexfs, curlftpfs, ecryptfs, cifs and samba) -x11-misc/rofi:i3 - Compile in support for the x11-wm/i3 window manager +x11-misc/rofi:windowmode - Enable normal window mode x11-misc/rss-glx:quesoglc - Enable support for OpenGL Character Renderer x11-misc/sddm:consolekit - Use ck-launch-session from sys-auth/consolekit by default in Xsession (no native support) +x11-misc/sent:savedconfig - Without a saved config.h, this package depends on media-gfx/farbfeld for image conversions x11-misc/shutter:drawing - Enables drawing tool -x11-misc/shutter:webphoto - Enables screenshots of websites x11-misc/slim:consolekit - Enable native consolekit support x11-misc/spacefm:gtk2 - Support GTK+ 2.x instead of GTK+ 3.x x11-misc/spacefm:gtk3 - Support GTK+ 3.x instead of GTK+ 2.x -x11-misc/spacefm:video-thumbnails - Support video thumbnails with ffmpegthumbnailer +x11-misc/spacefm:video-thumbnails - Support video thumbnails with media-video/ffmpegthumbnailer x11-misc/stalonetray:graceful-exit - use non-portable hack to exit gracefuly on signal x11-misc/tint2:battery - Enable battery status plugin x11-misc/tint2:examples - Install tint2rc examples x11-misc/tint2:tint2conf - Build/Install tint2conf as well x11-misc/vnc2swf:x11vnc - Install script that depends on x11vnc x11-misc/wbar:gtk - Enables the gtk-based wbar-config GUI -x11-misc/x11vnc:system-libvncserver - Build x11vnc against the system libvncserver (experimental) -x11-misc/x11vnc:tk - Support the simple tcl/tk -gui option +x11-misc/xkbset:tk - Install the dev-perl/Tk based xkbset-gui utility +x11-misc/xlockmore:vtlock - Enables support for virtual terminal locking x11-misc/xlockmore:xlockrc - Enables xlockrc for people without PAM x11-misc/xmobar:mpd - Support mpd plugin x11-misc/xmobar:mpris - Enables MPRIS v1, v2 support x11-misc/xmobar:timezone - Enables localized date support +x11-misc/xmobar:with_conduit - Use conduit to fetch weather data. +x11-misc/xmobar:with_uvmeter - Plugin to show UV data for Australia. x11-misc/xscreensaver:gdm - Use gdmflexiserver from gnome-base/gdm instead of x11-misc/lightdm -x11-misc/xscreensaver:new-login - Enable user switching support using gdmflexiserver (x11-misc/lightdm) or kdmctl (kde-base/kdm) +x11-misc/xscreensaver:new-login - Enable user switching support using gdmflexiserver (x11-misc/lightdm) +x11-misc/xss-lock:man - Build and install man pages x11-plugins/bfm:gkrellm - Enable building of app-admin/gkrellm module x11-plugins/compiz-plugins-extra:gconf - Install GConf schemas for the plugins, needed when using the GConf-based configuration backend in x11-wm/compiz. x11-plugins/compiz-plugins-main:gconf - Install GConf schemas for the plugins, needed when using the GConf-based configuration backend in x11-wm/compiz. @@ -7840,8 +8358,7 @@ x11-plugins/pidgin-sipe:ocs2005-message-hack - Disable message timeout for OCS20 x11-plugins/pidgin-sipe:openssl - Enable crypto support via dev-libs/openssl x11-plugins/pidgin-sipe:telepathy - Support use as a telepathy backend x11-plugins/pidgin-sipe:voice - Enable experimental voice/video support -x11-plugins/purple-plugin_pack:talkfilters - Enable support for app-text/talklfilters -x11-plugins/screenlets:svg - Highly Recommended: Enable SVG graphics via dev-python/librsvg-python +x11-plugins/purple-plugin_pack:talkfilters - Enable support for app-text/talkfilters x11-plugins/vicious:contrib - Install extra widgets, some for less common hardware, some contributed by Vicious users. x11-plugins/wmfire:session - Enable session management x11-plugins/wmsysmon:high-ints - Enable support for monitoring 24 interrupts. Useful on SMP machines @@ -7852,11 +8369,13 @@ x11-terms/eterm:utempter - Include libutempter support x11-terms/gnome-terminal:gnome-shell - Integrate with gnome-base/gnome-shell search x11-terms/gnome-terminal:nautilus - Build gnome-base/nautilus extension x11-terms/hanterm:utempter - Records user logins. Useful on multi-user systems +x11-terms/mate-terminal:gtk3 - Build with GTK+3 instead of GTK+2 x11-terms/mlterm:fcitx - Enable app-i18n/fcitx support x11-terms/mlterm:ibus - Enable app-i18n/ibus support x11-terms/mlterm:libssh2 - Enable net-libs/libssh2 support x11-terms/mlterm:regis - Enable ReGIS support x11-terms/mlterm:scim - Enable app-i18n/scim support +x11-terms/mlterm:skk - Enable SKK support (virtual/skkserv or app-i18n/skk-jisyo) x11-terms/mlterm:uim - Enable app-i18n/uim support x11-terms/mlterm:utempter - Enable sys-libs/libutempter support x11-terms/mrxvt:menubar - Enable mrxvt menubar @@ -7880,7 +8399,12 @@ x11-terms/rxvt-unicode:wcwidth - Enable wide char width support x11-terms/terminator:libnotify - Enables desktop notifications viadev-python/notify-python x11-terms/xterm:openpty - Use openpty() in preference to posix_openpt() x11-terms/xterm:toolbar - Enable the xterm toolbar to be built -x11-themes/bespin:windeco - Enable window decoration for KWin. +x11-themes/arc-theme:cinnamon - Install theme for gnome-extra/cinnamon +x11-themes/arc-theme:gnome-shell - Install theme for gnome-base/gnome-shell +x11-themes/arc-theme:gtk2 - Install GTK+2 theme +x11-themes/arc-theme:gtk3 - Install GTK+3 theme +x11-themes/arc-theme:mate - Install Metacity theme for mate-base/mate +x11-themes/arc-theme:xfce - Install theme for xfce-base/xfwm4 x11-themes/comix-xcursors:lefthanded - Install lefthanded version of theme in addition to default one x11-themes/comix-xcursors:opaque - Install non-transparent version of theme in addition to default one x11-themes/gentoo-artwork:grub - Install extra sys-boot/grub themes @@ -7892,64 +8416,67 @@ x11-themes/gtk-engines-murrine:themes - Pull in themes via x11-themes/murrine-th x11-themes/gtk-engines-nodoka:animation-rtl - Progressbar animation from right to left x11-themes/kfaenza:additional - Install additional KFaenza icons. See third homepage for details x11-themes/light-themes:gtk3 - Support GTK 3.x, too -x11-themes/qtcurve:kde - Enable KDE4 support. This adds a QtCurve configuration module to KDE's SystemSettings -x11-themes/qtcurve:windeco - Enable window decoration for KWin +x11-themes/mate-themes-meta:gtk2-only - Allow dependency-resolution for a system without GTK+3 x11-themes/redhat-artwork:audacious - Install media-sound/audacious theme x11-themes/redhat-artwork:cursors - Install Bluecurve cursors x11-themes/redhat-artwork:gdm - Install Bluecurve gnome-base/gdm theme x11-themes/redhat-artwork:icons - Install Bluecurve icons -x11-themes/redhat-artwork:kdm - Install Bluecurve kde-base/kdm theme x11-themes/redhat-artwork:nautilus - Install Bluecurve gnome-base/nautilus icons x11-themes/skinenigmang-logos:dxr3 - Install logos for lower osd color depth on dxr3 cards +x11-themes/vertex-theme:cinnamon - Install theme for gnome-extra/cinnamon +x11-themes/vertex-theme:gnome-shell - Install theme for gnome-base/gnome-shell +x11-themes/vertex-theme:mate - Install Metacity theme for mate-base/mate +x11-themes/vertex-theme:xfce - Install theme for xfce-base/xfwm4 +x11-themes/zuki-themes:gnome-shell - Install theme for gnome-base/gnome-shell +x11-themes/zuki-themes:mate - Install Metacity theme for mate-base/mate +x11-themes/zuki-themes:xfce - Install theme for xfce-base/xfwm4 x11-themes/zukitwo:gnome-shell - Install theme for gnome-base/gnome-shell x11-wm/compiz:fuse - Enables support for the filesystem in userspace plugin through sys-fs/fuse. x11-wm/compiz:gconf - Enable the GConf-based configuration backend; it is not required to work with GNOME, and might actually be faster if it's not used. x11-wm/compiz-fusion:emerald - Install the x11-wm/emerald package. -x11-wm/compiz-fusion:unsupported - Install the x11-plugins/compiz-fusion-plugins-unsupported package. +x11-wm/compiz-fusion:unsupported - Install the x11-plugins/compiz-plugins-unsupported package. x11-wm/echinus:xrandr - Enable support for multihead configuration -x11-wm/enlightenment:enlightenment_modules_access - Accessibility module designed to improve ease of use for the vision impaired and the blind x11-wm/enlightenment:enlightenment_modules_appmenu - Gadget that hold the toolbar of the foreground application x11-wm/enlightenment:enlightenment_modules_backlight - Backlight control slider gadget x11-wm/enlightenment:enlightenment_modules_battery - A gadget to visualize your battery status x11-wm/enlightenment:enlightenment_modules_bluez4 - Configure Bluetooth devices x11-wm/enlightenment:enlightenment_modules_clock - Nice clock gadget to show current time -x11-wm/enlightenment:enlightenment_modules_comp - Enlightenment Composite Manager +x11-wm/enlightenment:enlightenment_modules_conf - Settings Panel x11-wm/enlightenment:enlightenment_modules_conf-applications - Allows configuration of Ibar, Restart, and Startup applications -x11-wm/enlightenment:enlightenment_modules_conf-comp - Configure default dialog properties +x11-wm/enlightenment:enlightenment_modules_conf-bindings - Input Control Settings x11-wm/enlightenment:enlightenment_modules_conf-dialogs - Configure default dialog properties x11-wm/enlightenment:enlightenment_modules_conf-display - Used to configure your screen -x11-wm/enlightenment:enlightenment_modules_conf-edgebindings - Configure your edge bindings here x11-wm/enlightenment:enlightenment_modules_conf-interaction - Configure Mouse and Touch input x11-wm/enlightenment:enlightenment_modules_conf-intl - Used to select a default language -x11-wm/enlightenment:enlightenment_modules_conf-keybindings - Key, Mouse and Button control settings x11-wm/enlightenment:enlightenment_modules_conf-menus - Configures menu behavior x11-wm/enlightenment:enlightenment_modules_conf-paths - Specifies the Enlightenment search paths and default directories x11-wm/enlightenment:enlightenment_modules_conf-performance - Used to configure certain performance related items as frame rates and cache settings x11-wm/enlightenment:enlightenment_modules_conf-randr - Used to configure your screen's resolution x11-wm/enlightenment:enlightenment_modules_conf-shelves - Shelf configuration dialog x11-wm/enlightenment:enlightenment_modules_conf-theme - Used to configure your theme preferences -x11-wm/enlightenment:enlightenment_modules_conf-wallpaper2 - Used to configure your theme preferences x11-wm/enlightenment:enlightenment_modules_conf-window-manipulation - Configures window raise, resistance, and maximize policies x11-wm/enlightenment:enlightenment_modules_conf-window-remembers - Delete existing window remembers x11-wm/enlightenment:enlightenment_modules_connman - Control Wifi and wired networks as a user -x11-wm/enlightenment:enlightenment_modules_contact - Enable the contact module x11-wm/enlightenment:enlightenment_modules_cpufreq - Gadget to monitor and change the CPU frequency -x11-wm/enlightenment:enlightenment_modules_dropshadow - Module to add a dropshadow to windows x11-wm/enlightenment:enlightenment_modules_everything - The run command module provides an application launcher dialog x11-wm/enlightenment:enlightenment_modules_fileman - Enlightenment's integrated file manager x11-wm/enlightenment:enlightenment_modules_fileman-opinfo - Can be placed on the desktop or in a shelf x11-wm/enlightenment:enlightenment_modules_gadman - Module to manage gadgets on the desktop +x11-wm/enlightenment:enlightenment_modules_geolocation - Geolocation x11-wm/enlightenment:enlightenment_modules_ibar - Iconic application launcher x11-wm/enlightenment:enlightenment_modules_ibox - A home for your iconified applications -x11-wm/enlightenment:enlightenment_modules_illume2 - Illume2 - next generation of illume - special WM mode for embedded devices and set of plugins with same purpose +x11-wm/enlightenment:enlightenment_modules_lokker - Screen locker x11-wm/enlightenment:enlightenment_modules_mixer - A module to provide a mixer for changing volume x11-wm/enlightenment:enlightenment_modules_msgbus - DBus Extension x11-wm/enlightenment:enlightenment_modules_music-control - Control your music in your shelf x11-wm/enlightenment:enlightenment_modules_notification - notification-daemon alternative. Popup if an event occur +x11-wm/enlightenment:enlightenment_modules_packagekit - Package manager integration x11-wm/enlightenment:enlightenment_modules_pager - Gadget to allow you to visualize your virtual desktops and the windows they contain +x11-wm/enlightenment:enlightenment_modules_pager-plain - A simpler desktop pager +x11-wm/enlightenment:enlightenment_modules_policy-mobile - x11-wm/enlightenment:enlightenment_modules_quickaccess - Enlightenment Quickaccess Launcher x11-wm/enlightenment:enlightenment_modules_shot - Simple screenshot+save/upload module -x11-wm/enlightenment:enlightenment_modules_start - Enlightenment's "Start" button equivalent +x11-wm/enlightenment:enlightenment_modules_start - Enlightenment's 'Start' button equivalent x11-wm/enlightenment:enlightenment_modules_syscon - This module provides a unified popup dialog for all the system actions in Enlightenment x11-wm/enlightenment:enlightenment_modules_systray - system tray that hold applications icons like Skype, Pidgin, Kopete and others x11-wm/enlightenment:enlightenment_modules_tasks - Gadget to allow you to switch tasks @@ -7959,10 +8486,14 @@ x11-wm/enlightenment:enlightenment_modules_tiling - Positions/resizes your windo x11-wm/enlightenment:enlightenment_modules_winlist - A module to show the list of client applications presently running x11-wm/enlightenment:enlightenment_modules_wizard - First Run Wizard x11-wm/enlightenment:enlightenment_modules_wl-desktop-shell - Enlightenment Wayland Desktop Shell -x11-wm/enlightenment:enlightenment_modules_wl-screenshot - Enlightenment Wayland Screenshot module +x11-wm/enlightenment:enlightenment_modules_wl-drm - Wayland DRM (Direct Rendering Manager) compositing module +x11-wm/enlightenment:enlightenment_modules_wl-text-input - Wayland text input support +x11-wm/enlightenment:enlightenment_modules_wl-weekeyboard - Wayland virtual keyboard +x11-wm/enlightenment:enlightenment_modules_wl-wl - Wayland-in-Wayland module +x11-wm/enlightenment:enlightenment_modules_wl-x11 - Wayland-in-X11 module x11-wm/enlightenment:enlightenment_modules_xkbswitch - Keyboard layout configuration and switcher +x11-wm/enlightenment:enlightenment_modules_xwayland - X/Wayland integration x11-wm/enlightenment:pango - Enable pango font rendering -x11-wm/enlightenment:udev - Use sys-fs/udev to determine available devices x11-wm/enlightenment:ukit - Use upower/udisks to automount devices x11-wm/enlightenment:xrandr - Enable support for the X xrandr extension x11-wm/fluxbox:bidi - Enable bidirectional language support with dev-libs/fribidi @@ -7974,13 +8505,12 @@ x11-wm/fvwm:lock - Enable screen locking x11-wm/fvwm:netpbm - Enable NetPBM support (used by FvwmScript-ScreenDump) x11-wm/fvwm:rplay - Enable rplay support x11-wm/fvwm:stroke - Mouse Gesture support +x11-wm/i3:doc - Build and install the HTML documentation and regenerate the man pages x11-wm/i3:pango - Use x11-libs/pango to render text in order to support fonts which have more glyphs (e.g. Kanji). See RELEASE-NOTES for more information -x11-wm/matchbox-common:pda - Support for pda folders -x11-wm/matchbox-desktop:dnotify - Use the linux kernel directory notification feature. -x11-wm/matchbox-panel:dnotify - Use the linux kernel directory notification feature. -x11-wm/matchbox-panel:lowres - Optimize for low resolution screens. +x11-wm/marco:gtk3 - Build with GTK+3 instead of GTK+2 x11-wm/musca:apis - Optionally install the experimental `apis' window manager x11-wm/musca:xlisten - Optionally install the xlisten utility +x11-wm/mutter:gles2 - Enable OpenGL ES 2.0 support x11-wm/mutter:kms - Enable KMS support. x11-wm/notion:xrandr - Add support for xrandr x11-wm/openbox:session - Enables support for session managers @@ -7990,6 +8520,7 @@ x11-wm/pekwm:themes - Install additional themes x11-wm/ratpoison:history - Use sys-libs/readline for history handling x11-wm/ratpoison:sloppy - Install sloppy, a focus-follows-mouse implementation for ratpoison x11-wm/stumpwm:clisp - Use CLISP for the runtime +x11-wm/stumpwm:contrib - Install contrib modules x11-wm/stumpwm:doc - Include documentation x11-wm/stumpwm:ecl - Use SCL for the runtime x11-wm/stumpwm:emacs - Add support for GNU Emacs @@ -7998,9 +8529,9 @@ x11-wm/subtle:xrandr - Enable support for the X RandR extension x11-wm/subtle:xtest - Enable support for the XTest extension x11-wm/vtwm:rplay - Enable rplay support, needed for sound. x11-wm/windowmaker:modelock - Enable XKB language status lock support. README says: "If you don't know what it is you probably don't need it." -x11-wm/windowmaker:vdesktop - Enable dynamic virtual desktop (conflicts with software that works on the edges of the screen) x11-wm/windowmaker:webp - Enables WebP image format support using media-libs/libwebp x11-wm/windowmaker:xrandr - Enable XRandR window extension support +x11-wm/wmfs:imlib2 - Enable image support through media-libs/imlib2 x11-wm/xmonad:default-term - Pull terminal specified in default xmonad config to be a bit less hostile by default. x11-wm/xmonad:no-autorepeat-keys - Allow ignoring of keyboard autorepeat. x11-wm/xpra:client - Build client-side code @@ -8008,14 +8539,16 @@ x11-wm/xpra:clipboard - Enable clipboard support x11-wm/xpra:csc - Enable csc softscaler support x11-wm/xpra:dec_av - Enable dec_avcodec support x11-wm/xpra:dec_av2 - Enable dec_avcodec2 support +x11-wm/xpra:enc_ffmpeg - Enable advanced ffmpeg/libav encoder support +x11-wm/xpra:lz4 - Enable support for lz4 compression x11-wm/xpra:rencode - Enable rencode support x11-wm/xpra:server - Build server-side code x11-wm/xpra:vpx - Enable vpx image format support +x11-wm/xpra:webcam - Enable webcam support via opencv x11-wm/xpra:webp - Enable webp image format support x11-wm/xpra:x265 - Enable x265 support xfce-base/libxfce4ui:glade - Build support for Glade 3's GtkBuilder implementation xfce-base/libxfce4ui:gtk3 - Enable gtk3 support -xfce-base/libxfcegui4:glade - Build glade bindings xfce-base/xfce4-settings:libcanberra - Enable sound event support using media-libs/libcanberra xfce-base/xfce4-settings:libinput - Enable libinput Xorg driver (x11-drivers/xf86-input-libinput) support xfce-base/xfce4-settings:xklavier - Enable keyboard layout selection support using x11-libs/libxklavier @@ -8027,11 +8560,12 @@ xfce-extra/xfce4-mixer:keybinder - Enable shortcut support using dev-libs/keybin xfce-extra/xfce4-mpc-plugin:libmpd - Build using media-libs/libmpd backend, instead of native fallback which is preferred xfce-extra/xfce4-playercontrol-plugin:audacious - Enable Audacious support xfce-extra/xfce4-playercontrol-plugin:mpd - Enable Music Player Daemon support -xfce-extra/xfce4-power-manager:lxpanel - Build the applet for lxde-base/lxpanel, you can set XFCE_PLUGINS="" if you don't want the Xfce dependencies. -xfce-extra/xfce4-pulseaudio-plugin:keybinder - Enable support for global hotkeys using dev-libs/keybdiner. +xfce-extra/xfce4-pulseaudio-plugin:keybinder - Enable support for global hotkeys using dev-libs/keybinder. xfce-extra/xfce4-soundmenu-plugin:glyr - Enable music metadata searchengine support using media-libs/glyr xfce-extra/xfce4-soundmenu-plugin:keybinder - Enable shortcut support using dev-libs/keybinder xfce-extra/xfce4-soundmenu-plugin:lastfm - Enable last.fm support using media-libs/libclastfm xfce-extra/xfce4-taskmanager:gksu - Build against x11-libs/libgksu to provide "Run as root" option in the application's menu xfce-extra/xfce4-taskmanager:gtk3 - Use GTK+3 instead of GTK+2 -xfce-extra/xfswitch-plugin:gdm - Use gdmflexiserver from gnome-base/gdm instead of x11-misc/lightdm +xfce-extra/xfswitch-plugin:gdm - Compatibility with gnome-base/gdm only +xfce-extra/xfswitch-plugin:lightdm - Compatibility with x11-misc/lightdm only +xfce-extra/xfswitch-plugin:lxdm - Compatibility with lxde-base/lxdm only diff --git a/sdk_container/src/third_party/portage-stable/scripts/bootstrap.sh b/sdk_container/src/third_party/portage-stable/scripts/bootstrap.sh index 107556882b..b8512d2e48 100755 --- a/sdk_container/src/third_party/portage-stable/scripts/bootstrap.sh +++ b/sdk_container/src/third_party/portage-stable/scripts/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.99 2015/02/04 10:07:32 kumba Exp $ +# $Id$ # people who were here: # (drobbins, 06 Jun 2003) @@ -56,7 +56,7 @@ v_echo() { env "$@" } -cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.99 2015/02/04 10:07:32 kumba Exp $" +cvsver="$Id$" cvsver=${cvsver##*,v } cvsver=${cvsver%%Exp*} cvsyear=${cvsver#* }