Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/
Date: Sun, 30 Oct 2022 09:40:26
Message-Id: 1667122739.531847c5146d4e47288159543586763236524045.sam@gentoo
1 commit: 531847c5146d4e47288159543586763236524045
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Thu Oct 27 20:26:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:38:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531847c5
7
8 x11-wm/muffin: drop 5.2.0
9
10 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
11 Closes: https://github.com/gentoo/gentoo/pull/27796
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 x11-wm/muffin/Manifest | 1 -
15 x11-wm/muffin/muffin-5.2.0.ebuild | 106 --------------------------------------
16 2 files changed, 107 deletions(-)
17
18 diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
19 index 072345123345..5cae8e03137a 100644
20 --- a/x11-wm/muffin/Manifest
21 +++ b/x11-wm/muffin/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST muffin-5.2.0.tar.gz 5197334 BLAKE2B e1c3ffc6f88ef4a6c5b2f3e03838448540baeeacce3029a039b2fae1804c79193f9ee0bb64d9187f4b2f7f902f47211dc5c5fb185e4f2fcf94513bfe2f0913bf SHA512 16d83d10e8ca4f0cc1cb679e8bf8bc0fd0788d656fa39470a921d848bcb0b158ef56bdd681a842e2ca41b40cb0121007d5e7f5f7f1570459b31fd21a78f96932
24 DIST muffin-5.2.1.tar.gz 5197177 BLAKE2B 9703a2e2c5ef75c7d4da3e201b60033a7ba549d94106df33aa9b89d0029f52c06fb4be00dd4c4d996bb083a790635a8227c8ff729dc43940f70b679e1b46924d SHA512 fa88a88f77a1cb84c2159fac8ab3ed38ae1054d3a01bb100aa264e8b91493a744da6e83ffad9190f0f7a07bd26022fea12d13a60e213d57f289685fba1810eb6
25 DIST muffin-5.4.7.tar.gz 4515845 BLAKE2B 53e2debb404f1712b2c23b7d46cf020389acff50067f39ed8a99272688b0ec95fe8e1e14a1c032a36ae4e80a55099390cebaec156bd6da81d3a89629e627e8b3 SHA512 12789c9ad1c69b59b0dbff6a3853eca42851a48d949b913dc851e676dc92b95c9b1b73d5bc8550dc5cf555546fc9b659a6a4c04431ec16c9aeeddab408d2066e
26
27 diff --git a/x11-wm/muffin/muffin-5.2.0.ebuild b/x11-wm/muffin/muffin-5.2.0.ebuild
28 deleted file mode 100644
29 index e40b71916685..000000000000
30 --- a/x11-wm/muffin/muffin-5.2.0.ebuild
31 +++ /dev/null
32 @@ -1,106 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit autotools gnome2-utils xdg-utils virtualx
39 -
40 -DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
41 -HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/muffin"
42 -SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-1 GPL-2+ LGPL-2+ MIT || ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
45 -SLOT="0"
46 -IUSE="+introspection test xinerama"
47 -KEYWORDS="amd64 ~arm64 ~riscv x86"
48 -
49 -RDEPEND="
50 - >=dev-libs/glib-2.37.3:2[dbus]
51 - >=dev-libs/json-glib-1.0
52 - >=gnome-extra/cinnamon-desktop-5.2:0=
53 - gnome-extra/zenity
54 - >=media-libs/libcanberra-0.26[gtk3]
55 - media-libs/libglvnd
56 - >=x11-libs/cairo-1.14:=[X]
57 - x11-libs/gdk-pixbuf:2[introspection?]
58 - >=x11-libs/gtk+-3.9.12:3[X,introspection?]
59 - x11-libs/libICE
60 - x11-libs/libSM
61 - x11-libs/libX11
62 - x11-libs/libxcb
63 - >=x11-libs/libXcomposite-0.3
64 - x11-libs/libXcursor
65 - x11-libs/libXdamage
66 - x11-libs/libXext
67 - x11-libs/libXfixes
68 - >=x11-libs/libXi-1.6.0
69 - >=x11-libs/libxkbcommon-0.4.3[X]
70 - x11-libs/libxkbfile
71 - x11-libs/libXrandr
72 - x11-libs/libXrender
73 - >=x11-libs/pango-1.14.0[X,introspection?]
74 - >=x11-libs/startup-notification-0.7:=
75 - x11-misc/xkeyboard-config
76 -
77 - introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
78 - xinerama? ( x11-libs/libXinerama )
79 -"
80 -DEPEND="
81 - ${RDEPEND}
82 - x11-base/xorg-proto
83 -
84 - test? ( app-text/docbook-xml-dtd:4.5 )
85 -"
86 -# needs gtk-doc, not just -am, for gtk-doc.make
87 -BDEPEND="
88 - dev-util/glib-utils
89 - dev-util/gtk-doc
90 - dev-util/gtk-doc-am
91 - >=dev-util/intltool-0.35
92 - sys-devel/gettext
93 - virtual/pkgconfig
94 -"
95 -
96 -src_prepare() {
97 - default
98 - eautoreconf
99 - gnome2_disable_deprecation_warning
100 -}
101 -
102 -# Wayland is not supported upstream.
103 -src_configure() {
104 - econf \
105 - --disable-gtk-doc \
106 - --disable-maintainer-mode \
107 - --disable-schemas-compile \
108 - --enable-compile-warnings=minimum \
109 - --disable-static \
110 - --enable-shape \
111 - --enable-sm \
112 - --enable-startup-notification \
113 - --enable-xsync \
114 - --enable-verbose-mode \
115 - --with-libcanberra \
116 - $(use_enable introspection) \
117 - $(use_enable xinerama)
118 -}
119 -
120 -src_install() {
121 - default
122 - find "${D}" -name '*.la' -delete || die
123 - dodoc HACKING MAINTAINERS *.txt doc/*.txt
124 -}
125 -
126 -src_test() {
127 - virtx default
128 -}
129 -
130 -pkg_postinst() {
131 - xdg_desktop_database_update
132 - gnome2_schemas_update
133 -}
134 -
135 -pkg_postrm() {
136 - xdg_desktop_database_update
137 - gnome2_schemas_update
138 -}