commit: 86b7fa1ae87f4be14e3ffa566fd085819018a8a7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 13:12:34 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 13:34:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b7fa1a
games-action/accelerator3d: Minor touchups
Package-Manager: Portage-2.3.14, Repoman-2.3.6
games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
b/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
index 38ae98f2501..1a5d9737b89 100644
--- a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
+++ b/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
@@ -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
}