diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-01-06 01:29:07 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-01-06 01:29:07 +0000 |
commit | 0b77f5cac4db7e17d4e745deaebd624963e26f5d (patch) | |
tree | 8b2e62f63abcdb4d28ce95065cb0466655791efc /dev-util/git/git-1.4.2.4.ebuild | |
parent | QA: Clean unused versions. (diff) | |
download | gentoo-2-0b77f5cac4db7e17d4e745deaebd624963e26f5d.tar.gz gentoo-2-0b77f5cac4db7e17d4e745deaebd624963e26f5d.tar.bz2 gentoo-2-0b77f5cac4db7e17d4e745deaebd624963e26f5d.zip |
einfo -> elog
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/git/git-1.4.2.4.ebuild')
-rw-r--r-- | dev-util/git/git-1.4.2.4.ebuild | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/dev-util/git/git-1.4.2.4.ebuild b/dev-util/git/git-1.4.2.4.ebuild index 2da0896dd1fe..db7f2dd1a44e 100644 --- a/dev-util/git/git-1.4.2.4.ebuild +++ b/dev-util/git/git-1.4.2.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/git/git-1.4.2.4.ebuild,v 1.8 2006/10/28 11:04:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.2.4.ebuild,v 1.9 2007/01/06 01:29:07 ferdy Exp $ inherit python toolchain-funcs eutils elisp-common @@ -123,25 +123,25 @@ src_test() { pkg_postinst() { use emacs && elisp-site-regen - einfo - einfo "If you want to import arch repositories into git, consider using the" - einfo "git-archimport command. You should install dev-util/tla before." - einfo - einfo "If you want to import cvs repositories into git, consider using the" - einfo "git-cvsimport command. You should install >=dev-util/cvsps-2.1 before." - einfo - einfo "If you want to import svn repositories into git, consider using the" - einfo "git-svnimport command. You should install dev-util/subversion before." - einfo - einfo "If you want to manage subversion repositories using git, consider" - einfo "using git-svn. You should install dev-util/subversion and dev-perl/libwww-perl." - einfo - einfo "If you want to import a quilt series into git, consider using the" - einfo "git-quiltimport command. You should install dev-util/quilt before." - einfo - einfo "If you want to use the included CVS server you will need to install" - einfo "dev-perl/DBI and dev-perl/DBD-SQLite." - einfo + echo + elog "If you want to import arch repositories into git, consider using the" + elog "git-archimport command. You should install dev-util/tla before." + echo + elog "If you want to import cvs repositories into git, consider using the" + elog "git-cvsimport command. You should install >=dev-util/cvsps-2.1 before." + echo + elog "If you want to import svn repositories into git, consider using the" + elog "git-svnimport command. You should install dev-util/subversion before." + echo + elog "If you want to manage subversion repositories using git, consider" + elog "using git-svn. You should install dev-util/subversion and dev-perl/libwww-perl." + echo + elog "If you want to import a quilt series into git, consider using the" + elog "git-quiltimport command. You should install dev-util/quilt before." + echo + elog "If you want to use the included CVS server you will need to install" + elog "dev-perl/DBI and dev-perl/DBD-SQLite." + echo } pkg_postrm() { |