summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-05 03:28:30 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-05 03:28:30 +0000
commit3135935230550b345ec97f2e9edc98d3fd5855d5 (patch)
tree96b6ae679a89038ed3ca5e5cebb8f551b5dcb55f
parentadded ~ppc64 (diff)
downloadhistorical-3135935230550b345ec97f2e9edc98d3fd5855d5.tar.gz
historical-3135935230550b345ec97f2e9edc98d3fd5855d5.tar.bz2
historical-3135935230550b345ec97f2e9edc98d3fd5855d5.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
-rw-r--r--dev-util/anjuta/ChangeLog7
-rw-r--r--dev-util/anjuta/anjuta-1.2.4-r1.ebuild12
-rw-r--r--dev-util/anjuta/anjuta-1.2.4.ebuild14
-rw-r--r--dev-util/anjuta/anjuta-2.1.0_beta1.ebuild8
-rw-r--r--dev-util/anjuta/anjuta-2.1.1_beta1.ebuild8
-rw-r--r--dev-util/bcpp/ChangeLog5
-rw-r--r--dev-util/bcpp/bcpp-20050725.ebuild16
-rw-r--r--dev-util/buildbot/ChangeLog6
-rw-r--r--dev-util/buildbot/buildbot-0.7.4.ebuild22
-rw-r--r--dev-util/buildbot/buildbot-0.7.5.ebuild20
-rw-r--r--dev-util/bzr/ChangeLog6
-rw-r--r--dev-util/bzr/bzr-0.13.ebuild8
-rw-r--r--dev-util/bzr/bzr-0.14.ebuild8
-rw-r--r--dev-util/catalyst/ChangeLog7
-rw-r--r--dev-util/catalyst/catalyst-1.1.10.10.ebuild10
-rw-r--r--dev-util/catalyst/catalyst-2.0.2.ebuild16
-rw-r--r--dev-util/catalyst/catalyst-2.0.3_pre1.ebuild16
-rw-r--r--dev-util/catalyst/catalyst-2.0.3_pre2.ebuild16
-rw-r--r--dev-util/ccache/ChangeLog5
-rw-r--r--dev-util/ccache/ccache-2.4-r6.ebuild14
-rw-r--r--dev-util/ciabot-svn/ChangeLog5
-rw-r--r--dev-util/ciabot-svn/ciabot-svn-1.15.ebuild34
22 files changed, 145 insertions, 118 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog
index 38a8b4ba3cc0..387d39314f96 100644
--- a/dev-util/anjuta/ChangeLog
+++ b/dev-util/anjuta/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/anjuta
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.65 2007/02/25 20:53:49 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.66 2007/03/05 03:16:43 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> anjuta-1.2.4.ebuild,
+ anjuta-1.2.4-r1.ebuild, anjuta-2.1.0_beta1.ebuild,
+ anjuta-2.1.1_beta1.ebuild:
+ Replacing einfo with elog
25 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org>
anjuta-2.1.1_beta1.ebuild:
diff --git a/dev-util/anjuta/anjuta-1.2.4-r1.ebuild b/dev-util/anjuta/anjuta-1.2.4-r1.ebuild
index 97db3396bf42..ea03a17a4762 100644
--- a/dev-util/anjuta/anjuta-1.2.4-r1.ebuild
+++ b/dev-util/anjuta/anjuta-1.2.4-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/anjuta/anjuta-1.2.4-r1.ebuild,v 1.8 2007/01/04 14:52:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v 1.9 2007/03/05 03:16:43 genone Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -66,11 +66,11 @@ pkg_postinst() {
gnome2_pkg_postinst
- einfo
- einfo "Some project templates may require additional development"
- einfo "libraries to function correctly. It goes beyond the scope"
- einfo "of this ebuild to provide them."
- einfo
+ elog
+ elog "Some project templates may require additional development"
+ elog "libraries to function correctly. It goes beyond the scope"
+ elog "of this ebuild to provide them."
+ elog
ewarn "If code autocompletion is missing gtk+ and other pkg-config"
ewarn "managed package headers, resolve any errors produced by the"
diff --git a/dev-util/anjuta/anjuta-1.2.4.ebuild b/dev-util/anjuta/anjuta-1.2.4.ebuild
index 7f5219de4c9c..2033c1232258 100644
--- a/dev-util/anjuta/anjuta-1.2.4.ebuild
+++ b/dev-util/anjuta/anjuta-1.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/anjuta/anjuta-1.2.4.ebuild,v 1.6 2005/12/28 14:27:21 malverian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4.ebuild,v 1.7 2007/03/05 03:16:43 genone Exp $
inherit eutils gnome2 multilib
@@ -58,11 +58,11 @@ pkg_postinst() {
dodoc ${S}/doc
fi
- einfo
- einfo "Some project templates may require additional development"
- einfo "libraries to function correctly. It goes beyond the scope"
- einfo "of this ebuild to provide them."
- einfo
+ elog
+ elog "Some project templates may require additional development"
+ elog "libraries to function correctly. It goes beyond the scope"
+ elog "of this ebuild to provide them."
+ elog
ewarn "If code autocompletion is missing gtk+ and other pkg-config"
ewarn "managed package headers, resolve any errors produced by the"
diff --git a/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild b/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild
index 21a0b96e5e09..d8443ac96e59 100644
--- a/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild
+++ b/dev-util/anjuta/anjuta-2.1.0_beta1.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/anjuta/anjuta-2.1.0_beta1.ebuild,v 1.3 2007/02/02 20:50:33 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild,v 1.4 2007/03/05 03:16:43 genone Exp $
inherit eutils gnome2 eutils autotools
@@ -97,8 +97,8 @@ pkg_postinst() {
gnome2_pkg_postinst
ebeep 1
- einfo "Some project templates may require additional development"
- einfo "libraries to function correctly. It goes beyond the scope"
- einfo "of this ebuild to provide them."
+ elog "Some project templates may require additional development"
+ elog "libraries to function correctly. It goes beyond the scope"
+ elog "of this ebuild to provide them."
epause 5
}
diff --git a/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild b/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild
index be281ab210f9..5af15c31f6b2 100644
--- a/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild
+++ b/dev-util/anjuta/anjuta-2.1.1_beta1.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/anjuta/anjuta-2.1.1_beta1.ebuild,v 1.2 2007/02/25 20:53:49 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild,v 1.3 2007/03/05 03:16:43 genone Exp $
inherit eutils gnome2 eutils autotools
@@ -98,8 +98,8 @@ pkg_postinst() {
gnome2_pkg_postinst
ebeep 1
- einfo "Some project templates may require additional development"
- einfo "libraries to function correctly. It goes beyond the scope"
- einfo "of this ebuild to provide them."
+ elog "Some project templates may require additional development"
+ elog "libraries to function correctly. It goes beyond the scope"
+ elog "of this ebuild to provide them."
epause 5
}
diff --git a/dev-util/bcpp/ChangeLog b/dev-util/bcpp/ChangeLog
index 5cf2f5d56404..a76c99fbe4e7 100644
--- a/dev-util/bcpp/ChangeLog
+++ b/dev-util/bcpp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/bcpp
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/ChangeLog,v 1.10 2007/02/09 07:41:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/ChangeLog,v 1.11 2007/03/05 03:19:10 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> bcpp-20050725.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/dev-util/bcpp/bcpp-20050725.ebuild b/dev-util/bcpp/bcpp-20050725.ebuild
index 3e3911aab6eb..7335da125c4a 100644
--- a/dev-util/bcpp/bcpp-20050725.ebuild
+++ b/dev-util/bcpp/bcpp-20050725.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/bcpp/bcpp-20050725.ebuild,v 1.4 2006/02/10 05:21:34 deltacow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/bcpp-20050725.ebuild,v 1.5 2007/03/05 03:19:10 genone Exp $
DESCRIPTION="Indents C/C++ source code"
HOMEPAGE="http://invisible-island.net/bcpp/"
@@ -23,10 +23,10 @@ src_install() {
}
pkg_postinst() {
- einfo "Check the documentation for more information on how to"
- einfo "Run bcpp. Please note that in order to get help for"
- einfo "bcpp, please run bcpp -h and not the command by itself."
- einfo ""
- einfo "Configuration files are at /etc/bcpp."
- einfo "To use them, use the -c option followed by the filename."
+ elog "Check the documentation for more information on how to"
+ elog "Run bcpp. Please note that in order to get help for"
+ elog "bcpp, please run bcpp -h and not the command by itself."
+ elog ""
+ elog "Configuration files are at /etc/bcpp."
+ elog "To use them, use the -c option followed by the filename."
}
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog
index 00b8d3fdccb7..1d9d433ff858 100644
--- a/dev-util/buildbot/ChangeLog
+++ b/dev-util/buildbot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/buildbot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.5 2007/02/08 03:39:35 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.6 2007/03/05 03:20:30 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> buildbot-0.7.4.ebuild,
+ buildbot-0.7.5.ebuild:
+ Replacing einfo with elog
*buildbot-0.7.5 (08 Feb 2007)
diff --git a/dev-util/buildbot/buildbot-0.7.4.ebuild b/dev-util/buildbot/buildbot-0.7.4.ebuild
index d3fa60c22519..3a9543e4b8f1 100644
--- a/dev-util/buildbot/buildbot-0.7.4.ebuild
+++ b/dev-util/buildbot/buildbot-0.7.4.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/buildbot/buildbot-0.7.4.ebuild,v 1.3 2006/10/31 01:04:42 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.4.ebuild,v 1.4 2007/03/05 03:20:30 genone Exp $
inherit distutils eutils
@@ -70,13 +70,13 @@ src_install() {
}
pkg_postinst() {
- einfo 'The "buildbot" user and the "buildmaster" and "buildslave" init'
- einfo "scripts were added to support starting buildbot through gentoo's"
- einfo "init system. To use this set up your build master or build slave"
- einfo "following the buildbot documentation, make sure the resulting"
- einfo 'directories are owned by the "buildbot" user and point'
- einfo "${ROOT}etc/conf.d/buildmaster or ${ROOT}etc/conf.d/buildslave"
- einfo "at the right location. The scripts can run as a different user"
- einfo "if desired. If you need to run more than one master or slave"
- einfo "just copy the scripts."
+ elog 'The "buildbot" user and the "buildmaster" and "buildslave" init'
+ elog "scripts were added to support starting buildbot through gentoo's"
+ elog "init system. To use this set up your build master or build slave"
+ elog "following the buildbot documentation, make sure the resulting"
+ elog 'directories are owned by the "buildbot" user and point'
+ elog "${ROOT}etc/conf.d/buildmaster or ${ROOT}etc/conf.d/buildslave"
+ elog "at the right location. The scripts can run as a different user"
+ elog "if desired. If you need to run more than one master or slave"
+ elog "just copy the scripts."
}
diff --git a/dev-util/buildbot/buildbot-0.7.5.ebuild b/dev-util/buildbot/buildbot-0.7.5.ebuild
index 774b21c5a907..0a15dbf1af4b 100644
--- a/dev-util/buildbot/buildbot-0.7.5.ebuild
+++ b/dev-util/buildbot/buildbot-0.7.5.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/buildbot/buildbot-0.7.5.ebuild,v 1.2 2007/02/13 13:23:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.3 2007/03/05 03:20:30 genone Exp $
inherit distutils eutils
@@ -68,13 +68,13 @@ src_install() {
}
pkg_postinst() {
- einfo 'The "buildbot" user and the "buildmaster" and "buildslave" init'
- einfo "scripts were added to support starting buildbot through gentoo's"
- einfo "init system. To use this set up your build master or build slave"
- einfo "following the buildbot documentation, make sure the resulting"
- einfo 'directories are owned by the "buildbot" user and point'
- einfo "${ROOT}etc/conf.d/buildmaster or ${ROOT}etc/conf.d/buildslave"
- einfo "at the right location. The scripts can run as a different user"
- einfo "if desired. If you need to run more than one master or slave"
- einfo "just copy the scripts."
+ elog 'The "buildbot" user and the "buildmaster" and "buildslave" init'
+ elog "scripts were added to support starting buildbot through gentoo's"
+ elog "init system. To use this set up your build master or build slave"
+ elog "following the buildbot documentation, make sure the resulting"
+ elog 'directories are owned by the "buildbot" user and point'
+ elog "${ROOT}etc/conf.d/buildmaster or ${ROOT}etc/conf.d/buildslave"
+ elog "at the right location. The scripts can run as a different user"
+ elog "if desired. If you need to run more than one master or slave"
+ elog "just copy the scripts."
}
diff --git a/dev-util/bzr/ChangeLog b/dev-util/bzr/ChangeLog
index d2e2c938f811..5a7969cdda19 100644
--- a/dev-util/bzr/ChangeLog
+++ b/dev-util/bzr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/bzr
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/ChangeLog,v 1.28 2007/01/26 20:50:14 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/ChangeLog,v 1.29 2007/03/05 03:22:00 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> bzr-0.13.ebuild,
+ bzr-0.14.ebuild:
+ Replacing einfo with elog
*bzr-0.14 (26 Jan 2007)
diff --git a/dev-util/bzr/bzr-0.13.ebuild b/dev-util/bzr/bzr-0.13.ebuild
index ead9454d9f11..f40e72a3b1e3 100644
--- a/dev-util/bzr/bzr-0.13.ebuild
+++ b/dev-util/bzr/bzr-0.13.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/bzr/bzr-0.13.ebuild,v 1.2 2007/01/18 15:56:46 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-0.13.ebuild,v 1.3 2007/03/05 03:22:00 genone Exp $
inherit distutils bash-completion elisp-common eutils
@@ -62,9 +62,9 @@ pkg_postinst() {
use emacs && elisp-site-regen
bash-completion_pkg_postinst
- einfo "If you just upgraded from a version of bzr older than 0.9"
- einfo "you should rename your ~/.bazaar/branches.conf to locations.conf"
- einfo "(see /usr/share/doc/${PF}/NEWS.gz)"
+ elog "If you just upgraded from a version of bzr older than 0.9"
+ elog "you should rename your ~/.bazaar/branches.conf to locations.conf"
+ elog "(see /usr/share/doc/${PF}/NEWS.gz)"
}
pkg_postrm() {
diff --git a/dev-util/bzr/bzr-0.14.ebuild b/dev-util/bzr/bzr-0.14.ebuild
index a4016d6ae698..79f0f812efac 100644
--- a/dev-util/bzr/bzr-0.14.ebuild
+++ b/dev-util/bzr/bzr-0.14.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/bzr/bzr-0.14.ebuild,v 1.1 2007/01/26 20:50:14 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-0.14.ebuild,v 1.2 2007/03/05 03:22:00 genone Exp $
inherit distutils bash-completion elisp-common eutils
@@ -62,9 +62,9 @@ pkg_postinst() {
use emacs && elisp-site-regen
bash-completion_pkg_postinst
- einfo "If you just upgraded from a version of bzr older than 0.9"
- einfo "you should rename your ~/.bazaar/branches.conf to locations.conf"
- einfo "(see /usr/share/doc/${PF}/NEWS.gz)"
+ elog "If you just upgraded from a version of bzr older than 0.9"
+ elog "you should rename your ~/.bazaar/branches.conf to locations.conf"
+ elog "(see /usr/share/doc/${PF}/NEWS.gz)"
}
pkg_postrm() {
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog
index a031ecc46cb2..c319200f8242 100644
--- a/dev-util/catalyst/ChangeLog
+++ b/dev-util/catalyst/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/catalyst
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.162 2007/02/15 17:15:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.163 2007/03/05 03:25:22 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> catalyst-1.1.10.10.ebuild,
+ catalyst-2.0.2.ebuild, catalyst-2.0.3_pre1.ebuild,
+ catalyst-2.0.3_pre2.ebuild:
+ Replacing einfo with elog
*catalyst-2.0.3_pre2 (15 Feb 2007)
*catalyst-2.0.3_pre1 (15 Feb 2007)
diff --git a/dev-util/catalyst/catalyst-1.1.10.10.ebuild b/dev-util/catalyst/catalyst-1.1.10.10.ebuild
index bcb0d8206867..306d61a0cd48 100644
--- a/dev-util/catalyst/catalyst-1.1.10.10.ebuild
+++ b/dev-util/catalyst/catalyst-1.1.10.10.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/catalyst/catalyst-1.1.10.10.ebuild,v 1.5 2006/04/11 23:23:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-1.1.10.10.ebuild,v 1.6 2007/03/05 03:25:22 genone Exp $
inherit eutils
@@ -68,8 +68,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "You can find more information about catalyst by checking out the"
- einfo "catalyst project page at:"
- einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
+ elog "You can find more information about catalyst by checking out the"
+ elog "catalyst project page at:"
+ elog "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
echo
}
diff --git a/dev-util/catalyst/catalyst-2.0.2.ebuild b/dev-util/catalyst/catalyst-2.0.2.ebuild
index 1e37ae956b61..51cc07281548 100644
--- a/dev-util/catalyst/catalyst-2.0.2.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.2.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/catalyst/catalyst-2.0.2.ebuild,v 1.2 2007/02/09 01:40:13 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.2.ebuild,v 1.3 2007/03/05 03:25:22 genone Exp $
inherit eutils
@@ -34,10 +34,10 @@ pkg_setup() {
ewarn "then you should add ccache to your USE."
fi
echo
- einfo "The template spec files are now installed by default. You can find"
- einfo "them under /usr/share/doc/${PF}/examples"
- einfo "and they are considered to be the authorative source of information"
- einfo "on catalyst."
+ elog "The template spec files are now installed by default. You can find"
+ elog "them under /usr/share/doc/${PF}/examples"
+ elog "and they are considered to be the authorative source of information"
+ elog "on catalyst."
}
src_install() {
@@ -69,8 +69,8 @@ src_install() {
}
pkg_postinst() {
- einfo "You can find more information about catalyst by checking out the"
- einfo "catalyst project page at:"
- einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
+ elog "You can find more information about catalyst by checking out the"
+ elog "catalyst project page at:"
+ elog "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
echo
}
diff --git a/dev-util/catalyst/catalyst-2.0.3_pre1.ebuild b/dev-util/catalyst/catalyst-2.0.3_pre1.ebuild
index 2440ca97d7cd..d588dac69acd 100644
--- a/dev-util/catalyst/catalyst-2.0.3_pre1.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.3_pre1.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/catalyst/catalyst-2.0.3_pre1.ebuild,v 1.1 2007/02/15 17:15:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.3_pre1.ebuild,v 1.2 2007/03/05 03:25:22 genone Exp $
inherit eutils
@@ -34,10 +34,10 @@ pkg_setup() {
ewarn "then you should add ccache to your USE."
fi
echo
- einfo "The template spec files are now installed by default. You can find"
- einfo "them under /usr/share/doc/${PF}/examples"
- einfo "and they are considered to be the authorative source of information"
- einfo "on catalyst."
+ elog "The template spec files are now installed by default. You can find"
+ elog "them under /usr/share/doc/${PF}/examples"
+ elog "and they are considered to be the authorative source of information"
+ elog "on catalyst."
}
src_install() {
@@ -69,8 +69,8 @@ src_install() {
}
pkg_postinst() {
- einfo "You can find more information about catalyst by checking out the"
- einfo "catalyst project page at:"
- einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
+ elog "You can find more information about catalyst by checking out the"
+ elog "catalyst project page at:"
+ elog "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
echo
}
diff --git a/dev-util/catalyst/catalyst-2.0.3_pre2.ebuild b/dev-util/catalyst/catalyst-2.0.3_pre2.ebuild
index 2c3c63204cdd..d27c5127eccd 100644
--- a/dev-util/catalyst/catalyst-2.0.3_pre2.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.3_pre2.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/catalyst/catalyst-2.0.3_pre2.ebuild,v 1.1 2007/02/15 17:15:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.3_pre2.ebuild,v 1.2 2007/03/05 03:25:22 genone Exp $
inherit eutils
@@ -34,10 +34,10 @@ pkg_setup() {
ewarn "then you should add ccache to your USE."
fi
echo
- einfo "The template spec files are now installed by default. You can find"
- einfo "them under /usr/share/doc/${PF}/examples"
- einfo "and they are considered to be the authorative source of information"
- einfo "on catalyst."
+ elog "The template spec files are now installed by default. You can find"
+ elog "them under /usr/share/doc/${PF}/examples"
+ elog "and they are considered to be the authorative source of information"
+ elog "on catalyst."
}
src_install() {
@@ -69,8 +69,8 @@ src_install() {
}
pkg_postinst() {
- einfo "You can find more information about catalyst by checking out the"
- einfo "catalyst project page at:"
- einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
+ elog "You can find more information about catalyst by checking out the"
+ elog "catalyst project page at:"
+ elog "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
echo
}
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index bf42569daa12..a52226bf04a9 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ccache
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.59 2007/03/05 00:53:56 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.60 2007/03/05 03:26:45 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> ccache-2.4-r6.ebuild:
+ Replacing einfo with elog
05 Mar 2007; Lisa Seelye <lisa@gentoo.org> -ccache-2.2.ebuild,
-ccache-2.3.ebuild, -ccache-2.4.ebuild, -ccache-2.4-r1.ebuild,
diff --git a/dev-util/ccache/ccache-2.4-r6.ebuild b/dev-util/ccache/ccache-2.4-r6.ebuild
index c02835979a5c..c0561c75a918 100644
--- a/dev-util/ccache/ccache-2.4-r6.ebuild
+++ b/dev-util/ccache/ccache-2.4-r6.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/ccache/ccache-2.4-r6.ebuild,v 1.13 2007/03/04 23:46:35 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.14 2007/03/05 03:26:45 genone Exp $
WANT_AUTOCONF="latest"
inherit eutils autotools
@@ -75,10 +75,10 @@ pkg_postinst() {
done
[[ -d "${ROOT}/usr/lib/ccache.backup" ]] && rm -fr "${ROOT}/usr/lib/ccache.backup"
- einfo "To use ccache with **non-Portage** C compiling, add"
- einfo "/usr/lib/ccache/bin to the beginning of your path, before /usr/bin."
- einfo "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- einfo "no additional steps. If this is your first install of ccache, type"
- einfo "something like this to set a maximum cache size of 2GB:"
- einfo "# ccache -M 2G"
+ elog "To use ccache with **non-Portage** C compiling, add"
+ elog "/usr/lib/ccache/bin to the beginning of your path, before /usr/bin."
+ elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
+ elog "no additional steps. If this is your first install of ccache, type"
+ elog "something like this to set a maximum cache size of 2GB:"
+ elog "# ccache -M 2G"
}
diff --git a/dev-util/ciabot-svn/ChangeLog b/dev-util/ciabot-svn/ChangeLog
index 989494ad46f1..03694ce8c25d 100644
--- a/dev-util/ciabot-svn/ChangeLog
+++ b/dev-util/ciabot-svn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ciabot-svn
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ciabot-svn/ChangeLog,v 1.2 2007/02/09 03:02:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ciabot-svn/ChangeLog,v 1.3 2007/03/05 03:28:30 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> ciabot-svn-1.15.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild b/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild
index 70f39862f2fb..68b6a23f41a6 100644
--- a/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild
+++ b/dev-util/ciabot-svn/ciabot-svn-1.15.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/ciabot-svn/ciabot-svn-1.15.ebuild,v 1.1 2005/04/11 01:18:00 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild,v 1.2 2007/03/05 03:28:30 genone Exp $
inherit eutils
@@ -27,21 +27,21 @@ src_install() {
pkg_postinst() {
echo
- einfo "This ciabot-svn script should be called from your repository's post-commit"
- einfo "hook with the repository and revision as arguments. For example,"
- einfo "you could copy this script into your repository's \"hooks\" directory"
- einfo "and add something like the following to the \"post-commit\" script,"
- einfo "also in the repository's \"hooks\" directory:"
- einfo ""
- einfo " REPOS=\"\$1\""
- einfo " REV=\"\$2\""
- einfo " /usr/bin/ciabot-svn \"\$REPOS\" \"\$REV\" &"
- einfo ""
- einfo "Or, if you have multiple project hosted, you can add each"
- einfo "project's name to the commandline in that project's post-commit"
- einfo "hook:"
- einfo ""
- einfo " /usr/bin/ciabot-svn \"\$REPOS\" \"\$REV\" \"ProjectName\" &"
+ elog "This ciabot-svn script should be called from your repository's post-commit"
+ elog "hook with the repository and revision as arguments. For example,"
+ elog "you could copy this script into your repository's \"hooks\" directory"
+ elog "and add something like the following to the \"post-commit\" script,"
+ elog "also in the repository's \"hooks\" directory:"
+ elog ""
+ elog " REPOS=\"\$1\""
+ elog " REV=\"\$2\""
+ elog " /usr/bin/ciabot-svn \"\$REPOS\" \"\$REV\" &"
+ elog ""
+ elog "Or, if you have multiple project hosted, you can add each"
+ elog "project's name to the commandline in that project's post-commit"
+ elog "hook:"
+ elog ""
+ elog " /usr/bin/ciabot-svn \"\$REPOS\" \"\$REV\" \"ProjectName\" &"
echo
ebeep
epause