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-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:33:26
Message-Id: 20130328173323.BBE742171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:33:23
2
3 Modified: ChangeLog
4 Added: zenity-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.210 gnome-extra/zenity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.210&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.210&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?r1=1.209&r2=1.210
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v
20 retrieving revision 1.209
21 retrieving revision 1.210
22 diff -u -r1.209 -r1.210
23 --- ChangeLog 24 Dec 2012 00:35:19 -0000 1.209
24 +++ ChangeLog 28 Mar 2013 17:33:23 -0000 1.210
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/zenity
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.209 2012/12/24 00:35:19 eva Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.210 2013/03/28 17:33:23 pacho Exp $
31 +
32 +*zenity-3.8.0 (28 Mar 2013)
33 +
34 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +zenity-3.8.0.ebuild:
35 + Version bump for Gnome 3.8
36
37 *zenity-3.6.0 (24 Dec 2012)
38
39
40
41
42 1.1 gnome-extra/zenity/zenity-3.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-3.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-3.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: zenity-3.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.8.0.ebuild,v 1.1 2013/03/28 17:33:23 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
59 HOMEPAGE="http://live.gnome.org/Zenity"
60
61 LICENSE="LGPL-2+"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
64 IUSE="libnotify test +webkit"
65
66 RDEPEND=">=dev-libs/glib-2.8:2
67 x11-libs/gdk-pixbuf:2
68 >=x11-libs/gtk+-3:3
69 x11-libs/libX11
70 x11-libs/pango
71 libnotify? ( >=x11-libs/libnotify-0.6.1:= )
72 webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )"
73
74 DEPEND="${RDEPEND}
75 >=dev-util/intltool-0.40
76 >=sys-devel/gettext-0.14
77 virtual/pkgconfig
78 test? ( app-text/yelp-tools )"
79 # eautoreconf needs:
80 # >=gnome-base/gnome-common-2.12
81
82 src_configure() {
83 DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
84 G2CONF="${G2CONF}
85 $(use_enable libnotify)
86 $(use_enable webkit webkitgtk)
87 PERL=$(type -P false)
88 ITSTOOL=$(type -P true)"
89
90 gnome2_src_configure
91 }
92
93 src_install() {
94 gnome2_src_install
95
96 rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
97 }