summaryrefslogtreecommitdiff
path: root/games-arcade
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-21 19:15:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-21 19:15:18 +0000
commitcd495875e147dea4ad09ca786109d35e80c724d1 (patch)
tree681dd27a9bee25f493b1f33d27fb625dca4f4d19 /games-arcade
parent41acd1fc9170cb5dbb6216621dc06e6a4b498809 (diff)
downloadbaldeagleos-repo-cd495875e147dea4ad09ca786109d35e80c724d1.tar.gz
baldeagleos-repo-cd495875e147dea4ad09ca786109d35e80c724d1.tar.xz
baldeagleos-repo-cd495875e147dea4ad09ca786109d35e80c724d1.zip
Adding metadata
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild76
-rw-r--r--games-arcade/xgalaga/xgalaga-2.1.1.0-r2.ebuild66
2 files changed, 0 insertions, 142 deletions
diff --git a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild
deleted file mode 100644
index 7093c054e72a..000000000000
--- a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-MY_PN=${PN/emilia-/}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="SDL OpenGL pinball game"
-HOMEPAGE="https://pinball.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/pinball/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-libs/libltdl:0
- media-libs/libsdl[joystick,opengl,video,X]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[vorbis]
- x11-libs/libICE
- x11-libs/libSM
- virtual/opengl
- virtual/glu
-"
-DEPEND="
- ${DEPEND}
- x11-libs/libXt
-"
-
-RDEPEND+=" acct-group/gamestat"
-
-PATCHES=(
- "${FILESDIR}"/${P}-glibc210.patch
- "${FILESDIR}"/${P}-libtool.patch
- "${FILESDIR}"/${P}-gcc46.patch
- "${FILESDIR}"/${P}-parallel.patch
-)
-
-src_prepare() {
- # bug #334899
- sed -i -e '/dnl/d' {src,test}/Makefile.am || die
-
- default
-
- rm -rf libltdl || die
- eautoreconf
-}
-
-src_configure() {
- econf --with-x
-}
-
-src_compile() {
- emake CXXFLAGS="${CXXFLAGS}"
-}
-
-src_install() {
- default
-
- dosym pinball /usr/bin/emilia-pinball
-
- sed -i \
- -e 's:-I${prefix}/include/pinball:-I/usr/include/pinball:' \
- "${ED}"/usr/bin/pinball-config || die
-
- newicon data/pinball.xpm ${PN}.xpm
- make_desktop_entry emilia-pinball "Emilia pinball"
-
- fperms -R 660 /var/games/pinball
- fowners -R root:gamestat /usr/bin/pinball /var/games/pinball
- fperms g+s /usr/bin/pinball
-}
diff --git a/games-arcade/xgalaga/xgalaga-2.1.1.0-r2.ebuild b/games-arcade/xgalaga/xgalaga-2.1.1.0-r2.ebuild
deleted file mode 100644
index 7f6bf1b1f261..000000000000
--- a/games-arcade/xgalaga/xgalaga-2.1.1.0-r2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="A clone of the classic game Galaga for the X Window System"
-HOMEPAGE="https://sourceforge.net/projects/xgalaga"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXext
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-RDEPEND+=" acct-group/gamestat"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.1.1.0-respect-AR.patch
- "${FILESDIR}"/${PN}-2.1.1.0-function-and-ints.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-
- sed -i \
- -e "/LEVELDIR\|SOUNDDIR/ s:prefix:datadir/${PN}:" \
- -e "/\/scores/ s:prefix:localstatedir/${PN}:" \
- configure || die "sed configure failed"
-
- sed -i \
- -e "/SOUNDDEFS/ s:(SOUNDSRVDIR):(SOUNDSRVDIR)/bin:" \
- -e 's:make ;:$(MAKE) ;:' \
- Makefile.in || die "sed Makefile.in failed"
-}
-
-src_install() {
- dobin xgalaga xgal.sndsrv.oss xgalaga-hyperspace
- dodoc README README.SOUND CHANGES
- newman xgalaga.6x xgalaga.6
-
- insinto /usr/share/${PN}/sounds
- doins sounds/*.raw
-
- insinto /usr/share/${PN}/levels
- doins levels/*.xgl
-
- make_desktop_entry ${PN} XGalaga
-
- dodir /var/games/${PN}
- touch "${ED}"/var/games/${PN}/scores || die
-
- fperms -R 660 /var/games/${PN}
- fowners -R root:gamestat /var/games/${PN} /usr/bin/{xgalaga,xgal.sndsrv.oss,xgalaga-hyperspace}
- fperms g+s /usr/bin/{xgalaga,xgal.sndsrv.oss,xgalaga-hyperspace}
-}