diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-03-05 09:38:58 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-03-05 09:38:58 +0000 |
commit | 0f5375f932c7d2555e5b144145d5af6cf9ac5831 (patch) | |
tree | fa578a814d5909951a64d2740750dadfa0261eea | |
parent | Bump vmware-any-any to 108. (diff) | |
download | gentoo-2-0f5375f932c7d2555e5b144145d5af6cf9ac5831.tar.gz gentoo-2-0f5375f932c7d2555e5b144145d5af6cf9ac5831.tar.bz2 gentoo-2-0f5375f932c7d2555e5b144145d5af6cf9ac5831.zip |
bad escaping on einfo comments thanks to johnny in irc
(Portage version: 2.1.2-r11)
-rw-r--r-- | dev-util/monotone/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.29.ebuild | 4 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.32.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index 091e057d2142..736dbc4d5b19 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.38 2007/03/05 04:00:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.39 2007/03/05 09:38:58 dragonheart Exp $ + + 05 Mar 2007; Daniel Black <dragonheart@gentoo.org> monotone-0.29.ebuild, + monotone-0.32.ebuild: + bad escaping on einfo comments thanks to johnny in irc 05 Mar 2007; Marius Mauch <genone@gentoo.org> monotone-0.24.ebuild, monotone-0.25.ebuild, monotone-0.29.ebuild, monotone-0.32.ebuild: diff --git a/dev-util/monotone/monotone-0.29.ebuild b/dev-util/monotone/monotone-0.29.ebuild index fa643bc4747b..2db731a6d4f4 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.9 2007/03/05 04:00:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.29.ebuild,v 1.10 2007/03/05 09:38:58 dragonheart Exp $ inherit elisp-common flag-o-matic bash-completion eutils @@ -97,7 +97,7 @@ pkg_postinst() { 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 " 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." diff --git a/dev-util/monotone/monotone-0.32.ebuild b/dev-util/monotone/monotone-0.32.ebuild index 39f7c6ed13c0..929eaa02b96e 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.4 2007/03/05 04:00:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.32.ebuild,v 1.5 2007/03/05 09:38:58 dragonheart Exp $ inherit elisp-common flag-o-matic bash-completion eutils @@ -97,7 +97,7 @@ pkg_postinst() { 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 " 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." |