diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/Manifest.gz | bin | 76779 -> 76617 bytes | |||
-rw-r--r-- | app-emacs/ecb/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/ecb/ecb-2.50_pre20170728.ebuild | 43 | ||||
-rw-r--r-- | app-emacs/ecb/files/70ecb-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/ecb/files/ecb-2.32-gentoo.patch | 73 | ||||
-rw-r--r-- | app-emacs/ecb/metadata.xml | 39 | ||||
-rw-r--r-- | app-emacs/hydra/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/hydra/hydra-0.15.0.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/lv/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/lv/lv-0.15.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/org-mode/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/org-mode/metadata.xml | 6 |
12 files changed, 12 insertions, 168 deletions
diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz Binary files differindex b861e3ea1e9d..3f5a82329d6f 100644 --- a/app-emacs/Manifest.gz +++ b/app-emacs/Manifest.gz diff --git a/app-emacs/ecb/Manifest b/app-emacs/ecb/Manifest deleted file mode 100644 index 71dae3833e6b..000000000000 --- a/app-emacs/ecb/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 70ecb-gentoo.el 63 BLAKE2B aafdd070c44a1f7f4aad23ee1d0ff39f1816bb46fa1e667ef12eb276d1877ca18a81c43ae66c285574b85a089255e6613c92dbe751d382280b42613976829cae SHA512 984cfbfa398bd60008dee83721a55f5c6cad0a71caf0d7cc194a84f0d7c061a9a99398e40e90f0a9cf79d2ff689e374c860612bea16e9fa0049d7a82edc56283 -AUX ecb-2.32-gentoo.patch 3430 BLAKE2B 8d373b5ebc1064d5b2fb713f6d3bc31ec34eddfeb9b9519e655bdaab0ced4e4c4aaca03b3013d0daeceaca20f9210625b84d76264be24d9ea99a5745336c0f06 SHA512 1902cec83e62c9b65a62a1fd4a7c8e2ae309b3bd2217b6f821a5a047cf3bdda24b9b5c68e672c1555196a7d28ce06c22398ef15c3c0e6b87bcce1e15d3c333fb -DIST ecb-2.50_pre20170728.tar.xz 562144 BLAKE2B 922a1f101d01717c5d078fbb055903c43e91360061b792e96e9aa9421d19df2cd47f7e69aae6dba4f188e26682d2a758ff8aa57ff500e5b6fdeaea6920b21a25 SHA512 074738cc323b595caf3d34d6eaa08d6a1a8d3a53762c9bf48b751ab25a16a26a8c71984996b7e7616f4999a0876c6d03751e1e45b68aad712020778da387a59d -EBUILD ecb-2.50_pre20170728.ebuild 1018 BLAKE2B 11d8181466bcd0935e3fee53c7741e1044f47a85a97e7be5d0813ed85cdc4f090e671f14024e86619b3bff205605b837bd56a6afe5efdbbbc1201b2af00c0081 SHA512 202c0ccf5e7617088d63508a7602daf8c53014a13f6e19bcf5a77df8affd118c9d46fc88ff5d2dba34130980b8511ef1df778b4bd1d7d028f6472383af1b4030 -MISC metadata.xml 1594 BLAKE2B 66e334a19d34ede131561a899b211c6daa38a3c48bd876c111b3f3fdeddf8574b82e6869e4aa3addc7457c2f4f05399efbcdae76d6e4d527e24d0860281e000e SHA512 05474e40ff5bcef5d0822379088796987f4814961c967bdf6389f0c31ae13b1f17d29b9e308eec9e7952b2e2fddfc9af9bd4b6da5e8d2823a85589cf9911a563 diff --git a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild b/app-emacs/ecb/ecb-2.50_pre20170728.ebuild deleted file mode 100644 index 9c0199f9da19..000000000000 --- a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp readme.gentoo-r1 - -DESCRIPTION="Source code browser for Emacs" -HOMEPAGE="http://ecb.sourceforge.net/" -# snapshot of https://github.com/ecb-home/ecb.git, created with "make distrib" -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -S="${WORKDIR}/${PN}-${PV%_*}" -SITEFILE="70${PN}-gentoo.el" -DOC_CONTENTS="ECB is autoloaded in site-gentoo.el. Add the line - \n\t(require 'ecb) - \nto your ~/.emacs file to enable all features on Emacs startup." - -src_prepare() { - eapply "${FILESDIR}"/${PN}-2.32-gentoo.patch - sed -i -e "s:@PF@:${PF}:" ecb-help.el || die "sed failed" - eapply_user -} - -src_compile() { - default -} - -src_install() { - elisp_src_install - - insinto "${SITEETC}/${PN}" - doins -r ecb-images - - doinfo info-help/ecb.info* - dodoc NEWS README RELEASE_NOTES - docinto html - dodoc html-help/*.html -} diff --git a/app-emacs/ecb/files/70ecb-gentoo.el b/app-emacs/ecb/files/70ecb-gentoo.el deleted file mode 100644 index bc71f7c18e94..000000000000 --- a/app-emacs/ecb/files/70ecb-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(require 'ecb-autoloads) diff --git a/app-emacs/ecb/files/ecb-2.32-gentoo.patch b/app-emacs/ecb/files/ecb-2.32-gentoo.patch deleted file mode 100644 index 09d3d86afdcd..000000000000 --- a/app-emacs/ecb/files/ecb-2.32-gentoo.patch +++ /dev/null @@ -1,73 +0,0 @@ -Change default paths to Gentoo install locations. -Allow for compressed Info files. - ---- ecb-2.32-orig/ecb-common-browser.el 2005-07-11 16:16:01.000000000 +0200 -+++ ecb-2.32/ecb-common-browser.el 2009-03-03 09:42:51.000000000 +0100 -@@ -261,10 +261,7 @@ - ;; additonal images are necessary - but currently i don't think we need - ;; special images for this analyse-stuff. - (defcustom ecb-tree-image-icons-directories -- (let ((base (concat (if ecb-regular-xemacs-package-p -- (format "%s" (locate-data-directory "ecb")) -- ecb-ecb-dir) -- "ecb-images/"))) -+ (let ((base "/usr/share/emacs/etc/ecb/ecb-images/")) - (cons (concat base "default/height-17") - (mapcar (function (lambda (i) - (cons (car i) (concat base (cdr i))))) ---- ecb-2.32-orig/ecb-help.el 2005-07-11 16:16:00.000000000 +0200 -+++ ecb-2.32/ecb-help.el 2009-03-03 09:47:49.000000000 +0100 -@@ -81,16 +81,8 @@ - (const :tag "Html" :value html))) - - --(defcustom ecb-help-info-path (concat -- (if ecb-running-xemacs -- (if (file-exists-p -- (concat ecb-ecb-dir -- ecb-help-info-subdir -- ecb-help-info-start-file)) -- ecb-help-info-subdir -- "../../info/") -- ecb-help-info-subdir) -- ecb-help-info-start-file) -+(defcustom ecb-help-info-path -+ (concat "/usr/share/info/" ecb-help-info-start-file) - "*Path where the ECB online help in info format resides. - This must be the location of the file \"ecb.info\" which comes with the ECB - distribution. If is installed by unpacking the archive available on the ECB -@@ -107,24 +99,7 @@ - :type 'file) - - (defcustom ecb-help-html-path -- (if (not ecb-running-xemacs) -- (concat ecb-help-html-subdir ecb-help-html-start-file) -- (cond ((file-exists-p -- (concat ecb-ecb-dir -- ecb-help-html-subdir -- ecb-help-html-start-file)) -- (concat ecb-help-html-subdir ecb-help-html-start-file)) -- ((file-exists-p -- (concat ecb-ecb-dir -- "../../html/" -- ecb-help-html-start-file)) -- (concat "../../html/" ecb-help-html-start-file)) -- ((file-exists-p -- (concat ecb-ecb-dir -- "../../html/ecb/index.html")) -- "../../html/ecb/index.html") -- (t -- (concat "../../etc/ecb/html/" ecb-help-html-start-file)))) -+ (concat "/usr/share/doc/@PF@/html/" ecb-help-html-start-file) - "*Path where the ECB online help in HTML format resides. - This must be the location of the file \"index.html\" which comes with the ECB - distribution. If is installed by unpacking the archive available on the ECB -@@ -145,7 +120,7 @@ - "Starts `info' with INFO-FILE. If INFO-FILE does not exists then nil is - returned otherwise true. If NO-FILE-NOT-EXIST-ERR is not nil then just nil is - returned if INFO-FILE does not exist otherwise an error is reported." -- (if (file-exists-p info-file) -+ (if (file-expand-wildcards (concat info-file "*")) - (prog1 t - (info info-file)) - (unless no-file-not-exist-err diff --git a/app-emacs/ecb/metadata.xml b/app-emacs/ecb/metadata.xml deleted file mode 100644 index bae34f078d8a..000000000000 --- a/app-emacs/ecb/metadata.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<longdescription> - ECB stands for "Emacs Code Browser". While Emacs already has good editing - support for many modes, its browsing support is somewhat lacking. That's - where ECB comes in: it displays a number of informational windows that allow - for easy source code navigation and overview. - - The informational windows can contain: - - * A directory tree, - * a list of source files in the current directory, - * a list of functions/classes/methods/... in the current file, (ECB uses - the Semantic Bovinator, or Imenu, or etags, for getting this list so all - languages supported by any of these tools are automatically supported by - ECB too), - * a history of recently visited files, - * the Speedbar and - * output from compilation (the compilation window) and other modes like - help, grep etc. or whatever a user defines to be displayed in this - window. - - As an added bonus, ECB makes sure to keep these informational windows - visible, even when you use C-x 1 and similar commands. - - It goes without saying that you can configure the layout, ie. which - informational windows should be displayed where. ECB comes with a number of - ready-made window layouts to choose from. -</longdescription> -<stabilize-allarches/> -<upstream> - <remote-id type="sourceforge">ecb</remote-id> -</upstream> -</pkgmetadata> diff --git a/app-emacs/hydra/Manifest b/app-emacs/hydra/Manifest index 52df3e4cbcc7..3e2269015fd6 100644 --- a/app-emacs/hydra/Manifest +++ b/app-emacs/hydra/Manifest @@ -1,3 +1,3 @@ DIST hydra-0.15.0.tar.gz 36150 BLAKE2B 6e7d1ed6501d5b0fb40f3545d61469e461363dc7ec8900c7c697116cb19704529acfd9e886a1fef09ae50dfd68666e6455c62447140f55b1f4651490855c2b3a SHA512 815a8c425aaeb4d2aeb5d9faa0f66a41e37420b8e9435d93b9e78913c0e0722d1e39cad2e8f4bc12cfe34dad2e3fc1290b23d816181b12fd093f9e4d9d37e814 -EBUILD hydra-0.15.0.ebuild 572 BLAKE2B bbb6b472b7313b9a679202d533b4c77877a7f4c4315098120ceba1553b4c41053b4c647e31fb1ec648eefd41e912f88f32f11db9491cdd5cca69e7cc2f81fdc8 SHA512 21b10907cb944b1839074561f9f6ef140941068d72386b1db1ffdad92cccf78e92db7a6afc03d00b3cc571f7291aa7d1f0709d2c0252f55e08e640b5333ea77f +EBUILD hydra-0.15.0.ebuild 577 BLAKE2B ce1f67be023f99053d51005d29619c3d7f0a26280d92e42feb89c013ce9b7a88febe4383bdd951054991b3b7c336460b3b67b3b74259160d261da9b630569d32 SHA512 f11cbdda357b80f86bd98259cf1a1f40d930681f66933e48e9cc603dc348d6d407f6c5ffced819ed81887bd849f43e292684848f08995cc1235c698f251286c5 MISC metadata.xml 541 BLAKE2B 93768f1c4005baa11c949c2a4fc3198abadc5d1fbf9f5bd06446cfd5a1fe992697ea64bb2f4f1819737c13aff363d9cc58839bf14961f98e265b989119618106 SHA512 39c9585bd072ba2e6ff96ed2ac778bec1cd987a6984d63d13869dca53e107dafb8760677568891296627bdaf72fcc3f50184e7c4c88731d1f84eec280471fbc9 diff --git a/app-emacs/hydra/hydra-0.15.0.ebuild b/app-emacs/hydra/hydra-0.15.0.ebuild index 497c1eef3ea6..368c1520c29a 100644 --- a/app-emacs/hydra/hydra-0.15.0.ebuild +++ b/app-emacs/hydra/hydra-0.15.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/abo-abo/hydra/" SRC_URI="https://github.com/abo-abo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 ~arm64 ~x86" SLOT="0" RDEPEND="app-emacs/lv" diff --git a/app-emacs/lv/Manifest b/app-emacs/lv/Manifest index 043b72f0da2b..bfc970ce383b 100644 --- a/app-emacs/lv/Manifest +++ b/app-emacs/lv/Manifest @@ -1,4 +1,4 @@ AUX 50lv-gentoo.el 70 BLAKE2B 1df0d558cc0f804235f1eb2ec5eafee3246b4e52044b1cb95a6f9f5c96a5218c4eba875455049f7fb329c1b0d2aa23702dbca23507c6410554483aaf8a5d8c92 SHA512 98b4a4ab94a4f1c4c7d5ebdf819dec2c5420605671dee154c7de779b2edc4f165f523fc0c425b9b40b4879d465648fb418555942a9df25033765de7d92104005 DIST lv-0.15.0.tar.gz 36150 BLAKE2B 6e7d1ed6501d5b0fb40f3545d61469e461363dc7ec8900c7c697116cb19704529acfd9e886a1fef09ae50dfd68666e6455c62447140f55b1f4651490855c2b3a SHA512 815a8c425aaeb4d2aeb5d9faa0f66a41e37420b8e9435d93b9e78913c0e0722d1e39cad2e8f4bc12cfe34dad2e3fc1290b23d816181b12fd093f9e4d9d37e814 -EBUILD lv-0.15.0-r1.ebuild 644 BLAKE2B 068ceaf7ec98bce456ce91135ee12e3b846d3f70882343223baeadd16e624f3879a3cddbc04cd9370b155757cc50a9a6f293fff025b83eed4b5269848267e96e SHA512 7d688a1746372047e2b9e852401275c2e7b34590c5b13966e64854a9d5b85e3aef8aac6dbc75bce87b4fe46bbbe1c10707a79a9ff16a2980da3b542e5966bf5e +EBUILD lv-0.15.0-r1.ebuild 649 BLAKE2B f5fb5e66b1fc6d1e936f1b7b9934d9a5c758c54dd6f9c0d05b7dea57d25b2ac9f9ca538b4276810c9c6636bba4ba5de3937f6792e37574ce12889c7cb012625c SHA512 faacd41cfae2bf1c17d085c9dbd6868ee34fccdc3aa5e12833f4eba85edff7bd712e99306143cf0c289a75dfcfb6b011dcf1ab4fdcfa40dc5e0ebbaf7c7234cc MISC metadata.xml 359 BLAKE2B 89743dbb851201c554ddab9f6348543bbb95eb9ee7454fe47d3f06ec81ee41f70044246ea1579e7d46f34d07092a925989fcffc3e27023c886c25fdd28d8a1c4 SHA512 9096bfb69d93a8c81166929f27eb3780a010a8d588e19e9d8223b93341698ef84f735711ffdaf295927bc46f1626e371c138aebcdafd9aba4ae60db4dd666c13 diff --git a/app-emacs/lv/lv-0.15.0-r1.ebuild b/app-emacs/lv/lv-0.15.0-r1.ebuild index cec213f0d313..b669766ce565 100644 --- a/app-emacs/lv/lv-0.15.0-r1.ebuild +++ b/app-emacs/lv/lv-0.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/abo-abo/hydra/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/hydra-${PV}" - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="GPL-3+" diff --git a/app-emacs/org-mode/Manifest b/app-emacs/org-mode/Manifest index 85897fe3aad4..61c13230bdfa 100644 --- a/app-emacs/org-mode/Manifest +++ b/app-emacs/org-mode/Manifest @@ -8,4 +8,4 @@ EBUILD org-mode-9.7.17.ebuild 1597 BLAKE2B 9fc5a6fceb0390c825539b4ba29d672220a01 EBUILD org-mode-9.7.18.ebuild 1597 BLAKE2B 9fc5a6fceb0390c825539b4ba29d672220a014a5e649706c3c25ba9b5fb49d0f7b139ce4315903dc446f573848ad20ed59ad4fac920dcb3a719bb61daeef2c6d SHA512 b49027b63f17c31a3bb9221cb726364233af8be6fd0162e3353df8e5b51bdff978672b74be80671c20f8dc0e3482ff5179cdcf3e6e678809a6d764742c8e4e80 EBUILD org-mode-9.7.19.ebuild 1726 BLAKE2B bac17ce697cd7964f808cdf9cbf90213f4d793e2e3319433ce9f0f88c6257ceb36b4b0fbb65ae232064f5d610b603becabe2bf88bfa7ce8c978a5ea48a25f6f1 SHA512 d92608fe750a87b2ad966d8bb356afdce0c35491ff8a95976458cb788a85ade94a595c5eedbe766f8121325cb4b2cda1c35139786951d868fdc091ddb2986e59 EBUILD org-mode-9999.ebuild 1548 BLAKE2B 426b201cd1c179250baa695a14b4f152a1071bfc2b9afd99035a409b2ebb0be500a21bd43dcc46dadc10eb8466ab1ed8787f8007f09a96849688851d24d4cdab SHA512 154b347979a5bfde974dac21d0e2f65c7bddeaffaf9a0c68054ff97a24ce126f784e473705f45bffa9c40361b106a6042175470e883d1e3faae2a73c345dc160 -MISC metadata.xml 1308 BLAKE2B 5aecc9209e6435d3112633a3dbb154494d20f6e428985f942ea9102d83d03ad08049fc58abe16d189f6744278fb84886990c0dfa94972b7e5669edf05de17223 SHA512 331969bde4138037bb516456a25de2b89a913f06c411375a3303eb95799e5cd214934aad98166f407acb47963ea9ab6ceae6d35fe607c963e62f0279d28a1cf1 +MISC metadata.xml 1590 BLAKE2B fe57d840c8c176a9fc193cc97f39e2deb69aaace5a06f582333f745bd1341598d0c1289bd22bb1ebf07476858dc2e04b90ad5a000cdea1f178fba90c5160f96c SHA512 7ccfc23be09c9a29ee82f0fd2ca867b5315b932e52c5176ce810bdb7d963dff5b863b3c17d631872effface7e37f7d17ff0d3d8e7490be2114025d3c8536ceaf diff --git a/app-emacs/org-mode/metadata.xml b/app-emacs/org-mode/metadata.xml index ab6e8b67070e..933704be8c3b 100644 --- a/app-emacs/org-mode/metadata.xml +++ b/app-emacs/org-mode/metadata.xml @@ -25,4 +25,10 @@ <flag name="odt-schema">Install non-free schema files for OpenDocument Text exporter</flag> </use> +<upstream> + <bugs-to>https://orgmode.org/manual/Feedback.html</bugs-to> + <changelog>https://orgmode.org/Changes.html</changelog> + <doc>https://orgmode.org/manuals.html</doc> + <remote-id type="savannah">emacs</remote-id> <!-- Development Tools → Emacs Org mode --> +</upstream> </pkgmetadata> |