[games-emulation/gnome-video-arcade] Drop unmaintained ebuild
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gnome-video-arcade-0.6.7.tar.bz2 1099618 SHA256 3897f713b5ed790214a64f8203c5a8507adcb2c7985badf770dad796c8ca2396
|
||||
@@ -1,2 +0,0 @@
|
||||
Ian Whyman <ian.whyman@sabayonlinux.org>
|
||||
Requested as bug #883
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit gnome2 games
|
||||
|
||||
DESCRIPTION="A simple MAME front-end for the GNOME Desktop Environment"
|
||||
HOMEPAGE="http://mbarnes.github.com/gnome-video-arcade/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gnome"
|
||||
|
||||
RDEPEND="gnome? ( >=gnome-base/libgnomeui-2.14.0 )
|
||||
>=dev-libs/glib-2.14.0
|
||||
>=x11-libs/gtk+-2.12.0:2
|
||||
>=gnome-base/libglade-2.6.0
|
||||
>=x11-themes/gnome-icon-theme-2.18.0
|
||||
>=dev-db/sqlite-3.0.0
|
||||
>=x11-libs/libwnck-2.16
|
||||
gnome-base/gconf
|
||||
|| ( games-emulation/sdlmame games-emulation/xmame )"
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/scrollkeeper
|
||||
app-text/gnome-doc-utils
|
||||
dev-util/pkgconfig"
|
||||
|
||||
DOCS="AUTHORS ChangeLog INSTALL NEWS README"
|
||||
|
||||
src_unpack() {
|
||||
gnome2_src_unpack
|
||||
cd "${S}"
|
||||
|
||||
# change search patch to include /usr/games/bin
|
||||
sed -e "s:/usr/games:${GAMES_BINDIR}:g" \
|
||||
-i configure || die "sed failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local MY_USE
|
||||
use gnome || MY_USE="--without-gnome"
|
||||
|
||||
gnome2_src_compile --bindir="${GAMES_BINDIR}" ${MY_USE} || die "compile failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install || die "install failed"
|
||||
prepgamesdirs
|
||||
}
|
||||
Reference in New Issue
Block a user