diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-03-30 13:58:33 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-03-30 13:58:33 +0000 |
commit | 8d1a5ca4aba933966fc1a0c9d649c089802bfff1 (patch) | |
tree | 3022b34c1e7aec017a1c5603bf245bca8642d094 /sci-electronics/kicad | |
parent | Added dependency to dev-util/pkgconfig; bug #153367. (diff) | |
download | gentoo-2-8d1a5ca4aba933966fc1a0c9d649c089802bfff1.tar.gz gentoo-2-8d1a5ca4aba933966fc1a0c9d649c089802bfff1.tar.bz2 gentoo-2-8d1a5ca4aba933966fc1a0c9d649c089802bfff1.zip |
Fixed postinst messages, thanks to Igor Plyatov.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-electronics/kicad')
-rw-r--r-- | sci-electronics/kicad/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/kicad/kicad-20080320.918.ebuild | 15 |
2 files changed, 12 insertions, 9 deletions
diff --git a/sci-electronics/kicad/ChangeLog b/sci-electronics/kicad/ChangeLog index df44255d1446..45d61cb71d79 100644 --- a/sci-electronics/kicad/ChangeLog +++ b/sci-electronics/kicad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/kicad # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.32 2008/03/23 17:40:34 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.33 2008/03/30 13:58:33 calchan Exp $ + + 30 Mar 2008; Denis Dupeyron <calchan@gentoo.org> + kicad-20080320.918.ebuild: + Fixed postinst messages, thanks to Igor Plyatov. *kicad-20080320.918 (23 Mar 2008) diff --git a/sci-electronics/kicad/kicad-20080320.918.ebuild b/sci-electronics/kicad/kicad-20080320.918.ebuild index 7357b55a05bc..f3e8a59f0c75 100644 --- a/sci-electronics/kicad/kicad-20080320.918.ebuild +++ b/sci-electronics/kicad/kicad-20080320.918.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild,v 1.1 2008/03/23 17:40:34 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20080320.918.ebuild,v 1.2 2008/03/30 13:58:33 calchan Exp $ inherit versionator wxwidgets cmake-utils flag-o-matic @@ -47,18 +47,17 @@ src_install() { pkg_postinst() { if use minimal ; then - ewarn "If the schematic and/or board editors complain about missing libraries when you open old projects," - ewarn "you will have to take one or more of the following actions :" + ewarn "If the schematic and/or board editors complain about missing libraries when you" + ewarn "open old projects, you will have to take one or more of the following actions :" ewarn "- Install the missing libraries manually." ewarn "- Remove the libraries from the 'Libs and Dir' preferences." ewarn "- Fix the libraries' locations in the 'Libs and Dir' preferences." ewarn "- Emerge kicad without the 'minimal' USE flag." else - elog "Please note that the PDF datasheets that can be linked to components from the default libraries" - elog "cannot be mirrored by Gentoo for legal reasons." - elog "If you want them, you need to download them yourself from :" - elog "${HOMEPAGE}" - elog "and install them manually." + if !(use doc) ; then + elog "KiCad will complain about missing help files. If you want them you'll need" + elog "to add the \"doc\" USE flag." + fi fi elog elog "You may want to emerge media-gfx/wings if you want to create 3D models of components." |