mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-emacs/quilt-el: Remove old.
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"))
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user