summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-xemacs/ebuild-mode: Sync from Gentoo repositoryHEADmasterUlrich Müller2024-09-071-1/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Add pkg_infoUlrich Müller2024-09-021-2/+8
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp-common.eclass: Sync from Gentoo repositoryUlrich Müller2024-09-021-9/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/ebuild-mode: Assign EMACS and EMACSFLAGS in global scopeUlrich Müller2024-08-281-6/+8
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/ebuild-mode: Install only under /usr/lib/xemacsUlrich Müller2024-08-261-3/+1
| | | | | | Otherwise XEmacs 21.5 will complain about duplicate autoloads. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/ebuild-mode: Enable testsUlrich Müller2024-08-251-7/+15
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/test-harness: new package, add 21.4.24Ulrich Müller2024-08-253-0/+44
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/ebuild-mode: Create a link in /usr/lib/xemacsUlrich Müller2024-08-251-0/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/ebuild-mode: Sync from Gentoo repositoryUlrich Müller2024-08-151-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/ebuild-mode: Add optfeaure for app-emacs/tty-formatUlrich Müller2024-08-121-0/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/ebuild-mode: Add empty src_testUlrich Müller2024-08-101-1/+3
| | | | | | Tests need ert which is not available for XEmacs. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/ebuild-mode: Add an optfeature messageUlrich Müller2024-06-281-1/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/ebuild-mode: Update site-init fileUlrich Müller2024-06-251-2/+5
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp-common.eclass: Set no-native-compile in generated filesUlrich Müller2023-10-221-0/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp*.eclass: Sync from Gentoo repositoryUlrich Müller2023-10-202-16/+311
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/emacs-common: Sync from Gentoo repositoryUlrich Müller2023-07-242-9/+23
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-xemacs/ebuild-mode: Sync from Gentoo repositoryUlrich Müller2022-12-271-4/+11
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/ebuild-mode: Sync from Gentoo repositoryUlrich Müller2022-12-271-6/+12
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Apply some changes from 24.5 to 24.3Ulrich Müller2022-11-301-34/+29
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Ebuilds for 23.4 and 24.5 copied from Gentoo repoUlrich Müller2022-11-304-17/+727
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Drop EAPI 6 supportUlrich Müller2022-10-201-6/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp-common.eclass: fix for Emacs 29 (explicitly require autoload)Sam James2022-10-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emacs 29's NEWS says: "The autoload.el library is now obsolete." We should therefore explicitly 'require it in order to have the eclass machinery work. Fix build failures with e.g. exec-path-from-shell, flycheck: ``` * Generating autoload file for GNU Emacs ... Error: void-function (batch-update-autoloads) debug-early-backtrace() debug-early(error (void-function batch-update-autoloads)) batch-update-autoloads() command-line-1(("--eval" "(setq make-backup-files nil)" "--eval" "(setq generated-autoload-file (expand-file-name \"exec-path-from-shell-autoloads.el\"))" "-f" "batch-update-autoloads" ".")) command-line() normal-top-level() Symbol’s function definition is void: batch-update-autoloads * elisp-make-autoload-file: batch-update-autoloads failed [ !! ] * ERROR: app-emacs/exec-path-from-shell-1.12::gentoo failed (compile phase): * (no error message) ``` See https://www.mail-archive.com/freebsd-pkg-fallout@freebsd.org/msg1982134.html and https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-08/msg01259.html. Thanks-to: John Turner <jturner.usa+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/categories: Add app-xemacsUlrich Müller2022-07-281-0/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* metadata: Drop eapis-deprecated key from layout.confUlrich Müller2022-04-071-1/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/pemacs: Update to EAPI 8Ulrich Müller2022-04-071-4/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/pemacs: Drop live versionUlrich Müller2022-04-071-39/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-eselect/eselect-emacs: Update to EAPI 8Ulrich Müller2022-04-071-8/+7
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-eselect/eselect-ctags: Update to EAPI 8Ulrich Müller2022-04-071-11/+9
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp-common.eclass: Update EAPI conditionalUlrich Müller2022-04-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp.eclass: Update EAPI conditionalUlrich Müller2022-04-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/nummove: Update HOMEPAGE and SRC_URIUlrich Müller2022-04-011-3/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/auto-lang: Update HOMEPAGE and SRC_URIUlrich Müller2022-04-011-3/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/find-recursive: Update HOMEPAGEUlrich Müller2022-04-011-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/wtf: Update HOMEPAGEUlrich Müller2022-04-011-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/babel: Update HOMEPAGEUlrich Müller2022-04-011-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/fold-dwim: Update HOMEPAGEUlrich Müller2022-04-011-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/uemacs-pk: Update HOMEPAGEUlrich Müller2022-04-011-4/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/whizzytex: Drop package reference from metadata.xmlUlrich Müller2022-04-012-5/+4
| | | | | | Use dodoc -r instead of doins for examples. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Drop deprecated dependency on gconfUlrich Müller2022-04-012-7/+4
| | | | | | Drop some keywords. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-doc/elisp-tutorial: Update HOMEPAGEUlrich Müller2022-03-251-3/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-admin/emacs-updater: Sync from gentoo repositoryUlrich Müller2022-03-251-3/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp*.eclass: Sync from Gentoo repositoryUlrich Müller2022-03-242-13/+14
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2022-03-0430-30/+30
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/zile: Moved to gentoo repositoryUlrich Müller2022-02-143-70/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/ebuild-mode: Enable conf-mode for make.defaultsUlrich Müller2022-01-101-0/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/org-mode: Live ebuild moved to gentoo repositoryUlrich Müller2021-11-263-97/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/org-mode: Update EGIT_REPO_URIUlrich Müller2021-09-281-1/+1
| | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs/erc-sasl: Initial importUlrich Müller2021-07-287-0/+112
| | | | | | | Ebuild contributed by me. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp*.eclass: EAPI 8Ulrich Müller2021-07-282-4/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* elisp*.eclass: Sync from Gentoo repositoryUlrich Müller2021-04-202-4/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>