diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-02 16:22:14 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-02 16:29:59 +0200 |
commit | 8c09addac3975200c92a5917abe34dc85d4462a6 (patch) | |
tree | e9cabed8863de27c2ca19104c270495e0698f3c4 /app-containers | |
parent | dev-libs/mdns: drop old 1.4.2 (diff) | |
download | gentoo-8c09addac3975200c92a5917abe34dc85d4462a6.tar.gz gentoo-8c09addac3975200c92a5917abe34dc85d4462a6.tar.bz2 gentoo-8c09addac3975200c92a5917abe34dc85d4462a6.zip |
app-containers/distrobox: drop old 1.4.2.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/distrobox/Manifest | 1 | ||||
-rw-r--r-- | app-containers/distrobox/distrobox-1.4.2.1.ebuild | 32 |
2 files changed, 0 insertions, 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 -} |