diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:28:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:28:30 +0000 |
commit | 1363ca328593816bb874e6821252326b3f786cf7 (patch) | |
tree | 46881f5f6c11871d0e0aa437c30a6caa96029b68 /dev-util/ciabot-svn | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-1363ca328593816bb874e6821252326b3f786cf7.tar.gz gentoo-2-1363ca328593816bb874e6821252326b3f786cf7.tar.bz2 gentoo-2-1363ca328593816bb874e6821252326b3f786cf7.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/ciabot-svn')
-rw-r--r-- | dev-util/ciabot-svn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ciabot-svn/ciabot-svn-1.15.ebuild | 34 |
2 files changed, 21 insertions, 18 deletions
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 |