Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wininfo/
Date: Mon, 06 Feb 2017 22:48:56
Message-Id: 1486421194.772b532ae8fa179dca733804b434a5928ed27c1e.soap@gentoo
1 commit: 772b532ae8fa179dca733804b434a5928ed27c1e
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 11:17:58 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 22:46:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772b532a
7
8 x11-misc/wininfo: EAPI bump 2 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3843
12
13 x11-misc/wininfo/wininfo-0.7-r1.ebuild | 23 +++++++++++++++++++++++
14 1 file changed, 23 insertions(+)
15
16 diff --git a/x11-misc/wininfo/wininfo-0.7-r1.ebuild b/x11-misc/wininfo/wininfo-0.7-r1.ebuild
17 new file mode 100644
18 index 00000000..e297f33
19 --- /dev/null
20 +++ b/x11-misc/wininfo/wininfo-0.7-r1.ebuild
21 @@ -0,0 +1,23 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="An X app that follows your pointer providing information about the windows below"
29 +HOMEPAGE="https://freedesktop.org/Software/wininfo"
30 +SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.gz"
31 +
32 +LICENSE="MIT"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="x11-libs/gtk+:2
38 + x11-libs/libX11
39 + x11-libs/libXres
40 + x11-libs/libXext"
41 +DEPEND="${RDEPEND}
42 + virtual/pkgconfig"
43 +
44 +PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch )