app-emacs/modus-themes: bump to 4.8.1

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-07-15 23:23:50 +02:00
parent 691eb65124
commit b469aa5829
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST modus-themes-4.8.0.tar.gz 356101 BLAKE2B 59dd530290926f407fbf3ae28bb161be1ef6526707510955dc65c7e156400bcc2b1cda8bdc2b467ef16dd9b53d396a6e3c4c8ca588cb15e76e0be254a920763b SHA512 76add1cc6f0fb74119bcae8c5dc78691a8ea9291dd62cc5872de9a47f36c1f14d2ff9951264de3df98b4eeb1a0d13ee6e8b171dcd00e1dd08dc9ac4f19e9f80f
DIST modus-themes-4.8.1.tar.gz 356643 BLAKE2B 1874c09ea0f2d877856123c994e137331a63f1e2f5448ca8c0e0b81c20c35ee81cbe68586912c7c97d0f8d4cbc3fcde59ffb7672509733eb70450508f65bd23a SHA512 66e59c1a5f02605c828ecc571c4e7c3b586ef9bc217d0ac41a82c4e44299a3bd3ffa8f22824148ee6a29e51249e5c8c71f77ea5ac059049275c6d6be9d97ff53

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Highly accessible themes for GNU Emacs"
HOMEPAGE="https://github.com/protesilaos/modus-themes/"
if [[ ${PV} == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
else
SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
DOCS=( CHANGELOG.org README.md )
SITEFILE="50${PN}-gentoo.el"
src_compile() {
elisp_src_compile
elisp-make-autoload-file
}