From 4f52fc33794a5e1c284e5d308226e049d949e736 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Sat, 23 Jul 2022 22:46:34 +0200 Subject: [PATCH] - x11-wm/matchbox-desktop: deps are gone, bitrotten ebuild --- x11-wm/matchbox-desktop/Manifest | 1 - .../files/matchbox-desktop-0.9.1-dlopen.patch | 11 ------- .../matchbox-desktop-0.9.1-r1.ebuild | 35 ---------------------- x11-wm/matchbox-desktop/metadata.xml | 7 ----- 4 files changed, 54 deletions(-) delete mode 100644 x11-wm/matchbox-desktop/Manifest delete mode 100644 x11-wm/matchbox-desktop/files/matchbox-desktop-0.9.1-dlopen.patch delete mode 100644 x11-wm/matchbox-desktop/matchbox-desktop-0.9.1-r1.ebuild delete mode 100644 x11-wm/matchbox-desktop/metadata.xml diff --git a/x11-wm/matchbox-desktop/Manifest b/x11-wm/matchbox-desktop/Manifest deleted file mode 100644 index 3999625..0000000 --- a/x11-wm/matchbox-desktop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST matchbox-desktop-0.9.1.tar.bz2 231962 SHA256 ecb025d3660d80a9850973111b4fdfffaa50b47cbf0c5467b508d28d65146793 SHA512 469d7c088405f627b571d0475e283e1dab2d74e10a58ab9d597cb8941a633f1993859234f9444d160257dade005ce3b325c5375fab2e5f4e30aa0048578853eb WHIRLPOOL 3ec33f322c06856d655e99a940384d5e666e1d87beab71ef8ab0a8a8aabe873de5508bb090be24a169396eaced08f9c342000997a1eb799fbbebce2b2ddfa47f diff --git a/x11-wm/matchbox-desktop/files/matchbox-desktop-0.9.1-dlopen.patch b/x11-wm/matchbox-desktop/files/matchbox-desktop-0.9.1-dlopen.patch deleted file mode 100644 index 3c7c703..0000000 --- a/x11-wm/matchbox-desktop/files/matchbox-desktop-0.9.1-dlopen.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -uarN matchbox-desktop-0.9.1.orig/configure.ac matchbox-desktop-0.9.1/configure.ac ---- matchbox-desktop-0.9.1.orig/configure.ac 2005-01-24 09:11:02.000000000 -0500 -+++ matchbox-desktop-0.9.1/configure.ac 2014-10-29 14:08:54.882668438 -0400 -@@ -12,6 +12,7 @@ - AC_PROG_CC - AC_LIBTOOL_DLOPEN - AC_PROG_LIBTOOL -+LT_LIB_DLLOAD - - AC_HEADER_DIRENT - AC_HEADER_STDC diff --git a/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1-r1.ebuild b/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1-r1.ebuild deleted file mode 100644 index 1f354df..0000000 --- a/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit versionator autotools eutils - -DESCRIPTION="The Matchbox Desktop" -HOMEPAGE="http://matchbox-project.org/" -SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" -IUSE="debug dnotify startup-notification" - -DEPEND=">=x11-libs/libmatchbox-1.5 - startup-notification? ( x11-libs/startup-notification )" - -RDEPEND="${DEPEND} - x11-wm/matchbox-common" - -DOCS=( AUTHORS ChangeLog INSTALL NEWS README ) - -src_prepare() { - epatch "${FILESDIR}/${P}-dlopen.patch" - eautoreconf -} - -src_configure() { - econf $(use_enable debug) \ - $(use_enable startup-notification) \ - $(use_enable dnotify) -} diff --git a/x11-wm/matchbox-desktop/metadata.xml b/x11-wm/matchbox-desktop/metadata.xml deleted file mode 100644 index 91130aa..0000000 --- a/x11-wm/matchbox-desktop/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Use the linux kernel directory notification feature. - - -- 2.11.4.GIT