From 5a70e2a13d1e672b32229b4912ed7e1bc5c80064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 13 Apr 2026 13:33:06 +0200 Subject: [PATCH] app-emacs/thinks: bump to 1.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/thinks/Manifest | 1 + app-emacs/thinks/thinks-1.13.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 app-emacs/thinks/thinks-1.13.ebuild diff --git a/app-emacs/thinks/Manifest b/app-emacs/thinks/Manifest index 970071151292..87605523ff84 100644 --- a/app-emacs/thinks/Manifest +++ b/app-emacs/thinks/Manifest @@ -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 diff --git a/app-emacs/thinks/thinks-1.13.ebuild b/app-emacs/thinks/thinks-1.13.ebuild new file mode 100644 index 000000000000..24d5d104283b --- /dev/null +++ b/app-emacs/thinks/thinks-1.13.ebuild @@ -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"