x11-plugins/wmsmixer: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Oct 2018 12:16:03 +0000 (15:16 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Oct 2018 12:16:03 +0000 (15:16 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild [deleted file]

diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild
deleted file mode 100644 (file)
index 1a156b5..0000000
+++ /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
-}