commit: ca523fafab0f932975b458b250859bf2c4073b0d Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 21:19:27 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=ca523faf
app-emacs/closql: drop old 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 deletions(-) diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index 85031bd28266..b8679eeaea42 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1,3 +1,2 @@ -DIST closql-2.2.0.gh.tar.gz 21879 BLAKE2B aeab165790a0573e355614688c3eec81d2d63e265df561608a0897ac6a0e159f481f69e6ca3e20a260c91a63ec9e4837e600ae3feaf3fa3eb1bbede9a66aabaf SHA512 3914953d6241a6f0a276803dd1bb80cddd5667d00d891d14255864b7b2394cad8e4f78fc2d270d63dba8967088bbf612479a47da53d7841e4e59f9777f5482f3 DIST closql-2.2.1.gh.tar.gz 21904 BLAKE2B d4b98f3b46123273a97f77f62224106fe84f1d9c7d34973b1df0239885a9c1aa66f520197877f2c0ca180c77389f9ac3489ac8d907a3cb47a36d75da6260e476 SHA512 f76d9b9da1fc0bfa9873cfda4aed5e9c9a0c9128d3afc370afd1cca03a7a79d584912c5537b4a3ea3e245fd2f1a615bad9bf7afc5fcfc38a1df3efd5b4916ab1 DIST closql-2.2.2.gh.tar.gz 22033 BLAKE2B 6c9ae780e90f90cf658a33bc41ce2c02c8c8323443eee5908546e5f816340ced2f8a620bee963392c8cc649d810bb0ad1cd7f16f88e73ace7bed0b916b9cd4fc SHA512 e6b93e33f67fd8843524a5835262849220d61b09cfa3676de5c8167bdb8bcc77804381cf489d9e0306f559fdb3aeff7e447ffa956c741afe34c11688a0c38a9e diff --git a/app-emacs/closql/closql-2.2.0.ebuild b/app-emacs/closql/closql-2.2.0.ebuild deleted file mode 100644 index d0897c2021ae..000000000000 --- a/app-emacs/closql/closql-2.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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"
