* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-emacs/quilt-el/, app-emacs/quilt-el/files/
@ 2024-12-06 4:40 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-12-06 4:40 UTC (permalink / raw
To: gentoo-commits
commit: 842e86174499193fead59ceff5bdccde9e0841dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 04:34:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> gentoo.org>
app-emacs/quilt-el/Manifest | 1 -
app-emacs/quilt-el/files/50quilt-el-gentoo.el | 7 -------
| 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<longdescription>
- 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.
-</longdescription>
-<stabilize-allarches/>
-<upstream>
- <remote-id type="savannah-nongnu">quilt</remote-id>
-</upstream>
-</pkgmetadata>
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 <ulm@gentoo.org> (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 <holger@applied-asynchrony.com> (2024-10-11)
# Vendors an unreleased libbpf version and generates ABI-breaking code.
# Bug #941185. Removal on 2024-12-03.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-06 4:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 4:40 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-emacs/quilt-el/, app-emacs/quilt-el/files/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox