Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: shotwell-0.5.2.ebuild ChangeLog shotwell-0.5.0.ebuild
Date: Sun, 30 May 2010 06:20:08
Message-Id: 20100530062004.8AFC62CF37@corvid.gentoo.org
1 hollow 10/05/30 06:20:04
2
3 Modified: ChangeLog
4 Added: shotwell-0.5.2.ebuild
5 Removed: shotwell-0.5.0.ebuild
6 Log:
7 version bump (fixes #320239)
8 (Portage version: 2.2_rc67/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 media-gfx/shotwell/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 7 Apr 2010 17:08:21 -0000 1.2
24 +++ ChangeLog 30 May 2010 06:20:04 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/shotwell
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.2 2010/04/07 17:08:21 hollow Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.3 2010/05/30 06:20:04 hollow Exp $
30 +
31 +*shotwell-0.5.2 (30 May 2010)
32 +
33 + 30 May 2010; Benedikt Böhm <hollow@g.o> -shotwell-0.5.0.ebuild,
34 + +shotwell-0.5.2.ebuild:
35 + version bump (fixes #320239)
36
37 07 Apr 2010; Benedikt Böhm <hollow@g.o> metadata.xml:
38 fix metadata
39
40
41
42 1.1 media-gfx/shotwell/shotwell-0.5.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.5.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.5.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shotwell-0.5.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.5.2.ebuild,v 1.1 2010/05/30 06:20:04 hollow Exp $
52
53 EAPI="2"
54 GCONF_DEBUG="no"
55
56 inherit gnome2 versionator
57
58 MY_PV=$(get_version_component_range 1-2)
59 DESCRIPTION="Open source photo manager for GNOME"
60 HOMEPAGE="http://www.yorba.org/shotwell/"
61 SRC_URI="http://www.yorba.org/download/${PN}/${MY_PV}/${P}.tar.bz2"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=dev-db/sqlite-3.5.9:3
69 >=dev-libs/dbus-glib-0.80
70 >=dev-libs/libgee-0.5.0
71 >=dev-libs/libunique-1.0.0
72 >=dev-libs/libxml2-2.6.32
73 >=gnome-base/gconf-2.22.0
74 >=media-libs/libexif-0.6.16
75 >=media-libs/libgphoto2-2.4.2
76 >=net-libs/libsoup-2.26.0
77 >=net-libs/webkit-gtk-1.1.5
78 >=sys-fs/udev-145[extras]
79 >=x11-libs/gtk+-2.14.4:2"
80 DEPEND="${RDEPEND}
81 >=dev-lang/vala-0.8"
82
83 DOCS="AUTHORS MAINTAINERS NEWS README THANKS"
84
85 pkg_setup() {
86 G2CONF="--disable-schemas-install
87 --disable-desktop-update
88 --disable-icon-update"
89 }
90
91 src_install() {
92 # This is needed so that gnome2_gconf_savelist() works correctly.
93 insinto "${EPREFIX}"/etc/gconf/schemas
94 doins misc/shotwell.schemas || die "install gconf schema failed"
95 gnome2_src_install
96 }