commit:     6132717f2cbba4e4d116557d409493185947a6d6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 21:19:47 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=6132717f

app-emacs/closql: drop old 2.2.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/closql/Manifest            |  1 -
 app-emacs/closql/closql-2.2.1.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest
index b8679eeaea42..641b45981b3d 100644
--- a/app-emacs/closql/Manifest
+++ b/app-emacs/closql/Manifest
@@ -1,2 +1 @@
-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.1.ebuild 
b/app-emacs/closql/closql-2.2.1.ebuild
deleted file mode 100644
index d0897c2021ae..000000000000
--- a/app-emacs/closql/closql-2.2.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="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"

Reply via email to