summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mercurial.eclass: Don't inherit eutilsUlrich Müller2023-06-161-8/+0
| | | | | | | None of the ebuilds inheriting mercurial.eclass needs any of the remaining eutils features in EAPI 7. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mercurial.eclass: Fix typo in eclassdocUlrich Müller2023-06-161-1/+1
| | | | | Fixes: 216f39ea557e3950aa4d0c174f36df737afcb5fe Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mercurial.eclass: Quote argument of ":" commandUlrich Müller2023-03-261-2/+2
| | | | | | This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Reassign junghans's packagesMichał Górny2023-03-041-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mercurial.eclass: Don't indent eclass documentationUlrich Müller2022-05-121-4/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mercurial.eclass: Remove conditionals for EAPIs 0, 1, 2Ulrich Müller2022-04-071-3/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-11/+11
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eclass/mercurial.eclass: add EAPI 8Cédric Krier2022-01-081-2/+2
| | | | | Closes: https://bugs.gentoo.org/829131 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* mercurial.eclass: fix typo EGIT_CHECKOUT_DIR -> EHG_CHECKOUT_DIRArthur Zamarin2021-09-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* mercurial.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mercurial.eclass: fix @SUPPORTED_EAPIS eclassdocSam James2021-06-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mercurial.eclass: [QA] use BDEPEND for mercurial in EAPI 7Sam James2021-06-201-3/+9
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* mercurial.eclass: [QA] add EAPI guardSam James2021-06-201-0/+11
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* mercurial.eclass: mark EHG_STORE_DIR as @USER_VARIABLESam James2021-03-311-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* eclass: Add "live" to PROPERTIES in all live eclasses.Ulrich Müller2019-07-271-1/+3
| | | | | Bug: https://bugs.gentoo.org/233589 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mercurial.eclass: add EHG_CONFIG (bug #608974)Christoph Junghans2018-05-061-2/+7
| | | | Closes: https://bugs.gentoo.org/608974
* eclass: remove myself as maintainer of mercurial eclassDirkjan Ochtman2017-06-091-1/+0
|
* Drop trailing whitespacesJustin Lecher2017-03-191-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@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>
* mercurial.eclass: update my emailChristoph Junghans2016-11-141-1/+1
|
* mercurial.eclass: leave unchanged working dirChristoph Junghans2015-12-201-3/+4
| | | | Gentoo-bug: 568892
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+197
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