commit: 8d47d6723cd5cc2471d85bb015a8dd0327692287 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Oct 29 22:58:05 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Oct 29 23:22:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d47d672
app-emacs/modus-themes: bump to 4.6.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/modus-themes/Manifest | 1 + app-emacs/modus-themes/modus-themes-4.6.0.ebuild | 30 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 5b8258e1f8d4..25da40c502c8 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1 +1,2 @@ DIST modus-themes-4.5.0.tar.gz 342760 BLAKE2B 2d9c37646d8c9b2374b6d8eaed9f34e586d43f54059974a9f79c29694a3ac1d8404560b8a05baab88e56cee6a561b7cd9e7fd8f333f9c6614eab50dfb9bba41f SHA512 063f4f9a0ef32130adc8551b6c278d804942f7288af2276a83ce959b0e12be7bb96b83c2e8a2c76598b27c4ea9b38651ce1d0600e852160b2569201e0d2b3028 +DIST modus-themes-4.6.0.tar.gz 352157 BLAKE2B 3f455919f3ed6e82e5b8c47d4c1f9948b17b367aa3bc96ecda0768f36eff78f8eb10f2d910b3144a6c7687f75604dc2bead8d46b61f97ad829d5636a3459af6f SHA512 4427f2fa1697bcf4ce5d3a7cd782af2e1605f16b7ac38a1ff527795b8a326a5c9537c7e018a0788a9a53fa2c6ad890588d22a86a7cfe103df770e7ded680d23f diff --git a/app-emacs/modus-themes/modus-themes-4.6.0.ebuild b/app-emacs/modus-themes/modus-themes-4.6.0.ebuild new file mode 100644 index 000000000000..8388a1ab7603 --- /dev/null +++ b/app-emacs/modus-themes/modus-themes-4.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 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 +}
