diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:24:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:24:25 +0000 |
commit | ae5e8b96d5a00ba8832e185d5158c69476b70494 (patch) | |
tree | 2286dddd761b6e1020781d9b6efeba956b6d17d0 | |
parent | Replacing einfo with elog (diff) | |
download | historical-ae5e8b96d5a00ba8832e185d5158c69476b70494.tar.gz historical-ae5e8b96d5a00ba8832e185d5158c69476b70494.tar.bz2 historical-ae5e8b96d5a00ba8832e185d5158c69476b70494.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
4 files changed, 18 insertions, 10 deletions
diff --git a/app-pda/libopensync-plugin-irmc/ChangeLog b/app-pda/libopensync-plugin-irmc/ChangeLog index 09a74921f8ff..ca23bdac110e 100644 --- a/app-pda/libopensync-plugin-irmc/ChangeLog +++ b/app-pda/libopensync-plugin-irmc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libopensync-plugin-irmc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/ChangeLog,v 1.3 2007/02/12 20:59:31 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/ChangeLog,v 1.4 2007/03/04 07:23:13 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> + libopensync-plugin-irmc-0.21.ebuild: + Replacing einfo with elog *libopensync-plugin-irmc-0.21 (12 Feb 2007) diff --git a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild b/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild index d2d8425c5068..f1b74059eba8 100644 --- a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild +++ b/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.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/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild,v 1.1 2007/02/12 20:59:31 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild,v 1.2 2007/03/04 07:23:13 genone Exp $ inherit eutils @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use irda && ! use bluetooth; then eerror "${CATEGORY}/${P} without support for bluetooth nor irda is unusable." - einfo "Please enable \"bluetooth\" or/and \"irda\" USE flags." + eerror "Please enable \"bluetooth\" or/and \"irda\" USE flags." die "Please enable \"bluetoot\" or/and \"irda\" USE flags." fi @@ -30,7 +30,7 @@ pkg_setup() { eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\"" eerror "USE flag, but dev-libs/openobex was built without" eerror "the \"bluetooth\" USE flag." - einfo "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." + eerror "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." die "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." fi @@ -38,7 +38,7 @@ pkg_setup() { eerror "You are trying to build ${CATEGORY}/${P} with the \"irda\"" eerror "USE flag, but dev-libs/openobex was built without" eerror "the \"irda\" USE flag." - einfo "Please rebuild dev-libs/openobex with \"irda\" USE flag." + eerror "Please rebuild dev-libs/openobex with \"irda\" USE flag." die "Please rebuild dev-libs/openobex with \"irda\" USE flag." fi } diff --git a/app-pda/libopensync-plugin-syncml/ChangeLog b/app-pda/libopensync-plugin-syncml/ChangeLog index 74ae4ac01bb8..f4c59517c2ec 100644 --- a/app-pda/libopensync-plugin-syncml/ChangeLog +++ b/app-pda/libopensync-plugin-syncml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libopensync-plugin-syncml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.3 2007/02/13 16:12:48 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.4 2007/03/04 07:24:25 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> + libopensync-plugin-syncml-0.21.ebuild: + Replacing einfo with elog 13 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> libopensync-plugin-syncml-0.21.ebuild: diff --git a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild b/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild index 7275846b6248..585e45b25a62 100644 --- a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild +++ b/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.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/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild,v 1.2 2007/02/13 16:12:48 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild,v 1.3 2007/03/04 07:24:25 genone Exp $ inherit eutils @@ -20,7 +20,7 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use obex && ! use http; then eerror "${CATEGORY}/${P} without support for obex nor http is unusable." - einfo "Please enable \"obex\" or/and \"http\" USE flags." + eerror "Please enable \"obex\" or/and \"http\" USE flags." die "Please enable \"obex\" or/and \"http\" USE flags." fi @@ -28,7 +28,7 @@ pkg_setup() { eerror "You are trying to build ${CATEGORY}/${P} with the \"obex\"" eerror "USE flags, but app-pda/libsyncml was built without" eerror "the \"obex\" USE flag." - einfo "Please rebuild app-pda/libsyncml with \"obex\" USE flag." + eerror "Please rebuild app-pda/libsyncml with \"obex\" USE flag." die "Please rebuild app-pda/libsyncml with \"obex\" USE flag." fi @@ -36,7 +36,7 @@ pkg_setup() { eerror "You are trying to build ${CATEGORY}/${P} with the \"http\"" eerror "USE flags, but app-pda/libsyncml was built without" eerror "the \"http\" USE flag." - einfo "Please rebuild app-pda/libsyncml with \"http\" USE flag." + eerror "Please rebuild app-pda/libsyncml with \"http\" USE flag." die "Please rebuild app-pda/libsyncml with \"http\" USE flag." fi } |