public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdo/
Date: Tue,  7 Mar 2017 09:14:31 +0000 (UTC)	[thread overview]
Message-ID: <1488877942.a649c8e67bbdb0c280fa0dae29ef7a0c3f45f841.soap@gentoo> (raw)

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	other threads:[~2017-03-07  9:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07  9:14 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-17 22:10 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdo/ Tim Harder
2019-11-17 22:10 Tim Harder
2019-11-17 22:10 Tim Harder
2017-09-20  6:16 Tim Harder
2017-08-22 15:17 Tim Harder
2016-01-16  5:43 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488877942.a649c8e67bbdb0c280fa0dae29ef7a0c3f45f841.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox