summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-1/+1
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass/golang-*: fix deprecation noticesWilliam Hubbs2022-02-131-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* eclass: deprecate the old go eclassesWilliam Hubbs2022-02-041-0/+1
| | | | | | | | The golang-* eclasses should not be used for new go packages. Modern go packages use go modules and the go-module eclass handles this setup. Signed-off-by: William Hubbs <williamh@gentoo.org>
* golang-vcs-snapshot.eclass: Set @PROVIDESMichał Górny2021-09-031-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* golang-vcs-snapshot.eclass: fix @BLURB syntaxSam James2021-03-311-3/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-6/+3
| | | | | | | | | | | 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/golang-vcs-snapshot: fix documentationAaron Bauman2020-12-151-2/+5
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* golang-vcs-snapshot.eclass: add eapi 7 supportWilliam Hubbs2019-02-071-2/+2
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* golang-vcs-snapshot.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* golang-vcs-snapshot.eclass: use HTTPS for GitHub in exampleDavid Hicks2017-07-301-1/+1
| | | | | | Use https:// for the GitHub URL used in the documentation example to prevent developers from copy-pasting this example and not switching to HTTPS.
* golang-vcs-snapshot.eclass: typo fix -- a variable name was in the wrongWilliam Hubbs2017-03-131-2/+2
| | | | case
* eclass/golang-vcs.eclass: add the ability to vendor external librariesWilliam Hubbs2017-03-131-3/+65
|
* 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/golang-vcs-snapshot.eclass: add eapi 6 supportWilliam Hubbs2016-02-091-1/+1
|
* golang-vcs-snapshot.eclass: typo fixWilliam Hubbs2015-08-111-2/+2
| | | | | | This follows from my previous commit to the golang-vcs.eclass. ${EGO_PN%/*} should be replaced with ${EGO_PN%/...} since we only want to strip off "/..." from the end of the path.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+56
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