summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-15 09:44:55 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-15 10:38:17 +0200
commitcfa30198227e09113fe64b416e3c9c7152962ca0 (patch)
treefaaaded04439684bbd5d4f5d9481e2563c07195e /app-emacs
parentnet-ftp/proftpd: bump up to 1.3.6a (diff)
downloadgentoo-cfa30198227e09113fe64b416e3c9c7152962ca0.tar.gz
gentoo-cfa30198227e09113fe64b416e3c9c7152962ca0.tar.bz2
gentoo-cfa30198227e09113fe64b416e3c9c7152962ca0.zip
app-emacs/bm: Version bump.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/bm/Manifest1
-rw-r--r--app-emacs/bm/bm-201905.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/bm/Manifest b/app-emacs/bm/Manifest
index 5aa297913691..cf2f352f98c5 100644
--- a/app-emacs/bm/Manifest
+++ b/app-emacs/bm/Manifest
@@ -1 +1,2 @@
DIST bm-1.32_p20140214.tar.xz 11800 BLAKE2B 0c27f35a64dac09e5fff4391d6958ce5b2a2a6a8194a29500322137979e5fc0618fe1d47ca844bccba78d388d8a2569c5742f1a531c43c42a02845a31fb1f6c2 SHA512 0a40c5dc3d21c0b8af7e885f7e2f48c92413dff48a6a3a10366f9a63274886cd22a247b61ef25e4ad1f283446b05093658f233c6501c6d0bf5312d9a67b83ff4
+DIST bm-201905.tar.gz 23618 BLAKE2B 0770d571cae220215431d546892b9cebd03675565b24afad0dbfa9a74d50aaa73a6962b6bec81196700147f3fde835264c0727e7a4c02287fa3e4018ac133831 SHA512 81efd32572d0bcae2b0b91c277b4d634524f3c14c914015ebf06e5e9db2937c6d989ae65c745e214b2bc1a94d169433dede37a47519984e7211d9b8c4202a954
diff --git a/app-emacs/bm/bm-201905.ebuild b/app-emacs/bm/bm-201905.ebuild
new file mode 100644
index 000000000000..87402c182ff7
--- /dev/null
+++ b/app-emacs/bm/bm-201905.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Visible bookmarks in buffer"
+HOMEPAGE="http://joodland.github.io/bm/
+ https://www.emacswiki.org/emacs/VisibleBookmarks"
+SRC_URI="https://github.com/joodland/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+ELISP_REMOVE="bm-tests.el"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"