diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-28 21:27:33 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:23:08 +0200 |
commit | aea866f4b86978abdd01d67980b8d8dce5755188 (patch) | |
tree | 2e590490f97d8a43e88784dc0fea23400bcc7673 /x11-misc/xautomation | |
parent | x11-misc/wmakerconf: Remove old (diff) | |
download | gentoo-aea866f4b86978abdd01d67980b8d8dce5755188.tar.gz gentoo-aea866f4b86978abdd01d67980b8d8dce5755188.tar.bz2 gentoo-aea866f4b86978abdd01d67980b8d8dce5755188.zip |
x11-misc/xautomation: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-1.05.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/xautomation/Manifest b/x11-misc/xautomation/Manifest index 861579801fe5..05a01c0b39aa 100644 --- a/x11-misc/xautomation/Manifest +++ b/x11-misc/xautomation/Manifest @@ -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 index 8502781f6c2c..000000000000 --- a/x11-misc/xautomation/xautomation-1.05.ebuild +++ /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" -} |