commit:     f863af2418036bc58d0185c6b9e025c2863a9863
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  7 12:16:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct  7 12:16:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f863af24

x11-plugins/wmsmixer: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild | 33 ------------------------------
 1 file changed, 33 deletions(-)

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 1a156b59577..00000000000
--- 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
-}

Reply via email to