diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-23 12:59:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-23 12:59:38 +0000 |
commit | 471a76118617edb949de5fed5a02220203bd8886 (patch) | |
tree | f716b61374e39104cf0e96fbc6de01d5f2466266 /app-emacs/filladapt/filladapt-2.12-r1.ebuild | |
parent | ppc stable wrt bug #492178; Drop old. (diff) | |
download | gentoo-2-471a76118617edb949de5fed5a02220203bd8886.tar.gz gentoo-2-471a76118617edb949de5fed5a02220203bd8886.tar.bz2 gentoo-2-471a76118617edb949de5fed5a02220203bd8886.zip |
Update ebuild to EAPI 5. Specify LICENSE more precisely. Move site-init file to canonical name.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/filladapt/filladapt-2.12-r1.ebuild')
-rw-r--r-- | app-emacs/filladapt/filladapt-2.12-r1.ebuild | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/app-emacs/filladapt/filladapt-2.12-r1.ebuild b/app-emacs/filladapt/filladapt-2.12-r1.ebuild index 46154e57886b..6b30e49a7123 100644 --- a/app-emacs/filladapt/filladapt-2.12-r1.ebuild +++ b/app-emacs/filladapt/filladapt-2.12-r1.ebuild @@ -1,24 +1,21 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild,v 1.4 2008/06/14 23:26:02 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild,v 1.5 2014/02/23 12:59:38 ulm Exp $ -inherit elisp +EAPI=5 + +inherit readme.gentoo elisp DESCRIPTION="Filladapt enhances the behavior of Emacs' fill functions" HOMEPAGE="http://www.wonderworks.com/" SRC_URI="mirror://gentoo/${P}.el.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" - -SITEFILE=51${PN}-gentoo.el -pkg_postinst() { - elisp-site-regen - elog "Filladapt is no longer enabled as a site default. Add the following" - elog "lines to your ~/.emacs file to enable adaptive fill by default:" - elog " (require 'filladapt)" - elog " (setq-default filladapt-mode t)" -} +SITEFILE="50${PN}-gentoo.el" +DOC_CONTENTS="Filladapt is not enabled as a site default. Add the following + lines to your ~/.emacs file to enable adaptive fill by default: + \n\t(require 'filladapt) + \n\t(setq-default filladapt-mode t)" |