Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/diff-mode-/
Date: Sun, 18 Aug 2019 07:25:16
Message-Id: 1566113067.8eabd41c47686cd37c8b3faa25c672f34aee305b.ulm@gentoo
1 commit: 8eabd41c47686cd37c8b3faa25c672f34aee305b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 07:24:27 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 07:24:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=8eabd41c
7
8 app-emacs/diff-mode-: Bump to version 20180427.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/diff-mode-/Manifest | 1 +
14 app-emacs/diff-mode-/diff-mode--20180427.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/app-emacs/diff-mode-/Manifest b/app-emacs/diff-mode-/Manifest
18 index 6bac4fe..323399b 100644
19 --- a/app-emacs/diff-mode-/Manifest
20 +++ b/app-emacs/diff-mode-/Manifest
21 @@ -1 +1,2 @@
22 DIST diff-mode--20120823.el.xz 2652 BLAKE2B 08969eca9361112f9ccbecef694cf8b33a73732abdebdd035d23fbc92d072cdd3bd2e34fd60251d396dabc22a2fc7e3c1246f0ebbb1dafab4d269f7c8921115d SHA512 0679e52de8609393fa073363d5c3eef7db4d79fe01a7d8c889c5e877aae54fae392572e920a78f55b410ba0d7bf937e14c60e753f7e55d8e78da0a14013b1fbc
23 +DIST diff-mode--20180427.el.xz 3304 BLAKE2B a02c60cb2157dd633dff6292ab8b60b51f68c631a79c5f028a457197fa5ba979b6aa9151833f10503e4ce6a75e043ace9af233e4747290722bad2668bd7db3c9 SHA512 be1465ba9bc4351a81fed1699ba9a0f46174b1ddfc1b9e0beab5969fc4be04772cc46229b7863dd2ac4d137bbd1bccd377d3a5aa306bdf2e76627818037d2241
24
25 diff --git a/app-emacs/diff-mode-/diff-mode--20180427.ebuild b/app-emacs/diff-mode-/diff-mode--20180427.ebuild
26 new file mode 100644
27 index 0000000..ace6673
28 --- /dev/null
29 +++ b/app-emacs/diff-mode-/diff-mode--20180427.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit elisp readme.gentoo-r1
37 +
38 +DESCRIPTION="Extensions to diff-mode.el"
39 +HOMEPAGE="https://www.emacswiki.org/emacs/diff-mode-.el"
40 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +SITEFILE="50${PN}-gentoo.el"
47 +DOC_CONTENTS="This library should be loaded *before* library diff-mode.el.
48 + \nPut this in your initialization file, ~/.emacs:
49 + \n(require 'diff-mode-)"