Diff doom-themes-2.1.6_p20220505 with a doom-themes-2.3.0

/usr/portage/app-emacs/doom-themes/doom-themes-2.3.0.ebuild 2023-10-09 14:52:28.680368330 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
COMMIT=e9bdd137116fa2037ed60037b8421cf68c64888d
7

  
8 6
inherit elisp
9 7

  
10 8
DESCRIPTION="Opinionated megapack of modern color-themes for GNU Emacs"
11 9
HOMEPAGE="https://github.com/doomemacs/themes/"
12
SRC_URI="https://github.com/doomemacs/themes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
13
S="${WORKDIR}"/themes-${COMMIT}
10
SRC_URI="https://github.com/doomemacs/themes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
S="${WORKDIR}"/themes-${PV}
14 12

  
15 13
LICENSE="MIT"
16 14
KEYWORDS="~amd64 ~x86"
Thank you!