commit: c8dea0a3fc48a2daf5a1ab53ca2ccfb259217522 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Feb 23 17:26:08 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Feb 23 19:37:15 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dea0a3
app-emacs/tp: bump to 0.8 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/tp/Manifest | 1 + app-emacs/tp/tp-0.8.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/app-emacs/tp/Manifest b/app-emacs/tp/Manifest index ebda2151951a..61cf7fce3ab7 100644 --- a/app-emacs/tp/Manifest +++ b/app-emacs/tp/Manifest @@ -1 +1,2 @@ DIST tp-0.7.tar.gz 18690 BLAKE2B f346ed90f4aeace7890aff770499eb0c208068ba18077c71f0ca9143d3381b05989d0293fc831f74cc8380fc947206d7e5b0a371e5ed092c4a3ad59b371966da SHA512 a2fcb32d1b13d72cd3ee702bf5945688f4bf3051a6c4e169cd6c74990cf86dc85b1bdbf802fa94118d82383131a910238594edd83937f843d65eb95db6f7a2e1 +DIST tp-0.8.tar.gz 18867 BLAKE2B fae434e9cb3651696e06dc292f5dbceaa004f59b709c6993aa4b2a36baa0a06f8935c2833643619dac0781b33938d21f4d932035cc6f727f47589a4bc6ed2517 SHA512 a49130d2e10daf65fed421e2e7551246268de3ab126d1c73d7eb4fe40991188aa960cbf997d395f3e5c424658dd68b9a8369fc871e8714eab21625caaaa6937d diff --git a/app-emacs/tp/tp-0.8.ebuild b/app-emacs/tp/tp-0.8.ebuild new file mode 100644 index 000000000000..7508ed4bbd5e --- /dev/null +++ b/app-emacs/tp/tp-0.8.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="28.1" + +inherit elisp + +DESCRIPTION="Utilities to create transient menus for POSTing to an API for GNU Emacs" +HOMEPAGE="https://codeberg.org/martianh/tp.el/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://codeberg.org/martianh/${PN}.el.git" +else + SRC_URI="https://codeberg.org/martianh/${PN}.el/archive/${PV}.tar.gz + -> ${P}.tar.gz" + S="${WORKDIR}/${PN}.el" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + >=app-editors/emacs-${NEED_EMACS}[json(+)] + app-emacs/transient +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( readme.org ) +SITEFILE="50${PN}-gentoo.el"
