Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-builder/
Date: Sun, 29 Apr 2018 00:08:41
Message-Id: 1524959005.3803ec979e6a5510c1a145de852a01fdbc5a19f5.leio@gentoo
1 commit: 3803ec979e6a5510c1a145de852a01fdbc5a19f5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 23:43:25 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 23:43:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3803ec97
7
8 dev-util/gnome-builder: remove old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-util/gnome-builder/gnome-builder-3.24.2.ebuild | 131 ---------------------
13 1 file changed, 131 deletions(-)
14
15 diff --git a/dev-util/gnome-builder/gnome-builder-3.24.2.ebuild b/dev-util/gnome-builder/gnome-builder-3.24.2.ebuild
16 deleted file mode 100644
17 index fc35c2c3eb4..00000000000
18 --- a/dev-util/gnome-builder/gnome-builder-3.24.2.ebuild
19 +++ /dev/null
20 @@ -1,131 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -PYTHON_COMPAT=( python3_{4,5,6} )
26 -VALA_MIN_API_VERSION="0.30"
27 -VALA_USE_DEPEND="vapigen"
28 -DISABLE_AUTOFORMATTING=1
29 -FORCE_PRINT_ELOG=1
30 -
31 -inherit gnome2 python-single-r1 vala virtualx readme.gentoo-r1
32 -
33 -DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
34 -HOMEPAGE="https://wiki.gnome.org/Apps/Builder"
35 -
36 -# FIXME: Review licenses at some point
37 -LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
38 -SLOT="0"
39 -KEYWORDS="amd64 x86"
40 -IUSE="clang +git sysprof vala webkit"
41 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
42 -
43 -# When bumping, pay attention to all the included plugins/*/configure.ac files and the requirements within.
44 -# Most have no extra requirements and default to enabled; we need to handle the ones with extra requirements, which tend to default to auto(magic).
45 -# Look at the last (fourth) argument given to AC_ARG_ENABLE to decide. We don't support any disabling of those that are default-enabled and have no extra deps beyond C/python/introspection.
46 -# FIXME: >=dev-util/devhelp-3.20.0 dependency is automagic for devhelp integration plugin
47 -# FIXME: vte could be optional via $(use_enable vte terminal-plugin) - but most/all people want this and have vte?
48 -# FIXME: flatpak-plugin needs flatpak.pc >=0.6.9, libgit2[threads] >=libgit2-glib-0.24.0[ssh] libsoup-2.4.pc
49 -# FIXME: --with-sanitizer configure option
50 -# FIXME: Enable rdtscp based high performance counter usage on suitable architectures for EGG_COUNTER?
51 -# Editorconfig needs pcre.h, with vte migrating away, might want it optional?
52 -# Python is always enabled - the core python plugin support checks are automagic and not worth crippling it by not supporting python plugins
53 -# Relatedly introspection is always required to not have broken python using plugins or have to enable/disable them based on it. This is a full IDE, not a place to be really minimal.
54 -# An introspection USE flag of a dep is required if any introspection based language plugin wants to use it. Last full check at 3.22.4
55 -RDEPEND="
56 - >=x11-libs/gtk+-3.22.1:3[introspection]
57 - >=dev-libs/glib-2.50.0:2[dbus]
58 - >=x11-libs/gtksourceview-3.22.0:3.0[introspection]
59 - >=dev-libs/gobject-introspection-1.48.0:=
60 - >=dev-python/pygobject-3.22.0:3
61 - >=dev-libs/libxml2-2.9.0
62 - >=x11-libs/pango-1.38.0
63 - >=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}]
64 - >=dev-libs/json-glib-1.2.0
65 - >=app-text/gspell-1.2.0
66 - >=app-text/enchant-1.6.0
67 - webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )
68 - clang? ( sys-devel/clang:= )
69 - git? (
70 - dev-libs/libgit2[ssh,threads]
71 - >=dev-libs/libgit2-glib-0.25.0[ssh] )
72 - >=x11-libs/vte-0.46:2.91
73 - sysprof? ( >=dev-util/sysprof-3.23.91[gtk] )
74 - dev-libs/libpcre:3
75 - ${PYTHON_DEPS}
76 - vala? ( $(vala_depend) )
77 -"
78 -# desktop-file-utils for desktop-file-validate check in configure for 3.22.4
79 -DEPEND="${RDEPEND}
80 - dev-libs/appstream-glib
81 - dev-util/desktop-file-utils
82 - >=sys-devel/gettext-0.19.8
83 - virtual/pkgconfig
84 - !<sys-apps/sandbox-2.10-r3
85 -"
86 -
87 -# Tests fail if all plugins aren't enabled (webkit, clang, devhelp, perhaps more)
88 -RESTRICT="test"
89 -
90 -DOC_CONTENTS='gnome-builder can use various other dependencies on runtime to provide
91 -extra capabilities beyond these expressed via USE flags. Some of these
92 -that are currently available with packages include:
93 -
94 -* dev-util/ctags with exuberant-ctags selected via "eselect ctags" for
95 - C, C++, Python, JavaScript, CSS, HTML and Ruby autocompletion, semantic
96 - highlighting and symbol resolving support.
97 -* dev-python/jedi and dev-python/lxml for more accurate Python
98 - autocompletion support.
99 -* dev-util/valgrind for integration with valgrind.
100 -* dev-util/meson for integration with the Meson build system.
101 -* dev-util/cargo for integration with the Rust Cargo build system.
102 -'
103 -# FIXME: Package gnome-code-assistance and mention here, or maybe USE flag and default enable because it's rather important
104 -# eslint for additional diagnostics in JavaScript files
105 -# jhbuild support
106 -# rust language server via rls
107 -# autotools stuff for autotools plugin; gtkmm/autoconf-archive for C++ template
108 -# mono/PHPize stuff
109 -
110 -pkg_setup() {
111 - python-single-r1_pkg_setup
112 -}
113 -
114 -src_prepare() {
115 - use vala && vala_src_prepare
116 - gnome2_src_prepare
117 -}
118 -
119 -src_configure() {
120 - gnome2_src_configure \
121 - --with-channel=distro \
122 - --enable-editorconfig \
123 - --enable-introspection \
124 - $(use_enable vala vala-pack-plugin) \
125 - $(use_enable webkit) \
126 - $(use_enable webkit html-preview-plugin) \
127 - $(use_enable clang clang-plugin) \
128 - $(use_enable git git-plugin) \
129 - $(use_enable sysprof sysprof-plugin) \
130 - --disable-flatpak-plugin \
131 - --enable-terminal-plugin \
132 - --enable-gettext-plugin \
133 - --disable-static
134 -}
135 -
136 -src_install() {
137 - gnome2_src_install
138 - readme.gentoo_create_doc
139 -}
140 -
141 -pkg_postinst() {
142 - gnome2_pkg_postinst
143 - readme.gentoo_print_elog
144 -}
145 -
146 -src_test() {
147 - # FIXME: this should be handled at eclass level
148 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data/gsettings" || die
149 -
150 - GSETTINGS_SCHEMA_DIR="${S}/data/gsettings" virtx emake check
151 -}