commit: 7194b1d10626e7d5c555d1b0115899f0be8f47d7 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Jan 27 14:40:37 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Jan 27 14:51:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7194b1d1
app-emacs/closql: bump to 2.2.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/closql/Manifest | 1 + app-emacs/closql/closql-2.2.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index 0059cd3165de..2cee244ed6da 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1 +1,2 @@ DIST closql-2.1.0.tar.gz 21814 BLAKE2B bb39bd9c01e397f8e46d4f0821e5a7b230d80c465657d2197efb361b310ba41a97e04996168a8bc378d5c8cb4ff47630902a7378067c62bc3a4f09b761ba616e SHA512 8881481e54b72d20d58b8995e46d0d5755efc6c3e255600d8b3243dc840d99ddcb16d15376ce0b0dc37f3b8633f211aab64e06a50ac2aa1b1cff067a0baa4281 +DIST closql-2.2.0.gh.tar.gz 21879 BLAKE2B aeab165790a0573e355614688c3eec81d2d63e265df561608a0897ac6a0e159f481f69e6ca3e20a260c91a63ec9e4837e600ae3feaf3fa3eb1bbede9a66aabaf SHA512 3914953d6241a6f0a276803dd1bb80cddd5667d00d891d14255864b7b2394cad8e4f78fc2d270d63dba8967088bbf612479a47da53d7841e4e59f9777f5482f3 diff --git a/app-emacs/closql/closql-2.2.0.ebuild b/app-emacs/closql/closql-2.2.0.ebuild new file mode 100644 index 000000000000..d0897c2021ae --- /dev/null +++ b/app-emacs/closql/closql-2.2.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="27.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}.git" +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-30.0.0.0 + >=app-emacs/emacsql-4.1.0 +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el"
