diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-15 10:57:24 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-15 10:58:21 +0100 |
commit | 3a171c175ef75f1dd9c99c7efbb6fa7026f850a9 (patch) | |
tree | 707cc7a007ad98f6527a15b80a4e7e959abc92e5 /app-emacs/bm | |
parent | app-emacs/color-theme: Remove old. (diff) | |
download | gentoo-3a171c175ef75f1dd9c99c7efbb6fa7026f850a9.tar.gz gentoo-3a171c175ef75f1dd9c99c7efbb6fa7026f850a9.tar.bz2 gentoo-3a171c175ef75f1dd9c99c7efbb6fa7026f850a9.zip |
app-emacs/bm: Remove old.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/bm')
-rw-r--r-- | app-emacs/bm/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/bm/bm-1.32_p20140214.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/app-emacs/bm/Manifest b/app-emacs/bm/Manifest index cf2f352f98c5..92b5f967f801 100644 --- a/app-emacs/bm/Manifest +++ b/app-emacs/bm/Manifest @@ -1,2 +1 @@ -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-1.32_p20140214.ebuild b/app-emacs/bm/bm-1.32_p20140214.ebuild deleted file mode 100644 index 18f518b0505c..000000000000 --- a/app-emacs/bm/bm-1.32_p20140214.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="Visible bookmarks in buffer" -HOMEPAGE="https://www.nongnu.org/bm/ - https://www.emacswiki.org/emacs/VisibleBookmarks" -# snapshot of https://github.com/joodland/bm.git -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" - -S="${WORKDIR}/${PN}" -ELISP_REMOVE="bm-tests.el" -SITEFILE="50${PN}-gentoo.el" -DOCS="README.md" |