summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:02:48 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:02:48 +0000
commitce61690ef1c1e3686a96038fb2235ac1fbd12b93 (patch)
tree977d954a624f57f81c224ea995041fc1171c8e18 /app-misc/cdargs
parentReplacing einfo with elog (diff)
downloadgentoo-2-ce61690ef1c1e3686a96038fb2235ac1fbd12b93.tar.gz
gentoo-2-ce61690ef1c1e3686a96038fb2235ac1fbd12b93.tar.bz2
gentoo-2-ce61690ef1c1e3686a96038fb2235ac1fbd12b93.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/cdargs')
-rw-r--r--app-misc/cdargs/ChangeLog8
-rw-r--r--app-misc/cdargs/cdargs-1.31.ebuild34
-rw-r--r--app-misc/cdargs/cdargs-1.35.ebuild34
3 files changed, 40 insertions, 36 deletions
diff --git a/app-misc/cdargs/ChangeLog b/app-misc/cdargs/ChangeLog
index 0a4b87c4c478..a844fd5f7e11 100644
--- a/app-misc/cdargs/ChangeLog
+++ b/app-misc/cdargs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/cdargs
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.12 2006/06/13 03:23:19 squinky86 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.13 2007/01/28 05:02:48 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> cdargs-1.31.ebuild,
+ cdargs-1.35.ebuild:
+ Replacing einfo with elog
13 Jun 2006; Jon Hood <squinky86@gentoo.org> cdargs-1.35.ebuild:
Add ~amd64, #136586, thanks to Aaron Hagopian <airhead1@gmail.com>.
diff --git a/app-misc/cdargs/cdargs-1.31.ebuild b/app-misc/cdargs/cdargs-1.31.ebuild
index a4e77d0eb10f..50584568a9f4 100644
--- a/app-misc/cdargs/cdargs-1.31.ebuild
+++ b/app-misc/cdargs/cdargs-1.31.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/app-misc/cdargs/cdargs-1.31.ebuild,v 1.4 2005/06/05 11:48:45 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.31.ebuild,v 1.5 2007/01/28 05:02:48 genone Exp $
DESCRIPTION="Bookmarks and browser for the shell builtin cd command"
HOMEPAGE="http://www.skamphausen.de/software/cdargs"
@@ -28,23 +28,23 @@ src_install() {
pkg_postinst() {
echo
- einfo "Add the following line to your ~/.bashrc to enable cdargs helper"
- einfo "functions/aliases in your environment:"
- einfo "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ "
- einfo " source /usr/share/cdargs/cdargs-bash.sh"
- einfo
- einfo "Users of tcshell will find cdargs-tcsh.csh there with a reduced"
- einfo "feature set. See INSTALL file in the documentation directory for"
- einfo "more information."
+ elog "Add the following line to your ~/.bashrc to enable cdargs helper"
+ elog "functions/aliases in your environment:"
+ elog "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ "
+ elog " source /usr/share/cdargs/cdargs-bash.sh"
+ elog
+ elog "Users of tcshell will find cdargs-tcsh.csh there with a reduced"
+ elog "feature set. See INSTALL file in the documentation directory for"
+ elog "more information."
if use emacs ; then
- einfo
- einfo "To get an interactive cv defun in (X)Emacs load cdargs.el:"
- einfo " (setq load-path"
- einfo " (append (list "
- einfo " \"/usr/share/cdargs/\")"
- einfo " load-path))"
- einfo " (require 'cdargs)"
+ elog
+ elog "To get an interactive cv defun in (X)Emacs load cdargs.el:"
+ elog " (setq load-path"
+ elog " (append (list "
+ elog " \"/usr/share/cdargs/\")"
+ elog " load-path))"
+ elog " (require 'cdargs)"
fi
echo
}
diff --git a/app-misc/cdargs/cdargs-1.35.ebuild b/app-misc/cdargs/cdargs-1.35.ebuild
index 121a3ca124f2..6e0c08fc222f 100644
--- a/app-misc/cdargs/cdargs-1.35.ebuild
+++ b/app-misc/cdargs/cdargs-1.35.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/app-misc/cdargs/cdargs-1.35.ebuild,v 1.3 2006/06/13 03:23:19 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35.ebuild,v 1.4 2007/01/28 05:02:48 genone Exp $
DESCRIPTION="Bookmarks and browser for the shell builtin cd command"
HOMEPAGE="http://www.skamphausen.de/software/cdargs"
@@ -28,23 +28,23 @@ src_install() {
pkg_postinst() {
echo
- einfo "Add the following line to your ~/.bashrc to enable cdargs helper"
- einfo "functions/aliases in your environment:"
- einfo "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ "
- einfo " source /usr/share/cdargs/cdargs-bash.sh"
- einfo
- einfo "Users of tcshell will find cdargs-tcsh.csh there with a reduced"
- einfo "feature set. See INSTALL file in the documentation directory for"
- einfo "more information."
+ elog "Add the following line to your ~/.bashrc to enable cdargs helper"
+ elog "functions/aliases in your environment:"
+ elog "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ "
+ elog " source /usr/share/cdargs/cdargs-bash.sh"
+ elog
+ elog "Users of tcshell will find cdargs-tcsh.csh there with a reduced"
+ elog "feature set. See INSTALL file in the documentation directory for"
+ elog "more information."
if use emacs ; then
- einfo
- einfo "To get an interactive cv defun in (X)Emacs load cdargs.el:"
- einfo " (setq load-path"
- einfo " (append (list "
- einfo " \"/usr/share/cdargs/\")"
- einfo " load-path))"
- einfo " (require 'cdargs)"
+ elog
+ elog "To get an interactive cv defun in (X)Emacs load cdargs.el:"
+ elog " (setq load-path"
+ elog " (append (list "
+ elog " \"/usr/share/cdargs/\")"
+ elog " load-path))"
+ elog " (require 'cdargs)"
fi
echo
}