Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ebuild-mode/
Date: Tue, 04 Sep 2018 07:02:53
Message-Id: 1536044522.83c3fd82a31bf0be749e1c1fb63327c2f37d84ae.ulm@gentoo
1 commit: 83c3fd82a31bf0be749e1c1fb63327c2f37d84ae
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 4 07:02:02 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 07:02:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c3fd82
7
8 app-xemacs/ebuild-mode: Version bump.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-xemacs/ebuild-mode/Manifest | 1 +
13 app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
17 index 2268c3a0fc4..8d741121bcb 100644
18 --- a/app-xemacs/ebuild-mode/Manifest
19 +++ b/app-xemacs/ebuild-mode/Manifest
20 @@ -1 +1,2 @@
21 DIST ebuild-mode-1.44.tar.xz 34468 BLAKE2B 05c420979c2e4e145ab6230e9218d2ace8250abcc07e819610e9ac1fbb86147a641b88e69328ff624f9787b87cef56f9fe02a1205a02d01a0157b0293656647e SHA512 4d9b01939af089794255faf747264f948b8b2df47936e364ccfa23da493a33f56fbce1277526089e60b716e38e248b12fac39eca0d59d4974e2e70236ffbcd44
22 +DIST ebuild-mode-1.45.tar.xz 34520 BLAKE2B 15246a7b0a85d05270e3c4db8dc30c7e7ea704fa62644c11320fad8f25dcae8c17dbae86be5245b6ed9dd7650f247616c7a1fbd07536386ef2841b2351287f7a SHA512 b5842696bd548c11bf6164694c9d0bbd3cbfaa77b8f34cf27544033f39986610a6ec2e030c72da68f7645e851e6e377eb557d3eb721b8ad1b6b920dc8bf80750
23
24 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild
25 new file mode 100644
26 index 00000000000..b0e82e52e22
27 --- /dev/null
28 +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xemacs-elisp
36 +
37 +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
38 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
39 +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
40 +
41 +LICENSE="GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~hppa ~x86"
44 +
45 +RDEPEND=">=app-editors/xemacs-21.4.20-r5
46 + app-xemacs/sh-script"
47 +DEPEND="${RDEPEND}"
48 +
49 +src_compile() {
50 + ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
51 + -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || die
52 + xemacs-elisp-make-autoload-file \
53 + ebuild-mode.el gentoo-newsitem-mode.el || die
54 +}