Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Mon, 5 Mar 2007 04:20:11 +0000 (04:20 +0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 5 Mar 2007 04:20:11 +0000 (04:20 +0000)
Package-Manager: portage-2.1.2-r10

51 files changed:
dev-util/colorgcc/ChangeLog
dev-util/colorgcc/colorgcc-1.3.2-r4.ebuild
dev-util/cutils/ChangeLog
dev-util/cutils/cutils-1.6-r2.ebuild
dev-util/cvsd/ChangeLog
dev-util/cvsd/cvsd-1.0.7.ebuild
dev-util/cvsd/cvsd-1.0.8.ebuild
dev-util/fenris/ChangeLog
dev-util/fenris/fenris-0.07m-r2.ebuild
dev-util/glademm/ChangeLog
dev-util/glademm/glademm-2.0.0.1.ebuild
dev-util/glademm/glademm-2.6.0.ebuild
dev-util/injectso/ChangeLog
dev-util/injectso/injectso-0.2.ebuild
dev-util/larch/ChangeLog
dev-util/larch/larch-1.0_pre0.ebuild
dev-util/leaktracer/ChangeLog
dev-util/leaktracer/leaktracer-2.4.ebuild
dev-util/mono-tools/ChangeLog
dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild
dev-util/mono-tools/mono-tools-1.1.17.ebuild
dev-util/mono-tools/mono-tools-1.2.1.ebuild
dev-util/mono-tools/mono-tools-1.2.3.ebuild
dev-util/monodoc/ChangeLog
dev-util/monodoc/monodoc-1.1.13.ebuild
dev-util/monotone/ChangeLog
dev-util/monotone/monotone-0.24.ebuild
dev-util/monotone/monotone-0.25.ebuild
dev-util/monotone/monotone-0.29.ebuild
dev-util/monotone/monotone-0.32.ebuild
dev-util/oprofile/ChangeLog
dev-util/oprofile/oprofile-0.9.1-r1.ebuild
dev-util/oprofile/oprofile-0.9.2.ebuild
dev-util/pida/ChangeLog
dev-util/pida/pida-0.4.1.ebuild
dev-util/pretrace/ChangeLog
dev-util/pretrace/pretrace-0.3-r1.ebuild
dev-util/pretrace/pretrace-0.3.ebuild
dev-util/pretrace/pretrace-0.4.ebuild
dev-util/rec/ChangeLog
dev-util/rec/rec-1.6.ebuild
dev-util/rhide/ChangeLog
dev-util/rhide/rhide-1.5.20050823.ebuild
dev-util/spe/ChangeLog
dev-util/spe/spe-0.8.2.ebuild
dev-util/spe/spe-0.8.3c.ebuild
dev-util/subversion/ChangeLog
dev-util/subversion/subversion-1.1.3.ebuild
dev-util/subversion/subversion-1.2.3-r3.ebuild
dev-util/subversion/subversion-1.3.2-r3.ebuild
dev-util/subversion/subversion-1.4.3.ebuild

index 310157f77a7c32c2dc9f09aaf04f9d1ea972b869..bba53682a3256d08944e52c60f0e13c9418bf91d 100644 (file)
@@ -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 <genone@gentoo.org> colorgcc-1.3.2-r4.ebuild:
+  Replacing einfo with elog
 
   12 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org>
   colorgcc-1.3.2-r4.ebuild:
index b34a374aab8ea06312ea37bc19e7e389afdc50bf..19f7f2bf77b1bbe29dac0ffabb33d2243b7aff33 100644 (file)
@@ -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...
index 7c8549e5acbf00f7af4300c435246e90f3ded412..904921a77b61b0570c95762788a22a1190f6bb05 100644 (file)
@@ -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 <genone@gentoo.org> cutils-1.6-r2.ebuild:
+  Replacing einfo with elog
 
   06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -cutils-1.6-r1.ebuild:
   QA: Removed unused versions.
index e5eb21d624311a46a7488e2713d07dc2ba21ed24..751e46a670265d0c43eb44d12f8dcacf85094a60 100644 (file)
@@ -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"
 }
index d1915231a1f1edc3efc34c2adb7566e60e32f407..21c755bf1965697dec2adc2f6cd9fb74ed020d5f 100644 (file)
@@ -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 <genone@gentoo.org> cvsd-1.0.7.ebuild,
+  cvsd-1.0.8.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 10a96549e4b793e96914f7f76ec458c6f3fe302a..9e46c25c904068dd672bafad56487c871311091e 100644 (file)
@@ -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"
 }
index 79ac39606be0e6f0b5de8a168be56119f9bdc4d5..17fa46c1bdff9f6080421e799bdee102d7d8d7d4 100644 (file)
@@ -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"
 }
index 9b9ea293d9681bb3ca53bde8b484242ce2fe2090..9d0491065d27d917e3da6ff015ce961d92ffbabd 100644 (file)
@@ -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 <genone@gentoo.org> fenris-0.07m-r2.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 8d8dd2e7c16ce5db7aa673e94d427bd6b43ff67c..4141f2c774847b135df6635de59a6285a69cf06c 100644 (file)
@@ -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"
 }
index 5d6dcea0c62b7c0e80bf9ce758914d8f50cf66bb..6165467b17de558370f04603cbb3510cf74f7017 100644 (file)
@@ -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 <genone@gentoo.org> glademm-2.0.0.1.ebuild,
+  glademm-2.6.0.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index f88e5a47cc8d44f8536cc37863f231fb5ba9a024..99938eb5f395ad01b56e366b05363cf80a04dbfd 100644 (file)
@@ -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."
 
 }
index 493b5b43e2c9822b7634eb14f604a47fcb79a7cc..894ca9e26b44793e6a48ee986bd429bea003632d 100644 (file)
@@ -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."
 
 }
index af386fbfbee73935610e816679eb38d177278899..f2a967483f5446dc0018012336acd653600b3c74 100644 (file)
@@ -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 <genone@gentoo.org> injectso-0.2.ebuild:
+  Replacing einfo with elog
 
   17 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
   +files/injectso-0.2-gcc4.patch, injectso-0.2.ebuild:
index 7b5d806b648213cd770df07003b40edd6708ee48..218c21e999d139b3ef76f9d7f7d2e9df591e1cec 100644 (file)
@@ -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
 }
index d6eb70d98a2c0b26d19dc29d6f61e49495cd4655..53a38e8363f2a006eb9b9fc71f5763ab4326f8e2 100644 (file)
@@ -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 <genone@gentoo.org> larch-1.0_pre0.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 64e8449f44400b176fcb83303a361e9cc5ade935..16a8beb9c335d01bf8422cf8425d05817bdd9fd3 100644 (file)
@@ -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\"."
 }
index 0745fb1d86b53aa56c81770b6b1797b08c707d45..c458b594c24a3e44a77213c7c422d85d361e3aad 100644 (file)
@@ -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 <genone@gentoo.org> leaktracer-2.4.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index f211677a21eed872eebe514d4463122db7bcdc02..fdf09062cc5987a4431e14a12105d6daa5684192 100644 (file)
@@ -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."
 }
index c9e05e78a97ed49bc118df3d5e7aca9064a82111..8d773ef25756a4e740854d811d56d5207816ce52 100644 (file)
@@ -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 <genone@gentoo.org> 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 <armin76@gentoo.org> -mono-tools-1.1.11.ebuild:
   Drop old version depending in mozilla
index b9616198237a42f624394ab5bb98b702b21fac69..b268d1b67c0f0a3917f873ae237ec0e93133b8e5 100644 (file)
@@ -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
 }
 
index 59582c9c5da67be5b830fbaabb395301be73382c..ce04ff3a17c31432e0ba8664addd6a2085d8c5bf 100644 (file)
@@ -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
 }
 
index 65f75a24fca1a3cf39125270d48be82ced8f5532..25e475d59838f4e508d972a646e7011fc56bfadc 100644 (file)
@@ -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
 }
 
index 5f9ea56f8bc390ca8b90da526341869c7a9244bb..f57625483ea45f5e734034dbefc2a5149c36a6f6 100644 (file)
@@ -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
 }
 
index fd3aba94b7dfe11fccbdef60b37faff28b4f8e79..b73e15abe614fd9363d087e3838d983524917ce3 100644 (file)
@@ -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 <genone@gentoo.org> monodoc-1.1.13.ebuild:
+  Replacing einfo with elog
 
   20 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> monodoc-1.2.1.ebuild:
   Marked stable on amd64 for bug #166463
index cfa0070dd009a901b7c809ba207eaf32e614c44d..eef75091f5467f6994d04824352130f00f3c4b66 100644 (file)
@@ -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
 }
index 654930a0fbd7652d0b0420123589e22a5ae9e73d..091e057d214223b0828ae394cdd23ce8c7232d6b 100644 (file)
@@ -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 <genone@gentoo.org> 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 <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 2444ca7ac8c762a903efb7162aab4eeb87299f91..3aa9fba5ca10f3f46bccf0b477529550651fee93 100644 (file)
@@ -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() {
index 56fc83339630f03eb47d5a3e4dd66e377c6a311d..94579b3fb7bc8b5bc8e78ed4c14a88e96d578fe4 100644 (file)
@@ -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() {
index 9d9b7f2e1a83c14d4d52ed94a65b82282bd71b5f..fa643bc4747b70c036d66d720bcbc782b14298fa 100644 (file)
@@ -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() {
index b4b740ddae4a0490f5b49b52b6417d816f115240..39f7c6ed13c0cd87e3546d9b1521def6186c7fe3 100644 (file)
@@ -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() {
index 58cd2ae6c123a45d2ffc2e3cb255d9643aa7ad10..0739f201a2e64e7efb2dfafcdb946d4947fb8479 100644 (file)
@@ -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 <genone@gentoo.org> oprofile-0.9.1-r1.ebuild,
+  oprofile-0.9.2.ebuild:
+  Replacing einfo with elog
 
   14 Oct 2006; Michał Januszewski <spock@gentoo.org>
   oprofile-0.9.1-r1.ebuild, oprofile-0.9.2.ebuild:
index a04b079b5e80f6390fe8371b93a6b797da84e187..e68398cbcd1d7c7847dbab5b524b5cf7ac592459 100644 (file)
@@ -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
 }
index 7592dcad3029296b018e41dfe93a390b541fbec8..75f2c0f3e3357381fa7499821aadecfd97b1cd61 100644 (file)
@@ -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
 }
index 25c63bc56d7318c21587da9b256f6bc68545a164..ed2cf16dd610be1202ef6096fe0d6ca4aa7cb2e4 100644 (file)
@@ -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 <genone@gentoo.org> pida-0.4.1.ebuild:
+  Replacing einfo with elog
 
 *pida-0.4.1 (16 Dec 2006)
 
index 95d4b272c2ee84a2c47d566b0dcfe80f12ec0053..75bb7f6cc776dd1f329c924b87aeec065cdd5e01 100644 (file)
@@ -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"
 }
index 7d64a0d0ea8767c6fcf0f977656a4286689d0370..c10c03048e0999fc7e7561a0fb316821f85ac99c 100644 (file)
@@ -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 <genone@gentoo.org> pretrace-0.3.ebuild,
+  pretrace-0.3-r1.ebuild, pretrace-0.4.ebuild:
+  Replacing einfo with elog
 
   04 Feb 2007; Simon Stelling <blubb@gentoo.org> pretrace-0.4.ebuild:
   multilib-strict fix; credits to aballier@gentoo.org; bug 159539
index 7f9f52eaf9d976215faf39a7e50e9bb861e7f306..e544b40f20d23b5009f058aa603b8bb3f05d5b8b 100644 (file)
@@ -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."
 }
index 04a4e236375a672d657de6082f3e2c0556775a1e..b6c9145518077f470fcfd914fd1b3f2289d7a670 100644 (file)
@@ -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."
 }
index b372d5d2e518c313b92733a2da3d188f5222b2c9..c5549ad5f0299980c071687725f9110e320bfb7a 100644 (file)
@@ -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"
 }
index f1f6bbf8765f3e86683201e08207e60aeba1ba22..71b438c3a6a9233ebd09db436436050e79f2132b 100644 (file)
@@ -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 <genone@gentoo.org> rec-1.6.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index e94c34d212339de0cb4135c6707b3c894c0b6053..4b3710bffc22a158f7c393f514b2071670d3a707 100644 (file)
@@ -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."
 }
index a70f5420594ee343bb0cfe2bc076b911463bd8df..04d932a8a7107c4026c9bf119f99bc4547731834 100644 (file)
@@ -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 <genone@gentoo.org> rhide-1.5.20050823.ebuild:
+  Replacing einfo with elog
 
   23 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org> -rhide-1.5-r1.ebuild:
   clean out old, non-modX ebuild
index 3dcb533d573145353051ece0201ad5751f6b0cbc..0685b1d1bab5c31825db1c01719c05756c4f3943 100644 (file)
@@ -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
 }
index 7e41f84eb8b4d82de0e650ef49e760433dd5c7e6..62c2ac7b0f06caa6baf62c738d4748172206a088 100644 (file)
@@ -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 <genone@gentoo.org> spe-0.8.2.ebuild,
+  spe-0.8.3c.ebuild:
+  Replacing einfo with elog
 
   27 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> spe-0.8.3c.ebuild:
   Add gnome desktop entry, bug 154233. Thanks to CDigger <diggerster@gmail.com>.
index 3a4f9179c7f08521a8b76ac9c9ec275e96025178..169b50fa2081addd4472806b9715b8a7702624d0 100644 (file)
@@ -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
 }
index 4383ae5b8b9f1faedd0ea4ddbbf12f4af388051c..bd47aa6c89e039d3ccfb07835697cf5430dd3ac9 100644 (file)
@@ -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
 }
index dc292895763affca66cf61098e34e307e007334d..b5c6a1c39a5d74a155dfd2b865e9efd701568ab2 100644 (file)
@@ -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 <genone@gentoo.org> 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 <pauldv@gentoo.org> subversion-1.4.3.ebuild:
   Fix bug #108777 by preferring the apr version apache was linked against.
index a09293241baa885f86d6a1c503f80367a68aacc6..d232fb5caaedbb8ddb3ff8adb140d2a768a787b9 100644 (file)
@@ -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
 }
 
index 0bedb14b8e226af39a70ba58ffc50339025b7c33..234b9b501aebee378de0091ad26f36b2d92ad330 100644 (file)
@@ -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() {
index db0b1a70c8c1657fc8551ca911405c2f2f9574d1..fc651679d71cef1fc0d01aa630d1eb61748d4714 100644 (file)
@@ -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() {
index 62a63596e0220e6fe33a86198f8a16ca2b714444..10b85e5e3e7963745c9ce533e2da223be20675f9 100644 (file)
@@ -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() {