commit: 7ea9e4c2fcaad060c72232b86742ff09c5b23573 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jun 5 12:53:08 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jun 5 17:03:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea9e4c2
app-emacs/bm: bump to 202506 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/bm/Manifest | 1 + app-emacs/bm/bm-202506.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/app-emacs/bm/Manifest b/app-emacs/bm/Manifest index 5dfc48072c2a..4b2474a9d84e 100644 --- a/app-emacs/bm/Manifest +++ b/app-emacs/bm/Manifest @@ -1 +1,2 @@ DIST bm-202309.tar.gz 24328 BLAKE2B 43c4a1306dcfb652f433240bc2a0943b6e71c6bc7b9851eb201d19bcea284dee70351b635cc4964a8e5d7a89481d9bf7eb143889edf3eeb31763866a6e8705b2 SHA512 9a5784c9a59c24dcfa5781d841b8030c47af62c36898071cc47c9c5fc302ad238438b3babd3efd28f487d99b6ad7cce4ddaa685709fcd1cd27b59abc7c43ff5e +DIST bm-202506.gh.tar.gz 24525 BLAKE2B a95490fd16a322113c51653ae976547e13196c62f4daa838c00227f11dcd302916b300fbf7a63f26a6aa2a3c774d7b184edf50dcb49669d2aebb1ecb93268917 SHA512 49211e48a313959b100bef453c860a785814a437accc5dab8c24d55b726a5331f11c5cb5ec9ffa545faa13687bd0d12f9cfd0341f022edfd4c3c756ef7eac243 diff --git a/app-emacs/bm/bm-202506.ebuild b/app-emacs/bm/bm-202506.ebuild new file mode 100644 index 000000000000..79a618f12985 --- /dev/null +++ b/app-emacs/bm/bm-202506.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Visible bookmarks in buffer" +HOMEPAGE="https://joodland.github.io/bm/ + https://www.emacswiki.org/emacs/VisibleBookmarks" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/joodland/bm" +else + SRC_URI="https://github.com/joodland/bm/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz" + + KEYWORDS="~amd64 ~sparc ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" + +elisp-enable-tests ert "${S}" -l bm-tests.el + +src_install() { + rm bm-tests.el* || die + + elisp_src_install +}
