From 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 19 Apr 2018 14:14:48 +0100 Subject: gentoo resync : 19.04.2018 --- app-xemacs/Manifest.gz | Bin 21839 -> 21844 bytes app-xemacs/ebuild-mode/Manifest | 2 ++ app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild (limited to 'app-xemacs') diff --git a/app-xemacs/Manifest.gz b/app-xemacs/Manifest.gz index 188c4a8f00cd..7da3a888dec0 100644 Binary files a/app-xemacs/Manifest.gz and b/app-xemacs/Manifest.gz differ diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest index ce9d7dd31994..a4e1f7546ab8 100644 --- a/app-xemacs/ebuild-mode/Manifest +++ b/app-xemacs/ebuild-mode/Manifest @@ -1,3 +1,5 @@ DIST ebuild-mode-1.42.tar.xz 34936 BLAKE2B dd94d17dc57e2d32b329ab62ec6eec8ada6a4aeddadb8d978736f5dcb4d613759fd860043cab92d12db11614f8b7fa71fc5537576a2af3f5e6c9d56fc2fdcc05 SHA512 119f954eaf009bd0c9f0a75810b94a54d65ed91c6ffef20dd164c7a5ef095410dd0f3642426817f5efa6623d4f3e120ed3b27076222b02a90e75a83bb80b8703 +DIST ebuild-mode-1.43.tar.xz 34688 BLAKE2B 577900e2fa7ccb2362ec7f9046affb58e92bdfde44f2ea48274ba61d65f35fa6a1852bda6d9c64bd3f63aba99df244b4cb3378de079259508b149cdacf7caf28 SHA512 91f9a06de6feeeadb27d765a6ca6f2fa17e01938a6c953efe3586646f1bf48da87fe269ee9b07b2e16199d3ba4a76f42b8be9143218b808fac2971fc6f64f36d EBUILD ebuild-mode-1.42.ebuild 700 BLAKE2B c7232955da39b7675addbf75055b2fa6c7ff98e209a574816f1fc6d6af3e49d4b4975e781d39eec1c64f46c57a326eab35183458498c5958a2505c350334b9c4 SHA512 279fe95a7672377e24e592db0bcc6678984cdb310da298b60168bd63a1881ff1730a51ed5e43d35a2c32a0ebef3401764622e6b81750f13adde24b7942aef354 +EBUILD ebuild-mode-1.43.ebuild 703 BLAKE2B 4fb8321a4f2708171c344e79fc313c45ddf1cf258d3bbdcff51b725537419560b2c02a203b73315b4fa80c47ebe468af93fbfef557e1e09347cc676b67db1298 SHA512 f93821aa3a2d511cbf90400ae2f9688f03ac712b08f22a7aef5dbfac475c5f1d11d63b8fd48b767086d826fd4baba20591dc597d7cc5e05d2a3feb12583651b8 MISC metadata.xml 417 BLAKE2B d442b7726c175c95922475904d9dbb6260ecf53140bf041121fed80c3183142bdf7bcc88f7f87eeeab0dd91a81eacf507e2c4ea8cc8f86dbf6b60c52fcec868d SHA512 459969f9a78209b1058fb5fed220192bddd532c9dabc8e5d340c040bef0e454f08fe3896b33bcddaa011fd4639351f6f6a33ba6669895e99e001810324c101ad diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild new file mode 100644 index 000000000000..1288c724a3a0 --- /dev/null +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 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 \ + ebuild-mode.el gentoo-newsitem-mode.el || die +} -- cgit v1.2.3