Сравнение multiple-cursors-1.4.0 с multiple-cursors-1.5.0

/usr/portage/app-emacs/multiple-cursors/multiple-cursors-1.5.0.ebuild 2025-07-29 16:22:12.552447973 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2025 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 8
DESCRIPTION="Multiple cursors for Emacs"
9
HOMEPAGE="https://github.com/magnars/multiple-cursors.el"
10
SRC_URI="https://github.com/magnars/${PN}.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
9
HOMEPAGE="https://github.com/magnars/multiple-cursors.el/"
10

  
11
if [[ "${PV}" == *9999* ]] ; then
12
	inherit git-r3
13

  
14
	EGIT_REPO_URI="https://github.com/magnars/${PN}.el"
15
else
16
	SRC_URI="https://github.com/magnars/${PN}.el/archive/${PV}.tar.gz
17
		-> ${P}.gh.tar.gz"
18
	S="${WORKDIR}/${PN}.el-${PV}"
19

  
20
	KEYWORDS="~amd64 ~x86"
21
fi
11 22

  
12 23
LICENSE="GPL-3+"
13 24
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
15 25

  
16
S="${WORKDIR}/${PN}.el-${PV}"
26
DOCS=( README.md )
17 27
SITEFILE="50${PN}-gentoo.el"
18
DOCS="README.md"
19 28

  
20 29
src_compile() {
21 30
	elisp-compile *.el
Спасибо!