summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* elisp.eclass: Test if the DOCS variable has a value.Ulrich Müller2020-02-221-2/+2
| | | | | | | | The current test for the return status of declare -p will be true if DOCS is declared but otherwise has a void value. Test for presence of an = sign in the output instead. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Depend on app-editors/emacs directly.Ulrich Müller2019-12-211-11/+7
| | | | | | | | | This replaces the indirect dependency on virtual/emacs. Update pkg_setup() to call elisp-check-emacs-version instead of the now deprecated elisp-need-emacs. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Fix initial copyright year.Ulrich Müller2019-12-151-1/+1
| | | | | | The eclass was initially committed on 2002-10-29. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Use EAPI defaults where possible.Ulrich Müller2019-09-091-14/+11
| | | | | | | | | | | | src_unpack: Call default instead of explicit unpack. src_prepare: Call default, so that the PATCHES variable will be respected in EAPIs 6 and 7. src_install: Call einstalldocs in EAPIs where it is supported. Drop unnecessary die statements, because helpers die by themselves in all supported EAPIs. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Drop support for EAPIs 0 to 3.Ulrich Müller2019-07-171-23/+13
| | | | | Reviewed-by: Hans de Graaff <graaff@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* elisp.eclass: Depend on virtual/emacs on the build system.Ulrich Müller2018-06-061-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: Fix src_prepare() in EAPI 7.Ulrich Müller2018-06-011-2/+2
|
* elisp.eclass: Support EAPI 7.Ulrich Müller2018-05-031-2/+2
| | | | Trivial update, therefore not posted for review.
* elisp.eclass: Inherit epatch rather than eutils.Ulrich Müller2017-12-291-3/+3
| | | | | The only function needed from eutils was epatch() which has been split off into its own eclass.
* elisp*.eclass: Fix eclass header.Ulrich Müller2017-03-041-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* eclass: Update e-mail address of GNU Emacs project.Ulrich Müller2016-01-231-1/+1
|
* elisp.eclass: Support EAPI 6.Ulrich Müller2015-12-201-10/+25
|
* elisp.eclass: Delete superfluous quotes in case statements.Ulrich Müller2015-12-191-2/+2
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+204
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed