public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fchroot/
@ 2021-06-14 11:32 Marco Scardovi
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Scardovi @ 2021-06-14 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b038df6ccc56044cab49058af35629d95fec0b9c
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon Jun 14 11:31:53 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Mon Jun 14 11:31:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b038df6c

dev-python/fchroot: add a new package

fchroot (Franken-chroot) is a command that able to chroot
into arm/64 images/tarballs from and amd64/x86 host.

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

 dev-python/fchroot/Manifest             |  1 +
 dev-python/fchroot/fchroot-0.1.2.ebuild | 25 +++++++++++++++++++++++++
 dev-python/fchroot/metadata.xml         | 11 +++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/fchroot/Manifest b/dev-python/fchroot/Manifest
new file mode 100644
index 000000000..8b4e0d3ad
--- /dev/null
+++ b/dev-python/fchroot/Manifest
@@ -0,0 +1 @@
+DIST fchroot-0.1.2.tar.gz 8351 BLAKE2B 342d9fcd3df13ce0e6ef2d9ccefb66f98cd4c6cd24855bcbce2299f5a6896408a310020c85b09079778bb904476b8bb8728099a135ba4a499528acbfd578cc55 SHA512 b1cead02a25d980d42ca22bcde6c421d7ff3e6d6357f979d59286c870f3d726950a115b7e63c4e990ddcf078c58a9393271b9a756104fe539102070e4af7c77e

diff --git a/dev-python/fchroot/fchroot-0.1.2.ebuild b/dev-python/fchroot/fchroot-0.1.2.ebuild
new file mode 100644
index 000000000..3f4250f76
--- /dev/null
+++ b/dev-python/fchroot/fchroot-0.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Franken-chroot tool. Chroot arm/64 arches into amd64/x86"
+HOMEPAGE="https://pypi.org/project/fchroot/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+static-libs"
+
+RDEPEND="
+	app-emulation/qemu[static-user]
+	dev-libs/glib[static-libs]
+	sys-apps/attr[static-libs]
+	sys-libs/zlib[static-libs]
+	dev-libs/libpcre[static-libs]
+"

diff --git a/dev-python/fchroot/metadata.xml b/dev-python/fchroot/metadata.xml
new file mode 100644
index 000000000..6756bd5d7
--- /dev/null
+++ b/dev-python/fchroot/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">fchroot</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fchroot/
@ 2021-06-14 13:28 Marco Scardovi
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Scardovi @ 2021-06-14 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ce2ebf8085fd234de0ae341b3b5daa12de20a930
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon Jun 14 13:28:33 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Mon Jun 14 13:28:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce2ebf80

dev-python/fchroot: update package.use

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

 dev-python/fchroot/fchroot-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fchroot/fchroot-0.1.2.ebuild b/dev-python/fchroot/fchroot-0.1.2.ebuild
index 3f4250f76..8b08623ea 100644
--- a/dev-python/fchroot/fchroot-0.1.2.ebuild
+++ b/dev-python/fchroot/fchroot-0.1.2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+static-libs"
 
 RDEPEND="
-	app-emulation/qemu[static-user]
+	app-emulation/qemu[qemu_softmmu_targets_x86_64,qemu_softmmu_targets_aarch64,qemu_softmmu_targets_arm,static-user]
 	dev-libs/glib[static-libs]
 	sys-apps/attr[static-libs]
 	sys-libs/zlib[static-libs]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fchroot/
@ 2022-07-12 23:14 Alfred Persson Forsberg
  0 siblings, 0 replies; 4+ messages in thread
From: Alfred Persson Forsberg @ 2022-07-12 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8bdb425ac891be9bbe635db0f561d94bff926232
Author:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Tue Jul 12 22:33:57 2022 +0000
Commit:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
CommitDate: Tue Jul 12 22:34:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bdb425a

dev-python/fchroot: Fix QEMU dependency

Frankenchroot does not use softmmu (full system emulation), it uses qemu-user + chroot.

Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>

 dev-python/fchroot/fchroot-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fchroot/fchroot-0.1.2.ebuild b/dev-python/fchroot/fchroot-0.1.2.ebuild
index 8b08623ea..531c75442 100644
--- a/dev-python/fchroot/fchroot-0.1.2.ebuild
+++ b/dev-python/fchroot/fchroot-0.1.2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+static-libs"
 
 RDEPEND="
-	app-emulation/qemu[qemu_softmmu_targets_x86_64,qemu_softmmu_targets_aarch64,qemu_softmmu_targets_arm,static-user]
+	app-emulation/qemu[qemu_user_targets_aarch64,qemu_user_targets_arm,static-user]
 	dev-libs/glib[static-libs]
 	sys-apps/attr[static-libs]
 	sys-libs/zlib[static-libs]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fchroot/
@ 2022-07-13  0:11 Alfred Persson Forsberg
  0 siblings, 0 replies; 4+ messages in thread
From: Alfred Persson Forsberg @ 2022-07-13  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6cbf406e6d814fa9b7042acd5df83435be44a4a8
Author:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Wed Jul 13 00:11:21 2022 +0000
Commit:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
CommitDate: Wed Jul 13 00:11:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cbf406e

dev-python/fchroot: remove duplicate package

sys-apps/fchroot is the same thing but better maintained.

Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>

 dev-python/fchroot/Manifest             |  1 -
 dev-python/fchroot/fchroot-0.1.2.ebuild | 25 -------------------------
 dev-python/fchroot/metadata.xml         |  8 --------
 3 files changed, 34 deletions(-)

diff --git a/dev-python/fchroot/Manifest b/dev-python/fchroot/Manifest
deleted file mode 100644
index 8b4e0d3ad..000000000
--- a/dev-python/fchroot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fchroot-0.1.2.tar.gz 8351 BLAKE2B 342d9fcd3df13ce0e6ef2d9ccefb66f98cd4c6cd24855bcbce2299f5a6896408a310020c85b09079778bb904476b8bb8728099a135ba4a499528acbfd578cc55 SHA512 b1cead02a25d980d42ca22bcde6c421d7ff3e6d6357f979d59286c870f3d726950a115b7e63c4e990ddcf078c58a9393271b9a756104fe539102070e4af7c77e

diff --git a/dev-python/fchroot/fchroot-0.1.2.ebuild b/dev-python/fchroot/fchroot-0.1.2.ebuild
deleted file mode 100644
index 531c75442..000000000
--- a/dev-python/fchroot/fchroot-0.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Franken-chroot tool. Chroot arm/64 arches into amd64/x86"
-HOMEPAGE="https://pypi.org/project/fchroot/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+static-libs"
-
-RDEPEND="
-	app-emulation/qemu[qemu_user_targets_aarch64,qemu_user_targets_arm,static-user]
-	dev-libs/glib[static-libs]
-	sys-apps/attr[static-libs]
-	sys-libs/zlib[static-libs]
-	dev-libs/libpcre[static-libs]
-"

diff --git a/dev-python/fchroot/metadata.xml b/dev-python/fchroot/metadata.xml
deleted file mode 100644
index 5dd777152..000000000
--- a/dev-python/fchroot/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="pypi">fchroot</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-13  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13  0:11 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fchroot/ Alfred Persson Forsberg
  -- strict thread matches above, loose matches on Subject: below --
2022-07-12 23:14 Alfred Persson Forsberg
2021-06-14 13:28 Marco Scardovi
2021-06-14 11:32 Marco Scardovi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox