diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 04:36:38 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 04:36:38 +0000 |
commit | 413d7bbf7ee5cc3c15d03d81b08dc2c1c9ae84fc (patch) | |
tree | baf75c9601f480af247b4151224ace2e74b8fd54 /app-emacs | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-413d7bbf7ee5cc3c15d03d81b08dc2c1c9ae84fc.tar.gz gentoo-2-413d7bbf7ee5cc3c15d03d81b08dc2c1c9ae84fc.tar.bz2 gentoo-2-413d7bbf7ee5cc3c15d03d81b08dc2c1c9ae84fc.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/uboat/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/uboat/files/digest-uboat-1.2 | 2 | ||||
-rw-r--r-- | app-emacs/uboat/uboat-1.2.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-emacs/uboat/ChangeLog b/app-emacs/uboat/ChangeLog index 58e531159e8d..0b7831e75d91 100644 --- a/app-emacs/uboat/ChangeLog +++ b/app-emacs/uboat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/uboat -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.7 2005/08/28 02:29:28 tester Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.8 2007/01/28 04:36:38 genone Exp $ + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> uboat-1.2.ebuild: + Replacing einfo with elog 28 Aug 2005; Olivier Crête <tester@gentoo.org> uboat-1.2.ebuild: Marked ~amd64, thanks to AT AJ Armstrong <aja@gentoo.org> for testing diff --git a/app-emacs/uboat/files/digest-uboat-1.2 b/app-emacs/uboat/files/digest-uboat-1.2 index b7ebf8860f0c..a5ac5dfcb8f1 100644 --- a/app-emacs/uboat/files/digest-uboat-1.2 +++ b/app-emacs/uboat/files/digest-uboat-1.2 @@ -1 +1,3 @@ MD5 61910cde7baf048605e383117ba05e71 uboat-1.2.tar.bz2 1978 +RMD160 0e7e54223e4e4b2c9c28c742aceaf5f18b93e7d9 uboat-1.2.tar.bz2 1978 +SHA256 c00a7b6f293358d3daed9db306473a51f9a79270dd2c114167aef04058675a62 uboat-1.2.tar.bz2 1978 diff --git a/app-emacs/uboat/uboat-1.2.ebuild b/app-emacs/uboat/uboat-1.2.ebuild index c4eb989c30ce..fba2068fc02d 100644 --- a/app-emacs/uboat/uboat-1.2.ebuild +++ b/app-emacs/uboat/uboat-1.2.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-emacs/uboat/uboat-1.2.ebuild,v 1.9 2005/08/28 02:29:28 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/uboat-1.2.ebuild,v 1.10 2007/01/28 04:36:38 genone Exp $ inherit elisp @@ -28,7 +28,7 @@ src_install() { pkg_postinst() { elisp-site-regen - einfo "Please see ${SITELISP}/${PN}/uboat.el for the complete documentation." + elog "Please see ${SITELISP}/${PN}/uboat.el for the complete documentation." } pkg_postrm() { |