diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-11-17 14:43:55 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-11-17 15:09:24 -0700 |
commit | 7971f36762d4b0a1f13f2e4b4410258d929e11e9 (patch) | |
tree | d7c1db3d0091f1586d47eac2f54dab9e065727e8 /x11-misc/xdo | |
parent | x11-misc/xdo: update to EAPI 7 (diff) | |
download | gentoo-7971f36762d4b0a1f13f2e4b4410258d929e11e9.tar.gz gentoo-7971f36762d4b0a1f13f2e4b4410258d929e11e9.tar.bz2 gentoo-7971f36762d4b0a1f13f2e4b4410258d929e11e9.zip |
x11-misc/xdo: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'x11-misc/xdo')
-rw-r--r-- | x11-misc/xdo/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xdo/xdo-0.5.6.ebuild | 26 | ||||
-rw-r--r-- | x11-misc/xdo/xdo-0.5.ebuild | 25 |
3 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/xdo/Manifest b/x11-misc/xdo/Manifest index 1a7ec139a319..dc9c2b2e3b88 100644 --- a/x11-misc/xdo/Manifest +++ b/x11-misc/xdo/Manifest @@ -1,3 +1 @@ -DIST xdo-0.5.6.tar.gz 7191 BLAKE2B 78bfeea3b2661dc06446e3205e64c609864992399dffc2ae5e99e9487a5e2b6d2cdd09ae5cc815b578ffb635abf649f6a892d80199196220afadf2a0c7693ad8 SHA512 0366f1eb473db32909619b9d7059e6528b071d920a3148c6f31b8911fc0cc5e0c9f8de56d95a0dfce29d554c76cdf967438d99c267826416bb03487efb78346d DIST xdo-0.5.7.tar.gz 7453 BLAKE2B 04710f0a52dba22ef6e5556884ccd6a584e68167511f596aabcd19553d14a3b8d441b1a3d94cb927f5af3c9231690a9954ff8126d35f71a17d85d6aa3a31063f SHA512 0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d -DIST xdo-0.5.tar.gz 6853 BLAKE2B dd7937ce36270803bf0dc08c2633bc75564b86535ac441b7a11fa6b41568925e4f4139f03ea5929d852a0b6b35cd5f61775e37880a43a37301cafa01382e9e0d SHA512 a33a1480d45b641e471a65b93ac6d5b8c1922559370590a49dd27f5ff139ad59484e4c82266f1a0c2e2c8d6d237a56fc7122424d1270f34f7b9ba616fd04e486 diff --git a/x11-misc/xdo/xdo-0.5.6.ebuild b/x11-misc/xdo/xdo-0.5.6.ebuild deleted file mode 100644 index 785b54546acb..000000000000 --- a/x11-misc/xdo/xdo-0.5.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="Small X utility to perform elementary actions on windows" -HOMEPAGE="https://github.com/baskerville/xdo/" -SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="x11-libs/libxcb - x11-libs/xcb-util - x11-libs/xcb-util-wm" -RDEPEND="${DEPEND}" - -src_compile() { - emake CC="$(tc-getCC)" PREFIX=/usr -} - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install -} diff --git a/x11-misc/xdo/xdo-0.5.ebuild b/x11-misc/xdo/xdo-0.5.ebuild deleted file mode 100644 index a3b6c5acf16b..000000000000 --- a/x11-misc/xdo/xdo-0.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit toolchain-funcs - -DESCRIPTION="Small X utility to perform elementary actions on windows" -HOMEPAGE="https://github.com/baskerville/xdo/" -SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="x11-libs/libxcb - x11-libs/xcb-util-wm" -RDEPEND="${DEPEND}" - -src_compile() { - emake CC="$(tc-getCC)" PREFIX=/usr -} - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install -} |