public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebib/
Date: Thu, 07 Aug 2025 20:54:30 +0000 (UTC)	[thread overview]
Message-ID: <1754600066.b4636208ff7750166a5563c57345acc57915df25.xgqt@gentoo> (raw)

commit:     b4636208ff7750166a5563c57345acc57915df25
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  7 20:50:12 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug  7 20:54:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4636208

app-emacs/ebib: bump to 2.51.1

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

 app-emacs/ebib/Manifest           |  1 +
 app-emacs/ebib/ebib-2.51.1.ebuild | 47 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-emacs/ebib/Manifest b/app-emacs/ebib/Manifest
index 788936a24bb3..4852a73ff91f 100644
--- a/app-emacs/ebib/Manifest
+++ b/app-emacs/ebib/Manifest
@@ -1 +1,2 @@
 DIST ebib-2.50.1.gh.tar.gz 1058259 BLAKE2B 3645f474b03ac8f6da1d6f9f6d081a9e42d15605e2168cd9c7d9ea73c2f1e94520dbb415a1808ff276542fe96f17a01f9a76fe37814b15dfe2d77504b3e65732 SHA512 b38962c12c51ade1067e4e69224832fd5486395f24c745d5b13b9c265b3e3dce4637df39e9af6f89ef0c9c6ec397e9e78d57f04b624f48f81eec79e6beae9613
+DIST ebib-2.51.1.gh.tar.gz 1059266 BLAKE2B 547363d23556e4f4428a7d8bde35d63157b55581e453a75ec8b03446bad012d8b63940d602bdf263c66492aafee6f60b78b4c0bdb85b0486d85fdb38c0a9fc74 SHA512 530c4791af4e675d0fa111db54784f03b1e4c35d9d7bcf42ee712e0b3241e4edd77cc828fb52368b2b2ab77e4dc33cfda5c097af172b3b9417c7810ff42aefab

diff --git a/app-emacs/ebib/ebib-2.51.1.ebuild b/app-emacs/ebib/ebib-2.51.1.ebuild
new file mode 100644
index 000000000000..d31d0f45119f
--- /dev/null
+++ b/app-emacs/ebib/ebib-2.51.1.ebuild
@@ -0,0 +1,47 @@
+# 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="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}"
+else
+	SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+	app-emacs/compat
+	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	other threads:[~2025-08-07 20:54 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-07 20:54 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-13  8:07 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebib/ Sam James
2025-08-07 20:54 Maciej Barć
2025-08-07 20:54 Maciej Barć
2025-07-04 21:20 Sam James
2025-06-02 18:13 Maciej Barć
2025-05-14 20:22 Maciej Barć
2025-03-05  0:04 Sam James
2025-01-23 10:17 Maciej Barć
2025-01-23 10:17 Maciej Barć
2025-01-23 10:17 Maciej Barć
2025-01-23  1:55 Jakov Smolić
2025-01-21 23:04 Maciej Barć
2024-12-16 23:26 Maciej Barć
2024-12-16 23:26 Maciej Barć
2024-11-28  0:09 Jakov Smolić
2024-10-30 11:07 Sam James
2024-10-20  0:00 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-27  5:30 Arthur Zamarin
2024-08-26 19:42 Maciej Barć
2024-08-26 19:42 Maciej Barć
2024-08-26 19:42 Maciej Barć
2024-07-25 22:26 Sam James
2024-07-21 19:48 Arthur Zamarin
2024-06-21 23:00 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-06-04 18:23 Arthur Zamarin
2024-04-28 23:53 Maciej Barć
2024-04-28 23:53 Maciej Barć
2024-04-28 23:53 Maciej Barć
2024-04-06 16:37 Arthur Zamarin
2024-03-08 13:09 Arthur Zamarin
2024-03-05 23:07 Maciej Barć
2024-02-06 13:07 Maciej Barć
2024-02-06 13:07 Maciej Barć
2024-01-23 15:08 Sam James
2023-12-20 19:45 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-18  1:31 Maciej Barć
2023-11-07 18:50 Maciej Barć
2022-11-16  2:06 Maciej Barć
2022-11-16  2:06 Maciej Barć
2022-07-12 22:40 Maciej Barć
2022-07-12 22:40 Maciej Barć
2022-06-23  7:48 Maciej Barć
2022-06-17  1:59 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1754600066.b4636208ff7750166a5563c57345acc57915df25.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox