app-emacs/pymacs: ppc stable wrt bug #721740
[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
4 EAPI=5
5
6 inherit readme.gentoo elisp
7
8 DESCRIPTION="Filladapt enhances the behavior of Emacs' fill functions"
9 HOMEPAGE="http://www.wonderworks.com/"
10 SRC_URI="mirror://gentoo/${P}.el.gz"
11
12 LICENSE="GPL-2+"
13 SLOT="0"
14 KEYWORDS="amd64 ppc x86"
15
16 SITEFILE="50${PN}-gentoo.el"
17 DOC_CONTENTS="Filladapt is not enabled as a site default. Add the following
18         lines to your ~/.emacs file to enable adaptive fill by default:
19         \n\t(require 'filladapt)
20         \n\t(setq-default filladapt-mode t)"