app-emacs/tp: drop old 0.7

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-04-15 17:13:03 +02:00
parent f80fefba6e
commit cbd71d7ed1
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST tp-0.7.tar.gz 18690 BLAKE2B f346ed90f4aeace7890aff770499eb0c208068ba18077c71f0ca9143d3381b05989d0293fc831f74cc8380fc947206d7e5b0a371e5ed092c4a3ad59b371966da SHA512 a2fcb32d1b13d72cd3ee702bf5945688f4bf3051a6c4e169cd6c74990cf86dc85b1bdbf802fa94118d82383131a910238594edd83937f843d65eb95db6f7a2e1
DIST tp-0.8.tar.gz 18867 BLAKE2B fae434e9cb3651696e06dc292f5dbceaa004f59b709c6993aa4b2a36baa0a06f8935c2833643619dac0781b33938d21f4d932035cc6f727f47589a4bc6ed2517 SHA512 a49130d2e10daf65fed421e2e7551246268de3ab126d1c73d7eb4fe40991188aa960cbf997d395f3e5c424658dd68b9a8369fc871e8714eab21625caaaa6937d

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2025 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"