diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:35:01 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:35:01 +0000 |
commit | 2c4af7f827b40fd307974b10e8efa88611c12206 (patch) | |
tree | 32d8c5c975636ca1d42f04ca3fa65b6d798b3535 /app-cdr/xcdroast | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-2c4af7f827b40fd307974b10e8efa88611c12206.tar.gz gentoo-2-2c4af7f827b40fd307974b10e8efa88611c12206.tar.bz2 gentoo-2-2c4af7f827b40fd307974b10e8efa88611c12206.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r-- | app-cdr/xcdroast/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild | 22 |
2 files changed, 16 insertions, 12 deletions
diff --git a/app-cdr/xcdroast/ChangeLog b/app-cdr/xcdroast/ChangeLog index 55ce33466f97..8364467f1b60 100644 --- a/app-cdr/xcdroast/ChangeLog +++ b/app-cdr/xcdroast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/xcdroast # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/ChangeLog,v 1.55 2007/01/15 00:17:55 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/ChangeLog,v 1.56 2007/01/24 02:35:01 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> + xcdroast-0.98_alpha15-r3.ebuild: + Replacing einfo with elog 15 Jan 2007; Luis Medinas <metalgod@gentoo.org> xcdroast-0.98_alpha15-r4.ebuild: diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild index ea1b3af83bca..473e30aac202 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.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-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild,v 1.22 2006/11/11 04:51:57 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild,v 1.23 2007/01/24 02:35:01 genone Exp $ inherit eutils @@ -63,14 +63,14 @@ src_install() { pkg_postinst() { if use dvdr; then - echo - einfo "cdrecord-ProDVD has been installed with this package. It will be used only" - einfo "for images larger than 1GB." - einfo "You have to type in the license key that is available free for personal use." - einfo "See ftp://ftp.berlios.de/pub/cdrecord/ProDVD/README for further information." - echo + elog + elog "cdrecord-ProDVD has been installed with this package. It will be used only" + elog "for images larger than 1GB." + elog "You have to type in the license key that is available free for personal use." + elog "See ftp://ftp.berlios.de/pub/cdrecord/ProDVD/README for further information." + elog fi - einfo "Gtk1.x support have been removed from this package." - einfo "All gtk use flags were removed." - einfo "This package will only support GTK2.x from now on." + elog "Gtk1.x support have been removed from this package." + elog "All gtk use flags were removed." + elog "This package will only support GTK2.x from now on." } |