commit:     390f6cd099552a7c9d2e6a5480d118a970f82848
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 23:12:14 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 23:25:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390f6cd0

app-emacs/ebib: drop old 2.44

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

 app-emacs/ebib/Manifest         |  1 -
 app-emacs/ebib/ebib-2.44.ebuild | 46 -----------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/app-emacs/ebib/Manifest b/app-emacs/ebib/Manifest
index 51e63b0c3c9a..ff8b3b02e870 100644
--- a/app-emacs/ebib/Manifest
+++ b/app-emacs/ebib/Manifest
@@ -1,2 +1 @@
 DIST ebib-2.44.1.tar.gz 1052796 BLAKE2B 
55ddb81ac536091df68ab22536944e8b4cb9c34f402da5fa098897485cf5b658da1c3ee11056f961563981fdabdc8974cec548e53d5b2a22d25773a4f5730b16
 SHA512 
c8b86ac9eab389cd4d3b3a9a192d110183eff3f7e93772614a898eec7cd63b3ee73e5621642f240679a547ace7ab4deb29a5bc3ea2f6a89ca8e710e1abdef4fb
-DIST ebib-2.44.tar.gz 1052892 BLAKE2B 
4f13f602725c761d11162ccab713fa07a3f7100dfc9811f0185ee07edbf76cbebc4b0876ded11c70fc9a8b2704367da6962876c7f6b0c60464ec37f0f5f60988
 SHA512 
4cf49764879003a2a526861504129ea1a8847787e5758102063e0c15b0469c5bdfd3106bdb23bad7159192faed4187c0fa56ecde6abe312e755fa58f23f6ef44

diff --git a/app-emacs/ebib/ebib-2.44.ebuild b/app-emacs/ebib/ebib-2.44.ebuild
deleted file mode 100644
index c84a4057ae3b..000000000000
--- a/app-emacs/ebib/ebib-2.44.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="BibTeX database manager for Emacs"
-HOMEPAGE="https://joostkremers.github.io/ebib/
-       https://github.com/joostkremers/ebib/";
-
-if [[ "${PV}" == *9999* ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git";
-else
-       SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-               -> ${P}.tar.gz"
-
-       KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
-       >=app-emacs/compat-30.0.0.0
-       app-emacs/parsebib
-"
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               app-emacs/with-simulated-input
-       )
-"
-
-DOCS=( README.md docs )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert-runner test
-
-src_install() {
-       elisp_src_install
-
-       doinfo "${PN}.info"
-}

Reply via email to