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/deskbar-applet: ChangeLog deskbar-applet-2.20.2.ebuild
Date: Wed, 05 Dec 2007 20:56:43
Message-Id: E1J01IK-0002Ox-Mw@stork.gentoo.org
1 eva 07/12/05 20:56:36
2
3 Modified: ChangeLog
4 Added: deskbar-applet-2.20.2.ebuild
5 Log:
6 bump to 2.20.2
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.73 gnome-extra/deskbar-applet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 29 Nov 2007 05:39:44 -0000 1.72
23 +++ ChangeLog 5 Dec 2007 20:56:36 -0000 1.73
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/deskbar-applet
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.72 2007/11/29 05:39:44 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.73 2007/12/05 20:56:36 eva Exp $
29 +
30 +*deskbar-applet-2.20.2 (05 Dec 2007)
31 +
32 + 05 Dec 2007; Gilles Dartiguelongue <eva@g.o>
33 + +deskbar-applet-2.20.2.ebuild:
34 + bump to 2.20.2
35
36 29 Nov 2007; Jeroen Roovers <jer@g.o> deskbar-applet-2.20.1.ebuild:
37 Stable for HPPA (bug #199740).
38
39
40
41 1.1 gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: deskbar-applet-2.20.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild,v 1.1 2007/12/05 20:56:36 eva Exp $
51
52 inherit gnome2 eutils autotools python
53
54 DESCRIPTION="An Omnipresent Versatile Search Interface"
55 HOMEPAGE="http://raphael.slinckx.net/deskbar/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="eds spell"
61
62 RDEPEND=">=dev-lang/python-2.4
63 >=x11-libs/gtk+-2.10
64 >=dev-python/pygtk-2.10
65 >=dev-python/gnome-python-2.10
66 >=gnome-base/gnome-desktop-2.10
67 >=dev-python/dbus-python-0.80.2
68 >=dev-python/gnome-python-desktop-2.14.0
69 >=dev-python/gnome-python-extras-2.14
70 >=gnome-base/gconf-2
71 eds? ( >=gnome-extra/evolution-data-server-1.7.92 )
72 spell? ( >=gnome-extra/gnome-utils-2.16.2 )"
73 DEPEND="${RDEPEND}
74 sys-devel/gettext
75 >=dev-util/intltool-0.35
76 >=sys-devel/autoconf-2.60
77 dev-util/pkgconfig"
78
79 DOCS="AUTHORS ChangeLog NEWS README TODO"
80
81 pkg_setup() {
82 G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr --disable-scrollkeeper"
83 }
84
85 src_unpack() {
86 gnome2_src_unpack
87
88 # Fix installing libs into pythondir
89 epatch "${FILESDIR}"/${PN}-2.19.5-multilib.patch
90
91 AT_M4DIR="m4" eautoreconf
92 }
93
94 pkg_postinst() {
95 gnome2_pkg_postinst
96
97 ebeep 5
98 ewarn "The dictionary plugin in deskbar-applet uses the dictionary from "
99 ewarn "gnome-utils. If it is not present, the dictionary plugin will "
100 ewarn "fail silently."
101 epause 5
102 }
103
104
105
106 --
107 gentoo-commits@g.o mailing list