From: Marius Mauch Date: Mon, 5 Mar 2007 04:20:11 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=398ee43383d942f7fdc562ba3930a3e7737b2fd4;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2-r10 --- diff --git a/dev-util/colorgcc/ChangeLog b/dev-util/colorgcc/ChangeLog index 310157f77a7c..bba53682a325 100644 --- a/dev-util/colorgcc/ChangeLog +++ b/dev-util/colorgcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/colorgcc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/ChangeLog,v 1.22 2007/01/12 17:35:57 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/ChangeLog,v 1.23 2007/03/05 03:39:46 genone Exp $ + + 05 Mar 2007; Marius Mauch colorgcc-1.3.2-r4.ebuild: + Replacing einfo with elog 12 Jan 2007; Alexander H. Færøy colorgcc-1.3.2-r4.ebuild: diff --git a/dev-util/colorgcc/colorgcc-1.3.2-r4.ebuild b/dev-util/colorgcc/colorgcc-1.3.2-r4.ebuild index b34a374aab8e..19f7f2bf77b1 100644 --- a/dev-util/colorgcc/colorgcc-1.3.2-r4.ebuild +++ b/dev-util/colorgcc/colorgcc-1.3.2-r4.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/dev-util/colorgcc/colorgcc-1.3.2-r4.ebuild,v 1.13 2007/01/12 17:35:57 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/colorgcc-1.3.2-r4.ebuild,v 1.14 2007/03/05 03:39:46 genone Exp $ IUSE="" @@ -46,18 +46,18 @@ src_install() { pkg_postinst() { echo - einfo "If you have existing \$HOME/.colorgccrc files that set the location" - einfo "of the compilers, you should remove those lines for maximum" - einfo "flexibility. The colorgcc script now knows how to pass the command" - einfo "on to the next step in the PATH without manual tweaking, making it" - einfo "easier to use with things like ccache and distcc on a conditional" - einfo "basis. You can tweak the /etc/colorgcc/colorgccrc file to change" - einfo "the default settings for everyone (or copy this file as a basis for" - einfo "a custom \$HOME/.colorgccrc file)." - einfo - einfo "NOTE: the symlinks for colorgcc are now located in" - einfo "/usr/lib/colorgcc/bin *NOT* /usr/bin/wrappers. You'll need to" - einfo "change any PATH settings that referred to the old location." + elog "If you have existing \$HOME/.colorgccrc files that set the location" + elog "of the compilers, you should remove those lines for maximum" + elog "flexibility. The colorgcc script now knows how to pass the command" + elog "on to the next step in the PATH without manual tweaking, making it" + elog "easier to use with things like ccache and distcc on a conditional" + elog "basis. You can tweak the /etc/colorgcc/colorgccrc file to change" + elog "the default settings for everyone (or copy this file as a basis for" + elog "a custom \$HOME/.colorgccrc file)." + elog + elog "NOTE: the symlinks for colorgcc are now located in" + elog "/usr/lib/colorgcc/bin *NOT* /usr/bin/wrappers. You'll need to" + elog "change any PATH settings that referred to the old location." echo # portage won't delete the old symlinks for users that are upgrading # because the old symlinks still point to /usr/bin/colorgcc which exists... diff --git a/dev-util/cutils/ChangeLog b/dev-util/cutils/ChangeLog index 7c8549e5acbf..904921a77b61 100644 --- a/dev-util/cutils/ChangeLog +++ b/dev-util/cutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cutils # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/ChangeLog,v 1.18 2007/01/06 04:17:15 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/ChangeLog,v 1.19 2007/03/05 03:40:57 genone Exp $ + + 05 Mar 2007; Marius Mauch cutils-1.6-r2.ebuild: + Replacing einfo with elog 06 Jan 2007; Danny van Dyk -cutils-1.6-r1.ebuild: QA: Removed unused versions. diff --git a/dev-util/cutils/cutils-1.6-r2.ebuild b/dev-util/cutils/cutils-1.6-r2.ebuild index e5eb21d62431..751e46a67026 100644 --- a/dev-util/cutils/cutils-1.6-r2.ebuild +++ b/dev-util/cutils/cutils-1.6-r2.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/dev-util/cutils/cutils-1.6-r2.ebuild,v 1.5 2006/09/30 01:29:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/cutils-1.6-r2.ebuild,v 1.6 2007/03/05 03:40:57 genone Exp $ inherit eutils @@ -45,5 +45,5 @@ src_install () { } pkg_postinst () { - einfo "cdecl was installed as cutils-cdecl because of a naming conflict with dev-util/cdecl" + elog "cdecl was installed as cutils-cdecl because of a naming conflict with dev-util/cdecl" } diff --git a/dev-util/cvsd/ChangeLog b/dev-util/cvsd/ChangeLog index d1915231a1f1..21c755bf1965 100644 --- a/dev-util/cvsd/ChangeLog +++ b/dev-util/cvsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cvsd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/ChangeLog,v 1.23 2007/02/22 01:58:36 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/ChangeLog,v 1.24 2007/03/05 03:43:00 genone Exp $ + + 05 Mar 2007; Marius Mauch cvsd-1.0.7.ebuild, + cvsd-1.0.8.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/dev-util/cvsd/cvsd-1.0.7.ebuild b/dev-util/cvsd/cvsd-1.0.7.ebuild index 10a96549e4b7..9e46c25c9040 100644 --- a/dev-util/cvsd/cvsd-1.0.7.ebuild +++ b/dev-util/cvsd/cvsd-1.0.7.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/dev-util/cvsd/cvsd-1.0.7.ebuild,v 1.7 2006/04/08 09:34:39 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.7.ebuild,v 1.8 2007/03/05 03:43:00 genone Exp $ inherit eutils @@ -40,5 +40,5 @@ src_install() { } pkg_postinst() { - einfo "To configure cvsd please read /usr/share/doc/${PF}/README.gz" + elog "To configure cvsd please read /usr/share/doc/${PF}/README.gz" } diff --git a/dev-util/cvsd/cvsd-1.0.8.ebuild b/dev-util/cvsd/cvsd-1.0.8.ebuild index 79ac39606be0..17fa46c1bdff 100644 --- a/dev-util/cvsd/cvsd-1.0.8.ebuild +++ b/dev-util/cvsd/cvsd-1.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.8.ebuild,v 1.3 2005/08/23 13:39:39 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.8.ebuild,v 1.4 2007/03/05 03:43:00 genone Exp $ inherit eutils @@ -40,5 +40,5 @@ src_install() { } pkg_postinst() { - einfo "To configure cvsd please read /usr/share/doc/${PF}/README.gz" + elog "To configure cvsd please read /usr/share/doc/${PF}/README.gz" } diff --git a/dev-util/fenris/ChangeLog b/dev-util/fenris/ChangeLog index 9b9ea293d968..9d0491065d27 100644 --- a/dev-util/fenris/ChangeLog +++ b/dev-util/fenris/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/fenris # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fenris/ChangeLog,v 1.14 2007/02/09 03:11:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fenris/ChangeLog,v 1.15 2007/03/05 03:46:03 genone Exp $ + + 05 Mar 2007; Marius Mauch fenris-0.07m-r2.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-util/fenris/fenris-0.07m-r2.ebuild b/dev-util/fenris/fenris-0.07m-r2.ebuild index 8d8dd2e7c16c..4141f2c77484 100644 --- a/dev-util/fenris/fenris-0.07m-r2.ebuild +++ b/dev-util/fenris/fenris-0.07m-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fenris/fenris-0.07m-r2.ebuild,v 1.7 2004/07/24 17:35:30 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fenris/fenris-0.07m-r2.ebuild,v 1.8 2007/03/05 03:46:03 genone Exp $ inherit eutils @@ -77,8 +77,8 @@ src_install() { } pkg_postinst() { - einfo "These new tools are installed in /usr/bin:" - einfo "fenris fprints getfprints ragnarok fenris-bug ragsplit " - einfo "dress aegir nc-aegir spliter.pl" - einfo "Please refer to the manpage for fenris for further information" + elog "These new tools are installed in /usr/bin:" + elog "fenris fprints getfprints ragnarok fenris-bug ragsplit " + elog "dress aegir nc-aegir spliter.pl" + elog "Please refer to the manpage for fenris for further information" } diff --git a/dev-util/glademm/ChangeLog b/dev-util/glademm/ChangeLog index 5d6dcea0c62b..6165467b17de 100644 --- a/dev-util/glademm/ChangeLog +++ b/dev-util/glademm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/glademm # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/ChangeLog,v 1.30 2007/02/22 02:09:43 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/ChangeLog,v 1.31 2007/03/05 03:47:05 genone Exp $ + + 05 Mar 2007; Marius Mauch glademm-2.0.0.1.ebuild, + glademm-2.6.0.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/dev-util/glademm/glademm-2.0.0.1.ebuild b/dev-util/glademm/glademm-2.0.0.1.ebuild index f88e5a47cc8d..99938eb5f395 100644 --- a/dev-util/glademm/glademm-2.0.0.1.ebuild +++ b/dev-util/glademm/glademm-2.0.0.1.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/dev-util/glademm/glademm-2.0.0.1.ebuild,v 1.8 2007/02/05 17:48:55 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/glademm-2.0.0.1.ebuild,v 1.9 2007/03/05 03:47:05 genone Exp $ inherit gnome2 @@ -21,6 +21,6 @@ DOCS="AUTHORS BUGS COPYING ChangeLog NEWS README TODO docs/*" pkg_postinst() { - einfo "glademm generated sources have dependencies on packages not required by this ebuild." + elog "glademm generated sources have dependencies on packages not required by this ebuild." } diff --git a/dev-util/glademm/glademm-2.6.0.ebuild b/dev-util/glademm/glademm-2.6.0.ebuild index 493b5b43e2c9..894ca9e26b44 100644 --- a/dev-util/glademm/glademm-2.6.0.ebuild +++ b/dev-util/glademm/glademm-2.6.0.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/dev-util/glademm/glademm-2.6.0.ebuild,v 1.4 2007/02/05 17:48:55 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/glademm-2.6.0.ebuild,v 1.5 2007/03/05 03:47:05 genone Exp $ inherit eutils gnome2 @@ -27,6 +27,6 @@ src_unpack() { pkg_postinst() { - einfo "glademm generated sources have dependencies on packages not required by this ebuild." + elog "glademm generated sources have dependencies on packages not required by this ebuild." } diff --git a/dev-util/injectso/ChangeLog b/dev-util/injectso/ChangeLog index af386fbfbee7..f2a967483f54 100644 --- a/dev-util/injectso/ChangeLog +++ b/dev-util/injectso/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/injectso -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/ChangeLog,v 1.6 2006/12/17 22:47:09 masterdriverz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/ChangeLog,v 1.7 2007/03/05 03:48:04 genone Exp $ + + 05 Mar 2007; Marius Mauch injectso-0.2.ebuild: + Replacing einfo with elog 17 Dec 2006; Charlie Shepherd +files/injectso-0.2-gcc4.patch, injectso-0.2.ebuild: diff --git a/dev-util/injectso/injectso-0.2.ebuild b/dev-util/injectso/injectso-0.2.ebuild index 7b5d806b6482..218c21e999d1 100644 --- a/dev-util/injectso/injectso-0.2.ebuild +++ b/dev-util/injectso/injectso-0.2.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/dev-util/injectso/injectso-0.2.ebuild,v 1.9 2006/12/17 22:47:09 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/injectso-0.2.ebuild,v 1.10 2007/03/05 03:48:04 genone Exp $ inherit eutils @@ -34,8 +34,8 @@ src_install() { pkg_postinst() { echo - einfo "Read the documentation for instructions on how to use this tool." - einfo "The sample library \"libtest.so\" and its source file \"libtest.c\"" - einfo "be found in /usr/lib/injectso." + elog "Read the documentation for instructions on how to use this tool." + elog "The sample library \"libtest.so\" and its source file \"libtest.c\"" + elog "be found in /usr/lib/injectso." echo } diff --git a/dev-util/larch/ChangeLog b/dev-util/larch/ChangeLog index d6eb70d98a2c..53a38e8363f2 100644 --- a/dev-util/larch/ChangeLog +++ b/dev-util/larch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/larch # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/ChangeLog,v 1.5 2007/02/22 02:16:33 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/ChangeLog,v 1.6 2007/03/05 03:51:59 genone Exp $ + + 05 Mar 2007; Marius Mauch larch-1.0_pre0.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/dev-util/larch/larch-1.0_pre0.ebuild b/dev-util/larch/larch-1.0_pre0.ebuild index 64e8449f4440..16a8beb9c335 100644 --- a/dev-util/larch/larch-1.0_pre0.ebuild +++ b/dev-util/larch/larch-1.0_pre0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/larch-1.0_pre0.ebuild,v 1.6 2004/07/14 23:51:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/larch-1.0_pre0.ebuild,v 1.7 2007/03/05 03:51:59 genone Exp $ MY_P="${P//_/}" DESCRIPTION="revision control system ideal for widely distributed development (see \"tla\" also)" @@ -82,5 +82,5 @@ src_install () { } pkg_postinst() { - einfo "also have a look at the C-implementation of larch: \"tla\"." + elog "also have a look at the C-implementation of larch: \"tla\"." } diff --git a/dev-util/leaktracer/ChangeLog b/dev-util/leaktracer/ChangeLog index 0745fb1d86b5..c458b594c24a 100644 --- a/dev-util/leaktracer/ChangeLog +++ b/dev-util/leaktracer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/leaktracer # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/leaktracer/ChangeLog,v 1.9 2007/02/09 03:14:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/leaktracer/ChangeLog,v 1.10 2007/03/05 03:52:55 genone Exp $ + + 05 Mar 2007; Marius Mauch leaktracer-2.4.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-util/leaktracer/leaktracer-2.4.ebuild b/dev-util/leaktracer/leaktracer-2.4.ebuild index f211677a21ee..fdf09062cc59 100644 --- a/dev-util/leaktracer/leaktracer-2.4.ebuild +++ b/dev-util/leaktracer/leaktracer-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/leaktracer/leaktracer-2.4.ebuild,v 1.6 2005/08/12 19:43:08 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/leaktracer/leaktracer-2.4.ebuild,v 1.7 2007/03/05 03:52:55 genone Exp $ inherit eutils @@ -30,6 +30,6 @@ src_install() { } pkg_postinst() { - einfo "To use LeakTracer, run LeakCheck my_prog and then leak-analyze my_prog leak.out" - einfo "Please reffer to README file for more info." + elog "To use LeakTracer, run LeakCheck my_prog and then leak-analyze my_prog leak.out" + elog "Please reffer to README file for more info." } diff --git a/dev-util/mono-tools/ChangeLog b/dev-util/mono-tools/ChangeLog index c9e05e78a97e..8d773ef25756 100644 --- a/dev-util/mono-tools/ChangeLog +++ b/dev-util/mono-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/mono-tools # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.25 2007/02/22 21:53:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.26 2007/03/05 03:56:52 genone Exp $ + + 05 Mar 2007; Marius Mauch mono-tools-1.1.17.ebuild, + mono-tools-1.1.17-r1.ebuild, mono-tools-1.2.1.ebuild, + mono-tools-1.2.3.ebuild: + Replacing einfo with elog 22 Feb 2007; Raúl Porcel -mono-tools-1.1.11.ebuild: Drop old version depending in mozilla diff --git a/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild b/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild index b9616198237a..b268d1b67c0f 100644 --- a/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild +++ b/dev-util/mono-tools/mono-tools-1.1.17-r1.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/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild,v 1.4 2007/02/11 04:21:25 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild,v 1.5 2007/03/05 03:56:52 genone Exp $ inherit eutils mono multilib autotools @@ -29,7 +29,7 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { if ! use gtkhtml && ! use seamonkey ; then - einfo "No browser selected, defaulting to gtkhtml" + elog "No browser selected, defaulting to gtkhtml" fi } diff --git a/dev-util/mono-tools/mono-tools-1.1.17.ebuild b/dev-util/mono-tools/mono-tools-1.1.17.ebuild index 59582c9c5da6..ce04ff3a17c3 100644 --- a/dev-util/mono-tools/mono-tools-1.1.17.ebuild +++ b/dev-util/mono-tools/mono-tools-1.1.17.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/dev-util/mono-tools/mono-tools-1.1.17.ebuild,v 1.2 2006/10/26 17:15:01 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-1.1.17.ebuild,v 1.3 2007/03/05 03:56:52 genone Exp $ inherit eutils mono multilib autotools @@ -29,7 +29,7 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { if ! use gtkhtml && ! use seamonkey ; then - einfo "No browser selected, defaulting to gtkhtml" + elog "No browser selected, defaulting to gtkhtml" fi } diff --git a/dev-util/mono-tools/mono-tools-1.2.1.ebuild b/dev-util/mono-tools/mono-tools-1.2.1.ebuild index 65f75a24fca1..25e475d59838 100644 --- a/dev-util/mono-tools/mono-tools-1.2.1.ebuild +++ b/dev-util/mono-tools/mono-tools-1.2.1.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/dev-util/mono-tools/mono-tools-1.2.1.ebuild,v 1.3 2007/02/20 17:56:43 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-1.2.1.ebuild,v 1.4 2007/03/05 03:56:52 genone Exp $ inherit eutils mono multilib autotools @@ -29,7 +29,7 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { if ! use gtkhtml && ! use seamonkey ; then - einfo "No browser selected, defaulting to gtkhtml" + elog "No browser selected, defaulting to gtkhtml" fi } diff --git a/dev-util/mono-tools/mono-tools-1.2.3.ebuild b/dev-util/mono-tools/mono-tools-1.2.3.ebuild index 5f9ea56f8bc3..f57625483ea4 100644 --- a/dev-util/mono-tools/mono-tools-1.2.3.ebuild +++ b/dev-util/mono-tools/mono-tools-1.2.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/dev-util/mono-tools/mono-tools-1.2.3.ebuild,v 1.2 2007/02/14 19:51:14 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-1.2.3.ebuild,v 1.3 2007/03/05 03:56:52 genone Exp $ inherit eutils mono multilib autotools @@ -29,7 +29,7 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { if ! use gtkhtml && ! use seamonkey ; then - einfo "No browser selected, defaulting to gtkhtml" + elog "No browser selected, defaulting to gtkhtml" fi } diff --git a/dev-util/monodoc/ChangeLog b/dev-util/monodoc/ChangeLog index fd3aba94b7df..b73e15abe614 100644 --- a/dev-util/monodoc/ChangeLog +++ b/dev-util/monodoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/monodoc # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.59 2007/02/20 17:57:41 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.60 2007/03/05 03:57:56 genone Exp $ + + 05 Mar 2007; Marius Mauch monodoc-1.1.13.ebuild: + Replacing einfo with elog 20 Feb 2007; Daniel Gryniewicz monodoc-1.2.1.ebuild: Marked stable on amd64 for bug #166463 diff --git a/dev-util/monodoc/monodoc-1.1.13.ebuild b/dev-util/monodoc/monodoc-1.1.13.ebuild index cfa0070dd009..eef75091f546 100644 --- a/dev-util/monodoc/monodoc-1.1.13.ebuild +++ b/dev-util/monodoc/monodoc-1.1.13.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/dev-util/monodoc/monodoc-1.1.13.ebuild,v 1.6 2006/12/19 20:15:57 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.1.13.ebuild,v 1.7 2007/03/05 03:57:56 genone Exp $ inherit mono multilib @@ -44,8 +44,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "monodoc's GUI documentation browser has been seperated out into a" - einfo "seperate package. If you want the browser, please emerge mono-tools." - einfo + elog + elog "monodoc's GUI documentation browser has been seperated out into a" + elog "seperate package. If you want the browser, please emerge mono-tools." + elog } diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index 654930a0fbd7..091e057d2142 100644 --- a/dev-util/monotone/ChangeLog +++ b/dev-util/monotone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/monotone # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.37 2007/02/22 02:19:27 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.38 2007/03/05 04:00:00 genone Exp $ + + 05 Mar 2007; Marius Mauch monotone-0.24.ebuild, + monotone-0.25.ebuild, monotone-0.29.ebuild, monotone-0.32.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/dev-util/monotone/monotone-0.24.ebuild b/dev-util/monotone/monotone-0.24.ebuild index 2444ca7ac8c7..3aa9fba5ca10 100644 --- a/dev-util/monotone/monotone-0.24.ebuild +++ b/dev-util/monotone/monotone-0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.24.ebuild,v 1.2 2005/11/30 03:22:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.24.ebuild,v 1.3 2007/03/05 04:00:00 genone Exp $ inherit elisp-common flag-o-matic @@ -68,20 +68,20 @@ src_install() { pkg_postinst() { use emacs && elisp-site-regen - einfo - einfo "If you are upgrading from:" - einfo " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You" - einfo " must run 'db migrate' against each of your databases; this " - einfo " will automatically migrate the keys. Command line syntax for" - einfo " 'serve' has changed; please adjust startup scripts accordingly." - einfo " - 0.21 or earlier: hooks governing netsync read permission have" - einfo " changed again; see /usr/share/doc/${PF}/NEWS.gz" - einfo " - 0.20 or earlier: you need to run 'db migrate' against each of" - einfo " your databases." - einfo - einfo "For instructions to upgrade from previous versions, please read" - einfo "/usr/share/doc/${PF}/UPGRADE.gz" - einfo + elog + elog "If you are upgrading from:" + elog " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You" + elog " must run 'db migrate' against each of your databases; this " + elog " will automatically migrate the keys. Command line syntax for" + elog " 'serve' has changed; please adjust startup scripts accordingly." + elog " - 0.21 or earlier: hooks governing netsync read permission have" + elog " changed again; see /usr/share/doc/${PF}/NEWS.gz" + elog " - 0.20 or earlier: you need to run 'db migrate' against each of" + elog " your databases." + elog + elog "For instructions to upgrade from previous versions, please read" + elog "/usr/share/doc/${PF}/UPGRADE.gz" + elog } pkg_postrm() { diff --git a/dev-util/monotone/monotone-0.25.ebuild b/dev-util/monotone/monotone-0.25.ebuild index 56fc83339630..94579b3fb7bc 100644 --- a/dev-util/monotone/monotone-0.25.ebuild +++ b/dev-util/monotone/monotone-0.25.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/dev-util/monotone/monotone-0.25.ebuild,v 1.2 2006/01/16 03:15:44 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.25.ebuild,v 1.3 2007/03/05 04:00:00 genone Exp $ inherit elisp-common flag-o-matic @@ -68,20 +68,20 @@ src_install() { pkg_postinst() { use emacs && elisp-site-regen - einfo - einfo "If you are upgrading from:" - einfo " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You" - einfo " must run 'db migrate' against each of your databases; this " - einfo " will automatically migrate the keys. Command line syntax for" - einfo " 'serve' has changed; please adjust startup scripts accordingly." - einfo " - 0.21 or earlier: hooks governing netsync read permission have" - einfo " changed again; see /usr/share/doc/${PF}/NEWS.gz" - einfo " - 0.20 or earlier: you need to run 'db migrate' against each of" - einfo " your databases." - einfo - einfo "For more details and instructions to upgrade from previous versions," - einfo "please read /usr/share/doc/${PF}/UPGRADE.gz" - einfo + elog + elog "If you are upgrading from:" + elog " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You" + elog " must run 'db migrate' against each of your databases; this " + elog " will automatically migrate the keys. Command line syntax for" + elog " 'serve' has changed; please adjust startup scripts accordingly." + elog " - 0.21 or earlier: hooks governing netsync read permission have" + elog " changed again; see /usr/share/doc/${PF}/NEWS.gz" + elog " - 0.20 or earlier: you need to run 'db migrate' against each of" + elog " your databases." + elog + elog "For more details and instructions to upgrade from previous versions," + elog "please read /usr/share/doc/${PF}/UPGRADE.gz" + elog } pkg_postrm() { diff --git a/dev-util/monotone/monotone-0.29.ebuild b/dev-util/monotone/monotone-0.29.ebuild index 9d9b7f2e1a83..fa643bc4747b 100644 --- a/dev-util/monotone/monotone-0.29.ebuild +++ b/dev-util/monotone/monotone-0.29.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/dev-util/monotone/monotone-0.29.ebuild,v 1.8 2007/02/05 23:21:24 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.29.ebuild,v 1.9 2007/03/05 04:00:00 genone Exp $ inherit elisp-common flag-o-matic bash-completion eutils @@ -91,21 +91,21 @@ pkg_postinst() { use emacs && elisp-site-regen bash-completion_pkg_postinst - einfo - einfo "For details and instructions to upgrade from previous versions," - einfo "please read /usr/share/doc/${PF}/UPGRADE.gz" - einfo - einfo " 1. edit /etc/conf.d/monotone" - einfo " 2. import the first keys to enable access with" - einfo " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import" - einfo " Thereafter, those with write permission can add other keys via" - einfo " netsync with 'monotone push --key-to-push=IDENT' and then IDENT" - einfo " can be used in the read-permission and write-permission files." - einfo " 3. adjust permisions in /etc/monotone/read-permissions" - einfo " and /etc/monotone/write-permissions" - einfo " 4. start the daemon: /etc/init.d/monotone start" - einfo " 5. make persistent: rc-update add monotone default" - einfo + elog + elog "For details and instructions to upgrade from previous versions," + elog "please read /usr/share/doc/${PF}/UPGRADE.gz" + elog + elog " 1. edit /etc/conf.d/monotone" + elog " 2. import the first keys to enable access with" + elog " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import" + elog " Thereafter, those with write permission can add other keys via" + elog " netsync with 'monotone push --key-to-push=IDENT' and then IDENT" + elog " can be used in the read-permission and write-permission files." + elog " 3. adjust permisions in /etc/monotone/read-permissions" + elog " and /etc/monotone/write-permissions" + elog " 4. start the daemon: /etc/init.d/monotone start" + elog " 5. make persistent: rc-update add monotone default" + elog } pkg_postrm() { diff --git a/dev-util/monotone/monotone-0.32.ebuild b/dev-util/monotone/monotone-0.32.ebuild index b4b740ddae4a..39f7c6ed13c0 100644 --- a/dev-util/monotone/monotone-0.32.ebuild +++ b/dev-util/monotone/monotone-0.32.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/dev-util/monotone/monotone-0.32.ebuild,v 1.3 2007/01/20 06:27:42 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.32.ebuild,v 1.4 2007/03/05 04:00:00 genone Exp $ inherit elisp-common flag-o-matic bash-completion eutils @@ -91,21 +91,21 @@ pkg_postinst() { use emacs && elisp-site-regen bash-completion_pkg_postinst - einfo - einfo "For details and instructions to upgrade from previous versions," - einfo "please read /usr/share/doc/${PF}/UPGRADE.gz" - einfo - einfo " 1. edit /etc/conf.d/monotone" - einfo " 2. import the first keys to enable access with" - einfo " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import" - einfo " Thereafter, those with write permission can add other keys via" - einfo " netsync with 'monotone push --key-to-push=IDENT' and then IDENT" - einfo " can be used in the read-permission and write-permission files." - einfo " 3. adjust permisions in /etc/monotone/read-permissions" - einfo " and /etc/monotone/write-permissions" - einfo " 4. start the daemon: /etc/init.d/monotone start" - einfo " 5. make persistent: rc-update add monotone default" - einfo + elog + elog "For details and instructions to upgrade from previous versions," + elog "please read /usr/share/doc/${PF}/UPGRADE.gz" + elog + elog " 1. edit /etc/conf.d/monotone" + elog " 2. import the first keys to enable access with" + elog " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import" + elog " Thereafter, those with write permission can add other keys via" + elog " netsync with 'monotone push --key-to-push=IDENT' and then IDENT" + elog " can be used in the read-permission and write-permission files." + elog " 3. adjust permisions in /etc/monotone/read-permissions" + elog " and /etc/monotone/write-permissions" + elog " 4. start the daemon: /etc/init.d/monotone start" + elog " 5. make persistent: rc-update add monotone default" + elog } pkg_postrm() { diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 58cd2ae6c123..0739f201a2e6 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/oprofile -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.36 2006/10/14 17:21:59 spock Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.37 2007/03/05 04:04:53 genone Exp $ + + 05 Mar 2007; Marius Mauch oprofile-0.9.1-r1.ebuild, + oprofile-0.9.2.ebuild: + Replacing einfo with elog 14 Oct 2006; Michał Januszewski oprofile-0.9.1-r1.ebuild, oprofile-0.9.2.ebuild: diff --git a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild b/dev-util/oprofile/oprofile-0.9.1-r1.ebuild index a04b079b5e80..e68398cbcd1d 100644 --- a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild +++ b/dev-util/oprofile/oprofile-0.9.1-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/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.10 2006/10/14 17:21:59 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.11 2007/03/05 04:04:53 genone Exp $ inherit eutils qt3 linux-info @@ -72,9 +72,9 @@ pkg_postinst() { [[ ${ROOT} == / ]] && /sbin/modules-update echo - einfo "Now load the oprofile module by running:" - einfo " # opcontrol --init" - einfo "Then read manpages and this html doc:" - einfo " /usr/share/doc/oprofile/oprofile.html" + elog "Now load the oprofile module by running:" + elog " # opcontrol --init" + elog "Then read manpages and this html doc:" + elog " /usr/share/doc/oprofile/oprofile.html" echo } diff --git a/dev-util/oprofile/oprofile-0.9.2.ebuild b/dev-util/oprofile/oprofile-0.9.2.ebuild index 7592dcad3029..75f2c0f3e335 100644 --- a/dev-util/oprofile/oprofile-0.9.2.ebuild +++ b/dev-util/oprofile/oprofile-0.9.2.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/dev-util/oprofile/oprofile-0.9.2.ebuild,v 1.2 2006/10/14 17:21:59 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.2.ebuild,v 1.3 2007/03/05 04:04:53 genone Exp $ inherit eutils qt3 linux-info @@ -63,9 +63,9 @@ pkg_postinst() { [[ ${ROOT} == / ]] && /sbin/modules-update echo - einfo "Now load the oprofile module by running:" - einfo " # opcontrol --init" - einfo "Then read manpages and this html doc:" - einfo " /usr/share/doc/oprofile/oprofile.html" + elog "Now load the oprofile module by running:" + elog " # opcontrol --init" + elog "Then read manpages and this html doc:" + elog " /usr/share/doc/oprofile/oprofile.html" echo } diff --git a/dev-util/pida/ChangeLog b/dev-util/pida/ChangeLog index 25c63bc56d73..ed2cf16dd610 100644 --- a/dev-util/pida/ChangeLog +++ b/dev-util/pida/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pida -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.6 2006/12/17 08:39:00 dev-zero Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.7 2007/03/05 04:05:57 genone Exp $ + + 05 Mar 2007; Marius Mauch pida-0.4.1.ebuild: + Replacing einfo with elog *pida-0.4.1 (16 Dec 2006) diff --git a/dev-util/pida/pida-0.4.1.ebuild b/dev-util/pida/pida-0.4.1.ebuild index 95d4b272c2ee..75bb7f6cc776 100644 --- a/dev-util/pida/pida-0.4.1.ebuild +++ b/dev-util/pida/pida-0.4.1.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/dev-util/pida/pida-0.4.1.ebuild,v 1.1 2006/12/17 08:39:00 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.4.1.ebuild,v 1.2 2007/03/05 04:05:57 genone Exp $ inherit distutils @@ -28,8 +28,8 @@ pkg_setup() { } pkg_postinst() { - einfo "Optional packages pida integrates with:" - einfo "app-misc/mc (Midnight Commander)" - einfo "dev-util/gazpacho (Glade-like interface designer)" - einfo "Revision control: cvs, svn, darcs and many others" + elog "Optional packages pida integrates with:" + elog "app-misc/mc (Midnight Commander)" + elog "dev-util/gazpacho (Glade-like interface designer)" + elog "Revision control: cvs, svn, darcs and many others" } diff --git a/dev-util/pretrace/ChangeLog b/dev-util/pretrace/ChangeLog index 7d64a0d0ea87..c10c03048e09 100644 --- a/dev-util/pretrace/ChangeLog +++ b/dev-util/pretrace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pretrace # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pretrace/ChangeLog,v 1.10 2007/02/04 12:12:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pretrace/ChangeLog,v 1.11 2007/03/05 04:09:11 genone Exp $ + + 05 Mar 2007; Marius Mauch pretrace-0.3.ebuild, + pretrace-0.3-r1.ebuild, pretrace-0.4.ebuild: + Replacing einfo with elog 04 Feb 2007; Simon Stelling pretrace-0.4.ebuild: multilib-strict fix; credits to aballier@gentoo.org; bug 159539 diff --git a/dev-util/pretrace/pretrace-0.3-r1.ebuild b/dev-util/pretrace/pretrace-0.3-r1.ebuild index 7f9f52eaf9d9..e544b40f20d2 100644 --- a/dev-util/pretrace/pretrace-0.3-r1.ebuild +++ b/dev-util/pretrace/pretrace-0.3-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/dev-util/pretrace/pretrace-0.3-r1.ebuild,v 1.4 2006/05/16 19:31:53 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pretrace/pretrace-0.3-r1.ebuild,v 1.5 2007/03/05 04:09:11 genone Exp $ inherit toolchain-funcs flag-o-matic @@ -25,6 +25,6 @@ src_install() { } pkg_postinst() { - einfo "See the documentation for instructions, configuration format and" - einfo "further indormation." + elog "See the documentation for instructions, configuration format and" + elog "further indormation." } diff --git a/dev-util/pretrace/pretrace-0.3.ebuild b/dev-util/pretrace/pretrace-0.3.ebuild index 04a4e236375a..b6c914551807 100644 --- a/dev-util/pretrace/pretrace-0.3.ebuild +++ b/dev-util/pretrace/pretrace-0.3.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/dev-util/pretrace/pretrace-0.3.ebuild,v 1.2 2006/05/16 19:31:53 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pretrace/pretrace-0.3.ebuild,v 1.3 2007/03/05 04:09:11 genone Exp $ inherit toolchain-funcs flag-o-matic @@ -83,6 +83,6 @@ src_install() { } pkg_postinst() { - einfo "To use pretrace, please add /lib/libpretrace.so to /etc/ld.so.preload." - einfo "See the documentation for configuration file format and more information." + elog "To use pretrace, please add /lib/libpretrace.so to /etc/ld.so.preload." + elog "See the documentation for configuration file format and more information." } diff --git a/dev-util/pretrace/pretrace-0.4.ebuild b/dev-util/pretrace/pretrace-0.4.ebuild index b372d5d2e518..c5549ad5f029 100644 --- a/dev-util/pretrace/pretrace-0.4.ebuild +++ b/dev-util/pretrace/pretrace-0.4.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/dev-util/pretrace/pretrace-0.4.ebuild,v 1.3 2007/02/04 12:12:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pretrace/pretrace-0.4.ebuild,v 1.4 2007/03/05 04:09:11 genone Exp $ inherit toolchain-funcs flag-o-matic multilib @@ -32,5 +32,5 @@ src_install() { } pkg_postinst() { - einfo "remember to execute ptgenmap after modifying pretrace.conf" + elog "remember to execute ptgenmap after modifying pretrace.conf" } diff --git a/dev-util/rec/ChangeLog b/dev-util/rec/ChangeLog index f1f6bbf8765f..71b438c3a6a9 100644 --- a/dev-util/rec/ChangeLog +++ b/dev-util/rec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/rec # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.3 2007/02/09 03:17:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.4 2007/03/05 04:12:58 genone Exp $ + + 05 Mar 2007; Marius Mauch rec-1.6.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-util/rec/rec-1.6.ebuild b/dev-util/rec/rec-1.6.ebuild index e94c34d21233..4b3710bffc22 100644 --- a/dev-util/rec/rec-1.6.ebuild +++ b/dev-util/rec/rec-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.4 2005/12/16 15:35:28 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.5 2007/03/05 04:12:58 genone Exp $ inherit eutils @@ -35,7 +35,7 @@ src_install() { } pkg_postinst() { - einfo "/opt/rec/proto.lst should be copied into the working" - einfo "directory of new projects, this will make rec aware of common" - einfo "prototypes." + elog "/opt/rec/proto.lst should be copied into the working" + elog "directory of new projects, this will make rec aware of common" + elog "prototypes." } diff --git a/dev-util/rhide/ChangeLog b/dev-util/rhide/ChangeLog index a70f5420594e..04d932a8a710 100644 --- a/dev-util/rhide/ChangeLog +++ b/dev-util/rhide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/rhide -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rhide/ChangeLog,v 1.19 2006/09/23 06:06:29 mr_bones_ Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rhide/ChangeLog,v 1.20 2007/03/05 04:15:02 genone Exp $ + + 05 Mar 2007; Marius Mauch rhide-1.5.20050823.ebuild: + Replacing einfo with elog 23 Sep 2006; Michael Sterrett -rhide-1.5-r1.ebuild: clean out old, non-modX ebuild diff --git a/dev-util/rhide/rhide-1.5.20050823.ebuild b/dev-util/rhide/rhide-1.5.20050823.ebuild index 3dcb533d5731..0685b1d1bab5 100644 --- a/dev-util/rhide/rhide-1.5.20050823.ebuild +++ b/dev-util/rhide/rhide-1.5.20050823.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/dev-util/rhide/rhide-1.5.20050823.ebuild,v 1.4 2006/09/22 13:10:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rhide/rhide-1.5.20050823.ebuild,v 1.5 2007/03/05 04:15:02 genone Exp $ inherit eutils multilib toolchain-funcs @@ -275,10 +275,10 @@ src_install() { pkg_postinst() { if [[ -x "${ROOT}/usr/bin/rhidex" && ${ETERM_HACK} == "yes" ]] ; then echo - einfo "You might consider installing Eterm to be able to use the rhidex" - einfo "version of RHIDE that have better keyboard support under X:" - echo - einfo " # emerge eterm" + elog "You might consider installing Eterm to be able to use the rhidex" + elog "version of RHIDE that have better keyboard support under X:" + elog + elog " # emerge eterm" echo fi } diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog index 7e41f84eb8b4..62c2ac7b0f06 100644 --- a/dev-util/spe/ChangeLog +++ b/dev-util/spe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/spe -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.29 2006/11/27 23:06:13 kloeri Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.30 2007/03/05 04:16:20 genone Exp $ + + 05 Mar 2007; Marius Mauch spe-0.8.2.ebuild, + spe-0.8.3c.ebuild: + Replacing einfo with elog 27 Nov 2006; Bryan Østergaard spe-0.8.3c.ebuild: Add gnome desktop entry, bug 154233. Thanks to CDigger . diff --git a/dev-util/spe/spe-0.8.2.ebuild b/dev-util/spe/spe-0.8.2.ebuild index 3a4f9179c7f0..169b50fa2081 100644 --- a/dev-util/spe/spe-0.8.2.ebuild +++ b/dev-util/spe/spe-0.8.2.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/dev-util/spe/spe-0.8.2.ebuild,v 1.2 2006/09/12 19:55:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v 1.3 2007/03/05 04:16:20 genone Exp $ inherit distutils eutils @@ -46,10 +46,10 @@ pkg_postinst() { distutils_python_version SPEPATH="/usr/lib/python${PYVER}/site-packages" - einfo - einfo "To be able to use spe in blender, be sure that the path where spe is" - einfo "installed ($SPEPATH) is included in your PYTHONPATH" - einfo "environment variable. See the installation section in the manual for" - einfo "more information ($SPEPATH/_spe/doc/manual.pdf)." - einfo + elog + elog "To be able to use spe in blender, be sure that the path where spe is" + elog "installed ($SPEPATH) is included in your PYTHONPATH" + elog "environment variable. See the installation section in the manual for" + elog "more information ($SPEPATH/_spe/doc/manual.pdf)." + elog } diff --git a/dev-util/spe/spe-0.8.3c.ebuild b/dev-util/spe/spe-0.8.3c.ebuild index 4383ae5b8b9f..bd47aa6c89e0 100644 --- a/dev-util/spe/spe-0.8.3c.ebuild +++ b/dev-util/spe/spe-0.8.3c.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/dev-util/spe/spe-0.8.3c.ebuild,v 1.2 2006/11/27 23:06:13 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild,v 1.3 2007/03/05 04:16:20 genone Exp $ inherit distutils eutils @@ -49,10 +49,10 @@ pkg_postinst() { distutils_python_version SPEPATH="/usr/lib/python${PYVER}/site-packages" - einfo - einfo "To be able to use spe in blender, be sure that the path where spe is" - einfo "installed ($SPEPATH) is included in your PYTHONPATH" - einfo "environment variable. See the installation section in the manual for" - einfo "more information ($SPEPATH/_spe/doc/manual.pdf)." - einfo + elog + elog "To be able to use spe in blender, be sure that the path where spe is" + elog "installed ($SPEPATH) is included in your PYTHONPATH" + elog "environment variable. See the installation section in the manual for" + elog "more information ($SPEPATH/_spe/doc/manual.pdf)." + elog } diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog index dc292895763a..b5c6a1c39a5d 100644 --- a/dev-util/subversion/ChangeLog +++ b/dev-util/subversion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/subversion # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.249 2007/03/03 21:00:31 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.250 2007/03/05 04:20:11 genone Exp $ + + 05 Mar 2007; Marius Mauch subversion-1.1.3.ebuild, + subversion-1.2.3-r3.ebuild, subversion-1.3.2-r3.ebuild, + subversion-1.4.3.ebuild: + Replacing einfo with elog 03 Mar 2007; Paul de Vrieze subversion-1.4.3.ebuild: Fix bug #108777 by preferring the apr version apache was linked against. diff --git a/dev-util/subversion/subversion-1.1.3.ebuild b/dev-util/subversion/subversion-1.1.3.ebuild index a09293241baa..d232fb5caaed 100644 --- a/dev-util/subversion/subversion-1.1.3.ebuild +++ b/dev-util/subversion/subversion-1.1.3.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/dev-util/subversion/subversion-1.1.3.ebuild,v 1.23 2006/06/24 15:35:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.1.3.ebuild,v 1.24 2007/03/05 04:20:11 genone Exp $ inherit elisp-common libtool python eutils bash-completion @@ -57,16 +57,16 @@ pkg_setup() { if use apache2; then echo - einfo "The apache2 subversion module will be built, and libapr from the" - einfo "apache package will be used instead of the included." + elog "The apache2 subversion module will be built, and libapr from the" + elog "apache package will be used instead of the included." echo else echo - einfo "Please note that subversion and apache2 cannot be installed" - einfo "simultaneously without specifying the apache2 use flag. This is" - einfo "because subversion installs its own libapr and libapr-util in that" - einfo "case. Specifying the apache2 useflag will also enable the building of" - einfo "the apache2 module." + elog "Please note that subversion and apache2 cannot be installed" + elog "simultaneously without specifying the apache2 use flag. This is" + elog "because subversion installs its own libapr and libapr-util in that" + elog "case. Specifying the apache2 useflag will also enable the building of" + elog "the apache2 module." echo fi } @@ -145,7 +145,7 @@ src_compile() { fi if use emacs; then - einfo "compiling emacs support" + elog "compiling emacs support" elisp-compile ${S}/contrib/client-side/psvn/psvn.el || die "emacs modules failed" elisp-compile ${S}/contrib/client-side/vc-svn.el || die "emacs modules failed" fi @@ -276,52 +276,52 @@ src_test() { pkg_postinst() { use emacs >/dev/null && elisp-site-regen - einfo "Subversion Server Notes" - einfo "-----------------------" - einfo - - einfo "If you intend to run a server, a repository needs to be created using" - einfo "svnadmin (see man svnadmin) or the following command to create it in" - einfo "/var/svn:" - einfo - einfo " emerge --config =${CATEGORY}/${PF}" - einfo - einfo "If you upgraded from an older version of berkely db and experience" - einfo "problems with your repository then run the following commands as root:" - einfo " db4_recover -h ${SVN_REPOS_LOC}/repos" - einfo " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" - einfo - einfo "Subversion has multiple server types, take your pick:" - einfo - einfo " - svnserve daemon: " - einfo " 1. edit /etc/conf.d/svnserve" - einfo " 2. start daemon: /etc/init.d/svnserve start" - einfo " 3. make persistent: rc-update add svnserve default" - einfo - einfo " - svnserve via xinetd:" - einfo " 1. edit /etc/xinetd.d/svnserve (remove disable line)" - einfo " 2. restart xinetd.d: /etc/init.d/xinetd restart" - einfo - einfo " - svn over ssh:" - einfo " 1. Fix the repository permissions:" - einfo " groupadd svnusers" - einfo " chown -R root:svnusers /var/svn/repos/" - einfo " chmod -R g-w /var/svn/repos" - einfo " chmod -R g+rw /var/svn/repos/db" - einfo " chmod -R g+rw /var/svn/repos/locks" - einfo " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" - einfo " want, for example:" - einfo " #!/bin/bash" - einfo " umask 002" - einfo " exec /usr/bin/svnserve \"\$@\"" - einfo + elog "Subversion Server Notes" + elog "-----------------------" + elog + + elog "If you intend to run a server, a repository needs to be created using" + elog "svnadmin (see man svnadmin) or the following command to create it in" + elog "/var/svn:" + elog + elog " emerge --config =${CATEGORY}/${PF}" + elog + elog "If you upgraded from an older version of berkely db and experience" + elog "problems with your repository then run the following commands as root:" + elog " db4_recover -h ${SVN_REPOS_LOC}/repos" + elog " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" + elog + elog "Subversion has multiple server types, take your pick:" + elog + elog " - svnserve daemon: " + elog " 1. edit /etc/conf.d/svnserve" + elog " 2. start daemon: /etc/init.d/svnserve start" + elog " 3. make persistent: rc-update add svnserve default" + elog + elog " - svnserve via xinetd:" + elog " 1. edit /etc/xinetd.d/svnserve (remove disable line)" + elog " 2. restart xinetd.d: /etc/init.d/xinetd restart" + elog + elog " - svn over ssh:" + elog " 1. Fix the repository permissions:" + elog " groupadd svnusers" + elog " chown -R root:svnusers /var/svn/repos/" + elog " chmod -R g-w /var/svn/repos" + elog " chmod -R g+rw /var/svn/repos/db" + elog " chmod -R g+rw /var/svn/repos/locks" + elog " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" + elog " want, for example:" + elog " #!/bin/bash" + elog " umask 002" + elog " exec /usr/bin/svnserve \"\$@\"" + elog if use apache2 >/dev/null; then - einfo " - http-based server:" - einfo " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" - einfo " 2. create an htpasswd file:" - einfo " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" - einfo + elog " - http-based server:" + elog " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" + elog " 2. create an htpasswd file:" + elog " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" + elog fi } diff --git a/dev-util/subversion/subversion-1.2.3-r3.ebuild b/dev-util/subversion/subversion-1.2.3-r3.ebuild index 0bedb14b8e22..234b9b501aeb 100644 --- a/dev-util/subversion/subversion-1.2.3-r3.ebuild +++ b/dev-util/subversion/subversion-1.2.3-r3.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/dev-util/subversion/subversion-1.2.3-r3.ebuild,v 1.16 2007/01/28 19:30:13 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.2.3-r3.ebuild,v 1.17 2007/03/05 04:20:11 genone Exp $ inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module @@ -272,60 +272,60 @@ pkg_postinst() { use emacs && elisp-site-regen use perl && perl-module_pkg_postinst - einfo "Subversion Server Notes" - einfo "-----------------------" - einfo - - einfo "If you intend to run a server, a repository needs to be created using" - einfo "svnadmin (see man svnadmin) or the following command to create it in" - einfo "/var/svn:" - einfo - einfo " emerge --config =${CATEGORY}/${PF}" - einfo - einfo "If you upgraded from an older version of berkely db and experience" - einfo "problems with your repository then run the following commands as root:" - einfo " db4_recover -h ${SVN_REPOS_LOC}/repos" - einfo " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" - einfo - einfo "Subversion has multiple server types, take your pick:" - einfo - einfo " - svnserve daemon: " - einfo " 1. edit /etc/conf.d/svnserve" - einfo " 2. start daemon: /etc/init.d/svnserve start" - einfo " 3. make persistent: rc-update add svnserve default" - einfo - einfo " - svnserve via xinetd:" - einfo " 1. edit /etc/xinetd.d/svnserve (remove disable line)" - einfo " 2. restart xinetd.d: /etc/init.d/xinetd restart" - einfo - einfo " - svn over ssh:" - einfo " 1. Fix the repository permissions:" - einfo " groupadd svnusers" - einfo " chown -R root:svnusers /var/svn/repos/" - einfo " chmod -R g-w /var/svn/repos" - einfo " chmod -R g+rw /var/svn/repos/db" - einfo " chmod -R g+rw /var/svn/repos/locks" - einfo " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" - einfo " want, for example:" - einfo " #!/bin/bash" - einfo " umask 002" - einfo " exec /usr/bin/svnserve \"\$@\"" - einfo + elog "Subversion Server Notes" + elog "-----------------------" + elog + + elog "If you intend to run a server, a repository needs to be created using" + elog "svnadmin (see man svnadmin) or the following command to create it in" + elog "/var/svn:" + elog + elog " emerge --config =${CATEGORY}/${PF}" + elog + elog "If you upgraded from an older version of berkely db and experience" + elog "problems with your repository then run the following commands as root:" + elog " db4_recover -h ${SVN_REPOS_LOC}/repos" + elog " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" + elog + elog "Subversion has multiple server types, take your pick:" + elog + elog " - svnserve daemon: " + elog " 1. edit /etc/conf.d/svnserve" + elog " 2. start daemon: /etc/init.d/svnserve start" + elog " 3. make persistent: rc-update add svnserve default" + elog + elog " - svnserve via xinetd:" + elog " 1. edit /etc/xinetd.d/svnserve (remove disable line)" + elog " 2. restart xinetd.d: /etc/init.d/xinetd restart" + elog + elog " - svn over ssh:" + elog " 1. Fix the repository permissions:" + elog " groupadd svnusers" + elog " chown -R root:svnusers /var/svn/repos/" + elog " chmod -R g-w /var/svn/repos" + elog " chmod -R g+rw /var/svn/repos/db" + elog " chmod -R g+rw /var/svn/repos/locks" + elog " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" + elog " want, for example:" + elog " #!/bin/bash" + elog " umask 002" + elog " exec /usr/bin/svnserve \"\$@\"" + elog if use apache2 >/dev/null; then - einfo " - http-based server:" - einfo " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" - einfo " 2. create an htpasswd file:" - einfo " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" - einfo + elog " - http-based server:" + elog " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" + elog " 2. create an htpasswd file:" + elog " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" + elog fi - einfo "If you intend to use svn-hot-backup, you can specify the number of" - einfo "backups to keep per repository by specifying an environment variable." - einfo "If you want to keep e.g. 2 backups, do the following:" - einfo "echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion" - einfo "echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion" - einfo "" + elog "If you intend to use svn-hot-backup, you can specify the number of" + elog "backups to keep per repository by specifying an environment variable." + elog "If you want to keep e.g. 2 backups, do the following:" + elog "echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion" + elog "echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion" + elog "" } pkg_postrm() { diff --git a/dev-util/subversion/subversion-1.3.2-r3.ebuild b/dev-util/subversion/subversion-1.3.2-r3.ebuild index db0b1a70c8c1..fc651679d71c 100644 --- a/dev-util/subversion/subversion-1.3.2-r3.ebuild +++ b/dev-util/subversion/subversion-1.3.2-r3.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/dev-util/subversion/subversion-1.3.2-r3.ebuild,v 1.14 2007/01/28 19:30:13 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.3.2-r3.ebuild,v 1.15 2007/03/05 04:20:11 genone Exp $ inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module java-pkg-opt-2 @@ -271,60 +271,60 @@ pkg_postinst() { use emacs && elisp-site-regen use perl && perl-module_pkg_postinst - einfo "Subversion Server Notes" - einfo "-----------------------" - einfo - - einfo "If you intend to run a server, a repository needs to be created using" - einfo "svnadmin (see man svnadmin) or the following command to create it in" - einfo "/var/svn:" - einfo - einfo " emerge --config =${CATEGORY}/${PF}" - einfo - einfo "If you upgraded from an older version of berkely db and experience" - einfo "problems with your repository then run the following commands as root:" - einfo " db4_recover -h ${SVN_REPOS_LOC}/repos" - einfo " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" - einfo - einfo "Subversion has multiple server types, take your pick:" - einfo - einfo " - svnserve daemon: " - einfo " 1. edit /etc/conf.d/svnserve" - einfo " 2. start daemon: /etc/init.d/svnserve start" - einfo " 3. make persistent: rc-update add svnserve default" - einfo - einfo " - svnserve via xinetd:" - einfo " 1. edit /etc/xinetd.d/svnserve (remove disable line)" - einfo " 2. restart xinetd.d: /etc/init.d/xinetd restart" - einfo - einfo " - svn over ssh:" - einfo " 1. Fix the repository permissions:" - einfo " groupadd svnusers" - einfo " chown -R root:svnusers /var/svn/repos/" - einfo " chmod -R g-w /var/svn/repos" - einfo " chmod -R g+rw /var/svn/repos/db" - einfo " chmod -R g+rw /var/svn/repos/locks" - einfo " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" - einfo " want, for example:" - einfo " #!/bin/bash" - einfo " umask 002" - einfo " exec /usr/bin/svnserve \"\$@\"" - einfo + elog "Subversion Server Notes" + elog "-----------------------" + elog + + elog "If you intend to run a server, a repository needs to be created using" + elog "svnadmin (see man svnadmin) or the following command to create it in" + elog "/var/svn:" + elog + elog " emerge --config =${CATEGORY}/${PF}" + elog + elog "If you upgraded from an older version of berkely db and experience" + elog "problems with your repository then run the following commands as root:" + elog " db4_recover -h ${SVN_REPOS_LOC}/repos" + elog " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" + elog + elog "Subversion has multiple server types, take your pick:" + elog + elog " - svnserve daemon: " + elog " 1. edit /etc/conf.d/svnserve" + elog " 2. start daemon: /etc/init.d/svnserve start" + elog " 3. make persistent: rc-update add svnserve default" + elog + elog " - svnserve via xinetd:" + elog " 1. edit /etc/xinetd.d/svnserve (remove disable line)" + elog " 2. restart xinetd.d: /etc/init.d/xinetd restart" + elog + elog " - svn over ssh:" + elog " 1. Fix the repository permissions:" + elog " groupadd svnusers" + elog " chown -R root:svnusers /var/svn/repos/" + elog " chmod -R g-w /var/svn/repos" + elog " chmod -R g+rw /var/svn/repos/db" + elog " chmod -R g+rw /var/svn/repos/locks" + elog " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" + elog " want, for example:" + elog " #!/bin/bash" + elog " umask 002" + elog " exec /usr/bin/svnserve \"\$@\"" + elog if use apache2 >/dev/null; then - einfo " - http-based server:" - einfo " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" - einfo " 2. create an htpasswd file:" - einfo " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" - einfo + elog " - http-based server:" + elog " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" + elog " 2. create an htpasswd file:" + elog " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" + elog fi - einfo "If you intend to use svn-hot-backup, you can specify the number of" - einfo "backups to keep per repository by specifying an environment variable." - einfo "If you want to keep e.g. 2 backups, do the following:" - einfo "echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion" - einfo "echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion" - einfo "" + elog "If you intend to use svn-hot-backup, you can specify the number of" + elog "backups to keep per repository by specifying an environment variable." + elog "If you want to keep e.g. 2 backups, do the following:" + elog "echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion" + elog "echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion" + elog "" } pkg_postrm() { diff --git a/dev-util/subversion/subversion-1.4.3.ebuild b/dev-util/subversion/subversion-1.4.3.ebuild index 62a63596e022..10b85e5e3e79 100644 --- a/dev-util/subversion/subversion-1.4.3.ebuild +++ b/dev-util/subversion/subversion-1.4.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/dev-util/subversion/subversion-1.4.3.ebuild,v 1.5 2007/03/03 21:00:31 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.3.ebuild,v 1.6 2007/03/05 04:20:11 genone Exp $ inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module java-pkg-opt-2 @@ -277,60 +277,60 @@ pkg_postinst() { use emacs && elisp-site-regen use perl && perl-module_pkg_postinst - einfo "Subversion Server Notes" - einfo "-----------------------" - einfo - - einfo "If you intend to run a server, a repository needs to be created using" - einfo "svnadmin (see man svnadmin) or the following command to create it in" - einfo "/var/svn:" - einfo - einfo " emerge --config =${CATEGORY}/${PF}" - einfo - einfo "If you upgraded from an older version of berkely db and experience" - einfo "problems with your repository then run the following commands as root:" - einfo " db4_recover -h ${SVN_REPOS_LOC}/repos" - einfo " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" - einfo - einfo "Subversion has multiple server types, take your pick:" - einfo - einfo " - svnserve daemon: " - einfo " 1. edit /etc/conf.d/svnserve" - einfo " 2. start daemon: /etc/init.d/svnserve start" - einfo " 3. make persistent: rc-update add svnserve default" - einfo - einfo " - svnserve via xinetd:" - einfo " 1. edit /etc/xinetd.d/svnserve (remove disable line)" - einfo " 2. restart xinetd.d: /etc/init.d/xinetd restart" - einfo - einfo " - svn over ssh:" - einfo " 1. Fix the repository permissions:" - einfo " groupadd svnusers" - einfo " chown -R root:svnusers /var/svn/repos/" - einfo " chmod -R g-w /var/svn/repos" - einfo " chmod -R g+rw /var/svn/repos/db" - einfo " chmod -R g+rw /var/svn/repos/locks" - einfo " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" - einfo " want, for example:" - einfo " #!/bin/bash" - einfo " umask 002" - einfo " exec /usr/bin/svnserve \"\$@\"" - einfo + elog "Subversion Server Notes" + elog "-----------------------" + elog + + elog "If you intend to run a server, a repository needs to be created using" + elog "svnadmin (see man svnadmin) or the following command to create it in" + elog "/var/svn:" + elog + elog " emerge --config =${CATEGORY}/${PF}" + elog + elog "If you upgraded from an older version of berkely db and experience" + elog "problems with your repository then run the following commands as root:" + elog " db4_recover -h ${SVN_REPOS_LOC}/repos" + elog " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" + elog + elog "Subversion has multiple server types, take your pick:" + elog + elog " - svnserve daemon: " + elog " 1. edit /etc/conf.d/svnserve" + elog " 2. start daemon: /etc/init.d/svnserve start" + elog " 3. make persistent: rc-update add svnserve default" + elog + elog " - svnserve via xinetd:" + elog " 1. edit /etc/xinetd.d/svnserve (remove disable line)" + elog " 2. restart xinetd.d: /etc/init.d/xinetd restart" + elog + elog " - svn over ssh:" + elog " 1. Fix the repository permissions:" + elog " groupadd svnusers" + elog " chown -R root:svnusers /var/svn/repos/" + elog " chmod -R g-w /var/svn/repos" + elog " chmod -R g+rw /var/svn/repos/db" + elog " chmod -R g+rw /var/svn/repos/locks" + elog " 2. create an svnserve wrapper in /usr/local/bin to set the umask you" + elog " want, for example:" + elog " #!/bin/bash" + elog " umask 002" + elog " exec /usr/bin/svnserve \"\$@\"" + elog if use apache2 >/dev/null; then - einfo " - http-based server:" - einfo " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" - einfo " 2. create an htpasswd file:" - einfo " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" - einfo + elog " - http-based server:" + elog " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" + elog " 2. create an htpasswd file:" + elog " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME" + elog fi - einfo "If you intend to use svn-hot-backup, you can specify the number of" - einfo "backups to keep per repository by specifying an environment variable." - einfo "If you want to keep e.g. 2 backups, do the following:" - einfo "echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion" - einfo "echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion" - einfo "" + elog "If you intend to use svn-hot-backup, you can specify the number of" + elog "backups to keep per repository by specifying an environment variable." + elog "If you want to keep e.g. 2 backups, do the following:" + elog "echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion" + elog "echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion" + elog "" } pkg_postrm() {