diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:36:45 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:36:45 +0000 |
commit | 01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3 (patch) | |
tree | 89253b735caf8ecd9deefad8a3085eb48a3b1d4c /media-libs/tiff | |
parent | Version bump to 8.0.13 for bug #175791 (diff) | |
download | historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.gz historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.bz2 historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.8.2-r2.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index beab4f788302..09edc4b2fdea 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tiff -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.93 2006/08/04 03:30:38 nerdboy Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.94 2007/04/30 23:36:45 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> tiff-3.8.2-r2.ebuild: + Replacing einfo with elog 04 Aug 2006; Steve Arnold <nerdboy@gentoo.org> tiff-3.8.2-r2.ebuild: bumping mips stable, since there is only one clean tiff version at present diff --git a/media-libs/tiff/tiff-3.8.2-r2.ebuild b/media-libs/tiff/tiff-3.8.2-r2.ebuild index 8a70e6c73529..fba3313a0d3a 100644 --- a/media-libs/tiff/tiff-3.8.2-r2.ebuild +++ b/media-libs/tiff/tiff-3.8.2-r2.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-libs/tiff/tiff-3.8.2-r2.ebuild,v 1.4 2007/02/28 22:16:07 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r2.ebuild,v 1.5 2007/04/30 23:36:45 genone Exp $ inherit eutils libtool @@ -48,9 +48,9 @@ src_install() { pkg_postinst() { echo - einfo "JBIG support is intended for Hylafax fax compression, so we" - einfo "really need more feedback in other areas (most testing has" - einfo "been done with fax). Be sure to recompile anything linked" - einfo "against tiff if you rebuild it with jbig support." + elog "JBIG support is intended for Hylafax fax compression, so we" + elog "really need more feedback in other areas (most testing has" + elog "been done with fax). Be sure to recompile anything linked" + elog "against tiff if you rebuild it with jbig support." echo } |