Remove games-server/mednafen-server, cause it is in main portage tree now

This commit is contained in:
Sergey Popov 2016-06-15 16:12:05 +03:00
parent 7afbfa60d1
commit 6f5522070a
2 changed files with 0 additions and 37 deletions

View File

@ -1 +0,0 @@
DIST mednafen-server-0.4.1.tar.bz2 115008 SHA256 4698be178711c5f48d56d3476f7f8225c753735b0717f6acc3f4e43e624dc1f0

View File

@ -1,36 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit games
DESCRIPTION="Server for Mednafen emulator"
HOMEPAGE="http://mednafen.sourceforge.net/"
SRC_URI="mirror://sourceforge/mednafen/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND=""
S=${WORKDIR}/${PN}
src_prepare() {
mv standard.conf standard.conf.example
mv run.sh run.sh.example
}
src_install() {
dodoc README *.example || die "dodoc failed"
dogamesbin src/${PN} || die "dogamesbin failed"
prepgamesdirs
}
pkg_postinst() {
einfo "Example config file and run file can be found in"
einfo "/usr/share/doc/${P}/"
}