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.3.5.ebuild
Date: Sat, 03 Mar 2012 12:23:53
Message-Id: 20120303122341.999EA2004B@flycatcher.gentoo.org
1 ssuominen 12/03/03 12:23:41
2
3 Modified: ChangeLog
4 Added: ristretto-0.3.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.59 media-gfx/ristretto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 10 Feb 2012 12:19:39 -0000 1.58
24 +++ ChangeLog 3 Mar 2012 12:23:41 -0000 1.59
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/ristretto
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.58 2012/02/10 12:19:39 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.59 2012/03/03 12:23:41 ssuominen Exp $
30 +
31 +*ristretto-0.3.5 (03 Mar 2012)
32 +
33 + 03 Mar 2012; Samuli Suominen <ssuominen@g.o> +ristretto-0.3.5.ebuild:
34 + Version bump.
35
36 10 Feb 2012; Samuli Suominen <ssuominen@g.o> ristretto-0.3.4.ebuild:
37 ppc/ppc64/x86 stable wrt #401229
38
39
40
41 1.1 media-gfx/ristretto/ristretto-0.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ristretto-0.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.3.5.ebuild,v 1.1 2012/03/03 12:23:41 ssuominen Exp $
51
52 EAPI=4
53 inherit xfconf
54
55 DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment"
56 HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
57 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="debug"
63
64 RDEPEND=">=dev-libs/dbus-glib-0.90
65 >=dev-libs/glib-2.24
66 media-libs/libexif
67 x11-libs/cairo
68 >=x11-libs/gtk+-2.20:2
69 >=xfce-base/exo-0.6
70 >=xfce-base/libxfce4ui-4.8
71 >=xfce-base/libxfce4util-4.8
72 >=xfce-base/xfconf-4.8"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 dev-util/pkgconfig
76 sys-devel/gettext"
77
78 pkg_setup() {
79 XFCONF=(
80 --docdir=/usr/share/doc/${PF}
81 $(xfconf_use_debug)
82 )
83
84 DOCS=( AUTHORS ChangeLog NEWS TODO )
85 }