summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-15 10:26:07 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-15 11:11:11 +0200
commitd863aa00c95e89fa063990d7eddbf6028a5bad2b (patch)
tree21ff50b84634e43e4c173839a24f35081ed42da7 /games-arcade
parentgames-arcade/abe: Apply Fedora fixes and drop games.eclass usage (diff)
downloadgentoo-d863aa00c95e89fa063990d7eddbf6028a5bad2b.tar.gz
gentoo-d863aa00c95e89fa063990d7eddbf6028a5bad2b.tar.bz2
gentoo-d863aa00c95e89fa063990d7eddbf6028a5bad2b.zip
games-arcade/abe: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/abe/abe-1.1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/games-arcade/abe/abe-1.1.ebuild b/games-arcade/abe/abe-1.1.ebuild
deleted file mode 100644
index 78fcff1e13fa..000000000000
--- a/games-arcade/abe/abe-1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
-HOMEPAGE="http://abe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/abe/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
- x11-libs/libXi
- media-libs/sdl-mixer[vorbis]"
-RDEPEND=${DEPEND}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- unpack ./images/images.tar
-}
-
-src_prepare() {
- sed -i \
- -e "/^TR_CFLAGS/d" \
- -e "/^TR_CXXFLAGS/d" \
- configure || die
- epatch "${FILESDIR}"/${P}-settings.patch
-}
-
-src_configure() {
- egamesconf --with-data-dir="${GAMES_DATADIR}"/${PN}
-}
-
-src_install() {
- dogamesbin src/abe
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r images sounds maps
- newicon tom1.bmp abe.bmp
- make_desktop_entry abe "Abe's Amazing Adventure" /usr/share/pixmaps/abe.bmp
- dodoc AUTHORS ChangeLog README
- prepgamesdirs
-}