commit: 726563293a644298ce4088ff832655cb9a528f86 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 1 16:34:09 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 17:23:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72656329
app-emacs/modus-themes: bump to 5.2.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/modus-themes/Manifest | 1 + app-emacs/modus-themes/modus-themes-5.2.0.ebuild | 30 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 5d3970365a63..fde6675fa9ad 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1 +1,2 @@ DIST modus-themes-5.1.0.tar.gz 370556 BLAKE2B b2b06f0c016d6727a9179338dd291382cfb826746b04691ebd98fbdc6ff13f85fcc071f1dfd97574ea242707f4e3cf12d748e49413203af1183d61afa72dc103 SHA512 4a7c9b0d13496b5a72eaf27a2fde570e9539c8fb6d67a43659404f382d283d5249b81ccb09da792c789ada54b8e70b94700b07d1f9820440e1f0933649c93a2e +DIST modus-themes-5.2.0.tar.gz 393137 BLAKE2B ff75d59704c1175f715e16eade746e489de385962435d59d8cb188990318c120b4bff80c42f02997b85bc5c86aa88b018dd9a5fd8c99a2edcb35c41ac6a99d6d SHA512 8d954602180231693d6b3ede8ce37845b2d12ee889f400d21da3c194928e0241f620e2c891d6ca506cb2316a44aac89b0c2b81b010328eb4f249899558922525 diff --git a/app-emacs/modus-themes/modus-themes-5.2.0.ebuild b/app-emacs/modus-themes/modus-themes-5.2.0.ebuild new file mode 100644 index 000000000000..b316edcada95 --- /dev/null +++ b/app-emacs/modus-themes/modus-themes-5.2.0.ebuild @@ -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 +}
