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: Sat, 12 Jun 2021 03:55:37
Message-Id: 1623470106.e8da7cccd8b6b882802b20a976e9bc66929ce71c.sam@gentoo
1 commit: e8da7cccd8b6b882802b20a976e9bc66929ce71c
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Fri Jun 11 16:25:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 03:55:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8da7ccc
7
8 x11-wm/muffin: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 x11-wm/muffin/Manifest | 1 -
15 x11-wm/muffin/muffin-4.6.3.ebuild | 100 --------------------------------------
16 2 files changed, 101 deletions(-)
17
18 diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
19 index 2c6fab8ab03..d887eb200c5 100644
20 --- a/x11-wm/muffin/Manifest
21 +++ b/x11-wm/muffin/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST muffin-4.6.3.tar.gz 5196072 BLAKE2B 1b8c0eeab13c35fc0b66898328f378331cb2bfc78b27a48a8f9e22c842df1a223613f27f5b29fe28c1edaaeb59972262024ed656dfabafa6c9454c4c4c0a74b9 SHA512 c07d83656d3a9164ad488b500f98acb88e0c8e2374af858776ff27dbe90880db4310405505d79539222ba3b4ddedb22934ef3e0f1f6198dc7b36986b784b48f5
24 DIST muffin-4.8.1.tar.gz 5195618 BLAKE2B 33dbbf7231b8f8d5c7df23d6cf8ddb29a86caca7b8c3b4af1231c98e114ee797d1c6bc866574348fcabaa65a93ff95c80366329bd5a41a46a74ba53ba81ce545 SHA512 61b621c7a4e25fc8ac69f2f5182e2caf52dfcfd456154f3b91ebb8b126319e704acd927ab5abe9e19ff057f38002a3b7e322e8d411db21e0fee7ec19d7928d31
25 DIST muffin-5.0.0.tar.gz 5196913 BLAKE2B 50499ad7a8b4a3ea56bf0d06b4f25b4f78d00721d58991fc1c4c174370862560e63ebf0eba32118e8c3a3537c3a98de65f4ee0ea8230130c3e36ad8fa814f2ee SHA512 297a8eaca89085ddf4d89242ce41c594f8221113acd5eb986c3b07f45de2e4e5cc25ec7e183eee6c49062a45d01e8517f0774a02c252b5cb6bac6920d0a04ff6
26
27 diff --git a/x11-wm/muffin/muffin-4.6.3.ebuild b/x11-wm/muffin/muffin-4.6.3.ebuild
28 deleted file mode 100644
29 index 33f724dea90..00000000000
30 --- a/x11-wm/muffin/muffin-4.6.3.ebuild
31 +++ /dev/null
32 @@ -1,100 +0,0 @@
33 -# Copyright 1999-2021 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
39 -
40 -DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
41 -HOMEPAGE="https://projects.linuxmint.com/cinnamon/"
42 -SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -IUSE="+introspection test xinerama"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -RESTRICT="test"
49 -
50 -RDEPEND="
51 - >=x11-libs/pango-1.2[X,introspection?]
52 - >=x11-libs/cairo-1.14:=[X]
53 - x11-libs/gdk-pixbuf:2[introspection?]
54 - >=x11-libs/gtk+-3.9.12:3[X,introspection?]
55 - >=dev-libs/glib-2.37.3:2[dbus]
56 - >=dev-libs/json-glib-1.0
57 - >=gnome-extra/cinnamon-desktop-4.4:0=
58 - >=media-libs/libcanberra-0.26[gtk3]
59 - >=x11-libs/libXcomposite-0.3
60 - >=x11-libs/startup-notification-0.7:=
61 -
62 - x11-libs/libICE
63 - x11-libs/libSM
64 - x11-libs/libX11
65 - x11-libs/libXcomposite
66 - x11-libs/libXcursor
67 - x11-libs/libXdamage
68 - x11-libs/libXext
69 - x11-libs/libXfixes
70 - x11-libs/libXrandr
71 - x11-libs/libXrender
72 - x11-libs/libxkbcommon
73 - virtual/opengl
74 -
75 - gnome-extra/zenity
76 -
77 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
78 - xinerama? ( x11-libs/libXinerama )
79 -"
80 -DEPEND="${RDEPEND}
81 - x11-base/xorg-proto
82 - test? ( app-text/docbook-xml-dtd:4.5 )
83 -"
84 -# needs gtk-doc, not just -am, for gtk-doc.make
85 -BDEPEND="
86 - dev-util/glib-utils
87 - sys-devel/gettext
88 - dev-util/gtk-doc
89 - dev-util/gtk-doc-am
90 - >=dev-util/intltool-0.35
91 - virtual/pkgconfig
92 -"
93 -
94 -src_prepare() {
95 - default
96 - eautoreconf
97 - gnome2_disable_deprecation_warning
98 -}
99 -
100 -# Wayland is not supported upstream.
101 -src_configure() {
102 - econf \
103 - --disable-gtk-doc \
104 - --disable-maintainer-mode \
105 - --disable-schemas-compile \
106 - --enable-compile-warnings=minimum \
107 - --disable-static \
108 - --enable-shape \
109 - --enable-sm \
110 - --enable-startup-notification \
111 - --enable-xsync \
112 - --enable-verbose-mode \
113 - --with-libcanberra \
114 - $(use_enable introspection) \
115 - $(use_enable xinerama)
116 -}
117 -
118 -src_install() {
119 - default
120 - find "${D}" -name '*.la' -delete || die
121 - dodoc HACKING MAINTAINERS *.txt doc/*.txt
122 -}
123 -
124 -pkg_postinst() {
125 - xdg_desktop_database_update
126 - gnome2_schemas_update
127 -}
128 -
129 -pkg_postrm() {
130 - xdg_desktop_database_update
131 - gnome2_schemas_update
132 -}