mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/ef-themes: drop old 1.9.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST ef-themes-1.10.0.tar.gz 190477 BLAKE2B 1dfbc6f66ad04b9575f30fe5e166d6587969e3e071158c93317a75cfd3a6fe3970d413986b5f62006eeaef5fb7bd33f711bb192bbefcb2d11213eb39616586ce SHA512 86c5ab4a9d1154ec2188361276f728ca905d5deebceed7c633c7b36bb98f43174b3e3e348242550ba695182e636bcb5970939db6476b276fb6c2bd3a76d16977
|
||||
DIST ef-themes-1.9.0.tar.gz 188944 BLAKE2B 0ed9baba95408d84b5724df674c62197f65541e9c95a0a2bfc3b3979b41e5ee4eb99a1019b9ea0bd7d9b23859e224db58618c424796ef5c91050c357fa79108e SHA512 6beb0571cfe10c454db4878aaaa8f7fbd630ac24064b3f08b909fc7430b320c7340d7c49b6449e535b86eade6dcc191f2fd6154354890d96129be3ff43d5dad8
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2024 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
|
||||
}
|
||||
Reference in New Issue
Block a user