commit:     34f6743a8ef7012dec209e0b80250de931035097
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 16:47:35 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 16:47:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f6743a

x11-libs/libwnck: Delete SLOT=1

Closes: https://bugs.gentoo.org/769500
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/package.mask                     |  5 ---
 x11-libs/libwnck/Manifest                 |  1 -
 x11-libs/libwnck/libwnck-2.31.0-r1.ebuild | 52 -------------------------------
 3 files changed, 58 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e806eddef4df..1d61090a9f0d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -365,11 +365,6 @@ games-action/descent3-demo
 # Segfaults with non-bison yacc.
 =app-shells/bash-5.2_p15-r4
 
-# Matt Turner <[email protected]> (2023-06-22)
-# Dead slot. Depends on x11-libs/gtk+:2.
-# Removal on 2023-07-22.  Bug #769500.
-x11-libs/libwnck:1
-
 # Sam James <[email protected]> (2023-06-22)
 # Causes segfaults in dependent dev-util/conf2struct.
 # See bug #908989 and related bug #908982.

diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index c4cd82dc0dff..51c28860a817 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -1,2 +1 @@
-DIST libwnck-2.31.0.tar.xz 630792 BLAKE2B 
8201537d3c9a8a0a8668fc16d33a8eaa05c14312401f1c763c922402df04ef03260dd259f5c46508f85390f7aefd551e83143e654b24b412272dddb7c7c4bd62
 SHA512 
54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9
 DIST libwnck-43.0.tar.xz 455464 BLAKE2B 
591b7a9016f5149a2493d36ed8ec8a7e2a59b13043aed23bf87ef67520954d2e5cab0edb6f427c36f33fe80478ad363c9db6f4dacbc7c6d4295e79191e7f5043
 SHA512 
f6c14b0a650c6d5ab4d4013e6add3972a0f0bcdedfb9785f64199c9a65713d11c9d936e8b04d0f04707c3d165dd345bfa806f654bf82eabb765546b8914d68d2

diff --git a/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild 
b/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild
deleted file mode 100644
index 03836550af3c..000000000000
--- a/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="https://www.gnome.org/";
-
-LICENSE="LGPL-2+"
-SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-
-IUSE="+introspection startup-notification"
-
-RDEPEND="
-       >=x11-libs/gtk+-2.19.7:2[introspection?]
-       >=dev-libs/glib-2.16:2
-       x11-libs/libX11
-       x11-libs/libXres
-       x11-libs/libXext
-       introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
-       startup-notification? ( >=x11-libs/startup-notification-0.4 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-util/glib-utils
-       dev-util/gtk-doc-am
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-# eautoreconf needs
-#      gnome-base/gnome-common
-
-src_prepare() {
-       DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-       # Regenerate pregenerated marshalers for <glib-2.31 compatibility
-       rm -v libwnck/wnck-marshal.{c,h} || die "rm failed"
-
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               $(use_enable introspection) \
-               $(use_enable startup-notification)
-}

Reply via email to