summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
...
* Undo previous change.Ulrich Müller2007-12-052-10/+0
* Add a local variables block.Ulrich Müller2007-12-052-0/+10
* Move handling of SIMPLE_ELISP into pkg_setup function, otherwise it fails wit...Ulrich Müller2007-12-042-5/+12
* Separate messages by empty line.Ulrich Müller2007-12-011-1/+1
* Kludge for backwards compatibility.Ulrich Müller2007-12-012-1/+19
* Use ebegin/eend where appropriate.Ulrich Müller2007-11-302-11/+16
* Set nullglob option.Ulrich Müller2007-11-302-0/+11
* Change site-init message.Ulrich Müller2007-11-301-1/+1
* ChangeLogChristian Faulhammer2007-11-301-0/+4
* Added messages when operations finishChristian Faulhammer2007-11-301-0/+6
* Install files in site-lisp again.Ulrich Müller2007-11-292-3/+9
* Reorder.Ulrich Müller2007-11-291-10/+9
* Remove debug line.Ulrich Müller2007-11-291-1/+0
* Use bash arrays and our own sort routine.Ulrich Müller2007-11-282-10/+15
* Do not use a pipeline.Ulrich Müller2007-11-282-9/+16
* Emit warning message in elisp-site-regen.Ulrich Müller2007-11-272-5/+20
* Fix typo (initiation -> initialisation), reformat paragraph.Ulrich Müller2007-11-271-5/+4
* add comment about new location of site-files in elisp-site-regen()Christian Faulhammer2007-11-271-1/+6
* Install packages' site-init files in site-gentoo.d subdirectory.Ulrich Müller2007-11-242-4/+8
* Replace basename by bash parameter expansion.Ulrich Müller2007-11-242-3/+8
* Bug fix.Ulrich Müller2007-11-231-1/+1
* New variable SITEETC.Ulrich Müller2007-11-232-2/+11
* Group compile functions together.Ulrich Müller2007-11-012-38/+39
* New variable EMACSFLAGS.Ulrich Müller2007-11-012-5/+11
* Use square brackets for test. Remove dysfunctional code.Ulrich Müller2007-10-202-6/+6
* Comment changes.Ulrich Müller2007-10-051-6/+6
* ChangeLogChristian Faulhammer2007-10-041-0/+5
* use an en dash instead of a hypen in commentChristian Faulhammer2007-10-041-1/+1
* Document eclass variables.Ulrich Müller2007-10-032-0/+12
* Comment change.Ulrich Müller2007-10-031-1/+1
* More verbose maintainer information.Ulrich Müller2007-10-022-2/+3
* ChangeLogChristian Faulhammer2007-09-261-0/+4
* remove colon from previous changeChristian Faulhammer2007-09-261-1/+1
* ChangeLogChristian Faulhammer2007-09-251-0/+5
* remove a spurious spaceChristian Faulhammer2007-09-251-2/+2
* Steal improvements from emacs-elisp-common that aren't in portage yetHans de Graaff2007-09-221-4/+4
* Implement xemacs-elisp-comp to compile interdependent files.Hans de Graaff2007-09-222-0/+48
* Use die consistently in common eclass, document this, and fix otherHans de Graaff2007-09-223-13/+22
* Test for existence of site-start.el twice, just in case.Ulrich Müller2007-09-211-0/+1
* Create default site-start.el when running for the first time.Ulrich Müller2007-09-212-0/+22
* Provide / require site-gentoo.Ulrich Müller2007-09-212-12/+22
* Set no-byte-compile in site-gentoo.el.Ulrich Müller2007-09-202-0/+7
* Remove superfluous dodir.Ulrich Müller2007-09-092-1/+4
* Reintroduce the cp command removed in changeset 631. Add some quotes.Ulrich Müller2007-09-092-6/+6
* Correct man comments, VARIABLE should be ECLASS-VARIABLE.Ulrich Müller2007-09-081-3/+3
* elisp.eclass: Die if elisp-install or elisp-site-file-install fails.Ulrich Müller2007-09-083-11/+20
* Use a sub-shell to avoid potential environment polution from insintoHans de Graaff2007-09-082-3/+7
* Apply fixes and improvements based on feedback from mailing toHans de Graaff2007-09-083-14/+101
* Quote all instances of $@ and $*, thanks to hkbst.Ulrich Müller2007-09-082-5/+7
* Remove redundant cp and pushd/popd commands in elisp-site-file-install.Ulrich Müller2007-09-083-14/+28