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:17
Message-Id: 1566113103.a4ef24363bfec4fd6bc0b71f26bb3b352c87d85d.ulm@gentoo
1 commit: a4ef24363bfec4fd6bc0b71f26bb3b352c87d85d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 07:25:03 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 07:25:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=a4ef2436
7
8 app-emacs/diff-mode-: Remove old.
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--20120823.ebuild | 26 -------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/app-emacs/diff-mode-/Manifest b/app-emacs/diff-mode-/Manifest
18 index 323399b..3edfffc 100644
19 --- a/app-emacs/diff-mode-/Manifest
20 +++ b/app-emacs/diff-mode-/Manifest
21 @@ -1,2 +1 @@
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--20120823.ebuild b/app-emacs/diff-mode-/diff-mode--20120823.ebuild
26 deleted file mode 100644
27 index e39a1f0..0000000
28 --- a/app-emacs/diff-mode-/diff-mode--20120823.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Extensions to diff-mode.el"
39 -HOMEPAGE="http://emacswiki.org/emacs/diff-mode-.el"
40 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND="app-arch/xz-utils"
48 -
49 -SITEFILE="50${PN}-gentoo.el"
50 -
51 -pkg_postinst() {
52 - elisp-site-regen
53 - elog "This library should be loaded *before* library diff-mode.el."
54 - elog "Put this in your initialization file, ~/.emacs:"
55 - elog " (require 'diff-mode-)"
56 -}