summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {sys-devel → dev-build}/pmakeMichał Górny2024-01-131-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* portability.eclass: drop dead prefix targetsSam James2023-05-291-2/+1
| | | | | | | Deliberately keeping uclibc even if I don't really want to, given it's possible one could want to cross to it still. Signed-off-by: Sam James <sam@gentoo.org>
* portability.eclass: fix spellingSam James2023-03-261-3/+3
| | | | | | | Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* portability.eclass: support EAPI 8, drop EAPI 5Mike Gilbert2022-09-091-3/+3
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* portability.eclass: drop _dead_portability_user_funcs, is-login-disabledSam James2022-03-251-4/+1
| | | | | | Long fatal (died on calls). Signed-off-by: Sam James <sam@gentoo.org>
* portability.eclass: fix @SUPPORTED_EAPIS eclassdocSam James2021-06-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* portability.eclass: [QA] add EAPI guardSam James2021-06-201-0/+6
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* portability.eclass: drop blank invalid @RETURNSam James2021-03-311-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* portability.eclass: drop empty function @MAINTAINERSam James2021-03-311-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-0/+2
| | | | | | | | | | | Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-231-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass/portability: fixup documentationAaron Bauman2020-12-151-2/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* portability.eclass: avoid lexicographic number comparison, bug #705250Sergei Trofimovich2020-02-181-2/+2
| | | | | Closes: https://bugs.gentoo.org/705250 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* eclass/portability.eclass: Discriminate on CBUILD:-CHOST for getting the ↵Alexis Ballier2016-03-011-2/+2
| | | | bmake binary name instead of USERLAND variable. This helps for cross-compiling from another userland.
* eclass/portability.eclass: Make get_bmake return "bmake" on linux instead of ↵Alexis Ballier2016-02-281-2/+2
| | | | | | "pmake". pmake was the debian port of bmake. bmake works fine, pmake cannot be used to cross-build freebsd-lib 10 for example. pmake has been deprecated and replaced by bmake in debian since jessie (current stable), pmake is only present in wheezy (oldstable)
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+156
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed