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 29F681580B9 for ; Tue, 24 Aug 2021 17:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206BEE0878; Tue, 24 Aug 2021 17:52:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01C01E0878 for ; Tue, 24 Aug 2021 17:52:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2BE43407E0 for ; Tue, 24 Aug 2021 17:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F1A28CB for ; Tue, 24 Aug 2021 17:52:40 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1629827499.82fd3012f2cb346a9ced2361f5f58cb5404c227e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/joystick/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/joystick/Manifest games-util/joystick/joystick-1.7.0.ebuild X-VCS-Directories: games-util/joystick/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 82fd3012f2cb346a9ced2361f5f58cb5404c227e X-VCS-Branch: master Date: Tue, 24 Aug 2021 17:52:40 +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: 5d6c88f0-428e-4576-b96d-9dd5b63ea4fd X-Archives-Hash: 4e420dcb58e2b13ab5bd147f3a8a4b7c commit: 82fd3012f2cb346a9ced2361f5f58cb5404c227e Author: Ionen Wolkens gentoo org> AuthorDate: Tue Aug 24 16:51:52 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Aug 24 17:51:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fd3012 games-util/joystick: drop 1.7.0 Signed-off-by: Ionen Wolkens gentoo.org> games-util/joystick/Manifest | 1 - games-util/joystick/joystick-1.7.0.ebuild | 42 ------------------------------- 2 files changed, 43 deletions(-) diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest index 2aebd8842c0..8eff0bee147 100644 --- a/games-util/joystick/Manifest +++ b/games-util/joystick/Manifest @@ -1,2 +1 @@ -DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851 SHA512 260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56 DIST linuxconsoletools-1.7.1.tar.bz2 53153 BLAKE2B e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5 SHA512 2ba97e6c5b57aa5d6b08369bae050256f4d039f5b8479ad03cef4a7c43bf772db312de54d9e70a8a92c9ed7933b524715f1ce5448ccf508e6ffe8646a9dbd349 diff --git a/games-util/joystick/joystick-1.7.0.ebuild b/games-util/joystick/joystick-1.7.0.ebuild deleted file mode 100644 index 31d58e9a6d0..00000000000 --- a/games-util/joystick/joystick-1.7.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -MY_P="linuxconsoletools-${PV}" -DESCRIPTION="joystick testing utilities" -HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ http://atrey.karlin.mff.cuni.cz/~vojtech/input/" -SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="sdl udev" - -DEPEND="sdl? ( media-libs/libsdl2:0[video] ) - !