Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bm/
Date: Fri, 15 Nov 2019 09:59:42
Message-Id: 1573811901.3a171c175ef75f1dd9c99c7efbb6fa7026f850a9.ulm@gentoo
1 commit: 3a171c175ef75f1dd9c99c7efbb6fa7026f850a9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 09:57:24 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 09:58:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a171c17
7
8 app-emacs/bm: Remove old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/bm/Manifest | 1 -
14 app-emacs/bm/bm-1.32_p20140214.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/app-emacs/bm/Manifest b/app-emacs/bm/Manifest
18 index cf2f352f98c..92b5f967f80 100644
19 --- a/app-emacs/bm/Manifest
20 +++ b/app-emacs/bm/Manifest
21 @@ -1,2 +1 @@
22 -DIST bm-1.32_p20140214.tar.xz 11800 BLAKE2B 0c27f35a64dac09e5fff4391d6958ce5b2a2a6a8194a29500322137979e5fc0618fe1d47ca844bccba78d388d8a2569c5742f1a531c43c42a02845a31fb1f6c2 SHA512 0a40c5dc3d21c0b8af7e885f7e2f48c92413dff48a6a3a10366f9a63274886cd22a247b61ef25e4ad1f283446b05093658f233c6501c6d0bf5312d9a67b83ff4
23 DIST bm-201905.tar.gz 23618 BLAKE2B 0770d571cae220215431d546892b9cebd03675565b24afad0dbfa9a74d50aaa73a6962b6bec81196700147f3fde835264c0727e7a4c02287fa3e4018ac133831 SHA512 81efd32572d0bcae2b0b91c277b4d634524f3c14c914015ebf06e5e9db2937c6d989ae65c745e214b2bc1a94d169433dede37a47519984e7211d9b8c4202a954
24
25 diff --git a/app-emacs/bm/bm-1.32_p20140214.ebuild b/app-emacs/bm/bm-1.32_p20140214.ebuild
26 deleted file mode 100644
27 index 18f518b0505..00000000000
28 --- a/app-emacs/bm/bm-1.32_p20140214.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Visible bookmarks in buffer"
39 -HOMEPAGE="https://www.nongnu.org/bm/
40 - https://www.emacswiki.org/emacs/VisibleBookmarks"
41 -# snapshot of https://github.com/joodland/bm.git
42 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~sparc x86"
47 -
48 -S="${WORKDIR}/${PN}"
49 -ELISP_REMOVE="bm-tests.el"
50 -SITEFILE="50${PN}-gentoo.el"
51 -DOCS="README.md"