diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-06 05:34:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-06 05:36:43 +0100 |
commit | 842e86174499193fead59ceff5bdccde9e0841dc (patch) | |
tree | da03df7e35637eb1f2ed63f33fc5d843715d7d20 /app-emacs/quilt-el | |
parent | dev-python/beagle: Remove last-rited pkg (diff) | |
download | gentoo-842e86174499193fead59ceff5bdccde9e0841dc.tar.gz gentoo-842e86174499193fead59ceff5bdccde9e0841dc.tar.bz2 gentoo-842e86174499193fead59ceff5bdccde9e0841dc.zip |
app-emacs/quilt-el: Remove last-rited pkg
Closes: https://bugs.gentoo.org/247500
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emacs/quilt-el')
-rw-r--r-- | app-emacs/quilt-el/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/quilt-el/files/50quilt-el-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/quilt-el/files/quilt-el-0.45.4-header-window.patch | 10 | ||||
-rw-r--r-- | app-emacs/quilt-el/metadata.xml | 20 | ||||
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.66.ebuild | 23 |
5 files changed, 0 insertions, 61 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" |