commit: a659b30878c0f7ea63bb440c5ea7207feebc1bdc Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 8 20:15:26 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 8 21:19:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a659b308
app-emacs/closql: bump to 2.4.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/closql/Manifest | 1 + app-emacs/closql/closql-2.4.0.ebuild | 37 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index e18a5d658320..a302395455fe 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1 +1,2 @@ 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.4.0.ebuild b/app-emacs/closql/closql-2.4.0.ebuild new file mode 100644 index 000000000000..431a25997470 --- /dev/null +++ b/app-emacs/closql/closql-2.4.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="28.1" + +inherit elisp + +DESCRIPTION="Store EIEIO objects using EmacSQL" +HOMEPAGE="https://github.com/magit/closql/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/magit/${PN}" +else + SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + app-emacs/compat + app-emacs/cond-let + app-emacs/emacsql +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el"
