commit: 9dcdf27315ad19c7329afd0b57388a9cbd2f5179 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 8 20:08:08 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 8 21:19:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcdf273
app-emacs/closql: drop old 2.3.1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/closql/Manifest | 1 - app-emacs/closql/closql-2.3.1.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index c2f05c20ab27..e18a5d658320 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1,2 +1 @@ -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.1.ebuild b/app-emacs/closql/closql-2.3.1.ebuild deleted file mode 100644 index 71b1cf5d0381..000000000000 --- a/app-emacs/closql/closql-2.3.1.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="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"
