| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't ebeep at even EAPI=3, bug #386555. | Anthony G. Basile | 2012-07-18 | 1 | -2/+2 |
* | Don't use ebeep in EAPI 4 and newer since it was deprecated and removed in EA... | Doug Goldstein | 2012-07-15 | 1 | -2/+4 |
* | Update copyright years in headers | Christian Faulhammer | 2011-12-27 | 1 | -2/+2 |
* | fix webapp-cleaner usage by eclass | Fabio Erculiani | 2011-07-27 | 1 | -2/+2 |
* | if WEBAPP_OPTIONAL, do not source ETC_CONFIG if it doesn't exist | Fabio Erculiani | 2011-07-26 | 1 | -2/+7 |
* | Close bug #374697 | Fabio Erculiani | 2011-07-12 | 1 | -2/+9 |
* | Revert the change that was commited by accident :/ | Tomas Chvatal | 2011-05-19 | 1 | -104/+73 |
* | Add EGIT_PROJECT variable that allows us to specify folder where to check out... | Tomas Chvatal | 2011-05-19 | 1 | -73/+104 |
* | Add helpful comment about where the MY_* vars are defined. | Jeremy Olexa | 2010-05-09 | 1 | -1/+3 |
* | fix documentation; move sanity check | Benedikt Boehm | 2008-03-23 | 1 | -20/+20 |
* | provide WEBAPP_DEPEND for ebuilds with WEBAPP_OPTIONAL | Benedikt Boehm | 2008-03-04 | 1 | -2/+8 |
* | make IUSE optional as well | Benedikt Boehm | 2008-03-04 | 1 | -2/+3 |
* | make optional use webapp.eclass possible | Benedikt Boehm | 2008-03-04 | 1 | -4/+10 |
* | make IUSE=vhosts optional | Benedikt Boehm | 2008-02-23 | 1 | -29/+53 |
* | add need_httpd_* functions wrt #208584 | Benedikt Boehm | 2008-02-22 | 1 | -1/+28 |
* | fix #202895 | Benedikt Boehm | 2008-02-22 | 1 | -29/+52 |
* | fix #203463 | Benedikt Boehm | 2008-02-22 | 1 | -11/+21 |
* | DRY up webapp_serverowned; extend warning messages | Benedikt Boehm | 2008-02-22 | 1 | -20/+30 |
* | get rid of too much indention; consistency cleanup | Benedikt Boehm | 2008-02-22 | 1 | -63/+55 |
* | use bash keyword for tests; minor cleanups | Benedikt Boehm | 2008-02-22 | 1 | -36/+30 |
* | replace sed and [] calls with bash expansion | Benedikt Boehm | 2008-02-22 | 1 | -13/+6 |
* | add eclass debugging; remove redundant comments | Benedikt Boehm | 2008-02-22 | 1 | -42/+43 |
* | document missing parts | Benedikt Boehm | 2008-02-22 | 1 | -57/+77 |
* | convert to standard documentation syntax | Benedikt Boehm | 2008-02-22 | 1 | -171/+81 |
* | Do not call w-c to remove a vhost copy of a web app if USE=vhosts. Bug 136959 | Renat Lumpau | 2007-01-03 | 1 | -15/+17 |
* | No longer call emerge from the eclass. Bug #124440. | Renat Lumpau | 2006-12-31 | 1 | -21/+9 |
* | Add an ewarn message with a reference to bug #124440 in case users experience... | Zac Medico | 2006-12-25 | 1 | -1/+3 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-10-14 | 1 | -2/+2 |
* | Remove user-visible SLOT warning from webapp.eclass | Renat Lumpau | 2006-07-11 | 1 | -12/+4 |
* | webapp.eclass: einfo->elog | Renat Lumpau | 2006-07-10 | 1 | -30/+30 |
* | Make the eclass less chatty when all is good | Stuart Herbert | 2006-06-15 | 1 | -9/+2 |
* | Change root:root to root:0. | Diego Elio Pettenò | 2006-05-19 | 1 | -2/+2 |
* | Fixed quoting issue in the webapp.eclass. Allows paths with whitespace. | Gunnar Wrobel | 2006-03-06 | 1 | -11/+11 |
* | webapp.eclass: see http://www.vhost-tools.org/ticket/41 | Renat Lumpau | 2006-01-11 | 1 | -14/+36 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-01-01 | 1 | -7/+7 |
* | Adds support for python version of webapp-config | Stuart Herbert | 2005-11-20 | 1 | -156/+132 |
* | No need to treat IUSE as incremental, portage handles it. | Sven Wegener | 2005-08-23 | 1 | -3/+3 |
* | added WEBAPP_MANUAL_SLOT to allow ebuilds to set SLOTs. | Julien Allanos | 2005-07-14 | 1 | -2/+4 |
* | QA: Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2005-07-11 | 1 | -9/+9 |
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
* | Version bump to match webapp-config v1.11 | Stuart Herbert | 2005-05-30 | 1 | -15/+27 |
* | Up required version of webapp-config to a minimum of 1.10-r14. | Elfyn McBratney | 2005-05-10 | 1 | -2/+2 |
* | Stripped leading ./ strings from config-owned and server-owned files | Stuart Herbert | 2004-07-22 | 1 | -2/+3 |
* | Temporary workaround for portage CATEGORY bug | Stuart Herbert | 2004-07-17 | 1 | -2/+2 |
* | Removed debugging output | Stuart Herbert | 2004-07-11 | 1 | -3/+3 |
* | Fixes for server configfile support | Stuart Herbert | 2004-06-28 | 1 | -2/+3 |
* | Fix for bug #54263 | Stuart Herbert | 2004-06-27 | 1 | -1/+2 |
* | update the copyright info | Mike Frysinger | 2004-06-25 | 1 | -2/+2 |
* | Fix for bug in webapp_hook_script | Stuart Herbert | 2004-06-14 | 1 | -5/+5 |