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.6.ebuild
Date: Sun, 01 Apr 2012 06:13:57
Message-Id: 20120401061340.70C872004B@flycatcher.gentoo.org
1 ssuominen 12/04/01 06:13:40
2
3 Modified: ChangeLog
4 Added: ristretto-0.3.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.60 media-gfx/ristretto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.60&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.60&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.59&r2=1.60
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
20 retrieving revision 1.59
21 retrieving revision 1.60
22 diff -u -r1.59 -r1.60
23 --- ChangeLog 3 Mar 2012 12:23:41 -0000 1.59
24 +++ ChangeLog 1 Apr 2012 06:13:40 -0000 1.60
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.59 2012/03/03 12:23:41 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.60 2012/04/01 06:13:40 ssuominen Exp $
30 +
31 +*ristretto-0.3.6 (01 Apr 2012)
32 +
33 + 01 Apr 2012; Samuli Suominen <ssuominen@g.o> +ristretto-0.3.6.ebuild:
34 + Version bump.
35
36 *ristretto-0.3.5 (03 Mar 2012)
37
38
39
40
41 1.1 media-gfx/ristretto/ristretto-0.3.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.3.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.3.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ristretto-0.3.6.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.6.ebuild,v 1.1 2012/04/01 06:13:40 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.98
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 }