Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
mrpouet 09/06/18 11:16:03
Modified: libgphoto2-2.4.6.ebuild ChangeLog
Log:
Fix missing eutils.eclass, bug #274596
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/libgphoto2/libgphoto2-2.4.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.6.ebuild?r1=1.1&r2=1.2
Index: libgphoto2-2.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgphoto2-2.4.6.ebuild 17 Jun 2009 22:19:45 -0000 1.1
+++ libgphoto2-2.4.6.ebuild 18 Jun 2009 11:16:03 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.6.ebuild,v 1.1 2009/06/17 22:19:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.6.ebuild,v 1.2 2009/06/18 11:16:03 mrpouet Exp $
# TODO
# 1. Track upstream bug --disable-docs does not work.
@@ -8,7 +8,7 @@
EAPI="2"
-inherit multilib
+inherit multilib eutils
DESCRIPTION="Library that implements support for numerous digital cameras"
HOMEPAGE="http://www.gphoto.org/"
1.150 media-libs/libgphoto2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?r1=1.149&r2=1.150
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog 17 Jun 2009 22:19:45 -0000 1.149
+++ ChangeLog 18 Jun 2009 11:16:03 -0000 1.150
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libgphoto2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.149 2009/06/17 22:19:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.150 2009/06/18 11:16:03 mrpouet Exp $
+
+ 18 Jun 2009; <mrpouet@g.o> libgphoto2-2.4.6.ebuild:
+ Fix missing eutils.eclass, bug #274596
*libgphoto2-2.4.6 (18 Jun 2009)
|
|