summaryrefslogtreecommitdiff
path: root/eclass/golang-vcs-snapshot.eclass
AgeCommit message (Collapse)Author
2021-09-03golang-vcs-snapshot.eclass: Set @PROVIDESMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-31golang-vcs-snapshot.eclass: fix @BLURB syntaxSam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-12-28eclass: [QA] Revert multiple meaningless doc changesMichał Górny
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>
2020-12-23*/*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2020-12-15eclass/golang-vcs-snapshot: fix documentationAaron Bauman
Signed-off-by: Aaron Bauman <bman@gentoo.org>
2019-02-07golang-vcs-snapshot.eclass: add eapi 7 supportWilliam Hubbs
Signed-off-by: William Hubbs <williamh@gentoo.org>
2018-08-15golang-vcs-snapshot.eclass: add @SUPPORTED_EAPISMichał Górny
2017-07-30golang-vcs-snapshot.eclass: use HTTPS for GitHub in exampleDavid Hicks
Use https:// for the GitHub URL used in the documentation example to prevent developers from copy-pasting this example and not switching to HTTPS.
2017-03-13golang-vcs-snapshot.eclass: typo fix -- a variable name was in the wrongWilliam Hubbs
case
2017-03-13eclass/golang-vcs.eclass: add the ability to vendor external librariesWilliam Hubbs
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-02-09eclass/golang-vcs-snapshot.eclass: add eapi 6 supportWilliam Hubbs
2015-08-11golang-vcs-snapshot.eclass: typo fixWilliam Hubbs
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.
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
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