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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDD7C158245 for ; Fri, 6 Dec 2024 04:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 517D0E0A99; Fri, 6 Dec 2024 04:40:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F314FE0A97 for ; Fri, 6 Dec 2024 04:40:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6BC3340C7F for ; Fri, 6 Dec 2024 04:40:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 355611AB5 for ; Fri, 6 Dec 2024 04:40:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1733459803.842e86174499193fead59ceff5bdccde9e0841dc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-emacs/quilt-el/, app-emacs/quilt-el/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/quilt-el/Manifest app-emacs/quilt-el/files/50quilt-el-gentoo.el app-emacs/quilt-el/files/quilt-el-0.45.4-header-window.patch app-emacs/quilt-el/metadata.xml app-emacs/quilt-el/quilt-el-0.66.ebuild profiles/package.mask X-VCS-Directories: profiles/ app-emacs/quilt-el/ app-emacs/quilt-el/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 842e86174499193fead59ceff5bdccde9e0841dc X-VCS-Branch: master Date: Fri, 6 Dec 2024 04:40:05 +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: 67703b11-b955-4b6b-84e1-94676a4a63c7 X-Archives-Hash: e8a13e1894a0e05668da68d14462bb31 commit: 842e86174499193fead59ceff5bdccde9e0841dc Author: Michał Górny gentoo org> AuthorDate: Fri Dec 6 04:34:41 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 6 04:36:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842e8617 app-emacs/quilt-el: Remove last-rited pkg Closes: https://bugs.gentoo.org/247500 Signed-off-by: Michał Górny gentoo.org> app-emacs/quilt-el/Manifest | 1 - app-emacs/quilt-el/files/50quilt-el-gentoo.el | 7 ------- .../files/quilt-el-0.45.4-header-window.patch | 10 ---------- app-emacs/quilt-el/metadata.xml | 20 ------------------- app-emacs/quilt-el/quilt-el-0.66.ebuild | 23 ---------------------- profiles/package.mask | 6 ------ 6 files changed, 67 deletions(-) diff --git a/app-emacs/quilt-el/Manifest b/app-emacs/quilt-el/Manifest deleted file mode 100644 index 380e0647ab06..000000000000 --- a/app-emacs/quilt-el/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST quilt-0.66.tar.gz 413069 BLAKE2B 41201d54cb26d4761413365fe19b65bd6971ada1e69198d2edbc346df6a3060ff3af4d80551d68ab4ffe003183bc0a28515ce1d070db95f2b1a04a0680ac4fb2 SHA512 c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4 diff --git a/app-emacs/quilt-el/files/50quilt-el-gentoo.el b/app-emacs/quilt-el/files/50quilt-el-gentoo.el deleted file mode 100644 index e5b51e318d73..000000000000 --- a/app-emacs/quilt-el/files/50quilt-el-gentoo.el +++ /dev/null @@ -1,7 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'quilt-mode "quilt" - "Toggle quilt-mode. With positive arg, enable quilt-mode." t) -(autoload 'quilt-hook "quilt" - "Enable quilt mode for quilt-controlled files.") -(add-hook 'find-file-hook 'quilt-hook) -(add-hook 'after-revert-hook 'quilt-hook) diff --git a/app-emacs/quilt-el/files/quilt-el-0.45.4-header-window.patch b/app-emacs/quilt-el/files/quilt-el-0.45.4-header-window.patch deleted file mode 100644 index b2f532617f76..000000000000 --- a/app-emacs/quilt-el/files/quilt-el-0.45.4-header-window.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- quilt-el.orig/quilt.el -+++ quilt-el/quilt.el -@@ -399,6 +399,7 @@ - (cd quilt-header-directory) - (shell-command (concat "EDITOR=cat quilt -r header <" tmp)) - (kill-buffer (current-buffer)) -+ (delete-window) - (delete-file tmp))) - - (defvar quilt-header-mode-map (make-keymap)) diff --git a/app-emacs/quilt-el/metadata.xml b/app-emacs/quilt-el/metadata.xml deleted file mode 100644 index 1adcbf2c04d4..000000000000 --- a/app-emacs/quilt-el/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - quilt-el is an Emacs minor mode for quilt. By using this, it becomes easy to - edit files controlled by quilt. The main features are as follows: - * Automatically detects files that are in a quilt hierarchy and enables - itself. - * Only files in topmost patch can be writable. - * Some handy shortcut keys of quilt commands. - - - - quilt - - diff --git a/app-emacs/quilt-el/quilt-el-0.66.ebuild b/app-emacs/quilt-el/quilt-el-0.66.ebuild deleted file mode 100644 index 3c0c9cb8f10f..000000000000 --- a/app-emacs/quilt-el/quilt-el-0.66.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -MY_P="quilt-${PV}" -DESCRIPTION="Quilt mode for Emacs" -HOMEPAGE="https://savannah.nongnu.org/projects/quilt - http://satoru-takeuchi.org/dev/quilt-el/" -SRC_URI="mirror://nongnu/quilt/${MY_P}.tar.gz" - -LICENSE="GPL-1+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv sparc x86" - -RDEPEND="dev-util/quilt" - -S="${WORKDIR}/${MY_P}/lib" -ELISP_PATCHES="${PN}-0.45.4-header-window.patch" -SITEFILE="50${PN}-gentoo.el" -DOCS="../doc/README.EMACS" diff --git a/profiles/package.mask b/profiles/package.mask index 270a5bf4762b..4fe97fbc0cb7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -412,12 +412,6 @@ net-misc/electron-cash # Removal on 2024-11-17. Bug #937896. dev-python/sentry-sdk -# Ulrich Müller (2024-10-15) -# No longer provided as a separate package; the Emacs mode is now -# installed by dev-util/quilt with USE=emacs. -# Removal on 2024-11-14. Bug #247500. -app-emacs/quilt-el - # Holger Hoffstätte (2024-10-11) # Vendors an unreleased libbpf version and generates ABI-breaking code. # Bug #941185. Removal on 2024-12-03.