From 2f8db31405fac68eea6f7257d58529243815033b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 30 Apr 2018 21:33:31 +0100 Subject: gentoo resync : 30.04.2018 --- dev-util/gnome-builder/Manifest | 1 - dev-util/gnome-builder/gnome-builder-3.24.2.ebuild | 131 --------------------- 2 files changed, 132 deletions(-) delete mode 100644 dev-util/gnome-builder/gnome-builder-3.24.2.ebuild (limited to 'dev-util/gnome-builder') diff --git a/dev-util/gnome-builder/Manifest b/dev-util/gnome-builder/Manifest index ec3557730530..953c8dd871bf 100644 --- a/dev-util/gnome-builder/Manifest +++ b/dev-util/gnome-builder/Manifest @@ -3,5 +3,4 @@ AUX 3.24.2-jedi-fixes-2.patch 928 BLAKE2B 8fb3e4bb34217309475431ea66f24c003e27a8 AUX 3.24.2-jedi-fixes-3.patch 8966 BLAKE2B 9dc40ddc73ae2ca5b0cbb6202391eb3aa550771dd65f7fac84e724d207c5867129c8607417279c78aa469234e62a3e1f62cb294701948b5741b06c4a0aecbf9d SHA512 5481e325a338cea5946a4515e8e532c8d516b0f05a2f3c7ad33dc3e9bbc83024bb8ceb2f0913b1795fdc57e856b37ccaf314e05b414d27669a4819b63747f255 DIST gnome-builder-3.24.2.tar.xz 4342908 BLAKE2B 5dca80d2e948041bc096fa9a2a5d39322c6fedb0560e3e4f3c60c7b0657c7c62e89387a63f7d050c3df90d8c129485bc5495039802548b22ae268d94c14a37ae SHA512 dec133ad3c5ef96a036598ebbe684667dc44f73d8643e700f1e776cf8eb860b99c1d333f1fed5bc896cb7bdcf607eb51fedb7bb1f5b0cc662e4b2703d74140bf EBUILD gnome-builder-3.24.2-r1.ebuild 5195 BLAKE2B 2d9dbfd2abcf2261221ef5310853501d93f64db9e235a0b0b1b843a754306033dd26ebc239ef46ee05d8109f35f85055359fc2ce66ea6bf2007dea80f621b3de SHA512 ac2295cdc97874f921a65cf6cd5f766b9deb94dd1cd171e8d0568964c0d2f9e5aa8addeb6410af5174c2c6f636332cfacd171c3d2862bb586baaf0e0bd05e227 -EBUILD gnome-builder-3.24.2.ebuild 5019 BLAKE2B 4ed96a85fb1d622006ac877a50ba580c2d7ca95639af086230d3209e7239cbe8fd48f51776d20d2e656cec25332ae9e735c8c7b3c5750c8dddd12f620e0be0ee SHA512 6d9e47c151f701eae71a4053a72ed0e1de77edd299cf3eef1d2e91289b9e576537269f0571321deb9c5c63103b9181f0db4f87a64f8a4fb8ecfff21056d651f8 MISC metadata.xml 1011 BLAKE2B d6099c6cd5ffaf091f2ee0e07e261caacf0283aa18dc6be22a617b95236131e831d24f36bbc73f86edc66a3e6fe74f5102d101c9736d5d992a80929a68ac2100 SHA512 b3519707a4023a6c9892827abaf6465e28dbad2f1a8c2760a3f2d9b34d4be384d10326870e0d7952b41cb725c955cc838092786543ff1867db4a3acf41cb404a diff --git a/dev-util/gnome-builder/gnome-builder-3.24.2.ebuild b/dev-util/gnome-builder/gnome-builder-3.24.2.ebuild deleted file mode 100644 index fc35c2c3eb4b..000000000000 --- a/dev-util/gnome-builder/gnome-builder-3.24.2.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) -VALA_MIN_API_VERSION="0.30" -VALA_USE_DEPEND="vapigen" -DISABLE_AUTOFORMATTING=1 -FORCE_PRINT_ELOG=1 - -inherit gnome2 python-single-r1 vala virtualx readme.gentoo-r1 - -DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Builder" - -# FIXME: Review licenses at some point -LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="clang +git sysprof vala webkit" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# When bumping, pay attention to all the included plugins/*/configure.ac files and the requirements within. -# 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). -# 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. -# FIXME: >=dev-util/devhelp-3.20.0 dependency is automagic for devhelp integration plugin -# FIXME: vte could be optional via $(use_enable vte terminal-plugin) - but most/all people want this and have vte? -# FIXME: flatpak-plugin needs flatpak.pc >=0.6.9, libgit2[threads] >=libgit2-glib-0.24.0[ssh] libsoup-2.4.pc -# FIXME: --with-sanitizer configure option -# FIXME: Enable rdtscp based high performance counter usage on suitable architectures for EGG_COUNTER? -# Editorconfig needs pcre.h, with vte migrating away, might want it optional? -# Python is always enabled - the core python plugin support checks are automagic and not worth crippling it by not supporting python plugins -# 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. -# 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 -RDEPEND=" - >=x11-libs/gtk+-3.22.1:3[introspection] - >=dev-libs/glib-2.50.0:2[dbus] - >=x11-libs/gtksourceview-3.22.0:3.0[introspection] - >=dev-libs/gobject-introspection-1.48.0:= - >=dev-python/pygobject-3.22.0:3 - >=dev-libs/libxml2-2.9.0 - >=x11-libs/pango-1.38.0 - >=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}] - >=dev-libs/json-glib-1.2.0 - >=app-text/gspell-1.2.0 - >=app-text/enchant-1.6.0 - webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] ) - clang? ( sys-devel/clang:= ) - git? ( - dev-libs/libgit2[ssh,threads] - >=dev-libs/libgit2-glib-0.25.0[ssh] ) - >=x11-libs/vte-0.46:2.91 - sysprof? ( >=dev-util/sysprof-3.23.91[gtk] ) - dev-libs/libpcre:3 - ${PYTHON_DEPS} - vala? ( $(vala_depend) ) -" -# desktop-file-utils for desktop-file-validate check in configure for 3.22.4 -DEPEND="${RDEPEND} - dev-libs/appstream-glib - dev-util/desktop-file-utils - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - !