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 20866139335 for ; Sat, 26 Jun 2021 17:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57BA6E081A; Sat, 26 Jun 2021 17:05:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 33050E081A for ; Sat, 26 Jun 2021 17:05:11 +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 DBD77335D04 for ; Sat, 26 Jun 2021 17:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41E1F79A for ; Sat, 26 Jun 2021 17:05:08 +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: <1624727080.e9192e8ddfb1328dfd59d4e77e16532e9a354f10.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/puppet-mode/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch X-VCS-Directories: app-emacs/puppet-mode/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e9192e8ddfb1328dfd59d4e77e16532e9a354f10 X-VCS-Branch: master Date: Sat, 26 Jun 2021 17:05:08 +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: 6a5711cd-555b-4603-9b9f-a1f0169ea694 X-Archives-Hash: 73686bb3c1639db2fa27f3b1300d5d74 commit: e9192e8ddfb1328dfd59d4e77e16532e9a354f10 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 26 16:44:53 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 26 17:04:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9192e8d app-emacs/puppet-mode: remove unused patch Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> .../puppet-mode/files/puppet-mode-0.3-version.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch b/app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch deleted file mode 100644 index 513329dec1a..00000000000 --- a/app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/puppet-mode.el.~1~ 2014-03-13 16:30:50.000000000 +0100 -+++ b/puppet-mode.el 2017-06-30 14:38:22.749240233 +0200 -@@ -72,8 +72,6 @@ - - - ;;;; Requirements --(require 'pkg-info) -- - (require 'cl-lib) - (require 'rx) - (require 'align) -@@ -165,7 +163,7 @@ - if called interactively, or if SHOW-VERSION is non-nil, otherwise - just return nil." - (interactive (list t)) -- (let ((version (pkg-info-version-info 'puppet-mode))) -+ (let ((version "@VERSION@")) - (when show-version - (message "Puppet Mode version: %s" version)) - version))