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.10.3.ebuild ChangeLog
Date: Tue, 24 Dec 2013 15:29:04
Message-Id: 20131224152900.058572004C@flycatcher.gentoo.org
1 pacho 13/12/24 15:28:59
2
3 Modified: ChangeLog
4 Added: gedit-3.10.3.ebuild
5 Log:
6 Version bump for Gnome 3.10, drop old
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.361 app-editors/gedit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.361&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.361&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.360&r2=1.361
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
20 retrieving revision 1.360
21 retrieving revision 1.361
22 diff -u -r1.360 -r1.361
23 --- ChangeLog 8 Dec 2013 17:40:55 -0000 1.360
24 +++ ChangeLog 24 Dec 2013 15:28:59 -0000 1.361
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/gedit
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.360 2013/12/08 17:40:55 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.361 2013/12/24 15:28:59 pacho Exp $
30 +
31 +*gedit-3.10.3 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +gedit-3.10.3.ebuild:
34 + Version bump for Gnome 3.10, drop old
35
36 08 Dec 2013; Pacho Ramos <pacho@g.o> gedit-3.8.3.ebuild:
37 x86 stable, bug #478252
38
39
40
41 1.1 app-editors/gedit/gedit-3.10.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.10.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.10.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gedit-3.10.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.10.3.ebuild,v 1.1 2013/12/24 15:28:59 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="http://live.gnome.org/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.37.5:2
74 >=x11-libs/gtk+-3.9.9:3[introspection?]
75 >=x11-libs/gtksourceview-3.9.91: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_configure() {
113 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
114 gnome2_src_configure \
115 --disable-deprecations \
116 --enable-updater \
117 --enable-gvfs-metadata \
118 $(use_enable introspection) \
119 $(use_enable python) \
120 $(use_enable spell) \
121 $(use_enable zeitgeist) \
122 ITSTOOL=$(type -P true)
123 }
124
125 src_test() {
126 # FIXME: this should be handled at eclass level
127 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
128
129 unset DBUS_SESSION_BUS_ADDRESS
130 GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
131 }