app-emacs/ef-themes: bump to 1.11.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-09-27 16:30:43 +02:00
parent 32f31837d0
commit e31feb851c
2 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ef-themes-1.10.0.tar.gz 190477 BLAKE2B 1dfbc6f66ad04b9575f30fe5e166d6587969e3e071158c93317a75cfd3a6fe3970d413986b5f62006eeaef5fb7bd33f711bb192bbefcb2d11213eb39616586ce SHA512 86c5ab4a9d1154ec2188361276f728ca905d5deebceed7c633c7b36bb98f43174b3e3e348242550ba695182e636bcb5970939db6476b276fb6c2bd3a76d16977
DIST ef-themes-1.11.0.tar.gz 191736 BLAKE2B d1712546b07a52e7d569d89efcfcea24acdc3a1d741c49ec343cf28b96ed4bda61d0b82e7f85e3eff26566e3cf4f6e6a5acd5e637772828e79698e06713c4282 SHA512 8249f80d1ffc880f6591eb535a488a0a1bfa0da9fdc79a4f6bbc179ee12055e3af357f4f1e7ffaa6597c1deba2e754cf7b716588e84faf11d1d3c4238fd13a5c

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="27.1"
inherit elisp
DESCRIPTION="Colourful and legible themes for GNU Emacs"
HOMEPAGE="https://github.com/protesilaos/ef-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 README.org contrast-ratios.org )
ELISP_TEXINFO="${PN}.texi"
SITEFILE="50${PN}-gentoo.el"
src_compile() {
elisp-org-export-to texinfo README.org
elisp_src_compile
elisp-make-autoload-file
}