Diff filladapt-2.12-r2 with a filladapt-2.12.2

/usr/portage/app-emacs/filladapt/filladapt-2.12.2.ebuild 2023-10-09 14:52:28.688368330 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit elisp readme.gentoo-r1
7 7

  
8 8
DESCRIPTION="Filladapt enhances the behavior of Emacs' fill functions"
9
HOMEPAGE="http://www.wonderworks.com/"
10
SRC_URI="mirror://gentoo/${P}.el.gz"
9
HOMEPAGE="http://www.wonderworks.com/
10
	https://elpa.gnu.org/packages/filladapt.html"
11
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.gz"
11 12

  
12
LICENSE="GPL-2+"
13
LICENSE="GPL-3+"
13 14
SLOT="0"
14 15
KEYWORDS="amd64 ppc x86"
15 16

  
16
PATCHES=("${FILESDIR}"/${P}-backquote.patch)
17 17
SITEFILE="50${PN}-gentoo.el"
18 18
DOC_CONTENTS="Filladapt is not enabled as a site default. Add the following
19 19
	lines to your ~/.emacs file to enable adaptive fill by default:
Thank you!