Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/gnomeicu: ChangeLog gnomeicu-0.99.14.ebuild gnomeicu-0.99.10.ebuild
Date: Sat, 03 Nov 2007 20:04:18
Message-Id: E1IoOnK-0000ql-Iw@stork.gentoo.org
1 tester 07/11/03 19:36:34
2
3 Modified: ChangeLog
4 Added: gnomeicu-0.99.14.ebuild
5 Removed: gnomeicu-0.99.10.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.48 net-im/gnomeicu/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 1 Sep 2007 12:58:53 -0000 1.47
24 +++ ChangeLog 3 Nov 2007 19:36:34 -0000 1.48
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-im/gnomeicu
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.47 2007/09/01 12:58:53 yoswink Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.48 2007/11/03 19:36:34 tester Exp $
30 +
31 +*gnomeicu-0.99.14 (03 Nov 2007)
32 +
33 + 03 Nov 2007; Olivier CrĂȘte <tester@g.o> -gnomeicu-0.99.10.ebuild,
34 + +gnomeicu-0.99.14.ebuild:
35 + Version bump
36
37 01 Sep 2007; Jose Luis Rivero <yoswink@g.o>
38 gnomeicu-0.99.12.ebuild:
39
40
41
42 1.1 net-im/gnomeicu/gnomeicu-0.99.14.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnomeicu-0.99.14.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild,v 1.1 2007/11/03 19:36:34 tester Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="Gnome ICQ Client"
56 SRC_URI="mirror://sourceforge/gnomeicu/${P}.tar.bz2"
57 HOMEPAGE="http://gnomeicu.sourceforge.net/"
58
59 SLOT="0"
60 LICENSE="GPL-2"
61 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
62
63 DEPEND=">=x11-libs/gtk+-2.10.0
64 >=dev-libs/libxml2-2.4.23
65 >=gnome-base/libgnome-2.0.0
66 >=gnome-base/libgnomeui-2.0.0
67 >=sys-libs/gdbm-1.8.0
68 >=gnome-base/libglade-2.0.0
69 >=app-text/scrollkeeper-0.3.5
70 >=dev-util/pkgconfig-0.12.0
71 >=dev-util/intltool-0.22
72 >=gnome-base/gconf-2.0
73 sys-devel/gettext
74 spell? ( >=app-text/gtkspell-2.0.4 )
75 x11-libs/libXScrnSaver"
76
77 IUSE="spell"
78
79 src_unpack () {
80 unpack ${A}
81 gnome2_omf_fix ${S}/doc/C/Makefile.in ${S}/doc/omf.make ${S}/doc/uk/Makefile.in
82 }
83
84 src_configure() {
85 G2CONF=$(use_enable spell)
86 gnome2_src_compile
87 }
88
89 DOCS="AUTHORS CREDITS ChangeLog README ABOUT-NLS"
90
91
92
93 --
94 gentoo-commits@g.o mailing list