commit: cd271177c0edd34ef217d1c1616162609f713b9b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 16:42:39 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 16:56:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd271177
app-emacs/modus-themes: bump to 4.7.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/modus-themes/Manifest | 1 + app-emacs/modus-themes/modus-themes-4.7.0.ebuild | 30 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 9a50216b00ed..08702653c41b 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1 +1,2 @@ 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 diff --git a/app-emacs/modus-themes/modus-themes-4.7.0.ebuild b/app-emacs/modus-themes/modus-themes-4.7.0.ebuild new file mode 100644 index 000000000000..b316edcada95 --- /dev/null +++ b/app-emacs/modus-themes/modus-themes-4.7.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 +}