From: Mikle Kolyada Date: Sun, 7 Oct 2018 12:16:03 +0000 (+0300) Subject: x11-plugins/wmsmixer: Drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f863af2418036bc58d0185c6b9e025c2863a9863;p=gentoo.git x11-plugins/wmsmixer: Drop old Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- 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 -}