summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-10-23 16:14:08 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-10-23 17:44:04 +0200
commit45d325e13da131534c6dd61e3f80fd86731c7764 (patch)
treee652cd6a1f8cd9efc85c18aaac1c598676acece0 /app-emacs
parentapp-emacs/mastodon: bump to 1.1.1 (diff)
downloadgentoo-45d325e13da131534c6dd61e3f80fd86731c7764.tar.gz
gentoo-45d325e13da131534c6dd61e3f80fd86731c7764.tar.bz2
gentoo-45d325e13da131534c6dd61e3f80fd86731c7764.zip
app-emacs/parsebib: bump to 4.7
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/parsebib/Manifest1
-rw-r--r--app-emacs/parsebib/parsebib-4.7.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest
index 5698b2cc7f44..a125c8188c04 100644
--- a/app-emacs/parsebib/Manifest
+++ b/app-emacs/parsebib/Manifest
@@ -1,2 +1,3 @@
DIST parsebib-4.3.tar.gz 25195 BLAKE2B 9b3031f7f6b8d69b026d1301c95fde6279eedb4cb55a975294d9f32a57508ac14c33c5874da14da7e14de5c58fd7915d9a9132859fb46cf4910d37d963876929 SHA512 b036ff496d4d435cdb6fbcd57b1844601417d94faf34294b593ec7947e40a8f4807de12e17c659e8cc6b0a5a17f62d45c51671b5568cf27f1af9890298324215
DIST parsebib-4.6.tar.gz 25582 BLAKE2B dfae540f42ba7496a8ddc563963275d30000aba9fb4ca0fc8c61e4eb414cf73546b7643c05c6139e2293880467241ef6a9ab72468758cd7ed68a3fa31a564c98 SHA512 20da02173331f0dd5c2d7dd216357f209c2769dd484d1ac3b55c4a5365b755ec4140d354174a611ed91d1805af36a55c8dc9f7b72cbb277267b6dfce7782d16a
+DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d
diff --git a/app-emacs/parsebib/parsebib-4.7.ebuild b/app-emacs/parsebib/parsebib-4.7.ebuild
new file mode 100644
index 000000000000..923544783f24
--- /dev/null
+++ b/app-emacs/parsebib/parsebib-4.7.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