Converted to elog.
authorMatthias Schwarzott <zzam@gentoo.org>
Sat, 6 Jan 2007 14:55:34 +0000 (14:55 +0000)
committerMatthias Schwarzott <zzam@gentoo.org>
Sat, 6 Jan 2007 14:55:34 +0000 (14:55 +0000)
Package-Manager: portage-2.1.2_rc4-r6

media-libs/libgphoto2/ChangeLog
media-libs/libgphoto2/libgphoto2-2.1.6-r1.ebuild
media-libs/libgphoto2/libgphoto2-2.2.1-r1.ebuild

index 42ebb83cdc907d0d394dafb1cf54ee5a1964725f..7b32733bda441d837602e1e161c0a610284b2ee5 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libgphoto2
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.84 2006/12/30 21:29:25 kloeri Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.85 2007/01/06 14:55:34 zzam Exp $
+
+  06 Jan 2007; Matthias Schwarzott <zzam@gentoo.org>
+  libgphoto2-2.1.6-r1.ebuild, libgphoto2-2.2.1-r1.ebuild:
+  Converted to elog.
 
   30 Dec 2006; Bryan Ã˜stergaard <kloeri@gentoo.org>
   libgphoto2-2.2.1-r1.ebuild:
index cb4202613a9002d8c2aa51bd7a645b5ce3ed48ef..08e2490c718fa7cc8979e337ae1ca2041d4e2550 100644 (file)
@@ -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/libgphoto2/libgphoto2-2.1.6-r1.ebuild,v 1.13 2006/12/18 11:01:04 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.6-r1.ebuild,v 1.14 2007/01/06 14:55:34 zzam Exp $
 
 inherit libtool eutils
 
@@ -41,7 +41,7 @@ pkg_setup() {
        if [ -z "${CAMERAS}" ] ; then
                ewarn "All camera drivers will be built since you did not specify"
                ewarn "via the CAMERAS variable what camera you use."
-               einfo "libgphoto2 supports: all ${IUSE_CAMERAS}"
+               ewarn "libgphoto2 supports: all ${IUSE_CAMERAS}"
        fi
        echo
        if use jpeg && ! use exif ; then
@@ -136,6 +136,6 @@ pkg_postinst() {
                fi
        fi
 
-       einfo "Don't forget to add yourself to the plugdev group "
-       einfo "if you want to be able to access your camera."
+       elog "Don't forget to add yourself to the plugdev group "
+       elog "if you want to be able to access your camera."
 }
index 25b2b8df9aed205bae6d1eb0ba6a3c54f0908240..1b5ab8c8a8c5e88696a77263b5ac6d5c07769940 100644 (file)
@@ -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/libgphoto2/libgphoto2-2.2.1-r1.ebuild,v 1.15 2006/12/30 21:29:25 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.2.1-r1.ebuild,v 1.16 2007/01/06 14:55:34 zzam Exp $
 
 inherit libtool eutils autotools
 
@@ -44,7 +44,7 @@ pkg_setup() {
        if [[ -z "${CAMERAS}" ]] ; then
                ewarn "All camera drivers will be built since you did not specify"
                ewarn "via the CAMERAS variable what camera you use."
-               einfo "libgphoto2 supports: all ${IUSE_CAMERAS}"
+               ewarn "libgphoto2 supports: all ${IUSE_CAMERAS}"
        fi
        echo
 
@@ -162,6 +162,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Don't forget to add yourself to the plugdev group "
-       einfo "if you want to be able to access your camera."
+       elog "Don't forget to add yourself to the plugdev group "
+       elog "if you want to be able to access your camera."
 }