games-action/accelerator3d: Minor touchups
authorDavid Seifert <soap@gentoo.org>
Sun, 19 Nov 2017 13:12:34 +0000 (14:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 19 Nov 2017 13:34:24 +0000 (14:34 +0100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild

index 38ae98f25014b442255d5e881ba465a367432faf..1a5d9737b89af5eb104c276e5d93300ce978d326 100644 (file)
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 inherit eutils python-r1
 
@@ -13,7 +14,7 @@ LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
@@ -32,14 +33,15 @@ src_prepare() {
        default
 
        sed -i \
-               -e "s:@GENTOO_DATADIR@:/usr/share/${PN}:" \
+               -e "s:@GENTOO_DATADIR@:${EPREFIX}/usr/share/${PN}:" \
                accelerator.py || die
 }
 
 src_install() {
        python_foreach_impl python_newscript accelerator.py accelerator
-       insinto "/usr/share/${PN}"
-       doins gfx/* snd/*
-       dodoc CHANGELOG README
+
+       insinto /usr/share/${PN}
+       doins -r gfx/. snd/.
+       einstalldocs
        make_desktop_entry accelerator
 }