commit:     4fad1ba6748ba34efe42acddfb2c406b6e3a0931
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  8 20:16:50 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan  8 21:19:41 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fad1ba6

app-emacs/closql: sync live 9999 version

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

 app-emacs/closql/closql-9999.ebuild | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/app-emacs/closql/closql-9999.ebuild 
b/app-emacs/closql/closql-9999.ebuild
index 576267832133..431a25997470 100644
--- a/app-emacs/closql/closql-9999.ebuild
+++ b/app-emacs/closql/closql-9999.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-NEED_EMACS=27.1
+NEED_EMACS="28.1"
 
 inherit elisp
 
 DESCRIPTION="Store EIEIO objects using EmacSQL"
-HOMEPAGE="https://github.com/magit/closql";
+HOMEPAGE="https://github.com/magit/closql/";
 
-if [[ ${PV} == *9999* ]] ; then
+if [[ "${PV}" == *9999* ]] ; then
        inherit git-r3
-       EGIT_REPO_URI="https://github.com/magit/${PN}.git";
+
+       EGIT_REPO_URI="https://github.com/magit/${PN}";
 else
        SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz"
+               -> ${P}.gh.tar.gz"
+
        KEYWORDS="~amd64"
 fi
 
@@ -23,10 +25,13 @@ LICENSE="GPL-3+"
 SLOT="0"
 
 RDEPEND="
-       >=app-emacs/compat-30.0.0.0
-       >=app-emacs/emacsql-4.1.0
+       app-emacs/compat
+       app-emacs/cond-let
+       app-emacs/emacsql
+"
+BDEPEND="
+       ${RDEPEND}
 "
-BDEPEND="${RDEPEND}"
 
 DOCS=( README.org )
 SITEFILE="50${PN}-gentoo.el"

Reply via email to