summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 21:58:47 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 21:58:47 +0000
commit214849843c92cfd4d7d7d5816315d1a4b3ed28ae (patch)
tree6797a8bc5633b9da0871c3a7178d1ca250f62ae4 /media-gfx
parentAdd ~ppc keyword. Tested on a PowerBook 5,9 with GCC 4.1.2 (diff)
downloadgentoo-2-214849843c92cfd4d7d7d5816315d1a4b3ed28ae.tar.gz
gentoo-2-214849843c92cfd4d7d7d5816315d1a4b3ed28ae.tar.bz2
gentoo-2-214849843c92cfd4d7d7d5816315d1a4b3ed28ae.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/hugin/ChangeLog6
-rw-r--r--media-gfx/hugin/hugin-0.5_rc1-r2.ebuild10
-rw-r--r--media-gfx/hugin/hugin-0.6.1.ebuild16
-rw-r--r--media-gfx/hugin/hugin-0.7_beta4.ebuild16
4 files changed, 26 insertions, 22 deletions
diff --git a/media-gfx/hugin/ChangeLog b/media-gfx/hugin/ChangeLog
index e7749fde88e0..efd4674cd6c7 100644
--- a/media-gfx/hugin/ChangeLog
+++ b/media-gfx/hugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/hugin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.22 2007/04/16 09:35:04 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.23 2007/04/30 21:58:47 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> hugin-0.5_rc1-r2.ebuild,
+ hugin-0.6.1.ebuild, hugin-0.7_beta4.ebuild:
+ Replacing einfo with elog
16 Apr 2007; Christian Faulhammer <opfer@gentoo.org> hugin-0.6.1.ebuild:
stable amd64, bug 173068
diff --git a/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild b/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild
index ec769809d308..4b258f62d7ec 100644
--- a/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild
+++ b/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/hugin/hugin-0.5_rc1-r2.ebuild,v 1.1 2005/10/16 02:23:49 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild,v 1.2 2007/04/30 21:58:47 genone Exp $
inherit wxwidgets
@@ -51,7 +51,7 @@ src_install() {
}
pkg_postinst() {
- einfo "Please consider the helper apps autopano-sift and enblend."
- einfo "autopano-sift is used to automagically generate control"
- einfo "points and enblend is used to merge images smoothly."
+ elog "Please consider the helper apps autopano-sift and enblend."
+ elog "autopano-sift is used to automagically generate control"
+ elog "points and enblend is used to merge images smoothly."
}
diff --git a/media-gfx/hugin/hugin-0.6.1.ebuild b/media-gfx/hugin/hugin-0.6.1.ebuild
index 1ec900e908ad..cc68a1a860d8 100644
--- a/media-gfx/hugin/hugin-0.6.1.ebuild
+++ b/media-gfx/hugin/hugin-0.6.1.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/hugin/hugin-0.6.1.ebuild,v 1.6 2007/04/16 09:35:04 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1.ebuild,v 1.7 2007/04/30 21:58:47 genone Exp $
inherit wxwidgets eutils
@@ -29,15 +29,15 @@ pkg_setup() {
die "$msg"
fi
if ! use enblend; then
- einfo "It is recommended to emerge this package with the"
- einfo "enblend use flag to install media-gfx/enblend"
- einfo "that blends the seams between images in a panorama."
+ elog "It is recommended to emerge this package with the"
+ elog "enblend use flag to install media-gfx/enblend"
+ elog "that blends the seams between images in a panorama."
fi
if ! use sift; then
- einfo "It is recommended to emerge this package with the"
- einfo "sift use flag to install media-gfx/autopano-sift"
- einfo "that produces control points between images in a"
- einfo "panorama."
+ elog "It is recommended to emerge this package with the"
+ elog "sift use flag to install media-gfx/autopano-sift"
+ elog "that produces control points between images in a"
+ elog "panorama."
fi
}
diff --git a/media-gfx/hugin/hugin-0.7_beta4.ebuild b/media-gfx/hugin/hugin-0.7_beta4.ebuild
index f55577f7f88d..6e6d969ca395 100644
--- a/media-gfx/hugin/hugin-0.7_beta4.ebuild
+++ b/media-gfx/hugin/hugin-0.7_beta4.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/hugin/hugin-0.7_beta4.ebuild,v 1.2 2007/04/05 15:28:23 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7_beta4.ebuild,v 1.3 2007/04/30 21:58:47 genone Exp $
inherit wxwidgets eutils
@@ -29,15 +29,15 @@ pkg_setup() {
die "$msg"
fi
if ! use enblend; then
- einfo "It is recommended to emerge this package with the"
- einfo "enblend use flag to install media-gfx/enblend"
- einfo "that blends the seams between images in a panorama."
+ elog "It is recommended to emerge this package with the"
+ elog "enblend use flag to install media-gfx/enblend"
+ elog "that blends the seams between images in a panorama."
fi
if ! use sift; then
- einfo "It is recommended to emerge this package with the"
- einfo "sift use flag to install media-gfx/autopano-sift"
- einfo "that produces control points between images in a"
- einfo "panorama."
+ elog "It is recommended to emerge this package with the"
+ elog "sift use flag to install media-gfx/autopano-sift"
+ elog "that produces control points between images in a"
+ elog "panorama."
fi
}