commit: c8fb163f0e8cbb7838465ca4358219852475454a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Jan 27 14:28: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=c8fb163f
app-emacs/closql: drop old 2.0.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/closql/Manifest | 1 - app-emacs/closql/closql-2.0.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-emacs/closql/Manifest b/app-emacs/closql/Manifest index 44d0b1d1ad32..0059cd3165de 100644 --- a/app-emacs/closql/Manifest +++ b/app-emacs/closql/Manifest @@ -1,2 +1 @@ -DIST closql-2.0.0.tar.gz 21841 BLAKE2B 605dc82c16be351385275ec086caf95a6096409c21e4a57a6f8694c6143c367b6a9bf56158b358fa1de72cb10f0ff86079d7abfe8689701ed423717656af7980 SHA512 2112f6d14d043a0bea7bc6e88ef30351f890b51ba84234f1c089266c77d919959fe7e3d6c515944553a4e28876700db2eed228441a873aa28523fc2df27cf440 DIST closql-2.1.0.tar.gz 21814 BLAKE2B bb39bd9c01e397f8e46d4f0821e5a7b230d80c465657d2197efb361b310ba41a97e04996168a8bc378d5c8cb4ff47630902a7378067c62bc3a4f09b761ba616e SHA512 8881481e54b72d20d58b8995e46d0d5755efc6c3e255600d8b3243dc840d99ddcb16d15376ce0b0dc37f3b8633f211aab64e06a50ac2aa1b1cff067a0baa4281 diff --git a/app-emacs/closql/closql-2.0.0.ebuild b/app-emacs/closql/closql-2.0.0.ebuild deleted file mode 100644 index b4284d3d6907..000000000000 --- a/app-emacs/closql/closql-2.0.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 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}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-30.0.0.0 - >=app-emacs/emacsql-4.0.0 -" -BDEPEND="${RDEPEND}" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el"
