summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-18 21:46:56 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-18 21:52:20 +0200
commitababa8babcf7251ed2401668b5beb66a9059a66f (patch)
tree2a7a070c12a457e45ecfb826a5ec3325aab82745 /app-emacs
parentapp-emacs/indent-bars: bump to 0.7.4 (diff)
downloadgentoo-ababa8babcf7251ed2401668b5beb66a9059a66f.tar.gz
gentoo-ababa8babcf7251ed2401668b5beb66a9059a66f.tar.bz2
gentoo-ababa8babcf7251ed2401668b5beb66a9059a66f.zip
app-emacs/htmlize: bump to 1.58
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/htmlize/Manifest1
-rw-r--r--app-emacs/htmlize/htmlize-1.58.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/htmlize/Manifest b/app-emacs/htmlize/Manifest
index 3adc75deeceb..5163e8104c6b 100644
--- a/app-emacs/htmlize/Manifest
+++ b/app-emacs/htmlize/Manifest
@@ -1 +1,2 @@
DIST htmlize-1.56.tar.gz 50922 BLAKE2B 645a1ceb272711346c9175f06e13821afb056de4a43a309d96b51ef78ca75e662252286f40445cdec2273ab7734045aeec43c9cb9ed451cda76eea6606433411 SHA512 8788fde3cefb27fd82d5859593bbfc9250f9e60962e48eaa79b9c54bcd31574953a4131ce2d562efa2f59a5d725183a851075cd2c868891bf3f810607a2da57e
+DIST htmlize-1.58.tar.gz 51270 BLAKE2B a4487b167e17692ae8e27e8bf9883ca7a20a936746add90c32ce9da29d678358468ddfbf5ce3e532eb2c34ef151e7fb89999827858e2ba1cb7592eb84c2d2293 SHA512 cd9dcb66f22f3a7d4444dbe92e559234bb03a9608879a7c42c89f2868ecba910d186aeaf8568f96d792a7bd0f40ac0c86c9d6e70323d50390a5b54cf1bd31ede
diff --git a/app-emacs/htmlize/htmlize-1.58.ebuild b/app-emacs/htmlize/htmlize-1.58.ebuild
new file mode 100644
index 000000000000..24dfb362af22
--- /dev/null
+++ b/app-emacs/htmlize/htmlize-1.58.ebuild
@@ -0,0 +1,30 @@
+# 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"