diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index e2404249625d..c2f05c20ab27 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1 +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 diff --git a/app-emacs/closql/closql-2.3.2.ebuild b/app-emacs/closql/closql-2.3.2.ebuild new file mode 100644 index 000000000000..71b1cf5d0381 --- /dev/null +++ b/app-emacs/closql/closql-2.3.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 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/emacsql +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el"