app-emacs/quilt-el: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Fri, 1 Nov 2019 19:35:40 +0000 (20:35 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 1 Nov 2019 19:35:58 +0000 (20:35 +0100)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/quilt-el/Manifest
app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch [deleted file]
app-emacs/quilt-el/quilt-el-0.48.0.ebuild [deleted file]

index 7856ee2868543ded04fae2b3f8a8d60e28db0b21..380e0647ab0632af2047fdb09bf19a1807ea385c 100644 (file)
@@ -1,2 +1 @@
 DIST quilt-0.66.tar.gz 413069 BLAKE2B 41201d54cb26d4761413365fe19b65bd6971ada1e69198d2edbc346df6a3060ff3af4d80551d68ab4ffe003183bc0a28515ce1d070db95f2b1a04a0680ac4fb2 SHA512 c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4
-DIST quilt-el-0.48.0.tar.gz 13147 BLAKE2B 595e7d12c24095df3c0d12de607b4e43e36345b53f9d89e6ea6ea781ed25f893d5100e3a023b4f5bc0aee11dcf93a7ef3862fabe28c8eda98a43dce634969444 SHA512 0a198ef0f8354c927c4527bb7a3e99fd6d12f17cbe65c736341c527de440d144581205337163912ce04f83749c31833221cc4153d5736ffec060ad4ade73c694
diff --git a/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch b/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch
deleted file mode 100644 (file)
index aa1bf5c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- quilt-el-0.48.0-orig/quilt.el
-+++ quilt-el-0.48.0/quilt.el
-@@ -49,7 +49,7 @@
- (defun quilt-find-dir (fn)
-   "Return the top level dir of quilt from FN."
--  (if (or (not fn) (equal fn "/"))
-+  (if (or (not fn) (equal fn (file-name-directory fn)))
-       nil
-     (let ((d (file-name-directory fn)))
-       (if (file-accessible-directory-p (concat d "/.pc"))
diff --git a/app-emacs/quilt-el/quilt-el-0.48.0.ebuild b/app-emacs/quilt-el/quilt-el-0.48.0.ebuild
deleted file mode 100644 (file)
index 3cbadd1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp eutils
-
-DESCRIPTION="Quilt mode for Emacs"
-HOMEPAGE="http://satoru-takeuchi.org/dev/quilt-el/"
-SRC_URI="http://satoru-takeuchi.org/dev/${PN}/download/${P}.tar.gz"
-
-LICENSE="GPL-1+"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
-
-RDEPEND="dev-util/quilt"
-
-ELISP_PATCHES="${P}-tramp-recursion.patch
-       ${PN}-0.45.4-header-window.patch"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README changelog"