diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:23:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:23:00 +0000 |
commit | 0d8bf3c8ac490f454435b075619fb618d4be42a4 (patch) | |
tree | aa88e77c4a95b57e08090d8b3a889f006d0306ee /app-office/grisbi | |
parent | Replacing einfo with eerror (diff) | |
download | historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.tar.gz historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.tar.bz2 historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-office/grisbi')
-rw-r--r-- | app-office/grisbi/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/grisbi/files/digest-grisbi-0.5.7 | 2 | ||||
-rw-r--r-- | app-office/grisbi/grisbi-0.5.7.ebuild | 22 | ||||
-rw-r--r-- | app-office/grisbi/grisbi-0.5.8.ebuild | 22 | ||||
-rw-r--r-- | app-office/grisbi/grisbi-0.5.9.ebuild | 22 |
5 files changed, 38 insertions, 38 deletions
diff --git a/app-office/grisbi/ChangeLog b/app-office/grisbi/ChangeLog index 968345913fd4..f4df5c124e74 100644 --- a/app-office/grisbi/ChangeLog +++ b/app-office/grisbi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/grisbi -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.25 2006/12/01 16:27:12 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.26 2007/01/25 05:16:25 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> grisbi-0.5.7.ebuild, + grisbi-0.5.8.ebuild, grisbi-0.5.9.ebuild: + Replacing einfo with elog 01 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> grisbi-0.5.9.ebuild: ppc stable, bug #156630 diff --git a/app-office/grisbi/files/digest-grisbi-0.5.7 b/app-office/grisbi/files/digest-grisbi-0.5.7 index d8b01ab18079..ccaea248ccb3 100644 --- a/app-office/grisbi/files/digest-grisbi-0.5.7 +++ b/app-office/grisbi/files/digest-grisbi-0.5.7 @@ -1 +1,3 @@ MD5 571e5b08ee9477c2adec459fb4d99625 grisbi-0.5.7.tar.bz2 912427 +RMD160 b2024eb9a8b5351e86de797a08f9279f1de6c897 grisbi-0.5.7.tar.bz2 912427 +SHA256 6ce144c7492fab17a306271bfeb7a521ef4a35e01ed8d7534510852593e500fa grisbi-0.5.7.tar.bz2 912427 diff --git a/app-office/grisbi/grisbi-0.5.7.ebuild b/app-office/grisbi/grisbi-0.5.7.ebuild index df79988c2044..686b53a91c05 100644 --- a/app-office/grisbi/grisbi-0.5.7.ebuild +++ b/app-office/grisbi/grisbi-0.5.7.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/grisbi/grisbi-0.5.7.ebuild,v 1.5 2006/10/27 17:15:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.7.ebuild,v 1.6 2007/01/25 05:16:25 genone Exp $ inherit eutils @@ -25,13 +25,11 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use print; then - echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" - einfo "the build with USE=\"print\"" - einfo - echo + elog + elog "NOTE: The USE variable 'print' is not in your USE flags." + elog "For printing support in grisbi, you will need to restart" + elog "the build with USE=\"print\"" + elog ebeep 5 fi } @@ -70,7 +68,7 @@ src_install() { pkg_postinst() { pkg_setup - einfo "The first thing you should do is set up the browser command in" - einfo "preferences after you start up grisbi. Otherwise you will not" - einfo "be able to see the help and manuals" + elog "The first thing you should do is set up the browser command in" + elog "preferences after you start up grisbi. Otherwise you will not" + elog "be able to see the help and manuals" } diff --git a/app-office/grisbi/grisbi-0.5.8.ebuild b/app-office/grisbi/grisbi-0.5.8.ebuild index 08e433df45df..cf8af25bcefc 100644 --- a/app-office/grisbi/grisbi-0.5.8.ebuild +++ b/app-office/grisbi/grisbi-0.5.8.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/grisbi/grisbi-0.5.8.ebuild,v 1.3 2006/10/27 17:15:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.8.ebuild,v 1.4 2007/01/25 05:16:25 genone Exp $ inherit eutils @@ -25,13 +25,11 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use print; then - echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" - einfo "the build with USE=\"print\"" - einfo - echo + elog + elog "NOTE: The USE variable 'print' is not in your USE flags." + elog "For printing support in grisbi, you will need to restart" + elog "the build with USE=\"print\"" + elog ebeep 5 fi } @@ -70,7 +68,7 @@ src_install() { pkg_postinst() { pkg_setup - einfo "The first thing you should do is set up the browser command in" - einfo "preferences after you start up grisbi. Otherwise you will not" - einfo "be able to see the help and manuals" + elog "The first thing you should do is set up the browser command in" + elog "preferences after you start up grisbi. Otherwise you will not" + elog "be able to see the help and manuals" } diff --git a/app-office/grisbi/grisbi-0.5.9.ebuild b/app-office/grisbi/grisbi-0.5.9.ebuild index 7a141bfb4055..cd20d4b1553d 100644 --- a/app-office/grisbi/grisbi-0.5.9.ebuild +++ b/app-office/grisbi/grisbi-0.5.9.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/grisbi/grisbi-0.5.9.ebuild,v 1.3 2006/12/01 16:27:12 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.9.ebuild,v 1.4 2007/01/25 05:16:25 genone Exp $ inherit eutils @@ -25,13 +25,11 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use print; then - echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" - einfo "the build with USE=\"print\"" - einfo - echo + elog + elog "NOTE: The USE variable 'print' is not in your USE flags." + elog "For printing support in grisbi, you will need to restart" + elog "the build with USE=\"print\"" + elog ebeep 5 fi } @@ -69,7 +67,7 @@ src_install() { pkg_postinst() { pkg_setup - einfo "The first thing you should do is set up the browser command in" - einfo "preferences after you start up grisbi. Otherwise you will not" - einfo "be able to see the help and manuals" + elog "The first thing you should do is set up the browser command in" + elog "preferences after you start up grisbi. Otherwise you will not" + elog "be able to see the help and manuals" } |