app-emacs/cfrs: bump to 1.7.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-07-30 19:00:16 +02:00
parent ae71a243f4
commit 2d51152308
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST cfrs-1.6.0.tar.gz 27891 BLAKE2B 7eeaab09b5376382c07d55492126dba4b45124e626ad4671c0ed3d45c65761a5a044dd63452a7d6de6d00336814a7ee59242b4c3f691294a610b028073fb730d SHA512 a56d9329768b4f06ad55f9d351b98bc22a899b5e9e8c261f296f035b6b8d389f7271705a0e268ce4500dcf3d814a7f8eb881e30d8e3c2aa29376f2de872ed725
DIST cfrs-1.7.0.gh.tar.gz 28044 BLAKE2B a6572b040b701ec91ebcf0710405cdf81f4306e532fbecc9ad052209641600e6cdd5be2d8d78a6903ddba183b3978cc95a1f84ab0e0f06267f8244389c4c2ed8 SHA512 3999c460726fc14532b559abba5b9b48faddc1b12501d9d7f79a71c2540ce2da1032d1bc3bcc59b475157cf00723a7cfa371a7e32276be066c3616def0750aa2

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Child Frame Read String, alternative to read-string"
HOMEPAGE="https://github.com/Alexander-Miller/cfrs/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Alexander-Miller/${PN}"
else
SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
app-emacs/dash
app-emacs/posframe
app-emacs/s
"
BDEPEND="
${RDEPEND}
"
DOCS=( README.org )
SITEFILE="50${PN}-gentoo.el"