app-emacs/ef-themes: bump to 2.0.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-11-12 10:54:14 +01:00
parent 2dcb9b1b4c
commit e491a2073a
2 changed files with 44 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
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
DIST ef-themes-2.0.0.gh.tar.gz 144628 BLAKE2B f81fa7d84a297b259c44ee354331c56618d5d90d2cb2660f22931944bdfc1dd1d28d81d7008a9c91e715b945ccf535ea14baacf9bdeb76d28ee4ab5f00a296d9 SHA512 733439763b98e2f90368cefd33d1c5381c160fac09994215b7c14e4e6827770fc0840251b13804bd175d340ee5a1e30d3ad077b9caa70f10637eb9df960fd6e7

View File

@@ -0,0 +1,43 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="28.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}"
else
SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
app-emacs/modus-themes
"
BDEPEND="
${RDEPEND}
"
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
}