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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42CDD15808B for ; Mon, 7 Mar 2022 01:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3145CE0A43; Mon, 7 Mar 2022 01:18:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 12DA3E0A43 for ; Mon, 7 Mar 2022 01:18:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1B1FC3432EF for ; Mon, 7 Mar 2022 01:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C40271F1 for ; Mon, 7 Mar 2022 01:18:03 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1646615847.817e80afeaf2b8831e3fd4dfd7c942e14f1efb55.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild X-VCS-Directories: dev-python/rtimulib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 817e80afeaf2b8831e3fd4dfd7c942e14f1efb55 X-VCS-Branch: master Date: Mon, 7 Mar 2022 01:18:03 +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: 0806eb59-1517-4dd1-8180-b975c19b56a6 X-Archives-Hash: 2720cddc3c99785768733a8f7ebce38a commit: 817e80afeaf2b8831e3fd4dfd7c942e14f1efb55 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Mar 7 01:17:27 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Mar 7 01:17:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817e80af dev-python/rtimulib: drop 7.2.1-r1 Signed-off-by: Conrad Kostecki gentoo.org> dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild deleted file mode 100644 index b9dd65154fe6..000000000000 --- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS="no" -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -MY_PN="RTIMULib" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library" -HOMEPAGE="https://github.com/RPi-Distro/RTIMULib" -SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}/Linux/python" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86"