summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-06 12:15:07 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-06 14:07:23 +0100
commitbd3e772ccc84e55eac60c300248bf6cda3a8bb54 (patch)
treefae80b66749ff278ea8e1e88f264abe902d707da /app-emacs/ebib
parentsci-electronics/nvc: bump to 1.11.3 (diff)
downloadgentoo-bd3e772ccc84e55eac60c300248bf6cda3a8bb54.tar.gz
gentoo-bd3e772ccc84e55eac60c300248bf6cda3a8bb54.tar.bz2
gentoo-bd3e772ccc84e55eac60c300248bf6cda3a8bb54.zip
app-emacs/ebib: drop old 2.39.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/ebib')
-rw-r--r--app-emacs/ebib/Manifest1
-rw-r--r--app-emacs/ebib/ebib-2.39.4.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/app-emacs/ebib/Manifest b/app-emacs/ebib/Manifest
index 76ac76cbbc0e..72248ebf3eba 100644
--- a/app-emacs/ebib/Manifest
+++ b/app-emacs/ebib/Manifest
@@ -1,2 +1 @@
-DIST ebib-2.39.4.tar.gz 1048822 BLAKE2B 66fcfb8139cccee1e4ef5ec23fa8a79849a9b0ef9121a2e901b19b1d0cbdeea3404c9d78588636599ccb8f8af57aa2fe589e9b7b3b8f6ac155b1693c5cf454a4 SHA512 83e3291de1407163854316b5fe2e0bea3363578a8ee9bd75b3ec6e3dbf739b92c3966dca7151eaa40514cd18ddf582cd4bebe18a677432ef2b350458607bd77b
DIST ebib-2.40.3.tar.gz 1049725 BLAKE2B 651716ed5465a4ef93b149ab84018d7daf3ffa1df404b95625a9c3666a1dbbe3d879f180dae92aa619e70121757c4a3b7f566bfc8aed1542b2828de25775b6ff SHA512 4231f5732990828aa19d9d723fb9b74bf761e8034de24fce4748b95a4d969d5a3bbbdc443b4f1a4a88b945b01ded958ae467da4222b546121513a26759419bd6
diff --git a/app-emacs/ebib/ebib-2.39.4.ebuild b/app-emacs/ebib/ebib-2.39.4.ebuild
deleted file mode 100644
index f02b78b84f02..000000000000
--- a/app-emacs/ebib/ebib-2.39.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="BibTeX database manager for Emacs"
-HOMEPAGE="https://joostkremers.github.io/ebib/
- https://github.com/joostkremers/ebib/"
-SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-emacs/parsebib"
-BDEPEND="
- ${RDEPEND}
- test? (
- app-emacs/ert-runner
- app-emacs/with-simulated-input
- )
-"
-
-DOCS=( README.md docs )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
- ert-runner -L . -L test --reporter ert+duration --script test || die
-}
-
-src_install() {
- elisp_src_install
- doinfo ${PN}.info
-}