diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:16:43 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:16:43 +0000 |
commit | aaa965756e3b06b419db89e76a2680c8786046d2 (patch) | |
tree | 86bc929b6bb90e6cb288080074a996395db9c8a9 /dev-util/anjuta | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-aaa965756e3b06b419db89e76a2680c8786046d2.tar.gz gentoo-2-aaa965756e3b06b419db89e76a2680c8786046d2.tar.bz2 gentoo-2-aaa965756e3b06b419db89e76a2680c8786046d2.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.4-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.4.ebuild | 14 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-2.1.0_beta1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-2.1.1_beta1.ebuild | 8 |
5 files changed, 27 insertions, 22 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog index 38a8b4ba3cc0..387d39314f96 100644 --- a/dev-util/anjuta/ChangeLog +++ b/dev-util/anjuta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/anjuta # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.65 2007/02/25 20:53:49 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.66 2007/03/05 03:16:43 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> anjuta-1.2.4.ebuild, + anjuta-1.2.4-r1.ebuild, anjuta-2.1.0_beta1.ebuild, + anjuta-2.1.1_beta1.ebuild: + Replacing einfo with elog 25 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> anjuta-2.1.1_beta1.ebuild: diff --git a/dev-util/anjuta/anjuta-1.2.4-r1.ebuild b/dev-util/anjuta/anjuta-1.2.4-r1.ebuild index 97db3396bf42..ea03a17a4762 100644 --- a/dev-util/anjuta/anjuta-1.2.4-r1.ebuild +++ b/dev-util/anjuta/anjuta-1.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v 1.8 2007/01/04 14:52:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v 1.9 2007/03/05 03:16:43 genone Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -66,11 +66,11 @@ pkg_postinst() { gnome2_pkg_postinst - einfo - einfo "Some project templates may require additional development" - einfo "libraries to function correctly. It goes beyond the scope" - einfo "of this ebuild to provide them." - einfo + elog + elog "Some project templates may require additional development" + elog "libraries to function correctly. It goes beyond the scope" + elog "of this ebuild to provide them." + elog ewarn "If code autocompletion is missing gtk+ and other pkg-config" ewarn "managed package headers, resolve any errors produced by the" diff --git a/dev-util/anjuta/anjuta-1.2.4.ebuild b/dev-util/anjuta/anjuta-1.2.4.ebuild index 7f5219de4c9c..2033c1232258 100644 --- a/dev-util/anjuta/anjuta-1.2.4.ebuild +++ b/dev-util/anjuta/anjuta-1.2.4.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/dev-util/anjuta/anjuta-1.2.4.ebuild,v 1.6 2005/12/28 14:27:21 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4.ebuild,v 1.7 2007/03/05 03:16:43 genone Exp $ inherit eutils gnome2 multilib @@ -58,11 +58,11 @@ pkg_postinst() { dodoc ${S}/doc fi - einfo - einfo "Some project templates may require additional development" - einfo "libraries to function correctly. It goes beyond the scope" - einfo "of this ebuild to provide them." - einfo + elog + elog "Some project templates may require additional development" + elog "libraries to function correctly. It goes beyond the scope" + elog "of this ebuild to provide them." + elog ewarn "If code autocompletion is missing gtk+ and other pkg-config" ewarn "managed package headers, resolve any errors produced by the" diff --git a/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild b/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild index 21a0b96e5e09..d8443ac96e59 100644 --- a/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild +++ b/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild,v 1.3 2007/02/02 20:50:33 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.0_beta1.ebuild,v 1.4 2007/03/05 03:16:43 genone Exp $ inherit eutils gnome2 eutils autotools @@ -97,8 +97,8 @@ pkg_postinst() { gnome2_pkg_postinst ebeep 1 - einfo "Some project templates may require additional development" - einfo "libraries to function correctly. It goes beyond the scope" - einfo "of this ebuild to provide them." + elog "Some project templates may require additional development" + elog "libraries to function correctly. It goes beyond the scope" + elog "of this ebuild to provide them." epause 5 } diff --git a/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild b/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild index be281ab210f9..5af15c31f6b2 100644 --- a/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild +++ b/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild,v 1.2 2007/02/25 20:53:49 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild,v 1.3 2007/03/05 03:16:43 genone Exp $ inherit eutils gnome2 eutils autotools @@ -98,8 +98,8 @@ pkg_postinst() { gnome2_pkg_postinst ebeep 1 - einfo "Some project templates may require additional development" - einfo "libraries to function correctly. It goes beyond the scope" - einfo "of this ebuild to provide them." + elog "Some project templates may require additional development" + elog "libraries to function correctly. It goes beyond the scope" + elog "of this ebuild to provide them." epause 5 } |