app-emacs/thinks: bump to 1.13

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-04-13 13:33:06 +02:00
parent 51f40c5e2b
commit 5a70e2a13d
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST thinks-1.12.tar.gz 3058 BLAKE2B 2a46e6a9896c62fbebdc62e81c68f14e589e0bebb5a4143578f01824be75cb3f94e6772f22bd1d9302305b87721515a6245b2a3f80d3c40a3936c15cfa8edd0c SHA512 31208821c25824cca53744afbce5ec3b94d799652811edac0a140d37c7bbdb7fbe1809be1c2b88a324aef1908493885fd7dcd9eb908440fe56bedc5c6c82ffed
DIST thinks-1.13.gh.tar.gz 15219 BLAKE2B bad8bc9a659b0191c5a005ef161c4348a9f1675cfaa0409d58b92d88c74b8ff713e341e10d31f93d856c2e0affc66819ef7a2dc2ad01292150738e3683909b07 SHA512 2bb5c6628b417d8e0df1353610224d58f5abe96fcad8af5368c2c011ebc5d86e5a447c355142650f5c8f893b621d11f282dbf78ec58094b57527c97de44da86c
+28
View File
@@ -0,0 +1,28 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Insert text in a think bubble"
HOMEPAGE="https://www.davep.org/emacs/
https://github.com/davep/thinks.el/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/davep/${PN}.el"
else
SRC_URI="https://github.com/davep/${PN}.el/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}.el-${PV}"
KEYWORDS="~alpha ~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"