mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/ebib: bump to 2.49
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST ebib-2.44.1.tar.gz 1052796 BLAKE2B 55ddb81ac536091df68ab22536944e8b4cb9c34f402da5fa098897485cf5b658da1c3ee11056f961563981fdabdc8974cec548e53d5b2a22d25773a4f5730b16 SHA512 c8b86ac9eab389cd4d3b3a9a192d110183eff3f7e93772614a898eec7cd63b3ee73e5621642f240679a547ace7ab4deb29a5bc3ea2f6a89ca8e710e1abdef4fb
|
||||
DIST ebib-2.48.gh.tar.gz 1056438 BLAKE2B 153d417084af2fa7fc1fd295d917475944c79ee1f8d4a52714e102074331ce698f7219f66e60383c51e0850bec271660798818c3a1f69f5130eca53a5dc298a5 SHA512 92c3a9842832b865908f7b6212bfdb4bb69c03a132898b35f8046e6707288f7566f2f27e750dc19595e4dcb64314601253cc98dc5f5ddc1caa58781f14e00d9a
|
||||
DIST ebib-2.49.gh.tar.gz 1057346 BLAKE2B da98f311289c0d5aaeb43d4ae72f675d215be3bef16aa6dadf39ee97404854c031a9896f53e0900750f9eaf13248b66efff5667a51ea4d49d6097a96747bce0b SHA512 02eb59930cfc30c643c4d6fac87e5bf1ae37a644d839ad61778256cad2bc91cb78288514df2edd5fe9088836fded0ce7387c640a56a5f4c2e7ec074b51c34b1e
|
||||
|
||||
48
app-emacs/ebib/ebib-2.49.ebuild
Normal file
48
app-emacs/ebib/ebib-2.49.ebuild
Normal file
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user