summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *.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>
* ssl-cert.eclass: add EAPI 8 supportEray Aslan2021-09-161-12/+10
| | | | | | | - drop support for EAPI < 6 - add guard Signed-off-by: Eray Aslan <eras@gentoo.org>
* ssl-cert.eclass: remove libressl referencesMikle Kolyada2021-05-031-6/+2
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* ssl-cert.eclass: mark various functions as @INTERNALSam James2021-03-311-7/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* ssl-cert.eclass: explicitly mark as maintainer-neededSam James2021-03-311-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* ssl-cert.eclass: mark SSL_CERT_MANDATORY, SSL_CERT_USE, SSL_DEPS_SKIP as ↵Sam James2021-03-311-1/+4
| | | | | | | | @PRE_INHERIT All manipulate dependencies or IUSE in global scope. Signed-off-by: Sam James <sam@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-2/+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/ssl-cert: fixup documentationAaron Bauman2020-12-151-0/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* ssl-cert.eclass: improve EAPI 7 supportMichael Palimaka2019-08-181-3/+14
| | | | Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* ssl-cert.eclass: allow EAPI=7Michael Palimaka2019-08-181-1/+1
| | | | Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* ssl-cert.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* ssl-cert.eclass: Set default key length to 4096 bit and allow to specify ↵Thomas Deutschmann2017-05-241-3/+5
| | | | message digest
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* ssl-cert.eclass: guard against EAPI=0Anthony G. Basile2016-04-231-0/+12
|
* ssl-cert.eclass: add libressl supportAnthony G. Basile2016-04-181-4/+8
|
* ssl-cert.eclass: remove = slot operator from DEPENDAnthony G. Basile2016-04-161-2/+2
| | | | | | | | It is common practice to include := in DEPENDs even though slot operators are only meaningful in RDEPENDs because one often sees RDEPEND="${DEPEND} ...". However, the scope of DEPEND does not cross the boundary between eclass and inhering ebuild, so that operator is useless here.
* Revert "ssl-cert.eclass: add libressl support"Anthony G. Basile2016-04-161-8/+4
| | | | This reverts commit ad0c2ab2bdbd34f4550e49c56cfd5974d6a2c07a.
* ssl-cert.eclass: add libressl supportAnthony G. Basile2016-04-161-4/+8
|
* ssl-cert.eclass: add slot operators for dev-libs/opensslAnthony G. Basile2016-04-161-2/+2
|
* Add libressl support to many packagesJason A. Donenfeld2016-03-021-5/+12
| | | | | Package maintainers will likely want to cleanup various things for this experimental USE flag.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+250
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