app-emacs/htmlize: drop old 1.58

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-10-03 22:08:02 +02:00
parent 252be4084b
commit 8c1e7a6673
2 changed files with 0 additions and 31 deletions
-1
View File
@@ -1,2 +1 @@
DIST htmlize-1.58.tar.gz 51270 BLAKE2B a4487b167e17692ae8e27e8bf9883ca7a20a936746add90c32ce9da29d678358468ddfbf5ce3e532eb2c34ef151e7fb89999827858e2ba1cb7592eb84c2d2293 SHA512 cd9dcb66f22f3a7d4444dbe92e559234bb03a9608879a7c42c89f2868ecba910d186aeaf8568f96d792a7bd0f40ac0c86c9d6e70323d50390a5b54cf1bd31ede
DIST htmlize-1.59.tar.gz 60902 BLAKE2B 1689774e0fbaa819b65c0f5c2fe691ac341ab772babaa891c86961deb35e9ca7626063109426e588a7f3684ffdb7fcbc1b27b1e2ca37a69c82b0c6c1cdb4dbc7 SHA512 8df2efe789bd365822877ecf250b79e9746713b573250098f4b2fc8a0bf80dd31aa9a530296e4f20567b9766a801e7ef7c72f796567864f343ca80d0ac83a45b
-30
View File
@@ -1,30 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
REAL_PN="emacs-${PN}"
inherit elisp
DESCRIPTION="HTML-ize font-lock buffers in Emacs"
HOMEPAGE="https://www.emacswiki.org/emacs/Htmlize
https://github.com/hniksic/emacs-htmlize"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/hniksic/${REAL_PN}.git"
else
SRC_URI="https://github.com/hniksic/${REAL_PN}/archive/release/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${REAL_PN}-release-${PV}"
KEYWORDS="amd64 ppc x86"
fi
LICENSE="GPL-2+"
SLOT="0"
DOCS=( README.md NEWS )
SITEFILE="50${PN}-gentoo.el"