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/calc: calc-2.02f.ebuild ChangeLog
Date: Sat, 01 Dec 2007 01:02:39
Message-Id: E1IyGkc-0006Pm-MA@stork.gentoo.org
1 ulm 07/12/01 01:02:34
2
3 Modified: calc-2.02f.ebuild ChangeLog
4 Log:
5 Move message to pkg_setup.
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.6 app-emacs/calc/calc-2.02f.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild?r1=1.5&r2=1.6
14
15 Index: calc-2.02f.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- calc-2.02f.ebuild 27 Oct 2007 10:52:37 -0000 1.5
22 +++ calc-2.02f.ebuild 1 Dec 2007 01:02:34 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.5 2007/10/27 10:52:37 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.6 2007/12/01 01:02:34 ulm Exp $
28
29 inherit elisp eutils versionator
30
31 @@ -15,6 +15,15 @@
32
33 SITEFILE="50calc-gentoo.el"
34
35 +pkg_setup() {
36 + if version_is_at_least 22 "$(elisp-emacs-version)"; then
37 + echo
38 + elog "Please note that \"${PN}\" is already included with Emacs 22 or"
39 + elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
40 + elog "You may select the active Emacs version with \"eselect emacs\"."
41 + fi
42 +}
43 +
44 src_unpack() {
45 unpack ${A}
46 cd "${S}"
47 @@ -36,14 +45,3 @@
48 doinfo calc.info*
49 dodoc README README.prev
50 }
51 -
52 -pkg_postinst() {
53 - elisp-site-regen
54 -
55 - if version_is_at_least 22 "$(elisp-emacs-version)"; then
56 - echo
57 - elog "Please note that \"${PN}\" is already included with Emacs 22 or"
58 - elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
59 - elog "You may select the active Emacs version with \"eselect emacs\"."
60 - fi
61 -}
62
63
64
65 1.6 app-emacs/calc/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/calc/ChangeLog?rev=1.6&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/calc/ChangeLog?rev=1.6&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/calc/ChangeLog?r1=1.5&r2=1.6
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v
74 retrieving revision 1.5
75 retrieving revision 1.6
76 diff -u -r1.5 -r1.6
77 --- ChangeLog 27 Oct 2007 10:52:37 -0000 1.5
78 +++ ChangeLog 1 Dec 2007 01:02:34 -0000 1.6
79 @@ -1,6 +1,9 @@
80 # ChangeLog for app-emacs/calc
81 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.5 2007/10/27 10:52:37 opfer Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.6 2007/12/01 01:02:34 ulm Exp $
84 +
85 + 30 Nov 2007; Ulrich Mueller <ulm@g.o> calc-2.02f.ebuild:
86 + Move message to pkg_setup, so that it is also seen if build fails.
87
88 27 Oct 2007; Christian Faulhammer <opfer@g.o> calc-2.02f.ebuild:
89 stable x86, bug 197184
90
91
92
93 --
94 gentoo-commits@g.o mailing list