Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 612234
Collapse All | Expand All

(-)a/app-editors/gedit/gedit-3.20.2.ebuild (-8 / +3 lines)
Lines 7-13 PYTHON_COMPAT=( python3_{4,5} ) Link Here
7
VALA_MIN_API_VERSION="0.26"
7
VALA_MIN_API_VERSION="0.26"
8
VALA_USE_DEPEND="vapigen"
8
VALA_USE_DEPEND="vapigen"
9
9
10
inherit eutils gnome2 multilib python-r1 vala virtualx
10
inherit eutils gnome2 multilib python-single-r1 vala virtualx
11
11
12
DESCRIPTION="A text editor for the GNOME desktop"
12
DESCRIPTION="A text editor for the GNOME desktop"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
Lines 16-27 LICENSE="GPL-2+ CC-BY-SA-3.0" Link Here
16
SLOT="0"
16
SLOT="0"
17
17
18
IUSE="+introspection +python spell vala"
18
IUSE="+introspection +python spell vala"
19
# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
19
REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"
20
# we need to fix that
21
REQUIRED_USE="
22
	python? ( introspection )
23
	python? ( ^^ ( $(python_gen_useflags '*') ) )
24
"
25
20
26
KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
21
KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
27
22
Lines 65-71 DEPEND="${COMMON_DEPEND} Link Here
65
# yelp-tools, gnome-common needed to eautoreconf
60
# yelp-tools, gnome-common needed to eautoreconf
66
61
67
pkg_setup() {
62
pkg_setup() {
68
	use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
63
	use python && [[ ${MERGE_TYPE} != binary ]] && python-single-r1_pkg_setup
69
}
64
}
70
65
71
src_prepare() {
66
src_prepare() {
(-)a/app-editors/gedit/gedit-3.22.0.ebuild (-10 / +3 lines)
Lines 7-13 PYTHON_COMPAT=( python3_{4,5} ) Link Here
7
VALA_MIN_API_VERSION="0.26"
7
VALA_MIN_API_VERSION="0.26"
8
VALA_USE_DEPEND="vapigen"
8
VALA_USE_DEPEND="vapigen"
9
9
10
inherit eutils gnome2 multilib python-r1 vala virtualx
10
inherit eutils gnome2 multilib python-single-r1 vala virtualx
11
11
12
DESCRIPTION="A text editor for the GNOME desktop"
12
DESCRIPTION="A text editor for the GNOME desktop"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
Lines 16-27 LICENSE="GPL-2+ CC-BY-SA-3.0" Link Here
16
SLOT="0"
16
SLOT="0"
17
17
18
IUSE="+introspection +python spell vala"
18
IUSE="+introspection +python spell vala"
19
# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
19
REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"
20
# we need to fix that
21
REQUIRED_USE="
22
	python? ( introspection )
23
	python? ( ^^ ( $(python_gen_useflags '*') ) )
24
"
25
20
26
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
21
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
27
22
Lines 61-67 DEPEND="${COMMON_DEPEND} Link Here
61
# yelp-tools, gnome-common needed to eautoreconf
56
# yelp-tools, gnome-common needed to eautoreconf
62
57
63
pkg_setup() {
58
pkg_setup() {
64
	use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
59
	use python && [[ ${MERGE_TYPE} != binary ]] && python-single-r1_pkg_setup
65
}
60
}
66
61
67
src_prepare() {
62
src_prepare() {
68
- 
69
--
70
app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild | 8 ++++----
63
app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild | 8 ++++----
71
app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 8 ++++----
64
app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 8 ++++----
72
2 files changed, 8 insertions(+), 8 deletions(-)
65
2 files changed, 8 insertions(+), 8 deletions(-)
(-)a/app-editors/gedit-plugins/gedit-plugins-3.20.0.ebuild (-4 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2016 Gentoo Foundation
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="6"
4
EAPI="6"
Lines 7-13 PYTHON_COMPAT=( python3_{4,5} ) Link Here
7
PYTHON_REQ_USE="xml"
7
PYTHON_REQ_USE="xml"
8
VALA_MIN_API_VERSION="0.28"
8
VALA_MIN_API_VERSION="0.28"
9
9
10
inherit eutils gnome2 multilib python-r1 vala
10
inherit eutils gnome2 multilib python-single-r1 vala
11
11
12
DESCRIPTION="Official plugins for gedit"
12
DESCRIPTION="Official plugins for gedit"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
Lines 22-28 IUSE="+python ${IUSE_plugins}" Link Here
22
REQUIRED_USE="
22
REQUIRED_USE="
23
	charmap? ( python )
23
	charmap? ( python )
24
	git? ( python )
24
	git? ( python )
25
	python? ( ^^ ( $(python_gen_useflags '*') ) )
25
	python? ( ${PYTHON_REQUIRED_USE} )
26
	terminal? ( python )
26
	terminal? ( python )
27
	zeitgeist? ( python )
27
	zeitgeist? ( python )
28
"
28
"
Lines 59-65 DEPEND="${RDEPEND} Link Here
59
"
59
"
60
60
61
pkg_setup() {
61
pkg_setup() {
62
	use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
62
	use python && [[ ${MERGE_TYPE} != binary ]] && python-single-r1_pkg_setup
63
}
63
}
64
64
65
src_prepare() {
65
src_prepare() {
(-)a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild (-5 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2016 Gentoo Foundation
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="6"
4
EAPI="6"
Lines 7-13 PYTHON_COMPAT=( python3_{4,5} ) Link Here
7
PYTHON_REQ_USE="xml"
7
PYTHON_REQ_USE="xml"
8
VALA_MIN_API_VERSION="0.28"
8
VALA_MIN_API_VERSION="0.28"
9
9
10
inherit eutils gnome2 multilib python-r1 vala
10
inherit eutils gnome2 multilib python-single-r1 vala
11
11
12
DESCRIPTION="Official plugins for gedit"
12
DESCRIPTION="Official plugins for gedit"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
13
HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
Lines 22-28 IUSE="+python ${IUSE_plugins}" Link Here
22
REQUIRED_USE="
22
REQUIRED_USE="
23
	charmap? ( python )
23
	charmap? ( python )
24
	git? ( python )
24
	git? ( python )
25
	python? ( ^^ ( $(python_gen_useflags '*') ) )
25
	python? ( ${PYTHON_REQUIRED_USE} )
26
	terminal? ( python )
26
	terminal? ( python )
27
	zeitgeist? ( python )
27
	zeitgeist? ( python )
28
"
28
"
Lines 59-65 DEPEND="${RDEPEND} Link Here
59
"
59
"
60
60
61
pkg_setup() {
61
pkg_setup() {
62
	use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
62
	use python && [[ ${MERGE_TYPE} != binary ]] && python-single-r1_pkg_setup
63
}
63
}
64
64
65
src_prepare() {
65
src_prepare() {
66
- 

Return to bug 612234