]> Arthur Taft Gitweb - custom-tools.git/blobdiff - games-util/parsec/parsec-150.91e.ebuild
update to parsec 150.97c
[custom-tools.git] / games-util / parsec / parsec-150.91e.ebuild
diff --git a/games-util/parsec/parsec-150.91e.ebuild b/games-util/parsec/parsec-150.91e.ebuild
deleted file mode 100644 (file)
index 14fc0e0..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="Simple, low-latency game streaming"
-HOMEPAGE="https://parsecgaming.com/"
-SRC_URI="https://builds.parsec.app/package/parsec-linux.deb -> ${P}.deb"
-
-LICENSE="Parsec-EULA"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-       dev-libs/expat
-       dev-libs/libbsd
-       media-libs/mesa
-       sys-devel/gcc[cxx]
-       sys-libs/glibc
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libXdamage
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXxf86vm
-       x11-libs/libdrm
-       x11-libs/libxcb
-       x11-libs/libxcb
-       x11-libs/libxshmfence
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S=${WORKDIR}
-
-QA_PREBUILT="usr/bin/parsecd usr/share/${PN}/skel/parsecd-${PV/\./-}.so"
-
-src_unpack() {
-       unpack_deb ${A}
-}
-
-src_install() {
-       cp -R usr/ "${D}/" || die "Could not copy."
-}