x11-misc/xdo: remove old
authorTim Harder <radhermit@gentoo.org>
Sun, 17 Nov 2019 21:43:55 +0000 (14:43 -0700)
committerTim Harder <radhermit@gentoo.org>
Sun, 17 Nov 2019 22:09:24 +0000 (15:09 -0700)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
x11-misc/xdo/Manifest
x11-misc/xdo/xdo-0.5.6.ebuild [deleted file]
x11-misc/xdo/xdo-0.5.ebuild [deleted file]

index 1a7ec139a3194eb9536525223f38c591a7c19687..dc9c2b2e3b88b917ca476063716801d6c1535207 100644 (file)
@@ -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 (file)
index 785b545..0000000
+++ /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 (file)
index a3b6c5a..0000000
+++ /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
-}