summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Call EXPORT_FUNCTIONS only once.Ulrich Müller2008-03-031-7/+8
|
* Sync eclasses from Emacs overlay (revision 894).Ulrich Müller2007-12-281-2/+2
| | | | | | elisp-common.eclass: Install packages' site-init files in site-gentoo.d subdirectory. Update documentation and einfo messages accordingly.
* Undo the change of 2007-12-04. Remove cd command in elisp_src_unpack.Ulrich Müller2007-12-071-7/+6
|
* Correct a cd command, at least as a work around...there have beenChristian Faulhammer2007-12-071-2/+2
| | | | problems, see http://forums.gentoo.org/viewtopic-t-627332-highlight-.html
* Move handling of SIMPLE_ELISP into elisp_pkg_setup, otherwise it failsUlrich Müller2007-12-041-6/+7
| | | | | with portage-2.1.4_rc7. Die in elisp_src_unpack if mv fails.
* Sync eclasses from Emacs overlay (revision 668).Ulrich Müller2007-10-141-2/+3
| | | | | | | | | | | elisp.eclass: Comment changes. elisp-common.eclass: Create default site-start.el when running elisp-site-regen for the first time; recommend "require" instead of "load" in einfo message. Document SITELISP and SITEFILE eclass variables. Other comment changes.
* Sync eclasses from Emacs overlay (revision 645).Ulrich Müller2007-09-221-6/+13
| | | | | | | | | | | | | | | | | | elisp.eclass: Die if elisp-install or elisp-site-file-install fails. Add man comments for variables SIMPLE_ELISP, DOCS, and NEED_EMACS. elisp-common.eclass: New variable EMACS_BATCH_CLEAN, analog to the XEmacs eclasses. Remove redundant pushd/popd commands in elisp-site-file-install; don't die, return status instead. Quote all instances of $@ and $*. Don't use ${status}; it is reserved in zsh. Call insinto and doins in a subshell to avoid pollution of calling environment. Remove superfluous dodir in elisp-install. Set no-byte-compile and provide site-gentoo in site-gentoo.el. Move comment for elisp-comp so that it will appear in the man page.
* elisp.eclass: Remove trailing slant in "S" variable.Ulrich Müller2007-08-271-2/+2
| | | | | elisp-common.eclass: add a trailing slant in comment for regeneration to make clear that it is a directory, not a single file.
* elisp-common.eclass: Default SITEFILE.Ulrich Müller2007-07-251-6/+10
| | | | elisp{,-common}.eclass: Add cookies for automatic man page generation.
* Add RDEPEND line. Put proper header information in site-gentoo.el.Ulrich Müller2007-07-101-10/+7
| | | | | Update copyright info. Consistent BE spelling. Some comment changes. Remove -b option from mv since it does not work on BSD.
* elisp.eclass:Christian Faulhammer2007-07-021-12/+32
| | | | | | | | | | | | | | | | | * Depend on Emacs by NEED_EMACS=<version> before inherit * DOCS variable is used in src_install() to give a number of documentation files * Documented some missing parts * Some code clean-up elisp-common: * elisp-emacs-version() to determine Emacs' current major version number * site-gentoo.el is only regenerated if there was actually a change, thus preventing unecessary output on postrm or postinst * now every action is commented with an einfo output * Documented some missing parts * Some code clean-up
* And againChristian Faulhammer2007-04-161-195/+38
|
* see commit before, this time for real:Christian Faulhammer2007-04-161-43/+201
| | | | | | | Remove some unused parts (commented out and similar) Documentation of functions (both by Ulrich Müller and Christian Faulhammer) New function elisp_make_autoload_file() (by Ulrich Müller) Taken from Emacs Overlay
* Cleaning up unused lines (commented and such)Christian Faulhammer2007-04-161-2/+2
| | | | | Documentation of functions (both by Ulrich Müller and Christian Faulhammer) New function elisp_make_autoload_file() (by Ulrich Müller)
* move EXPORT_FUNCTIONS definition to one line to make it easier to grep/parseMike Frysinger2006-02-281-3/+2
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-2/+2
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* newdepend is deprecated; use DEPEND/RDEPEND instead, see bug #25013Mamoru Komachi2004-04-101-2/+2
|
* added improvements and cleanups from Jeremy Maitin-ShepardMatthew Kennedy2003-10-061-13/+20
| | | | <jbms@attbi.com> bug 29698
* separated elisp into elisp and elisp-commonMatthew Kennedy2003-09-211-43/+13
|
* removed default dependMatthew Kennedy2003-09-201-2/+2
|
* fixed DEPEND in elispGeorge Shapovalov2003-07-221-2/+2
|
* improvements to make most app emacs ebuilds mode succinctMatthew Kennedy2003-05-231-1/+38
|
* header fixesMike Frysinger2003-02-161-4/+5
|
* spelling mistake correctionMatthew Kennedy2003-02-111-2/+2
|
* Made the file search more robust as per Sascha LudeckeMatthew Kennedy2003-02-091-2/+2
| | | | <sascha@meta-x.de> suggestion in bug #13277.
* initialMatthew Kennedy2002-10-291-0/+48