diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-07 15:16:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-07 15:16:03 +0300 |
commit | f863af2418036bc58d0185c6b9e025c2863a9863 (patch) | |
tree | a05c18f27082c3df99cca4d71d4082d2a1365212 /x11-plugins/wmsmixer | |
parent | x11-plugins/wmsmixer: amd64 stable wrt bug #666088 (diff) | |
download | gentoo-f863af2418036bc58d0185c6b9e025c2863a9863.tar.gz gentoo-f863af2418036bc58d0185c6b9e025c2863a9863.tar.bz2 gentoo-f863af2418036bc58d0185c6b9e025c2863a9863.zip |
x11-plugins/wmsmixer: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-plugins/wmsmixer')
-rw-r--r-- | x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild | 33 |
1 files changed, 0 insertions, 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 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 -} |