public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: ChangeLog shotwell-0.11.0.ebuild shotwell-0.10.1.ebuild
@ 2011-09-05  8:36 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-09-05  8:36 UTC (permalink / raw
  To: gentoo-commits

jlec        11/09/05 08:36:58

  Modified:             ChangeLog shotwell-0.11.0.ebuild
                        shotwell-0.10.1.ebuild
  Log:
  Cleaned commented code
  
  (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 media-gfx/shotwell/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	5 Sep 2011 08:35:28 -0000	1.22
+++ ChangeLog	5 Sep 2011 08:36:57 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/shotwell
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.22 2011/09/05 08:35:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.23 2011/09/05 08:36:57 jlec Exp $
+
+  05 Sep 2011; Justin Lecher <jlec@gentoo.org> shotwell-0.10.1.ebuild,
+  shotwell-0.11.0.ebuild:
+  Cleaned commented code
 
 *shotwell-0.11.0 (05 Sep 2011)
 



1.2                  media-gfx/shotwell/shotwell-0.11.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild?r1=1.1&r2=1.2

Index: shotwell-0.11.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shotwell-0.11.0.ebuild	5 Sep 2011 08:35:28 -0000	1.1
+++ shotwell-0.11.0.ebuild	5 Sep 2011 08:36:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild,v 1.1 2011/09/05 08:35:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild,v 1.2 2011/09/05 08:36:57 jlec Exp $
 
 EAPI=4
 GCONF_DEBUG="no"
@@ -51,17 +51,8 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${PV}-ldflags.patch
-# \
-#		"${FILESDIR}"/${P}-libraw-config.patch
 	gnome2_src_prepare
 
 	sed -e 's/valac/valac-0.12/' -i plugins/Makefile.plugin.mk || die
 	sed -e 's/valac/valac-0.12/' -i Makefile || die
 }
-
-src_install() {
-#	# This is needed so that gnome2_gconf_savelist() works correctly.
-#	insinto /etc/gconf/schemas
-#	doins misc/shotwell.schemas || die "install gconf schema failed"
-	gnome2_src_install
-}



1.4                  media-gfx/shotwell/shotwell-0.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.10.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.10.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.10.1.ebuild?r1=1.3&r2=1.4

Index: shotwell-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shotwell-0.10.1.ebuild	9 Jul 2011 21:39:58 -0000	1.3
+++ shotwell-0.10.1.ebuild	5 Sep 2011 08:36:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.10.1.ebuild,v 1.3 2011/07/09 21:39:58 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.10.1.ebuild,v 1.4 2011/09/05 08:36:58 jlec Exp $
 
 EAPI=4
 GCONF_DEBUG="no"
@@ -16,7 +16,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-db/sqlite-3.5.9:3
+RDEPEND="
+	>=dev-db/sqlite-3.5.9:3
 	>=dev-libs/dbus-glib-0.80
 	>=dev-libs/json-glib-0.7.6
 	>=dev-libs/libgee-0.5.0
@@ -48,17 +49,11 @@
 }
 
 src_prepare() {
-	epatch "${FILESDIR}"/0.10-ldflags.patch \
+	epatch \
+		"${FILESDIR}"/0.10-ldflags.patch \
 		"${FILESDIR}"/${P}-libraw-config.patch
 	gnome2_src_prepare
 
 	sed -e 's/valac/valac-0.12/' -i plugins/Makefile.plugin.mk || die
 	sed -e 's/valac/valac-0.12/' -i Makefile || die
 }
-
-src_install() {
-	# This is needed so that gnome2_gconf_savelist() works correctly.
-	insinto /etc/gconf/schemas
-	doins misc/shotwell.schemas || die "install gconf schema failed"
-	gnome2_src_install
-}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-05  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05  8:36 [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: ChangeLog shotwell-0.11.0.ebuild shotwell-0.10.1.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox