From f863af2418036bc58d0185c6b9e025c2863a9863 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 7 Oct 2018 15:16:03 +0300 Subject: [PATCH] x11-plugins/wmsmixer: Drop old Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild deleted file mode 100644 index 1a156b595773..000000000000 --- a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils -IUSE="" -DESCRIPTION="fork of wmmixer adding scrollwheel support and other features" -HOMEPAGE="https://www.dockapps.net/wmsmixer" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 sparc x86" - -RDEPEND="x11-libs/libXpm - x11-libs/libXext - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_compile() { - g++ ${CFLAGS} -I/usr/X11R6/include -c -o wmsmixer.o wmsmixer.cc - rm -f wmsmixer - g++ ${LDFLAGS} -o wmsmixer ${CFLAGS} -L/usr/X11R6/lib wmsmixer.o -lXpm -lXext -lX11 -} - -src_install() { - insinto /usr/bin - insopts -m0655 - doins wmsmixer - dodoc README README.wmmixer -} -- 2.26.2