commit: 8db697a1ea750813144eef0accd45724509e4a97 Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org> AuthorDate: Sun Oct 19 10:07:08 2025 +0000 Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org> CommitDate: Sun Oct 19 10:07:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db697a1
app-emacs/closql: add 2.3.1 Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org> app-emacs/closql/Manifest | 1 + app-emacs/closql/closql-2.3.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index 3deaf50e77d0..4f432d79e1ca 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1,2 +1,3 @@ DIST closql-2.2.2.gh.tar.gz 22033 BLAKE2B 6c9ae780e90f90cf658a33bc41ce2c02c8c8323443eee5908546e5f816340ced2f8a620bee963392c8cc649d810bb0ad1cd7f16f88e73ace7bed0b916b9cd4fc SHA512 e6b93e33f67fd8843524a5835262849220d61b09cfa3676de5c8167bdb8bcc77804381cf489d9e0306f559fdb3aeff7e447ffa956c741afe34c11688a0c38a9e DIST closql-2.3.0.gh.tar.gz 21947 BLAKE2B e3a5845498e0179207122864ab04ed24408bfedb1809c20825345808f598ead5a022b8c76888adeb65d05822d900b75a3bc4005d04763ef616e43b2b0cbe4153 SHA512 526a66b755a6a20eb779b79cef52355caf2c2716a4c31564ae17cbabaaa3de494d2451441e4ed5c4ded879f2df53d0c34292e23619ac942380012fbb31a8962b +DIST closql-2.3.1.gh.tar.gz 21951 BLAKE2B 974bcd057df9ac0aeecfffb4ed2a54ee2d63d087b16ba6913b2c3423e4817bb5d4350dbfe1f2d81e66acf1c7ed8381724d8aae5dd45d8795e5175dbf9fb47302 SHA512 45500c6d59fed3a4cf26b820d42122cff1cd6919e9637a07e73b83a4a3a02559ac2e22b9b861a9acf1c107b36cff09d377a2cf359693f3642ab81aefa9827a98 diff --git a/app-emacs/closql/closql-2.3.1.ebuild b/app-emacs/closql/closql-2.3.1.ebuild new file mode 100644 index 000000000000..71b1cf5d0381 --- /dev/null +++ b/app-emacs/closql/closql-2.3.1.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"
