commit:     33a85a86fc1f8569e2e9bd0cf71eac750dcb98d7
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sat Apr  6 14:48:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 17:19:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a85a86

x11-wm/marco: drop 1.27.0, 1.27.1

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-wm/marco/Manifest            |  2 -
 x11-wm/marco/marco-1.27.0.ebuild | 79 ----------------------------------------
 x11-wm/marco/marco-1.27.1.ebuild | 79 ----------------------------------------
 3 files changed, 160 deletions(-)

diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest
index 2e4ff4a8b1da..126717662817 100644
--- a/x11-wm/marco/Manifest
+++ b/x11-wm/marco/Manifest
@@ -1,3 +1 @@
 DIST marco-1.26.2.tar.xz 1865248 BLAKE2B 
86933230f11a9342009d79bd836ab09272a335cc7e0e8c84c4ac1c300fd4b604a97424c76d371450a46be0c2a588902c17791fe1ee752e06207046bbddc055a4
 SHA512 
326ed378be891806a9750021626863e00d80f29af8fe920eeb0910d9eb2ece534babf012e1aced6b071b6c0fdd8a77ea8c948d68a70f9280822b30231aa934b9
-DIST marco-1.27.0.tar.xz 1867148 BLAKE2B 
aa35ac1f09a38e1c6efeeb4e51cf78e4d9395233ba5055c820bcd84e88ab82dd6737c64d26a175d54cf976c3740f3471e6efe75195f135231493b91b55a8b744
 SHA512 
cef9c4e762cfc25eb76d18440d2bba6369d07e06a7b99d49d667f5ec3acedaae2cb646731845009e3e1fddea1626336f88b1d1db747a08a5be61a044fe69f89c
-DIST marco-1.27.1.tar.xz 1800208 BLAKE2B 
80bf565c589b34b06916ed02a95ab0d5fd1c1bcb455ac842e52dbbd017e00b422025f990702e6f86c64022a820feafbd362eb999886c80bad9a06a4e3839a1fb
 SHA512 
f6ac317f95726591d68e9cbb99677b72b2fadc58b826329911d94744f91d49a91b70dd7bdad99e4051fd66c20ba09cf43e188eb7a23ab5b916b0147e9906df7e

diff --git a/x11-wm/marco/marco-1.27.0.ebuild b/x11-wm/marco/marco-1.27.0.ebuild
deleted file mode 100644
index b01a21857287..000000000000
--- a/x11-wm/marco/marco-1.27.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE2_LA_PUNT="yes"
-
-inherit mate meson
-
-MINOR=$(($(ver_cut 2) % 2))
-if [[ ${MINOR} -eq 0 ]]; then
-       KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-fi
-
-DESCRIPTION="MATE default window manager"
-LICENSE="FDL-1.2+ GPL-2+ LGPL-2+ MIT"
-SLOT="0/2"
-
-IUSE="startup-notification test xinerama"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-       >=app-accessibility/at-spi2-core-2.46.0:2
-       >=dev-libs/glib-2.58:2
-       >=gnome-base/libgtop-2:2=
-       media-libs/libcanberra[gtk3]
-       x11-libs/cairo
-       >=x11-libs/pango-1.2[X]
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       >=x11-libs/libXcomposite-0.3
-       x11-libs/libXcursor
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXi
-       x11-libs/libXpresent
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       x11-libs/libXres
-       >=x11-libs/startup-notification-0.7
-       xinerama? ( x11-libs/libXinerama )
-"
-
-RDEPEND="${COMMON_DEPEND}
-       gnome-extra/zenity
-       >=mate-base/mate-desktop-1.20.0
-       virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
-       app-text/yelp-tools
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       x11-base/xorg-proto
-       test? ( app-text/docbook-xml-dtd:4.5 )
-       xinerama? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-       local emesonargs=(
-               -Dcompositor=true
-               -Drender=true
-               -Dshape=true
-               -Dsm=true
-               -Dxsync=true
-               $(meson_use startup-notification)
-               $(meson_use xinerama)
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       dodoc doc/*.txt
-}

diff --git a/x11-wm/marco/marco-1.27.1.ebuild b/x11-wm/marco/marco-1.27.1.ebuild
deleted file mode 100644
index b01a21857287..000000000000
--- a/x11-wm/marco/marco-1.27.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE2_LA_PUNT="yes"
-
-inherit mate meson
-
-MINOR=$(($(ver_cut 2) % 2))
-if [[ ${MINOR} -eq 0 ]]; then
-       KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-fi
-
-DESCRIPTION="MATE default window manager"
-LICENSE="FDL-1.2+ GPL-2+ LGPL-2+ MIT"
-SLOT="0/2"
-
-IUSE="startup-notification test xinerama"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-       >=app-accessibility/at-spi2-core-2.46.0:2
-       >=dev-libs/glib-2.58:2
-       >=gnome-base/libgtop-2:2=
-       media-libs/libcanberra[gtk3]
-       x11-libs/cairo
-       >=x11-libs/pango-1.2[X]
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       >=x11-libs/libXcomposite-0.3
-       x11-libs/libXcursor
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXi
-       x11-libs/libXpresent
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       x11-libs/libXres
-       >=x11-libs/startup-notification-0.7
-       xinerama? ( x11-libs/libXinerama )
-"
-
-RDEPEND="${COMMON_DEPEND}
-       gnome-extra/zenity
-       >=mate-base/mate-desktop-1.20.0
-       virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
-       app-text/yelp-tools
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       x11-base/xorg-proto
-       test? ( app-text/docbook-xml-dtd:4.5 )
-       xinerama? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-       local emesonargs=(
-               -Dcompositor=true
-               -Drender=true
-               -Dshape=true
-               -Dsm=true
-               -Dxsync=true
-               $(meson_use startup-notification)
-               $(meson_use xinerama)
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       dodoc doc/*.txt
-}

Reply via email to