You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
619 B
23 lines
619 B
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/bm/bm-1.32_p20140214.ebuild,v 1.3 2014/03/24 14:57:11 ago Exp $
|
|
|
|
EAPI=5
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="Visible bookmarks in buffer"
|
|
HOMEPAGE="http://www.nongnu.org/bm/
|
|
http://www.emacswiki.org/emacs/VisibleBookmarks"
|
|
# snapshot of https://github.com/joodland/bm.git
|
|
SRC_URI="http://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"
|