diff options
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild | 28 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild | 12 |
4 files changed, 31 insertions, 27 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index b8e3e26fb9c6..9b6681e2e4e2 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.132 2007/01/05 00:52:52 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.133 2007/01/05 22:50:01 dirtyepic Exp $ + + 05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.4.2-r4.ebuild, + wxGTK-2.6.2-r1.ebuild, wxGTK-2.6.3.3.ebuild: + einfo -> elog 05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> ChangeLog: On second thought unspecified but required eclasses are probably a bad thing. diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild index a0c9ecccf751..3160802a5952 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild,v 1.8 2006/12/28 02:33:24 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r4.ebuild,v 1.9 2007/01/05 22:50:01 dirtyepic Exp $ inherit flag-o-matic eutils gnuconfig multilib toolchain-funcs @@ -55,15 +55,15 @@ src_unpack() { } pkg_setup() { - einfo "New in >=wxGTK-2.4.2-r2:" - einfo "------------------------" - einfo "You can now have gtk1, gtk2 and unicode versions installed" - einfo "simultaneously. Use wxgtk1 if you would like a gtk1 lib." - einfo "Put gtk and unicode in your USE flags to get those" - einfo "additional versions." - einfo "NOTE:" - einfo "You can also get debug versions of any of those, but not debug" - einfo "and normal installed at the same time." + elog "New in >=wxGTK-2.4.2-r2:" + elog "------------------------" + elog "You can now have gtk1, gtk2 and unicode versions installed" + elog "simultaneously. Use wxgtk1 if you would like a gtk1 lib." + elog "Put gtk and unicode in your USE flags to get those" + elog "additional versions." + elog "NOTE:" + elog "You can also get debug versions of any of those, but not debug" + elog "and normal installed at the same time." if use unicode; then ! use gtk && die "You must put gtk in your USE if you need unicode support" fi @@ -83,7 +83,7 @@ src_compile() { if use wxgtk1 ; then mkdir build_gtk - einfo "Building gtk version" + elog "Building gtk version" cd build_gtk ../configure ${myconf} `use_with odbc`\ --host=${CHOST} \ @@ -98,7 +98,7 @@ src_compile() { if use gtk ; then myconf="${myconf} --enable-gtk2" - einfo "Building gtk2 version" + elog "Building gtk2 version" mkdir build_gtk2 cd build_gtk2 ../configure ${myconf} `use_with odbc` \ @@ -114,7 +114,7 @@ src_compile() { if use unicode ; then myconf="${myconf} --enable-unicode" - einfo "Building unicode version" + elog "Building unicode version" mkdir build_unicode cd build_unicode ../configure ${myconf} \ diff --git a/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild index af1e16306e64..20841f3f374a 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild,v 1.12 2006/11/12 03:56:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild,v 1.13 2007/01/05 22:50:01 dirtyepic Exp $ inherit wxlib gnuconfig @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/wxWidgets-${PV} pkg_setup() { - einfo "To install only wxbase (non-gui libs) use USE=-X" + elog "To install only wxbase (non-gui libs) use USE=-X" } src_unpack() { @@ -61,7 +61,7 @@ src_install() { } pkg_postinst() { - einfo "dev-libs/wxbase has been removed from portage and can be" - einfo "installed with wxGTK by specifying the USE flags" - einfo "-X" + elog "dev-libs/wxbase has been removed from portage and can be" + elog "installed with wxGTK by specifying the USE flags" + elog "-X" } diff --git a/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild b/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild index 9bb8fe43ed26..5cc4d16d8408 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.3.3.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/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild,v 1.5 2007/01/05 00:50:21 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild,v 1.6 2007/01/05 22:50:01 dirtyepic Exp $ inherit eutils flag-o-matic multilib toolchain-funcs versionator @@ -111,9 +111,9 @@ install_build() { pkg_setup() { if use X; then - einfo "To install only wxbase (non-gui libs) use USE=-X" + elog "To install only wxbase (non-gui libs) use USE=-X" else - einfo "To install GUI libraries, in addition to wxbase, use USE=X" + elog "To install GUI libraries, in addition to wxbase, use USE=X" fi } @@ -169,7 +169,7 @@ src_install() { } pkg_postinst() { - einfo "dev-libs/wxbase has been removed from portage." - einfo "wxBase is installed with wxGTK, as one of many libraries." - einfo "If only wxBase is wanted, -X USE flag may be specified." + elog "dev-libs/wxbase has been removed from portage." + elog "wxBase is installed with wxGTK, as one of many libraries." + elog "If only wxBase is wanted, -X USE flag may be specified." } |