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/calfw: calfw-1.3.ebuild ChangeLog calfw-1.1.ebuild calfw-1.2.ebuild
Date: Sat, 07 Jun 2014 10:53:19
Message-Id: 20140607105315.646AE2004E@flycatcher.gentoo.org
1 ulm 14/06/07 10:53:15
2
3 Modified: calfw-1.3.ebuild ChangeLog
4 Removed: calfw-1.1.ebuild calfw-1.2.ebuild
5 Log:
6 Remove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.2 app-emacs/calfw/calfw-1.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild?r1=1.1&r2=1.2
16
17 Index: calfw-1.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- calfw-1.3.ebuild 10 Oct 2011 08:31:25 -0000 1.1
24 +++ calfw-1.3.ebuild 7 Jun 2014 10:53:15 -0000 1.2
25 @@ -1,9 +1,8 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v 1.1 2011/10/10 08:31:25 naota Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v 1.2 2014/06/07 10:53:15 ulm Exp $
31
32 -EAPI=3
33 -NEED_EMACS=22
34 +EAPI=5
35
36 inherit elisp eutils
37
38 @@ -11,7 +10,7 @@
39 HOMEPAGE="https://github.com/kiwanami/emacs-calfw"
40 SRC_URI="https://github.com/kiwanami/emacs-calfw/tarball/v${PV} -> ${P}.tar.gz"
41
42 -LICENSE="GPL-3"
43 +LICENSE="GPL-3+"
44 SLOT="0"
45 KEYWORDS="~amd64 ~x86"
46 IUSE="howm"
47
48
49
50 1.7 app-emacs/calfw/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/ChangeLog?rev=1.7&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/ChangeLog?rev=1.7&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/ChangeLog?r1=1.6&r2=1.7
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v
59 retrieving revision 1.6
60 retrieving revision 1.7
61 diff -u -r1.6 -r1.7
62 --- ChangeLog 10 Oct 2011 08:31:25 -0000 1.6
63 +++ ChangeLog 7 Jun 2014 10:53:15 -0000 1.7
64 @@ -1,6 +1,10 @@
65 # ChangeLog for app-emacs/calfw
66 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v 1.6 2011/10/10 08:31:25 naota Exp $
68 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v 1.7 2014/06/07 10:53:15 ulm Exp $
70 +
71 + 07 Jun 2014; Ulrich Müller <ulm@g.o> -calfw-1.1.ebuild,
72 + -calfw-1.2.ebuild, calfw-1.3.ebuild, -files/calfw-1.1-calfwel.patch:
73 + Remove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old.
74
75 *calfw-1.3 (10 Oct 2011)