Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/filladapt: ChangeLog filladapt-2.12-r1.ebuild
Date: Sun, 23 Feb 2014 12:59:42
Message-Id: 20140223125938.AA6832004C@flycatcher.gentoo.org
1 ulm 14/02/23 12:59:38
2
3 Modified: ChangeLog filladapt-2.12-r1.ebuild
4 Log:
5 Update ebuild to EAPI 5. Specify LICENSE more precisely. Move site-init file to canonical name.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.12 app-emacs/filladapt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/filladapt/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/filladapt/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/filladapt/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/filladapt/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 14 Jun 2008 23:26:02 -0000 1.11
23 +++ ChangeLog 23 Feb 2014 12:59:38 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/filladapt
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/ChangeLog,v 1.11 2008/06/14 23:26:02 ulm Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/ChangeLog,v 1.12 2014/02/23 12:59:38 ulm Exp $
30 +
31 + 23 Feb 2014; Ulrich Müller <ulm@g.o> filladapt-2.12-r1.ebuild,
32 + +files/50filladapt-gentoo.el, -files/51filladapt-gentoo.el:
33 + Update ebuild to EAPI 5. Specify LICENSE more precisely. Move site-init file
34 + to canonical name.
35
36 14 Jun 2008; Ulrich Mueller <ulm@g.o> filladapt-2.12-r1.ebuild:
37 Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
38
39
40
41 1.5 app-emacs/filladapt/filladapt-2.12-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild?r1=1.4&r2=1.5
46
47 Index: filladapt-2.12-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- filladapt-2.12-r1.ebuild 14 Jun 2008 23:26:02 -0000 1.4
54 +++ filladapt-2.12-r1.ebuild 23 Feb 2014 12:59:38 -0000 1.5
55 @@ -1,24 +1,21 @@
56 -# Copyright 1999-2008 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild,v 1.4 2008/06/14 23:26:02 ulm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild,v 1.5 2014/02/23 12:59:38 ulm Exp $
61
62 -inherit elisp
63 +EAPI=5
64 +
65 +inherit readme.gentoo elisp
66
67 DESCRIPTION="Filladapt enhances the behavior of Emacs' fill functions"
68 HOMEPAGE="http://www.wonderworks.com/"
69 SRC_URI="mirror://gentoo/${P}.el.gz"
70
71 -LICENSE="GPL-2"
72 +LICENSE="GPL-2+"
73 SLOT="0"
74 KEYWORDS="amd64 ppc x86"
75 -IUSE=""
76 -
77 -SITEFILE=51${PN}-gentoo.el
78
79 -pkg_postinst() {
80 - elisp-site-regen
81 - elog "Filladapt is no longer enabled as a site default. Add the following"
82 - elog "lines to your ~/.emacs file to enable adaptive fill by default:"
83 - elog " (require 'filladapt)"
84 - elog " (setq-default filladapt-mode t)"
85 -}
86 +SITEFILE="50${PN}-gentoo.el"
87 +DOC_CONTENTS="Filladapt is not enabled as a site default. Add the following
88 + lines to your ~/.emacs file to enable adaptive fill by default:
89 + \n\t(require 'filladapt)
90 + \n\t(setq-default filladapt-mode t)"