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: Sat, 01 Apr 2017 10:24:30
Message-Id: 1491042181.ef79394d83e697dd8ef9fbae33951a385c688ef0.soap@gentoo
1 commit: ef79394d83e697dd8ef9fbae33951a385c688ef0
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:25:43 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef79394d
7
8 x11-misc/wininfo: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/wininfo/wininfo-0.7.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild
17 deleted file mode 100644
18 index b4281c3c6c5..00000000000
19 --- a/x11-misc/wininfo/wininfo-0.7.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=2
26 -inherit eutils
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 -src_prepare() {
45 - epatch "${FILESDIR}"/${P}-desktop-entry.patch
46 -}
47 -
48 -src_install() {
49 - emake DESTDIR="${D}" install || die "emake install failed."
50 - dodoc AUTHORS ChangeLog NEWS README
51 -}