From ec5aaebcdeb16fd8d2c2b88ea384415da7998a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 13 Jun 2025 20:13:18 +0200 Subject: [PATCH] app-emacs/modus-themes: bump to 4.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/modus-themes/Manifest | 1 + .../modus-themes/modus-themes-4.8.0.ebuild | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 app-emacs/modus-themes/modus-themes-4.8.0.ebuild diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 08702653c41b2..8302fdcc7bba7 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1,2 +1,3 @@ DIST modus-themes-4.6.0.tar.gz 352157 BLAKE2B 3f455919f3ed6e82e5b8c47d4c1f9948b17b367aa3bc96ecda0768f36eff78f8eb10f2d910b3144a6c7687f75604dc2bead8d46b61f97ad829d5636a3459af6f SHA512 4427f2fa1697bcf4ce5d3a7cd782af2e1605f16b7ac38a1ff527795b8a326a5c9537c7e018a0788a9a53fa2c6ad890588d22a86a7cfe103df770e7ded680d23f DIST modus-themes-4.7.0.tar.gz 354720 BLAKE2B 1bc169c76ac3d88f16c294884dc13e12c2952ef2693c8e09e9003a37d094cb3398dfd7bfb8bb28eaf62c094bc39489e68c108d4f46b98fe157db2426110bffbf SHA512 61a22ffdda991e58b0259233dcc711f26b573c9af3e834ccea55ce6d6fb591e53171fb282f99a44daba675b87abf2baa820c287763b05446d162e98762b3db5f +DIST modus-themes-4.8.0.tar.gz 356101 BLAKE2B 59dd530290926f407fbf3ae28bb161be1ef6526707510955dc65c7e156400bcc2b1cda8bdc2b467ef16dd9b53d396a6e3c4c8ca588cb15e76e0be254a920763b SHA512 76add1cc6f0fb74119bcae8c5dc78691a8ea9291dd62cc5872de9a47f36c1f14d2ff9951264de3df98b4eeb1a0d13ee6e8b171dcd00e1dd08dc9ac4f19e9f80f diff --git a/app-emacs/modus-themes/modus-themes-4.8.0.ebuild b/app-emacs/modus-themes/modus-themes-4.8.0.ebuild new file mode 100644 index 0000000000000..b316edcada955 --- /dev/null +++ b/app-emacs/modus-themes/modus-themes-4.8.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 +}