summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove ia64 archArthur Zamarin2024-09-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* profiles: drop MONKEYD_PLUGINS description and vars (treecleaned)Michael Orlitzky2024-09-041-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* profiles: Introduce LLVM_SLOT USE_EXPAND variableMichał Górny2024-02-101-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove references to ROS_MESSAGESMichał Górny2023-12-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove entries matching UnknownProfileUse*Michał Górny2023-12-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: restore KERNEL=Winnt for embedded targetsxtkoba2023-09-061-1/+2
| | | | | | | | | | | | which is needed to cross-merge packages using CMake for MinGW. cmake.eclass assumes kernel_Winnt is available at https://github.com/gentoo/gentoo/blob/729bfdc91020c5c37ca1d0217135bd8b23df660a/eclass/cmake.eclass#L478-L496. Closes: https://bugs.gentoo.org/910605 Signed-off-by: Tee KOBAYASHI <xtkoba@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32252 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: drop dead prefix targetsSam James2023-05-291-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: remove ELIBC=WinntFabian Groffen2023-05-271-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: remove dead implicit userland_* flagsDavid Seifert2023-05-161-7/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/31034 Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: unset GDK_PIXBUF_MODULE_FILESergei Trofimovich2023-01-051-1/+1
| | | | | | | | | | `GDK_PIXBUF_MODULE_FILE` is one of variables used to redirect `librsvg` plugins. Avoid clobber if that variables set by `guix environment` and other redirectors like in https://github.com/trofi/nix-guix-gentoo/issues/25 Closes: https://bugs.gentoo.org/887253 Signed-off-by: Sergei Trofimovich <slyich@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* profiles: add XDG_STATE_DIR to ENV_UNSETSam James2022-10-041-1/+1
| | | | | | | | XDG_STATE_HOME is defined in the basedir spec just like XDG_DATA_HOME and XDG_CONFIG_HOME, so we should cover it. Closes: https://bugs.gentoo.org/873802 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Remove unused OFED_DRIVERSMichał Górny2022-06-221-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/embedded: add PYTHONDONTWRITEBYTECODE=1 (and other vars) from base ↵Sam James2022-05-231-0/+42
| | | | | | | | | | | | | profile The embedded profiles don't inherit the base profile and there's a bunch of things, PYTHONDONTWRITEBYTECODE=1 included, that we should be setting in embedded too, as they're still relevant. Sync with base. Closes: https://bugs.gentoo.org/847139 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: add new ARCH keyword "loong"WANG Xuerui2022-04-241-1/+1
| | | | | | See: https://github.com/gentoo/gentoo/pull/25083 Reviewed-by: Sam James <sam@gentoo.org> Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles: remove dead abi_ppc_* flagsDavid Seifert2022-03-131-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: remove amd64-fbsd/x86-fbsd keywordsDavid Seifert2022-01-061-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/23649 Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: remove dead kernel/elibc flagsDavid Seifert2022-01-061-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: remove freebsd-libcDavid Seifert2022-01-021-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: remove uclibcDavid Seifert2022-01-021-1/+1
| | | | | Closes: https://bugs.gentoo.org/820905 Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: remove mintlibDavid Seifert2022-01-021-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/23623 Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: Remove obsolete USE_EXPANDsMichał Górny2021-06-011-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Sync USE_EXPAND{,_HIDDEN} between base and embeddedUlrich Müller2021-04-061-3/+3
| | | | | | Acked-by: Michał Górny <mgorny@gentoo.org> Acked-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: drop references to x86-macosFabian Groffen2021-01-071-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: drop ppc-aix, m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | | | This marks the end of an era of fun. From now on, the Prefix keywords/targets ppc-aix and m68k-mint are no more. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: drop ~x86-cygwinSam James2020-12-181-1/+1
| | | | | Bug: https://bugs.gentoo.org/760057 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/embedded/make.defaults: add Lua-target variables to USE_EXPANDMarek Szuba2020-10-181-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* profiles: Drop ABI_RISCV from riscv profiles; it's multilib overkillAndreas K. Hüttel2020-09-181-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add riscv to profiles/embedded/make.defaults USE_EXPAND_VALUES_ARCHAndreas K. Hüttel2020-09-171-1/+1
| | | | | Closes: https://bugs.gentoo.org/742695 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: removal of keyboard and mouse INPUT_DEVICES defaults.Piotr Karbowski2020-05-041-1/+1
| | | | | | | | profiles/base/make.defaults: replaced with libinput profiles/embedded/make.defaults: removed, evdev left. profiles/desc/input_devices.desc: removed descriptions. Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* profiles: remove more SuperH referencesMikle Kolyada2020-05-021-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* profiles: new arch and profile for x64-winntMichael Haubenwallner2020-03-111-1/+1
| | | | | | | | | | | | | | | | New profile prefix/windows/winnt/x64, for new ARCH=x64-winnt. This profile is designed for use as Stacked Prefix, set up using prefix-stack-setup (app-portage/prefix-toolkit) from with a Cygwin Prefix (Guest only), having sys-devel/parity installed (wraps MSVC). CHOST is left unset on purpose. It is set by prefix-stack-setup using some --chost=x86_64-msvc16-winnt argument, selecting the Visual Studio version and runtime variant (static|debug) to use. Adding same comments to prefix/windows/winnt/x86 profile as well. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: kill NETBEANS varsMikle Kolyada2020-01-251-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* profiles/embedded/make.defaults: sync USE_EXPAND{,_HIDDEN} with base profileSergei Trofimovich2019-07-201-2/+2
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* profiles: Change ACCEPT_LICENSE default to @FREE.Ulrich Müller2019-05-231-2/+3
| | | | | | | | | As decided by the Gentoo Council in its 2019-02-10 meeting: 'The default ACCEPT_LICENSE should be ACCEPT_LICENSE="@FREE" (subject to implementation details in further vote).' Closes: https://bugs.gentoo.org/676248 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Revert "profiles: Change ACCEPT_LICENSE default to @FREE."Thomas Deutschmann2019-05-191-3/+2
| | | | | | | | | | | | This reverts commit d82b624db1131d0c392d21c76dbcb084612521be. Reverted to work on better user experience for existing systems: Users are currently only prompted to accept licenses when installing packages, not when updating already installed packages using licenses which were covered by previous ACCEPT_LICENSE value and are now missing (unaccepted by default). Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* profiles: Change ACCEPT_LICENSE default to @FREE.Ulrich Müller2019-05-191-2/+3
| | | | | | | | | As decided by the Gentoo Council in its 2019-02-10 meeting: 'The default ACCEPT_LICENSE should be ACCEPT_LICENSE="@FREE" (subject to implementation details in further vote).' Closes: https://bugs.gentoo.org/676248 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/embedded/make.defaults: Sync ACCEPT_LICENSE from profiles/base.Ulrich Müller2019-05-041-0/+6
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: drop prefix-chain implicit USE flagMichael Haubenwallner2019-03-251-1/+1
| | | | | | | Renaming prefix-chain to prefix-stack is completed now. Bug: https://bugs.gentoo.org/658572 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles: introduce prefix-stack implicit USE flagMichael Haubenwallner2019-03-251-1/+1
| | | | | | | Will supersede the prefix-chain implicit USE flag. Bug: https://bugs.gentoo.org/658572 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* x11-base/xorg-drivers: [QA] Remove support for removed xf86-*-tslibMichał Górny2018-12-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Drop arm-linux keyword from tree.Benda Xu2018-08-311-1/+1
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* profiles/embedded/make.defaults: drop some PROFILE_ONLY_VARIABLESIan Stakenvicius2018-08-031-1/+1
| | | | | | | | | | | | | ARCH, ELIBC, and KERNEL variables need to be set or overridden when using the embedded profile for special crossdev projects (i.e. mingw32/64). Crossdev tools often set the overrides already in make.conf, but they were previously ignored when the embedded profile is used. Also of note, none of those variables are set in the embedded profile itself. This commit allows for those variables to be defined in make.conf, so that the minimalist embedded profile can be used directly rather than needing to create a custom profile based on it instead. Bug: https://bugs.gentoo.org/487310
* profiles: Remove riscv archMichał Górny2018-02-111-1/+1
| | | | Closes: https://bugs.gentoo.org/644754
* profiles: Remove nios2 archMichał Górny2018-02-111-1/+1
| | | | Closes: https://bugs.gentoo.org/644754
* profiles: Remove sparc-fbsd arch and keywordsMichał Górny2018-01-231-1/+1
| | | | | Closes: https://bugs.gentoo.org/644756 Closes: https://github.com/gentoo/gentoo/pull/6935
* profiles: drop CROSSCOMPILE_OPTS USE_EXPAND, bug #642712Sergei Trofimovich2018-01-071-2/+2
| | | | | Closes: https://bugs.gentoo.org/642712 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* profiles: Remove LINGUAS from USE_EXPANDMichał Górny2018-01-051-1/+1
| | | | | | | | | | | | | | | | Apply the long-overdue removal of LINGUAS from USE_EXPAND. Per the PMS rules, specifying it as a USE_EXPAND implicitly filters any values that are not present in IUSE. This effectively means that ebuilds not specifying linguas_* flags at all should get empty exported LINGUAS variable. As a result, those packages would not install localizations at all. To avoid this unfortunate behavior, remove LINGUAS from USE_EXPAND. The LINGUAS variable becomes a regular environment variable that implicitly controls package builds. Ebuilds still using linguas* in IUSE may experience a mismatch between the value of LINGUAS (if any) and the flag states; however, it should not cause any major inconvenience.
* Initial commit postgres{,-multi}.eclassAaron W. Swenson2017-07-091-1/+1
| | | | | | | | | | | postgres.eclass provides convenience functions that are commonly performed in most packages that require PostgreSQL. postgres-multi.eclass enables packages to build against all selected PostgreSQL slots. Added POSTGRES_TARGETS as a new USE_EXPAND variable to select which slots are depended upon and built against.
* profiles: add 'prefix-chain' to IUSE_IMPLICIT, use.maskedMichael Haubenwallner2017-04-111-1/+1
|