Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsmixer/
Date: Sun, 07 Oct 2018 12:44:08
Message-Id: 1538914563.f863af2418036bc58d0185c6b9e025c2863a9863.zlogene@gentoo
1 commit: f863af2418036bc58d0185c6b9e025c2863a9863
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 12:16:03 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 12:16:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f863af24
7
8 x11-plugins/wmsmixer: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild | 33 ------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild
17 deleted file mode 100644
18 index 1a156b59577..00000000000
19 --- a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit eutils
28 -IUSE=""
29 -DESCRIPTION="fork of wmmixer adding scrollwheel support and other features"
30 -HOMEPAGE="https://www.dockapps.net/wmsmixer"
31 -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ppc ppc64 sparc x86"
36 -
37 -RDEPEND="x11-libs/libXpm
38 - x11-libs/libXext
39 - x11-libs/libX11"
40 -DEPEND="${RDEPEND}
41 - x11-base/xorg-proto"
42 -
43 -src_compile() {
44 - g++ ${CFLAGS} -I/usr/X11R6/include -c -o wmsmixer.o wmsmixer.cc
45 - rm -f wmsmixer
46 - g++ ${LDFLAGS} -o wmsmixer ${CFLAGS} -L/usr/X11R6/lib wmsmixer.o -lXpm -lXext -lX11
47 -}
48 -
49 -src_install() {
50 - insinto /usr/bin
51 - insopts -m0655
52 - doins wmsmixer
53 - dodoc README README.wmmixer
54 -}