aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Harris Jr. <johnmh@johnmh.me>2024-08-18 17:28:01 -0700
committerJohn M. Harris Jr. <johnmh@johnmh.me>2024-08-18 17:33:24 -0700
commit98f9b78a40a26e29aab5c08de5c2290bb0ed024d (patch)
tree6c4e31aa7035b0a96219ca947f7befe648374661 /games-emulation
parentdev-util/dmg2img: keyword 20240818 for amd64, x86 (diff)
downloadguru-98f9b78a40a26e29aab5c08de5c2290bb0ed024d.tar.gz
guru-98f9b78a40a26e29aab5c08de5c2290bb0ed024d.tar.bz2
guru-98f9b78a40a26e29aab5c08de5c2290bb0ed024d.zip
games-emulation/conty: treeclean
This package contains a SquashFS image of Arch Linux. The license for code written as part of conty is MIT, but each package installed in the bundled SquashFS image has a different license. Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/conty/Manifest2
-rw-r--r--games-emulation/conty/conty-1.25.1.ebuild41
-rw-r--r--games-emulation/conty/conty-1.25.2.ebuild41
-rw-r--r--games-emulation/conty/metadata.xml27
4 files changed, 0 insertions, 111 deletions
diff --git a/games-emulation/conty/Manifest b/games-emulation/conty/Manifest
deleted file mode 100644
index 79f7a26fec..0000000000
--- a/games-emulation/conty/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST conty-1.25.1 1406491989 BLAKE2B 5106200f9b9e565044b8c525fb53349235ba78207e00b69dfdd0071439fef1eac55f204c89a9f0949b416c5d07d7e22f589062de57ba34b5a106cd0723b345e6 SHA512 3f74ac40583e362ee7bc05684aa7d2f77f7d2b908f98d179539a714cd9a83cc58948c12352fd948df9b446bb9119c078c6ffae874a9bdbf726167fb1e45ed8ee
-DIST conty-1.25.2 1400806116 BLAKE2B 2cb6fffe4603a5f147cbdf802277b0c0ea73924151397463484aa3e715dc3c42ce25961811b51a898af5ed8a3289d7e4e3b32a9b4c864c47852880f6c9e511e4 SHA512 1cdc34f689b04d44504b57fa93665e9a27546f16ebc1541889212b0612d76ecac654384be5ffe694c59336bd2bdcd9498bf591957f5f721c4de2e238f049485a
diff --git a/games-emulation/conty/conty-1.25.1.ebuild b/games-emulation/conty/conty-1.25.1.ebuild
deleted file mode 100644
index 879bc6a367..0000000000
--- a/games-emulation/conty/conty-1.25.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info
-
-NAME="${PN}_lite_dwarfs.sh"
-
-DESCRIPTION="Easy to use unprivileged Linux container packed in a single portable executable"
-HOMEPAGE="https://github.com/Kron4ek/Conty"
-SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> $P"
-
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-QA_PREBUILT="*"
-
-CONFIG_CHECK="
- IA32_EMULATION
- USER_NS
-"
-
-src_install() {
- dobin "${DISTDIR}/${P}"
-}
-
-pkg_postinst() {
- einfo "How to use: $ ${NAME} [command] [command_arguments]"
- einfo "For example: ${NAME} steam"
- einfo "or"
- einfo "WINEPREFIX=$HOME/wine-conty ${NAME} gamescope -f -- wine ./game.exe"
-
-}
diff --git a/games-emulation/conty/conty-1.25.2.ebuild b/games-emulation/conty/conty-1.25.2.ebuild
deleted file mode 100644
index f0b4dce33d..0000000000
--- a/games-emulation/conty/conty-1.25.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info
-
-NAME="${PN}_lite_dwarfs.sh"
-
-DESCRIPTION="Easy to use unprivileged Linux container packed in a single portable executable"
-HOMEPAGE="https://github.com/Kron4ek/Conty"
-SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> ${P}"
-
-S="${WORKDIR}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-QA_PREBUILT="*"
-
-CONFIG_CHECK="
- IA32_EMULATION
- USER_NS
-"
-
-src_install() {
- dobin "${DISTDIR}/${P}"
-}
-
-pkg_postinst() {
- einfo "How to use: $ ${NAME} [command] [command_arguments]"
- einfo "For example: ${NAME} steam"
- einfo "or"
- einfo "WINEPREFIX=$HOME/wine-conty ${NAME} gamescope -f -- wine ./game.exe"
-
-}
diff --git a/games-emulation/conty/metadata.xml b/games-emulation/conty/metadata.xml
deleted file mode 100644
index c1ffd91500..0000000000
--- a/games-emulation/conty/metadata.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Vitaly Zdanevich</name>
- <email>zdanevich.vitaly@ya.ru</email>
- </maintainer>
- <longdescription>
-This is an easy to use compressed unprivileged Linux container packed into a single executable. It is designed to be as simple and user-friendly as possible. You can use it to run any applications, including games (Vulkan and OpenGL).
-
-Includes, among others, these apps: Wine-GE, Steam, Lutris, PlayOnLinux, GameHub, Minigalaxy, Legendary, Bottles, MultiMC, MangoHud, Gamescope, RetroArch, Sunshine.
-
-Based on Arch Linux.
-
-All applications that you run with Conty read and store their configs in your HOME directory as if you weren't using the container at all.
-
-No performance overhead. Since it's just a container, there is virtually no performance overhead, all applications will run at full speed. Regarding memory usage, Conty uses a bit more memory due to compression and because applications from the container can't share libraries with your system apps.
-
-Supports Xorg, Wayland and XWayland.
-
-Supports Chaotic-AUR and ALHP repositories. AUR is also supported.
- </longdescription>
- <upstream>
- <remote-id type="github">Kron4ek/Conty</remote-id>
- <bugs-to>https://github.com/Kron4ek/Conty/issues</bugs-to>
- </upstream>
-</pkgmetadata>