commit: 08de7262f767f0f16eb3b55ad01b2ad38e9948dd Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Mar 7 11:09:41 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Mar 7 19:33:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08de7262
app-containers/distrobox: drop old 1.8.1.1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-containers/distrobox/Manifest | 1 - app-containers/distrobox/distrobox-1.8.1.1.ebuild | 35 ----------------------- 2 files changed, 36 deletions(-) diff --git a/app-containers/distrobox/Manifest b/app-containers/distrobox/Manifest index d3ceedb995a3..9e9ba85ed5f2 100644 --- a/app-containers/distrobox/Manifest +++ b/app-containers/distrobox/Manifest @@ -1,2 +1 @@ -DIST distrobox-1.8.1.1.tar.gz 1966162 BLAKE2B 9c995b97257721035362a78aefc4fd444ccbdafff500624e348781ebfb7d1742a0ce43a0089ddc45546c2cab821e04745c2b9d6d4ca3d4afa76f0baee679d9da SHA512 e0ab9db229f60cf54c338d73d763ec555b52e17e03dca5514f0e2eb0f30206a0ed260bdea0dee3230083769fef09d814dd9eb039a9500abca7272a0146c42803 DIST distrobox-1.8.1.2.tar.gz 1966405 BLAKE2B 90f55785c15889ab75f7d0fce3b1d25d38fe1e481d9de20b959d9f2a0138675b45cbc225d1246dc12cf0a1a8ff089272f362a1b50474dffc41a67d9e596233ac SHA512 32cb3ddbc89fec68d44c4e5ab5791755323a6da7be825959b1b868bdbd8144ac5bdb59420f7d06b32c27d4235b95995f8a6af9f79505efbeba2286122519c25e diff --git a/app-containers/distrobox/distrobox-1.8.1.1.ebuild b/app-containers/distrobox/distrobox-1.8.1.1.ebuild deleted file mode 100644 index a0ea3295e1c0..000000000000 --- a/app-containers/distrobox/distrobox-1.8.1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 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 -}
