From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7748F138334 for ; Sun, 18 Aug 2019 07:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5A59E094E; Sun, 18 Aug 2019 07:25:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70784E08CE for ; Sun, 18 Aug 2019 07:25:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 635BF349D91 for ; Sun, 18 Aug 2019 07:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD0B6FF for ; Sun, 18 Aug 2019 07:25:13 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1566113067.8eabd41c47686cd37c8b3faa25c672f34aee305b.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/diff-mode-/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/diff-mode-/Manifest app-emacs/diff-mode-/diff-mode--20180427.ebuild X-VCS-Directories: app-emacs/diff-mode-/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8eabd41c47686cd37c8b3faa25c672f34aee305b X-VCS-Branch: master Date: Sun, 18 Aug 2019 07:25:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70349688-2ec3-415c-b149-b7e87b0cb4bf X-Archives-Hash: 48bf1b03f561f39e80175bfc6afe1dd1 commit: 8eabd41c47686cd37c8b3faa25c672f34aee305b Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 18 07:24:27 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 18 07:24:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=8eabd41c app-emacs/diff-mode-: Bump to version 20180427. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/diff-mode-/Manifest | 1 + app-emacs/diff-mode-/diff-mode--20180427.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-emacs/diff-mode-/Manifest b/app-emacs/diff-mode-/Manifest index 6bac4fe..323399b 100644 --- a/app-emacs/diff-mode-/Manifest +++ b/app-emacs/diff-mode-/Manifest @@ -1 +1,2 @@ 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--20180427.ebuild b/app-emacs/diff-mode-/diff-mode--20180427.ebuild new file mode 100644 index 0000000..ace6673 --- /dev/null +++ b/app-emacs/diff-mode-/diff-mode--20180427.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp readme.gentoo-r1 + +DESCRIPTION="Extensions to diff-mode.el" +HOMEPAGE="https://www.emacswiki.org/emacs/diff-mode-.el" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOC_CONTENTS="This library should be loaded *before* library diff-mode.el. + \nPut this in your initialization file, ~/.emacs: + \n(require 'diff-mode-)"