From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAE0F158019 for ; Mon, 4 Oct 2021 12:03:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9DFEE08FB; Mon, 4 Oct 2021 12:03:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26114E08F7 for ; Mon, 4 Oct 2021 12:03:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E756E34300B for ; Mon, 4 Oct 2021 12:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8637AEC for ; Mon, 4 Oct 2021 12:03:13 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1633348986.875e2ca931d4ef9191ca46c7568604f1e2ed1e73.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdotool/Manifest x11-misc/xdotool/xdotool-3.20160805.1.ebuild X-VCS-Directories: x11-misc/xdotool/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 875e2ca931d4ef9191ca46c7568604f1e2ed1e73 X-VCS-Branch: master Date: Mon, 4 Oct 2021 12:03:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0a0ae30-d7a7-4d4f-9ac9-766cb639267b X-Archives-Hash: e2ee8df4d1662c2d053b51025a578f1e commit: 875e2ca931d4ef9191ca46c7568604f1e2ed1e73 Author: Marek Szuba gentoo org> AuthorDate: Mon Oct 4 11:59:40 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Oct 4 12:03:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875e2ca9 x11-misc/xdotool: drop 3.20160805.1 Signed-off-by: Marek Szuba gentoo.org> x11-misc/xdotool/Manifest | 1 - x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 57 ---------------------------- 2 files changed, 58 deletions(-) diff --git a/x11-misc/xdotool/Manifest b/x11-misc/xdotool/Manifest index eac87a44ba3..45d358a5880 100644 --- a/x11-misc/xdotool/Manifest +++ b/x11-misc/xdotool/Manifest @@ -1,2 +1 @@ -DIST xdotool-3.20160805.1.tar.gz 105388 BLAKE2B b836bd9c408bc4f7de562a1dd1fe18142155dc486b01912462b6d1cebc5f3f4094a407556c9f50cafb4ca3a17149e6f69303706730aabdaf94abc6d4b817d351 SHA512 e27b1029ee954ea17643ed489a00a1856e5687b03772c0f10a8e50cde3c3c957b57a3ba9890005474a744a228ef4827a83770d6890479c37a1f98f4fd7b1ff6c DIST xdotool-3.20210903.1.tar.gz 115051 BLAKE2B d1be4fc2f5c86991804b63b85c95748dc04098f85a515b3427d980dac3d355133da0408d3e91a39e5363ae6242b02d268a8b5bc014fdd5faf51e43e24fb54176 SHA512 446ba8d354031df6a21957df92220c7dcaae5bacbb8878568a57f31097db72a88701717ec8bcd35cca3f5356bfaf47eb3ed65d2159f03b0c7a7ae5550a9b1dce diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild deleted file mode 100644 index b4c2443540b..00000000000 --- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs flag-o-matic multilib - -DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows" -HOMEPAGE="https://www.semicomplete.com/projects/xdotool/" -SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="examples" - -RDEPEND=" - x11-libs/libXtst - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libxkbcommon -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto -" - -# The test wants to manualy start Xvfb, wont use VirtualX and it tries -# to run a full gnome-session. For such a tiny application i consider -# it overkill to rewrite the test scripts to not use it's own X server -# and add a full blown gnome just to run the tests. -RESTRICT="test" - -src_prepare() { - default - - sed -i \ - -e "s/installheader post-install$/installheader/" \ - -e 's:\:$(PKG_CONFIG):' \ - Makefile || die -} - -src_compile() { - tc-export CC LD PKG_CONFIG - - emake PREFIX="${EPREFIX}/usr" -} - -src_install() { - emake PREFIX="${ED}usr" INSTALLMAN="${ED}usr/share/man" INSTALLLIB="${ED}usr/$(get_libdir)" install - - dodoc CHANGELIST README - if use examples; then - dodoc -r examples - fi -}