Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdo/
Date: Tue, 07 Mar 2017 09:15:01
Message-Id: 1488877942.a649c8e67bbdb0c280fa0dae29ef7a0c3f45f841.soap@gentoo
1 commit: a649c8e67bbdb0c280fa0dae29ef7a0c3f45f841
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 6 15:16:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 09:12:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a649c8e6
7
8 x11-misc/xdo: Remove old
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4142
12
13 x11-misc/xdo/Manifest | 2 --
14 x11-misc/xdo/xdo-0.3.ebuild | 31 -------------------------------
15 x11-misc/xdo/xdo-0.4.ebuild | 31 -------------------------------
16 3 files changed, 64 deletions(-)
17
18 diff --git a/x11-misc/xdo/Manifest b/x11-misc/xdo/Manifest
19 index bb965d8eab5..d343cb8f406 100644
20 --- a/x11-misc/xdo/Manifest
21 +++ b/x11-misc/xdo/Manifest
22 @@ -1,3 +1 @@
23 -DIST xdo-0.3.tar.gz 6927 SHA256 4845d2d0ba6c55ca657b7fc02483bde26545502ee81e1495ee313dd5bca20e89 SHA512 b900d487f7daba67466ae2a3c318dd64ab2aa2d5f9954af8c93bc30262b23f86972c93e82df56da0801b60be5314e7870df6d7c4252ec00f4705e629d1197d31 WHIRLPOOL bb80a95872f646e97fb377ef50bf3be3f471936b68bc505432fe9d5e0eede0e0c13a04eb86314faadf63c3334af7a3006a88dae55979aca0473379d439eb0f6e
24 -DIST xdo-0.4.tar.gz 6544 SHA256 0b3ac57c6127799d18d27aa58b21d837b96525c6c6ae2f1433dc6d0a371e74ea SHA512 2299023be0abf5eea7c71c4513b9a7a6175a287ede233110291d2908ab417a389efe31b26c3fb8cc9e0017707b7accfac6785c1e1fe4154dcebceda3a6121cef WHIRLPOOL a5670d514e5f4279e088b2d4e3904d01464ff5864616bdbfc25ff65e1c3a160bc862441e120fbe313ab7ea9e16d7077c4c7edbc3715d6c39dec18c835182b6e6
25 DIST xdo-0.5.tar.gz 6853 SHA256 2686cfbe3727586fae770a033731a92abd35146951961a5e0bf781288296566a SHA512 a33a1480d45b641e471a65b93ac6d5b8c1922559370590a49dd27f5ff139ad59484e4c82266f1a0c2e2c8d6d237a56fc7122424d1270f34f7b9ba616fd04e486 WHIRLPOOL d239fda4bc970c04aa03e0815d598a451b633d023a6277a6c1b330d18246ea36899c1e4c1095de3e8a0fc79a67771a674992331028c154347c7edae5ed1e3024
26
27 diff --git a/x11-misc/xdo/xdo-0.3.ebuild b/x11-misc/xdo/xdo-0.3.ebuild
28 deleted file mode 100644
29 index eb109f1d01c..00000000000
30 --- a/x11-misc/xdo/xdo-0.3.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="Small X utility to perform elementary actions on windows"
40 -HOMEPAGE="https://github.com/baskerville/xdo/"
41 -SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -DEPEND="x11-libs/libxcb
48 - x11-libs/xcb-util-wm"
49 -RDEPEND="${DEPEND}"
50 -
51 -src_prepare() {
52 - sed -e '/CFLAGS += -Os/d' \
53 - -e '/LDFLAGS += -s/d' \
54 - -i Makefile || die
55 -}
56 -
57 -src_compile() {
58 - emake CC="$(tc-getCC)" PREFIX=/usr
59 -}
60 -
61 -src_install() {
62 - emake PREFIX=/usr DESTDIR="${D}" install
63 -}
64
65 diff --git a/x11-misc/xdo/xdo-0.4.ebuild b/x11-misc/xdo/xdo-0.4.ebuild
66 deleted file mode 100644
67 index ecc09f373bf..00000000000
68 --- a/x11-misc/xdo/xdo-0.4.ebuild
69 +++ /dev/null
70 @@ -1,31 +0,0 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -inherit toolchain-funcs
76 -
77 -DESCRIPTION="Small X utility to perform elementary actions on windows"
78 -HOMEPAGE="https://github.com/baskerville/xdo/"
79 -SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="BSD-2"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -
85 -DEPEND="x11-libs/libxcb
86 - x11-libs/xcb-util-wm"
87 -RDEPEND="${DEPEND}"
88 -
89 -src_prepare() {
90 - sed -e '/CFLAGS += -Os/d' \
91 - -e '/LDFLAGS += -s/d' \
92 - -i Makefile || die
93 -}
94 -
95 -src_compile() {
96 - emake CC="$(tc-getCC)" PREFIX=/usr
97 -}
98 -
99 -src_install() {
100 - emake PREFIX=/usr DESTDIR="${D}" install
101 -}