summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-15/+0
| | | | | | | | | | | 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>
* eclass/depend.apache: fixup documentationAaron Bauman2020-12-161-0/+15
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* depend.apache.eclass: support EAPI-7Marek Szuba2020-11-091-3/+3
| | | | | | | | | | | Technically speaking, the eclass in question does not properly support EAPI-6 to begin with - but from what I could see during testing, the way it doesn't work is the same for 6 and 7. Moreover, the current workaround for the main problem with EAPI-6 support, i.e. having ebuilds themselves call the apache2 init functions, seems to work fine with EAPI-7 as well. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* depend.apache.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* depend.apache.eclass: Let APXS point to the new location of the binary.Lars Wendler2016-12-211-1/+1
|
* depend.apache.eclass: Restructure pkg_setup so in_iuse is used from EAPI=6 onAndreas K. Hüttel2016-12-101-12/+19
|
* depend.apache.eclass: Add missing function want_apache2_4Andreas K. Hüttel2016-12-101-0/+17
|
* depend.apache.eclass: For EAPI=6, move initialization of APACHE_BASEDIR and ↵Andreas K. Hüttel2016-12-101-12/+25
| | | | APACHE_MODULESDIR into pkg_setup
* depend.apache.eclass: Replace build_with_use with has_version, disallow for ↵Doug Freed2016-12-101-3/+15
| | | | | | EAPIs without use dependencies There are no EAPI=0 / EAPI=1 ebuilds in the tree that are affected.
* depend.apache.eclass: Fix warning outputAndreas K. Hüttel2016-10-011-1/+1
|
* depend.apache.eclass: output a fat warning if used with EAPI=6Andreas K. Hüttel2016-10-011-0/+15
| | | | We would really need a PMS-supplied eqawarn here...
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+317
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