From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/
Date: Fri, 23 Jun 2023 18:24:35 +0000 (UTC) [thread overview]
Message-ID: <1687544673.12d77bffb3b4537aaea6865470fb24082c86e99b.xgqt@gentoo> (raw)
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
+}
next reply other threads:[~2023-06-23 18:24 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-23 18:24 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 19:34 [gentoo-commits] repo/gentoo:master commit in: app-containers/distrobox/ Maciej Barć
2025-03-05 0:04 Sam James
2025-02-23 16:09 Arthur Zamarin
2025-01-27 14:51 Maciej Barć
2025-01-23 22:10 Maciej Barć
2025-01-21 23:04 Maciej Barć
2024-11-27 22:10 Maciej Barć
2024-11-24 15:47 Jakov Smolić
2024-10-13 19:23 Maciej Barć
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-12-22 5:07 Sam James
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-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ć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1687544673.12d77bffb3b4537aaea6865470fb24082c86e99b.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox