Diff dictionary-1.10 with a dictionary-1.11

/usr/portage/app-emacs/dictionary/dictionary-1.11.ebuild 2023-10-09 14:52:28.680368330 +0300
1
# Copyright 1999-2021 Gentoo Authors
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
MY_PN="${PN}-el"
8 9
DESCRIPTION="Emacs package for talking to a dictionary server"
9 10
HOMEPAGE="https://www.myrkr.in-berlin.de/dictionary/index.html"
10
SRC_URI="https://www.myrkr.in-berlin.de/${PN}/${P}.tar.gz"
11
SRC_URI="https://github.com/myrkr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
12
S="${WORKDIR}/${MY_PN}-${PV}"
11 13

  
12 14
LICENSE="GPL-2+"
13 15
SLOT="0"
Thank you!