summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* subversion.eclass: Use valid domains for examples.Ulrich Müller2020-01-091-1/+1
| | | | | | | | These get expanded to real hyperlinks by eclass-to-manpage.awk followed by man2html, leading to false positives when checking for broken links in the devmanual. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass: Add "live" to PROPERTIES in all live eclasses.Ulrich Müller2019-07-271-0/+2
| | | | | Bug: https://bugs.gentoo.org/233589 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* subversion.eclass: Support EAPI 7, drop EAPIs 0 to 3.Ulrich Müller2019-07-171-22/+22
| | | | | Closes: https://bugs.gentoo.org/678344 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* [QA] Revert "subversion.eclass: EAPI-7 ready"Ulrich Müller2019-07-151-3/+3
| | | | | | | This reverts commit e446335fd32a2fc34fbc90842e96316a413762eb. Acked-by: Lars Wendler <polynomial-c@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* [QA] Revert "subversion.eclass: Fix @SUPPORTED_EAPIS"Ulrich Müller2019-07-151-2/+2
| | | | | | This reverts commit 27d252844112482f49a24ffa92a77bcd64e84ef4. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* subversion.eclass: Fix @SUPPORTED_EAPISMichał Górny2019-07-151-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* subversion.eclass: EAPI-7 readyLars Wendler2019-06-211-3/+3
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* subversion.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* subversion.eclass: Fix error messages in subversion_bootstrap() and ↵Arfrever Frehtes Taifersar Arahesis2017-02-211-3/+3
| | | | | | | subversion_src_prepare(). ${FUNCNAME[1]} is name of direct parent function, but name of current function (${FUNCNAME[0]} or ${FUNCNAME}) is needed here.
* subversion.eclass: support for EAPI 6Andrew Savchenko2016-08-061-2/+17
| | | | | | | - add EAPI 6 support; - disable automatic support of future eclasses; - disable bootstrap and src_prepare in EAPI=6 (PATCHES can be used instead).
* eclass: gentoo.org has https per defaultJustin Lecher2015-09-251-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+525
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