summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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