dev-libs/libappindicator: Drop slot 2
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Mar 2020 00:50:10 +0000 (01:50 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Mar 2020 00:53:44 +0000 (01:53 +0100)
Closes: https://bugs.gentoo.org/706478
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
deleted file mode 100644 (file)
index a7f45aa..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils ltprune multilib-minimal python-single-r1 vala xdg-utils
-
-DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
-HOMEPAGE="https://launchpad.net/libappindicator"
-SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 LGPL-3"
-SLOT="2"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="+introspection python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-libs/dbus-glib-0.98[${MULTILIB_USEDEP}]
-       >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-       >=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}]
-       >=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}]
-       x11-libs/gtk+:2[${MULTILIB_USEDEP},introspection?]
-       introspection? ( >=dev-libs/gobject-introspection-1:= )
-       python? (
-               ${PYTHON_DEPS}
-               $(python_gen_cond_dep '
-                       dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
-               ')
-       )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
-       introspection? ( $(vala_depend) )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-conditional-py-bindings.patch
-       # http://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.12.10/revision/244
-       "${FILESDIR}"/${P}-vala-inherit.patch
-)
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-       export MAKEOPTS+=" -j1" #638782
-}
-
-src_prepare() {
-       default
-
-       xdg_environment_reset
-
-       # Don't use -Werror
-       sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
-
-       eautoreconf
-
-       # Disable MONO for now because of https://bugs.gentoo.org/382491
-       sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die
-}
-
-multilib_src_configure() {
-       if multilib_is_native_abi; then
-               local -x VALAC VALA_API_GEN VAPIGEN_VAPIDIR PKG_CONFIG_PATH
-               use introspection && vala_src_prepare && export VALA_API_GEN="${VAPIGEN}"
-       fi
-
-       ECONF_SOURCE=${S} \
-       econf \
-               --disable-static \
-               --with-gtk=2 \
-               $(multilib_native_use_enable introspection) \
-               $(multilib_native_use_enable python)
-}
-
-multilib_src_install() {
-       emake -j1 DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files --modules
-
-       # installed by slot 3 as well
-       rm -r "${D}"usr/share/gtk-doc || die
-}
index dc0431d35e9dcc99041d606e3e3fe4f4554bf6de..0d28e4768f85e2dcc76299a850f782851ff7cb25 100644 (file)
@@ -403,10 +403,6 @@ sys-firmware/iwl6050-ucode
 # Mask until sys-libs/libxcrypt[system] is unmasked
 >=virtual/libcrypt-2
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-05)
-# Blocks dev-python/pygtk removal, bug #706478. Masked for removal in 30 days.
-dev-libs/libappindicator:2
-
 # Michał Górny <mgorny@gentoo.org> (2020-02-05)
 # Unmaintained.  No Python 3 support.  Last release ~2014, homepage
 # gone.