x11-misc/xautomation: Remove old
authorHarri Nieminen <moikkis@gmail.com>
Tue, 28 Mar 2017 18:27:33 +0000 (21:27 +0300)
committerDavid Seifert <soap@gentoo.org>
Sat, 1 Apr 2017 10:23:08 +0000 (12:23 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

x11-misc/xautomation/Manifest
x11-misc/xautomation/xautomation-1.05.ebuild [deleted file]

index 861579801fe5a19c116fbdf6309086e727306ddc..05a01c0b39aaf9c8e5c7619190a37df6926043b2 100644 (file)
@@ -1,2 +1 @@
-DIST xautomation-1.05.tar.gz 114472 SHA256 b57056699c405f12ad07254bd2486202df56bbfe2ca9db60cf4f3bedf7425d93 SHA512 88915bdc35baf9efe5f5ab2475ebe88e5f5f8face06ac87a857dcec78ad3a4614e57e4dd30353f12e28e4f588d030c38d25bd6f12eb6df62c79a5712655563b0 WHIRLPOOL 62b670a4bc35b8509dd3a872404301b39a2dd55a0f73d0fbcae1cda82fba9b1c9ebcd18f52c6a395956aedd25289e6b80554d11b11917387e8719f447f11e3a6
 DIST xautomation-1.09.tar.gz 123995 SHA256 ee8f2c61165da682f58371a51cfc263d6e54609b614e712320b0987779d95f0d SHA512 60de78ef9e4bd605ff2cdf1cd34771940d043a2ba0498a053d54dad82476aa123afe91690e7f57d2f346845d4b1313bc0e4d3df524815265c817961978ef4ad8 WHIRLPOOL 51315082d23227805ce969760e12fadf4fa54b2cf6bfe7ccf93af5e5cf7faed9dfffb8a27fa922560c5720e2dea644a82b1e4d2b568dc69270efd70e06cb1c20
diff --git a/x11-misc/xautomation/xautomation-1.05.ebuild b/x11-misc/xautomation/xautomation-1.05.ebuild
deleted file mode 100644 (file)
index 8502781..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Control X from command line and find things on screen"
-HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
-SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE=""
-
-RDEPEND="
-       media-libs/libpng
-       x11-libs/libX11
-       x11-libs/libXtst
-"
-DEPEND="
-       ${RDEPEND}
-       x11-proto/inputproto
-       x11-proto/xextproto
-       x11-proto/xproto
-"
-
-DOCS=( AUTHORS ChangeLog )
-
-src_prepare() {
-       export LIBS="-lX11"
-}