commit: a95ddddd32e095e2ffa9e7359776bba1b91df21c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 6 20:20:51 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Oct 6 20:22:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95ddddd
x11-wm/marco: remove old
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
x11-wm/marco/Manifest | 3 --
x11-wm/marco/marco-1.12.1-r1.ebuild | 75 -----------------------------------
x11-wm/marco/marco-1.12.1.ebuild | 74 -----------------------------------
x11-wm/marco/marco-1.14.2-r1.ebuild | 78 -------------------------------------
x11-wm/marco/marco-1.16.1.ebuild | 78 -------------------------------------
x11-wm/marco/metadata.xml | 3 --
6 files changed, 311 deletions(-)
diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest
index 78a7ee4d0a7..7b80ed713e5 100644
--- a/x11-wm/marco/Manifest
+++ b/x11-wm/marco/Manifest
@@ -1,4 +1 @@
-DIST marco-1.12.1.tar.xz 1163996 BLAKE2B
ff133af6d56a7c91c0b104fdbfe82ce16492429ec24a06251d106b76b52b3cf4c560ec1c304b398ced61350d79410aceb5e004fc4cd8d9893faae6743788cf34
SHA512
d271c4627fc50643d8e1a2faec33b5327999ad16a3975d62ea3ded956bccf3d5e015ed8085d43a200a34f1ea78f17d7e4ea4afaa9111e5f2e3a2230b51752945
-DIST marco-1.14.2.tar.xz 1244076 BLAKE2B
a1f88f49a2d5048ba6fec2c5c5b86ff1ed546638256782ef1e9fa27f5253e65d67055e96d8d337d4bcc41fbe614164695483e76c2f2fac6bccd1f842548ab795
SHA512
6ca782f5dbbc01f5df4be901a1a6bf5b23398716e5802118482a0bf98e35f4dc544a6070358a931ca11f2d8b71cbbfb7e8768e0535c6605433a202be348ddf84
-DIST marco-1.16.1.tar.xz 1247072 BLAKE2B
71959f5b37a2e499ae7a304de279d0b87b56618ffb135e6792dccbbdf0fe4dbff091257d6c6e856162a0c80d3c08c0aae8233e94d8526af3072479b4d06a02b5
SHA512
c5f88d71378a210e6490edab2db8bedf12eb013ce89fe232863c6538b240f38b7393474893bcead6904aad1835d1dc8794328e71235f17194ba3f0c3c426de36
DIST marco-1.18.2.tar.xz 1255492 BLAKE2B
034ad26789f894d7fa829e48ed39d11925e304dd8f6c3c74b14972a332b63782d1a8c4cb5b81b20f4d8bc12a74d053bf587ed72e3c1dca8b4fddd567dd6551ef
SHA512
f18cd8d46c2ad6e6d86e6e110fb588ea8c6c301c6ffc1ee72ce80984125be5cbdeb20bf4a7fe8d1d1a60b93c7cb32de8dbd00532462c5637b747068f96e79129
diff --git a/x11-wm/marco/marco-1.12.1-r1.ebuild
b/x11-wm/marco/marco-1.12.1-r1.ebuild
deleted file mode 100644
index 72471cfeadd..00000000000
--- a/x11-wm/marco/marco-1.12.1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE2_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE default window manager"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="gtk3 startup-notification test xinerama"
-
-RDEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.32.10:2
- >=gnome-base/libgtop-2:2=
- gnome-extra/zenity:0
- >=mate-base/mate-desktop-1.9[gtk3(-)=]
- x11-libs/cairo:0
- >=x11-libs/pango-1.2:0[X]
- x11-libs/gdk-pixbuf:2
- x11-libs/libICE:0
- x11-libs/libSM:0
- x11-libs/libX11:0
- >=x11-libs/libXcomposite-0.3:0
- x11-libs/libXcursor:0
- x11-libs/libXdamage:0
- x11-libs/libXext:0
- x11-libs/libXfixes:0
- x11-libs/libXrandr:0
- x11-libs/libXrender:0
- >=x11-libs/startup-notification-0.7:0
- virtual/libintl:0
- !gtk3? (
- media-libs/libcanberra:0[gtk]
- >=x11-libs/gtk+-2.24:2
- )
- gtk3? (
- media-libs/libcanberra:0[gtk3]
- >=x11-libs/gtk+-3.0:3
- )
- xinerama? ( x11-libs/libXinerama:0 )
- !!x11-wm/mate-window-manager"
-
-DEPEND="${RDEPEND}
- app-text/yelp-tools:0
- >=dev-util/intltool-0.34.90:*
- sys-devel/gettext:*
- virtual/pkgconfig:*
- x11-base/xorg-proto
- test? ( app-text/docbook-xml-dtd:4.5 )"
-
-src_configure() {
- mate_src_configure \
- --enable-compositor \
- --enable-render \
- --enable-shape \
- --enable-sm \
- --enable-xsync \
- --with-gtk=$(usex gtk3 3.0 2.0) \
- $(use_enable startup-notification) \
- $(use_enable xinerama)
-}
-
-src_install() {
- mate_src_install
- dodoc {,doc/}*.txt
-}
diff --git a/x11-wm/marco/marco-1.12.1.ebuild b/x11-wm/marco/marco-1.12.1.ebuild
deleted file mode 100644
index 81301b78268..00000000000
--- a/x11-wm/marco/marco-1.12.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE2_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE default window manager"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="gtk3 startup-notification test xinerama"
-
-RDEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.32.10:2
- >=gnome-base/libgtop-2:2=
- gnome-extra/zenity:0
- x11-libs/cairo:0
- >=x11-libs/pango-1.2:0[X]
- x11-libs/gdk-pixbuf:2
- x11-libs/libICE:0
- x11-libs/libSM:0
- x11-libs/libX11:0
- >=x11-libs/libXcomposite-0.3:0
- x11-libs/libXcursor:0
- x11-libs/libXdamage:0
- x11-libs/libXext:0
- x11-libs/libXfixes:0
- x11-libs/libXrandr:0
- x11-libs/libXrender:0
- >=x11-libs/startup-notification-0.7:0
- virtual/libintl:0
- !gtk3? (
- media-libs/libcanberra:0[gtk]
- >=x11-libs/gtk+-2.24:2
- )
- gtk3? (
- media-libs/libcanberra:0[gtk3]
- >=x11-libs/gtk+-3.0:3
- )
- xinerama? ( x11-libs/libXinerama:0 )
- !!x11-wm/mate-window-manager"
-
-DEPEND="${RDEPEND}
- app-text/yelp-tools:0
- >=dev-util/intltool-0.34.90:*
- sys-devel/gettext:*
- virtual/pkgconfig:*
- x11-base/xorg-proto
- test? ( app-text/docbook-xml-dtd:4.5 )"
-
-src_configure() {
- mate_src_configure \
- --enable-compositor \
- --enable-render \
- --enable-shape \
- --enable-sm \
- --enable-xsync \
- --with-gtk=$(usex gtk3 3.0 2.0) \
- $(use_enable startup-notification) \
- $(use_enable xinerama)
-}
-
-src_install() {
- mate_src_install
- dodoc {,doc/}*.txt
-}
diff --git a/x11-wm/marco/marco-1.14.2-r1.ebuild
b/x11-wm/marco/marco-1.14.2-r1.ebuild
deleted file mode 100644
index 33a7096f18c..00000000000
--- a/x11-wm/marco/marco-1.14.2-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE2_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE default window manager"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="gtk3 startup-notification test xinerama"
-
-COMMON_DEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.32.10:2
- >=gnome-base/libgtop-2:2=
- x11-libs/cairo:0
- >=x11-libs/pango-1.2:0[X]
- x11-libs/gdk-pixbuf:2
- x11-libs/libICE:0
- x11-libs/libSM:0
- x11-libs/libX11:0
- >=x11-libs/libXcomposite-0.3:0
- x11-libs/libXcursor:0
- x11-libs/libXdamage:0
- x11-libs/libXext:0
- x11-libs/libXfixes:0
- x11-libs/libXrandr:0
- x11-libs/libXrender:0
- >=x11-libs/startup-notification-0.7:0
- virtual/libintl:0
- !gtk3? (
- media-libs/libcanberra:0[gtk]
- >=x11-libs/gtk+-2.24:2
- )
- gtk3? (
- media-libs/libcanberra:0[gtk3]
- >=x11-libs/gtk+-3.0:3
- )
- xinerama? ( x11-libs/libXinerama:0 )
- !!x11-wm/mate-window-manager"
-
-RDEPEND="${COMMON_DEPEND}
- gnome-extra/zenity:0
- >=mate-base/mate-desktop-1.9[gtk3(-)=]
-"
-
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools:0
- >=dev-util/intltool-0.34.90:*
- sys-devel/gettext:*
- virtual/pkgconfig:*
- x11-base/xorg-proto
- test? ( app-text/docbook-xml-dtd:4.5 )"
-
-src_configure() {
- mate_src_configure \
- --enable-compositor \
- --enable-render \
- --enable-shape \
- --enable-sm \
- --enable-xsync \
- --with-gtk=$(usex gtk3 3.0 2.0) \
- $(use_enable startup-notification) \
- $(use_enable xinerama)
-}
-
-src_install() {
- mate_src_install
- dodoc {,doc/}*.txt
-}
diff --git a/x11-wm/marco/marco-1.16.1.ebuild b/x11-wm/marco/marco-1.16.1.ebuild
deleted file mode 100644
index 33a7096f18c..00000000000
--- a/x11-wm/marco/marco-1.16.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE2_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE default window manager"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="gtk3 startup-notification test xinerama"
-
-COMMON_DEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.32.10:2
- >=gnome-base/libgtop-2:2=
- x11-libs/cairo:0
- >=x11-libs/pango-1.2:0[X]
- x11-libs/gdk-pixbuf:2
- x11-libs/libICE:0
- x11-libs/libSM:0
- x11-libs/libX11:0
- >=x11-libs/libXcomposite-0.3:0
- x11-libs/libXcursor:0
- x11-libs/libXdamage:0
- x11-libs/libXext:0
- x11-libs/libXfixes:0
- x11-libs/libXrandr:0
- x11-libs/libXrender:0
- >=x11-libs/startup-notification-0.7:0
- virtual/libintl:0
- !gtk3? (
- media-libs/libcanberra:0[gtk]
- >=x11-libs/gtk+-2.24:2
- )
- gtk3? (
- media-libs/libcanberra:0[gtk3]
- >=x11-libs/gtk+-3.0:3
- )
- xinerama? ( x11-libs/libXinerama:0 )
- !!x11-wm/mate-window-manager"
-
-RDEPEND="${COMMON_DEPEND}
- gnome-extra/zenity:0
- >=mate-base/mate-desktop-1.9[gtk3(-)=]
-"
-
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools:0
- >=dev-util/intltool-0.34.90:*
- sys-devel/gettext:*
- virtual/pkgconfig:*
- x11-base/xorg-proto
- test? ( app-text/docbook-xml-dtd:4.5 )"
-
-src_configure() {
- mate_src_configure \
- --enable-compositor \
- --enable-render \
- --enable-shape \
- --enable-sm \
- --enable-xsync \
- --with-gtk=$(usex gtk3 3.0 2.0) \
- $(use_enable startup-notification) \
- $(use_enable xinerama)
-}
-
-src_install() {
- mate_src_install
- dodoc {,doc/}*.txt
-}
diff --git a/x11-wm/marco/metadata.xml b/x11-wm/marco/metadata.xml
index e5009557a91..cfe84acaa32 100644
--- a/x11-wm/marco/metadata.xml
+++ b/x11-wm/marco/metadata.xml
@@ -5,9 +5,6 @@
<email>[email protected]</email>
<name>Gentoo MATE Desktop</name>
</maintainer>
- <use>
- <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
- </use>
<upstream>
<remote-id type="github">mate-desktop/marco</remote-id>
</upstream>