summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Committed patches from bugs #210362 and #209671 to make the distutils and ↵Tiziano Müller2008-02-282-87/+103
| | | | python eclasses ready for eclass-manpage.
* Mention which revision is used when fetching is disabled.Bo Ørsted Andresen2008-02-271-3/+4
|
* add confutils_require_oneBenedikt Boehm2008-02-271-1/+34
|
* import from php overlayRaúl Porcel2008-02-261-16/+8
|
* Quote arguments passed to eqmake or it will fail when passingDiego Elio Pettenò2008-02-261-2/+2
| | | | variables with whitespace on them.
* Fix qt4 eclassCaleb Tennis2008-02-251-2/+2
|
* Install cmake modules for libkdegames, bug #211199Tobias Heinlein2008-02-241-3/+8
|
* make findlib eclass ready for eclass manpages, thanks to mren ↵Alexis Ballier2008-02-241-4/+13
| | | | <bugs@rennings.net> in bug #210638
* Fix quoting issueHans de Graaff2008-02-241-2/+2
|
* make IUSE=vhosts optionalBenedikt Boehm2008-02-231-29/+53
|
* Only set WANT_AUTOMAKE to a pre-defined value if it's not yet set.Wulf Krueger2008-02-231-2/+2
|
* initial commitSteve Dibb2008-02-231-0/+35
|
* newer libtool versions have an --install flag for copying/updating helper filesMike Frysinger2008-02-231-3/+7
|
* add need_httpd_* functions wrt #208584Benedikt Boehm2008-02-221-1/+28
|
* fix #202895Benedikt Boehm2008-02-221-29/+52
|
* fix #203463Benedikt Boehm2008-02-221-11/+21
|
* DRY up webapp_serverowned; extend warning messagesBenedikt Boehm2008-02-221-20/+30
|
* get rid of too much indention; consistency cleanupBenedikt Boehm2008-02-221-63/+55
|
* use bash keyword for tests; minor cleanupsBenedikt Boehm2008-02-221-36/+30
|
* replace sed and [] calls with bash expansionBenedikt Boehm2008-02-221-13/+6
|
* add eclass debugging; remove redundant commentsBenedikt Boehm2008-02-221-42/+43
|
* document missing partsBenedikt Boehm2008-02-221-57/+77
|
* convert to standard documentation syntaxBenedikt Boehm2008-02-221-171/+81
|
* Update copyright years.Ulrich Müller2008-02-221-2/+2
|
* Sync eclasses from Emacs overlay (revision 967).Ulrich Müller2008-02-221-14/+14
| | | | | elisp-common.eclass: Enable warning message about obsolete files.
* Use braces around variables.Donnie Berkholz2008-02-221-2/+2
|
* Move to new documentation style used by app-portage/eclass-manpages.Donnie Berkholz2008-02-221-41/+160
|
* add $DOCS variable for src_install phaseDoug Goldstein2008-02-211-1/+2
|
* Add support for an optional repo_uri argument for pkg_preinst.Bo Ørsted Andresen2008-02-211-2/+3
|
* Move use of ESVN_REPO_URI to public functions only. Patch kindly provided by ↵Bo Ørsted Andresen2008-02-211-4/+4
| | | | Doug Klima (Cardoe).
* Unbreak subversion__get_repository_uri(). Warn when ESVN_OFFLINE is set ↵Bo Ørsted Andresen2008-02-211-3/+6
| | | | while there is no checkout.
* changes for 0.10.6Zaheer Abbas Merali2008-02-211-2/+2
|
* Koffice split ebuilds tried to set blockers using SLOT or ↵Bo Ørsted Andresen2008-02-211-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 Andresen2008-02-201-16/+34
|
* As kindly pointed out by David Leverton there is no requirement to define ↵Bo Ørsted Andresen2008-02-201-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 Krueger2008-02-204-244/+362
|
* Add support for ESCM_LOGDIR using pkg_preinst.Bo Ørsted Andresen2008-02-201-2/+33
|
* Add support for ESVN_OFFLINE and ESCM_OFFLINE.Bo Ørsted Andresen2008-02-201-2/+15
|
* remove tarball support since mythtv.eclass no longer supports itDoug Goldstein2008-02-201-7/+2
|
* switch from ESVN_OPTIONS to ESVN_REPO_URI for the revision number, per the ↵Doug Goldstein2008-02-201-6/+5
| | | | latest changes I've made to subversion.eclass
* add ESVN_SWITCH_CMD and use svn switch as necessaryDoug Goldstein2008-02-201-9/+21
|
* Add ESVN_REVISION support. Remove problematic to_upper function. Provide ↵Doug Goldstein2008-02-201-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 Frysinger2008-02-201-9/+9
| | | | to match reality
* Document subversion.eclass for use with eclass-manpages. Add myself to ↵Bo Ørsted Andresen2008-02-201-141/+103
| | | | maintainers.
* Remove @USAGE as kindly pointed out by David Leverton. It is only valid with ↵Bo Ørsted Andresen2008-02-201-2/+1
| | | | functions and break the generated man page.
* major confutils.eclass cleanup:Benedikt Boehm2008-02-201-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 #210708Benedikt Boehm2008-02-201-1/+22
|
* Apply DOCS support to cmake-utils.eclass. Patch from Peter Volkov.Bo Ørsted Andresen2008-02-201-1/+9
|
* Replace pamd_mimic_system with a pamd_mimic function that takes as anDiego Elio Pettenò2008-02-201-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 mrenMike Frysinger2008-02-191-16/+18
|