Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/
Date: Sat, 09 Oct 2021 16:42:30
Message-Id: 1633797646.beb872fad41b43e471880e899bc32ca0093bf8e3.leio@gentoo
1 commit: beb872fad41b43e471880e899bc32ca0093bf8e3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 11:30:50 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 16:40:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb872fa
7
8 x11-wm/metacity: remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-wm/metacity/Manifest | 1 -
14 x11-wm/metacity/metacity-3.36.1.ebuild | 52 ----------------------------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
18 index 098bb26fefa..d768653ed79 100644
19 --- a/x11-wm/metacity/Manifest
20 +++ b/x11-wm/metacity/Manifest
21 @@ -1,2 +1 @@
22 -DIST metacity-3.36.1.tar.xz 2063452 BLAKE2B 2dd7b1c63e0b5f87ce4518d7d42d472223717012a46dd826dfda3c88f7e647809e6bf2449a28bd38573342fd5fec94e2233db958658ea4320b22c5451390e451 SHA512 98e73036cca238b713a112194b2cd7a866bcf7d08ef29fb590054b69a1bd807699317a51f9b851f9c474ae2557e27dc9fc4a52d7c436d93ad4a02babef68feeb
23 DIST metacity-3.40.0.tar.xz 1970260 BLAKE2B 4ccd38b0ceaeef7145d28b1f4e579aebe75e1506af8097e97e5422f39e04ae9d1e259f17cc08dc68fe71d4eb082311c736dbcfafb4a3a775f6ddcce5ce77b859 SHA512 f9eeb0b08bb302c5fb0d174a4df97b253255741d507e94200820d3ebe9e89f179c9096b8e56798836fc84cbe1ac76b27fee6762f3d41373280c4726bc7cba2ff
24
25 diff --git a/x11-wm/metacity/metacity-3.36.1.ebuild b/x11-wm/metacity/metacity-3.36.1.ebuild
26 deleted file mode 100644
27 index bc33e8f6558..00000000000
28 --- a/x11-wm/metacity/metacity-3.36.1.ebuild
29 +++ /dev/null
30 @@ -1,52 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="GNOME Flashback window manager"
38 -HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -IUSE="+libcanberra vulkan xinerama"
43 -KEYWORDS="~amd64"
44 -
45 -# TODO: libgtop could be optional, but no knob
46 -RDEPEND="
47 - >=dev-libs/glib-2.44.0:2
48 - >=x11-libs/gtk+-3.22.0:3[X]
49 - >=x11-libs/pango-1.2.0
50 - >=x11-libs/libXcomposite-0.3
51 - >=gnome-base/gsettings-desktop-schemas-3.3.0
52 - x11-libs/libXfixes
53 - x11-libs/libXrender
54 - x11-libs/libXdamage
55 - libcanberra? ( media-libs/libcanberra[gtk3] )
56 - >=x11-libs/startup-notification-0.7
57 - x11-libs/libXcursor
58 - gnome-base/libgtop:2=
59 - x11-libs/libX11
60 - xinerama? ( x11-libs/libXinerama )
61 - x11-libs/libXrandr
62 - x11-libs/libXext
63 - x11-libs/libICE
64 - x11-libs/libSM
65 - gnome-extra/zenity
66 - vulkan? ( media-libs/vulkan-loader )
67 -"
68 -DEPEND="${RDEPEND}
69 - vulkan? ( dev-util/vulkan-headers )
70 - dev-util/glib-utils
71 - >=sys-devel/gettext-0.19.4
72 - x11-base/xorg-proto
73 - virtual/pkgconfig
74 -" # autoconf-archive for eautoreconf
75 -
76 -src_configure() {
77 - gnome2_src_configure \
78 - --disable-static \
79 - $(use_enable libcanberra canberra) \
80 - $(use_enable xinerama) \
81 - $(use_enable vulkan)
82 -}