Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/
Date: Sun, 29 May 2016 12:42:55
Message-Id: 1464525716.398606eba462a4bf6b7e86abf99667bca6565e22.pacho@gentoo
1 commit: 398606eba462a4bf6b7e86abf99667bca6565e22
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 12:38:17 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 12:41:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398606eb
7
8 x11-wm/muffin: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 x11-wm/muffin/Manifest | 2 -
13 x11-wm/muffin/muffin-2.6.1.ebuild | 87 ---------------------------------------
14 x11-wm/muffin/muffin-2.8.3.ebuild | 87 ---------------------------------------
15 3 files changed, 176 deletions(-)
16
17 diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
18 index 67cf0cd..b2b528c 100644
19 --- a/x11-wm/muffin/Manifest
20 +++ b/x11-wm/muffin/Manifest
21 @@ -1,3 +1 @@
22 -DIST muffin-2.6.1.tar.gz 2702177 SHA256 0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74 SHA512 530e4bdabb780a16ddad237ab7aa1c2dbb688f6d1380dd0d18fa91b62675d36a2253415899d59957b7f34291c348b8a0e1a99214c3151c2fc2bc1d90f068d788 WHIRLPOOL d6832ac81051845432b21f66ff74499213f57dc66bea7d61f0a30c3a0aec54846911447451b8b54ccb0678ed00dfad90ce9cef9b2f2492d44e7c35adad2c5a24
23 -DIST muffin-2.8.3.tar.gz 2714820 SHA256 1eb36a91491f2d0beb346aa78dff7ec0bc1bf936b730c6fb18f9ca4e3e5fd93d SHA512 f026a9f4a5a48e5f969cf0e0d2d71af2d463c88f34d3172da00e8d56912db15467619b8f8d09d2708731d56ee05ebce6457bf84a80910575e7c386e00b462c94 WHIRLPOOL a32534e9c98284265233e337c0e4943d411a703765c1073798bcd41fe52ee2c44153b0170e6c0d3ae7fc62febd4722da7991b24339797cadf5615b87d42dce46
24 DIST muffin-2.8.4.tar.gz 2714879 SHA256 b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d SHA512 2966c52a6a4e57151479d6a6e7d8a54625f5ba833fd77451a8f4a0628a660c444dfc7bfbeb14b009f9666218db40d1e5cdd888eb3f90b52b7668720e455018b7 WHIRLPOOL cf3c331e2a72012fbfed827d7af9ae5479331cb6881cb3bf406441fdc0a1b02fdc9d88afd07baf6a10f3944663e1a11da130cae38c6c00fddd699a1cdd182845
25
26 diff --git a/x11-wm/muffin/muffin-2.6.1.ebuild b/x11-wm/muffin/muffin-2.6.1.ebuild
27 deleted file mode 100644
28 index baa2237..0000000
29 --- a/x11-wm/muffin/muffin-2.6.1.ebuild
30 +++ /dev/null
31 @@ -1,87 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="no"
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit autotools eutils gnome2 python-any-r1
41 -
42 -DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
43 -HOMEPAGE="http://cinnamon.linuxmint.com/"
44 -SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -IUSE="+introspection test xinerama"
49 -KEYWORDS="amd64 x86"
50 -
51 -COMMON_DEPEND="
52 - >=x11-libs/pango-1.2[X,introspection?]
53 - >=x11-libs/cairo-1.14:=[X]
54 - x11-libs/gdk-pixbuf:2[introspection?]
55 - >=x11-libs/gtk+-3.9.12:3[X,introspection?]
56 - >=dev-libs/glib-2.37.3:2[dbus]
57 - >=gnome-extra/cinnamon-desktop-2.4:0=[introspection?]
58 - >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
59 - >=media-libs/clutter-1.10.10:1.0=[introspection?]
60 - >=media-libs/cogl-1.9.6:1.0=[introspection?]
61 - >=media-libs/libcanberra-0.26[gtk3]
62 - >=x11-libs/libXcomposite-0.3
63 - >=x11-libs/startup-notification-0.7:=
64 -
65 - x11-libs/libICE
66 - x11-libs/libSM
67 - x11-libs/libX11
68 - x11-libs/libXcomposite
69 - x11-libs/libXcursor
70 - x11-libs/libXdamage
71 - x11-libs/libXext
72 - x11-libs/libXfixes
73 - x11-libs/libXrandr
74 - x11-libs/libXrender
75 - virtual/opengl
76 -
77 - gnome-extra/zenity
78 -
79 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
80 - xinerama? ( x11-libs/libXinerama )
81 -"
82 -# needs gtk-doc, not just -am, for gtk-doc.make
83 -DEPEND="${COMMON_DEPEND}
84 - ${PYTHON_DEPS}
85 - >=app-text/gnome-doc-utils-0.8
86 - sys-devel/gettext
87 - dev-util/gtk-doc
88 - dev-util/gtk-doc-am
89 - >=dev-util/intltool-0.35
90 - virtual/pkgconfig
91 - test? ( app-text/docbook-xml-dtd:4.5 )
92 - xinerama? ( x11-proto/xineramaproto )
93 - x11-proto/xextproto
94 - x11-proto/xproto
95 -"
96 -RDEPEND="${COMMON_DEPEND}
97 - !x11-misc/expocity
98 -"
99 -
100 -src_prepare() {
101 - epatch_user
102 - eautoreconf
103 - gnome2_src_prepare
104 -}
105 -
106 -src_configure() {
107 - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt doc/*.txt"
108 - gnome2_src_configure \
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 diff --git a/x11-wm/muffin/muffin-2.8.3.ebuild b/x11-wm/muffin/muffin-2.8.3.ebuild
121 deleted file mode 100644
122 index 01f7091..0000000
123 --- a/x11-wm/muffin/muffin-2.8.3.ebuild
124 +++ /dev/null
125 @@ -1,87 +0,0 @@
126 -# Copyright 1999-2015 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -# $Id$
129 -
130 -EAPI="5"
131 -GCONF_DEBUG="no"
132 -PYTHON_COMPAT=( python2_7 )
133 -
134 -inherit autotools eutils gnome2 python-any-r1
135 -
136 -DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
137 -HOMEPAGE="http://cinnamon.linuxmint.com/"
138 -SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz"
139 -
140 -LICENSE="GPL-2+"
141 -SLOT="0"
142 -IUSE="+introspection test xinerama"
143 -KEYWORDS="~amd64 ~x86"
144 -
145 -COMMON_DEPEND="
146 - >=x11-libs/pango-1.2[X,introspection?]
147 - >=x11-libs/cairo-1.14:=[X]
148 - x11-libs/gdk-pixbuf:2[introspection?]
149 - >=x11-libs/gtk+-3.9.12:3[X,introspection?]
150 - >=dev-libs/glib-2.37.3:2[dbus]
151 - >=gnome-extra/cinnamon-desktop-2.4:0=[introspection?]
152 - >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
153 - >=media-libs/clutter-1.14.3:1.0=[introspection?]
154 - >=media-libs/cogl-1.13.3:1.0=[introspection?]
155 - >=media-libs/libcanberra-0.26[gtk3]
156 - >=x11-libs/libXcomposite-0.3
157 - >=x11-libs/startup-notification-0.7:=
158 -
159 - x11-libs/libICE
160 - x11-libs/libSM
161 - x11-libs/libX11
162 - x11-libs/libXcomposite
163 - x11-libs/libXcursor
164 - x11-libs/libXdamage
165 - x11-libs/libXext
166 - x11-libs/libXfixes
167 - x11-libs/libXrandr
168 - x11-libs/libXrender
169 - virtual/opengl
170 -
171 - gnome-extra/zenity
172 -
173 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
174 - xinerama? ( x11-libs/libXinerama )
175 -"
176 -# needs gtk-doc, not just -am, for gtk-doc.make
177 -DEPEND="${COMMON_DEPEND}
178 - ${PYTHON_DEPS}
179 - >=app-text/gnome-doc-utils-0.8
180 - sys-devel/gettext
181 - dev-util/gtk-doc
182 - dev-util/gtk-doc-am
183 - >=dev-util/intltool-0.35
184 - virtual/pkgconfig
185 - test? ( app-text/docbook-xml-dtd:4.5 )
186 - xinerama? ( x11-proto/xineramaproto )
187 - x11-proto/xextproto
188 - x11-proto/xproto
189 -"
190 -RDEPEND="${COMMON_DEPEND}
191 - !x11-misc/expocity
192 -"
193 -
194 -src_prepare() {
195 - epatch_user
196 - eautoreconf
197 - gnome2_src_prepare
198 -}
199 -
200 -src_configure() {
201 - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt doc/*.txt"
202 - gnome2_src_configure \
203 - --disable-static \
204 - --enable-shape \
205 - --enable-sm \
206 - --enable-startup-notification \
207 - --enable-xsync \
208 - --enable-verbose-mode \
209 - --with-libcanberra \
210 - $(use_enable introspection) \
211 - $(use_enable xinerama)
212 -}