Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.4.3.ebuild
Date: Sat, 29 Mar 2008 19:21:09
Message-Id: E1Jfgby-0006pH-Av@stork.gentoo.org
1 eva 08/03/29 19:21:06
2
3 Modified: ChangeLog
4 Added: glade-3.4.3.ebuild
5 Log:
6 Version bump from upstream, adding missing gnome-doc-utils to DEPEND
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.93 dev-util/glade/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.93&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.93&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.92&r2=1.93
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
19 retrieving revision 1.92
20 retrieving revision 1.93
21 diff -u -r1.92 -r1.93
22 --- ChangeLog 13 Mar 2008 16:48:14 -0000 1.92
23 +++ ChangeLog 29 Mar 2008 19:21:05 -0000 1.93
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/glade
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.92 2008/03/13 16:48:14 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.93 2008/03/29 19:21:05 eva Exp $
29 +
30 +*glade-3.4.3 (29 Mar 2008)
31 +
32 + 29 Mar 2008; Gilles Dartiguelongue <eva@g.o> +glade-3.4.3.ebuild:
33 + Version bump from upstream, adding missing gnome-doc-utils to DEPEND
34
35 13 Mar 2008; Jeroen Roovers <jer@g.o> glade-3.4.1.ebuild:
36 Marked ~hppa (bug #211748).
37
38
39
40 1.1 dev-util/glade/glade-3.4.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: glade-3.4.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.3.ebuild,v 1.1 2008/03/29 19:21:05 eva Exp $
50
51 inherit eutils gnome2
52
53 MY_PN="glade3"
54 MY_P="${MY_PN}-${PV}"
55
56 DESCRIPTION="GNOME GUI Builder"
57 HOMEPAGE="http://glade.gnome.org/"
58 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="3"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="doc gnome"
64
65 RDEPEND=">=dev-libs/glib-2.8.0
66 >=x11-libs/gtk+-2.12.0
67 >=dev-libs/libxml2-2.4
68 gnome? (
69 >=gnome-base/libgnomeui-2.0
70 >=gnome-base/libbonoboui-2.0
71 )"
72 DEPEND="${RDEPEND}
73 sys-devel/gettext
74 >=dev-util/intltool-0.35
75 >=dev-util/pkgconfig-0.19
76 app-text/scrollkeeper
77 app-text/gnome-doc-utils
78 doc? ( >=dev-util/gtk-doc-1.4 )"
79
80 S="${WORKDIR}/${MY_P}"
81 DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO"
82
83 pkg_config() {
84 G2CONF="${G2CONF} $(use_enable gnome) --disable-scrollkeeper"
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list