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/wmxres/
Date: Wed, 19 Sep 2018 19:13:26
Message-Id: 1537384389.6648477fd398f585326066facc6f8aeb8e495c8a.zlogene@gentoo
1 commit: 6648477fd398f585326066facc6f8aeb8e495c8a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 19:13:09 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 19:13:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6648477f
7
8 x11-plugins/wmxres: Drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-plugins/wmxres/wmxres-1.2.ebuild | 40 ------------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/x11-plugins/wmxres/wmxres-1.2.ebuild b/x11-plugins/wmxres/wmxres-1.2.ebuild
16 deleted file mode 100644
17 index 79322945836..00000000000
18 --- a/x11-plugins/wmxres/wmxres-1.2.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -inherit eutils multilib toolchain-funcs
26 -
27 -DESCRIPTION="Dock application to select your display mode among those possible"
28 -HOMEPAGE="http://yalla.free.fr/wn"
29 -SRC_URI="http://yalla.free.fr/wn/${PN}-1.1-0.tar.gz"
30 -
31 -LICENSE="GPL-1"
32 -SLOT="0"
33 -KEYWORDS="~amd64 x86 ~ppc"
34 -IUSE=""
35 -
36 -RDEPEND="x11-libs/libX11
37 - x11-libs/libXext
38 - x11-libs/libXpm
39 - x11-libs/libXxf86vm"
40 -DEPEND="${RDEPEND}
41 - x11-base/xorg-proto
42 - x11-libs/libXxf86dga"
43 -
44 -S=${WORKDIR}/${PN}.app
45 -
46 -src_prepare() {
47 - epatch "${FILESDIR}"/${PN}-debian-1.1-1.2.patch
48 - sed -e "s:-g -c -O2:${CFLAGS} -c:" \
49 - -e "s:\tcc :\t $(tc-getCC) \$(LDFLAGS) :g" \
50 - -i Makefile || die "sed failed"
51 -}
52 -
53 -src_compile() {
54 - emake INCDIR="-I/usr/include" LIBDIR="-L/usr/$(get_libdir)"
55 -}
56 -
57 -src_install() {
58 - dobin ${PN}/${PN}
59 - doman ${PN}.1
60 -}