summaryrefslogtreecommitdiff
path: root/games-emulation
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 11:50:24 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 13:25:48 +0200
commit0eeae19ad1a5981c08aca3b5b50bbe7ca6e2e245 (patch)
tree6265945fc29d0d8d80163eb186ebc86f535ab24e /games-emulation
parentbd0466c872ae5d294fbf42d8f598a00387eba67a (diff)
downloadgentoo-0eeae19ad1a5981c08aca3b5b50bbe7ca6e2e245.tar.gz
gentoo-0eeae19ad1a5981c08aca3b5b50bbe7ca6e2e245.tar.xz
games-emulation/gens: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gens/gens-2.15.5.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-emulation/gens/gens-2.15.5.ebuild b/games-emulation/gens/gens-2.15.5.ebuild
deleted file mode 100644
index 9d936ba15a3..00000000000
--- a/games-emulation/gens/gens-2.15.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="A Sega Genesis/CD/32X emulator"
-HOMEPAGE="https://sourceforge.net/projects/gens/"
-SRC_URI="mirror://sourceforge/gens/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="virtual/opengl
- >=media-libs/libsdl-1.2[joystick,video]
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- >=dev-lang/nasm-0.98"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-romsdir.patch \
- "${FILESDIR}"/${P}-as-needed.patch \
- "${FILESDIR}"/${P}-ovflfix.patch \
- "${FILESDIR}"/${P}-gcc34.patch
- sed -i -e '1i#define OF(x) x' src/gens/util/file/unzip.h || die
- append-ldflags -Wl,-z,noexecstack
-}
-
-src_configure() {
- egamesconf \
- --disable-gtktest \
- --disable-sdltest
-}
-
-src_install() {
- DOCS="AUTHORS BUGS README gens.txt history.txt" \
- default
- newicon pixmaps/gens_small.png ${PN}.png
- make_desktop_entry "${PN}" "Gens"
- prepgamesdirs
-}