summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--media-gfx/jpeg2ps/ChangeLog8
-rw-r--r--media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild20
-rw-r--r--media-gfx/jpeg2ps/jpeg2ps-1.9.ebuild14
-rw-r--r--media-gfx/kphotoalbum/ChangeLog7
-rw-r--r--media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild14
-rw-r--r--media-gfx/kphotoalbum/kphotoalbum-3.0.1.ebuild18
-rw-r--r--media-gfx/kphotoalbum/kphotoalbum-3.0.2.ebuild18
-rw-r--r--media-gfx/kphotoalbum/kphotoalbum-3.0.ebuild18
12 files changed, 89 insertions, 76 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
}
diff --git a/media-gfx/jpeg2ps/ChangeLog b/media-gfx/jpeg2ps/ChangeLog
index 9a12e8c1b665..72c5e2a6ce19 100644
--- a/media-gfx/jpeg2ps/ChangeLog
+++ b/media-gfx/jpeg2ps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/jpeg2ps
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeg2ps/ChangeLog,v 1.17 2006/12/12 10:34:21 pclouds Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeg2ps/ChangeLog,v 1.18 2007/04/30 22:02:28 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> jpeg2ps-1.9.ebuild,
+ jpeg2ps-1.9-r1.ebuild:
+ Replacing einfo with elog
12 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
jpeg2ps-1.9.ebuild, jpeg2ps-1.9-r1.ebuild:
diff --git a/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild b/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild
index d1c442816328..4c78d6a029c6 100644
--- a/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild
+++ b/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.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/jpeg2ps/jpeg2ps-1.9-r1.ebuild,v 1.11 2006/12/12 10:34:21 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild,v 1.12 2007/04/30 22:02:28 genone Exp $
inherit eutils
@@ -41,15 +41,15 @@ src_install() {
}
pkg_postinst() {
- einfo
+ elog
if [ -z ${pagesize} ]; then
- einfo "By default, this installation of jpeg2ps will generate"
- einfo "letter size output. You can force A4 output with"
- einfo " jpeg2ps -p a4 file.jpg > file.ps"
+ elog "By default, this installation of jpeg2ps will generate"
+ elog "letter size output. You can force A4 output with"
+ elog " jpeg2ps -p a4 file.jpg > file.ps"
else
- einfo "By default, this installation of jpeg2ps will generate"
- einfo "A4 size output. You can force letter output with"
- einfo " jpeg2ps -p letter file.jpg > file.ps"
+ elog "By default, this installation of jpeg2ps will generate"
+ elog "A4 size output. You can force letter output with"
+ elog " jpeg2ps -p letter file.jpg > file.ps"
fi
- einfo
+ elog
}
diff --git a/media-gfx/jpeg2ps/jpeg2ps-1.9.ebuild b/media-gfx/jpeg2ps/jpeg2ps-1.9.ebuild
index 9ee0e74bd9c0..ee31d40091ab 100644
--- a/media-gfx/jpeg2ps/jpeg2ps-1.9.ebuild
+++ b/media-gfx/jpeg2ps/jpeg2ps-1.9.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/jpeg2ps/jpeg2ps-1.9.ebuild,v 1.6 2006/12/12 10:34:21 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeg2ps/jpeg2ps-1.9.ebuild,v 1.7 2007/04/30 22:02:28 genone Exp $
DESCRIPTION="Converts JPEG images to Postscript using a wrapper"
HOMEPAGE="http://www.pdflib.com/download/free-software/jpeg2ps/"
@@ -32,10 +32,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "By default, this installation of jpeg2ps will generate"
- einfo "letter size output. You can force A4 output with"
- einfo " jpeg2ps -p a4 file.jpg > file.ps"
- einfo
+ elog
+ elog "By default, this installation of jpeg2ps will generate"
+ elog "letter size output. You can force A4 output with"
+ elog " jpeg2ps -p a4 file.jpg > file.ps"
+ elog
}
diff --git a/media-gfx/kphotoalbum/ChangeLog b/media-gfx/kphotoalbum/ChangeLog
index eb509c323733..74625adfd011 100644
--- a/media-gfx/kphotoalbum/ChangeLog
+++ b/media-gfx/kphotoalbum/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/kphotoalbum
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.17 2007/04/27 19:08:05 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.18 2007/04/30 22:06:34 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> kphotoalbum-2.2.ebuild,
+ kphotoalbum-3.0.ebuild, kphotoalbum-3.0.1.ebuild,
+ kphotoalbum-3.0.2.ebuild:
+ Replacing einfo with elog
*kphotoalbum-3.0.2 (27 Apr 2007)
diff --git a/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild
index 1b5af9203e3d..7e85a09e5ebd 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-2.2.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/kphotoalbum/kphotoalbum-2.2.ebuild,v 1.11 2006/09/02 10:44:41 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild,v 1.12 2007/04/30 22:06:34 genone Exp $
inherit kde
@@ -27,11 +27,11 @@ pkg_setup()
setupok=1
if use exif ; then
if ! built_with_use =x11-libs/qt-3* sqlite ; then
- einfo "To enable KPhotoAlbum to search your images"
- einfo "using EXIF information you also need to have"
- einfo "Qt installed with SQLite support."
- einfo
- einfo "Make sure your Qt is installed with the sqlite USE flag."
+ elog "To enable KPhotoAlbum to search your images"
+ elog "using EXIF information you also need to have"
+ elog "Qt installed with SQLite support."
+ elog
+ elog "Make sure your Qt is installed with the sqlite USE flag."
setupok=0
fi
if [ $setupok != 0 ] ; then
diff --git a/media-gfx/kphotoalbum/kphotoalbum-3.0.1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-3.0.1.ebuild
index a87b9da95f63..27ba900afe64 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-3.0.1.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-3.0.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/kphotoalbum/kphotoalbum-3.0.1.ebuild,v 1.1 2007/04/12 06:44:57 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-3.0.1.ebuild,v 1.2 2007/04/30 22:06:34 genone Exp $
inherit kde
@@ -28,11 +28,11 @@ pkg_setup()
setupok=1
if use exif ; then
if ! built_with_use =x11-libs/qt-3* sqlite ; then
- einfo "To enable KPhotoAlbum to search your images"
- einfo "using EXIF information you also need to have"
- einfo "Qt installed with SQLite support."
- einfo
- einfo "Make sure your Qt is installed with the sqlite USE flag."
+ elog "To enable KPhotoAlbum to search your images"
+ elog "using EXIF information you also need to have"
+ elog "Qt installed with SQLite support."
+ elog
+ elog "Make sure your Qt is installed with the sqlite USE flag."
setupok=0
fi
if [ $setupok != 0 ] ; then
@@ -51,9 +51,9 @@ pkg_setup()
src_compile()
{
if ! use exif; then
- einfo "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}"
- einfo "will be compiled without EXIF support unless you installed"
- einfo "media-gfx/exiv2 manually."
+ elog "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}"
+ elog "will be compiled without EXIF support unless you installed"
+ elog "media-gfx/exiv2 manually."
local myconf="--disable-exiv2"
fi
kde_src_compile
diff --git a/media-gfx/kphotoalbum/kphotoalbum-3.0.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-3.0.2.ebuild
index 36988f0bb604..73bfd6f289c5 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-3.0.2.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-3.0.2.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/kphotoalbum/kphotoalbum-3.0.2.ebuild,v 1.1 2007/04/27 19:08:05 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-3.0.2.ebuild,v 1.2 2007/04/30 22:06:34 genone Exp $
inherit kde
@@ -28,11 +28,11 @@ pkg_setup()
setupok=1
if use exif ; then
if ! built_with_use =x11-libs/qt-3* sqlite ; then
- einfo "To enable KPhotoAlbum to search your images"
- einfo "using EXIF information you also need to have"
- einfo "Qt installed with SQLite support."
- einfo
- einfo "Make sure your Qt is installed with the sqlite USE flag."
+ elog "To enable KPhotoAlbum to search your images"
+ elog "using EXIF information you also need to have"
+ elog "Qt installed with SQLite support."
+ elog
+ elog "Make sure your Qt is installed with the sqlite USE flag."
setupok=0
fi
if [ $setupok != 0 ] ; then
@@ -51,9 +51,9 @@ pkg_setup()
src_compile()
{
if ! use exif; then
- einfo "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}"
- einfo "will be compiled without EXIF support unless you installed"
- einfo "media-gfx/exiv2 manually."
+ elog "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}"
+ elog "will be compiled without EXIF support unless you installed"
+ elog "media-gfx/exiv2 manually."
local myconf="--disable-exiv2"
fi
kde_src_compile
diff --git a/media-gfx/kphotoalbum/kphotoalbum-3.0.ebuild b/media-gfx/kphotoalbum/kphotoalbum-3.0.ebuild
index 6f0b88c1a119..ec586df9c87c 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-3.0.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-3.0.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/kphotoalbum/kphotoalbum-3.0.ebuild,v 1.6 2007/04/19 20:00:01 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-3.0.ebuild,v 1.7 2007/04/30 22:06:34 genone Exp $
inherit kde
@@ -28,11 +28,11 @@ pkg_setup()
setupok=1
if use exif ; then
if ! built_with_use =x11-libs/qt-3* sqlite ; then
- einfo "To enable KPhotoAlbum to search your images"
- einfo "using EXIF information you also need to have"
- einfo "Qt installed with SQLite support."
- einfo
- einfo "Make sure your Qt is installed with the sqlite USE flag."
+ elog "To enable KPhotoAlbum to search your images"
+ elog "using EXIF information you also need to have"
+ elog "Qt installed with SQLite support."
+ elog
+ elog "Make sure your Qt is installed with the sqlite USE flag."
setupok=0
fi
if [ $setupok != 0 ] ; then
@@ -51,9 +51,9 @@ pkg_setup()
src_compile()
{
if ! use exif; then
- einfo "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}"
- einfo "will be compiled without EXIF support unless you installed"
- einfo "media-gfx/exiv2 manually."
+ elog "NOTICE: You have the exif USE flag disabled. ${CATEGORY}/${PN}"
+ elog "will be compiled without EXIF support unless you installed"
+ elog "media-gfx/exiv2 manually."
local myconf="--disable-exiv2"
fi
kde_src_compile