commit:     23916cf4495179aafa85f3181876764fb44ee178
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 23:18:33 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 23:25:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23916cf4

app-emacs/parsebib: bump to 6.2

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

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

diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index eb4fedc04043..e94d7a69403c 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1 +1,2 @@
 DIST parsebib-4.7.tar.gz 26944 BLAKE2B 
24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb
 SHA512 
ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
+DIST parsebib-6.2.gh.tar.gz 29422 BLAKE2B 
243b13492716dce450f5a84da16b546f91d28e5fe80c45a9b3b4b43a58ad8582c34e2959ef1087d2ae4de19af5c64075572e862456bcf64c569efa475ffcc6cf
 SHA512 
aee541feef91bdee6dd3967defcb205023c44e98c9a860596cc23baf5801902f58248f4b2202a29bb0048b74db3de31c4682872f7770dec8597fd06aef8661eb

diff --git a/app-emacs/parsebib/parsebib-6.2.ebuild 
b/app-emacs/parsebib/parsebib-6.2.ebuild
new file mode 100644
index 000000000000..221165cae481
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-6.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 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