# 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:
-# 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
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
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."
}
-# 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
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
}
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."
}