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.4.ebuild
Date: Thu, 06 Dec 2007 22:10:13
Message-Id: E1J0Ov1-00073f-G3@stork.gentoo.org
1 eva 07/12/06 22:10:07
2
3 Modified: ChangeLog
4 Added: gedit-2.20.4.ebuild
5 Log:
6 bump to 2.20.4
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.223 app-editors/gedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.223&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.223&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.222&r2=1.223
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
19 retrieving revision 1.222
20 retrieving revision 1.223
21 diff -u -r1.222 -r1.223
22 --- ChangeLog 4 Dec 2007 20:30:47 -0000 1.222
23 +++ ChangeLog 6 Dec 2007 22:10:07 -0000 1.223
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.222 2007/12/04 20:30:47 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.223 2007/12/06 22:10:07 eva Exp $
29 +
30 +*gedit-2.20.4 (06 Dec 2007)
31 +
32 + 06 Dec 2007; Gilles Dartiguelongue <eva@g.o> +gedit-2.20.4.ebuild:
33 + bump to 2.20.4
34
35 04 Dec 2007; Jeroen Roovers <jer@g.o> gedit-2.20.3.ebuild:
36 Stable for HPPA (bug #199740).
37
38
39
40 1.1 app-editors/gedit/gedit-2.20.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/gedit-2.20.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/gedit-2.20.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gedit-2.20.4.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.4.ebuild,v 1.1 2007/12/06 22:10:07 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="${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 # Make libattr optional; bug #191989
111 epatch "${FILESDIR}"/${PN}-2.20.3-libattr.patch
112
113 AT_M4DIR="m4" eautoreconf
114 }
115
116
117
118 --
119 gentoo-commits@g.o mailing list