commit: 88ed99c2a91602a4d19f1c33e1113b15696a30f8 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 21:25:33 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Sep 18 21:50:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ed99c2
app-emacs/closql: bump to 2.3.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/closql/Manifest | 1 + app-emacs/closql/closql-2.3.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index 641b45981b3d..3deaf50e77d0 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1 +1,2 @@ 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 diff --git a/app-emacs/closql/closql-2.3.0.ebuild b/app-emacs/closql/closql-2.3.0.ebuild new file mode 100644 index 000000000000..71b1cf5d0381 --- /dev/null +++ b/app-emacs/closql/closql-2.3.0.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"
