diff options
Diffstat (limited to 'app-emacs/bm')
-rw-r--r-- | app-emacs/bm/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/bm/bm-1.32_p20140214.ebuild | 21 | ||||
-rw-r--r-- | app-emacs/bm/files/50bm-gentoo.el | 4 | ||||
-rw-r--r-- | app-emacs/bm/metadata.xml | 13 |
4 files changed, 0 insertions, 42 deletions
diff --git a/app-emacs/bm/Manifest b/app-emacs/bm/Manifest deleted file mode 100644 index f7ca49d1bd95..000000000000 --- a/app-emacs/bm/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX 50bm-gentoo.el 205 BLAKE2B 4c4921b1b7939a0d3cc831297c6c1bef596392c31c7eac3ad2826d55b9a0edee67c4d9cf4a6e2b46ba754850cfd2b8aaecb352ac83ff4f6d45c6fe51405b3552 SHA512 b5c80ab592a9b78a3441494f6211801d3e001f77985ea2e78b982541f534780b12ff26fb6dd7cf7cb371cb8d3fa2fdf01b55227e40980b94a7e07a45dd583a8a -DIST bm-1.32_p20140214.tar.xz 11800 BLAKE2B 0c27f35a64dac09e5fff4391d6958ce5b2a2a6a8194a29500322137979e5fc0618fe1d47ca844bccba78d388d8a2569c5742f1a531c43c42a02845a31fb1f6c2 SHA512 0a40c5dc3d21c0b8af7e885f7e2f48c92413dff48a6a3a10366f9a63274886cd22a247b61ef25e4ad1f283446b05093658f233c6501c6d0bf5312d9a67b83ff4 -EBUILD bm-1.32_p20140214.ebuild 513 BLAKE2B f5707073b30788957727dd0f2ddee9da571dc0d1947fee8b2f97b1886909d322238fdd36719739f529c0022554e008e6b79b0dc65bd60addab653b19ae1281c3 SHA512 7be9d695de562bff41b7b80721376fc8c8faa717d3e3da9839c21d8b318e16f07891af24d50c4b183f17f4a35ae6de3c8173508a88a0212e849fd962a6999cc1 -MISC metadata.xml 445 BLAKE2B ce243d62639ee652b310e175715d81fb020cb41e4076970b03f895e728eb190fa1c2fa573ed2a995e406296cba21aa08fe4e92930a57062d56e7e0a68aef3a10 SHA512 d1a2573b8c516169b9d0a90dc89b650a4497080658d5af6fce70204c68b3c1b591dc724e9733957632727da0c014186d341a264c21665d6dbe0b021b87a2d201 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 559611b49d1d..000000000000 --- a/app-emacs/bm/bm-1.32_p20140214.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 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 x86" - -S="${WORKDIR}/${PN}" -ELISP_REMOVE="bm-tests.el" -SITEFILE="50${PN}-gentoo.el" -DOCS="README.md" diff --git a/app-emacs/bm/files/50bm-gentoo.el b/app-emacs/bm/files/50bm-gentoo.el deleted file mode 100644 index fd404a9efb81..000000000000 --- a/app-emacs/bm/files/50bm-gentoo.el +++ /dev/null @@ -1,4 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'bm-toggle "bm" "Toggle bookmark in current buffer." t) -(autoload 'bm-next "bm" "Goto bookmark." t) -(autoload 'bm-previous "bm" "Goto previous bookmark." t) diff --git a/app-emacs/bm/metadata.xml b/app-emacs/bm/metadata.xml deleted file mode 100644 index 4ac744068434..000000000000 --- a/app-emacs/bm/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<longdescription> - This package provides visible, buffer local, bookmarks and the ability to - jump forward and backward to the next bookmark. -</longdescription> -<stabilize-allarches/> -</pkgmetadata> |