commit:     a649c8e67bbdb0c280fa0dae29ef7a0c3f45f841
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Mar  6 15:16:18 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 09:12:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a649c8e6

x11-misc/xdo: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142

 x11-misc/xdo/Manifest       |  2 --
 x11-misc/xdo/xdo-0.3.ebuild | 31 -------------------------------
 x11-misc/xdo/xdo-0.4.ebuild | 31 -------------------------------
 3 files changed, 64 deletions(-)

diff --git a/x11-misc/xdo/Manifest b/x11-misc/xdo/Manifest
index bb965d8eab5..d343cb8f406 100644
--- a/x11-misc/xdo/Manifest
+++ b/x11-misc/xdo/Manifest
@@ -1,3 +1 @@
-DIST xdo-0.3.tar.gz 6927 SHA256 
4845d2d0ba6c55ca657b7fc02483bde26545502ee81e1495ee313dd5bca20e89 SHA512 
b900d487f7daba67466ae2a3c318dd64ab2aa2d5f9954af8c93bc30262b23f86972c93e82df56da0801b60be5314e7870df6d7c4252ec00f4705e629d1197d31
 WHIRLPOOL 
bb80a95872f646e97fb377ef50bf3be3f471936b68bc505432fe9d5e0eede0e0c13a04eb86314faadf63c3334af7a3006a88dae55979aca0473379d439eb0f6e
-DIST xdo-0.4.tar.gz 6544 SHA256 
0b3ac57c6127799d18d27aa58b21d837b96525c6c6ae2f1433dc6d0a371e74ea SHA512 
2299023be0abf5eea7c71c4513b9a7a6175a287ede233110291d2908ab417a389efe31b26c3fb8cc9e0017707b7accfac6785c1e1fe4154dcebceda3a6121cef
 WHIRLPOOL 
a5670d514e5f4279e088b2d4e3904d01464ff5864616bdbfc25ff65e1c3a160bc862441e120fbe313ab7ea9e16d7077c4c7edbc3715d6c39dec18c835182b6e6
 DIST xdo-0.5.tar.gz 6853 SHA256 
2686cfbe3727586fae770a033731a92abd35146951961a5e0bf781288296566a SHA512 
a33a1480d45b641e471a65b93ac6d5b8c1922559370590a49dd27f5ff139ad59484e4c82266f1a0c2e2c8d6d237a56fc7122424d1270f34f7b9ba616fd04e486
 WHIRLPOOL 
d239fda4bc970c04aa03e0815d598a451b633d023a6277a6c1b330d18246ea36899c1e4c1095de3e8a0fc79a67771a674992331028c154347c7edae5ed1e3024

diff --git a/x11-misc/xdo/xdo-0.3.ebuild b/x11-misc/xdo/xdo-0.3.ebuild
deleted file mode 100644
index eb109f1d01c..00000000000
--- a/x11-misc/xdo/xdo-0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 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_prepare() {
-       sed -e '/CFLAGS += -Os/d' \
-               -e '/LDFLAGS += -s/d' \
-               -i Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" PREFIX=/usr
-}
-
-src_install() {
-       emake PREFIX=/usr DESTDIR="${D}" install
-}

diff --git a/x11-misc/xdo/xdo-0.4.ebuild b/x11-misc/xdo/xdo-0.4.ebuild
deleted file mode 100644
index ecc09f373bf..00000000000
--- a/x11-misc/xdo/xdo-0.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 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_prepare() {
-       sed -e '/CFLAGS += -Os/d' \
-               -e '/LDFLAGS += -s/d' \
-               -i Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" PREFIX=/usr
-}
-
-src_install() {
-       emake PREFIX=/usr DESTDIR="${D}" install
-}

Reply via email to