Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/zenity: zenity-2.32.1.ebuild ChangeLog zenity-2.32.0.ebuild zenity-2.26.0.ebuild zenity-2.28.0-r1.ebuild
Date: Mon, 29 Nov 2010 18:41:11
Message-Id: 20101129184056.A370220051@flycatcher.gentoo.org
1 pacho 10/11/29 18:40:56
2
3 Modified: ChangeLog
4 Added: zenity-2.32.1.ebuild
5 Removed: zenity-2.32.0.ebuild zenity-2.26.0.ebuild
6 zenity-2.28.0-r1.ebuild
7 Log:
8 Version bump, remove old.
9
10 (Portage version: 2.1.9.25/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.195 gnome-extra/zenity/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.195&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.195&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?r1=1.194&r2=1.195
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v
22 retrieving revision 1.194
23 retrieving revision 1.195
24 diff -u -r1.194 -r1.195
25 --- ChangeLog 1 Nov 2010 14:20:14 -0000 1.194
26 +++ ChangeLog 29 Nov 2010 18:40:56 -0000 1.195
27 @@ -1,6 +1,12 @@
28 # ChangeLog for gnome-extra/zenity
29 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.194 2010/11/01 14:20:14 ssuominen Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.195 2010/11/29 18:40:56 pacho Exp $
32 +
33 +*zenity-2.32.1 (29 Nov 2010)
34 +
35 + 29 Nov 2010; Pacho Ramos <pacho@g.o> -zenity-2.26.0.ebuild,
36 + -zenity-2.28.0-r1.ebuild, -zenity-2.32.0.ebuild, +zenity-2.32.1.ebuild:
37 + Version bump, remove old.
38
39 01 Nov 2010; Samuli Suominen <ssuominen@g.o> zenity-2.30.0.ebuild:
40 ppc64 stable wrt #324077
41
42
43
44 1.1 gnome-extra/zenity/zenity-2.32.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: zenity-2.32.1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild,v 1.1 2010/11/29 18:40:56 pacho Exp $
54
55 EAPI="3"
56 GCONF_DEBUG="yes"
57
58 inherit gnome2
59
60 DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
61 HOMEPAGE="http://live.gnome.org/Zenity"
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
66 IUSE="+compat libnotify"
67
68 RDEPEND=">=x11-libs/gtk+-2.18:2
69 >=dev-libs/glib-2.8:2
70 compat? ( >=dev-lang/perl-5 )
71 libnotify? ( >=x11-libs/libnotify-0.4.1 )"
72
73 DEPEND="${RDEPEND}
74 app-text/scrollkeeper
75 >=dev-util/intltool-0.40
76 >=sys-devel/gettext-0.14
77 >=dev-util/pkgconfig-0.9
78 >=app-text/gnome-doc-utils-0.10.1"
79 # eautoreconf needs:
80 # >=gnome-base/gnome-common-2.12
81
82 pkg_setup() {
83 G2CONF="${G2CONF}
84 --disable-scrollkeeper
85 --with-gtk=2.0
86 $(use_enable libnotify)"
87 DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
88 }
89
90 src_install() {
91 gnome2_src_install
92
93 if ! use compat; then
94 rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
95 fi
96 }