Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit: ChangeLog gedit-2.20.3.ebuild
Date: Sun, 21 Oct 2007 23:24:51
Message-Id: E1Ijjzd-0002TY-Ft@stork.gentoo.org
1 eva 07/10/21 23:14:01
2
3 Modified: ChangeLog
4 Added: gedit-2.20.3.ebuild
5 Log:
6 bump to 2.20.3
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.211 app-editors/gedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.211&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.211&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.210&r2=1.211
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
19 retrieving revision 1.210
20 retrieving revision 1.211
21 diff -u -r1.210 -r1.211
22 --- ChangeLog 16 Oct 2007 19:50:02 -0000 1.210
23 +++ ChangeLog 21 Oct 2007 23:14:00 -0000 1.211
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/gedit
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.210 2007/10/16 19:50:02 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.211 2007/10/21 23:14:00 eva Exp $
29 +
30 +*gedit-2.20.3 (21 Oct 2007)
31 +
32 + 21 Oct 2007; Gilles Dartiguelongue <eva@g.o> +gedit-2.20.3.ebuild:
33 + bump to 2.20.3
34
35 *gedit-2.20.2 (16 Oct 2007)
36
37
38
39
40 1.1 app-editors/gedit/gedit-2.20.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/gedit-2.20.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/gedit-2.20.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gedit-2.20.3.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/app-editors/gedit/gedit-2.20.3.ebuild,v 1.1 2007/10/21 23:14:00 eva Exp $
50
51 inherit gnome2 eutils autotools
52
53 DESCRIPTION="A text editor for the GNOME desktop"
54 HOMEPAGE="http://www.gnome.org/"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="doc python spell xattr"
60
61 RDEPEND=">=gnome-base/gconf-2
62 xattr? ( sys-apps/attr )
63 >=dev-libs/glib-2.13.5
64 >=x11-libs/gtk+-2.11.6
65 =x11-libs/gtksourceview-2*
66 >=gnome-base/libgnomeui-2.16
67 >=gnome-base/libglade-2.5.1
68 >=gnome-base/libgnomeprintui-2.12.1
69 >=gnome-base/gnome-vfs-2.16
70 spell? (
71 >=app-text/enchant-1.2
72 app-text/iso-codes
73 )
74 python? (
75 >=dev-python/pygobject-2.11.5
76 >=dev-python/pygtk-2.9.7
77 >=dev-python/pygtksourceview-2
78 )"
79
80 DEPEND="${RDEPEND}
81 sys-devel/gettext
82 >=dev-util/pkgconfig-0.9
83 >=app-text/scrollkeeper-0.3.11
84 >=dev-util/intltool-0.35
85 >=app-text/gnome-doc-utils-0.3.2"
86
87 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
88
89 if [[ "${ARCH}" == "PPC" ]] ; then
90 # HACK HACK HACK: someone fix this garbage
91 MAKEOPTS="${MAKEOPTS} -j1"
92 fi
93
94 pkg_setup() {
95 G2CONF="$(use_enable python) $(use_enable spell) $(use_enable xattr attr)"
96 }
97
98 src_unpack() {
99 gnome2_src_unpack
100
101 # Remove symbols that are not meant to be part of the docs, and
102 # break compilation if USE="doc -python" (bug #158638).
103 if use !python && use doc; then
104 epatch "${FILESDIR}"/${PN}-2.16.2-no_python_module_docs.patch
105 fi
106
107 # chown on fbsd doesn't have --reference. Bug #183691
108 epatch "${FILESDIR}"/${PN}-2.18.1-fbsd.patch
109
110 AT_M4DIR="./m4" eautoreconf
111 }
112
113
114
115 --
116 gentoo-commits@g.o mailing list