diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-26 09:07:40 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-26 09:07:40 +0100 |
commit | e0dcb1c4ea48292b379fadd53f55f1df42cf7eab (patch) | |
tree | 59cec624e76be908cb33251387eb4b1f042151d5 /app-emulation | |
parent | bc9ef8effb5fec9ca32cb92dcd35672461c0153b (diff) |
gentoo auto-resync : 26:09:2022 - 09:07:40
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/Manifest.gz | bin | 15291 -> 15126 bytes | |||
-rw-r--r-- | app-emulation/distrobox/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/distrobox/distrobox-1.4.1.ebuild | 32 | ||||
-rw-r--r-- | app-emulation/distrobox/distrobox-9999.ebuild | 32 | ||||
-rw-r--r-- | app-emulation/distrobox/metadata.xml | 22 |
5 files changed, 0 insertions, 90 deletions
diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz Binary files differindex bb54773814a9..fcb2ef8efae7 100644 --- a/app-emulation/Manifest.gz +++ b/app-emulation/Manifest.gz diff --git a/app-emulation/distrobox/Manifest b/app-emulation/distrobox/Manifest deleted file mode 100644 index 2c55efa77295..000000000000 --- a/app-emulation/distrobox/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST distrobox-1.4.1.tar.gz 231405 BLAKE2B 920fc2ccf20ad2b6af2a3ea3dfe5c209cd779d6490e6fb95110af5e74ce56354aa264f413c070a6814253a5c51e82be110b8fc86e536a4ae0881fa22afc16630 SHA512 6cee6b734bf22e678529b93f15cdf98f09506642ef5e204ae73590c29a85e205a16715588c9e49b1c39b71023ea906565078e9c2c1f6368df885d20bf37136e2 -EBUILD distrobox-1.4.1.ebuild 723 BLAKE2B 19fdaf771bc7ba3217245b84fd5eccc86285e106671dc44d37ffd94b4827849c68f327d80e91aae35c9ff5dca6f6a575770d96281066c6c27a7e7fde6fb95604 SHA512 ed1ab9ee3115fc409b9e2aefc2cd5063cc76d05e3fac891fe5ddea3dbb527cc576b76ff0f49e30c28e8b32e06a466968ae0b28bfd1f3f00b4613ff340b21dbfa -EBUILD distrobox-9999.ebuild 723 BLAKE2B 19fdaf771bc7ba3217245b84fd5eccc86285e106671dc44d37ffd94b4827849c68f327d80e91aae35c9ff5dca6f6a575770d96281066c6c27a7e7fde6fb95604 SHA512 ed1ab9ee3115fc409b9e2aefc2cd5063cc76d05e3fac891fe5ddea3dbb527cc576b76ff0f49e30c28e8b32e06a466968ae0b28bfd1f3f00b4613ff340b21dbfa -MISC metadata.xml 957 BLAKE2B a02f57f2c65a9241edbc6a1e99170712ceca000977c2271ba51c5311e7718471585ea791ed8c978a86a961d02450623c05b5f9006d4386be2130df08341b0e49 SHA512 65f455bcfd246a8de0084e1534dc85f09435f1fad2590ba87dda0bed90d8fa976d3fad2142b2006a596e713d3d91f0d3d3156017cebacf9dc7883596edb0740f diff --git a/app-emulation/distrobox/distrobox-1.4.1.ebuild b/app-emulation/distrobox/distrobox-1.4.1.ebuild deleted file mode 100644 index f3fc5a365796..000000000000 --- a/app-emulation/distrobox/distrobox-1.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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 -} diff --git a/app-emulation/distrobox/distrobox-9999.ebuild b/app-emulation/distrobox/distrobox-9999.ebuild deleted file mode 100644 index f3fc5a365796..000000000000 --- a/app-emulation/distrobox/distrobox-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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 -} diff --git a/app-emulation/distrobox/metadata.xml b/app-emulation/distrobox/metadata.xml deleted file mode 100644 index b88c63cda978..000000000000 --- a/app-emulation/distrobox/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> - -<pkgmetadata> - <maintainer type="person"> - <email>xgqt@gentoo.org</email> - <name>Maciej Barć</name> - </maintainer> - <longdescription> - Use any Linux distribution inside your terminal. Enable both backward and - forward compatibility with software and freedom to use whatever - distribution you’re more comfortable with. Distrobox uses podman or docker - to create containers using the Linux distribution of your choice. The - created container will be tightly integrated with the host, allowing - sharing of the HOME directory of the user, external storage, external USB - devices and graphical apps (X11/Wayland), and audio. - </longdescription> - <upstream> - <bugs-to>https://github.com/89luca89/distrobox/issues/</bugs-to> - <remote-id type="github">89luca89/distrobox</remote-id> - </upstream> -</pkgmetadata> |