Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optfeature.eclass: Introduce default header and optfeature_header() | 2021-04-04 | 1 | -1/+55 | |
| | | | | | | | | | | | | Before this change, optfeature() would print a list of optional dependencies, or nothing if deps are installed. Ebuilds commonly print their own elog ahead of optfeature, which then may not be followed up by any list at all. optfeature_header() will set a custom header or reset to default by calling it without argument, which is only printed if any follup-up optfeature is about to list a dependency. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | findlib.eclass: minor style changes | 2021-04-04 | 1 | -7/+6 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | dune.eclass: change case style, remove already unsupported EAPIs | 2021-04-04 | 1 | -6/+11 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | opam.eclass: change case style, remove already unsupported EAPIs | 2021-04-04 | 1 | -2/+7 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | oasis.eclass: remove last-rited eclass | 2021-04-04 | 1 | -138/+0 | |
| | | | | | | | Closes https://bugs.gentoo.org/775785 Closes: https://bugs.gentoo.org/497044 Closes: https://bugs.gentoo.org/637826 Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | eclass/mate-desktop.org.eclass: fix variable references | 2021-04-03 | 1 | -3/+3 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | eclass/java-vm-2.eclass: fix symlinks on prefix. | 2021-04-02 | 1 | -2/+2 | |
| | | | | | Closes: https://bugs.gentoo.org/751805 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> | ||||
* | font-ebdftopcf.eclass: drop incomplete definitions of functions | 2021-03-31 | 1 | -2/+0 | |
| | | | | | | It's better to not try according to our fun AWK ;) Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | Revert "llvm.org.eclass: mark some variable as @PRE_INHERIT" | 2021-03-31 | 1 | -2/+0 | |
| | | | | | | | | | Can't be both @PRE_INHERIT and @INTERNAL, although it can be set in ebuilds...? This reverts commit c03e126435d2131e673bd678820b30a25dd97cda. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | gnome.org.eclass: mark GNOME_TARBALL_SUFFIX as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | | | | Controls the app-arch/xz-utils dependency in global scope. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | db-use.eclass: add initial @EBUILD block | 2021-03-31 | 1 | -2/+12 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | font-ebdftopcf.eclass: provide basic @ECLASS block, docs | 2021-03-31 | 1 | -7/+13 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | kde.org.eclass: mark KDE_SELINUX_MODULE as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | | | | Controls IUSE="selinux" and SELinux policy dependency in global scope. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | llvm.org.eclass: mark some variable as @PRE_INHERIT | 2021-03-31 | 1 | -0/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | bash-completion-r1.eclass: fix grammar in comment | 2021-03-31 | 1 | -3/+3 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | autotools.eclass: minor cosmetic changes to various elogs | 2021-03-31 | 1 | -5/+5 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | autotools.eclass: fix whitespace/phrasing in comment | 2021-03-31 | 1 | -3/+3 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | autotools.eclass: consistent references to bugs in comments | 2021-03-31 | 1 | -9/+9 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | autotools.eclass: mark AT_SYS_M4DIR variable as @DEFAULT_UNSET | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | autotools.eclass: mark WANT_AUTO*, AUTOTOOLS_AUTO_DEPEND as @PRE_INHERIT | 2021-03-31 | 1 | -0/+4 | |
| | | | | | | | These must be defined before the point of inherit because *DEPEND in the eclass (depending on these) in global scope. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | autotools.eclass: mark AT_M4DIR as @DEFAULT_UNSET | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | eclass: normalise email format in @AUTHOR | 2021-03-31 | 3 | -6/+7 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | linux-mod.eclass: mark MODULES_OPTIONAL_USE_* as @PRE_INHERIT | 2021-03-31 | 1 | -0/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | darcs.eclass: mark darcs_patchcount, darcs_fetch as @INTERNAL | 2021-03-31 | 1 | -0/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | ghc-package.eclass: mark ghc-getghcpkg as @INTERNAL | 2021-03-31 | 1 | -1/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | portability.eclass: drop blank invalid @RETURN | 2021-03-31 | 1 | -1/+0 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | cvs.eclass: mark ECVS_OFFLINE as @USER_VARIABLE | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | darcs.eclass: mark EDARCS_OFFLINE as @USER_VARIABLE | 2021-03-31 | 1 | -1/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | subversion.eclass: mark various variables as @USER_VARIABLE | 2021-03-31 | 1 | -0/+5 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | cdrom.eclass: mark CDROM_OPTIONAL as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | cmake-multilib.eclass: mark CMAKE_ECLASS as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | mozlinguas-v2.eclass: mark various variables as @PRE_INHERIT, @DEFAULT_UNSET | 2021-03-31 | 1 | -0/+13 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | xorg-2.eclass: set various variables as @PRE_INHERIT | 2021-03-31 | 1 | -0/+6 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | ant-tasks.eclass: mark ANT_TASK_DEPNAME as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | libretro-core.eclass: mark LIBRETRO_COMMIT_SHA, LIBRETRO_REPO_NAME as ↵ | 2021-03-31 | 1 | -1/+3 | |
| | | | | | | @PRE_INHERIT Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | ros-catkin.eclass: mark CATKIN_HAS_MESSAGES, CATKIN_MESSAGES_TRANSITIVE_DEPS ↵ | 2021-03-31 | 1 | -1/+3 | |
| | | | | | | as @PRE_INHERIT Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | aspell-dict-r1.eclass: mark ASPELL_{LANG, VERSION} as @PRE_INHERIT | 2021-03-31 | 1 | -0/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | postgres-multi.eclass: mark POSTGRES_COMPAT as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | php-ext-source-r3.eclass: mark PHP_EXT_{NAME, NEEDED_USE} as @PRE_INHERIT | 2021-03-31 | 1 | -1/+3 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | qt5-build.eclass: mark VIRTUALX_REQUIRED as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | perl-module.eclass: mark DIST_TEST_OVERRIDE as @USER_VARIABLE | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | perl-module.eclass: mark DIST_EXAMPLES as @PRE_INHERIT | 2021-03-31 | 1 | -1/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | ruby-fakegem.eclass: mark RUBY_FAKEGEM_{NAME, VERSION} as @PRE_INHERIT | 2021-03-31 | 1 | -0/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | php-ext-pecl-r3.eclass: mark PHP_EXT_PECL_{PKG, FILENAME} as @PRE_INHERIT | 2021-03-31 | 1 | -1/+3 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | oasis.eclass: mark various OASIS_* as @PRE_INHERIT | 2021-03-31 | 1 | -0/+4 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | dune.eclass: mark DUNE_PKG_NAME as @PRE_INHERIT | 2021-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | cmake-utils.eclass: mark CMAKE_EXTRA_CACHE_FILE, ↵ | 2021-03-31 | 1 | -0/+2 | |
| | | | | | | CMAKE_UTILS_QA_SRC_DIR_READONLY as @USER_VARIABLEs Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | cmake.eclass: mark CMAKE_EXTRA_CACHE_FILE, CMAKE_QA_SRC_DIR_READONLY as ↵ | 2021-03-31 | 1 | -0/+2 | |
| | | | | | | @USER_VARIABLEs Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | git-r3.eclass: mark EGIT_CLONE_TYPE as @USER_VARIABLE | 2021-03-31 | 1 | -1/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | golang-vcs.eclass: mark EGO_STORE_DIR as @USER_VARIABLE | 2021-03-31 | 1 | -1/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> |