Remove games-server/mednafen-server, cause it is in main portage tree now
This commit is contained in:
parent
7afbfa60d1
commit
6f5522070a
@ -1 +0,0 @@
|
||||
DIST mednafen-server-0.4.1.tar.bz2 115008 SHA256 4698be178711c5f48d56d3476f7f8225c753735b0717f6acc3f4e43e624dc1f0
|
@ -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}/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user