Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeui: ChangeLog libgnomeui-2.20.1.1.ebuild libgnomeui-2.20.1.ebuild
Date: Wed, 17 Oct 2007 23:27:31
Message-Id: E1IiI8N-0004hY-Cs@stork.gentoo.org
1 remi 07/10/17 23:17:03
2
3 Modified: ChangeLog
4 Added: libgnomeui-2.20.1.1.ebuild
5 Removed: libgnomeui-2.20.1.ebuild
6 Log:
7 gnome-base/libgnomeui: Bump to version 2.20.1.1 (fix last minute crash, revert some patches, translations)
8 (Portage version: 2.1.3.14)
9
10 Revision Changes Path
11 1.146 gnome-base/libgnomeui/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/ChangeLog?rev=1.146&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/ChangeLog?rev=1.146&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/ChangeLog?r1=1.145&r2=1.146
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v
20 retrieving revision 1.145
21 retrieving revision 1.146
22 diff -u -r1.145 -r1.146
23 --- ChangeLog 17 Oct 2007 21:38:56 -0000 1.145
24 +++ ChangeLog 17 Oct 2007 23:17:02 -0000 1.146
25 @@ -1,6 +1,13 @@
26 # ChangeLog for gnome-base/libgnomeui
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.145 2007/10/17 21:38:56 remi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.146 2007/10/17 23:17:02 remi Exp $
30 +
31 +*libgnomeui-2.20.1.1 (17 Oct 2007)
32 +
33 + 17 Oct 2007; RĂ©mi Cardona <remi@g.o> -libgnomeui-2.20.1.ebuild,
34 + +libgnomeui-2.20.1.1.ebuild:
35 + Bump to version 2.20.1.1 (fix last minute crash, revert some patches,
36 + translations)
37
38 *libgnomeui-2.20.1 (17 Oct 2007)
39
40
41
42
43 1.1 gnome-base/libgnomeui/libgnomeui-2.20.1.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.20.1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.20.1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libgnomeui-2.20.1.1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.20.1.1.ebuild,v 1.1 2007/10/17 23:17:02 remi Exp $
53
54 inherit eutils gnome2
55
56 DESCRIPTION="User Interface routines for Gnome"
57 HOMEPAGE="http://www.gnome.org/"
58
59 LICENSE="LGPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="doc jpeg"
63
64 RDEPEND=">=dev-libs/libxml2-2.4.20
65 >=gnome-base/libgnome-2.13.7
66 >=gnome-base/libgnomecanvas-2
67 >=gnome-base/libbonoboui-2.13.1
68 >=gnome-base/gconf-2
69 >=x11-libs/pango-1.1.2
70 >=dev-libs/glib-2.13.4
71 >=x11-libs/gtk+-2.11.5
72 >=gnome-base/gnome-vfs-2.7.3
73 >=gnome-base/libglade-2
74 >=gnome-base/gnome-keyring-0.4
75 >=dev-libs/popt-1.5
76 jpeg? ( media-libs/jpeg )"
77 DEPEND="${RDEPEND}
78 sys-devel/gettext
79 >=dev-util/pkgconfig-0.9
80 >=dev-util/intltool-0.35
81 doc? ( >=dev-util/gtk-doc-1 )"
82
83 PDEPEND="x11-themes/gnome-icon-theme"
84
85 DOCS="AUTHORS ChangeLog NEWS README"
86
87 pkg_setup() {
88 G2CONF="$(use_with jpeg libjpeg)"
89 }
90
91 src_unpack() {
92 gnome2_src_unpack
93
94 # Re-enable deprecated gnome druid code
95 epatch "${FILESDIR}"/${PN}-2.19.1-enable-druid.patch
96 }
97
98
99
100 --
101 gentoo-commits@g.o mailing list