Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/kicad: kicad-20080320.918.ebuild ChangeLog
Date: Sun, 30 Mar 2008 13:58:36
Message-Id: E1Jfy3N-0004kC-Lw@stork.gentoo.org
1 calchan 08/03/30 13:58:33
2
3 Modified: kicad-20080320.918.ebuild ChangeLog
4 Log:
5 Fixed postinst messages, thanks to Igor Plyatov.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sci-electronics/kicad/kicad-20080320.918.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild?r1=1.1&r2=1.2
14
15 Index: kicad-20080320.918.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- kicad-20080320.918.ebuild 23 Mar 2008 17:40:34 -0000 1.1
22 +++ kicad-20080320.918.ebuild 30 Mar 2008 13:58:33 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild,v 1.1 2008/03/23 17:40:34 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild,v 1.2 2008/03/30 13:58:33 calchan Exp $
28
29 inherit versionator wxwidgets cmake-utils flag-o-matic
30
31 @@ -47,18 +47,17 @@
32
33 pkg_postinst() {
34 if use minimal ; then
35 - ewarn "If the schematic and/or board editors complain about missing libraries when you open old projects,"
36 - ewarn "you will have to take one or more of the following actions :"
37 + ewarn "If the schematic and/or board editors complain about missing libraries when you"
38 + ewarn "open old projects, you will have to take one or more of the following actions :"
39 ewarn "- Install the missing libraries manually."
40 ewarn "- Remove the libraries from the 'Libs and Dir' preferences."
41 ewarn "- Fix the libraries' locations in the 'Libs and Dir' preferences."
42 ewarn "- Emerge kicad without the 'minimal' USE flag."
43 else
44 - elog "Please note that the PDF datasheets that can be linked to components from the default libraries"
45 - elog "cannot be mirrored by Gentoo for legal reasons."
46 - elog "If you want them, you need to download them yourself from :"
47 - elog "${HOMEPAGE}"
48 - elog "and install them manually."
49 + if !(use doc) ; then
50 + elog "KiCad will complain about missing help files. If you want them you'll need"
51 + elog "to add the \"doc\" USE flag."
52 + fi
53 fi
54 elog
55 elog "You may want to emerge media-gfx/wings if you want to create 3D models of components."
56
57
58
59 1.33 sci-electronics/kicad/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?rev=1.33&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?rev=1.33&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?r1=1.32&r2=1.33
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v
68 retrieving revision 1.32
69 retrieving revision 1.33
70 diff -u -r1.32 -r1.33
71 --- ChangeLog 23 Mar 2008 17:40:34 -0000 1.32
72 +++ ChangeLog 30 Mar 2008 13:58:33 -0000 1.33
73 @@ -1,6 +1,10 @@
74 # ChangeLog for sci-electronics/kicad
75 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.32 2008/03/23 17:40:34 calchan Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.33 2008/03/30 13:58:33 calchan Exp $
78 +
79 + 30 Mar 2008; Denis Dupeyron <calchan@g.o>
80 + kicad-20080320.918.ebuild:
81 + Fixed postinst messages, thanks to Igor Plyatov.
82
83 *kicad-20080320.918 (23 Mar 2008)
84
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list