summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/libgphoto2/ChangeLog8
-rw-r--r--media-libs/libgphoto2/libgphoto2-2.1.6-r1.ebuild10
-rw-r--r--media-libs/libgphoto2/libgphoto2-2.2.1-r1.ebuild10
3 files changed, 16 insertions, 12 deletions
diff --git a/media-libs/libgphoto2/ChangeLog b/media-libs/libgphoto2/ChangeLog
index 42ebb83cdc90..7b32733bda44 100644
--- a/media-libs/libgphoto2/ChangeLog
+++ b/media-libs/libgphoto2/ChangeLog
@@ -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:
diff --git a/media-libs/libgphoto2/libgphoto2-2.1.6-r1.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.6-r1.ebuild
index cb4202613a90..08e2490c718f 100644
--- a/media-libs/libgphoto2/libgphoto2-2.1.6-r1.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.1.6-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-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."
}
diff --git a/media-libs/libgphoto2/libgphoto2-2.2.1-r1.ebuild b/media-libs/libgphoto2/libgphoto2-2.2.1-r1.ebuild
index 25b2b8df9aed..1b5ab8c8a8c5 100644
--- a/media-libs/libgphoto2/libgphoto2-2.2.1-r1.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.2.1-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-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."
}