diff options
author | 2007-04-30 21:21:25 +0000 | |
---|---|---|
committer | 2007-04-30 21:21:25 +0000 | |
commit | 3350d60214dd1b702cec5875314d3a9cbaf3f75e (patch) | |
tree | a89fa073ca44cb18f10416b619cddca7e8d14815 /media-gfx/dcraw | |
parent | Stable on sparc wrt security #168917 (diff) | |
download | historical-3350d60214dd1b702cec5875314d3a9cbaf3f75e.tar.gz historical-3350d60214dd1b702cec5875314d3a9cbaf3f75e.tar.bz2 historical-3350d60214dd1b702cec5875314d3a9cbaf3f75e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-gfx/dcraw')
-rw-r--r-- | media-gfx/dcraw/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/dcraw/dcraw-8.03.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/dcraw/dcraw-8.39.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/dcraw/dcraw-8.45.ebuild | 24 |
4 files changed, 43 insertions, 39 deletions
diff --git a/media-gfx/dcraw/ChangeLog b/media-gfx/dcraw/ChangeLog index 8ade22189d1b..be10f38a0fae 100644 --- a/media-gfx/dcraw/ChangeLog +++ b/media-gfx/dcraw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/dcraw # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/ChangeLog,v 1.35 2007/04/23 20:36:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/ChangeLog,v 1.36 2007/04/30 21:21:25 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> dcraw-8.03.ebuild, + dcraw-8.39.ebuild, dcraw-8.45.ebuild: + Replacing einfo with elog 23 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> dcraw-8.45.ebuild: Stable on sparc diff --git a/media-gfx/dcraw/dcraw-8.03.ebuild b/media-gfx/dcraw/dcraw-8.03.ebuild index 889893173375..3ce1b2e65b29 100644 --- a/media-gfx/dcraw/dcraw-8.03.ebuild +++ b/media-gfx/dcraw/dcraw-8.03.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/media-gfx/dcraw/dcraw-8.03.ebuild,v 1.11 2006/08/22 04:54:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.03.ebuild,v 1.12 2007/04/30 21:21:25 genone Exp $ inherit eutils flag-o-matic @@ -30,17 +30,17 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "See conversion-examples.txt.gz on how to convert" - einfo "the PPM files produced by dcraw to other image formats." - einfo "" + elog "" + elog "See conversion-examples.txt.gz on how to convert" + elog "the PPM files produced by dcraw to other image formats." + elog "" ewarn "The functionality of the external program 'fujiturn' was" ewarn "incoporated into dcraw and is automatically used now." - einfo "" - einfo "There's an example wrapper script included called 'dcwrap'." - einfo "" - einfo "This package also includes 'dcparse', which extracts" - einfo "thumbnail images (preferably JPEGs) from any raw digital" - einfo "camera formats that have them, and shows table contents." - einfo "" + elog "" + elog "There's an example wrapper script included called 'dcwrap'." + elog "" + elog "This package also includes 'dcparse', which extracts" + elog "thumbnail images (preferably JPEGs) from any raw digital" + elog "camera formats that have them, and shows table contents." + elog "" } diff --git a/media-gfx/dcraw/dcraw-8.39.ebuild b/media-gfx/dcraw/dcraw-8.39.ebuild index 38a0e9f05cb5..1a40e5d17087 100644 --- a/media-gfx/dcraw/dcraw-8.39.ebuild +++ b/media-gfx/dcraw/dcraw-8.39.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/media-gfx/dcraw/dcraw-8.39.ebuild,v 1.2 2006/10/01 09:08:52 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.39.ebuild,v 1.3 2007/04/30 21:21:25 genone Exp $ inherit eutils toolchain-funcs @@ -26,17 +26,17 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "See conversion-examples.txt.gz on how to convert" - einfo "the PPM files produced by dcraw to other image formats." - einfo "" + elog "" + elog "See conversion-examples.txt.gz on how to convert" + elog "the PPM files produced by dcraw to other image formats." + elog "" ewarn "The functionality of the external program 'fujiturn' was" ewarn "incoporated into dcraw and is automatically used now." - einfo "" - einfo "There's an example wrapper script included called 'dcwrap'." - einfo "" - einfo "This package also includes 'dcparse', which extracts" - einfo "thumbnail images (preferably JPEGs) from any raw digital" - einfo "camera formats that have them, and shows table contents." - einfo "" + elog "" + elog "There's an example wrapper script included called 'dcwrap'." + elog "" + elog "This package also includes 'dcparse', which extracts" + elog "thumbnail images (preferably JPEGs) from any raw digital" + elog "camera formats that have them, and shows table contents." + elog "" } diff --git a/media-gfx/dcraw/dcraw-8.45.ebuild b/media-gfx/dcraw/dcraw-8.45.ebuild index a10fc29f57b4..10c7d20f03f2 100644 --- a/media-gfx/dcraw/dcraw-8.45.ebuild +++ b/media-gfx/dcraw/dcraw-8.45.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/media-gfx/dcraw/dcraw-8.45.ebuild,v 1.3 2007/04/23 20:36:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.45.ebuild,v 1.4 2007/04/30 21:21:25 genone Exp $ inherit eutils toolchain-funcs @@ -64,17 +64,17 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "See conversion-examples.txt.gz on how to convert" - einfo "the PPM files produced by dcraw to other image formats." - einfo "" + elog "" + elog "See conversion-examples.txt.gz on how to convert" + elog "the PPM files produced by dcraw to other image formats." + elog "" ewarn "The functionality of the external program 'fujiturn' was" ewarn "incoporated into dcraw and is automatically used now." - einfo "" - einfo "There's an example wrapper script included called 'dcwrap'." - einfo "" - einfo "This package also includes 'dcparse', which extracts" - einfo "thumbnail images (preferably JPEGs) from any raw digital" - einfo "camera formats that have them, and shows table contents." - einfo "" + elog "" + elog "There's an example wrapper script included called 'dcwrap'." + elog "" + elog "This package also includes 'dcparse', which extracts" + elog "thumbnail images (preferably JPEGs) from any raw digital" + elog "camera formats that have them, and shows table contents." + elog "" } |