Merge remote-tracking branch 'github/pr/608'.
[gentoo.git] / app-emacs / filladapt / filladapt-2.12-r1.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit readme.gentoo elisp
8
9 DESCRIPTION="Filladapt enhances the behavior of Emacs' fill functions"
10 HOMEPAGE="http://www.wonderworks.com/"
11 SRC_URI="mirror://gentoo/${P}.el.gz"
12
13 LICENSE="GPL-2+"
14 SLOT="0"
15 KEYWORDS="amd64 ppc x86"
16
17 SITEFILE="50${PN}-gentoo.el"
18 DOC_CONTENTS="Filladapt is not enabled as a site default. Add the following
19         lines to your ~/.emacs file to enable adaptive fill by default:
20         \n\t(require 'filladapt)
21         \n\t(setq-default filladapt-mode t)"