commit:     8442159cd0ae21a34cad033af92842368f249edd
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Nov 11 08:01:58 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 23:20:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8442159c

games-action/barrage: drop 1.0.7

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/44588
Closes: https://github.com/gentoo/gentoo/pull/44588
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-action/barrage/barrage-1.0.7.ebuild | 42 -------------------------------
 1 file changed, 42 deletions(-)

diff --git a/games-action/barrage/barrage-1.0.7.ebuild 
b/games-action/barrage/barrage-1.0.7.ebuild
deleted file mode 100644
index 66f1dcbc21a1..000000000000
--- a/games-action/barrage/barrage-1.0.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop
-
-DESCRIPTION="Violent point-and-click shooting game"
-HOMEPAGE="https://lgames.sourceforge.io/Barrage/";
-SRC_URI="https://downloads.sourceforge.net/lgames/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       acct-group/gamestat
-       media-libs/libsdl[sound,video]
-       media-libs/sdl-mixer"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf --localstatedir="${EPREFIX}"/var/games
-}
-
-src_compile() {
-       default
-
-       # generated .desktop hardcodes icon path (and in wrong location)
-       sed -i "/^Icon=/s|=.*|=${PN}|" ${PN}.desktop || die
-}
-
-src_install() {
-       default
-
-       fowners :gamestat /{usr/bin/${PN},var/games/${PN}.hscr}
-       fperms g+s /usr/bin/${PN}
-       fperms 660 /var/games/${PN}.hscr
-
-       rm "${ED}"/usr/share/icons/${PN}48.png || die
-       newicon ${PN}48.png ${PN}.png
-}

Reply via email to