Diff mew-6.8 with a mew-6.8_p20230203

/usr/portage/app-emacs/mew/mew-6.8_p20230203.ebuild 2023-10-09 14:52:28.700368330 +0300
1 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
COMMIT="f96266240586898ea44256f6b24743a50e1113cb"
8 9
DESCRIPTION="Great MIME mail reader for Emacs/XEmacs"
9 10
HOMEPAGE="https://www.mew.org/"
10
SRC_URI="https://www.mew.org/Release/${P}.tar.gz"
11
SRC_URI="https://github.com/kazu-yamamoto/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
12
S="${WORKDIR}/${PN^}-${COMMIT}"
11 13

  
12 14
LICENSE="BSD"
13 15
SLOT="0"
......
30 32
src_compile() {
31 33
	emake
32 34
	use l10n_ja && emake jinfo
33
	rm -f info/*~				# remove spurious backup files
34 35
}
35 36

  
36 37
src_install() {
Thank you!