diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-07-24 12:47:35 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-07-24 12:47:40 -0400 |
commit | 34f6743a8ef7012dec209e0b80250de931035097 (patch) | |
tree | e04fd8dc18711dfc85f5c5b2aa2d55b1e0ccf9a9 /x11-libs | |
parent | dev-perl/gnome2-wnck: Delete (diff) | |
download | gentoo-34f6743a8ef7012dec209e0b80250de931035097.tar.gz gentoo-34f6743a8ef7012dec209e0b80250de931035097.tar.bz2 gentoo-34f6743a8ef7012dec209e0b80250de931035097.zip |
x11-libs/libwnck: Delete SLOT=1
Closes: https://bugs.gentoo.org/769500
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libwnck/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-2.31.0-r1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
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) -} |