Skip to content

Commit

Permalink
EAPI=5; minor tidying
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
Michael Sterrett committed Dec 18, 2015
1 parent 185092b commit 74e908f
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions games-emulation/gxmame/gxmame-0.35_beta2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=5
inherit eutils games

MY_P="${PN}-${PV/_beta/beta}"
Expand All @@ -27,13 +27,13 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}

src_prepare() {
epatch "${FILESDIR}"/${P}-glib-single-include.patch
epatch "${FILESDIR}"/${P}-ovflfix.patch
epatch \
"${FILESDIR}"/${P}-glib-single-include.patch \
"${FILESDIR}"/${P}-ovflfix.patch
sed -i \
-e "s:-O2 -fomit-frame-pointer -ffast-math:${CFLAGS}:" \
-e "s:-O2:${CFLAGS}:" \
configure \
|| die "sed failed"
configure || die
sed -i \
-e 's:COPYING::' \
-e "s:^docdir = .*:docdir = /usr/share/doc/${PF}:" \
Expand All @@ -45,23 +45,19 @@ src_prepare() {
-e "s:^Graphicsdir = .*:Graphicsdir = /usr/share/applications:" \
-e "/DDATADIR/s:\$(datadir):/usr/share/pixmaps:" \
-e "/DPACKAGE_LOCALE_DIR/s:\$(datadir):/usr/share:" \
Makefile.in html/Makefile.in src/Makefile.in po/Makefile.in.in \
|| die "sed failed"
sed -i \
-e 's/"gxmame"/""/' src/gui.c \
|| die "sed failed"
Makefile.in html/Makefile.in src/Makefile.in po/Makefile.in.in || die
sed -i -e 's/"gxmame"/""/' src/gui.c || die
}

src_configure() {
egamesconf \
--disable-dependency-tracking \
--with-xmame-dir="${GAMES_DATADIR}"/xmame \
$(use_enable nls) \
$(use_enable joystick)
}

src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" \
default
prepgamesdirs
}

0 comments on commit 74e908f

Please sign in to comment.