Diff icicles-2018.02.13.23733 with a icicles-2018.10.15.23738

/usr/portage/app-emacs/icicles/icicles-2018.10.15.23738.ebuild 2023-10-09 14:52:28.692368330 +0300
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2022 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
7 7

  
8
COMMIT="9e9c37d2a54771c635d00d1fe171cef5eab4d95d"
8 9
DESCRIPTION="Minibuffer input completion and cycling"
9 10
HOMEPAGE="https://www.emacswiki.org/emacs/Icicles"
10 11
# Snapshot of https://github.com/emacsmirror/icicles.git
11 12
# PV is <Version>.<Update #> from header of icicles.el
12
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
13
SRC_URI="https://github.com/emacsmirror/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
14
S="${WORKDIR}/${PN}-${COMMIT}"
13 15

  
14 16
LICENSE="GPL-3+"
15 17
SLOT="0"
16 18
KEYWORDS="~amd64 ~x86"
17 19

  
20
PATCHES=( "${FILESDIR}"/${P}-emacs-28.patch )
18 21
SITEFILE="50${PN}-gentoo.el"
Thank you!