public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marco Scardovi" <marco@scardovi.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/bmap-tools/
Date: Thu, 16 Dec 2021 05:55:12 +0000 (UTC)	[thread overview]
Message-ID: <1639634103.1f6ddb2dba91573f9feaba06ed074028875862df.marco@gentoo> (raw)

commit:     1f6ddb2dba91573f9feaba06ed074028875862df
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Thu Dec 16 05:55:03 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Thu Dec 16 05:55:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f6ddb2d

sys-boot/bmap-tools: fix the correct name of bmap-tools

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 sys-boot/bmap-tools/Manifest                 |  1 +
 sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild | 41 ++++++++++++++++++++++++++++
 sys-boot/bmap-tools/bmap-tools-3.6-r2.ebuild | 40 +++++++++++++++++++++++++++
 sys-boot/bmap-tools/bmap-tools-3.6-r3.ebuild | 40 +++++++++++++++++++++++++++
 sys-boot/bmap-tools/metadata.xml             |  8 ++++++
 5 files changed, 130 insertions(+)

diff --git a/sys-boot/bmap-tools/Manifest b/sys-boot/bmap-tools/Manifest
new file mode 100644
index 000000000..e9012b8a5
--- /dev/null
+++ b/sys-boot/bmap-tools/Manifest
@@ -0,0 +1 @@
+DIST bmap-tools-3.6.tar.gz 97815 BLAKE2B 3c6728386d66283a4df0376c90d2eafc670bba835ca97ebe25ab12f5eb1f745dea9a55d8c287c815306b9d603b6d804f9711a19b2df23870355983ebce4c0a07 SHA512 a55fe88d8f136b39f2bb92690322ae65d66ae1ae0454050d74bd37a39d69dca6428ba05ff42d2faf8e83f8f8342d882caaf8bb45aa00c74bbd5e4b12289a406a

diff --git a/sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild b/sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild
new file mode 100644
index 000000000..4b8d7727e
--- /dev/null
+++ b/sys-boot/bmap-tools/bmap-tools-3.6-r1.ebuild
@@ -0,0 +1,41 @@
+# 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
new file mode 100644
index 000000000..ea3f2334a
--- /dev/null
+++ b/sys-boot/bmap-tools/bmap-tools-3.6-r2.ebuild
@@ -0,0 +1,40 @@
+# 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

diff --git a/sys-boot/bmap-tools/bmap-tools-3.6-r3.ebuild b/sys-boot/bmap-tools/bmap-tools-3.6-r3.ebuild
new file mode 100644
index 000000000..de9030455
--- /dev/null
+++ b/sys-boot/bmap-tools/bmap-tools-3.6-r3.ebuild
@@ -0,0 +1,40 @@
+# 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
+
+MY_P="bmap-tools-${PV}"
+
+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
+
+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/metadata.xml b/sys-boot/bmap-tools/metadata.xml
new file mode 100644
index 000000000..90c5ed108
--- /dev/null
+++ b/sys-boot/bmap-tools/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-12-16  5:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16  5:55 Marco Scardovi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-16  5:59 [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/bmap-tools/ Marco Scardovi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1639634103.1f6ddb2dba91573f9feaba06ed074028875862df.marco@gentoo \
    --to=marco@scardovi.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox