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.5.ebuild glade-3.4.1-r1.ebuild glade-2.12.1.ebuild glade-3.4.3.ebuild glade-3.4.0-r1.ebuild
Date: Thu, 03 Jul 2008 20:55:52
Message-Id: E1KEVqE-0008Pe-UB@stork.gentoo.org
1 eva 08/07/03 20:55:46
2
3 Modified: ChangeLog
4 Added: glade-3.4.5.ebuild
5 Removed: glade-3.4.1-r1.ebuild glade-2.12.1.ebuild
6 glade-3.4.3.ebuild glade-3.4.0-r1.ebuild
7 Log:
8 bump to 3.4.5. Fixed annoying text editing bug. Close bug #227915.
9 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
10
11 Revision Changes Path
12 1.102 dev-util/glade/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.102&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.102&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.101&r2=1.102
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
21 retrieving revision 1.101
22 retrieving revision 1.102
23 diff -u -r1.101 -r1.102
24 --- ChangeLog 16 May 2008 18:44:57 -0000 1.101
25 +++ ChangeLog 3 Jul 2008 20:55:46 -0000 1.102
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-util/glade
28 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.101 2008/05/16 18:44:57 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.102 2008/07/03 20:55:46 eva Exp $
31 +
32 +*glade-3.4.5 (03 Jul 2008)
33 +
34 + 03 Jul 2008; Gilles Dartiguelongue <eva@g.o>
35 + -files/glade-2.0.0-scrollkeeper.patch, -glade-2.12.1.ebuild,
36 + -glade-3.4.0-r1.ebuild, -glade-3.4.1-r1.ebuild, -glade-3.4.3.ebuild,
37 + +glade-3.4.5.ebuild:
38 + bump to 3.4.5. Fixed annoying text editing bug. Close bug #227915.
39
40 16 May 2008; nixnut <nixnut@g.o> glade-2.12.2-r1.ebuild:
41 Stable on ppc wrt bug 201962
42
43
44
45 1.1 dev-util/glade/glade-3.4.5.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.5.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.5.ebuild?rev=1.1&content-type=text/plain
49
50 Index: glade-3.4.5.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.5.ebuild,v 1.1 2008/07/03 20:55:46 eva Exp $
55
56 inherit eutils gnome2
57
58 MY_PN="glade3"
59 MY_P="${MY_PN}-${PV}"
60
61 DESCRIPTION="GNOME GUI Builder"
62 HOMEPAGE="http://glade.gnome.org/"
63 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
64
65 LICENSE="GPL-2"
66 SLOT="3"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 IUSE="doc gnome"
69
70 RDEPEND=">=dev-libs/glib-2.8.0
71 >=x11-libs/gtk+-2.12.0
72 >=dev-libs/libxml2-2.4
73 gnome? (
74 >=gnome-base/libgnomeui-2.0
75 >=gnome-base/libbonoboui-2.0
76 )"
77 DEPEND="${RDEPEND}
78 sys-devel/gettext
79 >=dev-util/intltool-0.35
80 >=dev-util/pkgconfig-0.19
81 app-text/scrollkeeper
82 app-text/gnome-doc-utils
83 doc? ( >=dev-util/gtk-doc-1.4 )"
84
85 S="${WORKDIR}/${MY_P}"
86 DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO"
87
88 pkg_setup() {
89 G2CONF="${G2CONF} $(use_enable gnome) --disable-scrollkeeper"
90 }
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list