diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-18 09:25:03 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-18 09:25:03 +0200 |
commit | a4ef24363bfec4fd6bc0b71f26bb3b352c87d85d (patch) | |
tree | 382e320b792b440f7a19e931d811025ce54b77f9 /app-emacs | |
parent | app-emacs/diff-mode-: Bump to version 20180427. (diff) | |
download | emacs-a4ef24363bfec4fd6bc0b71f26bb3b352c87d85d.tar.gz emacs-a4ef24363bfec4fd6bc0b71f26bb3b352c87d85d.tar.bz2 emacs-a4ef24363bfec4fd6bc0b71f26bb3b352c87d85d.zip |
app-emacs/diff-mode-: Remove old.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/diff-mode-/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/diff-mode-/diff-mode--20120823.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-emacs/diff-mode-/Manifest b/app-emacs/diff-mode-/Manifest index 323399b..3edfffc 100644 --- a/app-emacs/diff-mode-/Manifest +++ b/app-emacs/diff-mode-/Manifest @@ -1,2 +1 @@ -DIST diff-mode--20120823.el.xz 2652 BLAKE2B 08969eca9361112f9ccbecef694cf8b33a73732abdebdd035d23fbc92d072cdd3bd2e34fd60251d396dabc22a2fc7e3c1246f0ebbb1dafab4d269f7c8921115d SHA512 0679e52de8609393fa073363d5c3eef7db4d79fe01a7d8c889c5e877aae54fae392572e920a78f55b410ba0d7bf937e14c60e753f7e55d8e78da0a14013b1fbc DIST diff-mode--20180427.el.xz 3304 BLAKE2B a02c60cb2157dd633dff6292ab8b60b51f68c631a79c5f028a457197fa5ba979b6aa9151833f10503e4ce6a75e043ace9af233e4747290722bad2668bd7db3c9 SHA512 be1465ba9bc4351a81fed1699ba9a0f46174b1ddfc1b9e0beab5969fc4be04772cc46229b7863dd2ac4d137bbd1bccd377d3a5aa306bdf2e76627818037d2241 diff --git a/app-emacs/diff-mode-/diff-mode--20120823.ebuild b/app-emacs/diff-mode-/diff-mode--20120823.ebuild deleted file mode 100644 index e39a1f0..0000000 --- a/app-emacs/diff-mode-/diff-mode--20120823.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="Extensions to diff-mode.el" -HOMEPAGE="http://emacswiki.org/emacs/diff-mode-.el" -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/xz-utils" - -SITEFILE="50${PN}-gentoo.el" - -pkg_postinst() { - elisp-site-regen - elog "This library should be loaded *before* library diff-mode.el." - elog "Put this in your initialization file, ~/.emacs:" - elog " (require 'diff-mode-)" -} |