commit:     727f3869eebd9744cf4be4a3c678725dc4702160
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 16:29:19 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 20:51:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727f3869

app-emacs/parsebib: bump to 6.7

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

 app-emacs/parsebib/Manifest            |  1 +
 app-emacs/parsebib/parsebib-6.7.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index d0e34888fad2..8b3da52b71e8 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1 +1,2 @@
 DIST parsebib-6.6.gh.tar.gz 30312 BLAKE2B 
254087508b80d412ace54511993deec874c141b971eb82c978de15d590ba3d82d056a2d98010c404eb0089f72aa2de6baf524143e741c98b61cf0a07ede3337d
 SHA512 
b622dc8fdc664dae64ce86935d2f84e12e7e4bf6a1f57890277ed38659b0b7d083efebb18fa09914afe308cb6dbb6ae49ddc09b4f161b7ad9b7cfb2b5791cd9b
+DIST parsebib-6.7.gh.tar.gz 30434 BLAKE2B 
55b9baa200b7ed3a013d98fab0989c5d15972e0cf6708fca96b8fa4e013aa0b744d7e8dc0ebf748a6c78b26ae85cb0a95f4f46f953d9a631888f19704665c70e
 SHA512 
11e557c061970507f56d48727a31d11ee62bb47bcb881232b624d1da0f4b6bc3d1708ca1061f079475d3b6763a479c74e81fa9009641b767f5abd7c620fd7b13

diff --git a/app-emacs/parsebib/parsebib-6.7.ebuild 
b/app-emacs/parsebib/parsebib-6.7.ebuild
new file mode 100644
index 000000000000..824632b28588
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-6.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs Lisp library for reading .bib files"
+HOMEPAGE="https://github.com/joostkremers/parsebib/";
+
+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"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test

Reply via email to