aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-09 20:23:30 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-09 20:23:30 +0200
commit4bcfeafbe4a5e30e2f1985af68ca2fe9e4fd0642 (patch)
treed2cb3b5ca02b742c66c2b80febd3eb508ed3d3e0 /games-misc
parentgames-misc/an-anime-game-launcher-bin: relax winetricks dep (diff)
downloadguru-4bcfeafbe4a5e30e2f1985af68ca2fe9e4fd0642.tar.gz
guru-4bcfeafbe4a5e30e2f1985af68ca2fe9e4fd0642.tar.bz2
guru-4bcfeafbe4a5e30e2f1985af68ca2fe9e4fd0642.zip
games-misc/an-anime-game-launcher-bin: drop 2.3.1-r1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/an-anime-game-launcher-bin/Manifest1
-rw-r--r--games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.1-r1.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/games-misc/an-anime-game-launcher-bin/Manifest b/games-misc/an-anime-game-launcher-bin/Manifest
index c784aac81..abb3191af 100644
--- a/games-misc/an-anime-game-launcher-bin/Manifest
+++ b/games-misc/an-anime-game-launcher-bin/Manifest
@@ -1,2 +1 @@
DIST An_Anime_Game_Launcher.AppImage 4383936 BLAKE2B 978be58595b90be13407275527651a2e9154978337e3b618796247fc402643165222b2e5a0d937ab231c15a943ae6e36469a176ca4d6a43dd4995bb98a2b3fb2 SHA512 63be6095af44f760da982a087a8105cba9f792ffc1af3e363e689ec27038507f92e4bc56a7ec2be92b446dbc3cc8164ceb6183e0b104bee555c7570143532304
-DIST aagl-ebuilds-2.3.1.tar.gz 4343632 BLAKE2B ba0f8733328469ad531dd8717f230e9e2f723cc12f185fe0f7035b2308e1f41dc92b9af0112a7787ddaf7ab01ae3c0fd12b2998ca09e1215aa11443a4254d08c SHA512 79672a1e0f0f0e0648db5910a33fc7b33d19c3666eb7eba81741f1d2849f0bdf9c76f0533f881a1ad0408b4b6a17eedf5a78c9c5da894c2c971b8d3a48d72928
diff --git a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.1-r1.ebuild b/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.1-r1.ebuild
deleted file mode 100644
index b01224940..000000000
--- a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Open Source An Anime Game launcher for Linux with automatic anti-cheat patching and telemetry disabling, binary package"
-HOMEPAGE="https://gitlab.com/an-anime-team/an-anime-game-launcher"
-SRC_URI="https://gitlab.com/an-anime-team/aagl-ebuilds/-/archive/${PV}/aagl-ebuilds-${PV}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- || ( dev-libs/libayatana-appindicator dev-libs/libayatana-appindicator-bin ) \
- net-libs/webkit-gtk \
- dev-util/xdelta[lzma] \
- app-arch/tar \
- dev-vcs/git \
- app-arch/unzip \
- net-misc/curl \
- app-arch/cabextract \
- x11-libs/libnotify \
- sys-auth/polkit \
- dev-libs/libdbusmenu \
- app-emulation/dxvk-bin \
- app-emulation/winetricks \
- virtual/wine \
- "
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="app-admin/chrpath"
-
-S="${WORKDIR}/aagl-ebuilds-${PV}"
-src_prepare(){
- mv "icon.png" "${PN}.png"
- mv "launcher.sh" "${PN}"
- ./An_Anime_Game_Launcher.AppImage --appimage-extract || die "Extraction Failed"
- chrpath -d "squashfs-root/public/discord-rpc/discord-rpc" || die "Patching Library Failed"
- eapply_user
-}
-
-src_install(){
- insinto "/usr/lib/${PN}"
- doins "squashfs-root/resources.neu"
- exeinto "/usr/lib/${PN}"
- doexe "squashfs-root/an-anime-game-launcher"
- doins -r "squashfs-root/public"
- insinto "/usr/share/pixmaps"
- doins "${PN}.png"
- exeinto "/usr/bin"
- doexe "${PN}"
- insinto "/usr/share/applications/"
- doins "${PN}.desktop"
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-pkg_postrm() {
- xdg_desktop_database_update
-}