Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit: gedit-3.12.2.ebuild ChangeLog
Date: Fri, 30 May 2014 20:17:23
Message-Id: 20140530201719.285222004E@flycatcher.gentoo.org
1 pacho 14/05/30 20:17:19
2
3 Modified: ChangeLog
4 Added: gedit-3.12.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.369 app-editors/gedit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.369&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.369&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.368&r2=1.369
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
20 retrieving revision 1.368
21 retrieving revision 1.369
22 diff -u -r1.368 -r1.369
23 --- ChangeLog 27 Apr 2014 15:30:11 -0000 1.368
24 +++ ChangeLog 30 May 2014 20:17:18 -0000 1.369
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/gedit
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.368 2014/04/27 15:30:11 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.369 2014/05/30 20:17:18 pacho Exp $
30 +
31 +*gedit-3.12.2 (30 May 2014)
32 +
33 + 30 May 2014; Pacho Ramos <pacho@g.o> +gedit-3.12.2.ebuild:
34 + Version bump
35
36 *gedit-3.12.1 (27 Apr 2014)
37
38
39
40
41 1.1 app-editors/gedit/gedit-3.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gedit-3.12.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.12.2.ebuild,v 1.1 2014/05/30 20:17:18 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes" # plugins are dlopened
55 PYTHON_COMPAT=( python3_{2,3} )
56
57 inherit eutils gnome2 multilib python-r1 virtualx
58
59 DESCRIPTION="A text editor for the GNOME desktop"
60 HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
61
62 LICENSE="GPL-2+ CC-BY-SA-3.0"
63 SLOT="0"
64
65 IUSE="+introspection +python spell zeitgeist"
66 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
67
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
69
70 # X libs are not needed for OSX (aqua)
71 COMMON_DEPEND="
72 >=dev-libs/libxml2-2.5.0:2
73 >=dev-libs/glib-2.39.5:2
74 >=x11-libs/gtk+-3.11.6:3[introspection?]
75 >=x11-libs/gtksourceview-3.11.2:3.0[introspection?]
76 >=dev-libs/libpeas-1.7.0[gtk]
77
78 gnome-base/gsettings-desktop-schemas
79 gnome-base/gvfs
80
81 x11-libs/libX11
82
83 net-libs/libsoup:2.4
84
85 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
86 python? (
87 ${PYTHON_DEPS}
88 >=dev-libs/gobject-introspection-0.9.3
89 >=x11-libs/gtk+-3:3[introspection]
90 >=x11-libs/gtksourceview-3.6:3.0[introspection]
91 dev-python/pycairo[${PYTHON_USEDEP}]
92 >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] )
93 spell? (
94 >=app-text/enchant-1.2:=
95 >=app-text/iso-codes-0.35 )
96 zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12 )
97 "
98 RDEPEND="${COMMON_DEPEND}
99 x11-themes/gnome-icon-theme-symbolic
100 "
101 DEPEND="${COMMON_DEPEND}
102 app-text/docbook-xml-dtd:4.1.2
103 >=app-text/scrollkeeper-0.3.11
104 dev-libs/libxml2:2
105 >=dev-util/gtk-doc-am-1
106 >=dev-util/intltool-0.50.1
107 >=sys-devel/gettext-0.18
108 virtual/pkgconfig
109 "
110 # yelp-tools, gnome-common needed to eautoreconf
111
112 src_prepare() {
113 # FIXME: Not able to set some metadata
114 sed -e '/g_test_add_func/d' \
115 -i tests/document-loader.c || die
116
117 gnome2_src_prepare
118 }
119
120 src_configure() {
121 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
122 gnome2_src_configure \
123 --disable-deprecations \
124 --enable-updater \
125 --enable-gvfs-metadata \
126 $(use_enable introspection) \
127 $(use_enable python) \
128 $(use_enable spell) \
129 $(use_enable zeitgeist) \
130 ITSTOOL=$(type -P true)
131 }
132
133 src_test() {
134 # FIXME: this should be handled at eclass level
135 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
136
137 unset DBUS_SESSION_BUS_ADDRESS
138 GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
139 }