Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.4.0.ebuild
Date: Sun, 04 Nov 2007 08:29:56
Message-Id: E1Ioare-0006pn-PL@stork.gentoo.org
1 compnerd 07/11/04 08:29:50
2
3 Modified: ChangeLog
4 Added: glade-3.4.0.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.82 dev-util/glade/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.82&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.82&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.81&r2=1.82
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
19 retrieving revision 1.81
20 retrieving revision 1.82
21 diff -u -r1.81 -r1.82
22 --- ChangeLog 7 Oct 2007 02:14:41 -0000 1.81
23 +++ ChangeLog 4 Nov 2007 08:29:50 -0000 1.82
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/glade
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.81 2007/10/07 02:14:41 compnerd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.82 2007/11/04 08:29:50 compnerd Exp $
29 +
30 +*glade-3.4.0 (04 Nov 2007)
31 +
32 + 04 Nov 2007; Saleem Abdulrasool <compnerd@g.o> +glade-3.4.0.ebuild:
33 + Version bump from upstream (bug #198029)
34
35 07 Oct 2007; Saleem Abdulrasool <compnerd@g.o> -glade-3.1.5.ebuild,
36 -glade-3.2.0.ebuild, -glade-3.2.1.ebuild:
37
38
39
40 1.1 dev-util/glade/glade-3.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: glade-3.4.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.0.ebuild,v 1.1 2007/11/04 08:29:50 compnerd 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="doc gnome"
64
65 RDEPEND=">=dev-libs/glib-2.8.0
66 >=x11-libs/gtk+-2.10.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 doc? ( >=dev-util/gtk-doc-1.4 )"
77
78 S="${WORKDIR}/${MY_P}"
79 DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO"
80
81 pkg_config() {
82 G2CONF="${G2CONF} $(use_enable gnome)"
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list