Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-builder/
Date: Mon, 19 Feb 2018 20:03:38
Message-Id: 1519070566.0ae675b93206e9d52f94665e784151cce8bfa64a.leio@gentoo
1 commit: 0ae675b93206e9d52f94665e784151cce8bfa64a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 19:51:17 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 20:02:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae675b9
7
8 gnome-extra/gnome-builder: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 gnome-extra/gnome-builder/Manifest | 1 -
13 .../gnome-builder/gnome-builder-3.22.4.ebuild | 132 ---------------------
14 2 files changed, 133 deletions(-)
15
16 diff --git a/gnome-extra/gnome-builder/Manifest b/gnome-extra/gnome-builder/Manifest
17 index 100f90650e5..555f60511b2 100644
18 --- a/gnome-extra/gnome-builder/Manifest
19 +++ b/gnome-extra/gnome-builder/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-builder-3.22.4.tar.xz 2480900 BLAKE2B cd144cd92030b6c452a58e52010f0a47edf0817a12387b69833675ab817235fb6912668ecf4b5d36e8ba797cd7652f00fcca1444692b66ba7ac1a64e2ca8dc7b SHA512 69ee0d22f7e60f1bc236f2648662ece38f2a3c827d6877f8cbee82eadd499c19de8e4f6f94d7ad8832a93d26cddb5d34106ec6a9e878a7abea3350929d50711d
22 DIST gnome-builder-3.24.2.tar.xz 4342908 BLAKE2B 5dca80d2e948041bc096fa9a2a5d39322c6fedb0560e3e4f3c60c7b0657c7c62e89387a63f7d050c3df90d8c129485bc5495039802548b22ae268d94c14a37ae SHA512 dec133ad3c5ef96a036598ebbe684667dc44f73d8643e700f1e776cf8eb860b99c1d333f1fed5bc896cb7bdcf607eb51fedb7bb1f5b0cc662e4b2703d74140bf
23
24 diff --git a/gnome-extra/gnome-builder/gnome-builder-3.22.4.ebuild b/gnome-extra/gnome-builder/gnome-builder-3.22.4.ebuild
25 deleted file mode 100644
26 index 063b139c307..00000000000
27 --- a/gnome-extra/gnome-builder/gnome-builder-3.22.4.ebuild
28 +++ /dev/null
29 @@ -1,132 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python{3_3,3_4,3_5} )
35 -VALA_MIN_API_VERSION="0.30"
36 -VALA_USE_DEPEND="vapigen"
37 -DISABLE_AUTOFORMATTING=1
38 -FORCE_PRINT_ELOG=1
39 -
40 -inherit gnome2 python-single-r1 vala virtualx readme.gentoo-r1
41 -
42 -DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
43 -HOMEPAGE="https://wiki.gnome.org/Apps/Builder"
44 -
45 -# FIXME: Review licenses at some point
46 -LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE="clang +git sysprof vala webkit"
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -# When bumping, pay attention to all the included plugins/*/configure.ac files and the requirements within.
53 -# 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).
54 -# 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.
55 -# FIXME: >=dev-util/devhelp-3.20.0 dependency is automagic for devhelp integration plugin
56 -# FIXME: vte could be optional via $(use_enable vte terminal-plugin) - but most/all people want this and have vte?
57 -# FIXME: flatpak-plugin needs flatpak.pc >=0.6.9, libgit2[threads] >=libgit2-glib-0.24.0[ssh] libsoup-2.4.pc
58 -# FIXME: --with-sanitizer configure option
59 -# FIXME: Enable rdtscp based high performance counter usage on suitable architectures for EGG_COUNTER?
60 -# Editorconfig needs pcre.h, with vte migrating away, might want it optional?
61 -# Python is always enabled - the core python plugin support checks are automagic and not worth crippling it by not supporting python plugins
62 -# 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.
63 -# 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
64 -RDEPEND="
65 - >=x11-libs/gtk+-3.22.1:3[introspection]
66 - >=dev-libs/glib-2.50.0:2[dbus]
67 - >=x11-libs/gtksourceview-3.22.0:3.0[introspection]
68 - >=dev-libs/gobject-introspection-1.48.0:=
69 - >=dev-python/pygobject-3.22.0:3
70 - >=dev-libs/libxml2-2.9
71 - >=x11-libs/pango-1.38.0
72 - >=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}]
73 - >=dev-libs/json-glib-1.2.0
74 - webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )
75 - clang? ( sys-devel/clang:= )
76 - git? (
77 - dev-libs/libgit2[ssh,threads]
78 - >=dev-libs/libgit2-glib-0.24.0[ssh] )
79 - >=x11-libs/vte-0.46:2.91
80 - sysprof? ( >=dev-util/sysprof-3.22.2[gtk] )
81 - dev-libs/libpcre:3
82 - ${PYTHON_DEPS}
83 - vala? ( $(vala_depend) )
84 -"
85 -# desktop-file-utils for desktop-file-validate check in configure for 3.22.4
86 -# mm-common due to not fully clean --disable-idemm behaviour, recheck on bump
87 -DEPEND="${RDEPEND}
88 - dev-cpp/mm-common
89 - dev-libs/appstream-glib
90 - dev-util/desktop-file-utils
91 - >=dev-util/gtk-doc-am-1.11
92 - >=sys-devel/gettext-0.19.8
93 - virtual/pkgconfig
94 - !<sys-apps/sandbox-2.10-r3
95 -"
96 -
97 -# Tests fail if all plugins aren't enabled (webkit, clang, devhelp, perhaps more)
98 -RESTRICT="test"
99 -
100 -DOC_CONTENTS='gnome-builder can use various other dependencies on runtime to provide
101 -extra capabilities beyond these expressed via USE flags. Some of these
102 -that are currently available with packages include:
103 -
104 -* dev-util/ctags with exuberant-ctags selected via "eselect ctags" for
105 - C, C++, Python, JavaScript, CSS, HTML and Ruby autocompletion, semantic
106 - highlighting and symbol resolving support.
107 -* dev-python/jedi and dev-python/lxml for more accurate Python
108 - autocompletion support.
109 -* dev-util/meson for integration with the Meson build system.
110 -* dev-util/cargo for integration with the Rust Cargo build system.
111 -'
112 -# FIXME: Package gnome-code-assistance and mention here, or maybe USE flag and default enable because it's rather important
113 -# jhbuild support
114 -# rust language server via rls
115 -# autotools stuff for autotools plugin
116 -
117 -pkg_setup() {
118 - python-single-r1_pkg_setup
119 -}
120 -
121 -src_prepare() {
122 - use vala && vala_src_prepare
123 - gnome2_src_prepare
124 -}
125 -
126 -src_configure() {
127 - export PYTHON3_CONFIG="$(python_get_PYTHON_CONFIG)"
128 - # idemm is C++ wrapper for libide. Once that's needed by something, we might want to
129 - # consider a split package instead of USE flag. Deps are in libidemm/configure.ac
130 - gnome2_src_configure \
131 - --disable-idemm \
132 - --enable-editorconfig \
133 - --enable-introspection \
134 - $(use_enable vala vala-pack-plugin) \
135 - $(use_enable webkit) \
136 - $(use_enable webkit html-preview-plugin) \
137 - $(use_enable clang clang-plugin) \
138 - $(use_enable git git-plugin) \
139 - $(use_enable git contributing-plugin) \
140 - $(use_enable sysprof sysprof-plugin) \
141 - --disable-flatpak-plugin \
142 - --enable-terminal-plugin \
143 - --disable-static
144 -}
145 -
146 -src_install() {
147 - gnome2_src_install
148 - readme.gentoo_create_doc
149 -}
150 -
151 -pkg_postinst() {
152 - gnome2_pkg_postinst
153 - readme.gentoo_print_elog
154 -}
155 -
156 -src_test() {
157 - # FIXME: this should be handled at eclass level
158 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data/gsettings" || die
159 -
160 - GSETTINGS_SCHEMA_DIR="${S}/data/gsettings" virtx emake check
161 -}