From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B00B58973 for ; Sat, 16 Jan 2016 05:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23796E0877; Sat, 16 Jan 2016 05:43:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C726E0877 for ; Sat, 16 Jan 2016 05:43:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 657D8340ADB for ; Sat, 16 Jan 2016 05:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF158A91 for ; Sat, 16 Jan 2016 05:43:02 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1452922959.090c0263eb1bbecc67b2a0126a1b844add49b02b.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdo/Manifest x11-misc/xdo/xdo-0.5.ebuild X-VCS-Directories: x11-misc/xdo/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 090c0263eb1bbecc67b2a0126a1b844add49b02b X-VCS-Branch: master Date: Sat, 16 Jan 2016 05:43:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0dec6050-b498-4fe8-8848-f977d4ea515c X-Archives-Hash: 2edbaed72a03ac848d54e7ed79998ecf commit: 090c0263eb1bbecc67b2a0126a1b844add49b02b Author: Tim Harder gentoo org> AuthorDate: Sat Jan 16 05:32:01 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Jan 16 05:42:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090c0263 x11-misc/xdo: version bump to 0.5 x11-misc/xdo/Manifest | 1 + x11-misc/xdo/xdo-0.5.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/x11-misc/xdo/Manifest b/x11-misc/xdo/Manifest index 3cc25e9..bb965d8 100644 --- a/x11-misc/xdo/Manifest +++ b/x11-misc/xdo/Manifest @@ -1,2 +1,3 @@ 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.5.ebuild b/x11-misc/xdo/xdo-0.5.ebuild new file mode 100644 index 0000000..880c0bf --- /dev/null +++ b/x11-misc/xdo/xdo-0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +}