Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdo/
Date: Sun, 17 Nov 2019 22:10:33
Message-Id: 1574028564.7971f36762d4b0a1f13f2e4b4410258d929e11e9.radhermit@gentoo
1 commit: 7971f36762d4b0a1f13f2e4b4410258d929e11e9
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 21:43:55 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 22:09:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7971f367
7
8 x11-misc/xdo: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 x11-misc/xdo/Manifest | 2 --
13 x11-misc/xdo/xdo-0.5.6.ebuild | 26 --------------------------
14 x11-misc/xdo/xdo-0.5.ebuild | 25 -------------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/x11-misc/xdo/Manifest b/x11-misc/xdo/Manifest
18 index 1a7ec139a31..dc9c2b2e3b8 100644
19 --- a/x11-misc/xdo/Manifest
20 +++ b/x11-misc/xdo/Manifest
21 @@ -1,3 +1 @@
22 -DIST xdo-0.5.6.tar.gz 7191 BLAKE2B 78bfeea3b2661dc06446e3205e64c609864992399dffc2ae5e99e9487a5e2b6d2cdd09ae5cc815b578ffb635abf649f6a892d80199196220afadf2a0c7693ad8 SHA512 0366f1eb473db32909619b9d7059e6528b071d920a3148c6f31b8911fc0cc5e0c9f8de56d95a0dfce29d554c76cdf967438d99c267826416bb03487efb78346d
23 DIST xdo-0.5.7.tar.gz 7453 BLAKE2B 04710f0a52dba22ef6e5556884ccd6a584e68167511f596aabcd19553d14a3b8d441b1a3d94cb927f5af3c9231690a9954ff8126d35f71a17d85d6aa3a31063f SHA512 0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d
24 -DIST xdo-0.5.tar.gz 6853 BLAKE2B dd7937ce36270803bf0dc08c2633bc75564b86535ac441b7a11fa6b41568925e4f4139f03ea5929d852a0b6b35cd5f61775e37880a43a37301cafa01382e9e0d SHA512 a33a1480d45b641e471a65b93ac6d5b8c1922559370590a49dd27f5ff139ad59484e4c82266f1a0c2e2c8d6d237a56fc7122424d1270f34f7b9ba616fd04e486
25
26 diff --git a/x11-misc/xdo/xdo-0.5.6.ebuild b/x11-misc/xdo/xdo-0.5.6.ebuild
27 deleted file mode 100644
28 index 785b54546ac..00000000000
29 --- a/x11-misc/xdo/xdo-0.5.6.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="Small X utility to perform elementary actions on windows"
39 -HOMEPAGE="https://github.com/baskerville/xdo/"
40 -SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -DEPEND="x11-libs/libxcb
47 - x11-libs/xcb-util
48 - x11-libs/xcb-util-wm"
49 -RDEPEND="${DEPEND}"
50 -
51 -src_compile() {
52 - emake CC="$(tc-getCC)" PREFIX=/usr
53 -}
54 -
55 -src_install() {
56 - emake PREFIX=/usr DESTDIR="${D}" install
57 -}
58
59 diff --git a/x11-misc/xdo/xdo-0.5.ebuild b/x11-misc/xdo/xdo-0.5.ebuild
60 deleted file mode 100644
61 index a3b6c5acf16..00000000000
62 --- a/x11-misc/xdo/xdo-0.5.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -inherit toolchain-funcs
70 -
71 -DESCRIPTION="Small X utility to perform elementary actions on windows"
72 -HOMEPAGE="https://github.com/baskerville/xdo/"
73 -SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz"
74 -
75 -LICENSE="BSD-2"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -
79 -DEPEND="x11-libs/libxcb
80 - x11-libs/xcb-util-wm"
81 -RDEPEND="${DEPEND}"
82 -
83 -src_compile() {
84 - emake CC="$(tc-getCC)" PREFIX=/usr
85 -}
86 -
87 -src_install() {
88 - emake PREFIX=/usr DESTDIR="${D}" install
89 -}