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 0DAE5158003 for ; Thu, 16 Dec 2021 05:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593B32BC020; Thu, 16 Dec 2021 05:59:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3E13C2BC020 for ; Thu, 16 Dec 2021 05:59:05 +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 0C4AF34302B for ; Thu, 16 Dec 2021 05:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A2E29 for ; Thu, 16 Dec 2021 05:59:03 +0000 (UTC) From: "Marco Scardovi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Scardovi" Message-ID: <1639634335.700036ebac3c49039b81d9f61a0aa752cef4a3d0.marco@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/bmap-tools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild sys-boot/bmap-tools/bmap-tools-3.6-r2.ebuild X-VCS-Directories: sys-boot/bmap-tools/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Scardovi X-VCS-Revision: 700036ebac3c49039b81d9f61a0aa752cef4a3d0 X-VCS-Branch: dev Date: Thu, 16 Dec 2021 05:59: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: 515f254d-8d77-4c57-b4c4-a20766e2d93b X-Archives-Hash: ed3380844755a8615e3c53fa098650ec commit: 700036ebac3c49039b81d9f61a0aa752cef4a3d0 Author: Marco Scardovi scardovi com> AuthorDate: Thu Dec 16 05:58:55 2021 +0000 Commit: Marco Scardovi scardovi com> CommitDate: Thu Dec 16 05:58:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=700036eb sys-boot/bmap-tools: drop older ebuilds Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild | 41 ---------------------------- sys-boot/bmap-tools/bmap-tools-3.6-r2.ebuild | 40 --------------------------- 2 files changed, 81 deletions(-) diff --git a/sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild b/sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild deleted file mode 100644 index 4b8d7727e..000000000 --- a/sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Bmaptool is a tool for creating and copyng files using block maps" -HOMEPAGE="https://github.com/intel/bmap-tools" - -SRC_URI="https://github.com/intel/bmap-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RESTRICT="test" # missing python slot fot backports-* packages - -S="${WORKDIR}/${MY_P}" - -RDEPEND="dev-python/six" - -# leave it here until backports-* are ported into python3.9 and 10 - -#DEPEND=" -# ${RDEPEND} -# test? ( -# dev-python/backports-tempfile[${PYTHON_USEDEP}] -# dev-python/mock[${PYTHON_USEDEP}] -# dev-python/nose[${PYTHON_USEDEP}] -# ) -#" - -python_install_all() { - distutils-r1_python_install_all -} - -#distutils_enable_tests nose diff --git a/sys-boot/bmap-tools/bmap-tools-3.6-r2.ebuild b/sys-boot/bmap-tools/bmap-tools-3.6-r2.ebuild deleted file mode 100644 index ea3f2334a..000000000 --- a/sys-boot/bmap-tools/bmap-tools-3.6-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Bmaptool is a tool for creating and copyng files using block maps" -HOMEPAGE="https://github.com/intel/bmap-tools" - -SRC_URI="https://github.com/intel/bmap-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RESTRICT="test" # missing python slot fot backports-* packages - -S="${WORKDIR}/${MY_P}" - -RDEPEND="dev-python/six" - -# leave it here until backports-* are ported into python3.9 and 10 - -#DEPEND=" -# ${RDEPEND} -# test? ( -# dev-python/backports-tempfile[${PYTHON_USEDEP}] -# dev-python/mock[${PYTHON_USEDEP}] -# dev-python/nose[${PYTHON_USEDEP}] -# ) -#" - -python_install_all() { - distutils-r1_python_install_all -} - -#distutils_enable_tests nose