summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* elisp*.eclass: Sync from gentoo repo.Ulrich Müller2019-12-212-32/+88
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Sync from gentoo repo.Ulrich Müller2019-09-091-14/+11
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Sync from gentoo repo.Ulrich Müller2019-08-171-22/+13
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Depend on virtual/emacs on the build system.Ulrich Müller2018-06-011-12/+12
| | | | | | | For byte-compilation, Emacs is required to run on the native build system. Therefore BDEPEND on virtual/emacs in EAPI 7. Reorganise EAPI conditionals to be more compact.
* elisp.eclass: Sync from gentoo repo.Ulrich Müller2018-06-011-4/+4
|
* elisp*.eclass: Sync from gentoo repo.Ulrich Müller2018-02-222-6/+6
|
* xemacs-packages.eclass: Remove.Ulrich Müller2017-04-031-79/+0
| | | | The eclass has been updated in the main tree.
* Remove all ChangeLog files.Ulrich Müller2017-03-231-819/+0
|
* Remove all $Id$ lines from headers.Ulrich Müller2017-02-263-3/+0
|
* eclass: Update e-mail address of GNU Emacs project.Ulrich Müller2016-01-312-2/+2
|
* Replace $Header$ by $Id$ in headers throughout.Ulrich Müller2016-01-261-1/+1
|
* elisp*.eclass: Merge changes from Portage tree.Ulrich Müller2015-12-203-15/+34
|
* elisp*.eclass: Update maintainer information.Ulrich Müller2015-05-252-2/+2
|
* elisp-common.eclass: Fix filename matching in elisp-site-file-install.Ulrich Müller2015-05-252-1/+7
| | | | | * elisp-common.eclass (elisp-site-file-install): Fix filename matching. It should use shortest match, not longest.
* eclass/: Update copyright years.Ulrich Müller2015-05-253-3/+3
|
* elisp-common.eclass: Update version number in example.Ulrich Müller2014-06-111-3/+3
|
* Increase minimum Emacs version to 23, versions 21 and 22 have been removed.Ulrich Müller2014-06-072-4/+9
|
* Remove obsolete comment.Ulrich Müller2014-05-191-4/+0
|
* elisp-common.eclass: Die on errors in elisp-site-regen.Ulrich Müller2014-05-182-16/+17
| | | | * elisp-common.eclass (elisp-site-regen): Die on errors.
* elisp-common.eclass: Look for site-init files in site-gentoo.d only.Ulrich Müller2014-05-182-12/+9
| | | | | * elisp-common.eclass (elisp-site-regen): Look for site-init files only in site-gentoo.d subdirectory.
* Fix ChangeLog.Ulrich Müller2013-11-041-16/+22
|
* Don't create site-gentoo.el in postrm phase.Ulrich Müller2013-10-312-0/+8
|
* Add proper @CODE tags in comments.Ulrich Müller2013-09-042-15/+34
|
* Add missing ChangeLog entry for elisp-common.eclass.Ulrich Müller2013-08-021-0/+5
|
* elisp-common.eclass: Update a comment.Ulrich Müller2013-07-211-3/+4
|
* Make elisp-emacs-version() more robust.Ulrich Müller2013-07-181-3/+14
|
* Added support for EAPI>2 in xemacs-packages.eclassMats Lidell2013-07-162-0/+86
|
* elisp.eclass: Cooperate with readme.gentoo.eclass.Ulrich Müller2013-03-042-0/+12
| | | | | | * elisp.eclass (elisp_src_install, elisp_pkg_postinst): Call readme.gentoo_create_doc and readme.gentoo_print_elog from readme.gentoo.eclass if these functions exist.
* elisp-common.eclass: Some functions now die on failure.Ulrich Müller2013-02-263-12/+21
| | | | | | | | * elisp-common.eclass (elisp-compile, elisp-make-autoload-file) (elisp-install, elisp-site-file-install): Die on failure. * elisp.eclass (elisp_src_compile, elisp_src_install): Remove die commands that are no longer necessary because the called functions die themselves.
* elisp*.eclass: Better error handling in version comparison functions.Ulrich Müller2012-12-123-4/+17
| | | | | | | | * elisp-common.eclass (elisp-need-emacs): Return 2 as exit status if the comparison could not be done, e.g., if emacs could not be executed in elisp-emacs-version. * elisp.eclass (elisp_pkg_setup): Distinguish between "version too low" and "could not determine version".
* Moved to Portage tree.backups/emacs-overlayUlrich Müller2012-09-191-336/+0
| | | | svn path=/emacs-overlay/; revision=1837
* Quieten bzr checkout.Ulrich Müller2012-09-121-1/+1
| | | | svn path=/emacs-overlay/; revision=1834
* Experimental code to use lightweight checkout instead of export.Ulrich Müller2012-09-121-4/+24
| | | | | | | This can be controlled with the EBZR_WORKDIR_CHECKOUT variable. See bug 434746. svn path=/emacs-overlay/; revision=1832
* Remove cleanup code for old checkouts.Ulrich Müller2012-09-121-13/+0
| | | | svn path=/emacs-overlay/; revision=1831
* bzr.eclass copied from Portage tree.Ulrich Müller2012-09-121-0/+329
| | | | svn path=/emacs-overlay/; revision=1828
* Remove backwards compatibility code.Ulrich Müller2012-09-112-4/+5
| | | | svn path=/emacs-overlay/; revision=1827
* Suppress warning for initial installation.Ulrich Müller2012-08-242-1/+5
| | | | svn path=/emacs-overlay/; revision=1822
* Update copyright year.Ulrich Müller2012-08-171-1/+1
| | | | svn path=/emacs-overlay/; revision=1820
* Remove unnecessary variable assignment.Ulrich Müller2012-08-172-1/+4
| | | | svn path=/emacs-overlay/; revision=1819
* Sync from Portage tree: Make use of the @ROFF token in documentation.Ulrich Müller2012-07-182-3/+7
| | | | svn path=/emacs-overlay/; revision=1817
* Update a comment.Ulrich Müller2012-04-271-1/+1
| | | | svn path=/emacs-overlay/; revision=1797
* Require GNU Emacs in elisp-need-emacs.Ulrich Müller2012-02-122-1/+7
| | | | svn path=/emacs-overlay/; revision=1795
* Fix spelling of my name.Ulrich Müller2012-02-111-85/+85
| | | | svn path=/emacs-overlay/; revision=1794
* Fix ChangeLog.Ulrich Müller2012-02-111-4/+5
| | | | svn path=/emacs-overlay/; revision=1793
* Delete declaration of unused variable.Ulrich Müller2012-02-112-2/+6
| | | | svn path=/emacs-overlay/; revision=1792
* Update copyright year.Ulrich Müller2012-01-071-1/+1
| | | | svn path=/emacs-overlay/; revision=1788
* Revert commit 1778. No other language eclass has this, and I don't know why ↵Ulrich Müller2012-01-073-16/+0
| | | | | | it would be needed. svn path=/emacs-overlay/; revision=1787
* Prevent multiple loading for eclasses to speed up caching (thanks to vapier ↵Christian Faulhammer2011-12-273-0/+16
| | | | | | for the idea) svn path=/emacs-overlay/; revision=1778
* Use ebegin/eend instead of einfo.Ulrich Müller2011-12-032-1/+8
| | | | svn path=/emacs-overlay/; revision=1759
* Replace echo by einfo.Ulrich Müller2011-11-222-3/+5
| | | | svn path=/emacs-overlay/; revision=1752