Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial commit | Steve Dibb | 2008-02-23 | 1 | -0/+35 |
| | |||||
* | newer libtool versions have an --install flag for copying/updating helper files | Mike Frysinger | 2008-02-23 | 1 | -3/+7 |
| | |||||
* | 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 |
| | |||||
* | Update copyright years. | Ulrich Müller | 2008-02-22 | 1 | -2/+2 |
| | |||||
* | Sync eclasses from Emacs overlay (revision 967). | Ulrich Müller | 2008-02-22 | 1 | -14/+14 |
| | | | | | elisp-common.eclass: Enable warning message about obsolete files. | ||||
* | Use braces around variables. | Donnie Berkholz | 2008-02-22 | 1 | -2/+2 |
| | |||||
* | Move to new documentation style used by app-portage/eclass-manpages. | Donnie Berkholz | 2008-02-22 | 1 | -41/+160 |
| | |||||
* | add $DOCS variable for src_install phase | Doug Goldstein | 2008-02-21 | 1 | -1/+2 |
| | |||||
* | Add support for an optional repo_uri argument for pkg_preinst. | Bo Ørsted Andresen | 2008-02-21 | 1 | -2/+3 |
| | |||||
* | Move use of ESVN_REPO_URI to public functions only. Patch kindly provided by ↵ | Bo Ørsted Andresen | 2008-02-21 | 1 | -4/+4 |
| | | | | Doug Klima (Cardoe). | ||||
* | Unbreak subversion__get_repository_uri(). Warn when ESVN_OFFLINE is set ↵ | Bo Ørsted Andresen | 2008-02-21 | 1 | -3/+6 |
| | | | | while there is no checkout. | ||||
* | changes for 0.10.6 | Zaheer Abbas Merali | 2008-02-21 | 1 | -2/+2 |
| | |||||
* | Koffice split ebuilds tried to set blockers using SLOT or ↵ | Bo Ørsted Andresen | 2008-02-21 | 1 | -7/+21 |
| | | | | KDEMAJORVER.KDEMINORVER before SLOT gets set. Instead it now uses SLOT=0 when SLOT is unset or KOFFICE{MAJOR,MINOR}VER derived from ${PV}. | ||||
* | Add support for ESVN_UP_FREQ. | Bo Ørsted Andresen | 2008-02-20 | 1 | -16/+34 |
| | |||||
* | As kindly pointed out by David Leverton there is no requirement to define ↵ | Bo Ørsted Andresen | 2008-02-20 | 1 | -4/+6 |
| | | | | ESVN_REPO_URI before inheriting this eclass. On the other hand subversion_src_fetch must die if repo_uri is unset. | ||||
* | EAPI-1 enhancements for KDE 3.5.9. Thanks, Ingmar, for preparing these. | Wulf Krueger | 2008-02-20 | 4 | -244/+362 |
| | |||||
* | Add support for ESCM_LOGDIR using pkg_preinst. | Bo Ørsted Andresen | 2008-02-20 | 1 | -2/+33 |
| | |||||
* | Add support for ESVN_OFFLINE and ESCM_OFFLINE. | Bo Ørsted Andresen | 2008-02-20 | 1 | -2/+15 |
| | |||||
* | remove tarball support since mythtv.eclass no longer supports it | Doug Goldstein | 2008-02-20 | 1 | -7/+2 |
| | |||||
* | switch from ESVN_OPTIONS to ESVN_REPO_URI for the revision number, per the ↵ | Doug Goldstein | 2008-02-20 | 1 | -6/+5 |
| | | | | latest changes I've made to subversion.eclass | ||||
* | add ESVN_SWITCH_CMD and use svn switch as necessary | Doug Goldstein | 2008-02-20 | 1 | -9/+21 |
| | |||||
* | Add ESVN_REVISION support. Remove problematic to_upper function. Provide ↵ | Doug Goldstein | 2008-02-20 | 1 | -54/+39 |
| | | | | revision data to user. Provide more working copy info via ESVN_WC_* variables. All this couldn't have been done without kojiro's help. | ||||
* | for e{cvs,svn}_clean, tweak the test for no args, and update the help text ↵ | Mike Frysinger | 2008-02-20 | 1 | -9/+9 |
| | | | | to match reality | ||||
* | Document subversion.eclass for use with eclass-manpages. Add myself to ↵ | Bo Ørsted Andresen | 2008-02-20 | 1 | -141/+103 |
| | | | | maintainers. | ||||
* | Remove @USAGE as kindly pointed out by David Leverton. It is only valid with ↵ | Bo Ørsted Andresen | 2008-02-20 | 1 | -2/+1 |
| | | | | functions and break the generated man page. | ||||
* | major confutils.eclass cleanup: | Benedikt Boehm | 2008-02-20 | 1 | -388/+345 |
| | | | | | | | | * add built_with_use helpers * implement all documented features * document all implemented features * add standard eclass documentation * code DRY up | ||||
* | add ecvs_clean and esvn_clean, bug #210708 | Benedikt Boehm | 2008-02-20 | 1 | -1/+22 |
| | |||||
* | Apply DOCS support to cmake-utils.eclass. Patch from Peter Volkov. | Bo Ørsted Andresen | 2008-02-20 | 1 | -1/+9 |
| | |||||
* | Replace pamd_mimic_system with a pamd_mimic function that takes as an | Diego Elio Pettenò | 2008-02-20 | 1 | -6/+16 |
| | | | | | argument the stack that it should mime. pamd_mimic_system is now a wrapper, which I should deprecated once I'm done with pambase. | ||||
* | add eclass documentation #210425 by mren | Mike Frysinger | 2008-02-19 | 1 | -16/+18 |
| | |||||
* | mark these two eclasses as dead | Mike Frysinger | 2008-02-19 | 2 | -14/+5 |
| | |||||
* | abort for everyone now | Mike Frysinger | 2008-02-19 | 1 | -2/+2 |
| | |||||
* | Quoted some variables that needed it. Thanks maekke. | Joe Sapp | 2008-02-19 | 1 | -5/+5 |
| | |||||
* | kde-functions.eclass: Kill need-auto{conf,make}, bug 148719, labelled as ↵ | Ingmar Vanhassel | 2008-02-19 | 1 | -34/+1 |
| | | | | "don't use" for 1,5 year now... | ||||
* | redirect the ewarn message to stderr | Sven Wegener | 2008-02-18 | 1 | -2/+2 |
| | |||||
* | modules can have names with spaces | Tristan Heaven | 2008-02-18 | 1 | -6/+7 |
| | |||||
* | kde4-base.eclass: No reason why NEED_KDE=none should be fatal for kde-base ↵ | Ingmar Vanhassel | 2008-02-18 | 1 | -5/+2 |
| | | | | ebuilds. | ||||
* | replace text-makup by tex in maintainers of latex-package.eclass | Alexis Ballier | 2008-02-17 | 1 | -2/+2 |
| | |||||
* | make latex-package.eclass ready for eclass manpages, patch by mren ↵ | Alexis Ballier | 2008-02-17 | 1 | -6/+48 |
| | | | | <bugs@rennings.net> in bug #210049 modified a litte bit by me to give more verbose comments | ||||
* | Explicitly set RDEPEND | Richard Brown | 2008-02-17 | 1 | -3/+6 |
| | |||||
* | fixes bug #188255 and bug #205787. | Akinori Hattori | 2008-02-17 | 1 | -13/+56 |
| |