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