diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:37:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:37:30 +0000 |
commit | 6da2d84b92576d7a29e7132f5a408ea7b6581fe0 (patch) | |
tree | bb041eb34af67ecccd2a5a639c73fa336f090d35 /app-office/planner | |
parent | Fix deps, bug 158581 (diff) | |
download | gentoo-2-6da2d84b92576d7a29e7132f5a408ea7b6581fe0.tar.gz gentoo-2-6da2d84b92576d7a29e7132f5a408ea7b6581fe0.tar.bz2 gentoo-2-6da2d84b92576d7a29e7132f5a408ea7b6581fe0.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office/planner')
-rw-r--r-- | app-office/planner/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/planner/files/digest-planner-0.12.1 | 2 | ||||
-rw-r--r-- | app-office/planner/planner-0.12.1.ebuild | 12 |
3 files changed, 13 insertions, 8 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog index 90191430af17..12baa5286435 100644 --- a/app-office/planner/ChangeLog +++ b/app-office/planner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/planner -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.25 2006/12/24 00:13:37 dertobi123 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.26 2007/01/25 05:37:30 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> planner-0.12.1.ebuild: + Replacing einfo with elog 24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> planner-0.14.ebuild: Stable on ppc. diff --git a/app-office/planner/files/digest-planner-0.12.1 b/app-office/planner/files/digest-planner-0.12.1 index d446c7e1b09f..2e46d428d9f2 100644 --- a/app-office/planner/files/digest-planner-0.12.1 +++ b/app-office/planner/files/digest-planner-0.12.1 @@ -1 +1,3 @@ MD5 423c3216cb9049bc526e00ebf81d069b planner-0.12.1.tar.bz2 2229256 +RMD160 10619c89dd4fa46ebcfd7cf52c5146107babf795 planner-0.12.1.tar.bz2 2229256 +SHA256 872c12e773bba837167d22792172359cb58207a7bb5810eaedf48c2f4f8613d1 planner-0.12.1.tar.bz2 2229256 diff --git a/app-office/planner/planner-0.12.1.ebuild b/app-office/planner/planner-0.12.1.ebuild index c5efa74aca5f..6b2f59ccc540 100644 --- a/app-office/planner/planner-0.12.1.ebuild +++ b/app-office/planner/planner-0.12.1.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-office/planner/planner-0.12.1.ebuild,v 1.10 2006/10/27 14:52:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12.1.ebuild,v 1.11 2007/01/25 05:37:30 genone Exp $ inherit gnome2 fdo-mime @@ -50,9 +50,9 @@ src_install() { pkg_postinst () { gnome2_pkg_postinst - einfo "You will have to unmerge mrproject and libmrproject after this" - einfo "those projects will soon dissapear, as soon as we can mark planner as stable" - echo "" - einfo "emerge unmerge mrproject libmrproject" + elog "You will have to unmerge mrproject and libmrproject after this" + elog "those projects will soon dissapear, as soon as we can mark planner as stable" + elog + elog "emerge unmerge mrproject libmrproject" } |