# 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)
# 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
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
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
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
}
# 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:
# 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
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
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
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
}