From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D6DC15852A for ; Mon, 26 Aug 2024 19:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D337E2A13; Mon, 26 Aug 2024 19:42:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32FFDE2A13 for ; Mon, 26 Aug 2024 19:42:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03ADC342FB6 for ; Mon, 26 Aug 2024 19:42:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BF731F1F for ; Mon, 26 Aug 2024 19:42:12 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1724701329.cbf8c6ceaa651c459391b6e7c7acc3cd43ee84da.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ebib/Manifest app-emacs/ebib/ebib-2.43.ebuild X-VCS-Directories: app-emacs/ebib/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: cbf8c6ceaa651c459391b6e7c7acc3cd43ee84da X-VCS-Branch: master Date: Mon, 26 Aug 2024 19:42:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c75d71a-c9c4-49fc-9604-5d729e7070ed X-Archives-Hash: 7727eb3f6feeec3bc1a1f6bf7deae96d commit: cbf8c6ceaa651c459391b6e7c7acc3cd43ee84da Author: Maciej Barć gentoo org> AuthorDate: Mon Aug 26 18:55:14 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Aug 26 19:42:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf8c6ce app-emacs/ebib: bump to 2.43 Signed-off-by: Maciej Barć gentoo.org> app-emacs/ebib/Manifest | 1 + app-emacs/ebib/ebib-2.43.ebuild | 48 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/app-emacs/ebib/Manifest b/app-emacs/ebib/Manifest index e55fab654724..9df8f6e4670f 100644 --- a/app-emacs/ebib/Manifest +++ b/app-emacs/ebib/Manifest @@ -1 +1,2 @@ DIST ebib-2.42.2.tar.gz 1051145 BLAKE2B 5df8b1a50a6538be2632876ac32f077f88c638b3a3312283856c11262c8e80be169806bd81e03af2e45fd13bad39ab124f49a78f88ee345a438007be634290b4 SHA512 b562c9046ae0cf2f02deb08a8bc2b6e58322ee7d8e59e59ddc680779dae0e8182fbe790407369fe6e5db39aaf2bb974b387da63447234716d972f5ef98be920b +DIST ebib-2.43.tar.gz 1052384 BLAKE2B c1a0ace0c754ed6b157d85eaa735a3f367a2dddc5ad30f2406fb23d960fddd7db5b6224a5037d233796b4fe2935f90703ce890c12d908a18e1b63256f2692ba2 SHA512 3857eaeaded544390118d384aefc0b67d1f123fb8f024a157e4ee3643bf2948489699f759456745fbf51d3259f0fa41cd0fa763f59caea43b571b1d0d30ad7ee diff --git a/app-emacs/ebib/ebib-2.43.ebuild b/app-emacs/ebib/ebib-2.43.ebuild new file mode 100644 index 000000000000..688763487ce1 --- /dev/null +++ b/app-emacs/ebib/ebib-2.43.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2024 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/" + +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-29.1.4.4 + 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" +}