summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-01-04 20:08:59 +0100
committerUlrich Müller <ulm@gentoo.org>2024-01-04 20:08:59 +0100
commit4e05861beaed724df21585e0022aec3ed5c6e382 (patch)
tree6a37831b36f59a0c92eb46539bbfd7f7cf1938f2 /app-emacs/filladapt
parentsys-auth/skey: update SRC_URI (diff)
downloadgentoo-4e05861beaed724df21585e0022aec3ed5c6e382.tar.gz
gentoo-4e05861beaed724df21585e0022aec3ed5c6e382.tar.bz2
gentoo-4e05861beaed724df21585e0022aec3ed5c6e382.zip
app-emacs/filladapt: drop 2.12-r2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/filladapt')
-rw-r--r--app-emacs/filladapt/Manifest1
-rw-r--r--app-emacs/filladapt/files/filladapt-2.12-backquote.patch11
-rw-r--r--app-emacs/filladapt/filladapt-2.12-r2.ebuild21
3 files changed, 0 insertions, 33 deletions
diff --git a/app-emacs/filladapt/Manifest b/app-emacs/filladapt/Manifest
index e17d5015d05e..13097f33ccfb 100644
--- a/app-emacs/filladapt/Manifest
+++ b/app-emacs/filladapt/Manifest
@@ -1,2 +1 @@
DIST filladapt-2.12.2.el.gz 8535 BLAKE2B 31af33094524bbc1533edad51e2b9b98730af5580abd04d3ff937260a59ac9c5c414b18a08256a4ad0806d4130cc98aaf7f1c4a45ca0f65fd6da24a3602a4387 SHA512 b2ffb9e4c1b0f275ed03dbac8f53f4c07e68c0620d98b14456512ac1e6c1b6a096dd1f350886f07e215101697eda38b0a2dee98a7f61a0fbe136b6f358ac3932
-DIST filladapt-2.12.el.gz 9267 BLAKE2B 81510bd51808f7aaa4874a1127a74bfc7d35c5f1dca0100694853025fd1bc884d75c2023f0e373eb1fe69cc5d423a48d884b4ff5cfdfc82b161f6a404965b6bd SHA512 31bf3dca48129cc25653827678215eb4c62ff777cfbdf0d71142c0cc3111a078b1af316e121b27be2a47c317cfa440ac00e7fbc2bdf3e8ac7d54748297249328
diff --git a/app-emacs/filladapt/files/filladapt-2.12-backquote.patch b/app-emacs/filladapt/files/filladapt-2.12-backquote.patch
deleted file mode 100644
index 83f5f921e2ed..000000000000
--- a/app-emacs/filladapt/files/filladapt-2.12-backquote.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/filladapt.el
-+++ b/filladapt.el
-@@ -86,7 +86,7 @@
- (defmacro defgroup (&rest args)
- nil)
- (defmacro defcustom (var value doc &rest args)
-- (` (defvar (, var) (, value) (, doc))))))
-+ `(defvar ,var ,value ,doc))))
-
- (defgroup filladapt nil
- "Enhanced filling"
diff --git a/app-emacs/filladapt/filladapt-2.12-r2.ebuild b/app-emacs/filladapt/filladapt-2.12-r2.ebuild
deleted file mode 100644
index 096e1c966494..000000000000
--- a/app-emacs/filladapt/filladapt-2.12-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp readme.gentoo-r1
-
-DESCRIPTION="Filladapt enhances the behavior of Emacs' fill functions"
-HOMEPAGE="http://www.wonderworks.com/"
-SRC_URI="mirror://gentoo/${P}.el.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-PATCHES=("${FILESDIR}"/${P}-backquote.patch)
-SITEFILE="50${PN}-gentoo.el"
-DOC_CONTENTS="Filladapt is not enabled as a site default. Add the following
- lines to your ~/.emacs file to enable adaptive fill by default:
- \n\t(require 'filladapt)
- \n\t(setq-default filladapt-mode t)"