Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/zenity: ChangeLog zenity-2.24.0.ebuild
Date: Sun, 12 Oct 2008 21:06:01
Message-Id: E1Kp88U-0001uL-Ag@stork.gentoo.org
1 eva 08/10/12 21:05:58
2
3 Modified: ChangeLog
4 Added: zenity-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24. Mostly translation updates.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.156 gnome-extra/zenity/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.156&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.156&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/zenity/ChangeLog?r1=1.155&r2=1.156
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v
19 retrieving revision 1.155
20 retrieving revision 1.156
21 diff -u -r1.155 -r1.156
22 --- ChangeLog 25 Sep 2008 14:48:56 -0000 1.155
23 +++ ChangeLog 12 Oct 2008 21:05:58 -0000 1.156
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-extra/zenity
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.155 2008/09/25 14:48:56 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.156 2008/10/12 21:05:58 eva Exp $
29 +
30 +*zenity-2.24.0 (12 Oct 2008)
31 +
32 + 12 Oct 2008; Gilles Dartiguelongue <eva@g.o> +zenity-2.24.0.ebuild:
33 + New version for GNOME 2.24. Mostly translation updates.
34
35 25 Sep 2008; Jeroen Roovers <jer@g.o> zenity-2.22.1.ebuild:
36 Stable for HPPA (bug #236971).
37
38
39
40 1.1 gnome-extra/zenity/zenity-2.24.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/zenity/zenity-2.24.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/zenity/zenity-2.24.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: zenity-2.24.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.24.0.ebuild,v 1.1 2008/10/12 21:05:58 eva Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
54 HOMEPAGE="http://www.gnome.org/"
55
56 LICENSE="LGPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE="libnotify"
60
61 RDEPEND=">=x11-libs/gtk+-2.10
62 >=dev-libs/glib-2.8
63 >=gnome-base/libglade-2
64 >=gnome-base/libgnomecanvas-2
65 >=dev-lang/perl-5
66 libnotify? ( >=x11-libs/libnotify-0.4.1 )"
67
68 DEPEND="${RDEPEND}
69 app-text/scrollkeeper
70 >=dev-util/intltool-0.40
71 >=sys-devel/gettext-0.14
72 >=dev-util/pkgconfig-0.9
73 >=app-text/gnome-doc-utils-0.10.1
74 >=gnome-base/gnome-common-2.12.0"
75
76 DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
77
78 pkg_setup() {
79 G2CONF="${G2CONF} --disable-scrollkeeper $(use_enable libnotify)"
80 }