diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-10-17 17:41:05 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-10-17 17:51:21 +0200 |
commit | 91d6e86c771ab7b5d74a78e60ca54753767c05ee (patch) | |
tree | ba73b1f101fe87e2022af7a5f861c38312a2727d /app-emacs | |
parent | app-emacs/gptel: bump to 0.9.6 (diff) | |
download | gentoo-91d6e86c771ab7b5d74a78e60ca54753767c05ee.tar.gz gentoo-91d6e86c771ab7b5d74a78e60ca54753767c05ee.tar.bz2 gentoo-91d6e86c771ab7b5d74a78e60ca54753767c05ee.zip |
app-emacs/parsebib: bump to 4.6
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/parsebib/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/parsebib/parsebib-4.6.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest index fa2fac30bfad..5698b2cc7f44 100644 --- a/app-emacs/parsebib/Manifest +++ b/app-emacs/parsebib/Manifest @@ -1 +1,2 @@ DIST parsebib-4.3.tar.gz 25195 BLAKE2B 9b3031f7f6b8d69b026d1301c95fde6279eedb4cb55a975294d9f32a57508ac14c33c5874da14da7e14de5c58fd7915d9a9132859fb46cf4910d37d963876929 SHA512 b036ff496d4d435cdb6fbcd57b1844601417d94faf34294b593ec7947e40a8f4807de12e17c659e8cc6b0a5a17f62d45c51671b5568cf27f1af9890298324215 +DIST parsebib-4.6.tar.gz 25582 BLAKE2B dfae540f42ba7496a8ddc563963275d30000aba9fb4ca0fc8c61e4eb414cf73546b7643c05c6139e2293880467241ef6a9ab72468758cd7ed68a3fa31a564c98 SHA512 20da02173331f0dd5c2d7dd216357f209c2769dd484d1ac3b55c4a5365b755ec4140d354174a611ed91d1805af36a55c8dc9f7b72cbb277267b6dfce7782d16a diff --git a/app-emacs/parsebib/parsebib-4.6.ebuild b/app-emacs/parsebib/parsebib-4.6.ebuild new file mode 100644 index 000000000000..923544783f24 --- /dev/null +++ b/app-emacs/parsebib/parsebib-4.6.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}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD" +SLOT="0" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" + +elisp-enable-tests ert-runner test |