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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9377E158089 for ; Thu, 26 Oct 2023 13:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D47F72BC09E; Thu, 26 Oct 2023 13:13:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDDFB2BC09E for ; Thu, 26 Oct 2023 13:13:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A789335C5D for ; Thu, 26 Oct 2023 13:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9237B12CF for ; Thu, 26 Oct 2023 13:13:01 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1698325894.4c8a4989a858d6a47bbfa0fcfdbc6f42afa8c395.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/razer-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/razer-cli/Manifest sys-apps/razer-cli/razer-cli-2.1.0.ebuild X-VCS-Directories: sys-apps/razer-cli/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4c8a4989a858d6a47bbfa0fcfdbc6f42afa8c395 X-VCS-Branch: master Date: Thu, 26 Oct 2023 13:13:01 +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: 6e16b7c4-b83d-4afa-9248-380e4af69994 X-Archives-Hash: c85e5e326bef105a84eae2062d80dd9b commit: 4c8a4989a858d6a47bbfa0fcfdbc6f42afa8c395 Author: Maciej Barć gentoo org> AuthorDate: Wed Oct 25 14:19:51 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Oct 26 13:11:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8a4989 sys-apps/razer-cli: drop old 2.1.0 Signed-off-by: Maciej Barć gentoo.org> sys-apps/razer-cli/Manifest | 1 - sys-apps/razer-cli/razer-cli-2.1.0.ebuild | 37 ------------------------------- 2 files changed, 38 deletions(-) diff --git a/sys-apps/razer-cli/Manifest b/sys-apps/razer-cli/Manifest index 36063b53c266..b9b06de94044 100644 --- a/sys-apps/razer-cli/Manifest +++ b/sys-apps/razer-cli/Manifest @@ -1,2 +1 @@ -DIST razer-cli-2.1.0.gh.tar.gz 6985414 BLAKE2B 817a53061d1174fb0b0ae50e645c6b9796599760459523455dd4ee20e07f00389c2eaad41c81f08d1dba5eec6a9712dbf2c5c449d3671726c2b2cf0ddb3c0b8e SHA512 d29cb334673f9ae20b9a322f5af86ce9355392a63d9444d7ac46b0f3fd80af63b5e4bf12644897f3eefa76a5f1fa81dcdaf091dc978f00552b01d14813ff19fd DIST razer-cli-2.2.0.gh.tar.gz 6985679 BLAKE2B 2ed6a343759a2fb1a74accc509fd862330226bb407cc1f6c276ab06d1c6719ee5c358041dfd35ad596885499c5affbef79fdc14aed331b466f2d383e5d552b26 SHA512 a82b2bc29bee30a0994c3f061809e63ffb2b8cca651ad09641fcf9bdc3dd370614ca6d6d8305345573810e20dc2cde96a48979bcfad1473a83c509cd322ab471 diff --git a/sys-apps/razer-cli/razer-cli-2.1.0.ebuild b/sys-apps/razer-cli/razer-cli-2.1.0.ebuild deleted file mode 100644 index 8c9929f1801b..000000000000 --- a/sys-apps/razer-cli/razer-cli-2.1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Command line interface for controlling Razer devices on Linux" -HOMEPAGE="https://github.com/LoLei/razer-cli/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/LoLei/${PN}.git" -else - SRC_URI="https://github.com/LoLei/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}] - x11-apps/xrdb -" -BDEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-setup.patch ) - -distutils_enable_tests unittest - -src_test() { - virtx distutils-r1_src_test -}