summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-05 04:00:00 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-05 04:00:00 +0000
commitb49fbbbdb6f44df9d3eca509653355101efc1843 (patch)
treec9c91c61fda5c810abf29320a4e9195d77bd52ec /dev-util
parentReplacing einfo with elog (diff)
downloadgentoo-2-b49fbbbdb6f44df9d3eca509653355101efc1843.tar.gz
gentoo-2-b49fbbbdb6f44df9d3eca509653355101efc1843.tar.bz2
gentoo-2-b49fbbbdb6f44df9d3eca509653355101efc1843.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/monotone/ChangeLog6
-rw-r--r--dev-util/monotone/monotone-0.24.ebuild32
-rw-r--r--dev-util/monotone/monotone-0.25.ebuild32
-rw-r--r--dev-util/monotone/monotone-0.29.ebuild32
-rw-r--r--dev-util/monotone/monotone-0.32.ebuild32
5 files changed, 69 insertions, 65 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog
index 654930a0fbd7..091e057d2142 100644
--- a/dev-util/monotone/ChangeLog
+++ b/dev-util/monotone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/monotone
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.37 2007/02/22 02:19:27 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.38 2007/03/05 04:00:00 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <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.
diff --git a/dev-util/monotone/monotone-0.24.ebuild b/dev-util/monotone/monotone-0.24.ebuild
index 2444ca7ac8c7..3aa9fba5ca10 100644
--- a/dev-util/monotone/monotone-0.24.ebuild
+++ b/dev-util/monotone/monotone-0.24.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.24.ebuild,v 1.2 2005/11/30 03:22:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.24.ebuild,v 1.3 2007/03/05 04:00:00 genone Exp $
inherit elisp-common flag-o-matic
@@ -68,20 +68,20 @@ src_install() {
pkg_postinst() {
use emacs && elisp-site-regen
- einfo
- einfo "If you are upgrading from:"
- einfo " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You"
- einfo " must run 'db migrate' against each of your databases; this "
- einfo " will automatically migrate the keys. Command line syntax for"
- einfo " 'serve' has changed; please adjust startup scripts accordingly."
- einfo " - 0.21 or earlier: hooks governing netsync read permission have"
- einfo " changed again; see /usr/share/doc/${PF}/NEWS.gz"
- einfo " - 0.20 or earlier: you need to run 'db migrate' against each of"
- einfo " your databases."
- einfo
- einfo "For instructions to upgrade from previous versions, please read"
- einfo "/usr/share/doc/${PF}/UPGRADE.gz"
- einfo
+ elog
+ elog "If you are upgrading from:"
+ elog " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You"
+ elog " must run 'db migrate' against each of your databases; this "
+ elog " will automatically migrate the keys. Command line syntax for"
+ elog " 'serve' has changed; please adjust startup scripts accordingly."
+ elog " - 0.21 or earlier: hooks governing netsync read permission have"
+ elog " changed again; see /usr/share/doc/${PF}/NEWS.gz"
+ elog " - 0.20 or earlier: you need to run 'db migrate' against each of"
+ elog " your databases."
+ elog
+ elog "For instructions to upgrade from previous versions, please read"
+ elog "/usr/share/doc/${PF}/UPGRADE.gz"
+ elog
}
pkg_postrm() {
diff --git a/dev-util/monotone/monotone-0.25.ebuild b/dev-util/monotone/monotone-0.25.ebuild
index 56fc83339630..94579b3fb7bc 100644
--- a/dev-util/monotone/monotone-0.25.ebuild
+++ b/dev-util/monotone/monotone-0.25.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.25.ebuild,v 1.2 2006/01/16 03:15:44 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.25.ebuild,v 1.3 2007/03/05 04:00:00 genone Exp $
inherit elisp-common flag-o-matic
@@ -68,20 +68,20 @@ src_install() {
pkg_postinst() {
use emacs && elisp-site-regen
- einfo
- einfo "If you are upgrading from:"
- einfo " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You"
- einfo " must run 'db migrate' against each of your databases; this "
- einfo " will automatically migrate the keys. Command line syntax for"
- einfo " 'serve' has changed; please adjust startup scripts accordingly."
- einfo " - 0.21 or earlier: hooks governing netsync read permission have"
- einfo " changed again; see /usr/share/doc/${PF}/NEWS.gz"
- einfo " - 0.20 or earlier: you need to run 'db migrate' against each of"
- einfo " your databases."
- einfo
- einfo "For more details and instructions to upgrade from previous versions,"
- einfo "please read /usr/share/doc/${PF}/UPGRADE.gz"
- einfo
+ elog
+ elog "If you are upgrading from:"
+ elog " - 0.23 or earlier: keys are now stored in ~/.monotone/keys. You"
+ elog " must run 'db migrate' against each of your databases; this "
+ elog " will automatically migrate the keys. Command line syntax for"
+ elog " 'serve' has changed; please adjust startup scripts accordingly."
+ elog " - 0.21 or earlier: hooks governing netsync read permission have"
+ elog " changed again; see /usr/share/doc/${PF}/NEWS.gz"
+ elog " - 0.20 or earlier: you need to run 'db migrate' against each of"
+ elog " your databases."
+ elog
+ elog "For more details and instructions to upgrade from previous versions,"
+ elog "please read /usr/share/doc/${PF}/UPGRADE.gz"
+ elog
}
pkg_postrm() {
diff --git a/dev-util/monotone/monotone-0.29.ebuild b/dev-util/monotone/monotone-0.29.ebuild
index 9d9b7f2e1a83..fa643bc4747b 100644
--- a/dev-util/monotone/monotone-0.29.ebuild
+++ b/dev-util/monotone/monotone-0.29.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.29.ebuild,v 1.8 2007/02/05 23:21:24 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.29.ebuild,v 1.9 2007/03/05 04:00:00 genone Exp $
inherit elisp-common flag-o-matic bash-completion eutils
@@ -91,21 +91,21 @@ pkg_postinst() {
use emacs && elisp-site-regen
bash-completion_pkg_postinst
- einfo
- einfo "For details and instructions to upgrade from previous versions,"
- einfo "please read /usr/share/doc/${PF}/UPGRADE.gz"
- einfo
- einfo " 1. edit /etc/conf.d/monotone"
- einfo " 2. import the first keys to enable access with"
- einfo " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import"
- einfo " Thereafter, those with write permission can add other keys via"
- einfo " netsync with 'monotone push --key-to-push=IDENT' and then IDENT"
- einfo " can be used in the read-permission and write-permission files."
- einfo " 3. adjust permisions in /etc/monotone/read-permissions"
- einfo " and /etc/monotone/write-permissions"
- einfo " 4. start the daemon: /etc/init.d/monotone start"
- einfo " 5. make persistent: rc-update add monotone default"
- einfo
+ elog
+ elog "For details and instructions to upgrade from previous versions,"
+ elog "please read /usr/share/doc/${PF}/UPGRADE.gz"
+ elog
+ elog " 1. edit /etc/conf.d/monotone"
+ elog " 2. import the first keys to enable access with"
+ elog " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import"
+ elog " Thereafter, those with write permission can add other keys via"
+ elog " netsync with 'monotone push --key-to-push=IDENT' and then IDENT"
+ elog " can be used in the read-permission and write-permission files."
+ elog " 3. adjust permisions in /etc/monotone/read-permissions"
+ elog " and /etc/monotone/write-permissions"
+ elog " 4. start the daemon: /etc/init.d/monotone start"
+ elog " 5. make persistent: rc-update add monotone default"
+ elog
}
pkg_postrm() {
diff --git a/dev-util/monotone/monotone-0.32.ebuild b/dev-util/monotone/monotone-0.32.ebuild
index b4b740ddae4a..39f7c6ed13c0 100644
--- a/dev-util/monotone/monotone-0.32.ebuild
+++ b/dev-util/monotone/monotone-0.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.32.ebuild,v 1.3 2007/01/20 06:27:42 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.32.ebuild,v 1.4 2007/03/05 04:00:00 genone Exp $
inherit elisp-common flag-o-matic bash-completion eutils
@@ -91,21 +91,21 @@ pkg_postinst() {
use emacs && elisp-site-regen
bash-completion_pkg_postinst
- einfo
- einfo "For details and instructions to upgrade from previous versions,"
- einfo "please read /usr/share/doc/${PF}/UPGRADE.gz"
- einfo
- einfo " 1. edit /etc/conf.d/monotone"
- einfo " 2. import the first keys to enable access with"
- einfo " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import"
- einfo " Thereafter, those with write permission can add other keys via"
- einfo " netsync with 'monotone push --key-to-push=IDENT' and then IDENT"
- einfo " can be used in the read-permission and write-permission files."
- einfo " 3. adjust permisions in /etc/monotone/read-permissions"
- einfo " and /etc/monotone/write-permissions"
- einfo " 4. start the daemon: /etc/init.d/monotone start"
- einfo " 5. make persistent: rc-update add monotone default"
- einfo
+ elog
+ elog "For details and instructions to upgrade from previous versions,"
+ elog "please read /usr/share/doc/${PF}/UPGRADE.gz"
+ elog
+ elog " 1. edit /etc/conf.d/monotone"
+ elog " 2. import the first keys to enable access with"
+ elog " env HOME=${homedir} mtn pubkey me@example.net | /etc/init.d/monotone import"
+ elog " Thereafter, those with write permission can add other keys via"
+ elog " netsync with 'monotone push --key-to-push=IDENT' and then IDENT"
+ elog " can be used in the read-permission and write-permission files."
+ elog " 3. adjust permisions in /etc/monotone/read-permissions"
+ elog " and /etc/monotone/write-permissions"
+ elog " 4. start the daemon: /etc/init.d/monotone start"
+ elog " 5. make persistent: rc-update add monotone default"
+ elog
}
pkg_postrm() {