summaryrefslogtreecommitdiff
path: root/app-emacs/closql
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-09 07:17:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-09 07:17:37 +0000
commita37a4d621a482875d32fb10b2b640d82223df815 (patch)
tree1be03b290aa2cb35e920d9267b54e50c71f8f77c /app-emacs/closql
parent7e85a2e8007e4316a70de0992a1c088d480ba7b0 (diff)
downloadbaldeagleos-repo-a37a4d621a482875d32fb10b2b640d82223df815.tar.gz
baldeagleos-repo-a37a4d621a482875d32fb10b2b640d82223df815.tar.xz
baldeagleos-repo-a37a4d621a482875d32fb10b2b640d82223df815.zip
Adding metadata
Diffstat (limited to 'app-emacs/closql')
-rw-r--r--app-emacs/closql/Manifest2
-rw-r--r--app-emacs/closql/closql-2.4.0.ebuild (renamed from app-emacs/closql/closql-2.3.1.ebuild)3
-rw-r--r--app-emacs/closql/closql-9999.ebuild23
3 files changed, 17 insertions, 11 deletions
diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest
index c2f05c20ab27..a302395455fe 100644
--- a/app-emacs/closql/Manifest
+++ b/app-emacs/closql/Manifest
@@ -1,2 +1,2 @@
-DIST closql-2.3.1.gh.tar.gz 21951 BLAKE2B 974bcd057df9ac0aeecfffb4ed2a54ee2d63d087b16ba6913b2c3423e4817bb5d4350dbfe1f2d81e66acf1c7ed8381724d8aae5dd45d8795e5175dbf9fb47302 SHA512 45500c6d59fed3a4cf26b820d42122cff1cd6919e9637a07e73b83a4a3a02559ac2e22b9b861a9acf1c107b36cff09d377a2cf359693f3642ab81aefa9827a98
DIST closql-2.3.2.gh.tar.gz 21897 BLAKE2B 002c58daca84976bbd520577ece66d802c450a8496d310250e5ef3169158a12a59e5f8efdb050e1e4b70d8475a4bb2e010708f30f64d7004cdf1ec744c739650 SHA512 b711152aa4a152e5b372199e5d0e5d8fc2448fd234bf6c3b15b068439c272c55c392dea01c6557350755c1da041ee7c105e7a1d33c169e8557ce4752368fbedd
+DIST closql-2.4.0.gh.tar.gz 22116 BLAKE2B 3053362b070498966066b782db01e5df2ecc808340bc222c3048199719c7d6b7bc6438444dd27f71fa30a6a47fea86bf244946721c6d04fa216bc155fb55b1de SHA512 7383a4e89a7b76dfb21590d6fb54d332932d16cb3ef28c684525ba3226da12fd07b45706f6b2dc74baf5c8c160e1bc9e9fba2f3ab2aa58fdd66aaeeba894c748
diff --git a/app-emacs/closql/closql-2.3.1.ebuild b/app-emacs/closql/closql-2.4.0.ebuild
index 71b1cf5d0381..431a25997470 100644
--- a/app-emacs/closql/closql-2.3.1.ebuild
+++ b/app-emacs/closql/closql-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,6 +26,7 @@ SLOT="0"
RDEPEND="
app-emacs/compat
+ app-emacs/cond-let
app-emacs/emacsql
"
BDEPEND="
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"