diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-05 02:02:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-05 02:02:12 +0000 |
commit | c1c9e565a5696c10e991d8b5372f781ba5f13d5c (patch) | |
tree | 938639ab7f449191027a850aa63b9d51936ccf77 /app-emacs/filladapt | |
parent | 3daf38ec350b4e25244c69eea165b18afd090459 (diff) |
gentoo auto-resync : 05:01:2024 - 02:02:12
Diffstat (limited to 'app-emacs/filladapt')
-rw-r--r-- | app-emacs/filladapt/Manifest | 3 | ||||
-rw-r--r-- | app-emacs/filladapt/files/filladapt-2.12-backquote.patch | 11 | ||||
-rw-r--r-- | app-emacs/filladapt/filladapt-2.12-r2.ebuild | 21 |
3 files changed, 0 insertions, 35 deletions
diff --git a/app-emacs/filladapt/Manifest b/app-emacs/filladapt/Manifest index a8b9cf5d87ec..34e5f3f7fe0c 100644 --- a/app-emacs/filladapt/Manifest +++ b/app-emacs/filladapt/Manifest @@ -1,6 +1,3 @@ -AUX filladapt-2.12-backquote.patch 293 BLAKE2B 2f782e4830e31c8ddd1c13df8a228cbc1e8afe091d468f32542b25818742b7fd2a8ae46f308baa7ebf18e698b56dfc27a9dc515354869f06ef8d0a3436dfc043 SHA512 1f3394561d42792e1f789b36710cc9a0a7e683646cb1f0edecb3d46522f01b6c27b45b3a165daf0fd1014491748ba367eba6423ac604ed2b548be9d50ae35460 DIST filladapt-2.12.2.el.gz 8535 BLAKE2B 31af33094524bbc1533edad51e2b9b98730af5580abd04d3ff937260a59ac9c5c414b18a08256a4ad0806d4130cc98aaf7f1c4a45ca0f65fd6da24a3602a4387 SHA512 b2ffb9e4c1b0f275ed03dbac8f53f4c07e68c0620d98b14456512ac1e6c1b6a096dd1f350886f07e215101697eda38b0a2dee98a7f61a0fbe136b6f358ac3932 -DIST filladapt-2.12.el.gz 9267 BLAKE2B 81510bd51808f7aaa4874a1127a74bfc7d35c5f1dca0100694853025fd1bc884d75c2023f0e373eb1fe69cc5d423a48d884b4ff5cfdfc82b161f6a404965b6bd SHA512 31bf3dca48129cc25653827678215eb4c62ff777cfbdf0d71142c0cc3111a078b1af316e121b27be2a47c317cfa440ac00e7fbc2bdf3e8ac7d54748297249328 -EBUILD filladapt-2.12-r2.ebuild 624 BLAKE2B 91fd835fd79fe66abe934f767ab6dc3f0981aad715cdebe366fdc261688b559076933a5bf424c78cd1ea8e25270ddf02e5b161a07e9dc6435f889d5ba800f25c SHA512 a17b2e08dffd4e2af8dc6390173f41fe9466ef9a20f5ab18a2e8e1d0a8f87ee91dd3f770fcf7367f14c5a694682d09a35aae4c7bcad2139350973cceb31973f4 EBUILD filladapt-2.12.2.ebuild 647 BLAKE2B a7dd08963669a9eaf9517d4857dbfe85fdc64a692324f78bc29f6075a65a06d184def228485227a83988efc1d487eb6e044a2126097d2925e5626a6db262ccbc SHA512 c91e9413715fcf37afc041f470f1e40e7a95951584e21aa775c74e62a30446c34fd7ea3845e480cc3e7b0487f574713ff375c7f2b1b2f786ab79b6f0564b19eb MISC metadata.xml 283 BLAKE2B 81c49021199f71096079a27f9121390fb8c1285c54b9478583ff2d647277fa106ef12456d7097c4be092fc48b514a1adcf855ca0fac911598232ef9eb7f102c0 SHA512 f32b303760addf5d4db8d18bd10fb677353cdfa4c5e545d47804ef756cf5e5a21f8b8efb631b08f802185913ceb98da820e404e06eb03d01fe9ea85c10d1ac13 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)" |