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/xautomation/
Date: Sat, 01 Apr 2017 10:24:53
Message-Id: 1491042188.aea866f4b86978abdd01d67980b8d8dce5755188.soap@gentoo
1 commit: aea866f4b86978abdd01d67980b8d8dce5755188
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:27:33 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea866f4
7
8 x11-misc/xautomation: 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/xautomation/Manifest | 1 -
14 x11-misc/xautomation/xautomation-1.05.ebuild | 31 ----------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/x11-misc/xautomation/Manifest b/x11-misc/xautomation/Manifest
18 index 861579801fe..05a01c0b39a 100644
19 --- a/x11-misc/xautomation/Manifest
20 +++ b/x11-misc/xautomation/Manifest
21 @@ -1,2 +1 @@
22 -DIST xautomation-1.05.tar.gz 114472 SHA256 b57056699c405f12ad07254bd2486202df56bbfe2ca9db60cf4f3bedf7425d93 SHA512 88915bdc35baf9efe5f5ab2475ebe88e5f5f8face06ac87a857dcec78ad3a4614e57e4dd30353f12e28e4f588d030c38d25bd6f12eb6df62c79a5712655563b0 WHIRLPOOL 62b670a4bc35b8509dd3a872404301b39a2dd55a0f73d0fbcae1cda82fba9b1c9ebcd18f52c6a395956aedd25289e6b80554d11b11917387e8719f447f11e3a6
23 DIST xautomation-1.09.tar.gz 123995 SHA256 ee8f2c61165da682f58371a51cfc263d6e54609b614e712320b0987779d95f0d SHA512 60de78ef9e4bd605ff2cdf1cd34771940d043a2ba0498a053d54dad82476aa123afe91690e7f57d2f346845d4b1313bc0e4d3df524815265c817961978ef4ad8 WHIRLPOOL 51315082d23227805ce969760e12fadf4fa54b2cf6bfe7ccf93af5e5cf7faed9dfffb8a27fa922560c5720e2dea644a82b1e4d2b568dc69270efd70e06cb1c20
24
25 diff --git a/x11-misc/xautomation/xautomation-1.05.ebuild b/x11-misc/xautomation/xautomation-1.05.ebuild
26 deleted file mode 100644
27 index 8502781f6c2..00000000000
28 --- a/x11-misc/xautomation/xautomation-1.05.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -DESCRIPTION="Control X from command line and find things on screen"
37 -HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
38 -SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm ppc x86"
43 -IUSE=""
44 -
45 -RDEPEND="
46 - media-libs/libpng
47 - x11-libs/libX11
48 - x11-libs/libXtst
49 -"
50 -DEPEND="
51 - ${RDEPEND}
52 - x11-proto/inputproto
53 - x11-proto/xextproto
54 - x11-proto/xproto
55 -"
56 -
57 -DOCS=( AUTHORS ChangeLog )
58 -
59 -src_prepare() {
60 - export LIBS="-lX11"
61 -}