Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ChangeLog ristretto-0.0.91.ebuild
Date: Thu, 29 Jul 2010 15:16:09
Message-Id: 20100729151606.978F72CE15@corvid.gentoo.org
1 ssuominen 10/07/29 15:16:06
2
3 Modified: ChangeLog
4 Added: ristretto-0.0.91.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 media-gfx/ristretto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 26 May 2010 12:44:47 -0000 1.23
23 +++ ChangeLog 29 Jul 2010 15:16:06 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/ristretto
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.23 2010/05/26 12:44:47 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.24 2010/07/29 15:16:06 ssuominen Exp $
29 +
30 +*ristretto-0.0.91 (29 Jul 2010)
31 +
32 + 29 Jul 2010; Samuli Suominen <ssuominen@g.o>
33 + +ristretto-0.0.91.ebuild:
34 + Version bump.
35
36 26 May 2010; Christoph Mende <angelos@g.o> ristretto-0.0.22.ebuild:
37 Depend on <thunar-1.1 or thunar-vfs
38
39
40
41 1.1 media-gfx/ristretto/ristretto-0.0.91.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.91.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.91.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ristretto-0.0.91.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.91.ebuild,v 1.1 2010/07/29 15:16:06 ssuominen Exp $
51
52 EAPI=2
53 EAUTORECONF=yes
54 inherit xfconf
55
56 DESCRIPTION="Image viewer and browser for Xfce4"
57 HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
58 SRC_URI="mirror://xfce/src/apps/${PN}/0.0/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="debug"
64
65 RDEPEND="media-libs/libexif
66 >=x11-libs/gtk+-2.12:2
67 >=dev-libs/glib-2.16:2
68 >=dev-libs/dbus-glib-0.34
69 >=xfce-base/libxfce4util-4.6
70 >=xfce-base/libxfcegui4-4.6
71 >=xfce-base/xfconf-4.6
72 >=x11-libs/cairo-1.8"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 dev-util/intltool
76 sys-devel/gettext"
77
78 pkg_setup() {
79 XFCONF="--disable-dependency-tracking
80 $(xfconf_use_debug)"
81 DOCS="AUTHORS ChangeLog NEWS README TODO"
82 }
83
84 src_prepare() {
85 sed -i \
86 -e "/TARGET_DIR/s:(datadir)/doc/ristretto:(datadir)/doc/${PF}:" \
87 docs/manual/C/Makefile.am || die
88
89 xfconf_src_prepare
90 }