2014-02-26 12:03:12 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-02-26 12:03:12 +04:00
|
|
|
|
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
inherit elisp
|
|
|
|
|
|
|
|
DESCRIPTION="Add Info-like navigation keys to the emacs-w3m web browser"
|
|
|
|
HOMEPAGE="http://www.neilvandyke.org/w3mnav/"
|
|
|
|
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
|
|
|
|
2014-02-26 12:03:12 +04:00
|
|
|
LICENSE="GPL-2+"
|
2012-02-06 16:39:49 +04:00
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
|
|
|
|
|
|
DEPEND="app-emacs/emacs-w3m"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
2014-02-26 12:03:12 +04:00
|
|
|
SITEFILE="75${PN}-gentoo.el"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
src_compile() {
|
2014-02-26 12:03:12 +04:00
|
|
|
${EMACS} ${EMACSFLAGS} -L "${SITELISP}/emacs-w3m" \
|
2012-02-06 16:39:49 +04:00
|
|
|
-f batch-byte-compile w3mnav.el || die "byte-compile failed"
|
|
|
|
}
|