diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-06-02 16:56:24 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-06-02 16:56:24 +0000 |
commit | 709cbfca4514c4c825ad7e1efe91554798765e58 (patch) | |
tree | 5adb3e47fa66aa818f626a02a8a382d99e539791 /sci-electronics | |
parent | Patch from Debian to fix bug 157960, integration with KDE. (diff) | |
download | gentoo-2-709cbfca4514c4c825ad7e1efe91554798765e58.tar.gz gentoo-2-709cbfca4514c4c825ad7e1efe91554798765e58.tar.bz2 gentoo-2-709cbfca4514c4c825ad7e1efe91554798765e58.zip |
Removed media-gfx/wings dependency in favor of a postinst message suggesting to install it manually, in order to ease installation and stabilization of kicad.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/kicad/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/kicad/kicad-20060828.ebuild | 7 | ||||
-rw-r--r-- | sci-electronics/kicad/kicad-20070115.ebuild | 7 | ||||
-rw-r--r-- | sci-electronics/kicad/kicad-20070525.ebuild | 7 |
4 files changed, 19 insertions, 10 deletions
diff --git a/sci-electronics/kicad/ChangeLog b/sci-electronics/kicad/ChangeLog index 59e9359c8fd0..32708cb2b4d2 100644 --- a/sci-electronics/kicad/ChangeLog +++ b/sci-electronics/kicad/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/kicad # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.19 2007/05/31 06:09:10 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.20 2007/06/02 16:56:24 calchan Exp $ + + 02 Jun 2007; Denis Dupeyron <calchan@gentoo.org> kicad-20060828.ebuild, + kicad-20070115.ebuild, kicad-20070525.ebuild: + Removed media-gfx/wings dependency in favor of a postinst message suggesting + to install it manually, in order to ease installation and stabilization of + kicad. *kicad-20070525 (31 May 2007) diff --git a/sci-electronics/kicad/kicad-20060828.ebuild b/sci-electronics/kicad/kicad-20060828.ebuild index 40a3d58863da..9b64cda740b8 100644 --- a/sci-electronics/kicad/kicad-20060828.ebuild +++ b/sci-electronics/kicad/kicad-20060828.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060828.ebuild,v 1.3 2007/05/30 06:23:32 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060828.ebuild,v 1.4 2007/06/02 16:56:24 calchan Exp $ inherit wxwidgets @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="unicode doc examples minimal" -DEPEND=">=x11-libs/wxGTK-2.6 - media-gfx/wings" +DEPEND=">=x11-libs/wxGTK-2.6" pkg_setup() { # Tell wxwidgets.eclass the version we need. We pick the latest on the system. @@ -98,4 +97,6 @@ pkg_postinst() { elog "${HOMEPAGE}" elog "and install them manually." fi + elog + elog "You may want to emerge media-gfx/wings if you want to create 3D models of components." } diff --git a/sci-electronics/kicad/kicad-20070115.ebuild b/sci-electronics/kicad/kicad-20070115.ebuild index 2805641f348f..01bdb9b85672 100644 --- a/sci-electronics/kicad/kicad-20070115.ebuild +++ b/sci-electronics/kicad/kicad-20070115.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v 1.5 2007/05/30 06:23:32 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v 1.6 2007/06/02 16:56:24 calchan Exp $ inherit wxwidgets @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64 x86" IUSE="unicode doc examples minimal" -DEPEND=">=x11-libs/wxGTK-2.6 - media-gfx/wings" +DEPEND=">=x11-libs/wxGTK-2.6" pkg_setup() { # Tell wxwidgets.eclass the version we need. We pick the latest on the system. @@ -98,4 +97,6 @@ pkg_postinst() { elog "${HOMEPAGE}" elog "and install them manually." fi + elog + elog "You may want to emerge media-gfx/wings if you want to create 3D models of components." } diff --git a/sci-electronics/kicad/kicad-20070525.ebuild b/sci-electronics/kicad/kicad-20070525.ebuild index b6a9d1d30dfc..93660bb9a8b7 100644 --- a/sci-electronics/kicad/kicad-20070525.ebuild +++ b/sci-electronics/kicad/kicad-20070525.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v 1.1 2007/05/31 06:09:10 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v 1.2 2007/06/02 16:56:24 calchan Exp $ inherit wxwidgets @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc examples minimal unicode" -DEPEND=">=x11-libs/wxGTK-2.6 - media-gfx/wings" +DEPEND=">=x11-libs/wxGTK-2.6" pkg_setup() { # Tell wxwidgets.eclass the version we need. We pick the latest on the system. @@ -104,4 +103,6 @@ pkg_postinst() { elog "${HOMEPAGE}" elog "and install them manually." fi + elog + elog "You may want to emerge media-gfx/wings if you want to create 3D models of components." } |