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, 23 Jan 2025 10:17:43 +0000 (UTC) [thread overview]
Message-ID: <1737627456.54cfd852e12bbee587548fee0dee95f14ccf88b8.xgqt@gentoo> (raw)
commit: 54cfd852e12bbee587548fee0dee95f14ccf88b8
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 10:02:01 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 10:17:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54cfd852
app-emacs/ebib: bump to 2.49.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/ebib/Manifest | 1 +
app-emacs/ebib/ebib-2.49.1.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/app-emacs/ebib/Manifest b/app-emacs/ebib/Manifest
index 577d5f8c2268..0507b7e17e7a 100644
--- a/app-emacs/ebib/Manifest
+++ b/app-emacs/ebib/Manifest
@@ -1,2 +1,3 @@
DIST ebib-2.48.gh.tar.gz 1056438 BLAKE2B 153d417084af2fa7fc1fd295d917475944c79ee1f8d4a52714e102074331ce698f7219f66e60383c51e0850bec271660798818c3a1f69f5130eca53a5dc298a5 SHA512 92c3a9842832b865908f7b6212bfdb4bb69c03a132898b35f8046e6707288f7566f2f27e750dc19595e4dcb64314601253cc98dc5f5ddc1caa58781f14e00d9a
+DIST ebib-2.49.1.gh.tar.gz 1057483 BLAKE2B 0b8d4b4c0ce93c91bee86de23098cb69da3e5d90668e80abdd8a28615dcec4e3706454ca34cf3199bc4b094d31a24bccb5ce0e02fa4fb781cb9691ff837b940f SHA512 1b152967f8b8dc589d8a789cf640753dc8689f5fede52b3e6c0c255882f7a1fc7e69f112ff2cfb4f527fcd0bc84d969f887ff8003b1d843854af6b7e42aba4de
DIST ebib-2.49.gh.tar.gz 1057346 BLAKE2B da98f311289c0d5aaeb43d4ae72f675d215be3bef16aa6dadf39ee97404854c031a9896f53e0900750f9eaf13248b66efff5667a51ea4d49d6097a96747bce0b SHA512 02eb59930cfc30c643c4d6fac87e5bf1ae37a644d839ad61778256cad2bc91cb78288514df2edd5fe9088836fded0ce7387c640a56a5f4c2e7ec074b51c34b1e
diff --git a/app-emacs/ebib/ebib-2.49.1.ebuild b/app-emacs/ebib/ebib-2.49.1.ebuild
new file mode 100644
index 000000000000..68bce79a5e88
--- /dev/null
+++ b/app-emacs/ebib/ebib-2.49.1.ebuild
@@ -0,0 +1,48 @@
+# 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}.git"
+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-30.0.0.0
+ >=app-emacs/parsebib-6.2
+"
+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"
+}
next reply other threads:[~2025-01-23 10:18 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 10:17 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-05 0:04 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebib/ Sam James
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=1737627456.54cfd852e12bbee587548fee0dee95f14ccf88b8.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