summaryrefslogtreecommitdiff
path: root/app-xemacs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /app-xemacs
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'app-xemacs')
-rw-r--r--app-xemacs/Manifest.gzbin21850 -> 21845 bytes
-rw-r--r--app-xemacs/ebuild-mode/Manifest4
-rw-r--r--app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild24
-rw-r--r--app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild2
4 files changed, 2 insertions, 28 deletions
diff --git a/app-xemacs/Manifest.gz b/app-xemacs/Manifest.gz
index ddaee495e06d..126f625b6421 100644
--- a/app-xemacs/Manifest.gz
+++ b/app-xemacs/Manifest.gz
Binary files differ
diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
index 3ec1a12f8f8c..ce9d7dd31994 100644
--- a/app-xemacs/ebuild-mode/Manifest
+++ b/app-xemacs/ebuild-mode/Manifest
@@ -1,5 +1,3 @@
-DIST ebuild-mode-1.38.tar.xz 30744 BLAKE2B a147fbb462f0e1a2ba3272c74b12c9357200b0ca6671d75263547d7b777489772504c9fda634a797fecff8dce35e40b7bb579cdbd9a7da99f68f74b08a48a4da SHA512 bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349
DIST ebuild-mode-1.42.tar.xz 34936 BLAKE2B dd94d17dc57e2d32b329ab62ec6eec8ada6a4aeddadb8d978736f5dcb4d613759fd860043cab92d12db11614f8b7fa71fc5537576a2af3f5e6c9d56fc2fdcc05 SHA512 119f954eaf009bd0c9f0a75810b94a54d65ed91c6ffef20dd164c7a5ef095410dd0f3642426817f5efa6623d4f3e120ed3b27076222b02a90e75a83bb80b8703
-EBUILD ebuild-mode-1.38.ebuild 662 BLAKE2B 08e6f672a151cbb8fd073e96b2699fb193ab97880a2c23a20cf7d93fd88de8e0fc17fa98fd11be4250de912b4d99105c2c2f2d433a76f0b6273047dafd635f4c SHA512 1c9202c08e99ca94de61d887d13699d391799a26f0946d0ec3af109d13163e40413bedda9466c88a04e7ef14475cfb5d7c56c3678c81a4e35e4540c15474653f
-EBUILD ebuild-mode-1.42.ebuild 701 BLAKE2B 86958778803270973daf212b36336a12fc51d771f0056c34a710fbd51d7b262e9fc264980116e0dd8bfb49511d8b09061afa3ae58c548f542daec0e9cab30112 SHA512 17ba5cdfa3c72436f963641afd15fedbc2b28d37ff00a4e39565cf9c0e66a08cbb9ba0c2677bdecb40b894f7a03b7037682d4bae93412c8e1a15bcda68584b38
+EBUILD ebuild-mode-1.42.ebuild 700 BLAKE2B c7232955da39b7675addbf75055b2fa6c7ff98e209a574816f1fc6d6af3e49d4b4975e781d39eec1c64f46c57a326eab35183458498c5958a2505c350334b9c4 SHA512 279fe95a7672377e24e592db0bcc6678984cdb310da298b60168bd63a1881ff1730a51ed5e43d35a2c32a0ebef3401764622e6b81750f13adde24b7942aef354
MISC metadata.xml 417 BLAKE2B d442b7726c175c95922475904d9dbb6260ecf53140bf041121fed80c3183142bdf7bcc88f7f87eeeab0dd91a81eacf507e2c4ea8cc8f86dbf6b60c52fcec868d SHA512 459969f9a78209b1058fb5fed220192bddd532c9dabc8e5d340c040bef0e454f08fe3896b33bcddaa011fd4639351f6f6a33ba6669895e99e001810324c101ad
diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild
deleted file mode 100644
index 6e52cc14b9ae..000000000000
--- a/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xemacs-elisp
-
-DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 hppa x86"
-
-RDEPEND=">=app-editors/xemacs-21.4.20-r5
- app-xemacs/sh-script"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
- -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || die
- xemacs-elisp-make-autoload-file *.el || die
-}
diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild
index 220700b9f7ea..56fd191b5054 100644
--- a/app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild
+++ b/app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 hppa x86"
RDEPEND=">=app-editors/xemacs-21.4.20-r5
app-xemacs/sh-script"