public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2022-12-19 22:28 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2022-12-19 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1cc17b3fc9a8ba0242c4a026eec9e71ed54f11aa
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 21:15:57 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 22:28:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc17b3f

app-containers/distrobox: bump to 1.4.2.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 +
 app-containers/distrobox/distrobox-1.4.2.1.ebuild | 32 +++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index becca553ed65..6569a5f4bcf0 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1 +1,2 @@
 DIST distrobox-1.4.1.tar.gz 231405 BLAKE2B 920fc2ccf20ad2b6af2a3ea3dfe5c209cd779d6490e6fb95110af5e74ce56354aa264f413c070a6814253a5c51e82be110b8fc86e536a4ae0881fa22afc16630 SHA512 6cee6b734bf22e678529b93f15cdf98f09506642ef5e204ae73590c29a85e205a16715588c9e49b1c39b71023ea906565078e9c2c1f6368df885d20bf37136e2
+DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283

diff --git a/app-containers/distrobox/distrobox-1.4.2.1.ebuild b/app-containers/distrobox/distrobox-1.4.2.1.ebuild
new file mode 100644
index 000000000000..f3fc5a365796
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.4.2.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-01-21 16:53 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-01-21 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e2d422aa3e19b7cbbee4ccc9def1559e405d0ab3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 16:53:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 16:53:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d422aa

app-containers/distrobox: Stabilize 1.4.1 amd64, #891565

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-containers/distrobox/distrobox-1.4.1.ebuild b/app-containers/distrobox/distrobox-1.4.1.ebuild
index f3fc5a365796..4ca9b1b24a8c 100644
--- a/app-containers/distrobox/distrobox-1.4.1.ebuild
+++ b/app-containers/distrobox/distrobox-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-01-24 23:55 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-01-24 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f4d4265bcd7d55bf2548c9426bdbafd2e623f97d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:54:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:54:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d4265b

app-containers/distrobox: Stabilize 1.4.2.1 amd64, #891935

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.4.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-containers/distrobox/distrobox-1.4.2.1.ebuild b/app-containers/distrobox/distrobox-1.4.2.1.ebuild
index f3fc5a365796..4ca9b1b24a8c 100644
--- a/app-containers/distrobox/distrobox-1.4.2.1.ebuild
+++ b/app-containers/distrobox/distrobox-1.4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-06-17 17:52 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-06-17 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ca3a7c17670d68b28e42d423ec1e114579d55601
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 12:26:03 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 17:43:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3a7c17

app-containers/distrobox: drop old 1.4.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 -
 app-containers/distrobox/distrobox-1.4.1.ebuild | 32 -------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 6569a5f4bcf0..7ce02b680c5d 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1 @@
-DIST distrobox-1.4.1.tar.gz 231405 BLAKE2B 920fc2ccf20ad2b6af2a3ea3dfe5c209cd779d6490e6fb95110af5e74ce56354aa264f413c070a6814253a5c51e82be110b8fc86e536a4ae0881fa22afc16630 SHA512 6cee6b734bf22e678529b93f15cdf98f09506642ef5e204ae73590c29a85e205a16715588c9e49b1c39b71023ea906565078e9c2c1f6368df885d20bf37136e2
 DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283

diff --git a/app-containers/distrobox/distrobox-1.4.1.ebuild b/app-containers/distrobox/distrobox-1.4.1.ebuild
deleted file mode 100644
index 4ca9b1b24a8c..000000000000
--- a/app-containers/distrobox/distrobox-1.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-06-17 17:52 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-06-17 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     70870a3900e44f4e76afbaa081c69f7078ce7686
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 12:26:24 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 17:43:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70870a39

app-containers/distrobox: bump to 1.5.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 +
 app-containers/distrobox/distrobox-1.5.0.ebuild | 32 +++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 7ce02b680c5d..cee14d4848b6 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1 +1,2 @@
 DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283
+DIST distrobox-1.5.0.tar.gz 5906290 BLAKE2B a1a3279e0644e140d38518e4f038bdd4fdb9170675443b3c8cb0c1b4144938a03449eab8b6259b20417069d58ba6e9e1bbb7124d50dd91e706e6f5397287d7c1 SHA512 3bd48b2715a6b9c2bd7457e84fca45e8893f90e6ea6d18d33c9581625e37f2169c03bc1029c339dd41cec6de8037063c040d3e2c22afb4995863171c8ff452c4

diff --git a/app-containers/distrobox/distrobox-1.5.0.ebuild b/app-containers/distrobox/distrobox-1.5.0.ebuild
new file mode 100644
index 000000000000..b9fc4f8ee11b
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.5.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-06-21 13:26 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-06-21 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     38b770bfeb0074cb6572a0f8f7286baa9e33f811
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 13:25:32 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 13:26:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b770bf

app-containers/distrobox: drop old 1.5.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 -
 app-containers/distrobox/distrobox-1.5.0.ebuild | 32 -------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index c73a2ccf6260..cdc9680278e2 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,3 +1,2 @@
 DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283
 DIST distrobox-1.5.0.1.tar.gz 5899694 BLAKE2B d47457908da7193bdc40608c51de2151dc5c5b8b8302fbe960dbcee646db51d0e9d581bf90be094264042e170267b6c9fc2a0a7d9808f84517f7adac3499ca4f SHA512 3f65662e5d1236d8ee5d51a3c65bfaf1e0047ba348f75e451f5f5f723a4b9c2029d9d90395af49d94daa908844282481ca98906e2456468ea1941ce3b21c30a2
-DIST distrobox-1.5.0.tar.gz 5906290 BLAKE2B a1a3279e0644e140d38518e4f038bdd4fdb9170675443b3c8cb0c1b4144938a03449eab8b6259b20417069d58ba6e9e1bbb7124d50dd91e706e6f5397287d7c1 SHA512 3bd48b2715a6b9c2bd7457e84fca45e8893f90e6ea6d18d33c9581625e37f2169c03bc1029c339dd41cec6de8037063c040d3e2c22afb4995863171c8ff452c4

diff --git a/app-containers/distrobox/distrobox-1.5.0.ebuild b/app-containers/distrobox/distrobox-1.5.0.ebuild
deleted file mode 100644
index b9fc4f8ee11b..000000000000
--- a/app-containers/distrobox/distrobox-1.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-06-21 13:26 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-06-21 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a4ea4c07e4c88848be304c81d0689ae5ffa82d1b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 13:24:38 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 13:26:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ea4c07

app-containers/distrobox: bump to 1.5.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 +
 app-containers/distrobox/distrobox-1.5.0.1.ebuild | 32 +++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index cee14d4848b6..c73a2ccf6260 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1,3 @@
 DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283
+DIST distrobox-1.5.0.1.tar.gz 5899694 BLAKE2B d47457908da7193bdc40608c51de2151dc5c5b8b8302fbe960dbcee646db51d0e9d581bf90be094264042e170267b6c9fc2a0a7d9808f84517f7adac3499ca4f SHA512 3f65662e5d1236d8ee5d51a3c65bfaf1e0047ba348f75e451f5f5f723a4b9c2029d9d90395af49d94daa908844282481ca98906e2456468ea1941ce3b21c30a2
 DIST distrobox-1.5.0.tar.gz 5906290 BLAKE2B a1a3279e0644e140d38518e4f038bdd4fdb9170675443b3c8cb0c1b4144938a03449eab8b6259b20417069d58ba6e9e1bbb7124d50dd91e706e6f5397287d7c1 SHA512 3bd48b2715a6b9c2bd7457e84fca45e8893f90e6ea6d18d33c9581625e37f2169c03bc1029c339dd41cec6de8037063c040d3e2c22afb4995863171c8ff452c4

diff --git a/app-containers/distrobox/distrobox-1.5.0.1.ebuild b/app-containers/distrobox/distrobox-1.5.0.1.ebuild
new file mode 100644
index 000000000000..b9fc4f8ee11b
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.5.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-06-23 18:24 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-06-23 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     12d77bffb3b4537aaea6865470fb24082c86e99b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 18:24:11 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 18:24:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d77bff

app-containers/distrobox: bump to 1.5.0.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 +
 app-containers/distrobox/distrobox-1.5.0.2.ebuild | 32 +++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index cdc9680278e2..6f214baa9c73 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1,3 @@
 DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283
 DIST distrobox-1.5.0.1.tar.gz 5899694 BLAKE2B d47457908da7193bdc40608c51de2151dc5c5b8b8302fbe960dbcee646db51d0e9d581bf90be094264042e170267b6c9fc2a0a7d9808f84517f7adac3499ca4f SHA512 3f65662e5d1236d8ee5d51a3c65bfaf1e0047ba348f75e451f5f5f723a4b9c2029d9d90395af49d94daa908844282481ca98906e2456468ea1941ce3b21c30a2
+DIST distrobox-1.5.0.2.tar.gz 5899915 BLAKE2B 2ab49e09b49dc674e0fdfd2783e4a63f12a9ec954674950c5c6f497500e1b1a6697b7350b7dfd9a246f4d3efe228c7610adde79832b0da13967b88c561186194 SHA512 41f889e8e0c0ce7019d4b1a8c638b8de8260df5c541c4068430580820094ae04b6bd8dd5a6e1a82541daf8c4f5cfed0165dc1a85e01906093d3c1a4d715e23b1

diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
new file mode 100644
index 000000000000..b9fc4f8ee11b
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-06-23 18:24 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-06-23 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     fc3cd5cff1c66fe7e4c1e199b9f1d6016737622c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 18:24:22 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 18:24:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3cd5cf

app-containers/distrobox: drop old 1.5.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 -
 app-containers/distrobox/distrobox-1.5.0.1.ebuild | 32 -----------------------
 2 files changed, 33 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 6f214baa9c73..e978e73bbad3 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,3 +1,2 @@
 DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283
-DIST distrobox-1.5.0.1.tar.gz 5899694 BLAKE2B d47457908da7193bdc40608c51de2151dc5c5b8b8302fbe960dbcee646db51d0e9d581bf90be094264042e170267b6c9fc2a0a7d9808f84517f7adac3499ca4f SHA512 3f65662e5d1236d8ee5d51a3c65bfaf1e0047ba348f75e451f5f5f723a4b9c2029d9d90395af49d94daa908844282481ca98906e2456468ea1941ce3b21c30a2
 DIST distrobox-1.5.0.2.tar.gz 5899915 BLAKE2B 2ab49e09b49dc674e0fdfd2783e4a63f12a9ec954674950c5c6f497500e1b1a6697b7350b7dfd9a246f4d3efe228c7610adde79832b0da13967b88c561186194 SHA512 41f889e8e0c0ce7019d4b1a8c638b8de8260df5c541c4068430580820094ae04b6bd8dd5a6e1a82541daf8c4f5cfed0165dc1a85e01906093d3c1a4d715e23b1

diff --git a/app-containers/distrobox/distrobox-1.5.0.1.ebuild b/app-containers/distrobox/distrobox-1.5.0.1.ebuild
deleted file mode 100644
index b9fc4f8ee11b..000000000000
--- a/app-containers/distrobox/distrobox-1.5.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-07-25 13:45 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-07-25 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c923d0a28234cf595c6faec6b3e0893f3eeb5bdd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 13:44:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 13:44:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c923d0a2

app-containers/distrobox: Stabilize 1.5.0.2 amd64, #911187

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
index b9fc4f8ee11b..4ca9b1b24a8c 100644
--- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild
+++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-07-25 13:52 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-07-25 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed5ecb367a6322b76de35de07e415f1f5886d46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 13:52:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 13:52:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed5ecb3

app-containers/distrobox: Keyword 1.5.0.2 arm64, #911189

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
index 4ca9b1b24a8c..12504add2042 100644
--- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild
+++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-07-25 13:52 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-07-25 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a315368f01baad2447255759f440a0575a74dd8d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 13:52:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 13:52:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a315368f

app-containers/distrobox: Keyword 1.5.0.2 arm, #911189

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
index 12504add2042..222e12a7952b 100644
--- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild
+++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-07-26  8:45 Jakov Smolić
  0 siblings, 0 replies; 35+ messages in thread
From: Jakov Smolić @ 2023-07-26  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5edc14f5a9fa03d8112660452db7da82f4c84b69
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 08:45:11 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 08:45:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edc14f5

app-containers/distrobox: Keyword 1.5.0.2 riscv, #911189

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
index 222e12a7952b..123c5f82a360 100644
--- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild
+++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-09-02 14:30 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-09-02 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8c09addac3975200c92a5917abe34dc85d4462a6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 14:22:14 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:29:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c09adda

app-containers/distrobox: drop old 1.4.2.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 -
 app-containers/distrobox/distrobox-1.4.2.1.ebuild | 32 -----------------------
 2 files changed, 33 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index e978e73bbad3..1b52bbffb418 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1 @@
-DIST distrobox-1.4.2.1.tar.gz 235019 BLAKE2B dd512b183763a2e4c7e2b495bb50cc3fc3d764c48ce902b83e0b543587b60b458c6b9ae937057bfc91860dc415f9ad68fb648cf06faeeb56d0a4c27180e4c2e0 SHA512 d3bc1de91bf33b7ac500c0ae471feb28c9b1efdef6878bf1aed50ef394f69d2d36f99296f0a8182b139d9339558720b891f7dc1249a7f91c883c00bac5597283
 DIST distrobox-1.5.0.2.tar.gz 5899915 BLAKE2B 2ab49e09b49dc674e0fdfd2783e4a63f12a9ec954674950c5c6f497500e1b1a6697b7350b7dfd9a246f4d3efe228c7610adde79832b0da13967b88c561186194 SHA512 41f889e8e0c0ce7019d4b1a8c638b8de8260df5c541c4068430580820094ae04b6bd8dd5a6e1a82541daf8c4f5cfed0165dc1a85e01906093d3c1a4d715e23b1

diff --git a/app-containers/distrobox/distrobox-1.4.2.1.ebuild b/app-containers/distrobox/distrobox-1.4.2.1.ebuild
deleted file mode 100644
index 4ca9b1b24a8c..000000000000
--- a/app-containers/distrobox/distrobox-1.4.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-11-20 19:17 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-11-20 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     81b4cf2ce8ecf920e3f1ac699e961709751ac250
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 16:55:10 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 19:17:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b4cf2c

app-containers/distrobox: sync live 9999

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/distrobox-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-containers/distrobox/distrobox-9999.ebuild b/app-containers/distrobox/distrobox-9999.ebuild
index f3fc5a365796..123c5f82a360 100644
--- a/app-containers/distrobox/distrobox-9999.ebuild
+++ b/app-containers/distrobox/distrobox-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-11-20 19:17 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-11-20 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d5fa0aa0db20d604e08617aaff8b01a725a54eac
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 16:55:29 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 19:17:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fa0aa0

app-containers/distrobox: bump to 1.6.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 +
 app-containers/distrobox/distrobox-1.6.0.ebuild | 32 +++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 1b52bbffb418..a6c196e16d80 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1 +1,2 @@
 DIST distrobox-1.5.0.2.tar.gz 5899915 BLAKE2B 2ab49e09b49dc674e0fdfd2783e4a63f12a9ec954674950c5c6f497500e1b1a6697b7350b7dfd9a246f4d3efe228c7610adde79832b0da13967b88c561186194 SHA512 41f889e8e0c0ce7019d4b1a8c638b8de8260df5c541c4068430580820094ae04b6bd8dd5a6e1a82541daf8c4f5cfed0165dc1a85e01906093d3c1a4d715e23b1
+DIST distrobox-1.6.0.tar.gz 6751299 BLAKE2B bd0edc1fa913450f033de6a78acc7631a714b6f12032f78bd4821ed9366836e94a47220da90167fb5ee0f791341d15f2027259dfc0b581b0c2d1787112b5b65f SHA512 8403349771a4f8705f88e759ff4cbffffaac1197a028a938f072b2e71b115c0cdef958b98ba9bea075feebb34330831b8eaef1aa7df6f942276a2290e4c1b6df

diff --git a/app-containers/distrobox/distrobox-1.6.0.ebuild b/app-containers/distrobox/distrobox-1.6.0.ebuild
new file mode 100644
index 000000000000..cf9ea7ec09d5
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-11-21  9:56 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-11-21  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d217b9cb22f991af277e2366205b7531c853221a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 09:52:19 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 09:56:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d217b9cb

app-containers/distrobox: bump to 1.6.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 +
 app-containers/distrobox/distrobox-1.6.0.1.ebuild | 32 +++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index a6c196e16d80..52f2f377f3bd 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1,3 @@
 DIST distrobox-1.5.0.2.tar.gz 5899915 BLAKE2B 2ab49e09b49dc674e0fdfd2783e4a63f12a9ec954674950c5c6f497500e1b1a6697b7350b7dfd9a246f4d3efe228c7610adde79832b0da13967b88c561186194 SHA512 41f889e8e0c0ce7019d4b1a8c638b8de8260df5c541c4068430580820094ae04b6bd8dd5a6e1a82541daf8c4f5cfed0165dc1a85e01906093d3c1a4d715e23b1
+DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2
 DIST distrobox-1.6.0.tar.gz 6751299 BLAKE2B bd0edc1fa913450f033de6a78acc7631a714b6f12032f78bd4821ed9366836e94a47220da90167fb5ee0f791341d15f2027259dfc0b581b0c2d1787112b5b65f SHA512 8403349771a4f8705f88e759ff4cbffffaac1197a028a938f072b2e71b115c0cdef958b98ba9bea075feebb34330831b8eaef1aa7df6f942276a2290e4c1b6df

diff --git a/app-containers/distrobox/distrobox-1.6.0.1.ebuild b/app-containers/distrobox/distrobox-1.6.0.1.ebuild
new file mode 100644
index 000000000000..cf9ea7ec09d5
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.6.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-11-21  9:56 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2023-11-21  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8b0a92ea9974bb9680a900ec7e33f05518d1f02d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 09:52:33 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 09:56:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0a92ea

app-containers/distrobox: drop old 1.6.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 -
 app-containers/distrobox/distrobox-1.6.0.ebuild | 32 -------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 52f2f377f3bd..6121a844d401 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,3 +1,2 @@
 DIST distrobox-1.5.0.2.tar.gz 5899915 BLAKE2B 2ab49e09b49dc674e0fdfd2783e4a63f12a9ec954674950c5c6f497500e1b1a6697b7350b7dfd9a246f4d3efe228c7610adde79832b0da13967b88c561186194 SHA512 41f889e8e0c0ce7019d4b1a8c638b8de8260df5c541c4068430580820094ae04b6bd8dd5a6e1a82541daf8c4f5cfed0165dc1a85e01906093d3c1a4d715e23b1
 DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2
-DIST distrobox-1.6.0.tar.gz 6751299 BLAKE2B bd0edc1fa913450f033de6a78acc7631a714b6f12032f78bd4821ed9366836e94a47220da90167fb5ee0f791341d15f2027259dfc0b581b0c2d1787112b5b65f SHA512 8403349771a4f8705f88e759ff4cbffffaac1197a028a938f072b2e71b115c0cdef958b98ba9bea075feebb34330831b8eaef1aa7df6f942276a2290e4c1b6df

diff --git a/app-containers/distrobox/distrobox-1.6.0.ebuild b/app-containers/distrobox/distrobox-1.6.0.ebuild
deleted file mode 100644
index cf9ea7ec09d5..000000000000
--- a/app-containers/distrobox/distrobox-1.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2023-12-22  5:07 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-12-22  5:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1a04f0e4c0f11fb8368c6996715979c01a5a310d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 05:02:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 05:04:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a04f0e4

app-containers/distrobox: Stabilize 1.6.0.1 amd64, #920494

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.6.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.6.0.1.ebuild b/app-containers/distrobox/distrobox-1.6.0.1.ebuild
index cf9ea7ec09d5..123c5f82a360 100644
--- a/app-containers/distrobox/distrobox-1.6.0.1.ebuild
+++ b/app-containers/distrobox/distrobox-1.6.0.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-02-28 21:24 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-02-28 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     63e3b0fbd2be6632a08b66a2aa93bc4c534fd90a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:56:48 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 21:24:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e3b0fb

app-containers/distrobox: sync live 9999 version

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/distrobox-9999.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-containers/distrobox/distrobox-9999.ebuild b/app-containers/distrobox/distrobox-9999.ebuild
index 123c5f82a360..ddd8a782dfb3 100644
--- a/app-containers/distrobox/distrobox-9999.ebuild
+++ b/app-containers/distrobox/distrobox-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,13 +7,15 @@ DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/
 HOMEPAGE="https://distrobox.privatedns.org/
 	https://github.com/89luca89/distrobox/"
 
-if [[ ${PV} == *9999* ]] ; then
+if [[ "${PV}" == *9999* ]] ; then
 	inherit git-r3
+
 	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
 else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !
@@ -27,6 +29,7 @@ RDEPEND="
 "
 
 src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
+	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
+
 	dodoc *.md
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-02-28 21:24 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-02-28 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b7ee8cd0b2f1adc28e3198a937fce084d2e5b32a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:53:46 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 21:24:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ee8cd0

app-containers/distrobox: drop old 1.5.0.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 -
 app-containers/distrobox/distrobox-1.5.0.2.ebuild | 32 -----------------------
 2 files changed, 33 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 6121a844d401..91f85be72c71 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1 @@
-DIST distrobox-1.5.0.2.tar.gz 5899915 BLAKE2B 2ab49e09b49dc674e0fdfd2783e4a63f12a9ec954674950c5c6f497500e1b1a6697b7350b7dfd9a246f4d3efe228c7610adde79832b0da13967b88c561186194 SHA512 41f889e8e0c0ce7019d4b1a8c638b8de8260df5c541c4068430580820094ae04b6bd8dd5a6e1a82541daf8c4f5cfed0165dc1a85e01906093d3c1a4d715e23b1
 DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2

diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild
deleted file mode 100644
index 123c5f82a360..000000000000
--- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-02-28 21:24 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-02-28 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     644597330fd0ac193c079c5fe203fa15c71b909b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:54:58 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 21:24:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64459733

app-containers/distrobox: bump to 1.7.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 +
 app-containers/distrobox/distrobox-1.7.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 91f85be72c71..52b941e75358 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1 +1,2 @@
 DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2
+DIST distrobox-1.7.0.tar.gz 6755733 BLAKE2B 27bd75046d0b221543c4870bc49305c62da03343f4a602a87a50fac9a1d5b428a040099fbea8730fe2eba0b96eb90b966bc15d5ad46d62d79157047a2048f23c SHA512 5e29a5bb4a9fca4e54df979b304c2c23af93a5326383245183fee9bc7fbf6265128e1690c653410cb3063fabc522cf38bfa041dba7b921146010f7e43630613c

diff --git a/app-containers/distrobox/distrobox-1.7.0.ebuild b/app-containers/distrobox/distrobox-1.7.0.ebuild
new file mode 100644
index 000000000000..ddd8a782dfb3
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.7.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-03-12 17:03 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-03-12 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     47276b11dc0e90e19bd9a57d39e577bcb36c4bec
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 16:12:06 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 17:03:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47276b11

app-containers/distrobox: bump to 1.7.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 +
 app-containers/distrobox/distrobox-1.7.0.1.ebuild | 35 +++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 52b941e75358..eba761341311 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1,3 @@
 DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2
+DIST distrobox-1.7.0.1.tar.gz 6756031 BLAKE2B 320dde2bdf005c5bd66954f212547adb6bbd6d06611272c6a1b1859eef7ad47dbbbf300baaef555e2bf9a750def117ec69418affb75514652aa0e366314fbaf2 SHA512 971a3f15216d2dfa2829a1ea085c7579c4f0bf0e57678474f83df05ae8c897db8a8cd477a429d0126cad11ac0379029b9c759944cea8649971e67f20a3e18328
 DIST distrobox-1.7.0.tar.gz 6755733 BLAKE2B 27bd75046d0b221543c4870bc49305c62da03343f4a602a87a50fac9a1d5b428a040099fbea8730fe2eba0b96eb90b966bc15d5ad46d62d79157047a2048f23c SHA512 5e29a5bb4a9fca4e54df979b304c2c23af93a5326383245183fee9bc7fbf6265128e1690c653410cb3063fabc522cf38bfa041dba7b921146010f7e43630613c

diff --git a/app-containers/distrobox/distrobox-1.7.0.1.ebuild b/app-containers/distrobox/distrobox-1.7.0.1.ebuild
new file mode 100644
index 000000000000..ddd8a782dfb3
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.7.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-03-25  2:27 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-03-25  2:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d6a0c921801eeab5ec525b32adff6024076e44fc
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 01:19:53 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 02:27:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a0c921

app-containers/distrobox: drop old 1.7.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 -
 app-containers/distrobox/distrobox-1.7.0.ebuild | 35 -------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index eba761341311..a5e9fd82f380 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,3 +1,2 @@
 DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2
 DIST distrobox-1.7.0.1.tar.gz 6756031 BLAKE2B 320dde2bdf005c5bd66954f212547adb6bbd6d06611272c6a1b1859eef7ad47dbbbf300baaef555e2bf9a750def117ec69418affb75514652aa0e366314fbaf2 SHA512 971a3f15216d2dfa2829a1ea085c7579c4f0bf0e57678474f83df05ae8c897db8a8cd477a429d0126cad11ac0379029b9c759944cea8649971e67f20a3e18328
-DIST distrobox-1.7.0.tar.gz 6755733 BLAKE2B 27bd75046d0b221543c4870bc49305c62da03343f4a602a87a50fac9a1d5b428a040099fbea8730fe2eba0b96eb90b966bc15d5ad46d62d79157047a2048f23c SHA512 5e29a5bb4a9fca4e54df979b304c2c23af93a5326383245183fee9bc7fbf6265128e1690c653410cb3063fabc522cf38bfa041dba7b921146010f7e43630613c

diff --git a/app-containers/distrobox/distrobox-1.7.0.ebuild b/app-containers/distrobox/distrobox-1.7.0.ebuild
deleted file mode 100644
index ddd8a782dfb3..000000000000
--- a/app-containers/distrobox/distrobox-1.7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
-
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-03-25  7:25 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2024-03-25  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b8ef9a276255b90b992fb9b7121f93af75674857
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 07:25:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 07:25:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ef9a27

app-containers/distrobox: Stabilize 1.7.0.1 amd64, #927761

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.7.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.7.0.1.ebuild b/app-containers/distrobox/distrobox-1.7.0.1.ebuild
index ddd8a782dfb3..a49244c1584d 100644
--- a/app-containers/distrobox/distrobox-1.7.0.1.ebuild
+++ b/app-containers/distrobox/distrobox-1.7.0.1.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-03-29  3:06 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-03-29  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c23131c950daab17344b3a58f471b7a8fe9ca91a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 02:37:44 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 03:04:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23131c9

app-containers/distrobox: bump to 1.7.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 +
 app-containers/distrobox/distrobox-1.7.1.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index a5e9fd82f380..ef9c8201ce3a 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1,3 @@
 DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2
 DIST distrobox-1.7.0.1.tar.gz 6756031 BLAKE2B 320dde2bdf005c5bd66954f212547adb6bbd6d06611272c6a1b1859eef7ad47dbbbf300baaef555e2bf9a750def117ec69418affb75514652aa0e366314fbaf2 SHA512 971a3f15216d2dfa2829a1ea085c7579c4f0bf0e57678474f83df05ae8c897db8a8cd477a429d0126cad11ac0379029b9c759944cea8649971e67f20a3e18328
+DIST distrobox-1.7.1.tar.gz 6885484 BLAKE2B c4b2710d7f1cff7baee2e340a79345359e9906e508e8b1bc351a7b8ee2d8d2e1cb13c381e40231f8c962542e37e32988d04a687810bdfd7ec917868944c51cf3 SHA512 a86a49b9f6158af3172369a201ce3852a349258c46ebb8dfb269f7b96dfbe2bf2fe9f80a5cf9b9236432d99f4f67fb3d95ab4663964fcdb0f888d48cbdd82c39

diff --git a/app-containers/distrobox/distrobox-1.7.1.ebuild b/app-containers/distrobox/distrobox-1.7.1.ebuild
new file mode 100644
index 000000000000..ddd8a782dfb3
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.7.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.privatedns.org/
+	https://github.com/89luca89/distrobox/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-03-29  3:06 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-03-29  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5b09f34921042e035679be3dfe9a66fc309188e7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 02:39:53 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 03:04:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b09f349

app-containers/distrobox: drop old 1.6.0.1

Bug: https://bugs.gentoo.org/927742
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 -
 app-containers/distrobox/distrobox-1.6.0.1.ebuild | 32 -----------------------
 2 files changed, 33 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index ef9c8201ce3a..32415373b5a4 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,3 +1,2 @@
-DIST distrobox-1.6.0.1.tar.gz 6751373 BLAKE2B 9d82f33e15be8a2c17b7716ddbecf4fc533f971924c36ba8fa009dac7a87fbc26075ca98d6c58c5974fa1a02657419f26b415925d71f6577a8897a9e199950fc SHA512 cc7bd42b1c7e198eb255b6bdd90a76fa25700edc274b14379ffe3199c8a8cadc9ab27c94f43ee4a92d270b65df7b04e6c11441eb68456fe7ec3d56b2879534f2
 DIST distrobox-1.7.0.1.tar.gz 6756031 BLAKE2B 320dde2bdf005c5bd66954f212547adb6bbd6d06611272c6a1b1859eef7ad47dbbbf300baaef555e2bf9a750def117ec69418affb75514652aa0e366314fbaf2 SHA512 971a3f15216d2dfa2829a1ea085c7579c4f0bf0e57678474f83df05ae8c897db8a8cd477a429d0126cad11ac0379029b9c759944cea8649971e67f20a3e18328
 DIST distrobox-1.7.1.tar.gz 6885484 BLAKE2B c4b2710d7f1cff7baee2e340a79345359e9906e508e8b1bc351a7b8ee2d8d2e1cb13c381e40231f8c962542e37e32988d04a687810bdfd7ec917868944c51cf3 SHA512 a86a49b9f6158af3172369a201ce3852a349258c46ebb8dfb269f7b96dfbe2bf2fe9f80a5cf9b9236432d99f4f67fb3d95ab4663964fcdb0f888d48cbdd82c39

diff --git a/app-containers/distrobox/distrobox-1.6.0.1.ebuild b/app-containers/distrobox/distrobox-1.6.0.1.ebuild
deleted file mode 100644
index 123c5f82a360..000000000000
--- a/app-containers/distrobox/distrobox-1.6.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}"/usr || die "${PN} install script failed"
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-04-29  0:27 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2024-04-29  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e780bdab785befe42958ecbf5fdd153b141cdc35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 00:26:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 00:26:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e780bdab

app-containers/distrobox: Stabilize 1.7.1 amd64, #930835

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.7.1.ebuild b/app-containers/distrobox/distrobox-1.7.1.ebuild
index ddd8a782dfb3..a49244c1584d 100644
--- a/app-containers/distrobox/distrobox-1.7.1.ebuild
+++ b/app-containers/distrobox/distrobox-1.7.1.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-05-02 15:01 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-05-02 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     95baf76d1d157f36e6e6cd449202638ec70a6c7b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 14:24:23 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu May  2 15:01:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95baf76d

app-containers/distrobox: bump to 1.7.2.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 +
 app-containers/distrobox/distrobox-1.7.2.0.ebuild | 35 +++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index ec14917610ad..b196849b263e 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1 +1,2 @@
 DIST distrobox-1.7.1.tar.gz 6885484 BLAKE2B c4b2710d7f1cff7baee2e340a79345359e9906e508e8b1bc351a7b8ee2d8d2e1cb13c381e40231f8c962542e37e32988d04a687810bdfd7ec917868944c51cf3 SHA512 a86a49b9f6158af3172369a201ce3852a349258c46ebb8dfb269f7b96dfbe2bf2fe9f80a5cf9b9236432d99f4f67fb3d95ab4663964fcdb0f888d48cbdd82c39
+DIST distrobox-1.7.2.0.tar.gz 6888905 BLAKE2B f74301464f3b590f246871be1a381771e0fccbd42a933b9d2a58874eb97e49ae73676f7267b56dc7facefdba6cac1fc3df52d55ef826c0d79c90bbe9e0955af7 SHA512 ae5c9ef7ee63beec6b99488091cdb5bc73dfb219988a71c624af2278ea2efc775895ae2106c6bc35783a317b5b3e92fceed2fdba5be05f94028d28a7a2fb8ce1

diff --git a/app-containers/distrobox/distrobox-1.7.2.0.ebuild b/app-containers/distrobox/distrobox-1.7.2.0.ebuild
new file mode 100644
index 000000000000..0a328c47011d
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.7.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.it/
+	https://github.com/89luca89/distrobox/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-05-02 15:01 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-05-02 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     62cb9a4d55ac3dd8a2fb169f6e5d1117edb62293
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 14:20:02 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu May  2 15:01:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cb9a4d

app-containers/distrobox: drop old 1.7.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 -
 app-containers/distrobox/distrobox-1.7.0.1.ebuild | 35 -----------------------
 2 files changed, 36 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 32415373b5a4..ec14917610ad 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1 @@
-DIST distrobox-1.7.0.1.tar.gz 6756031 BLAKE2B 320dde2bdf005c5bd66954f212547adb6bbd6d06611272c6a1b1859eef7ad47dbbbf300baaef555e2bf9a750def117ec69418affb75514652aa0e366314fbaf2 SHA512 971a3f15216d2dfa2829a1ea085c7579c4f0bf0e57678474f83df05ae8c897db8a8cd477a429d0126cad11ac0379029b9c759944cea8649971e67f20a3e18328
 DIST distrobox-1.7.1.tar.gz 6885484 BLAKE2B c4b2710d7f1cff7baee2e340a79345359e9906e508e8b1bc351a7b8ee2d8d2e1cb13c381e40231f8c962542e37e32988d04a687810bdfd7ec917868944c51cf3 SHA512 a86a49b9f6158af3172369a201ce3852a349258c46ebb8dfb269f7b96dfbe2bf2fe9f80a5cf9b9236432d99f4f67fb3d95ab4663964fcdb0f888d48cbdd82c39

diff --git a/app-containers/distrobox/distrobox-1.7.0.1.ebuild b/app-containers/distrobox/distrobox-1.7.0.1.ebuild
deleted file mode 100644
index a49244c1584d..000000000000
--- a/app-containers/distrobox/distrobox-1.7.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
-
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-05-06 18:00 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-05-06 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     19526172a7cd7773ae7c9e7f703eb15d2d968dc7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 16:24:27 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May  6 18:00:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19526172

app-containers/distrobox: bump to 1.7.2.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 +
 app-containers/distrobox/distrobox-1.7.2.1.ebuild | 35 +++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index b196849b263e..35a9897fa802 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1,3 @@
 DIST distrobox-1.7.1.tar.gz 6885484 BLAKE2B c4b2710d7f1cff7baee2e340a79345359e9906e508e8b1bc351a7b8ee2d8d2e1cb13c381e40231f8c962542e37e32988d04a687810bdfd7ec917868944c51cf3 SHA512 a86a49b9f6158af3172369a201ce3852a349258c46ebb8dfb269f7b96dfbe2bf2fe9f80a5cf9b9236432d99f4f67fb3d95ab4663964fcdb0f888d48cbdd82c39
 DIST distrobox-1.7.2.0.tar.gz 6888905 BLAKE2B f74301464f3b590f246871be1a381771e0fccbd42a933b9d2a58874eb97e49ae73676f7267b56dc7facefdba6cac1fc3df52d55ef826c0d79c90bbe9e0955af7 SHA512 ae5c9ef7ee63beec6b99488091cdb5bc73dfb219988a71c624af2278ea2efc775895ae2106c6bc35783a317b5b3e92fceed2fdba5be05f94028d28a7a2fb8ce1
+DIST distrobox-1.7.2.1.tar.gz 6888919 BLAKE2B 1fd4e49585f686cf9f434c3285935bdda1131684b74dfcc20b018ab9853fb13516f3dbaf7c16b9ea55a0d038e3d9eb297bcea74c95755fbe60ef6512a9ce0df8 SHA512 aaf4324a9a31844dc08a6cc4e06d3b725675c92df01b558e733c96701d7e9700baabc1afad97ce5e2a8e2345defcea71c85f0ea6667249316f850aeca5aea149

diff --git a/app-containers/distrobox/distrobox-1.7.2.1.ebuild b/app-containers/distrobox/distrobox-1.7.2.1.ebuild
new file mode 100644
index 000000000000..0a328c47011d
--- /dev/null
+++ b/app-containers/distrobox/distrobox-1.7.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
+HOMEPAGE="https://distrobox.it/
+	https://github.com/89luca89/distrobox/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
+else
+	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"  # GPL-3.0-only !
+SLOT="0"
+
+RDEPEND="
+	|| (
+		app-containers/docker
+		app-containers/podman
+	)
+"
+
+src_install() {
+	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-06-04 18:23 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2024-06-04 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     561586687f4ab9b79725d43d5c0f030d63a7065c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  4 18:23:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 18:23:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56158668

app-containers/distrobox: Stabilize 1.7.2.0 amd64, #933524

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.7.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.7.2.0.ebuild b/app-containers/distrobox/distrobox-1.7.2.0.ebuild
index 0a328c47011d..3d1b2ae515fe 100644
--- a/app-containers/distrobox/distrobox-1.7.2.0.ebuild
+++ b/app-containers/distrobox/distrobox-1.7.2.0.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-06-07 16:59 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2024-06-07 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4e2c24ef13ebecd05aed5017b6c99911c2ee931c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 16:59:20 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 16:59:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2c24ef

app-containers/distrobox: Stabilize 1.7.2.1 amd64, #933730

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-containers/distrobox/distrobox-1.7.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/distrobox/distrobox-1.7.2.1.ebuild b/app-containers/distrobox/distrobox-1.7.2.1.ebuild
index 0a328c47011d..3d1b2ae515fe 100644
--- a/app-containers/distrobox/distrobox-1.7.2.1.ebuild
+++ b/app-containers/distrobox/distrobox-1.7.2.1.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"  # GPL-3.0-only !


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-06-22 19:05 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-06-22 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     86e7c5dc7db093d4912c6a2ffa00056e13516375
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 18:41:29 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 19:04:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e7c5dc

app-containers/distrobox: drop old 1.7.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest               |  1 -
 app-containers/distrobox/distrobox-1.7.1.ebuild | 35 -------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 35a9897fa802..6ceabe7e89b2 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,3 +1,2 @@
-DIST distrobox-1.7.1.tar.gz 6885484 BLAKE2B c4b2710d7f1cff7baee2e340a79345359e9906e508e8b1bc351a7b8ee2d8d2e1cb13c381e40231f8c962542e37e32988d04a687810bdfd7ec917868944c51cf3 SHA512 a86a49b9f6158af3172369a201ce3852a349258c46ebb8dfb269f7b96dfbe2bf2fe9f80a5cf9b9236432d99f4f67fb3d95ab4663964fcdb0f888d48cbdd82c39
 DIST distrobox-1.7.2.0.tar.gz 6888905 BLAKE2B f74301464f3b590f246871be1a381771e0fccbd42a933b9d2a58874eb97e49ae73676f7267b56dc7facefdba6cac1fc3df52d55ef826c0d79c90bbe9e0955af7 SHA512 ae5c9ef7ee63beec6b99488091cdb5bc73dfb219988a71c624af2278ea2efc775895ae2106c6bc35783a317b5b3e92fceed2fdba5be05f94028d28a7a2fb8ce1
 DIST distrobox-1.7.2.1.tar.gz 6888919 BLAKE2B 1fd4e49585f686cf9f434c3285935bdda1131684b74dfcc20b018ab9853fb13516f3dbaf7c16b9ea55a0d038e3d9eb297bcea74c95755fbe60ef6512a9ce0df8 SHA512 aaf4324a9a31844dc08a6cc4e06d3b725675c92df01b558e733c96701d7e9700baabc1afad97ce5e2a8e2345defcea71c85f0ea6667249316f850aeca5aea149

diff --git a/app-containers/distrobox/distrobox-1.7.1.ebuild b/app-containers/distrobox/distrobox-1.7.1.ebuild
deleted file mode 100644
index a49244c1584d..000000000000
--- a/app-containers/distrobox/distrobox-1.7.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.privatedns.org/
-	https://github.com/89luca89/distrobox/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
-
-	dodoc *.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
@ 2024-06-22 19:05 Maciej Barć
  0 siblings, 0 replies; 35+ messages in thread
From: Maciej Barć @ 2024-06-22 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     de412dfe65792c122efbc2eeb2adbfb8bae37eb7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 18:41:45 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 19:04:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de412dfe

app-containers/distrobox: drop old 1.7.2.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/distrobox/Manifest                 |  1 -
 app-containers/distrobox/distrobox-1.7.2.0.ebuild | 35 -----------------------
 2 files changed, 36 deletions(-)

diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest
index 6ceabe7e89b2..edfce52369f2 100644
--- a/app-containers/distrobox/Manifest
+++ b/app-containers/distrobox/Manifest
@@ -1,2 +1 @@
-DIST distrobox-1.7.2.0.tar.gz 6888905 BLAKE2B f74301464f3b590f246871be1a381771e0fccbd42a933b9d2a58874eb97e49ae73676f7267b56dc7facefdba6cac1fc3df52d55ef826c0d79c90bbe9e0955af7 SHA512 ae5c9ef7ee63beec6b99488091cdb5bc73dfb219988a71c624af2278ea2efc775895ae2106c6bc35783a317b5b3e92fceed2fdba5be05f94028d28a7a2fb8ce1
 DIST distrobox-1.7.2.1.tar.gz 6888919 BLAKE2B 1fd4e49585f686cf9f434c3285935bdda1131684b74dfcc20b018ab9853fb13516f3dbaf7c16b9ea55a0d038e3d9eb297bcea74c95755fbe60ef6512a9ce0df8 SHA512 aaf4324a9a31844dc08a6cc4e06d3b725675c92df01b558e733c96701d7e9700baabc1afad97ce5e2a8e2345defcea71c85f0ea6667249316f850aeca5aea149

diff --git a/app-containers/distrobox/distrobox-1.7.2.0.ebuild b/app-containers/distrobox/distrobox-1.7.2.0.ebuild
deleted file mode 100644
index 3d1b2ae515fe..000000000000
--- a/app-containers/distrobox/distrobox-1.7.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Use any Linux distribution inside your terminal (powered by docker/podman)"
-HOMEPAGE="https://distrobox.it/
-	https://github.com/89luca89/distrobox/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/89luca89/${PN}.git"
-else
-	SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"  # GPL-3.0-only !
-SLOT="0"
-
-RDEPEND="
-	|| (
-		app-containers/docker
-		app-containers/podman
-	)
-"
-
-src_install() {
-	sh ./install --prefix "${ED}/usr" || die "${PN} install script failed"
-
-	dodoc *.md
-}


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

end of thread, other threads:[~2024-06-22 19:05 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22  5:07 [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 19:05 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-06-07 16:59 Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2024-05-06 18:00 Maciej Barć
2024-05-02 15:01 Maciej Barć
2024-05-02 15:01 Maciej Barć
2024-04-29  0:27 Sam James
2024-03-29  3:06 Maciej Barć
2024-03-29  3:06 Maciej Barć
2024-03-25  7:25 Arthur Zamarin
2024-03-25  2:27 Maciej Barć
2024-03-12 17:03 Maciej Barć
2024-02-28 21:24 Maciej Barć
2024-02-28 21:24 Maciej Barć
2024-02-28 21:24 Maciej Barć
2023-11-21  9:56 Maciej Barć
2023-11-21  9:56 Maciej Barć
2023-11-20 19:17 Maciej Barć
2023-11-20 19:17 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-07-26  8:45 Jakov Smolić
2023-07-25 13:52 Sam James
2023-07-25 13:52 Sam James
2023-07-25 13:45 Sam James
2023-06-23 18:24 Maciej Barć
2023-06-23 18:24 Maciej Barć
2023-06-21 13:26 Maciej Barć
2023-06-21 13:26 Maciej Barć
2023-06-17 17:52 Maciej Barć
2023-06-17 17:52 Maciej Barć
2023-01-24 23:55 Sam James
2023-01-21 16:53 Sam James
2022-12-19 22:28 Maciej Barć

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