Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/libappindicator/
Date: Fri, 06 Mar 2020 00:54:27
Message-Id: 1583456024.4faee846d82cc864173b1dd56bb4c5efe25b24c3.asturm@gentoo
1 commit: 4faee846d82cc864173b1dd56bb4c5efe25b24c3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 00:50:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 00:53:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faee846
7
8 dev-libs/libappindicator: Drop slot 2
9
10 Closes: https://bugs.gentoo.org/706478
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../libappindicator-12.10.0-r202.ebuild | 90 ----------------------
14 profiles/package.mask | 4 -
15 2 files changed, 94 deletions(-)
16
17 diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
18 deleted file mode 100644
19 index a7f45aa66b7..00000000000
20 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
21 +++ /dev/null
22 @@ -1,90 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -VALA_USE_DEPEND="vapigen"
28 -
29 -PYTHON_COMPAT=( python2_7 )
30 -
31 -inherit autotools eutils ltprune multilib-minimal python-single-r1 vala xdg-utils
32 -
33 -DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
34 -HOMEPAGE="https://launchpad.net/libappindicator"
35 -SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
36 -
37 -LICENSE="LGPL-2.1 LGPL-3"
38 -SLOT="2"
39 -KEYWORDS="amd64 ~arm x86"
40 -
41 -IUSE="+introspection python"
42 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
43 -
44 -RDEPEND="
45 - >=dev-libs/dbus-glib-0.98[${MULTILIB_USEDEP}]
46 - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
47 - >=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}]
48 - >=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}]
49 - x11-libs/gtk+:2[${MULTILIB_USEDEP},introspection?]
50 - introspection? ( >=dev-libs/gobject-introspection-1:= )
51 - python? (
52 - ${PYTHON_DEPS}
53 - $(python_gen_cond_dep '
54 - dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
55 - ')
56 - )
57 -"
58 -DEPEND="${RDEPEND}
59 - virtual/pkgconfig[${MULTILIB_USEDEP}]
60 - introspection? ( $(vala_depend) )
61 -"
62 -
63 -PATCHES=(
64 - "${FILESDIR}"/${P}-conditional-py-bindings.patch
65 - # http://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.12.10/revision/244
66 - "${FILESDIR}"/${P}-vala-inherit.patch
67 -)
68 -
69 -pkg_setup() {
70 - use python && python-single-r1_pkg_setup
71 - export MAKEOPTS+=" -j1" #638782
72 -}
73 -
74 -src_prepare() {
75 - default
76 -
77 - xdg_environment_reset
78 -
79 - # Don't use -Werror
80 - sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
81 -
82 - eautoreconf
83 -
84 - # Disable MONO for now because of https://bugs.gentoo.org/382491
85 - sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die
86 -}
87 -
88 -multilib_src_configure() {
89 - if multilib_is_native_abi; then
90 - local -x VALAC VALA_API_GEN VAPIGEN_VAPIDIR PKG_CONFIG_PATH
91 - use introspection && vala_src_prepare && export VALA_API_GEN="${VAPIGEN}"
92 - fi
93 -
94 - ECONF_SOURCE=${S} \
95 - econf \
96 - --disable-static \
97 - --with-gtk=2 \
98 - $(multilib_native_use_enable introspection) \
99 - $(multilib_native_use_enable python)
100 -}
101 -
102 -multilib_src_install() {
103 - emake -j1 DESTDIR="${D}" install
104 -}
105 -
106 -multilib_src_install_all() {
107 - einstalldocs
108 - prune_libtool_files --modules
109 -
110 - # installed by slot 3 as well
111 - rm -r "${D}"usr/share/gtk-doc || die
112 -}
113
114 diff --git a/profiles/package.mask b/profiles/package.mask
115 index dc0431d35e9..0d28e4768f8 100644
116 --- a/profiles/package.mask
117 +++ b/profiles/package.mask
118 @@ -403,10 +403,6 @@ sys-firmware/iwl6050-ucode
119 # Mask until sys-libs/libxcrypt[system] is unmasked
120 >=virtual/libcrypt-2
121
122 -# Andreas Sturmlechner <asturm@g.o> (2020-02-05)
123 -# Blocks dev-python/pygtk removal, bug #706478. Masked for removal in 30 days.
124 -dev-libs/libappindicator:2
125 -
126 # Michał Górny <mgorny@g.o> (2020-02-05)
127 # Unmaintained. No Python 3 support. Last release ~2014, homepage
128 # gone.