commit:     2d511523086decf435a415588ba623c7bab438f6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 17:00:16 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 21:52:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d511523

app-emacs/cfrs: bump to 1.7.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/cfrs/Manifest          |  1 +
 app-emacs/cfrs/cfrs-1.7.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-emacs/cfrs/Manifest b/app-emacs/cfrs/Manifest
index 150bfdcc6f4d..91df2da76370 100644
--- a/app-emacs/cfrs/Manifest
+++ b/app-emacs/cfrs/Manifest
@@ -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

diff --git a/app-emacs/cfrs/cfrs-1.7.0.ebuild b/app-emacs/cfrs/cfrs-1.7.0.ebuild
new file mode 100644
index 000000000000..3f9ab983614c
--- /dev/null
+++ b/app-emacs/cfrs/cfrs-1.7.0.ebuild
@@ -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"

Reply via email to