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.14.3.ebuild ChangeLog gedit-3.12.2.ebuild
Date: Fri, 06 Feb 2015 12:34:42
Message-Id: 20150206123437.C4B58112D8@oystercatcher.gentoo.org
1 pacho 15/02/06 12:34:37
2
3 Modified: ChangeLog
4 Added: gedit-3.14.3.ebuild
5 Removed: gedit-3.12.2.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.380 app-editors/gedit/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.380&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.380&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.379&r2=1.380
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
21 retrieving revision 1.379
22 retrieving revision 1.380
23 diff -u -r1.379 -r1.380
24 --- ChangeLog 2 Jan 2015 22:20:34 -0000 1.379
25 +++ ChangeLog 6 Feb 2015 12:34:37 -0000 1.380
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-editors/gedit
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.379 2015/01/02 22:20:34 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.380 2015/02/06 12:34:37 pacho Exp $
31 +
32 +*gedit-3.14.3 (06 Feb 2015)
33 +
34 + 06 Feb 2015; Pacho Ramos <pacho@g.o> +gedit-3.14.3.ebuild,
35 + -gedit-3.12.2.ebuild:
36 + Version bump, drop old
37
38 02 Jan 2015; Michał Górny <mgorny@g.o> gedit-3.12.2-r1.ebuild,
39 gedit-3.14.2.ebuild:
40
41
42
43 1.1 app-editors/gedit/gedit-3.14.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.14.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.14.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gedit-3.14.3.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.14.3.ebuild,v 1.1 2015/02/06 12:34:37 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes" # plugins are dlopened
57 PYTHON_COMPAT=( python3_{3,4} )
58 VALA_MIN_API_VERSION="0.26"
59 VALA_USE_DEPEND="vapigen"
60
61 inherit eutils gnome2 multilib python-r1 vala virtualx
62
63 DESCRIPTION="A text editor for the GNOME desktop"
64 HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
65
66 LICENSE="GPL-2+ CC-BY-SA-3.0"
67 SLOT="0"
68
69 IUSE="+introspection +python spell vala"
70 # python-single-r1 would request disabling PYTHON_TARGETS on libpeas
71 # we need to fix that
72 REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
73
74 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"
75
76 # X libs are not needed for OSX (aqua)
77 COMMON_DEPEND="
78 >=dev-libs/libxml2-2.5.0:2
79 >=dev-libs/glib-2.40:2[dbus]
80 >=x11-libs/gtk+-3.14:3[introspection?]
81 >=x11-libs/gtksourceview-3.14.3:3.0[introspection?]
82 >=dev-libs/libpeas-1.7.0[gtk]
83
84 gnome-base/gsettings-desktop-schemas
85 gnome-base/gvfs
86
87 x11-libs/libX11
88
89 net-libs/libsoup:2.4
90
91 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
92 python? (
93 ${PYTHON_DEPS}
94 >=dev-libs/gobject-introspection-0.9.3
95 >=x11-libs/gtk+-3:3[introspection]
96 dev-python/pycairo[${PYTHON_USEDEP}]
97 >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
98 dev-libs/libpeas[${PYTHON_USEDEP}] )
99 spell? (
100 >=app-text/enchant-1.2:=
101 >=app-text/iso-codes-0.35 )
102 "
103 RDEPEND="${COMMON_DEPEND}
104 x11-themes/gnome-icon-theme-symbolic
105 "
106 DEPEND="${COMMON_DEPEND}
107 ${vala_depend}
108 app-text/docbook-xml-dtd:4.1.2
109 >=app-text/scrollkeeper-0.3.11
110 dev-libs/libxml2:2
111 >=dev-util/gtk-doc-am-1
112 >=dev-util/intltool-0.50.1
113 >=sys-devel/gettext-0.18
114 virtual/pkgconfig
115 "
116 # yelp-tools, gnome-common needed to eautoreconf
117
118 pkg_setup() {
119 use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
120 }
121
122 src_prepare() {
123 vala_src_prepare
124 gnome2_src_prepare
125 }
126
127 src_configure() {
128 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
129
130 gnome2_src_configure \
131 --disable-deprecations \
132 --enable-updater \
133 --enable-gvfs-metadata \
134 $(use_enable introspection) \
135 $(use_enable spell) \
136 $(use_enable python) \
137 $(use_enable vala) \
138 ITSTOOL=$(type -P true)
139 }
140
141 src_test() {
142 # FIXME: this should be handled at eclass level
143 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
144
145 unset DBUS_SESSION_BUS_ADDRESS
146 GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
147 }
148
149 src_install() {
150 local args=()
151 # manually set pyoverridesdir due to bug #524018 and AM_PATH_PYTHON limitations
152 use python && args+=( pyoverridesdir="$(python_get_sitedir)/gi/overrides" )
153
154 gnome2_src_install "${args[@]}"
155 }