summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eclass: standardize prologue/epilogueDavid Seifert2023-03-171-8/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/30061 Signed-off-by: David Seifert <soap@gentoo.org>
* myspell-r2.eclass: improve code examples formatArthur Zamarin2022-09-121-0/+6
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* myspell-r2.eclass: drop support for EAPI<7Arthur Zamarin2022-09-121-11/+6
| | | | | | | | - No consumers for EAPI<7 remain in ::gentoo tree - Simplifies dependency logic - fix UnquotedVariable of DISTDIR Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-3/+3
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass/myspell-r2.eclass: standardise error messageConrad Kostecki2021-07-071-4/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* eclass/myspell-r2.eclass: add EAPI 8 supportConrad Kostecki2021-07-071-3/+3
| | | | | | This change adds EAPI 8 support. No further changes required. Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* eclass/myspell-r2.eclass: taking ownershipConrad Kostecki2021-03-131-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* eclass/myspell-r2.eclass: add EAPI supportConrad Kostecki2021-03-131-4/+20
| | | | | | | | | | | | As this eclass has no EAPI checks, so adding them. Currently EAPI 5,6 and 7 will be supported, as all existing ebuilds are currently in EAPI 5 and 6. This eclass also adds app-arch/unzip to DEPEND. In order to support EAPI=7, we need to add app-arch/unzip to BDEPEND instead. Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* eclass/myspell-r2.eclass: update blurb and add descriptionConrad Kostecki2021-03-131-1/+3
| | | | | | So it's more uniform with the aspell eclass, as it's the same purpose. Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* eclass/myspell-r2.eclass: fix eclassdocConrad Kostecki2021-03-131-1/+3
| | | | | Closes: https://bugs.gentoo.org/637816 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-0/+1
| | | | | | | | | | | 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/myspell-r2: fix documentationAaron Bauman2020-12-151-1/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* myspell-r2.eclass: correct eclass name in headerXiami2018-04-291-2/+2
|
* myspell-r2.eclass: [QA] Use relative symlink target(s)Michał Górny2017-08-221-4/+4
|
* 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/myspell-r2.eclass: Fix typo in comment.Ulrich Müller2016-06-231-2/+2
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+118
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