x11-wm/mutter: remove old
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Apr 2017 11:30:14 +0000 (14:30 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Apr 2017 12:58:46 +0000 (15:58 +0300)
Package-Manager: Portage-2.3.5, Repoman-2.3.1

x11-wm/mutter/Manifest
x11-wm/mutter/mutter-3.20.3.ebuild [deleted file]

index bd8825d993ceab6b52ec0e78c9166b74b5cbe51d..adced2143d10dd9c8b491280d0c6b97eadad967b 100644 (file)
@@ -1,2 +1 @@
-DIST mutter-3.20.3.tar.xz 1488396 SHA256 142c5271df4bde968c725ed09026173292c07b4dd7ba75f19c4b14fc363af916 SHA512 7c408490d87191f96f82ab3510bbbcb3f5e597dfb6404475fa81b0cfef51b093706f55a1b263d98acf51997232dd25a1482f79e95431b1f2a647a0e5bc09d8d0 WHIRLPOOL ebdead38e9dec2a9a7e7419c6dd1effb194fd68839dd2e0fe927a650330cd444921b9bae0858e32b544aa58363084dab67ac80232bc6a66bf6c81481dfc52c20
 DIST mutter-3.22.3.tar.xz 3533212 SHA256 537eda8e5fdd4a70602da913b885ad745a7510678c24006b91ceba83ccab209a SHA512 e2fd2cd8e7ef32cd8f2414ca121431a5b17344bbb765613531f45dc1ab13ad05acfc909728cd206536e3566eab1b9abb10a16291ab80bfde77b4a90462493524 WHIRLPOOL 02dce55dd93c03405369ecfce2fe510eff13cb2542acb4b25fd90d12ca72600c00867c7d49a60c21096467625126d89549f4156ac42193f1e0dddc05a9e8474a
diff --git a/x11-wm/mutter/mutter-3.20.3.ebuild b/x11-wm/mutter/mutter-3.20.3.ebuild
deleted file mode 100644 (file)
index f048d19..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
-HOMEPAGE="https://git.gnome.org/browse/mutter/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-IUSE="+introspection +kms test wayland"
-REQUIRED_USE="
-       wayland? ( kms )
-"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# libXi-1.7.4 or newer needed per:
-# https://bugzilla.gnome.org/show_bug.cgi?id=738944
-COMMON_DEPEND="
-       >=x11-libs/pango-1.2[X,introspection?]
-       >=x11-libs/cairo-1.10[X]
-       >=x11-libs/gtk+-3.19.8:3[X,introspection?]
-       >=dev-libs/glib-2.36.0:2[dbus]
-       >=media-libs/clutter-1.25.3:1.0[X,introspection?]
-       >=media-libs/cogl-1.17.1:1.0=[introspection?]
-       >=media-libs/libcanberra-0.26[gtk3]
-       >=x11-libs/startup-notification-0.7
-       >=x11-libs/libXcomposite-0.2
-       >=gnome-base/gsettings-desktop-schemas-3.19.3[introspection?]
-       gnome-base/gnome-desktop:3=
-       >sys-power/upower-0.99:=
-
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       >=x11-libs/libXcomposite-0.2
-       x11-libs/libXcursor
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       >=x11-libs/libXi-1.7.4
-       x11-libs/libXinerama
-       >=x11-libs/libXrandr-1.5
-       x11-libs/libXrender
-       x11-libs/libxcb
-       x11-libs/libxkbfile
-       >=x11-libs/libxkbcommon-0.4.3[X]
-       x11-misc/xkeyboard-config
-
-       gnome-extra/zenity
-
-       introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-       kms? (
-               dev-libs/libinput
-               >=media-libs/clutter-1.20[egl]
-               media-libs/cogl:1.0=[kms]
-               >=media-libs/mesa-10.3[gbm]
-               sys-apps/systemd
-               virtual/libgudev
-               x11-libs/libdrm:= )
-       wayland? (
-               >=dev-libs/wayland-1.6.90
-               >=dev-libs/wayland-protocols-1.1
-               >=media-libs/clutter-1.20[wayland]
-               x11-base/xorg-server[wayland] )
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/intltool-0.41
-       sys-devel/gettext
-       virtual/pkgconfig
-       x11-proto/xextproto
-       x11-proto/xineramaproto
-       x11-proto/xproto
-       test? ( app-text/docbook-xml-dtd:4.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-       !x11-misc/expocity
-"
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               --enable-sm \
-               --enable-startup-notification \
-               --enable-verbose-mode \
-               --with-libcanberra \
-               $(use_enable introspection) \
-               $(use_enable kms native-backend) \
-               $(use_enable wayland)
-}