app-emacs/browse-kill-ring: bump to 2.1.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-05-06 10:58:56 +02:00
parent 4bb5cfc0ce
commit 1d5917a57d
2 changed files with 27 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST browse-kill-ring-2.0.0.tar.gz 16559 BLAKE2B 865be7da04bb25ab5bb68dfe7171bf790333a04643146c4cfbbf78dd4685c2264d94629d560277bab12f1dde156511a79e3818936498489b914e5d266d176d4c SHA512 724614ede752e633f0f219732be03af443c19cad146244a1815c131581499d5b856973bee25f053d8ad5296bd6283b2bf6024bbd8b5fcfd03aecf150763ce8ac
DIST browse-kill-ring-2.1.0.gh.tar.gz 17267 BLAKE2B 2905258ecf31562db04ba67faf2baac66c22afa5ededb99b1456a659cc277ee7062de097facbdf91123b94e31bd23cdb7f7a49b66eda49537c28e5aed221abdd SHA512 4365252b849aa39946315550302972e1eb1b9a616945b1686cf792691b425daa2bf5282a97801358c47c39f0da5f59decacab64c38c7d7564c62a5db059637a1
@@ -0,0 +1,26 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit elisp
DESCRIPTION="An improved interface to kill-ring"
HOMEPAGE="https://www.emacswiki.org/emacs/BrowseKillRing
https://github.com/browse-kill-ring/browse-kill-ring"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2+"
SLOT="0"
SITEFILE="50${PN}-gentoo.el"