commit:     eee1ff5f3b1a32b30d5ed41b099a8e44ab462f22
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:41:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:41:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee1ff5f

x11-plugins/wmdrawer: drop 0.10.5-r3, EAPI6--

Closes: https://bugs.gentoo.org/929944
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 49 --------------------------
 1 file changed, 49 deletions(-)

diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild 
b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
deleted file mode 100644
index d72e2c0e4a88..000000000000
--- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="dockapp which provides a drawer (retractable button bar) to 
launch applications"
-HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/";
-SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gdk-pixbuf-xlib
-       >=x11-libs/gdk-pixbuf-2.42.0:2
-       x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS=( README TODO AUTHORS ChangeLog wmdrawerrc.example )
-PATCHES=( "${FILESDIR}"/${P}-gtk+-2.patch )
-
-src_prepare() {
-       default
-
-       gunzip doc/wmdrawer.1x.gz || die
-
-       # Honour Gentoo CFLAGS
-       sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
-       # Fix LDFLAGS ordering per bug #248640
-       sed -i -e 's/$(CC) $(LDFLAGS) -o $@ $(OBJS)/$(CC) -o $@ $(OBJS) 
$(LDFLAGS)/' Makefile || die
-       # Do not auto-strip binaries
-       sed -i -e 's/   strip $@//' Makefile || die
-       # Honour Gentoo LDFLAGS
-       sed -i -e 's/$(CC) -o/$(CC) $(GENTOO_LDFLAGS) -o/' Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" GENTOO_LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin wmdrawer
-       doman doc/wmdrawer.1x
-       einstalldocs
-}

Reply via email to