Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gail: ChangeLog gail-1000.ebuild
Date: Thu, 25 Sep 2008 09:45:01
Message-Id: E1KinP8-000407-BV@stork.gentoo.org
1 leio 08/09/25 09:44:58
2
3 Modified: ChangeLog
4 Added: gail-1000.ebuild
5 Log:
6 New dummy version that is a migration helper, as gail is now part of gtk+ since gtk+-2.14
7 (Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.157 gnome-base/gail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gail/ChangeLog?rev=1.157&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gail/ChangeLog?rev=1.157&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gail/ChangeLog?r1=1.156&r2=1.157
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v
19 retrieving revision 1.156
20 retrieving revision 1.157
21 diff -u -r1.156 -r1.157
22 --- ChangeLog 12 Aug 2008 13:29:14 -0000 1.156
23 +++ ChangeLog 25 Sep 2008 09:44:57 -0000 1.157
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/gail
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.156 2008/08/12 13:29:14 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.157 2008/09/25 09:44:57 leio Exp $
29 +
30 +*gail-1000 (25 Sep 2008)
31 +
32 + 25 Sep 2008; Mart Raudsepp <leio@g.o> +gail-1000.ebuild:
33 + New dummy version that is a migration helper, as gail is now part of gtk+
34 + since gtk+-2.14
35
36 12 Aug 2008; Raúl Porcel <armin76@g.o> gail-1.22.3.ebuild:
37 alpha/ia64/sparc stable wrt #229709
38
39
40
41 1.1 gnome-base/gail/gail-1000.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gail/gail-1000.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gail/gail-1000.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gail-1000.ebuild
47 ===================================================================
48 # Copyright 2008-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1000.ebuild,v 1.1 2008/09/25 09:44:57 leio Exp $
51
52 DESCRIPTION="Dummy gail to handle migration to gtk+"
53 HOMEPAGE="http://gnome.gentoo.org"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE=""
59
60 RDEPEND=">=x11-libs/gtk+-2.13.0"
61 DEPEND=""